]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Split vDSO range lookup to a gdbarch hook
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d48ba5e8
DE
12014-10-02 Doug Evans <dje@google.com>
2
3 * gdb.base/structs.c (main): Don't run forever.
4
2278c276
PA
52014-10-02 Pedro Alves <palves@redhat.com>
6
7 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8 (top level) <stop threads 1, stop threads 2>: Use it.
9
b57bacec
PA
102014-10-02 Pedro Alves <palves@redhat.com>
11
12 * gdb.threads/break-while-running.exp (test): Add new
13 'update_thread_list' argument. Skip "info threads" if false.
14 (top level): Add new 'update_thread_list' axis.
15
13fd3ff3
PA
162014-10-02 Pedro Alves <palves@redhat.com>
17
18 PR breakpoints/17431
19 * gdb.base/execl-update-breakpoints.c: New file.
20 * gdb.base/execl-update-breakpoints.exp: New file.
21
0fec99e8
PA
222014-10-01 Pedro Alves <palves@redhat.com>
23
24 * gdb.base/breakpoint-in-ro-region.c: New file.
25 * gdb.base/breakpoint-in-ro-region.exp: New file.
26
2ddf4301
SM
272014-10-01 Simon Marchi <simon.marchi@ericsson.com>
28
29 * gdb.mi/mi-exit-code.exp: New file.
30 * gdb.mi/mi-exit-code.c: New file.
31
6a5f3f43
YQ
322014-09-30 Yao Qi <yao@codesourcery.com>
33
34 * lib/prelink-support.exp (build_executable_own_libs): Error if
35 the target isn't native.
36
345bcc73
YQ
372014-09-30 Yao Qi <yao@codesourcery.com>
38
39 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
40 false.
41
a25a5a45
PA
422014-09-22 Pedro Alves <palves@redhat.com>
43
44 * gdb.threads/break-while-running.exp: New file.
45 * gdb.threads/break-while-running.c: New file.
46
00ba3162
YQ
472014-09-19 Yao Qi <yao@codesourcery.com>
48
49 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
50 Invoke test. Restart GDB with --readnow and invoke test again.
51
c3b7b696
YQ
522014-09-19 Yao Qi <yao@codesourcery.com>
53
54 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
55 proc set_breakpoint_on_gcd_function. Invoke
56 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
57 invoke set_breakpoint_on_gcd_function again.
58
2b4fd423
DE
592014-09-18 Doug Evans <dje@google.com>
60
61 * gdb.dwarf2/symtab-producer.exp: New file.
62
a5947601
SDJ
632014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
64
65 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
66 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
67 * gdb.base/global-var-nested-by-dso.c: Likewise.
68 * gdb.base/global-var-nested-by-dso.exp: Likewise.
69
91c19059
SDJ
702014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
71 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/watch-bitfields.exp: Pass string other than test file
74 name to prepare_for_testing.
75 (watch): New procedure.
76 (expect_watchpoint): Use with_test_prefix.
77 (top level): Factor out tests to ...
78 (test_watch_location, test_regular_watch): ... these new
79 procedures, and use with_test_prefix and gdb_continue_to_end.
80
bb9d5f81
PP
812014-09-16 Patrick Palka <patrick@parcs.ath.cx>
82
83 PR breakpoints/12526
84 * gdb.base/watch-bitfields.exp: New file.
85 * gdb.base/watch-bitfields.c: New file.
86
635856f5
PA
872014-09-16 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
90 software and hardware addresses, not software address against
91 itself.
92
7280ceea
PA
932014-09-16 Pedro Alves <palves@redhat.com>
94
95 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
96 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
97
428b16bd
PA
982014-09-16 Pedro Alves <palves@redhat.com>
99
100 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
101 files.
102 * gdb.base/a2-run.exp: Remove all code guarded by istarget
103 "*-*-vxworks*" throughout.
104 * gdb.base/break.exp: Likewise.
105 * gdb.base/default.exp: Likewise.
106 * gdb.base/scope.exp: Likewise.
107 * gdb.base/sepdebug.exp: Likewise.
108 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
109 throughout.
110 * gdb.base/run.c: Likewise.
111 * gdb.base/sepdebug.c: Likewise.
112 * gdb.hp/gdb.aCC/run.c: Likewise.
113 * gdb.reverse/until-reverse.c: Likewise.
114 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
115
666d413c
YQ
1162014-09-16 Yao Qi <yao@codesourcery.com>
117
118 * boards/local-remote-host-native.exp: New file.
119
57cbd724
DE
1202014-09-14 Doug Evans <xdje42@gmail.com>
121
122 * gdb.threads/queue-signal.c (thread_count): New variable.
123 (thread_count_mutex, thread_count_condvar): New variables.
124 (incr_thread_count, wait_all_threads_running): New functions.
125 (main): Wait for all threads to be in their thread functions.
126
81219e53
DE
1272014-09-13 Doug Evans <xdje42@gmail.com>
128
129 * gdb.threads/queue-signal.c: New file.
130 * gdb.threads/queue-signal.exp: New file.
131
3714cea7
DE
1322014-09-13 Doug Evans <xdje42@gmail.com>
133
134 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
135 be consistent with what default_gdb_init uses.
136 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
137 the plain text of the prompt. Add some logging printfs.
138 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
139
fa43b1d7
PA
1402014-09-12 Pedro Alves <palves@redhat.com>
141
142 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
143 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
144 * gdb.arch/i386-size-overlap.exp: Likewise.
145 * gdb.arch/i386-size.exp: Likewise.
146 * gdb.arch/i386-unwind.exp: Likewise.
147 * gdb.base/a2-run.exp: Likewise.
148 * gdb.base/break.exp: Likewise.
149 * gdb.base/charset.exp: Likewise.
150 * gdb.base/chng-syms.exp: Likewise.
151 * gdb.base/commands.exp: Likewise.
152 * gdb.base/dbx.exp: Likewise.
153 * gdb.base/find.exp: Likewise.
154 * gdb.base/funcargs.exp: Likewise.
155 * gdb.base/jit-simple.exp: Likewise.
156 * gdb.base/reread.exp: Likewise.
157 * gdb.base/sepdebug.exp: Likewise.
158 * gdb.base/step-bt.exp: Likewise.
159 * gdb.cp/mb-inline.exp: Likewise.
160 * gdb.cp/mb-templates.exp: Likewise.
161 * gdb.objc/basicclass.exp: Likewise.
162 * gdb.threads/killed.exp: Likewise.
163
9d9bf2df
EBM
1642014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
165
166 PR tdep/17379
167 * gdb.arch/powerpc-stackless.S: New file.
168 * gdb.arch/powerpc-stackless.exp: New file.
169
1cf2f1b0
JK
1702014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
171
172 * gdb.base/attach.c: Include unistd.h.
173 (main): Call alarm. Add label postloop.
174 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
175 gdb_breakpoint, gdb_continue_to_breakpoint.
176 (test_command_line_attach_run): Kill ${testpid} in one exit path.
177
98880d46
PA
1782014-09-11 Pedro Alves <palves@redhat.com>
179
180 PR gdb/17347
181 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
182 * gdb.base/attach.exp (test_command_line_attach_run): New
183 procedure.
184 (top level): Call it.
185
4c92ff2c
PA
1862014-09-11 Pedro Alves <palves@redhat.com>
187
188 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
189 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
190 (do_command_attach_tests): Use spawn_wait_for_attach.
191 * gdb.base/solib-overlap.exp: Likewise.
192 * gdb.multi/multi-attach.exp: Likewise.
193 * gdb.python/py-prompt.exp: Likewise.
194 * gdb.python/py-sync-interp.exp: Likewise.
195 * gdb.server/ext-attach.exp: Likewise.
196
3adc1a7d
GKB
1972014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
198
199 * gdb.fortran/array-element.exp: Remove unexpected "continue"
200 command in testcase. Simplify testcase.
201
96334934
JB
2022014-09-10 Joel Brobecker <brobecker@adacore.com>
203
204 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
205
eb479039
JB
2062014-09-10 Joel Brobecker <brobecker@adacore.com>
207
208 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
209
deede10c
JB
2102014-09-10 Joel Brobecker <brobecker@adacore.com>
211
212 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
213
7828a5f5
JB
2142014-09-10 Joel Brobecker <brobecker@adacore.com>
215
216 * gdb.dwarf2/dynarr-ptr.c: New file.
217 * gdb.dwarf2/dynarr-ptr.exp: New file.
218
33aeebcf
MR
2192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
220
221 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
222 of 30 rather than hardcoding 120 for a slow test case. Take the
223 `gdb,timeout' target setting into account for this calculation.
224 Don't extend the timeout for the test cases that don't need it.
225
7b415901
MR
2262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
227
228 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
229 a factor of 2 for a slow test case. Take the `gdb,timeout'
230 target setting into account for this calculation.
231 * gdb.reverse/until-precsave.exp: Increase the timeout by
232 a factor of 15 and 3 respectively rather than adding 120
233 for a pair of slow test cases. Take the `gdb,timeout'
234 target setting into account for this calculation.
235
4a40f85a
MR
2362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
237
238 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
239 timeout, don't pass one down to gdb_expect.
240 (gdb_expect): Rework timeout selection.
241
09635af7
MR
2422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
243
244 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
245 exception on timeout.
246 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
247 (gdbserver_start_extended): Catch any `gdbserver_start' error
248 exceptions.
249 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
250 * lib/mi-support.exp (mi_gdb_target_load): Catch any
251 `gdbserver_gdb_load' error exceptions.
252
2bdd10b7
MR
2532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
254
255 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
256 120 on waiting for the TCP socket to open.
257
316935f0
DE
2582014-09-09 Doug Evans <xdje42@gmail.com>
259
260 * gdb.base/default.exp (show_conv_list): Add _caller_is,
261 _caller_matches, _any_caller_is, _any_caller_matches.
262
83740597
DE
2632014-09-09 Doug Evans <xdje42@gmail.com>
264
265 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
266
4c122fc3
YQ
2672014-09-09 Yao Qi <yao@codesourcery.com>
268
269 * gdb.mi/mi-var-display.exp: Set print symbol off.
270
a9f116cb
GKB
2712014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
272
273 PR gdb/17035
274 * gdb.base/commands.exp: Add tests to verify user-defined
275 commands with empty bodies.
276 * gdb.python/py-cmd.exp: Test that we don't show user-defined
277 python commands in `show user command`.
278 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
279 scheme commands in `show user command`.
280
c75bd3a2
JK
2812014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
282
283 PR python/17355
284 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
285 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
286 * gdb.python/py-framefilter-invalidarg.exp: New file.
287 * gdb.python/py-framefilter-invalidarg.py: New file.
288
faa42425
DE
2892014-09-06 Doug Evans <xdje42@gmail.com>
290
291 PR 15276
292 * gdb.python/py-caller-is.c: New file.
293 * gdb.python/py-caller-is.exp: New file.
294
474ca4f6
SDJ
2952014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR gdb/17235
298 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
299 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
300
eb0b0463
SDJ
3012014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 PR fortran/17237
304 * gdb.fortran/print-formatted.exp: New file.
305 * gdb.fortran/print-formatted.f90: Likewise.
306
5f3b99cf
SS
3072014-09-03 Sasha Smundak <asmundak@google.com>
308
309 * gdb.python/py-frame.exp: Test Frame.read_register.
310
7d793aa9
SDJ
3112014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
312
313 PR python/16699
314 * gdb.python/py-completion.exp: New file.
315 * gdb.python/py-completion.py: Likewise.
316
fb0576e9
DE
3172014-08-28 Doug Evans <dje@google.com>
318
319 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
320 eax,etc. are live with values set by gdb and thus the compiler can't
321 use them.
322 * gdb.arch/i386-pseudo.c (main): Ditto.
323
ee92b0dd
DE
3242014-08-27 Doug Evans <dje@google.com>
325
326 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
327
6649db35
DE
3282014-08-25 Doug Evans <dje@google.com>
329
330 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
331 (main): Ditto.
332
564b7600
DE
3332014-08-25 Doug Evans <dje@google.com>
334
335 * gdb.threads/thread-execl.exp: #include <stdio.h>.
336
3881fb67
YQ
3372014-08-24 Yao Qi <yao@codesourcery.com>
338
339 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
340 symbol off.
341 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
342
a05a36a5
DE
3432014-08-22 Doug Evans <dje@google.com>
344
345 PR 17276
346 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
347 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
348 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
349
7c343b48
YQ
3502014-08-22 Yao Qi <yao@codesourcery.com>
351
352 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
353 * gdb.python/py-finish-breakpoint2.exp: Likewise.
354 * gdb.python/python.exp: Likewise. Use .py file on the host
355 instead of the build.
356
22fd09ae
JK
3572014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * gdb.threads/gcore-stale-thread.c: New file.
360 * gdb.threads/gcore-stale-thread.exp: New file.
361
a8454a7c
PA
3622014-08-21 Pedro Alves <palves@redhat.com>
363
364 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
365 * gdb.base/gcore-relro-pie.exp: Likewise.
366 * gdb.base/gcore-relro.exp: Likewise.
367 * gdb.base/gcore.exp: Likewise.
368 * gdb.base/print-symbol-loading.exp: Likewise.
369 * gdb.threads/gcore-thread.exp: Likewise.
370 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
371
2a31c623
PA
3722014-08-20 Pedro Alves <palves@redhat.com>
373 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * Makefile.in (EXTRA_RULES, CC): New variables, get from
376 configure.
377 (EXPECT): Handle READ1 being set.
378 (all): Depend on EXTRA_RULES.
379 (check-read1, expect-read1, read1.so, read1): New rules.
380 * README (Testsuite Parameters): Document the READ1 make variable.
381 (Race detection): New section.
382 * configure: Regenerate.
383 * configure.ac: If build==host==target, and running under a
384 GNU/glibc system, add read1 to the extra Makefile rules.
385 (EXTRA_RULES): AC_SUBST it.
386 * lib/read1.c: New file.
387
d36430db
JB
3882014-08-20 Joel Brobecker <brobecker@adacore.com>
389
390 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
391 the handling of variables declared as a typedef to an array
392 which a DW_AT_data_location attribute.
393
9a0dc9e3
PA
3942014-08-19 Andrew Burgess <aburgess@broadcom.com>
395 Pedro Alves <palves@redhat.com>
396
397 PR symtab/14604
398 PR symtab/14605
399 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
400 gdb_test.
401
0718a8da
PA
4022014-08-19 Pedro Alves <palves@redhat.com>
403
404 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
405
13b448cd
YQ
4062014-08-19 Yao Qi <yao@codesourcery.com>
407
408 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
409 right line.
410
1cbf5077
DB
4112014-08-18 David Blaikie <dblaikie@gmail.com>
412
413 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
414
bf0fae19
JB
4152014-08-18 Joel Brobecker <brobecker@adacore.com>
416
417 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
418 attribute in array range.
419
3c8c5dcc
JB
4202014-08-18 Joel Brobecker <brobecker@adacore.com>
421
422 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
423
e66d4446
SC
4242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
425
426 PR c++/17132
427 * gdb.cp/pr17132.cc: New file.
428 * gdb.cp/pr17132.exp: New file.
429
940df408
SC
4302014-08-15 Siva Chandra Reddy <sivachandra@google.com>
431
432 * gdb.python/py-xmethods.py (A_getarrayind)
433 (E_method_char_worker.__call__, E_method_int_worker.__call__):
434 Use 'print' with function call syntax.
435 (E_method_matcher.match): Fix tab vs space indentation mixup.
436
ebcc6c3a
YQ
4372014-08-15 Yao Qi <yao@codesourcery.com>
438
439 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
440 false.
441
775e0f04
YQ
4422014-08-15 Yao Qi <yao@codesourcery.com>
443
444 * gdb.cp/casts.exp: Set print symbol off.
445 * gdb.cp/class2.exp: Likewise.
446 * gdb.cp/overload.exp: Likewise.
447 * gdb.cp/templates.exp: Likewise.
448
d769e349
DE
4492014-08-11 Doug Evans <dje@google.com>
450
451 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
452 (test_load_shlib): Update.
453
20c6f1e1
YQ
4542014-08-09 Yao Qi <yao@codesourcery.com>
455
456 * gdb.base/display.exp: Invoke is_address_zero_readable.
457 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
458 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
459 * gdb.base/hbreak-unmapped.exp: Return if
460 is_address_zero_readable returns true.
461 * gdb.base/signest.exp: Likewise.
462 * gdb.base/signull.exp: Likewise.
463 * gdb.base/sigbpt.exp: Likewise.
464 * gdb.guile/scm-disasm.exp: Do the test if
465 is_address_zero_readable returns false.
466 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
467 * gdb.python/py-arch.exp: Likewise.
468 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
469 * lib/gdb.exp (is_address_zero_readable): New proc.
470
5792e8e3
YQ
4712014-08-09 Yao Qi <yao@codesourcery.com>
472
473 PR testsuite/13443
474 * gdb.mi/mi-var-display.exp: Make test messages unique.
475
3cecbbbe
TT
4762014-08-04 Tom Tromey <tromey@redhat.com>
477
478 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
479 target 0".
480
00b51ff5
TT
4812014-08-04 Tom Tromey <tromey@redhat.com>
482
483 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
484 "target_resume".
485
6908c509
JB
4862014-08-01 Joel Brobecker <brobecker@adacore.com>
487
488 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
489 inner_vla_struct_object_size.
490 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
491 as xfail.
492
cc6563d2
PA
4932014-07-30 Pedro Alves <palves@redhat.com>
494
495 * gdb.threads/signal-command-handle-nopass.exp (test): Add
496 comment.
497
7e09a223
YQ
4982014-07-29 Yao Qi <yao@codesourcery.com>
499
500 PR gdb/17206
501 * gdb.base/until-nodebug.exp: New.
502
7ebdbe92
DE
5032014-07-28 Doug Evans <xdje42@gmail.com>
504
505 PR guile/17203
506 * gdb.guile/scm-parameter.exp: Add tests for trying to create
507 previously existing parameter, and previously ambiguously spelled
508 parameter.
509
fdb1adc6
WN
5102014-07-28 Will Newton <will.newton@linaro.org>
511
512 * gdb.base/varargs.exp: Remove KFAILs for ARM.
513
186fcde0
DE
5142014-07-26 Ludovic Courtès <ludo@gnu.org>
515 Doug Evans <xdje42@gmail.com>
516
517 PR guile/17146
518 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
519
70509625
PA
5202014-07-25 Pedro Alves <palves@redhat.com>
521
522 * gdb.threads/signal-command-handle-nopass.c: New file.
523 * gdb.threads/signal-command-handle-nopass.exp: New file.
524 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
525 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
526 * gdb.threads/signal-delivered-right-thread.c: New file.
527 * gdb.threads/signal-delivered-right-thread.exp: New file.
528
c3f814a1
PA
5292014-07-25 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/double-prompt-target-event-error.exp
532 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
533 match.
534 (cancel_pagination_in_target_event): Rework double prompt
535 detection.
536 * gdb.base/paginate-after-ctrl-c-running.exp
537 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
538 <return>' match.
539 * gdb.base/paginate-bg-execution.exp
540 (test_bg_execution_pagination_return)
541 (test_bg_execution_pagination_cancel): Remove '-notransfer
542 <return>' matches.
543 * gdb.base/paginate-execution-startup.exp
544 (test_fg_execution_pagination_return)
545 (test_fg_execution_pagination_cancel): Remove '-notransfer
546 <return>' matches.
547 * gdb.base/paginate-inferior-exit.exp
548 (test_paginate_inferior_exited): Remove '-notransfer <return>'
549 match.
550 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
551 * lib/gdb.exp (pagination_prompt): Run text through
552 string_to_regexp.
553 (gdb_test_multiple): Match $pagination_prompt instead of
554 "<return>".
555 (string_to_regexp): Move to lib/gdb-utils.exp.
556
e214cf6c
JK
5572014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * gdb.arch/amd64-entry-value-paramref.S: New file.
560 * gdb.arch/amd64-entry-value-paramref.cc: New file.
561 * gdb.arch/amd64-entry-value-paramref.exp: New file.
562 * gdb.arch/amd64-optimout-repeat.S: New file.
563 * gdb.arch/amd64-optimout-repeat.c: New file.
564 * gdb.arch/amd64-optimout-repeat.exp: New file.
565
17d0c5c8
JK
5662014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
567
568 PR gdb/17170
569 * gdb.base/statistics.exp: New file.
570
b8b8facf
DE
5712014-07-17 Doug Evans <dje@google.com>
572
74b49205 573 PR gdb/17170
b8b8facf
DE
574 * gdb.base/maint.exp: Update testing of per-command stats.
575
1b5d0ab3
PA
5762014-07-16 Pedro Alves <palves@redhat.com>
577
578 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
579 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
580 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
581 (tfile_write_buf): New functions.
582 (add_memory_block): Rewrite using the above.
583 (adjust_function_address): New function.
584 (FUNCTION_ADDRESS): New macro.
585 (write_basic_trace_file): Remove short_x local, and use
586 tfile_write_16. Change type of func_addr local to unsigned long
587 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
588 here. Cast argument of add_memory_block to char pointer.
589 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
590 (main): Remove parameters.
591 * gdb.trace/tfile.exp: Remove nowarnings.
592
4d974e88
SM
5932014-07-15 Simon Marchi <simon.marchi@ericsson.com>
594
595 * gdb.base/debug-expr.exp: Test string evaluation with
596 "debug expression" on.
597
41e99568
PA
5982014-07-15 Pedro Alves <palves@redhat.com>
599
600 * gdb.base/reread.exp: Use clean_restart.
601
487d9753
PL
6022014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
603
604 * gdb.arch/avr-flash-qualifer.c: New.
605 * gdb.arch/avr-flash-qualifer.exp: New.
606
cc1c52ad
PA
6072014-07-14 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/paginate-after-ctrl-c-running.c: New file.
610 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
611
1e973570
PA
6122014-07-14 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/double-prompt-target-event-error.c: New file.
615 * gdb.base/double-prompt-target-event-error.exp: New file.
616
93d6eb10
PA
6172014-07-14 Pedro Alves <palves@redhat.com>
618
619 PR gdb/17072
620 * gdb.base/paginate-inferior-exit.c: New file.
621 * gdb.base/paginate-inferior-exit.exp: New file.
622
0017922d
PA
6232014-07-14 Pedro Alves <palves@redhat.com>
624
625 PR gdb/17072
626 * gdb.base/paginate-bg-execution.c: New file.
627 * gdb.base/paginate-bg-execution.exp: New file.
628
94696ad3
PA
6292014-07-14 Pedro Alves <palves@redhat.com>
630
631 PR gdb/17072
632 * gdb.base/paginate-execution-startup.c: New file.
633 * gdb.base/paginate-execution-startup.exp: New file.
634 * lib/gdb.exp (pagination_prompt): New global.
635 (default_gdb_spawn): New procedure, factored out from
636 default_gdb_spawn.
637 (default_gdb_start): Adjust to call default_gdb_spawn.
638 (gdb_spawn): New procedure.
639
bd293940
PA
6402014-07-14 Pedro Alves <palves@redhat.com>
641
642 * lib/gdb.exp (gdb_assert): New procedure.
643 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
644
c933f875
PA
6452014-07-14 Pedro Alves <palves@redhat.com>
646
647 * gdb.base/execution-termios.c: New file.
648 * gdb.base/execution-termios.exp: New file.
649
d98b7a16
TT
6502014-07-14 Tom Tromey <tromey@redhat.com>
651
652 * gdb.cp/vla-cxx.cc: New file.
653 * gdb.cp/vla-cxx.exp: New file.
654
548740d6
TT
6552014-07-14 Tom Tromey <tromey@redhat.com>
656
657 * gdb.reverse/rerun-prec.c: New file.
658 * gdb.reverse/rerun-prec.exp: New file.
659
a25eb028
MR
6602014-07-12 Maciej W. Rozycki <macro@mips.com>
661 Maciej W. Rozycki <macro@codesourcery.com>
662
663 * lib/gdb-utils.exp: New file.
664 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
665 inline `gdb_init_command' processing.
666 (gdb_start_cmd): Likewise.
667 * lib/mi-support.exp (mi_run_cmd): Likewise.
668 * README: Document `gdb_init_command' and `gdb_init_commands'.
669
218c2655
JK
6702014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 Fix false FAIL running under a very long directory name.
673 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
674 and "set print elements 10000". Twice.
675
5401fde3
YQ
6762014-07-11 Yao Qi <yao@codesourcery.com>
677
678 * gdb.base/exprs.exp: "set print symbol off".
679
e76126e8
PA
6802014-07-11 Pedro Alves <palves@redhat.com>
681
682 * gdb.threads/kill.c: New file.
683 * gdb.threads/kill.exp: New file.
684
2d6f0de6
YQ
6852014-07-10 Yao Qi <yao@codesourcery.com>
686
687 * gdb.trace/tfile.c (write_basic_trace_file)
688 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
689 address written to trace file.
690
7180e04a
PA
6912014-07-09 Pedro Alves <palves@redhat.com>
692
693 * gdb.base/attach-wait-input.exp: New file.
694 * gdb.base/attach-wait-input.c: New file.
695
9a9a7608
AB
6962014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
699 setting up test structures.
700 (main): Call new test function.
701 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
702 test function, continue into test function and walk test
703 structures.
704
161ac41e
YQ
7052014-07-02 Yao Qi <yao@codesourcery.com>
706
707 * gdb.trace/entry-values.c: Define labels 'foo_start' and
708 'bar_start' at the beginning of functions 'foo' and 'bar'
709 respectively.
710 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
711 instead of 'foo' and 'bar'.
712
1f267ae3
MM
7132014-07-08 Markus Metzger <markus.t.metzger@intel.com>
714
715 * gdb.btrace/segv.exp: New.
716 * gdb.btrace/segv.c: New.
717
2b239efb
LM
7182014-07-02 Luis Machado <lgustavo@codesourcery.com>
719
720 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
721 instruction.
722
cf363f18
MW
7232014-06-30 Mark Wielaard <mjw@redhat.com>
724
725 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
726 vulture, vilify, villar): New volatile array constants.
727 (vindictive, vegetation): New const volatile array constants.
728 * gdb.base/volatile.exp: Test volatile and const volatile array
729 types.
730
aebf9d24
AA
7312014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
732
733 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
734 target lacks support for awatch, rwatch, or hbreak.
735
b67a2c6f
YQ
7362014-06-27 Yao Qi <yao@codesourcery.com>
737
738 * gdb.multi/dummy-frame-restore.exp: New.
739 * gdb.multi/dummy-frame-restore.c: New.
740
aef92902
MM
7412014-06-25 Markus Metzger <markus.t.metzger@intel.com>
742
743 * gdb.btrace/gcore.exp: New.
744
8e9db26e
PA
7452014-06-23 Pedro Alves <palves@redhat.com>
746
747 * gdb.base/watchpoint-reuse-slot.c: New file.
748 * gdb.base/watchpoint-reuse-slot.exp: New file.
749
70afc5b7
SC
7502014-06-23 Siva Chandra Reddy <sivachandra@google.com>
751
752 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
753 progspace's filename in 'info', 'enable' and 'disable' command
754 tests.
755
b972bd9c
JK
7562014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
759 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
760 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
761
125f8a3d
GB
7622014-06-20 Gary Benson <gbenson@redhat.com>
763
764 * gdb.arch/i386-avx.exp: Fix include file location.
765 * gdb.arch/i386-sse.exp: Likewise.
766
3ed9baed
IB
7672014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
768
769 * gdb.dlang/expression.exp: New file.
770
034f788c
PA
7712014-06-19 Pedro Alves <palves@redhat.com>
772
773 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
774 out from ...
775 (top level): ... here. Iterate running tests under different
776 scheduler-locking settings.
777
45371d0c
LM
7782014-06-18 Luis Machado <lgustavo@codesourcery.com>
779
780 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
781 to DW_FORM_addr and use non-zero addresses.
782
5d376983
SC
7832014-06-18 Siva Chandra Reddy <sivachandra@google.com>
784
785 PR gdb/17017
786 * gdb.python/py-xmethods.cc: Add global function call counters and
787 increment them in their respective functions. Remove "cout"
788 statements.
789 * gdb.python/py-xmethods.exp: Make tests check the global function
790 call counters instead of depending on inferior IO.
791
a1aa2221
LM
7922014-06-18 Don Breazeal <donb@codesourcery.com>
793
794 * gdb.base/foll-fork.exp (default_fork_parent_follow):
795 Deleted procedure.
796 (explicit_fork_parent_follow): Deleted procedure.
797 (explicit_fork_child_follow): Deleted procedure.
798 (test_follow_fork): New procedure.
799 (do_fork_tests): Replace calls to deleted procedures with
800 calls to test_follow_fork and reset GDB for subsequent
801 procedure calls.
802
0fc05997
YQ
8032014-06-17 Yao Qi <yao@codesourcery.com>
804
805 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
806 CP1252.
807
70795c52
LM
8082014-06-17 Luis Machado <lgustavo@codesourcery.com>
809
810 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
811 Initialize ptr and S explicitly.
812 (skip_type_update_when_not_use_rtti_test): Likewise.
813
6be47f0c
KS
8142014-06-16 Keith Seitz <keiths@redhat.com>
815
816 PR mi/15863
817 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
818 the inferior is started.
819
d03de421
PA
8202014-06-16 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/break-main-file-remove-fail.c: New file.
823 * gdb.base/break-main-file-remove-fail.exp: New file.
824 * gdb.base/break-unload-file.exp: Use build_executable instead of
825 prepare_for_testing.
826 (test_break): New parameter "initial_load". Handle it.
827 (top level): Add initial_load cmdline/file axis.
828
f9579b99
TT
8292014-06-12 Tom Tromey <tromey@redhat.com>
830
831 * gdb.base/completion.exp: Don't use directory name in test.
832
3657956b
GB
8332014-06-09 Gary Benson <gbenson@redhat.com>
834
835 * gdb.base/sigall.c [Functions to send signals]: Reorder to
836 separate the always-available ANSI-standard signals from the
837 signals that require checking.
838 (main): Likewise.
839 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
840 Likewise.
841 (main): Likewise.
842
4186eb54
KS
8432014-06-07 Keith Seitz <keiths@redhat.com>
844
845 Revert:
846 PR c++/16253
847 * gdb.cp/var-tag.cc: New file.
848 * gdb.cp/var-tag.exp: New file.
849 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
850 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
851 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
852 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
853
25326a28 8542014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
855
856 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
857
829155c9
PA
8582014-06-06 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
861 in target debug output instead of looking at RSP packets,
862 disabling the test on any target that uses hardware stepping.
863 Update comments.
864
61c8d22e
PA
8652014-06-06 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/break-unload-file.exp: Fix typo.
868
d9a47287
YQ
8692014-06-06 Yao Qi <yao@codesourcery.com>
870
871 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
872 from "jit_function" to "^jit_function".
873
e5e01dbf
YQ
8742014-06-06 Yao Qi <yao@codesourcery.com>
875
876 * gdb.base/async.c (foo): Add one statement.
877 * gdb.base/async.exp: Get the next instruction address and
878 match the output of "nexti" by instruction address. Match
879 the hex address in the output of "finish".
880
73ba372c
GB
8812014-06-06 Gary Benson <gbenson@redhat.com>
882
883 * gdb.base/call-signals.c: Remove preprocessor conditionals
884 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
885 SIGSEGV and SIGTERM.
886 * gdb.base/sigall.c: Likewise.
887 * gdb.base/unwindonsignal.c: Likewise.
888 * gdb.reverse/sigall-reverse.c: Likewise.
889
831517df
YQ
8902014-06-06 Yao Qi <yao@codesourcery.com>
891
892 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
893 readable, skip the test.
894
b8b91e98
YQ
8952014-06-06 Yao Qi <yao@codesourcery.com>
896
897 * gdb.threads/staticthreads.c (thread_function): Move the line
898 setting breakpoint on forward.
899 * gdb.threads/staticthreads.exp: Update comments.
900
fb934770
LC
9012014-06-05 Ludovic Courtès <ludo@gnu.org>
902
903 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
904 "history-append! type error".
905
6ef284bd
SM
9062014-06-05 Simon Marchi <simon.marchi@ericsson.com>
907
908 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
909 erroneous dprintf expected input.
910
a872e241
DE
9112014-06-04 Doug Evans <xdje42@gmail.com>
912
913 * gdb.guile/scm-generics.exp: Delete.
914
16f691fb
DE
9152014-06-04 Doug Evans <xdje42@gmail.com>
916
917 * gdb.guile/scm-breakpoint.exp: Update.
918 Add tests for breakpoint registration.
919
012370f6
TT
9202014-06-04 Tom Tromey <tromey@redhat.com>
921
922 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
923 VLA-in-union.
924 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
925 inner_vla_struct, vla_union types. Initialize objects of those
926 types and compute their sizes.
927
9f5a4cef
HZ
9282014-06-04 Nathan Sidwell <nathan@codesourcery.com>
929 Hui Zhu <hui@codesourcery.com>
930
931 * gdb.base/fileio.exp: Add test for shell not available as well as
932 available.
933 * gdb.base/fileio.c (test_system): Check for shell twice.
934
90a45c4d
YQ
9352014-06-04 Yao Qi <yao@codesourcery.com>
936
937 * gdb.base/auto-connect-native-target.exp: Remove redundant
938 space from the regexp pattern.
939
70017e41
YQ
9402014-06-04 Yao Qi <yao@codesourcery.com>
941
942 * gdb.base/default.exp: Replace "child" with "native" in
943 regexp pattern.
944
883964a7
SC
9452014-06-03 Siva Chandra Reddy <sivachandra@google.com>
946
947 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
948 * gdb.python/py-xmethods.exp: New tests to test xmethods.
949 * gdb.python/py-xmethods.py: Python script supporting the
950 new testcase and tests.
951
ef370185
JB
9522014-06-03 Joel Brobecker <brobecker@adacore.com>
953 Pedro Alves <palves@redhat.com>
954
955 PR breakpoints/17000
956 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
957 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
958
1e2ccb61
BM
9592014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
960
961 * gdb.base/subst.exp: Add tests to verify partial path matching
962 output.
963
c6ec5ab2
PA
9642014-06-03 Pedro Alves <palves@redhat.com>
965
966 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
967 target that doesn't use software single-stepping.
968
835c559f
PA
9692014-06-03 Pedro Alves <palves@redhat.com>
970
971 PR breakpoints/17000
972 * gdb.base/sss-bp-on-user-bp-2.c: New file.
973 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
974
06eb1586
DE
9752014-06-02 Doug Evans <xdje42@gmail.com>
976
977 * gdb.guile/scm-parameter.exp: New file.
978
e698b8c4
DE
9792014-06-02 Doug Evans <xdje42@gmail.com>
980
981 * gdb.guile/scm-cmd.c: New file.
982 * gdb.guile/scm-cmd.exp: New file.
983
ded03782
DE
9842014-06-02 Doug Evans <xdje42@gmail.com>
985
986 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
987 pretty-printer lookup.
988 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
989 (make-pp_s-printer): Call it.
990 (make-pretty-printer-from-dict): New function.
991 (lookup-pretty-printer-maker-from-dict): New function.
992 (*pretty-printer*): Simplify.
993 (make-objfile-pp_s-printer): New function.
994 (install-objfile-pretty-printers!): New function.
995 (make-progspace-pp_s-printer): New function.
996 (install-progspace-pretty-printers!): New function.
997 * gdb.guile/scm-progspace.c: New file.
998 * gdb.guile/scm-progspace.exp: New file.
999
41fac0cf
PA
10002014-06-02 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.base/dprintf-bp-same-addr.c: New file.
1003 * gdb.base/dprintf-bp-same-addr.exp: New file.
1004
96ae5695
EBM
10052014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1006
1007 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1008 * gdb.arch/powerpc-power.s: Likewise.
1009
da02b3a8
JB
10102014-06-02 Joel Brobecker <brobecker@adacore.com>
1011
1012 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1013
c72b2e7b
YQ
10142014-06-01 Yao Qi <yao@codesourcery.com>
1015
1016 * gdb.base/watchpoint.exp (test_watch_location): Check null
1017 pointer can be dereferenced. If not, do the test, otherwise
1018 skip it.
1019
53e8a631
AB
10202014-05-30 Andrew Burgess <aburgess@broadcom.com>
1021
1022 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1023 results.
1024 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1025
938f0e2f
AB
10262014-05-30 Andrew Burgess <aburgess@broadcom.com>
1027
1028 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1029 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1030 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1031 * gdb.arch/amd64-invalid-stack-top.c: New file.
1032 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1033
9ba6657a
PA
10342014-05-30 Pedro Alves <palves@redhat.com>
1035
1036 PR breakpoints/17000
1037 * gdb.base/sss-bp-on-user-bp.c: New file.
1038 * gdb.base/sss-bp-on-user-bp.exp: New file.
1039
522c09bf
DB
10402014-05-30 David Blaikie <dblaikie@gmail.com>
1041
1042 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1043 gnu_inline semantics via attribute.
1044 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1045 source explicitly specifies the required semantics.
1046
bf4ef81e
MR
10472014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1048
1049 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1050
329ea579
PA
10512014-05-29 Pedro Alves <palves@redhat.com>
1052 Tom Tromey <tromey@redhat.com>
1053
1054 * gdb.base/async-shell.exp: Don't enable target-async.
1055 * gdb.base/async.exp
1056 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1057 parameter. Adjust.
1058 (top level): Don't test with "target-async".
1059 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1060 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1061 * gdb.base/inferior-died.exp: Don't enable target-async.
1062 * gdb.base/interrupt-noterm.exp: Likewise.
1063 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1064 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1065 * gdb.mi/mi-nonstop.exp: Likewise.
1066 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1067 * gdb.mi/mi-nsintrall.exp: Likewise.
1068 * gdb.mi/mi-nsmoribund.exp: Likewise.
1069 * gdb.mi/mi-nsthrexec.exp: Likewise.
1070 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1071 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1072 * gdb.python/py-evsignal.exp: Don't enable target-async.
1073 * gdb.python/py-evthreads.exp: Likewise.
1074 * gdb.python/py-prompt.exp: Likewise.
1075 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1076 * gdb.server/solib-list.exp: Don't enable target-async.
1077 * gdb.threads/thread-specific-bp.exp: Likewise.
1078 * lib/mi-support.exp: Adjust to use mi-async.
1079
fd664c91
PA
10802014-05-29 Pedro Alves <palves@redhat.com>
1081
1082 PR gdb/13860
1083 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1084 reason, even in sync mode.
1085
251bde03
PA
10862014-05-29 Pedro Alves <palves@redhat.com>
1087 Hui Zhu <hui@codesourcery.com>
1088
1089 PR PR15693
1090 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1091 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1092 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1093 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1094
7f3c0343
JB
10952014-05-28 Joel Brobecker <brobecker@adacore.com>
1096
1097 * config/monitor.exp (gdb_target_monitor): Replace use of
1098 "set remotebaud" by "set serial baud".
1099
b2715b27
AW
11002014-05-26 Andy Wingo <wingo@igalia.com>
1101
1102 * gdb.guile/scm-breakpoint.exp:
1103 * gdb.guile/scm-gsmob.exp: Update to use plain old object
1104 properties instead of gdb-object-properties.
1105
498a4489
YQ
11062014-05-26 Yao Qi <yao@codesourcery.com>
1107
1108 * gdb.server/no-thread-db.exp: Specify source file name
1109 explicitly when setting a breakpoint.
1110
589fdceb
MM
11112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1112
1113 * gdb.btrace/vdso.c: New.
1114 * gdb.btrace/vdso.exp: New.
1115
e9089e05
MM
11162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1117
1118 * gdb.base/gcore.exp (capture_command_output): Move ...
1119 * lib/gdb.exp (capture_command_output): ... here.
1120
67b5c0c1
MM
11212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1122
1123 * gdb.btrace/data.exp: Test memory access during btrace replay.
1124
a2199296
SM
11252014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1126
1127 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1128
17b2616c
PA
11292014-05-21 Pedro Alves <palves@redhat.com>
1130
1131 PR gdb/13860
1132 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1133 (top level): Test that output related to execution commands is
1134 sent to the console with CLI commands, but not with MI commands.
1135 Test that breakpoint events are always mirrored to the console.
1136 Also expect the new source line to be output after a "next" in
1137 async mode too. Make it a pass/fail test.
1138 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1139 output.
1140 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1141
5166082f
PA
11422014-05-21 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1145 Use them to test variations of "list" after reaching a breakpoint.
1146 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1147 Test "list" with listsize 10 after reaching a breakpoint.
1148 * gdb.python/python.exp (decode_line current location line
1149 number): Adjust expected line number.
1150
2f25d70f
SM
11512014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1152
1153 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1154 behavior for $args, pass it directly to "run".
1155
ff604a67
MR
11562014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1157
1158 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1159 30000 to 65536.
1160
6a3cb8e8
PA
11612014-05-21 Pedro Alves <palves@redhat.com>
1162
1163 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1164 auto-connect-native-target off".
1165 * gdb.base/auto-connect-native-target.c: New file.
1166 * gdb.base/auto-connect-native-target.exp: New file.
1167
4ebfc96e
PA
11682014-05-21 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/default.exp: Test "target native" instead of "target
1171 child".
1172
36d46afb
MW
11732014-05-21 Mark Wielaard <mjw@redhat.com>
1174
1175 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1176
5876f503
JK
11772014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 Fix TLS access for -static -pthread.
1180 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1181 <HAVE_TLS> (thread_function, main): Initialize it.
1182 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1183 Add clean_restart.
1184 <$have_tls != "">: Check TLSVAR.
1185
0256a6ac
PA
11862014-05-21 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/dcache-line-read-error.c: New.
1189 * gdb.base/dcache-line-read-error.exp: New.
1190
936d2992
PA
11912014-05-20 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.base/compare-sections.c: New file.
1194 * gdb.base/compare-sections.exp: New file.
1195
802e8e6d
PA
11962014-05-20 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.base/break-idempotent.c: New file.
1199 * gdb.base/break-idempotent.exp: New file.
1200
e59fa00f
MM
12012014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1202
1203 * gdb.btrace/nohist.exp: New.
1204
8b696e31
YQ
12052014-05-20 Yao Qi <yao@codesourcery.com>
1206
1207 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1208 gdb.reverse directory and gdb_reverse_timeout exists in board
1209 setting.
1210 * README: Document gdb_reverse_timeout.
1211
73c9764f
YQ
12122014-05-20 Yao Qi <yao@codesourcery.com>
1213
1214 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1215 'test_file_name'. Treat args as a string instead of a list.
1216 (gdb_init): Rename argument 'args' by 'test_file_name'.
1217
f1f4348a
JK
12182014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1219
1220 * gdb.arch/powerpc-power.exp: New file.
1221 * gdb.arch/powerpc-power.s: New file.
1222
0dbe70ce
DE
12232014-05-16 Doug Evans <dje@google.com>
1224
1225 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
1226 * gdb.base/completion.exp: Check that all expected files exist
1227 before doing file completion.
0dbe70ce 1228
8d551b02
DE
12292014-05-16 Doug Evans <dje@google.com>
1230
1231 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1232 Update.
1233 (do_syscall_tests_without_xml): Update.
1234
73eb7709
PA
12352014-05-16 Pedro Alves <palves@redhat.com>
1236
1237 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1238 instead of "unknown output after running".
1239
3fae92fc
YQ
12402014-05-16 Yao Qi <yao@codesourcery.com>
1241
1242 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1243 file1.txt from host at the end.
1244 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1245
c2b2ccc5
DE
12462014-05-15 Doug Evans <dje@google.com>
1247
1248 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1249 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1250 loading file. Add test for TU lookup.
1251
8c217a4b
SM
12522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1253
1254 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1255 calling "-exec-arguments" or "set args" before running the
1256 inferior.
1257
3deb39c6
SM
12582014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1259
1260 * lib/mi-support.exp (mi_expect_stop): Expect message for
1261 inferiors that exit with non-zero exit code.
1262
71a79f8c
YQ
12632014-05-14 Yao Qi <yao@codesourcery.com>
1264
1265 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1266 match absolute path on remote host.
1267 (test_file_list_exec_source_files): Remove "/" from the
1268 pattern.
1269
f23fcd46
YQ
12702014-05-14 Yao Qi <yao@codesourcery.com>
1271
1272 * boards/local-remote-host-notty.exp (${board}_file): New
1273 proc.
1274
9404b58f
KM
12752014-05-07 Kyle McMartin <kyle@redhat.com>
1276
1277 Pushed by Joel Brobecker <brobecker@adacore.com>.
1278 * gdb.arch/aarch64-atomic-inst.c: New file.
1279 * gdb.arch/aarch64-atomic-inst.exp: New file.
1280
5e45f04c
YQ
12812014-05-07 Yao Qi <yao@codesourcery.com>
1282
1283 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1284 in current context" too.
1285
c888a17d
KS
12862014-05-05 Keith Seitz <keiths@redhat.com>
1287
1288 * gdb.linespec/ls-dollar.exp: Add test for linespec
1289 file:convenience_variable.
1290
290a839c
YQ
12912014-05-05 Yao Qi <yao@codesourcery.com>
1292
1293 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1294 traceframes into tfile and ctf trace files. Read data from
1295 trace file and test collected data.
1296 (gdb_collect_locals_test): Likewise.
1297 (gdb_unavailable_registers_test): Likewise.
1298 (gdb_unavailable_floats): Likewise.
1299 (gdb_collect_globals_test): Likewise.
1300 (top-level): Append "ctf" to trace_file_targets if GDB
1301 supports.
1302
b5262cd0
YQ
13032014-05-05 Yao Qi <yao@codesourcery.com>
1304
1305 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1306 code to ...
1307 (gdb_collect_args_test_1): ... it. New proc.
1308 (gdb_collect_locals_test): Move some code to ...
1309 (gdb_collect_locals_test_1): ... it. New proc.
1310 (gdb_unavailable_registers_test): Move some code to ...
1311 (gdb_unavailable_registers_test_1): ... it. New proc.
1312 (gdb_unavailable_floats): Move some code to ...
1313 (gdb_unavailable_floats_1): ... it. New proc.
1314
30a1e6cc
SDJ
13152014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1316
1317 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1318 probes to test for bitness recognition.
1319 * gdb.arch/amd64-stap-optional-prefix.exp
1320 (test_probe_value_without_reg): New procedure.
1321 Add code to test for different kinds of bitness.
1322
f33da99a
SDJ
13232014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1324
1325 PR breakpoints/16889
1326 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1327 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1328
5b80f00d
PA
13292014-05-01 Pedro Alves <palves@redhat.com>
1330
1331 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1332 gdb_file_cmd if no file is specified.
1333 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1334 last_loaded_file to set the remote exec-file.
1335
f8c2a73c
PA
13362014-05-01 Pedro Alves <palves@redhat.com>
1337
1338 * boards/local-remote-host.exp: New file.
1339
be6e8ac7
PA
13402014-05-01 Pedro Alves <palves@redhat.com>
1341
1342 * boards/local-remote-host.exp: Rename to ...
1343 * boards/local-remote-host-notty.exp: ... this.
1344
cac0dc8f
JB
13452014-04-28 Joel Brobecker <brobecker@adacore.com>
1346
1347 * gdb.ada/dyn_arrayidx: New testcase.
1348
9730e6cc
YQ
13492014-04-26 Yao Qi <yao@codesourcery.com>
1350
1351 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1352 and compute the length of function main. Save it in
1353 $main_length.
1354 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1355 (top-level): Use gdb_compile to compile objects into
1356 executable and restart GDB. Remove invocation to
1357 prepare_for_testing.
1358
7ae1a6a6
PA
13592014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1360 Pedro Alves <palves@redhat.com>
1361
1362 PR server/16255
1363 * gdb.multi/multi-attach.c: New file.
1364 * gdb.multi/multi-attach.exp: New file.
1365
4082afcc
PA
13662014-04-25 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1369 user.
1370 (top level): Test that "set remote conditional-breakpoints-packet
1371 off" works as intended.
1372 * gdb.base/dprintf.exp: Test that "set remote
1373 breakpoint-commands-packet off" works as intended.
1374 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1375 New function.
1376 (top level): Call it.
1377 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1378 remote fast-tracepoints-packet off" works as intended.
1379 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1380 * lib/gdb.exp (gdb_is_target_remote): ... here.
1381
2abc3f8d
DB
13822014-04-24 David Blaikie <dblaikie@gmail.com>
1383
1384 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1385 ensure clang would not discard them.
1386 * gdb.base/gdbvars.c: Ditto.
1387 * gdb.base/memattr.c: Ditto.
1388 * gdb.base/whatis.c: Ditto.
1389 * gdb.python/py-prettyprint.c: Ditto.
1390 * gdb.trace/actions.c: Ditto.
1391 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1392 ensure clang would not discard it.
1393
bfd39632
DB
13942014-04-24 David Blaikie <dblaikie@gmail.com>
1395
1396 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1397 clang to emit the full definition of type required by the test
1398 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1399
22842ff6
DB
14002014-04-24 David Blaikie <dblaikie@gmail.com>
1401
1402 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1403 coax Clang into emitting the definition of the type.
1404 * gdb.cp/pr10728-x.h (y): Ditto.
1405 * gdb.cp/pr10728-y.cc (y): Ditto.
1406
c2e827ad
DB
14072014-04-24 David Blaikie <dblaikie@gmail.com>
1408
1409 * gdb.base/label.exp: XFAIL label related tests under Clang.
1410 * gdb.cp/cplabel.exp: Ditto.
1411 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1412 under Clang those using labels.
1413
4c2d33e7
YQ
14142014-04-25 Yao Qi <yao@codesourcery.com>
1415
1416 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1417 double_label.
1418 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1419 partial_label and double_label.
1420
56083b99
DB
14212014-04-24 David Blaikie <dblaikie@gmail.com>
1422
1423 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1424
25d4e99d
DB
14252014-04-24 David Blaikie <dblaikie@gmail.com>
1426
1427 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1428 of the function to work across GCC and Clang.
1429 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1430 pointer types (const void ** const V void **).
1431
01f9f808
MS
14322014-04-24 Michael Sturm <michael.sturm@mintel.com>
1433 Walfred Tedeschi <walfred.tedeschi@intel.com>
1434
1435 * Makefile.in (EXECUTABLES): Added i386-avx512.
1436 * gdb.arch/i386-avx512.c: New file.
1437 * gdb.arch/i386-avx512.exp: Likewise.
1438
4b48d439
KS
14392014-04-23 Keith Seitz <keiths@redhat.com>
1440
1441 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1442 (mi_make_breakpoint_table): New procedure.
1443 (mi_create_breakpoint): Use mi_make_breakpoint
1444 and return the result.
1445 (mi_make_breakpoint): New procedure.
1446 (mi_build_kv_pairs): New procedure.
1447
1448 * gdb.mi/mi-break.exp: Remove unused globals,
1449 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1450 All callers updated.
1451 * gdb.mi/mi-dprintf.exp: Use variable to track command
1452 number.
1453 Update all callers of mi_create_breakpoint and use
1454 mi_make_breakpoint_table.
1455 Remove any unused global variables.
1456 * gdb.mi/mi-nonstop.exp: Likewise.
1457 * gdb.mi/mi-nsintrall.exp: Likewise.
1458 * gdb.mi/mi-nsmoribund.exp: Likewise.
1459 * gdb.mi/mi-nsthrexec.exp: Likewise.
1460 * gdb.mi/mi-reverse.exp: Likewise.
1461 * gdb.mi/mi-simplerun.exp: Likewise.
1462 * gdb.mi/mi-stepn.exp: Likewise.
1463 * gdb.mi/mi-syn-frame.exp: Likewise.
1464 * gdb.mi/mi-until.exp: Likewise.
1465 * gdb.mi/mi-var-cp.exp: Likewise.
1466 * gdb.mi/mi-var-display.exp: Likewise.
1467 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1468 * gdb.mi/mi2-var-child.exp: Likewise.
1469 * gdb.mi/mi-vla-c99.exp: Likewise.
1470 * lib/mi-support.exp: Likewise.
1471
1472 From Ian Lance Taylor <iant@cygnus.com>:
1473 * lib/gdb.exp (parse_args): New procedure.
1474
08351840
PA
14752014-04-23 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/break-unload-file.c: New file.
1478 * gdb.base/break-unload-file.exp: New file.
1479 * gdb.base/sym-file-lib.c (baz): New function.
1480 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1481 field.
1482 (load): Store the segment's mapped size.
1483 (unload): New function.
1484 (unload_shlib): New function.
1485 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1486 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1487 set a breakpoint at baz, and call it.
1488 * gdb.base/sym-file.exp: New tests for stale breakpoint
1489 instructions.
1490
076855f9
PA
14912014-04-23 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1494 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1495 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1496 * gdb.base/hbreak-unmapped.c: New file.
1497 * gdb.base/hbreak-unmapped.exp: New file.
1498 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1499 * lib/gdb.exp (gdb_is_target_remote): ... here.
1500
483805cf
PA
15012014-04-22 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/consecutive-step-over.c: New file.
1504 * gdb.base/consecutive-step-over.exp: New file.
1505
06d97543
PA
15062014-04-22 Pedro Alves <palves@redhat.com>
1507
1508 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1509 instead of send_gdb/gdb_expect.
1510
b4429ea2
YQ
15112014-04-22 Yao Qi <yao@codesourcery.com>
1512
1513 * lib/trace-support.exp (generate_tracefile): New procedure.
1514 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1515 return 0.
1516 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1517 if generate_tracefile returns 1.
1518
51d48146
PA
15192014-04-18 Tom Tromey <palves@redhat.com>
1520 Pedro alves <tromey@redhat.com>
1521
1522 PR backtrace/15558
1523 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1524 with a backtrace limit.
1525 * gdb.python/py-frame-inline.exp: Test running to an inline
1526 function with a backtrace limit, and printing the newest frame.
1527 * gdb.python/py-frame-inline.c (main): Call f.
1528
bd1dce5f
MS
15292014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1530
1531 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1532
40d1a503
MS
15332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1534
1535 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1536 Drop prefix from unsupported source file path.
1537
389b98f7
YQ
15382014-04-17 Yao Qi <yao@codesourcery.com>
1539
1540 * lib/gdb.exp (with_target_charset): New proc.
1541 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1542 with_target_charset.
1543 (test_print_strings): Likewise.
1544 (test_repeat_bytes): Likewise.
1545 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1546 for some tests.
1547
22869d73
KS
15482014-04-16 Keith Seitz <keiths@redhat.com>
1549
1550 PR gdb/15827
1551 * gdb.dwarf2/corrupt.c: New file.
1552 * gdb.dwarf2/corrupt.exp: New file.
1553
c4f87ca6
KS
15542014-04-16 Keith Seitz <keiths@redhat.com>
1555
1556 PR c++/16597
1557 * gdb.cp/namelessclass.cc: New file.
1558 * gdb.cp/namelessclass.exp: New file.
1559 * gdb.cp/namelessclass.S: New file.
1560
ab19de87
DE
15612014-04-16 Doug Evans <dje@google.com>
1562
1563 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1564 Add comment.
1565 (gdbserver_default_get_comm_port): New function.
1566 (gdbserver_start): Check if board file provided
1567 "gdbserver,get_comm_port" and use it if so.
1568 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1569 (gdb,socketport): Set to "stdio".
1570 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1571 (stdio_gdbserver_template): Delete.
1572 (${board}_get_remote_address): Update.
1573 (${board}_build_remote_cmd): Delete.
1574 (${board}_get_comm_port): New function.
1575 (${board}_spawn): Update.
1576 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1577 Delete.
1578 (${board}_get_remote_address): Update.
1579 (${board}_get_comm_port): New function.
1580
fc98a809
AB
15812014-04-16 Andrew Burgess <aburgess@broadcom.com>
1582
1583 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1584 appearing in any order.
1585
87fd9e6e
DE
15862014-04-15 Doug Evans <dje@google.com>
1587
1588 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1589 uninitialized value of "description".
1590
099fc3ea
KS
15912014-04-15 Keith Seitz <keiths@redhat.com>
1592
1593 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1594 Remove unused globals.
1595 (test_running_the_program): Likewise.
1596 (test_controlled_execution): Likewise.
1597 (test_controlling_breakpoints): Likewise.
1598 (test_program_termination): Likewise.
1599
5da151d4
KS
16002014-04-15 Keith Seitz <keiths@redhat.com>
1601
1602 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1603 unused globals.
1604 (test_rbreak_creation_and_listing): Likewise.
1605 (test_ignore_count): Likewise.
1606 (test_error): Likewise.
1607
35e5d2f0
PA
16082014-04-15 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1611 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1612 sym-file-loader.c.
1613 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1614 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1615 to sym-file-loader.c.
1616 (struct library): Forward declare.
1617 (load_shlib, lookup_function): Change prototypes.
1618 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1619 (translate_offset): Remove declarations.
1620 (get_text_addr): New declaration.
1621 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1622 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1623 sym-file-loader.h.
1624 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1625 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1626 here from sym-file-loader.h.
1627 (struct library): New structure.
1628 (load_shlib, lookup_function): Change prototypes and adjust to
1629 work with a struct library.
1630 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1631 (translate_offset): Make static.
1632 (get_text_addr): New function.
1633 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1634
eb4c1710
PA
16352014-04-15 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1638
2d1baf52
PA
16392014-04-15 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/sym-file-loader.c: Include <limits.h>.
1642 (SELF_LINK): New define.
1643 (get_origin): New function.
1644 (load_shlib): Use it.
1645 * gdb.base/sym-file.exp: Don't early return if the target is
1646 remote. Use runto_main, and issue fail is that fails. Use
1647 gdb_load_shlibs.
1648 (shlib_name): Delete.
1649 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1650
7dd6df01
PA
16512014-04-15 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.base/sym-file.exp: Remove regex characters from test
1654 message. Don't refer to breakpoint numbers in test messages.
1655
b50c8614
KS
16562014-04-14 Keith Seitz <keiths@redhat.com>
1657
1658 PR c++/16253
1659 * gdb.cp/var-tag.cc: New file.
1660 * gdb.cp/var-tag.exp: New file.
1661 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1662 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1663 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1664 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1665
3d567982
TT
16662014-04-14 Tom Tromey <tromey@redhat.com>
1667
1668 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1669 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1670 type.
1671 * gdb.cp/enum-class.exp: New file.
1672 * gdb.cp/enum-class.cc: New file.
1673
0626fc76
TT
16742014-04-14 Tom Tromey <tromey@redhat.com>
1675
1676 * gdb.dwarf2/enum-type.exp: New file.
1677
dca325b3
SA
16782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1679
1680 * gdb.mi/mi-vla-c99.exp: New file.
1681 * gdb.mi/vla.c: New file.
1682
5854b38a
SA
16832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1684
1685 * gdb.base/vla-datatypes.c: New file.
1686 * gdb.base/vla-datatypes.exp: New file.
1687
463bb957
SA
16882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1689
1690 * gdb.base/vla-ptr.c: New file.
1691 * gdb.base/vla-ptr.exp: New file.
1692
3dd170be
SA
16932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1694
1695 * gdb.dwarf2/count.exp: New file.
1696
5ecaaa66
SA
16972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1698
1699 * gdb.base/vla-sideeffect.c: New file.
1700 * gdb.base/vla-sideeffect.exp: New file.
1701
41f1ada5
DB
17022014-04-14 David Blaikie <dblaikie@gmail.com>
1703
1704 * gdb.mi/non-stop.c: Add return value for non-void function return
1705 statement.
1706 * gdb.threads/staticthreads.c: Ditto.
1707
0be03e84
DE
17082014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1709 Doug Evans <xdje42@gmail.com>
1710
1711 * gdb.guile/scm-value.c: Improve test case.
1712 * gdb.guile/scm-value.exp: Add new test.
1713
f180a1fb
DB
17142014-04-11 David Blaikie <dblaikie@gmail.com>
1715
1716 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1717 override Clang's default.
1718
6b662e19
JB
17192014-04-11 Joel Brobecker <brobecker@adacore.com>
1720
1721 Revert the following changes (regressions):
1722
1723 * gdb.base/vla-sideeffect.c: New file.
1724 * gdb.base/vla-sideeffect.exp: New file.
1725
1726 * gdb.dwarf2/count.exp: New file.
1727
1728 * gdb.base/vla-multi.c: New file.
1729 * gdb.base/vla-multi.exp: New file.
1730
1731 * gdb.base/vla-ptr.c: New file.
1732 * gdb.base/vla-ptr.exp: New file.
1733
1734 * gdb.base/vla-datatypes.c: New file.
1735 * gdb.base/vla-datatypes.exp: New file.
1736
1737 * gdb.mi/mi-vla-c99.exp: New file.
1738 * gdb.mi/vla.c: New file.
1739
245a5f0b
KS
17402014-04-11 Keith Seitz <keiths@redhat.com>
1741
1742 PR c++/16675
1743 * gdb.cp/cpsizeof.exp: New file.
1744 * gdb.cp/cpsizeof.cc: New file.
1745
58a84dcf
SA
17462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1747
191a8a90
JB
1748 * gdb.mi/mi-vla-c99.exp: New file.
1749 * gdb.mi/vla.c: New file.
58a84dcf 1750
c8655f75
SA
17512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1752
1753 * gdb.base/vla-datatypes.c: New file.
1754 * gdb.base/vla-datatypes.exp: New file.
1755
024e13b4
SA
17562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1757
1758 * gdb.base/vla-ptr.c: New file.
1759 * gdb.base/vla-ptr.exp: New file.
1760
1a237e0e
SA
17612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1762
1763 * gdb.base/vla-multi.c: New file.
1764 * gdb.base/vla-multi.exp: New file.
1765
504f3432
SA
17662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1767
1768 * gdb.dwarf2/count.exp: New file.
1769
3bce8237
SA
17702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1771
191a8a90
JB
1772 * gdb.base/vla-sideeffect.c: New file.
1773 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1774
322f9c21
YQ
17752014-04-11 Yao Qi <yao@codesourcery.com>
1776
1777 * gdb.base/completion.exp: Check file exists before running tests
1778 on file completion.
1779
d708bcd1
PA
17802014-04-10 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/cond-eval-mode.c: New file.
1783 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1784 prepare_for_testing to build the new file. Check result of
1785 runto_main.
1786 (test_break, test_watch): New procedures.
1787 (top level): Use them.
1788
ae1d2761
PM
17892014-04-08 Pierre Muller <muller@sourceware.org>
1790
1791 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1792 Ctrl-V use for mingw hosts.
1793
7af389b8
SC
17942014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1795
1796 * gdb.python/py-value.c: Improve test case.
1797 * gdb.python/py-value.exp: Add new test.
1798
5e703181
DE
17992014-04-07 David Blaikie <dblaikie@gmail.com>
1800
1801 * lib/compiler.c: Identify the clang compiler.
1802 * lib/compiler.cc: Ditto.
1803
9810b410
YQ
18042014-04-03 Yao Qi <yao@codesourcery.com>
1805
1806 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1807
98d1b8dc
AB
18082014-04-01 Anton Blanchard <anton@samba.org>
1809
1810 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1811 messages unique.
1812
3114cea1
AB
18132014-04-01 Anton Blanchard <anton@samba.org>
1814
1815 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1816 prepare_for_testing.
1817
62f7182c
AB
18182014-04-01 Anton Blanchard <anton@samba.org>
1819
1820 * gdb.arch/ppc64-atomic-inst.c: Remove.
1821 * gdb.arch/ppc64-atomic-inst.S: New file.
1822 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1823
770e7fc7
DE
18242014-03-31 Doug Evans <dje@google.com>
1825
1826 * gdb.base/print-symbol-loading-lib.c: New file.
1827 * gdb.base/print-symbol-loading-main.c: New file.
1828 * gdb.base/print-symbol-loading.exp: New file.
1829
46e2bafa
YQ
18302014-03-31 Yao Qi <yao@codesourcery.com>
1831
1832 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1833
8776cfe9
JB
18342014-03-28 Joel Brobecker <brobecker@adacore.com>
1835
1836 * gdb.ada/mi_dyn_arr: New testcase.
1837
5d1ef361
DE
18382014-03-27 Doug Evans <dje@google.com>
1839
1840 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1841
b5bee914
YQ
18422014-03-27 Yao Qi <yao@codesourcery.com>
1843
1844 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1845 if target is nios2-*-*.
1846
0d4d0e77
YQ
18472014-03-26 Yao Qi <yao@codesourcery.com>
1848
1849 * lib/gdb.exp (readline_is_used): New proc.
1850 * gdb.base/completion.exp: Move tests on command complete up.
1851 Skip the rest of tests if readline is not used.
1852 * gdb.ada/complete.exp: Skp the test if readline is not
1853 used.
1854 * gdb.base/filesym.exp: Likewise.
1855 * gdb.base/macscp.exp: Likewise.
1856 * gdb.base/readline-ask.exp: Likewise.
1857 * gdb.base/readline.exp: Likewise.
1858 * gdb.python/py-cmd.exp: Likewise.
1859 * gdb.trace/tfile.exp: Likewise.
1860
29361eee
YQ
18612014-03-26 Yao Qi <yao@codesourcery.com>
1862
1863 * gdb.base/macscp.exp: Fix code format issues.
1864
bc9a5525
UW
18652014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1866
1867 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1868 * gdb.asm/powerpc64le.inc: New file.
1869
d3839ede
PA
18702014-03-25 Pedro Alves <palves@redhat.com>
1871 Doug Evans <dje@google.com>
1872
1873 * gdb.base/source-execution.c: New file.
1874 * gdb.base/source-execution.exp: New file.
1875 * gdb.base/source-execution.gdb: New file.
1876
01672a57
DE
18772014-03-24 Doug Evans <dje@google.com>
1878
1879 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1880 using fission.
1881
88bbeca9
HZ
18822014-03-24 Hui Zhu <hui@codesourcery.com>
1883 Pedro Alves <palves@redhat.com>
1884
1885 PR breakpoints/16101
1886 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1887 test pass/fail messages. Detect missing support for dprintf when
1888 breakpoints are actually inserted.
1889 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1890 breakpoints are actually inserted.
1891 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1892 fails.
1893
d2348791
JK
18942014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1895
1896 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1897
feef67ab
DE
18982014-03-22 Doug Evans <xdje42@gmail.com>
1899
1900 * gdb.python/python.exp (python not supported): Verify multi-line
1901 python command issues an error.
25d743f9 1902 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1903 guile command issues an error.
feef67ab 1904
ecebef6a
MR
19052014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1906
1907 * gdb.threads/thread-specific.exp: Handle the lack of usable
1908 $this_breakpoint and $this_thread.
1909
ccdd1909
HZ
19102014-03-21 Hui Zhu <hui@codesourcery.com>
1911
1912 * gdb.base/attach.exp (do_command_attach_tests): New.
1913
beb460e8
PA
19142014-03-20 Tom Tromey <tromey@redhat.com>
1915 Pedro Alves <palves@redhat.com>
1916
1917 PR cli/15718
1918 * gdb.base/condbreak-call-false.c: New file.
1919 * gdb.base/condbreak-call-false.exp: New file.
1920
40acf43a
PA
19212014-03-20 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1924 Delete.
1925 (block_signals, unblock_signals): Delete.
1926 (child_function_2, main): Remove references to deleted variable
1927 and functions.
1928
9f5e1e02
PA
19292014-03-20 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1932 Use pthread_kill to signal thread 2.
1933 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1934 Adjust to make the test send itself a signal rather than using the
1935 host's "kill" command.
1936
99619bea
PA
19372014-03-20 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.threads/multiple-step-overs.c: New file.
1940 * gdb.threads/multiple-step-overs.exp: New file.
1941 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1942 Adjust expected infrun debug output.
1943
2adfaa28
PA
19442014-03-20 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1947 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1948
31e77af2
PA
19492014-03-20 Pedro Alves <palves@redhat.com>
1950
1951 PR breakpoints/7143
1952 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1953 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1954 of gdb_test_multiple.
1955 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1956 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1957
b9f437de
PA
19582014-03-20 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1961 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1962
05adc73e
PA
19632014-03-19 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.base/async.exp: Remove early return.
1966
6048b950
PA
19672014-03-19 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1970
8bcfb00a
PA
19712014-03-19 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.base/async.exp (test_background): Expect \r\n after
1974 "completed." in the fail pattern.
1975
884e37dc
PA
19762014-03-19 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/async.exp (test_background): New procedure.
1979 Use it for all background execution command tests.
1980
148e57e2
PA
19812014-03-19 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.base/async.exp: Use prepare_for_testing.
1984
f48088c7
PA
19852014-03-19 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1988 the same line.
1989
e2f6c966
PA
19902014-03-19 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/async.c (main): Add "jump here" and "until here" line
1993 marker comments.
1994 * gdb.base/async.exp (jump_here): New global.
1995 (jump& test): Use it.
1996 (until_here): New global.
1997 (until& test): Use it.
1998
c30568d4
PA
19992014-03-19 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.base/async.exp: Don't frob gdb_protocol.
2002
0172b6a7
DE
20032014-03-18 Doug Evans <xdje42@gmail.com>
2004
2005 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2006 Fix spelling of exec-done-display.
2007
06c868a8
JK
20082014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 PR gdb/15358
2011 * gdb.base/gdb-sigterm.c: New file.
2012 * gdb.base/gdb-sigterm.exp: New file.
2013
0c7e1a46
PA
20142014-03-18 Pedro Alves <palves@redhat.com>
2015
2016 PR gdb/13860
2017 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2018 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2019 solib-event.
2020
f7c77d93
JB
20212014-03-17 Joel Brobecker <brobecker@adacore.com>
2022
2023 * gdb.ada/pckd_arr_ren: New testcase.
2024
5a1e8c7a
DE
20252014-03-13 Doug Evans <xdje42@gmail.com>
2026
2027 PR guile/16612
2028 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2029 collect after discarding symbols.
2030
350e1a76
DE
20312014-03-13 Ludovic Courtès <ludo@gnu.org>
2032 Doug Evans <xdje42@gmail.com>
2033
2034 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2035 to history survives a gc.
2036
a69900ae
PA
20372014-03-13 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/default.exp: Don't test "target procfs".
2040
5db9f0bd
PA
20412014-03-13 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/default.exp: Update "target child" and "target procfs"
2044 tests to not expect "Unix".
2045
b3ccfe11
TT
20462014-03-12 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2049 New procs. Add target-async tests.
2050 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2051 Add target-async tests.
2052
646f4417
AA
20532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2054
2055 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2056 'func_start' and 'func_end' for the beginning and end of the
2057 function code, respectively.
2058 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2059 'func_end' instead of 'func' and 'main'.
2060
288c211f
AA
20612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2062
2063 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2064 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2065 generate the debug info assembler source.
2066
e0c0f156
AA
20672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2068
2069 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2070 * gdb.dwarf2/arr-subrange.exp: Likewise.
2071 * gdb.dwarf2/dwz.exp: Likewise.
2072 * gdb.dwarf2/method-ptr.exp: Likewise.
2073 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2074 * gdb.dwarf2/subrange.exp: Likewise.
2075 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2076 * gdb.dwarf2/implptrpiece.exp: Likewise.
2077 * gdb.dwarf2/nostaticblock.exp: Likewise.
2078
0e5c4555
AA
20792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2080
2081 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2082 directory to absolute path name arguments.
2083
5ec18f2b
JG
20842014-03-10 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.ada/tagged_access: New testcase.
2087
847fc4f2
MM
20882014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2089
2090 * gdb.btrace/data.exp: Update expected output.
2091
cc3da688
YQ
20922014-03-06 Yao Qi <yao@codesourcery.com>
2093
2094 * gdb.trace/pr16508.exp: New file.
2095
0f26cec1
PA
20962014-03-05 Pedro Alves <palves@redhat.com>
2097
2098 PR gdb/16575
2099 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2100 procedure.
2101 (top level): Adjust to use it. Add tests that exercise breakpoint
2102 interaction with the code-cache.
2103
7a5a839f
LC
21042014-02-26 Ludovic Courtès <ludo@gnu.org>
2105
2106 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2107 test for 'history-append!'.
2108
31aa7e4e
JB
21092014-02-26 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2112 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2113 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2114 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2115 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2116 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2117
1b588015
JB
21182014-02-26 Joel Brobecker <brobecker@adacore.com>
2119
2120 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2121 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2122 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2123
55426c9d
JB
21242014-02-26 Joel Brobecker <brobecker@adacore.com>
2125
2126 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2127
dc53a7ad
JB
21282014-02-26 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.dwarf2/arr-stride.c: New file.
2131 * gdb.dwarf2/arr-stride.exp: New file.
2132
12ab52e9
PA
21332014-02-26 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2136 that won't ever trigger. Make sure that GDB reports the correct
2137 breakpoint that caused the stop.
2138
849c862e
JK
21392014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2140
2141 PR gdb/16626
2142 * gdb.base/auto-load-script: New file.
2143 * gdb.base/auto-load.c: New file.
2144 * gdb.base/auto-load.exp: New file.
2145
71b7d793
JK
2146 PR gdb/16626
2147 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2148
e2f0d509
JK
21492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2152 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2153
50cc37c8
DE
21542014-02-24 Doug Evans <dje@google.com>
2155
2156 * lib/gdb.exp (run_on_host): Log error output if program fails.
2157
ea4758f2
PA
21582014-02-21 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.threads/step-after-sr-lock.c: Rename to ...
2161 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2162 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2163 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2164 ... this.
2165
d7b30f67
SDJ
21662014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2167
2168 PR tdep/16397
2169 * gdb.arch/amd64-stap-special-operands.exp: New file.
2170 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2171 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2172 * gdb.arch/amd64-stap-triplet.S: Likewise.
2173 * gdb.arch/amd64-stap-triplet.c: Likewise.
2174
83deb43f
JB
21752014-02-20 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2178 in .section pseudo-op.
2179
adde2bff
DE
21802014-02-20 lin zuojian <manjian2006@gmail.com>
2181 Joel Brobecker <brobecker@adacore.com>
2182 Doug Evans <xdje42@gmail.com>
2183
2184 PR symtab/16581
2185 * gdb.dwarf2/dw2-icycle.S: New file.
2186 * gdb.dwarf2/dw2-icycle.c: New file.
2187 * gdb.dwarf2/dw2-icycle.exp: New file.
2188
f7bd0f78
SC
21892014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2190
2191 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2192 operations on gdb.Value objects.
2193 * gdb.python/py-value-cc.exp: Add new test to test operations on
2194 gdb.Value objects.
2195
c17ef0d5
DE
21962014-02-18 Doug Evans <dje@google.com>
2197
2198 * Makefile.in (TESTS): New variable.
2199 (expanded_tests, expanded_tests_or_none): New variables
2200 (check-single): Pass $(expanded_tests_or_none) to runtest.
2201 (check-parallel): Only run tests in $(TESTS) if non-empty.
2202 (check/no-matching-tests-found): New rule.
2203 * README: Document TESTS makefile variable.
2204
5dd3176f
DE
22052014-02-18 Doug Evans <dje@google.com>
2206
2207 * Makefile.in (check-parallel): rm -rf outputs temp.
2208
0b10be4f
JK
22092014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 Fix "ERROR: no fileid for" in the testsuite.
2212 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2213
85f224e7
DE
22142014-02-12 Doug Evans <dje@google.com>
2215
2216 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2217 (MISCELLANEOUS): New variable.
2218 (clean): rm -rf $(MISCELLANEOUS).
2219 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2220 dwp live in the same directory as symlinks, with each symlink pointed
2221 to a differently named file in a different directory.
2222
149b30ff
DE
22232014-02-11 Doug Evans <dje@google.com>
2224
2225 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2226 of Tcl file commands.
2227
1dfdac32
MK
22282014-02-10 Mark Kettenis <kettenis@gnu.org>
2229
2230 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2231 "kill -SIGUSR1 -1".
2232
aa4fb036
JB
22332014-02-10 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.ada/tick_length_array_enum_idx: New testcase.
2236
ed3ef339
DE
22372014-02-10 Doug Evans <xdje42@gmail.com>
2238
2239 * configure.ac (AC_OUTPUT): Add gdb.guile.
2240 * configure: Regenerate.
2241 * lib/gdb-guile.exp: New file.
2242 * lib/gdb.exp (get_target_charset): New function.
2243 * gdb.base/help.exp: Update expected output from "apropos apropos".
2244 * gdb.guile/Makefile.in: New file.
2245 * gdb.guile/guile.exp: New file.
2246 * gdb.guile/scm-arch.c: New file.
2247 * gdb.guile/scm-arch.exp: New file.
2248 * gdb.guile/scm-block.c: New file.
2249 * gdb.guile/scm-block.exp: New file.
2250 * gdb.guile/scm-breakpoint.c: New file.
2251 * gdb.guile/scm-breakpoint.exp: New file.
2252 * gdb.guile/scm-disasm.c: New file.
2253 * gdb.guile/scm-disasm.exp: New file.
2254 * gdb.guile/scm-equal.c: New file.
2255 * gdb.guile/scm-equal.exp: New file.
2256 * gdb.guile/scm-error.exp: New file.
2257 * gdb.guile/scm-error.scm: New file.
2258 * gdb.guile/scm-frame-args.c: New file.
2259 * gdb.guile/scm-frame-args.exp: New file.
2260 * gdb.guile/scm-frame-args.scm: New file.
2261 * gdb.guile/scm-frame-inline.c: New file.
2262 * gdb.guile/scm-frame-inline.exp: New file.
2263 * gdb.guile/scm-frame.c: New file.
2264 * gdb.guile/scm-frame.exp: New file.
2265 * gdb.guile/scm-generics.exp: New file.
2266 * gdb.guile/scm-gsmob.exp: New file.
2267 * gdb.guile/scm-iterator.c: New file.
2268 * gdb.guile/scm-iterator.exp: New file.
2269 * gdb.guile/scm-math.c: New file.
2270 * gdb.guile/scm-math.exp: New file.
2271 * gdb.guile/scm-objfile-script-gdb.in: New file.
2272 * gdb.guile/scm-objfile-script.c: New file.
2273 * gdb.guile/scm-objfile-script.exp: New file.
2274 * gdb.guile/scm-objfile.c: New file.
2275 * gdb.guile/scm-objfile.exp: New file.
2276 * gdb.guile/scm-ports.exp: New file.
2277 * gdb.guile/scm-pretty-print.c: New file.
2278 * gdb.guile/scm-pretty-print.exp: New file.
2279 * gdb.guile/scm-pretty-print.scm: New file.
2280 * gdb.guile/scm-section-script.c: New file.
2281 * gdb.guile/scm-section-script.exp: New file.
2282 * gdb.guile/scm-section-script.scm: New file.
2283 * gdb.guile/scm-symbol.c: New file.
2284 * gdb.guile/scm-symbol.exp: New file.
2285 * gdb.guile/scm-symtab-2.c: New file.
2286 * gdb.guile/scm-symtab.c: New file.
2287 * gdb.guile/scm-symtab.exp: New file.
2288 * gdb.guile/scm-type.c: New file.
2289 * gdb.guile/scm-type.exp: New file.
2290 * gdb.guile/scm-value-cc.cc: New file.
2291 * gdb.guile/scm-value-cc.exp: New file.
2292 * gdb.guile/scm-value.c: New file.
2293 * gdb.guile/scm-value.exp: New file.
2294 * gdb.guile/source2.scm: New file.
2295 * gdb.guile/types-module.cc: New file.
2296 * gdb.guile/types-module.exp: New file.
2297
7026a7c1
YQ
22982014-02-10 Yao Qi <yao@codesourcery.com>
2299
2300 PR testsuite/16543
2301 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2302 * configure: Regenerated.
2303 * Makefile.in: New file.
2304
6c466447
AS
23052014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2306
2307 * gdb.python/py-framefilter.exp: Fix typo.
2308
6e854735
YQ
23092014-02-08 Yao Qi <yao@codesourcery.com>
2310
2311 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2312 that no =breakpoint-modified is emitted when breakpoints are
2313 modified through MI commands.
2314
d137e6dc
PA
23152014-02-07 Pedro Alves <pedro@codesourcery.com>
2316 Pedro Alves <palves@redhat.com>
2317
2318 * gdb.threads/step-after-sr-lock.c: New file.
2319 * gdb.threads/step-after-sr-lock.exp: New file.
2320
b5ee5a50
PA
23212014-02-07 Pedro Alves <palves@redhat.com>
2322
2323 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2324
3c77faf3
JK
23252014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2328 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2329
6dddc817
DE
23302014-02-06 Doug Evans <xdje42@gmail.com>
2331
2332 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2333 output.
2334
2335 * gdb.gdb/python-interrupts.exp: New file.
2336
de7b2893
YQ
23372014-02-05 Yao Qi <yao@codesourcery.com>
2338
2339 * gdb.trace/report.exp (use_collected_data): Test the output
2340 of "info threads" and "info inferiors".
2341
66d032ac
YQ
23422014-02-05 Yao Qi <yao@codesourcery.com>
2343
2344 Revert this patch:
2345
2346 2013-05-24 Yao Qi <yao@codesourcery.com>
2347
2348 * gdb.trace/tfile.exp: Test inferior and thread.
2349
591a12a1
UW
23502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2351
2352 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2353 on a function.
2354 * gdb.base/step-bt.c: Call hello via function pointer to make
2355 sure its first instruction is executed on powerpc64le-linux.
2356
0ff3e01f
UW
23572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2358
2359 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2360
084ee545
UW
23612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2362
2363 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2364 of the test patterns for use on little-endian systems.
2365
6ed14ff3
UW
23662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2367
2368 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2369 (decimal_vector): Fix for little-endian.
2370
401e27fd
JM
23712014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2372
2373 * gdb.arch/sparc-sysstep.exp: New file.
2374 * gdb.arch/sparc-sysstep.c: Likewise.
2375
2376 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2377
8b924729
EBM
23782014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2379
2380 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2381
fb151210
JB
23822014-01-23 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.ada/array_char_idx: New testcase.
2385
0740f8d8
TT
23862014-01-23 Tom Tromey <tromey@redhat.com>
2387
2388 PR python/16487:
2389 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2390 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2391 classes.
2392
21909fa1
TT
23932014-01-23 Tom Tromey <tromey@redhat.com>
2394
2395 PR python/16491:
2396 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2397 string from an inferior frame.
2398 * gdb.python/py-framefilter-mi.exp: Update.
2399
87ce2a04
DE
24002014-01-22 Doug Evans <dje@google.com>
2401
2402 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2403
237b092b
AA
24042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2405
2406 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2407
d674a709
AA
24082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2409
2410 * gdb.trace/entry-values.exp: Remove excess space character from
2411 regex patterns. Handle s390 call instruction.
2412
20fa3390
AA
24132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2414
2415 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2416 define "*_start" label. Make "name" static.
2417 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2418 ${name} by references to ${name}_start.
2419
78466714
AA
24202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2421
2422 * gdb.base/info-macros.exp: Remove "debug" from the compile
2423 options.
2424
ec9f644a
IB
24252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2426
2427 * gdb.dlang/demangle.exp: New file.
2428
94b1b47e
IB
24292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2430
2431 * gdb.dlang/primitive-types.exp: New file.
2432
7f420862
IB
24332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2434
2435 * configure.ac: Create gdb.dlang/Makefile.
2436 * configure: Regenerate.
2437 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2438 * gdb.dlang/Makefile.in: New file.
2439 * lib/d-support.exp: New file.
2440 * lib/gdb.exp (skip_d_tests): New proc.
2441
52834460
MM
24422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2443
2444 * gdb.btrace/delta.exp: Check reverse stepi.
2445 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2446 * gdb.btrace/finish.exp: New.
2447 * gdb.btrace/next.exp: New.
2448 * gdb.btrace/nexti.exp: New.
2449 * gdb.btrace/record_goto.c: Add comments.
2450 * gdb.btrace/step.exp: New.
2451 * gdb.btrace/stepi.exp: New.
2452 * gdb.btrace/multi-thread-step.c: New.
2453 * gdb.btrace/multi-thread-step.exp: New.
2454 * gdb.btrace/rn-dl-bind.c: New.
2455 * gdb.btrace/rn-dl-bind.exp: New.
2456 * gdb.btrace/data.c: New.
2457 * gdb.btrace/data.exp: New.
2458 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2459
6e07b1d2
MM
24602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2461
2462 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2463 * gdb.btrace/exception.exp: Update.
2464 * gdb.btrace/instruction_history.exp: Update.
2465 * gdb.btrace/record_goto.exp: Update.
2466 * gdb.btrace/tailcall.exp: Update.
2467 * gdb.btrace/unknown_functions.exp: Update.
2468 * gdb.btrace/delta.exp: New.
2469
0b722aec
MM
24702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2471
2472 * gdb.btrace/record_goto.exp: Add backtrace test.
2473 * gdb.btrace/tailcall.exp: Add backtrace test.
2474
066ce621
MM
24752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2476
2477 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2478 * gdb.btrace/record_goto.c: New.
2479 * gdb.btrace/record_goto.exp: New.
2480 * gdb.btrace/x86-record_goto.S: New.
2481
0688d04e
MM
24822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2483
2484 * gdb.btrace/function_call_history.exp: Update tests.
2485 * gdb.btrace/instruction_history.exp: Update tests.
2486
8710b709
MM
24872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2488
2489 * gdb.btrace/function_call_history.exp: Fix expected field
2490 order for "record function-call-history".
2491 Add new tests for "record function-call-history /c".
2492 * gdb.btrace/exception.cc: New.
2493 * gdb.btrace/exception.exp: New.
2494 * gdb.btrace/tailcall.exp: New.
2495 * gdb.btrace/x86-tailcall.S: New.
2496 * gdb.btrace/x86-tailcall.c: New.
2497 * gdb.btrace/unknown_functions.c: New.
2498 * gdb.btrace/unknown_functions.exp: New.
2499 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2500
5de9129b
MM
25012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2502
2503 * gdb.btrace/instruction_history.exp: Update.
2504 * gdb.btrace/function_call_history.exp: Update.
2505
23a7fe75
MM
25062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2507
2508 * gdb.btrace/function_call_history.exp: Fix expected function
2509 trace.
2510 * gdb.btrace/instruction_history.exp: Initialize traced.
2511 Remove traced_functions.
2512
724c7dd8
MM
25132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2514
2515 * gdb.btrace/function_call_history.exp: Update
2516 * gdb.btrace/instruction_history.exp: Update.
2517
6d78d93b
MM
25182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2519
2520 * gdb.btrace/enable.exp: Update expected text.
2521
93a360cc
OJ
25222014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2523
2524 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2525 bytes.
2526
3772b53f
MR
25272014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2528
2529 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2530
596662fa
OJ
25312014-01-15 Omair Javaid <omair.javaid@linaro.org>
2532
2533 * lib/gdb.exp (supports_process_record): Return true for
2534 arm*-linux*. (supports_reverse): Likewise.
2535
b5b08fb4
SC
25362014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2537
2538 PR python/15464
2539 PR python/16113
2540 * gdb.python/py-type.c: Enhance test case.
2541 * gdb.python/py-value-cc.cc: Likewise
2542 * gdb.python/py-type.exp: Add new tests.
2543 * gdb.python/py-value-cc.exp: Likewise
2544
52d7fb13
AA
25452014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2549 Make "name" extern.
2550 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2551 references to ${name}_start by references to ${name}.
2552
a2cd8cfe
JB
25532014-01-10 Joel Brobecker <brobecker@adacore.com>
2554
2555 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2556
4e23fced
JB
25572014-01-10 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2560
c6a9e42c
PA
25612014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2562 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.mi/mi-info-os.exp: Connect to the target with
2565 mi_gdb_target_load.
2566
b7ea362b
PA
25672014-01-08 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.threads/reconnect-signal.c: New file.
2570 * gdb.threads/reconnect-signal.exp: New file.
2571
5e3f4fab
EBM
25722014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.base/source-dir.exp: New file.
2575
79301218
JB
25762014-01-07 Joel Brobecker <brobecker@adacore.com>
2577
2578 * gdb.ada/mi_interface: New testcase.
2579
8e355c5d
JB
25802014-01-07 Joel Brobecker <brobecker@adacore.com>
2581
2582 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2583 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2584 gdb.ada/pp-rec-component/pck.ads: New files.
2585
c0d48811
JB
25862014-01-07 Joel Brobecker <brobecker@adacore.com>
2587
2588 * gdb.python/py-pp-integral.c: New file.
2589 * gdb.python/py-pp-integral.py: New file.
2590 * gdb.python/py-pp-integral.exp: New file.
2591
17b609c3 2592For older changes see ChangeLog-1993-2013.
c906108c 2593\f
8d8cb839
EZ
2594;; Local Variables:
2595;; mode: change-log
2596;; left-margin: 8
2597;; fill-column: 74
2598;; version-control: never
2599;; End:
902f2ccb 2600
14f8b115 2601 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2602 Copying and distribution of this file, with or without modification,
2603 are permitted provided the copyright notice and this notice are preserved.