Enable elf_backend_rela_normal for AArch64
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1f267ae3
MM
12014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.btrace/segv.exp: New.
4 * gdb.btrace/segv.c: New.
5
2b239efb
LM
62014-07-02 Luis Machado <lgustavo@codesourcery.com>
7
8 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9 instruction.
10
cf363f18
MW
112014-06-30 Mark Wielaard <mjw@redhat.com>
12
13 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14 vulture, vilify, villar): New volatile array constants.
15 (vindictive, vegetation): New const volatile array constants.
16 * gdb.base/volatile.exp: Test volatile and const volatile array
17 types.
18
aebf9d24
AA
192014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
20
21 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22 target lacks support for awatch, rwatch, or hbreak.
23
b67a2c6f
YQ
242014-06-27 Yao Qi <yao@codesourcery.com>
25
26 * gdb.multi/dummy-frame-restore.exp: New.
27 * gdb.multi/dummy-frame-restore.c: New.
28
aef92902
MM
292014-06-25 Markus Metzger <markus.t.metzger@intel.com>
30
31 * gdb.btrace/gcore.exp: New.
32
8e9db26e
PA
332014-06-23 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/watchpoint-reuse-slot.c: New file.
36 * gdb.base/watchpoint-reuse-slot.exp: New file.
37
70afc5b7
SC
382014-06-23 Siva Chandra Reddy <sivachandra@google.com>
39
40 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
41 progspace's filename in 'info', 'enable' and 'disable' command
42 tests.
43
b972bd9c
JK
442014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
47 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
48 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
49
125f8a3d
GB
502014-06-20 Gary Benson <gbenson@redhat.com>
51
52 * gdb.arch/i386-avx.exp: Fix include file location.
53 * gdb.arch/i386-sse.exp: Likewise.
54
3ed9baed
IB
552014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
56
57 * gdb.dlang/expression.exp: New file.
58
034f788c
PA
592014-06-19 Pedro Alves <palves@redhat.com>
60
61 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
62 out from ...
63 (top level): ... here. Iterate running tests under different
64 scheduler-locking settings.
65
45371d0c
LM
662014-06-18 Luis Machado <lgustavo@codesourcery.com>
67
68 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
69 to DW_FORM_addr and use non-zero addresses.
70
5d376983
SC
712014-06-18 Siva Chandra Reddy <sivachandra@google.com>
72
73 PR gdb/17017
74 * gdb.python/py-xmethods.cc: Add global function call counters and
75 increment them in their respective functions. Remove "cout"
76 statements.
77 * gdb.python/py-xmethods.exp: Make tests check the global function
78 call counters instead of depending on inferior IO.
79
a1aa2221
LM
802014-06-18 Don Breazeal <donb@codesourcery.com>
81
82 * gdb.base/foll-fork.exp (default_fork_parent_follow):
83 Deleted procedure.
84 (explicit_fork_parent_follow): Deleted procedure.
85 (explicit_fork_child_follow): Deleted procedure.
86 (test_follow_fork): New procedure.
87 (do_fork_tests): Replace calls to deleted procedures with
88 calls to test_follow_fork and reset GDB for subsequent
89 procedure calls.
90
0fc05997
YQ
912014-06-17 Yao Qi <yao@codesourcery.com>
92
93 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
94 CP1252.
95
70795c52
LM
962014-06-17 Luis Machado <lgustavo@codesourcery.com>
97
98 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
99 Initialize ptr and S explicitly.
100 (skip_type_update_when_not_use_rtti_test): Likewise.
101
6be47f0c
KS
1022014-06-16 Keith Seitz <keiths@redhat.com>
103
104 PR mi/15863
105 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
106 the inferior is started.
107
d03de421
PA
1082014-06-16 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/break-main-file-remove-fail.c: New file.
111 * gdb.base/break-main-file-remove-fail.exp: New file.
112 * gdb.base/break-unload-file.exp: Use build_executable instead of
113 prepare_for_testing.
114 (test_break): New parameter "initial_load". Handle it.
115 (top level): Add initial_load cmdline/file axis.
116
f9579b99
TT
1172014-06-12 Tom Tromey <tromey@redhat.com>
118
119 * gdb.base/completion.exp: Don't use directory name in test.
120
3657956b
GB
1212014-06-09 Gary Benson <gbenson@redhat.com>
122
123 * gdb.base/sigall.c [Functions to send signals]: Reorder to
124 separate the always-available ANSI-standard signals from the
125 signals that require checking.
126 (main): Likewise.
127 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
128 Likewise.
129 (main): Likewise.
130
4186eb54
KS
1312014-06-07 Keith Seitz <keiths@redhat.com>
132
133 Revert:
134 PR c++/16253
135 * gdb.cp/var-tag.cc: New file.
136 * gdb.cp/var-tag.exp: New file.
137 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
138 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
139 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
140 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
141
25326a28 1422014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
143
144 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
145
829155c9
PA
1462014-06-06 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
149 in target debug output instead of looking at RSP packets,
150 disabling the test on any target that uses hardware stepping.
151 Update comments.
152
61c8d22e
PA
1532014-06-06 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/break-unload-file.exp: Fix typo.
156
d9a47287
YQ
1572014-06-06 Yao Qi <yao@codesourcery.com>
158
159 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
160 from "jit_function" to "^jit_function".
161
e5e01dbf
YQ
1622014-06-06 Yao Qi <yao@codesourcery.com>
163
164 * gdb.base/async.c (foo): Add one statement.
165 * gdb.base/async.exp: Get the next instruction address and
166 match the output of "nexti" by instruction address. Match
167 the hex address in the output of "finish".
168
73ba372c
GB
1692014-06-06 Gary Benson <gbenson@redhat.com>
170
171 * gdb.base/call-signals.c: Remove preprocessor conditionals
172 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
173 SIGSEGV and SIGTERM.
174 * gdb.base/sigall.c: Likewise.
175 * gdb.base/unwindonsignal.c: Likewise.
176 * gdb.reverse/sigall-reverse.c: Likewise.
177
831517df
YQ
1782014-06-06 Yao Qi <yao@codesourcery.com>
179
180 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
181 readable, skip the test.
182
b8b91e98
YQ
1832014-06-06 Yao Qi <yao@codesourcery.com>
184
185 * gdb.threads/staticthreads.c (thread_function): Move the line
186 setting breakpoint on forward.
187 * gdb.threads/staticthreads.exp: Update comments.
188
fb934770
LC
1892014-06-05 Ludovic Courtès <ludo@gnu.org>
190
191 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
192 "history-append! type error".
193
6ef284bd
SM
1942014-06-05 Simon Marchi <simon.marchi@ericsson.com>
195
196 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
197 erroneous dprintf expected input.
198
a872e241
DE
1992014-06-04 Doug Evans <xdje42@gmail.com>
200
201 * gdb.guile/scm-generics.exp: Delete.
202
16f691fb
DE
2032014-06-04 Doug Evans <xdje42@gmail.com>
204
205 * gdb.guile/scm-breakpoint.exp: Update.
206 Add tests for breakpoint registration.
207
012370f6
TT
2082014-06-04 Tom Tromey <tromey@redhat.com>
209
210 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
211 VLA-in-union.
212 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
213 inner_vla_struct, vla_union types. Initialize objects of those
214 types and compute their sizes.
215
9f5a4cef
HZ
2162014-06-04 Nathan Sidwell <nathan@codesourcery.com>
217 Hui Zhu <hui@codesourcery.com>
218
219 * gdb.base/fileio.exp: Add test for shell not available as well as
220 available.
221 * gdb.base/fileio.c (test_system): Check for shell twice.
222
90a45c4d
YQ
2232014-06-04 Yao Qi <yao@codesourcery.com>
224
225 * gdb.base/auto-connect-native-target.exp: Remove redundant
226 space from the regexp pattern.
227
70017e41
YQ
2282014-06-04 Yao Qi <yao@codesourcery.com>
229
230 * gdb.base/default.exp: Replace "child" with "native" in
231 regexp pattern.
232
883964a7
SC
2332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
234
235 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
236 * gdb.python/py-xmethods.exp: New tests to test xmethods.
237 * gdb.python/py-xmethods.py: Python script supporting the
238 new testcase and tests.
239
ef370185
JB
2402014-06-03 Joel Brobecker <brobecker@adacore.com>
241 Pedro Alves <palves@redhat.com>
242
243 PR breakpoints/17000
244 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
245 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
246
1e2ccb61
BM
2472014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
248
249 * gdb.base/subst.exp: Add tests to verify partial path matching
250 output.
251
c6ec5ab2
PA
2522014-06-03 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
255 target that doesn't use software single-stepping.
256
835c559f
PA
2572014-06-03 Pedro Alves <palves@redhat.com>
258
259 PR breakpoints/17000
260 * gdb.base/sss-bp-on-user-bp-2.c: New file.
261 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
262
06eb1586
DE
2632014-06-02 Doug Evans <xdje42@gmail.com>
264
265 * gdb.guile/scm-parameter.exp: New file.
266
e698b8c4
DE
2672014-06-02 Doug Evans <xdje42@gmail.com>
268
269 * gdb.guile/scm-cmd.c: New file.
270 * gdb.guile/scm-cmd.exp: New file.
271
ded03782
DE
2722014-06-02 Doug Evans <xdje42@gmail.com>
273
274 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
275 pretty-printer lookup.
276 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
277 (make-pp_s-printer): Call it.
278 (make-pretty-printer-from-dict): New function.
279 (lookup-pretty-printer-maker-from-dict): New function.
280 (*pretty-printer*): Simplify.
281 (make-objfile-pp_s-printer): New function.
282 (install-objfile-pretty-printers!): New function.
283 (make-progspace-pp_s-printer): New function.
284 (install-progspace-pretty-printers!): New function.
285 * gdb.guile/scm-progspace.c: New file.
286 * gdb.guile/scm-progspace.exp: New file.
287
41fac0cf
PA
2882014-06-02 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/dprintf-bp-same-addr.c: New file.
291 * gdb.base/dprintf-bp-same-addr.exp: New file.
292
96ae5695
EBM
2932014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
294
295 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
296 * gdb.arch/powerpc-power.s: Likewise.
297
da02b3a8
JB
2982014-06-02 Joel Brobecker <brobecker@adacore.com>
299
300 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
301
c72b2e7b
YQ
3022014-06-01 Yao Qi <yao@codesourcery.com>
303
304 * gdb.base/watchpoint.exp (test_watch_location): Check null
305 pointer can be dereferenced. If not, do the test, otherwise
306 skip it.
307
53e8a631
AB
3082014-05-30 Andrew Burgess <aburgess@broadcom.com>
309
310 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
311 results.
312 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
313
938f0e2f
AB
3142014-05-30 Andrew Burgess <aburgess@broadcom.com>
315
316 * gdb.arch/amd64-invalid-stack-middle.S: New file.
317 * gdb.arch/amd64-invalid-stack-middle.c: New file.
318 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
319 * gdb.arch/amd64-invalid-stack-top.c: New file.
320 * gdb.arch/amd64-invalid-stack-top.exp: New file.
321
9ba6657a
PA
3222014-05-30 Pedro Alves <palves@redhat.com>
323
324 PR breakpoints/17000
325 * gdb.base/sss-bp-on-user-bp.c: New file.
326 * gdb.base/sss-bp-on-user-bp.exp: New file.
327
522c09bf
DB
3282014-05-30 David Blaikie <dblaikie@gmail.com>
329
330 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
331 gnu_inline semantics via attribute.
332 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
333 source explicitly specifies the required semantics.
334
bf4ef81e
MR
3352014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
336
337 * gdb.reverse/sigall-reverse.exp: Fix a typo.
338
329ea579
PA
3392014-05-29 Pedro Alves <palves@redhat.com>
340 Tom Tromey <tromey@redhat.com>
341
342 * gdb.base/async-shell.exp: Don't enable target-async.
343 * gdb.base/async.exp
344 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
345 parameter. Adjust.
346 (top level): Don't test with "target-async".
347 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
348 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
349 * gdb.base/inferior-died.exp: Don't enable target-async.
350 * gdb.base/interrupt-noterm.exp: Likewise.
351 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
352 * gdb.mi/mi-nonstop-exit.exp: Likewise.
353 * gdb.mi/mi-nonstop.exp: Likewise.
354 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
355 * gdb.mi/mi-nsintrall.exp: Likewise.
356 * gdb.mi/mi-nsmoribund.exp: Likewise.
357 * gdb.mi/mi-nsthrexec.exp: Likewise.
358 * gdb.mi/mi-watch-nonstop.exp: Likewise.
359 * gdb.multi/watchpoint-multi.exp: Adjust comment.
360 * gdb.python/py-evsignal.exp: Don't enable target-async.
361 * gdb.python/py-evthreads.exp: Likewise.
362 * gdb.python/py-prompt.exp: Likewise.
363 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
364 * gdb.server/solib-list.exp: Don't enable target-async.
365 * gdb.threads/thread-specific-bp.exp: Likewise.
366 * lib/mi-support.exp: Adjust to use mi-async.
367
fd664c91
PA
3682014-05-29 Pedro Alves <palves@redhat.com>
369
370 PR gdb/13860
371 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
372 reason, even in sync mode.
373
251bde03
PA
3742014-05-29 Pedro Alves <palves@redhat.com>
375 Hui Zhu <hui@codesourcery.com>
376
377 PR PR15693
378 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
379 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
380 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
381 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
382
7f3c0343
JB
3832014-05-28 Joel Brobecker <brobecker@adacore.com>
384
385 * config/monitor.exp (gdb_target_monitor): Replace use of
386 "set remotebaud" by "set serial baud".
387
b2715b27
AW
3882014-05-26 Andy Wingo <wingo@igalia.com>
389
390 * gdb.guile/scm-breakpoint.exp:
391 * gdb.guile/scm-gsmob.exp: Update to use plain old object
392 properties instead of gdb-object-properties.
393
498a4489
YQ
3942014-05-26 Yao Qi <yao@codesourcery.com>
395
396 * gdb.server/no-thread-db.exp: Specify source file name
397 explicitly when setting a breakpoint.
398
589fdceb
MM
3992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
400
401 * gdb.btrace/vdso.c: New.
402 * gdb.btrace/vdso.exp: New.
403
e9089e05
MM
4042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
405
406 * gdb.base/gcore.exp (capture_command_output): Move ...
407 * lib/gdb.exp (capture_command_output): ... here.
408
67b5c0c1
MM
4092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
410
411 * gdb.btrace/data.exp: Test memory access during btrace replay.
412
a2199296
SM
4132014-05-22 Simon Marchi <simon.marchi@ericsson.com>
414
415 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
416
17b2616c
PA
4172014-05-21 Pedro Alves <palves@redhat.com>
418
419 PR gdb/13860
420 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
421 (top level): Test that output related to execution commands is
422 sent to the console with CLI commands, but not with MI commands.
423 Test that breakpoint events are always mirrored to the console.
424 Also expect the new source line to be output after a "next" in
425 async mode too. Make it a pass/fail test.
426 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
427 output.
428 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
429
5166082f
PA
4302014-05-21 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/list.exp (build_pattern, test_list): New procedures.
433 Use them to test variations of "list" after reaching a breakpoint.
434 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
435 Test "list" with listsize 10 after reaching a breakpoint.
436 * gdb.python/python.exp (decode_line current location line
437 number): Adjust expected line number.
438
2f25d70f
SM
4392014-05-21 Simon Marchi <simon.marchi@ericsson.com>
440
441 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
442 behavior for $args, pass it directly to "run".
443
ff604a67
MR
4442014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
445
446 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
447 30000 to 65536.
448
6a3cb8e8
PA
4492014-05-21 Pedro Alves <palves@redhat.com>
450
451 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
452 auto-connect-native-target off".
453 * gdb.base/auto-connect-native-target.c: New file.
454 * gdb.base/auto-connect-native-target.exp: New file.
455
4ebfc96e
PA
4562014-05-21 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/default.exp: Test "target native" instead of "target
459 child".
460
36d46afb
MW
4612014-05-21 Mark Wielaard <mjw@redhat.com>
462
463 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
464
5876f503
JK
4652014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 Fix TLS access for -static -pthread.
468 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
469 <HAVE_TLS> (thread_function, main): Initialize it.
470 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
471 Add clean_restart.
472 <$have_tls != "">: Check TLSVAR.
473
0256a6ac
PA
4742014-05-21 Pedro Alves <palves@redhat.com>
475
476 * gdb.base/dcache-line-read-error.c: New.
477 * gdb.base/dcache-line-read-error.exp: New.
478
936d2992
PA
4792014-05-20 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/compare-sections.c: New file.
482 * gdb.base/compare-sections.exp: New file.
483
802e8e6d
PA
4842014-05-20 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/break-idempotent.c: New file.
487 * gdb.base/break-idempotent.exp: New file.
488
e59fa00f
MM
4892014-05-20 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.btrace/nohist.exp: New.
492
8b696e31
YQ
4932014-05-20 Yao Qi <yao@codesourcery.com>
494
495 * lib/gdb.exp (gdb_init): Set timeout if test file is under
496 gdb.reverse directory and gdb_reverse_timeout exists in board
497 setting.
498 * README: Document gdb_reverse_timeout.
499
73c9764f
YQ
5002014-05-20 Yao Qi <yao@codesourcery.com>
501
502 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
503 'test_file_name'. Treat args as a string instead of a list.
504 (gdb_init): Rename argument 'args' by 'test_file_name'.
505
f1f4348a
JK
5062014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * gdb.arch/powerpc-power.exp: New file.
509 * gdb.arch/powerpc-power.s: New file.
510
0dbe70ce
DE
5112014-05-16 Doug Evans <dje@google.com>
512
513 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
514 * gdb.base/completion.exp: Check that all expected files exist
515 before doing file completion.
0dbe70ce 516
8d551b02
DE
5172014-05-16 Doug Evans <dje@google.com>
518
519 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
520 Update.
521 (do_syscall_tests_without_xml): Update.
522
73eb7709
PA
5232014-05-16 Pedro Alves <palves@redhat.com>
524
525 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
526 instead of "unknown output after running".
527
3fae92fc
YQ
5282014-05-16 Yao Qi <yao@codesourcery.com>
529
530 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
531 file1.txt from host at the end.
532 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
533
c2b2ccc5
DE
5342014-05-15 Doug Evans <dje@google.com>
535
536 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
537 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
538 loading file. Add test for TU lookup.
539
8c217a4b
SM
5402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
541
542 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
543 calling "-exec-arguments" or "set args" before running the
544 inferior.
545
3deb39c6
SM
5462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
547
548 * lib/mi-support.exp (mi_expect_stop): Expect message for
549 inferiors that exit with non-zero exit code.
550
71a79f8c
YQ
5512014-05-14 Yao Qi <yao@codesourcery.com>
552
553 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
554 match absolute path on remote host.
555 (test_file_list_exec_source_files): Remove "/" from the
556 pattern.
557
f23fcd46
YQ
5582014-05-14 Yao Qi <yao@codesourcery.com>
559
560 * boards/local-remote-host-notty.exp (${board}_file): New
561 proc.
562
9404b58f
KM
5632014-05-07 Kyle McMartin <kyle@redhat.com>
564
565 Pushed by Joel Brobecker <brobecker@adacore.com>.
566 * gdb.arch/aarch64-atomic-inst.c: New file.
567 * gdb.arch/aarch64-atomic-inst.exp: New file.
568
5e45f04c
YQ
5692014-05-07 Yao Qi <yao@codesourcery.com>
570
571 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
572 in current context" too.
573
c888a17d
KS
5742014-05-05 Keith Seitz <keiths@redhat.com>
575
576 * gdb.linespec/ls-dollar.exp: Add test for linespec
577 file:convenience_variable.
578
290a839c
YQ
5792014-05-05 Yao Qi <yao@codesourcery.com>
580
581 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
582 traceframes into tfile and ctf trace files. Read data from
583 trace file and test collected data.
584 (gdb_collect_locals_test): Likewise.
585 (gdb_unavailable_registers_test): Likewise.
586 (gdb_unavailable_floats): Likewise.
587 (gdb_collect_globals_test): Likewise.
588 (top-level): Append "ctf" to trace_file_targets if GDB
589 supports.
590
b5262cd0
YQ
5912014-05-05 Yao Qi <yao@codesourcery.com>
592
593 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
594 code to ...
595 (gdb_collect_args_test_1): ... it. New proc.
596 (gdb_collect_locals_test): Move some code to ...
597 (gdb_collect_locals_test_1): ... it. New proc.
598 (gdb_unavailable_registers_test): Move some code to ...
599 (gdb_unavailable_registers_test_1): ... it. New proc.
600 (gdb_unavailable_floats): Move some code to ...
601 (gdb_unavailable_floats_1): ... it. New proc.
602
30a1e6cc
SDJ
6032014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
604
605 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
606 probes to test for bitness recognition.
607 * gdb.arch/amd64-stap-optional-prefix.exp
608 (test_probe_value_without_reg): New procedure.
609 Add code to test for different kinds of bitness.
610
f33da99a
SDJ
6112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
612
613 PR breakpoints/16889
614 * gdb.arch/amd64-stap-optional-prefix.S: New file.
615 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
616
5b80f00d
PA
6172014-05-01 Pedro Alves <palves@redhat.com>
618
619 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
620 gdb_file_cmd if no file is specified.
621 * boards/native-extended-gdbserver.exp (gdb_load): Use the
622 last_loaded_file to set the remote exec-file.
623
f8c2a73c
PA
6242014-05-01 Pedro Alves <palves@redhat.com>
625
626 * boards/local-remote-host.exp: New file.
627
be6e8ac7
PA
6282014-05-01 Pedro Alves <palves@redhat.com>
629
630 * boards/local-remote-host.exp: Rename to ...
631 * boards/local-remote-host-notty.exp: ... this.
632
cac0dc8f
JB
6332014-04-28 Joel Brobecker <brobecker@adacore.com>
634
635 * gdb.ada/dyn_arrayidx: New testcase.
636
9730e6cc
YQ
6372014-04-26 Yao Qi <yao@codesourcery.com>
638
639 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
640 and compute the length of function main. Save it in
641 $main_length.
642 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
643 (top-level): Use gdb_compile to compile objects into
644 executable and restart GDB. Remove invocation to
645 prepare_for_testing.
646
7ae1a6a6
PA
6472014-04-25 Simon Marchi <simon.marchi@ericsson.com>
648 Pedro Alves <palves@redhat.com>
649
650 PR server/16255
651 * gdb.multi/multi-attach.c: New file.
652 * gdb.multi/multi-attach.exp: New file.
653
4082afcc
PA
6542014-04-25 Pedro Alves <palves@redhat.com>
655
656 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
657 user.
658 (top level): Test that "set remote conditional-breakpoints-packet
659 off" works as intended.
660 * gdb.base/dprintf.exp: Test that "set remote
661 breakpoint-commands-packet off" works as intended.
662 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
663 New function.
664 (top level): Call it.
665 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
666 remote fast-tracepoints-packet off" works as intended.
667 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
668 * lib/gdb.exp (gdb_is_target_remote): ... here.
669
2abc3f8d
DB
6702014-04-24 David Blaikie <dblaikie@gmail.com>
671
672 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
673 ensure clang would not discard them.
674 * gdb.base/gdbvars.c: Ditto.
675 * gdb.base/memattr.c: Ditto.
676 * gdb.base/whatis.c: Ditto.
677 * gdb.python/py-prettyprint.c: Ditto.
678 * gdb.trace/actions.c: Ditto.
679 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
680 ensure clang would not discard it.
681
bfd39632
DB
6822014-04-24 David Blaikie <dblaikie@gmail.com>
683
684 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
685 clang to emit the full definition of type required by the test
686 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
687
22842ff6
DB
6882014-04-24 David Blaikie <dblaikie@gmail.com>
689
690 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
691 coax Clang into emitting the definition of the type.
692 * gdb.cp/pr10728-x.h (y): Ditto.
693 * gdb.cp/pr10728-y.cc (y): Ditto.
694
c2e827ad
DB
6952014-04-24 David Blaikie <dblaikie@gmail.com>
696
697 * gdb.base/label.exp: XFAIL label related tests under Clang.
698 * gdb.cp/cplabel.exp: Ditto.
699 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
700 under Clang those using labels.
701
4c2d33e7
YQ
7022014-04-25 Yao Qi <yao@codesourcery.com>
703
704 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
705 double_label.
706 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
707 partial_label and double_label.
708
56083b99
DB
7092014-04-24 David Blaikie <dblaikie@gmail.com>
710
711 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
712
25d4e99d
DB
7132014-04-24 David Blaikie <dblaikie@gmail.com>
714
715 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
716 of the function to work across GCC and Clang.
717 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
718 pointer types (const void ** const V void **).
719
01f9f808
MS
7202014-04-24 Michael Sturm <michael.sturm@mintel.com>
721 Walfred Tedeschi <walfred.tedeschi@intel.com>
722
723 * Makefile.in (EXECUTABLES): Added i386-avx512.
724 * gdb.arch/i386-avx512.c: New file.
725 * gdb.arch/i386-avx512.exp: Likewise.
726
4b48d439
KS
7272014-04-23 Keith Seitz <keiths@redhat.com>
728
729 * lib/mi-support.exp (mi_list_breakpoints): Delete.
730 (mi_make_breakpoint_table): New procedure.
731 (mi_create_breakpoint): Use mi_make_breakpoint
732 and return the result.
733 (mi_make_breakpoint): New procedure.
734 (mi_build_kv_pairs): New procedure.
735
736 * gdb.mi/mi-break.exp: Remove unused globals,
737 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
738 All callers updated.
739 * gdb.mi/mi-dprintf.exp: Use variable to track command
740 number.
741 Update all callers of mi_create_breakpoint and use
742 mi_make_breakpoint_table.
743 Remove any unused global variables.
744 * gdb.mi/mi-nonstop.exp: Likewise.
745 * gdb.mi/mi-nsintrall.exp: Likewise.
746 * gdb.mi/mi-nsmoribund.exp: Likewise.
747 * gdb.mi/mi-nsthrexec.exp: Likewise.
748 * gdb.mi/mi-reverse.exp: Likewise.
749 * gdb.mi/mi-simplerun.exp: Likewise.
750 * gdb.mi/mi-stepn.exp: Likewise.
751 * gdb.mi/mi-syn-frame.exp: Likewise.
752 * gdb.mi/mi-until.exp: Likewise.
753 * gdb.mi/mi-var-cp.exp: Likewise.
754 * gdb.mi/mi-var-display.exp: Likewise.
755 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
756 * gdb.mi/mi2-var-child.exp: Likewise.
757 * gdb.mi/mi-vla-c99.exp: Likewise.
758 * lib/mi-support.exp: Likewise.
759
760 From Ian Lance Taylor <iant@cygnus.com>:
761 * lib/gdb.exp (parse_args): New procedure.
762
08351840
PA
7632014-04-23 Pedro Alves <palves@redhat.com>
764
765 * gdb.base/break-unload-file.c: New file.
766 * gdb.base/break-unload-file.exp: New file.
767 * gdb.base/sym-file-lib.c (baz): New function.
768 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
769 field.
770 (load): Store the segment's mapped size.
771 (unload): New function.
772 (unload_shlib): New function.
773 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
774 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
775 set a breakpoint at baz, and call it.
776 * gdb.base/sym-file.exp: New tests for stale breakpoint
777 instructions.
778
076855f9
PA
7792014-04-23 Pedro Alves <palves@redhat.com>
780
781 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
782 * gdb.base/hbreak-in-shr-unsupported.c: New file.
783 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
784 * gdb.base/hbreak-unmapped.c: New file.
785 * gdb.base/hbreak-unmapped.exp: New file.
786 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
787 * lib/gdb.exp (gdb_is_target_remote): ... here.
788
483805cf
PA
7892014-04-22 Pedro Alves <palves@redhat.com>
790
791 * gdb.base/consecutive-step-over.c: New file.
792 * gdb.base/consecutive-step-over.exp: New file.
793
06d97543
PA
7942014-04-22 Pedro Alves <palves@redhat.com>
795
796 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
797 instead of send_gdb/gdb_expect.
798
b4429ea2
YQ
7992014-04-22 Yao Qi <yao@codesourcery.com>
800
801 * lib/trace-support.exp (generate_tracefile): New procedure.
802 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
803 return 0.
804 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
805 if generate_tracefile returns 1.
806
51d48146
PA
8072014-04-18 Tom Tromey <palves@redhat.com>
808 Pedro alves <tromey@redhat.com>
809
810 PR backtrace/15558
811 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
812 with a backtrace limit.
813 * gdb.python/py-frame-inline.exp: Test running to an inline
814 function with a backtrace limit, and printing the newest frame.
815 * gdb.python/py-frame-inline.c (main): Call f.
816
bd1dce5f
MS
8172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
818
819 * gdb.java/jnpe.exp: Drop srcdir from untested path.
820
40d1a503
MS
8212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
822
823 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
824 Drop prefix from unsupported source file path.
825
389b98f7
YQ
8262014-04-17 Yao Qi <yao@codesourcery.com>
827
828 * lib/gdb.exp (with_target_charset): New proc.
829 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
830 with_target_charset.
831 (test_print_strings): Likewise.
832 (test_repeat_bytes): Likewise.
833 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
834 for some tests.
835
22869d73
KS
8362014-04-16 Keith Seitz <keiths@redhat.com>
837
838 PR gdb/15827
839 * gdb.dwarf2/corrupt.c: New file.
840 * gdb.dwarf2/corrupt.exp: New file.
841
c4f87ca6
KS
8422014-04-16 Keith Seitz <keiths@redhat.com>
843
844 PR c++/16597
845 * gdb.cp/namelessclass.cc: New file.
846 * gdb.cp/namelessclass.exp: New file.
847 * gdb.cp/namelessclass.S: New file.
848
ab19de87
DE
8492014-04-16 Doug Evans <dje@google.com>
850
851 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
852 Add comment.
853 (gdbserver_default_get_comm_port): New function.
854 (gdbserver_start): Check if board file provided
855 "gdbserver,get_comm_port" and use it if so.
856 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
857 (gdb,socketport): Set to "stdio".
858 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
859 (stdio_gdbserver_template): Delete.
860 (${board}_get_remote_address): Update.
861 (${board}_build_remote_cmd): Delete.
862 (${board}_get_comm_port): New function.
863 (${board}_spawn): Update.
864 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
865 Delete.
866 (${board}_get_remote_address): Update.
867 (${board}_get_comm_port): New function.
868
fc98a809
AB
8692014-04-16 Andrew Burgess <aburgess@broadcom.com>
870
871 * gdb.base/memattr.exp: Improve regexps to handle memory regions
872 appearing in any order.
873
87fd9e6e
DE
8742014-04-15 Doug Evans <dje@google.com>
875
876 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
877 uninitialized value of "description".
878
099fc3ea
KS
8792014-04-15 Keith Seitz <keiths@redhat.com>
880
881 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
882 Remove unused globals.
883 (test_running_the_program): Likewise.
884 (test_controlled_execution): Likewise.
885 (test_controlling_breakpoints): Likewise.
886 (test_program_termination): Likewise.
887
5da151d4
KS
8882014-04-15 Keith Seitz <keiths@redhat.com>
889
890 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
891 unused globals.
892 (test_rbreak_creation_and_listing): Likewise.
893 (test_ignore_count): Likewise.
894 (test_error): Likewise.
895
35e5d2f0
PA
8962014-04-15 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
899 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
900 sym-file-loader.c.
901 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
902 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
903 to sym-file-loader.c.
904 (struct library): Forward declare.
905 (load_shlib, lookup_function): Change prototypes.
906 (find_shstrtab, find_strtab, find_shdr, find_symtab)
907 (translate_offset): Remove declarations.
908 (get_text_addr): New declaration.
909 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
910 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
911 sym-file-loader.h.
912 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
913 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
914 here from sym-file-loader.h.
915 (struct library): New structure.
916 (load_shlib, lookup_function): Change prototypes and adjust to
917 work with a struct library.
918 (find_shstrtab, find_strtab, find_shdr, find_symtab)
919 (translate_offset): Make static.
920 (get_text_addr): New function.
921 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
922
eb4c1710
PA
9232014-04-15 Pedro Alves <palves@redhat.com>
924
925 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
926
2d1baf52
PA
9272014-04-15 Pedro Alves <palves@redhat.com>
928
929 * gdb.base/sym-file-loader.c: Include <limits.h>.
930 (SELF_LINK): New define.
931 (get_origin): New function.
932 (load_shlib): Use it.
933 * gdb.base/sym-file.exp: Don't early return if the target is
934 remote. Use runto_main, and issue fail is that fails. Use
935 gdb_load_shlibs.
936 (shlib_name): Delete.
937 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
938
7dd6df01
PA
9392014-04-15 Pedro Alves <palves@redhat.com>
940
941 * gdb.base/sym-file.exp: Remove regex characters from test
942 message. Don't refer to breakpoint numbers in test messages.
943
b50c8614
KS
9442014-04-14 Keith Seitz <keiths@redhat.com>
945
946 PR c++/16253
947 * gdb.cp/var-tag.cc: New file.
948 * gdb.cp/var-tag.exp: New file.
949 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
950 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
951 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
952 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
953
3d567982
TT
9542014-04-14 Tom Tromey <tromey@redhat.com>
955
956 * gdb.cp/classes.exp (test_enums): Handle underlying type.
957 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
958 type.
959 * gdb.cp/enum-class.exp: New file.
960 * gdb.cp/enum-class.cc: New file.
961
0626fc76
TT
9622014-04-14 Tom Tromey <tromey@redhat.com>
963
964 * gdb.dwarf2/enum-type.exp: New file.
965
dca325b3
SA
9662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
967
968 * gdb.mi/mi-vla-c99.exp: New file.
969 * gdb.mi/vla.c: New file.
970
5854b38a
SA
9712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
972
973 * gdb.base/vla-datatypes.c: New file.
974 * gdb.base/vla-datatypes.exp: New file.
975
463bb957
SA
9762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
977
978 * gdb.base/vla-ptr.c: New file.
979 * gdb.base/vla-ptr.exp: New file.
980
3dd170be
SA
9812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
982
983 * gdb.dwarf2/count.exp: New file.
984
5ecaaa66
SA
9852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
986
987 * gdb.base/vla-sideeffect.c: New file.
988 * gdb.base/vla-sideeffect.exp: New file.
989
41f1ada5
DB
9902014-04-14 David Blaikie <dblaikie@gmail.com>
991
992 * gdb.mi/non-stop.c: Add return value for non-void function return
993 statement.
994 * gdb.threads/staticthreads.c: Ditto.
995
0be03e84
DE
9962014-04-12 Siva Chandra Reddy <sivachandra@google.com>
997 Doug Evans <xdje42@gmail.com>
998
999 * gdb.guile/scm-value.c: Improve test case.
1000 * gdb.guile/scm-value.exp: Add new test.
1001
f180a1fb
DB
10022014-04-11 David Blaikie <dblaikie@gmail.com>
1003
1004 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1005 override Clang's default.
1006
6b662e19
JB
10072014-04-11 Joel Brobecker <brobecker@adacore.com>
1008
1009 Revert the following changes (regressions):
1010
1011 * gdb.base/vla-sideeffect.c: New file.
1012 * gdb.base/vla-sideeffect.exp: New file.
1013
1014 * gdb.dwarf2/count.exp: New file.
1015
1016 * gdb.base/vla-multi.c: New file.
1017 * gdb.base/vla-multi.exp: New file.
1018
1019 * gdb.base/vla-ptr.c: New file.
1020 * gdb.base/vla-ptr.exp: New file.
1021
1022 * gdb.base/vla-datatypes.c: New file.
1023 * gdb.base/vla-datatypes.exp: New file.
1024
1025 * gdb.mi/mi-vla-c99.exp: New file.
1026 * gdb.mi/vla.c: New file.
1027
245a5f0b
KS
10282014-04-11 Keith Seitz <keiths@redhat.com>
1029
1030 PR c++/16675
1031 * gdb.cp/cpsizeof.exp: New file.
1032 * gdb.cp/cpsizeof.cc: New file.
1033
58a84dcf
SA
10342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1035
191a8a90
JB
1036 * gdb.mi/mi-vla-c99.exp: New file.
1037 * gdb.mi/vla.c: New file.
58a84dcf 1038
c8655f75
SA
10392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1040
1041 * gdb.base/vla-datatypes.c: New file.
1042 * gdb.base/vla-datatypes.exp: New file.
1043
024e13b4
SA
10442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1045
1046 * gdb.base/vla-ptr.c: New file.
1047 * gdb.base/vla-ptr.exp: New file.
1048
1a237e0e
SA
10492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1050
1051 * gdb.base/vla-multi.c: New file.
1052 * gdb.base/vla-multi.exp: New file.
1053
504f3432
SA
10542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1055
1056 * gdb.dwarf2/count.exp: New file.
1057
3bce8237
SA
10582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1059
191a8a90
JB
1060 * gdb.base/vla-sideeffect.c: New file.
1061 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1062
322f9c21
YQ
10632014-04-11 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.base/completion.exp: Check file exists before running tests
1066 on file completion.
1067
d708bcd1
PA
10682014-04-10 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.base/cond-eval-mode.c: New file.
1071 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1072 prepare_for_testing to build the new file. Check result of
1073 runto_main.
1074 (test_break, test_watch): New procedures.
1075 (top level): Use them.
1076
ae1d2761
PM
10772014-04-08 Pierre Muller <muller@sourceware.org>
1078
1079 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1080 Ctrl-V use for mingw hosts.
1081
7af389b8
SC
10822014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1083
1084 * gdb.python/py-value.c: Improve test case.
1085 * gdb.python/py-value.exp: Add new test.
1086
5e703181
DE
10872014-04-07 David Blaikie <dblaikie@gmail.com>
1088
1089 * lib/compiler.c: Identify the clang compiler.
1090 * lib/compiler.cc: Ditto.
1091
9810b410
YQ
10922014-04-03 Yao Qi <yao@codesourcery.com>
1093
1094 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1095
98d1b8dc
AB
10962014-04-01 Anton Blanchard <anton@samba.org>
1097
1098 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1099 messages unique.
1100
3114cea1
AB
11012014-04-01 Anton Blanchard <anton@samba.org>
1102
1103 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1104 prepare_for_testing.
1105
62f7182c
AB
11062014-04-01 Anton Blanchard <anton@samba.org>
1107
1108 * gdb.arch/ppc64-atomic-inst.c: Remove.
1109 * gdb.arch/ppc64-atomic-inst.S: New file.
1110 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1111
770e7fc7
DE
11122014-03-31 Doug Evans <dje@google.com>
1113
1114 * gdb.base/print-symbol-loading-lib.c: New file.
1115 * gdb.base/print-symbol-loading-main.c: New file.
1116 * gdb.base/print-symbol-loading.exp: New file.
1117
46e2bafa
YQ
11182014-03-31 Yao Qi <yao@codesourcery.com>
1119
1120 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1121
8776cfe9
JB
11222014-03-28 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.ada/mi_dyn_arr: New testcase.
1125
5d1ef361
DE
11262014-03-27 Doug Evans <dje@google.com>
1127
1128 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1129
b5bee914
YQ
11302014-03-27 Yao Qi <yao@codesourcery.com>
1131
1132 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1133 if target is nios2-*-*.
1134
0d4d0e77
YQ
11352014-03-26 Yao Qi <yao@codesourcery.com>
1136
1137 * lib/gdb.exp (readline_is_used): New proc.
1138 * gdb.base/completion.exp: Move tests on command complete up.
1139 Skip the rest of tests if readline is not used.
1140 * gdb.ada/complete.exp: Skp the test if readline is not
1141 used.
1142 * gdb.base/filesym.exp: Likewise.
1143 * gdb.base/macscp.exp: Likewise.
1144 * gdb.base/readline-ask.exp: Likewise.
1145 * gdb.base/readline.exp: Likewise.
1146 * gdb.python/py-cmd.exp: Likewise.
1147 * gdb.trace/tfile.exp: Likewise.
1148
29361eee
YQ
11492014-03-26 Yao Qi <yao@codesourcery.com>
1150
1151 * gdb.base/macscp.exp: Fix code format issues.
1152
bc9a5525
UW
11532014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1154
1155 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1156 * gdb.asm/powerpc64le.inc: New file.
1157
d3839ede
PA
11582014-03-25 Pedro Alves <palves@redhat.com>
1159 Doug Evans <dje@google.com>
1160
1161 * gdb.base/source-execution.c: New file.
1162 * gdb.base/source-execution.exp: New file.
1163 * gdb.base/source-execution.gdb: New file.
1164
01672a57
DE
11652014-03-24 Doug Evans <dje@google.com>
1166
1167 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1168 using fission.
1169
88bbeca9
HZ
11702014-03-24 Hui Zhu <hui@codesourcery.com>
1171 Pedro Alves <palves@redhat.com>
1172
1173 PR breakpoints/16101
1174 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1175 test pass/fail messages. Detect missing support for dprintf when
1176 breakpoints are actually inserted.
1177 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1178 breakpoints are actually inserted.
1179 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1180 fails.
1181
d2348791
JK
11822014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1185
feef67ab
DE
11862014-03-22 Doug Evans <xdje42@gmail.com>
1187
1188 * gdb.python/python.exp (python not supported): Verify multi-line
1189 python command issues an error.
25d743f9 1190 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1191 guile command issues an error.
feef67ab 1192
ecebef6a
MR
11932014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1194
1195 * gdb.threads/thread-specific.exp: Handle the lack of usable
1196 $this_breakpoint and $this_thread.
1197
ccdd1909
HZ
11982014-03-21 Hui Zhu <hui@codesourcery.com>
1199
1200 * gdb.base/attach.exp (do_command_attach_tests): New.
1201
beb460e8
PA
12022014-03-20 Tom Tromey <tromey@redhat.com>
1203 Pedro Alves <palves@redhat.com>
1204
1205 PR cli/15718
1206 * gdb.base/condbreak-call-false.c: New file.
1207 * gdb.base/condbreak-call-false.exp: New file.
1208
40acf43a
PA
12092014-03-20 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1212 Delete.
1213 (block_signals, unblock_signals): Delete.
1214 (child_function_2, main): Remove references to deleted variable
1215 and functions.
1216
9f5e1e02
PA
12172014-03-20 Pedro Alves <palves@redhat.com>
1218
1219 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1220 Use pthread_kill to signal thread 2.
1221 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1222 Adjust to make the test send itself a signal rather than using the
1223 host's "kill" command.
1224
99619bea
PA
12252014-03-20 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.threads/multiple-step-overs.c: New file.
1228 * gdb.threads/multiple-step-overs.exp: New file.
1229 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1230 Adjust expected infrun debug output.
1231
2adfaa28
PA
12322014-03-20 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1235 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1236
31e77af2
PA
12372014-03-20 Pedro Alves <palves@redhat.com>
1238
1239 PR breakpoints/7143
1240 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1241 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1242 of gdb_test_multiple.
1243 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1244 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1245
b9f437de
PA
12462014-03-20 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1249 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1250
05adc73e
PA
12512014-03-19 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.base/async.exp: Remove early return.
1254
6048b950
PA
12552014-03-19 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1258
8bcfb00a
PA
12592014-03-19 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.base/async.exp (test_background): Expect \r\n after
1262 "completed." in the fail pattern.
1263
884e37dc
PA
12642014-03-19 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/async.exp (test_background): New procedure.
1267 Use it for all background execution command tests.
1268
148e57e2
PA
12692014-03-19 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/async.exp: Use prepare_for_testing.
1272
f48088c7
PA
12732014-03-19 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1276 the same line.
1277
e2f6c966
PA
12782014-03-19 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.base/async.c (main): Add "jump here" and "until here" line
1281 marker comments.
1282 * gdb.base/async.exp (jump_here): New global.
1283 (jump& test): Use it.
1284 (until_here): New global.
1285 (until& test): Use it.
1286
c30568d4
PA
12872014-03-19 Pedro Alves <palves@redhat.com>
1288
1289 * gdb.base/async.exp: Don't frob gdb_protocol.
1290
0172b6a7
DE
12912014-03-18 Doug Evans <xdje42@gmail.com>
1292
1293 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1294 Fix spelling of exec-done-display.
1295
06c868a8
JK
12962014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 PR gdb/15358
1299 * gdb.base/gdb-sigterm.c: New file.
1300 * gdb.base/gdb-sigterm.exp: New file.
1301
0c7e1a46
PA
13022014-03-18 Pedro Alves <palves@redhat.com>
1303
1304 PR gdb/13860
1305 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1306 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1307 solib-event.
1308
f7c77d93
JB
13092014-03-17 Joel Brobecker <brobecker@adacore.com>
1310
1311 * gdb.ada/pckd_arr_ren: New testcase.
1312
5a1e8c7a
DE
13132014-03-13 Doug Evans <xdje42@gmail.com>
1314
1315 PR guile/16612
1316 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1317 collect after discarding symbols.
1318
350e1a76
DE
13192014-03-13 Ludovic Courtès <ludo@gnu.org>
1320 Doug Evans <xdje42@gmail.com>
1321
1322 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1323 to history survives a gc.
1324
a69900ae
PA
13252014-03-13 Pedro Alves <palves@redhat.com>
1326
1327 * gdb.base/default.exp: Don't test "target procfs".
1328
5db9f0bd
PA
13292014-03-13 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/default.exp: Update "target child" and "target procfs"
1332 tests to not expect "Unix".
1333
b3ccfe11
TT
13342014-03-12 Tom Tromey <tromey@redhat.com>
1335
1336 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1337 New procs. Add target-async tests.
1338 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1339 Add target-async tests.
1340
646f4417
AA
13412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1342
1343 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1344 'func_start' and 'func_end' for the beginning and end of the
1345 function code, respectively.
1346 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1347 'func_end' instead of 'func' and 'main'.
1348
288c211f
AA
13492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1350
1351 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1352 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1353 generate the debug info assembler source.
1354
e0c0f156
AA
13552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356
1357 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1358 * gdb.dwarf2/arr-subrange.exp: Likewise.
1359 * gdb.dwarf2/dwz.exp: Likewise.
1360 * gdb.dwarf2/method-ptr.exp: Likewise.
1361 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1362 * gdb.dwarf2/subrange.exp: Likewise.
1363 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1364 * gdb.dwarf2/implptrpiece.exp: Likewise.
1365 * gdb.dwarf2/nostaticblock.exp: Likewise.
1366
0e5c4555
AA
13672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1368
1369 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1370 directory to absolute path name arguments.
1371
5ec18f2b
JG
13722014-03-10 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.ada/tagged_access: New testcase.
1375
847fc4f2
MM
13762014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1377
1378 * gdb.btrace/data.exp: Update expected output.
1379
cc3da688
YQ
13802014-03-06 Yao Qi <yao@codesourcery.com>
1381
1382 * gdb.trace/pr16508.exp: New file.
1383
0f26cec1
PA
13842014-03-05 Pedro Alves <palves@redhat.com>
1385
1386 PR gdb/16575
1387 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1388 procedure.
1389 (top level): Adjust to use it. Add tests that exercise breakpoint
1390 interaction with the code-cache.
1391
7a5a839f
LC
13922014-02-26 Ludovic Courtès <ludo@gnu.org>
1393
1394 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1395 test for 'history-append!'.
1396
31aa7e4e
JB
13972014-02-26 Joel Brobecker <brobecker@adacore.com>
1398
1399 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1400 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1401 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1402 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1403 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1404 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1405
1b588015
JB
14062014-02-26 Joel Brobecker <brobecker@adacore.com>
1407
1408 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1409 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1410 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1411
55426c9d
JB
14122014-02-26 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1415
dc53a7ad
JB
14162014-02-26 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.dwarf2/arr-stride.c: New file.
1419 * gdb.dwarf2/arr-stride.exp: New file.
1420
12ab52e9
PA
14212014-02-26 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1424 that won't ever trigger. Make sure that GDB reports the correct
1425 breakpoint that caused the stop.
1426
849c862e
JK
14272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1428
1429 PR gdb/16626
1430 * gdb.base/auto-load-script: New file.
1431 * gdb.base/auto-load.c: New file.
1432 * gdb.base/auto-load.exp: New file.
1433
71b7d793
JK
1434 PR gdb/16626
1435 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1436
e2f0d509
JK
14372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1440 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1441
50cc37c8
DE
14422014-02-24 Doug Evans <dje@google.com>
1443
1444 * lib/gdb.exp (run_on_host): Log error output if program fails.
1445
ea4758f2
PA
14462014-02-21 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.threads/step-after-sr-lock.c: Rename to ...
1449 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1450 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1451 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1452 ... this.
1453
d7b30f67
SDJ
14542014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1455
1456 PR tdep/16397
1457 * gdb.arch/amd64-stap-special-operands.exp: New file.
1458 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1459 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1460 * gdb.arch/amd64-stap-triplet.S: Likewise.
1461 * gdb.arch/amd64-stap-triplet.c: Likewise.
1462
83deb43f
JB
14632014-02-20 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1466 in .section pseudo-op.
1467
adde2bff
DE
14682014-02-20 lin zuojian <manjian2006@gmail.com>
1469 Joel Brobecker <brobecker@adacore.com>
1470 Doug Evans <xdje42@gmail.com>
1471
1472 PR symtab/16581
1473 * gdb.dwarf2/dw2-icycle.S: New file.
1474 * gdb.dwarf2/dw2-icycle.c: New file.
1475 * gdb.dwarf2/dw2-icycle.exp: New file.
1476
f7bd0f78
SC
14772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1478
1479 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1480 operations on gdb.Value objects.
1481 * gdb.python/py-value-cc.exp: Add new test to test operations on
1482 gdb.Value objects.
1483
c17ef0d5
DE
14842014-02-18 Doug Evans <dje@google.com>
1485
1486 * Makefile.in (TESTS): New variable.
1487 (expanded_tests, expanded_tests_or_none): New variables
1488 (check-single): Pass $(expanded_tests_or_none) to runtest.
1489 (check-parallel): Only run tests in $(TESTS) if non-empty.
1490 (check/no-matching-tests-found): New rule.
1491 * README: Document TESTS makefile variable.
1492
5dd3176f
DE
14932014-02-18 Doug Evans <dje@google.com>
1494
1495 * Makefile.in (check-parallel): rm -rf outputs temp.
1496
0b10be4f
JK
14972014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 Fix "ERROR: no fileid for" in the testsuite.
1500 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1501
85f224e7
DE
15022014-02-12 Doug Evans <dje@google.com>
1503
1504 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1505 (MISCELLANEOUS): New variable.
1506 (clean): rm -rf $(MISCELLANEOUS).
1507 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1508 dwp live in the same directory as symlinks, with each symlink pointed
1509 to a differently named file in a different directory.
1510
149b30ff
DE
15112014-02-11 Doug Evans <dje@google.com>
1512
1513 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1514 of Tcl file commands.
1515
1dfdac32
MK
15162014-02-10 Mark Kettenis <kettenis@gnu.org>
1517
1518 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1519 "kill -SIGUSR1 -1".
1520
aa4fb036
JB
15212014-02-10 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.ada/tick_length_array_enum_idx: New testcase.
1524
ed3ef339
DE
15252014-02-10 Doug Evans <xdje42@gmail.com>
1526
1527 * configure.ac (AC_OUTPUT): Add gdb.guile.
1528 * configure: Regenerate.
1529 * lib/gdb-guile.exp: New file.
1530 * lib/gdb.exp (get_target_charset): New function.
1531 * gdb.base/help.exp: Update expected output from "apropos apropos".
1532 * gdb.guile/Makefile.in: New file.
1533 * gdb.guile/guile.exp: New file.
1534 * gdb.guile/scm-arch.c: New file.
1535 * gdb.guile/scm-arch.exp: New file.
1536 * gdb.guile/scm-block.c: New file.
1537 * gdb.guile/scm-block.exp: New file.
1538 * gdb.guile/scm-breakpoint.c: New file.
1539 * gdb.guile/scm-breakpoint.exp: New file.
1540 * gdb.guile/scm-disasm.c: New file.
1541 * gdb.guile/scm-disasm.exp: New file.
1542 * gdb.guile/scm-equal.c: New file.
1543 * gdb.guile/scm-equal.exp: New file.
1544 * gdb.guile/scm-error.exp: New file.
1545 * gdb.guile/scm-error.scm: New file.
1546 * gdb.guile/scm-frame-args.c: New file.
1547 * gdb.guile/scm-frame-args.exp: New file.
1548 * gdb.guile/scm-frame-args.scm: New file.
1549 * gdb.guile/scm-frame-inline.c: New file.
1550 * gdb.guile/scm-frame-inline.exp: New file.
1551 * gdb.guile/scm-frame.c: New file.
1552 * gdb.guile/scm-frame.exp: New file.
1553 * gdb.guile/scm-generics.exp: New file.
1554 * gdb.guile/scm-gsmob.exp: New file.
1555 * gdb.guile/scm-iterator.c: New file.
1556 * gdb.guile/scm-iterator.exp: New file.
1557 * gdb.guile/scm-math.c: New file.
1558 * gdb.guile/scm-math.exp: New file.
1559 * gdb.guile/scm-objfile-script-gdb.in: New file.
1560 * gdb.guile/scm-objfile-script.c: New file.
1561 * gdb.guile/scm-objfile-script.exp: New file.
1562 * gdb.guile/scm-objfile.c: New file.
1563 * gdb.guile/scm-objfile.exp: New file.
1564 * gdb.guile/scm-ports.exp: New file.
1565 * gdb.guile/scm-pretty-print.c: New file.
1566 * gdb.guile/scm-pretty-print.exp: New file.
1567 * gdb.guile/scm-pretty-print.scm: New file.
1568 * gdb.guile/scm-section-script.c: New file.
1569 * gdb.guile/scm-section-script.exp: New file.
1570 * gdb.guile/scm-section-script.scm: New file.
1571 * gdb.guile/scm-symbol.c: New file.
1572 * gdb.guile/scm-symbol.exp: New file.
1573 * gdb.guile/scm-symtab-2.c: New file.
1574 * gdb.guile/scm-symtab.c: New file.
1575 * gdb.guile/scm-symtab.exp: New file.
1576 * gdb.guile/scm-type.c: New file.
1577 * gdb.guile/scm-type.exp: New file.
1578 * gdb.guile/scm-value-cc.cc: New file.
1579 * gdb.guile/scm-value-cc.exp: New file.
1580 * gdb.guile/scm-value.c: New file.
1581 * gdb.guile/scm-value.exp: New file.
1582 * gdb.guile/source2.scm: New file.
1583 * gdb.guile/types-module.cc: New file.
1584 * gdb.guile/types-module.exp: New file.
1585
7026a7c1
YQ
15862014-02-10 Yao Qi <yao@codesourcery.com>
1587
1588 PR testsuite/16543
1589 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1590 * configure: Regenerated.
1591 * Makefile.in: New file.
1592
6c466447
AS
15932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1594
1595 * gdb.python/py-framefilter.exp: Fix typo.
1596
6e854735
YQ
15972014-02-08 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1600 that no =breakpoint-modified is emitted when breakpoints are
1601 modified through MI commands.
1602
d137e6dc
PA
16032014-02-07 Pedro Alves <pedro@codesourcery.com>
1604 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.threads/step-after-sr-lock.c: New file.
1607 * gdb.threads/step-after-sr-lock.exp: New file.
1608
b5ee5a50
PA
16092014-02-07 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1612
3c77faf3
JK
16132014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1616 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1617
6dddc817
DE
16182014-02-06 Doug Evans <xdje42@gmail.com>
1619
1620 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1621 output.
1622
1623 * gdb.gdb/python-interrupts.exp: New file.
1624
de7b2893
YQ
16252014-02-05 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.trace/report.exp (use_collected_data): Test the output
1628 of "info threads" and "info inferiors".
1629
66d032ac
YQ
16302014-02-05 Yao Qi <yao@codesourcery.com>
1631
1632 Revert this patch:
1633
1634 2013-05-24 Yao Qi <yao@codesourcery.com>
1635
1636 * gdb.trace/tfile.exp: Test inferior and thread.
1637
591a12a1
UW
16382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1639
1640 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1641 on a function.
1642 * gdb.base/step-bt.c: Call hello via function pointer to make
1643 sure its first instruction is executed on powerpc64le-linux.
1644
0ff3e01f
UW
16452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1646
1647 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1648
084ee545
UW
16492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1650
1651 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1652 of the test patterns for use on little-endian systems.
1653
6ed14ff3
UW
16542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1655
1656 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1657 (decimal_vector): Fix for little-endian.
1658
401e27fd
JM
16592014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1660
1661 * gdb.arch/sparc-sysstep.exp: New file.
1662 * gdb.arch/sparc-sysstep.c: Likewise.
1663
1664 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1665
8b924729
EBM
16662014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1667
1668 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1669
fb151210
JB
16702014-01-23 Tom Tromey <tromey@redhat.com>
1671
1672 * gdb.ada/array_char_idx: New testcase.
1673
0740f8d8
TT
16742014-01-23 Tom Tromey <tromey@redhat.com>
1675
1676 PR python/16487:
1677 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1678 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1679 classes.
1680
21909fa1
TT
16812014-01-23 Tom Tromey <tromey@redhat.com>
1682
1683 PR python/16491:
1684 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1685 string from an inferior frame.
1686 * gdb.python/py-framefilter-mi.exp: Update.
1687
87ce2a04
DE
16882014-01-22 Doug Evans <dje@google.com>
1689
1690 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1691
237b092b
AA
16922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1693
1694 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1695
d674a709
AA
16962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1697
1698 * gdb.trace/entry-values.exp: Remove excess space character from
1699 regex patterns. Handle s390 call instruction.
1700
20fa3390
AA
17012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1702
1703 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1704 define "*_start" label. Make "name" static.
1705 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1706 ${name} by references to ${name}_start.
1707
78466714
AA
17082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1709
1710 * gdb.base/info-macros.exp: Remove "debug" from the compile
1711 options.
1712
ec9f644a
IB
17132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1714
1715 * gdb.dlang/demangle.exp: New file.
1716
94b1b47e
IB
17172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1718
1719 * gdb.dlang/primitive-types.exp: New file.
1720
7f420862
IB
17212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1722
1723 * configure.ac: Create gdb.dlang/Makefile.
1724 * configure: Regenerate.
1725 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1726 * gdb.dlang/Makefile.in: New file.
1727 * lib/d-support.exp: New file.
1728 * lib/gdb.exp (skip_d_tests): New proc.
1729
52834460
MM
17302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1731
1732 * gdb.btrace/delta.exp: Check reverse stepi.
1733 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1734 * gdb.btrace/finish.exp: New.
1735 * gdb.btrace/next.exp: New.
1736 * gdb.btrace/nexti.exp: New.
1737 * gdb.btrace/record_goto.c: Add comments.
1738 * gdb.btrace/step.exp: New.
1739 * gdb.btrace/stepi.exp: New.
1740 * gdb.btrace/multi-thread-step.c: New.
1741 * gdb.btrace/multi-thread-step.exp: New.
1742 * gdb.btrace/rn-dl-bind.c: New.
1743 * gdb.btrace/rn-dl-bind.exp: New.
1744 * gdb.btrace/data.c: New.
1745 * gdb.btrace/data.exp: New.
1746 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1747
6e07b1d2
MM
17482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1749
1750 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1751 * gdb.btrace/exception.exp: Update.
1752 * gdb.btrace/instruction_history.exp: Update.
1753 * gdb.btrace/record_goto.exp: Update.
1754 * gdb.btrace/tailcall.exp: Update.
1755 * gdb.btrace/unknown_functions.exp: Update.
1756 * gdb.btrace/delta.exp: New.
1757
0b722aec
MM
17582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1759
1760 * gdb.btrace/record_goto.exp: Add backtrace test.
1761 * gdb.btrace/tailcall.exp: Add backtrace test.
1762
066ce621
MM
17632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1764
1765 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1766 * gdb.btrace/record_goto.c: New.
1767 * gdb.btrace/record_goto.exp: New.
1768 * gdb.btrace/x86-record_goto.S: New.
1769
0688d04e
MM
17702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1771
1772 * gdb.btrace/function_call_history.exp: Update tests.
1773 * gdb.btrace/instruction_history.exp: Update tests.
1774
8710b709
MM
17752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1776
1777 * gdb.btrace/function_call_history.exp: Fix expected field
1778 order for "record function-call-history".
1779 Add new tests for "record function-call-history /c".
1780 * gdb.btrace/exception.cc: New.
1781 * gdb.btrace/exception.exp: New.
1782 * gdb.btrace/tailcall.exp: New.
1783 * gdb.btrace/x86-tailcall.S: New.
1784 * gdb.btrace/x86-tailcall.c: New.
1785 * gdb.btrace/unknown_functions.c: New.
1786 * gdb.btrace/unknown_functions.exp: New.
1787 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1788
5de9129b
MM
17892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1790
1791 * gdb.btrace/instruction_history.exp: Update.
1792 * gdb.btrace/function_call_history.exp: Update.
1793
23a7fe75
MM
17942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1795
1796 * gdb.btrace/function_call_history.exp: Fix expected function
1797 trace.
1798 * gdb.btrace/instruction_history.exp: Initialize traced.
1799 Remove traced_functions.
1800
724c7dd8
MM
18012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1802
1803 * gdb.btrace/function_call_history.exp: Update
1804 * gdb.btrace/instruction_history.exp: Update.
1805
6d78d93b
MM
18062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1807
1808 * gdb.btrace/enable.exp: Update expected text.
1809
93a360cc
OJ
18102014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1811
1812 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1813 bytes.
1814
3772b53f
MR
18152014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1816
1817 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1818
596662fa
OJ
18192014-01-15 Omair Javaid <omair.javaid@linaro.org>
1820
1821 * lib/gdb.exp (supports_process_record): Return true for
1822 arm*-linux*. (supports_reverse): Likewise.
1823
b5b08fb4
SC
18242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1825
1826 PR python/15464
1827 PR python/16113
1828 * gdb.python/py-type.c: Enhance test case.
1829 * gdb.python/py-value-cc.cc: Likewise
1830 * gdb.python/py-type.exp: Add new tests.
1831 * gdb.python/py-value-cc.exp: Likewise
1832
52d7fb13
AA
18332014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1834 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1837 Make "name" extern.
1838 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1839 references to ${name}_start by references to ${name}.
1840
a2cd8cfe
JB
18412014-01-10 Joel Brobecker <brobecker@adacore.com>
1842
1843 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1844
4e23fced
JB
18452014-01-10 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1848
c6a9e42c
PA
18492014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1850 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.mi/mi-info-os.exp: Connect to the target with
1853 mi_gdb_target_load.
1854
b7ea362b
PA
18552014-01-08 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.threads/reconnect-signal.c: New file.
1858 * gdb.threads/reconnect-signal.exp: New file.
1859
5e3f4fab
EBM
18602014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.base/source-dir.exp: New file.
1863
79301218
JB
18642014-01-07 Joel Brobecker <brobecker@adacore.com>
1865
1866 * gdb.ada/mi_interface: New testcase.
1867
8e355c5d
JB
18682014-01-07 Joel Brobecker <brobecker@adacore.com>
1869
1870 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1871 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1872 gdb.ada/pp-rec-component/pck.ads: New files.
1873
c0d48811
JB
18742014-01-07 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdb.python/py-pp-integral.c: New file.
1877 * gdb.python/py-pp-integral.py: New file.
1878 * gdb.python/py-pp-integral.exp: New file.
1879
17b609c3 1880For older changes see ChangeLog-1993-2013.
c906108c 1881\f
8d8cb839
EZ
1882;; Local Variables:
1883;; mode: change-log
1884;; left-margin: 8
1885;; fill-column: 74
1886;; version-control: never
1887;; End:
902f2ccb 1888
14f8b115 1889 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1890 Copying and distribution of this file, with or without modification,
1891 are permitted provided the copyright notice and this notice are preserved.
This page took 3.360566 seconds and 4 git commands to generate.