]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
125f8a3d
GB
12014-06-20 Gary Benson <gbenson@redhat.com>
2
3 * gdb.arch/i386-avx.exp: Fix include file location.
4 * gdb.arch/i386-sse.exp: Likewise.
5
3ed9baed
IB
62014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7
8 * gdb.dlang/expression.exp: New file.
9
034f788c
PA
102014-06-19 Pedro Alves <palves@redhat.com>
11
12 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13 out from ...
14 (top level): ... here. Iterate running tests under different
15 scheduler-locking settings.
16
45371d0c
LM
172014-06-18 Luis Machado <lgustavo@codesourcery.com>
18
19 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
20 to DW_FORM_addr and use non-zero addresses.
21
5d376983
SC
222014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23
24 PR gdb/17017
25 * gdb.python/py-xmethods.cc: Add global function call counters and
26 increment them in their respective functions. Remove "cout"
27 statements.
28 * gdb.python/py-xmethods.exp: Make tests check the global function
29 call counters instead of depending on inferior IO.
30
a1aa2221
LM
312014-06-18 Don Breazeal <donb@codesourcery.com>
32
33 * gdb.base/foll-fork.exp (default_fork_parent_follow):
34 Deleted procedure.
35 (explicit_fork_parent_follow): Deleted procedure.
36 (explicit_fork_child_follow): Deleted procedure.
37 (test_follow_fork): New procedure.
38 (do_fork_tests): Replace calls to deleted procedures with
39 calls to test_follow_fork and reset GDB for subsequent
40 procedure calls.
41
0fc05997
YQ
422014-06-17 Yao Qi <yao@codesourcery.com>
43
44 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
45 CP1252.
46
70795c52
LM
472014-06-17 Luis Machado <lgustavo@codesourcery.com>
48
49 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
50 Initialize ptr and S explicitly.
51 (skip_type_update_when_not_use_rtti_test): Likewise.
52
6be47f0c
KS
532014-06-16 Keith Seitz <keiths@redhat.com>
54
55 PR mi/15863
56 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
57 the inferior is started.
58
d03de421
PA
592014-06-16 Pedro Alves <palves@redhat.com>
60
61 * gdb.base/break-main-file-remove-fail.c: New file.
62 * gdb.base/break-main-file-remove-fail.exp: New file.
63 * gdb.base/break-unload-file.exp: Use build_executable instead of
64 prepare_for_testing.
65 (test_break): New parameter "initial_load". Handle it.
66 (top level): Add initial_load cmdline/file axis.
67
f9579b99
TT
682014-06-12 Tom Tromey <tromey@redhat.com>
69
70 * gdb.base/completion.exp: Don't use directory name in test.
71
3657956b
GB
722014-06-09 Gary Benson <gbenson@redhat.com>
73
74 * gdb.base/sigall.c [Functions to send signals]: Reorder to
75 separate the always-available ANSI-standard signals from the
76 signals that require checking.
77 (main): Likewise.
78 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
79 Likewise.
80 (main): Likewise.
81
4186eb54
KS
822014-06-07 Keith Seitz <keiths@redhat.com>
83
84 Revert:
85 PR c++/16253
86 * gdb.cp/var-tag.cc: New file.
87 * gdb.cp/var-tag.exp: New file.
88 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
89 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
90 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
91 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
92
25326a28 932014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
94
95 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
96
829155c9
PA
972014-06-06 Pedro Alves <palves@redhat.com>
98
99 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
100 in target debug output instead of looking at RSP packets,
101 disabling the test on any target that uses hardware stepping.
102 Update comments.
103
61c8d22e
PA
1042014-06-06 Pedro Alves <palves@redhat.com>
105
106 * gdb.base/break-unload-file.exp: Fix typo.
107
d9a47287
YQ
1082014-06-06 Yao Qi <yao@codesourcery.com>
109
110 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
111 from "jit_function" to "^jit_function".
112
e5e01dbf
YQ
1132014-06-06 Yao Qi <yao@codesourcery.com>
114
115 * gdb.base/async.c (foo): Add one statement.
116 * gdb.base/async.exp: Get the next instruction address and
117 match the output of "nexti" by instruction address. Match
118 the hex address in the output of "finish".
119
73ba372c
GB
1202014-06-06 Gary Benson <gbenson@redhat.com>
121
122 * gdb.base/call-signals.c: Remove preprocessor conditionals
123 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
124 SIGSEGV and SIGTERM.
125 * gdb.base/sigall.c: Likewise.
126 * gdb.base/unwindonsignal.c: Likewise.
127 * gdb.reverse/sigall-reverse.c: Likewise.
128
831517df
YQ
1292014-06-06 Yao Qi <yao@codesourcery.com>
130
131 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
132 readable, skip the test.
133
b8b91e98
YQ
1342014-06-06 Yao Qi <yao@codesourcery.com>
135
136 * gdb.threads/staticthreads.c (thread_function): Move the line
137 setting breakpoint on forward.
138 * gdb.threads/staticthreads.exp: Update comments.
139
fb934770
LC
1402014-06-05 Ludovic Courtès <ludo@gnu.org>
141
142 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
143 "history-append! type error".
144
6ef284bd
SM
1452014-06-05 Simon Marchi <simon.marchi@ericsson.com>
146
147 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
148 erroneous dprintf expected input.
149
a872e241
DE
1502014-06-04 Doug Evans <xdje42@gmail.com>
151
152 * gdb.guile/scm-generics.exp: Delete.
153
16f691fb
DE
1542014-06-04 Doug Evans <xdje42@gmail.com>
155
156 * gdb.guile/scm-breakpoint.exp: Update.
157 Add tests for breakpoint registration.
158
012370f6
TT
1592014-06-04 Tom Tromey <tromey@redhat.com>
160
161 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
162 VLA-in-union.
163 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
164 inner_vla_struct, vla_union types. Initialize objects of those
165 types and compute their sizes.
166
9f5a4cef
HZ
1672014-06-04 Nathan Sidwell <nathan@codesourcery.com>
168 Hui Zhu <hui@codesourcery.com>
169
170 * gdb.base/fileio.exp: Add test for shell not available as well as
171 available.
172 * gdb.base/fileio.c (test_system): Check for shell twice.
173
90a45c4d
YQ
1742014-06-04 Yao Qi <yao@codesourcery.com>
175
176 * gdb.base/auto-connect-native-target.exp: Remove redundant
177 space from the regexp pattern.
178
70017e41
YQ
1792014-06-04 Yao Qi <yao@codesourcery.com>
180
181 * gdb.base/default.exp: Replace "child" with "native" in
182 regexp pattern.
183
883964a7
SC
1842014-06-03 Siva Chandra Reddy <sivachandra@google.com>
185
186 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
187 * gdb.python/py-xmethods.exp: New tests to test xmethods.
188 * gdb.python/py-xmethods.py: Python script supporting the
189 new testcase and tests.
190
ef370185
JB
1912014-06-03 Joel Brobecker <brobecker@adacore.com>
192 Pedro Alves <palves@redhat.com>
193
194 PR breakpoints/17000
195 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
196 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
197
1e2ccb61
BM
1982014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
199
200 * gdb.base/subst.exp: Add tests to verify partial path matching
201 output.
202
c6ec5ab2
PA
2032014-06-03 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
206 target that doesn't use software single-stepping.
207
835c559f
PA
2082014-06-03 Pedro Alves <palves@redhat.com>
209
210 PR breakpoints/17000
211 * gdb.base/sss-bp-on-user-bp-2.c: New file.
212 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
213
06eb1586
DE
2142014-06-02 Doug Evans <xdje42@gmail.com>
215
216 * gdb.guile/scm-parameter.exp: New file.
217
e698b8c4
DE
2182014-06-02 Doug Evans <xdje42@gmail.com>
219
220 * gdb.guile/scm-cmd.c: New file.
221 * gdb.guile/scm-cmd.exp: New file.
222
ded03782
DE
2232014-06-02 Doug Evans <xdje42@gmail.com>
224
225 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
226 pretty-printer lookup.
227 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
228 (make-pp_s-printer): Call it.
229 (make-pretty-printer-from-dict): New function.
230 (lookup-pretty-printer-maker-from-dict): New function.
231 (*pretty-printer*): Simplify.
232 (make-objfile-pp_s-printer): New function.
233 (install-objfile-pretty-printers!): New function.
234 (make-progspace-pp_s-printer): New function.
235 (install-progspace-pretty-printers!): New function.
236 * gdb.guile/scm-progspace.c: New file.
237 * gdb.guile/scm-progspace.exp: New file.
238
41fac0cf
PA
2392014-06-02 Pedro Alves <palves@redhat.com>
240
241 * gdb.base/dprintf-bp-same-addr.c: New file.
242 * gdb.base/dprintf-bp-same-addr.exp: New file.
243
96ae5695
EBM
2442014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
245
246 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
247 * gdb.arch/powerpc-power.s: Likewise.
248
da02b3a8
JB
2492014-06-02 Joel Brobecker <brobecker@adacore.com>
250
251 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
252
c72b2e7b
YQ
2532014-06-01 Yao Qi <yao@codesourcery.com>
254
255 * gdb.base/watchpoint.exp (test_watch_location): Check null
256 pointer can be dereferenced. If not, do the test, otherwise
257 skip it.
258
53e8a631
AB
2592014-05-30 Andrew Burgess <aburgess@broadcom.com>
260
261 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
262 results.
263 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
264
938f0e2f
AB
2652014-05-30 Andrew Burgess <aburgess@broadcom.com>
266
267 * gdb.arch/amd64-invalid-stack-middle.S: New file.
268 * gdb.arch/amd64-invalid-stack-middle.c: New file.
269 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
270 * gdb.arch/amd64-invalid-stack-top.c: New file.
271 * gdb.arch/amd64-invalid-stack-top.exp: New file.
272
9ba6657a
PA
2732014-05-30 Pedro Alves <palves@redhat.com>
274
275 PR breakpoints/17000
276 * gdb.base/sss-bp-on-user-bp.c: New file.
277 * gdb.base/sss-bp-on-user-bp.exp: New file.
278
522c09bf
DB
2792014-05-30 David Blaikie <dblaikie@gmail.com>
280
281 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
282 gnu_inline semantics via attribute.
283 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
284 source explicitly specifies the required semantics.
285
bf4ef81e
MR
2862014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
287
288 * gdb.reverse/sigall-reverse.exp: Fix a typo.
289
329ea579
PA
2902014-05-29 Pedro Alves <palves@redhat.com>
291 Tom Tromey <tromey@redhat.com>
292
293 * gdb.base/async-shell.exp: Don't enable target-async.
294 * gdb.base/async.exp
295 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
296 parameter. Adjust.
297 (top level): Don't test with "target-async".
298 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
299 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
300 * gdb.base/inferior-died.exp: Don't enable target-async.
301 * gdb.base/interrupt-noterm.exp: Likewise.
302 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
303 * gdb.mi/mi-nonstop-exit.exp: Likewise.
304 * gdb.mi/mi-nonstop.exp: Likewise.
305 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
306 * gdb.mi/mi-nsintrall.exp: Likewise.
307 * gdb.mi/mi-nsmoribund.exp: Likewise.
308 * gdb.mi/mi-nsthrexec.exp: Likewise.
309 * gdb.mi/mi-watch-nonstop.exp: Likewise.
310 * gdb.multi/watchpoint-multi.exp: Adjust comment.
311 * gdb.python/py-evsignal.exp: Don't enable target-async.
312 * gdb.python/py-evthreads.exp: Likewise.
313 * gdb.python/py-prompt.exp: Likewise.
314 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
315 * gdb.server/solib-list.exp: Don't enable target-async.
316 * gdb.threads/thread-specific-bp.exp: Likewise.
317 * lib/mi-support.exp: Adjust to use mi-async.
318
fd664c91
PA
3192014-05-29 Pedro Alves <palves@redhat.com>
320
321 PR gdb/13860
322 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
323 reason, even in sync mode.
324
251bde03
PA
3252014-05-29 Pedro Alves <palves@redhat.com>
326 Hui Zhu <hui@codesourcery.com>
327
328 PR PR15693
329 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
330 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
331 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
332 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
333
7f3c0343
JB
3342014-05-28 Joel Brobecker <brobecker@adacore.com>
335
336 * config/monitor.exp (gdb_target_monitor): Replace use of
337 "set remotebaud" by "set serial baud".
338
b2715b27
AW
3392014-05-26 Andy Wingo <wingo@igalia.com>
340
341 * gdb.guile/scm-breakpoint.exp:
342 * gdb.guile/scm-gsmob.exp: Update to use plain old object
343 properties instead of gdb-object-properties.
344
498a4489
YQ
3452014-05-26 Yao Qi <yao@codesourcery.com>
346
347 * gdb.server/no-thread-db.exp: Specify source file name
348 explicitly when setting a breakpoint.
349
589fdceb
MM
3502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
351
352 * gdb.btrace/vdso.c: New.
353 * gdb.btrace/vdso.exp: New.
354
e9089e05
MM
3552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
356
357 * gdb.base/gcore.exp (capture_command_output): Move ...
358 * lib/gdb.exp (capture_command_output): ... here.
359
67b5c0c1
MM
3602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
361
362 * gdb.btrace/data.exp: Test memory access during btrace replay.
363
a2199296
SM
3642014-05-22 Simon Marchi <simon.marchi@ericsson.com>
365
366 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
367
17b2616c
PA
3682014-05-21 Pedro Alves <palves@redhat.com>
369
370 PR gdb/13860
371 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
372 (top level): Test that output related to execution commands is
373 sent to the console with CLI commands, but not with MI commands.
374 Test that breakpoint events are always mirrored to the console.
375 Also expect the new source line to be output after a "next" in
376 async mode too. Make it a pass/fail test.
377 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
378 output.
379 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
380
5166082f
PA
3812014-05-21 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/list.exp (build_pattern, test_list): New procedures.
384 Use them to test variations of "list" after reaching a breakpoint.
385 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
386 Test "list" with listsize 10 after reaching a breakpoint.
387 * gdb.python/python.exp (decode_line current location line
388 number): Adjust expected line number.
389
2f25d70f
SM
3902014-05-21 Simon Marchi <simon.marchi@ericsson.com>
391
392 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
393 behavior for $args, pass it directly to "run".
394
ff604a67
MR
3952014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
396
397 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
398 30000 to 65536.
399
6a3cb8e8
PA
4002014-05-21 Pedro Alves <palves@redhat.com>
401
402 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
403 auto-connect-native-target off".
404 * gdb.base/auto-connect-native-target.c: New file.
405 * gdb.base/auto-connect-native-target.exp: New file.
406
4ebfc96e
PA
4072014-05-21 Pedro Alves <palves@redhat.com>
408
409 * gdb.base/default.exp: Test "target native" instead of "target
410 child".
411
36d46afb
MW
4122014-05-21 Mark Wielaard <mjw@redhat.com>
413
414 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
415
5876f503
JK
4162014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 Fix TLS access for -static -pthread.
419 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
420 <HAVE_TLS> (thread_function, main): Initialize it.
421 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
422 Add clean_restart.
423 <$have_tls != "">: Check TLSVAR.
424
0256a6ac
PA
4252014-05-21 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/dcache-line-read-error.c: New.
428 * gdb.base/dcache-line-read-error.exp: New.
429
936d2992
PA
4302014-05-20 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/compare-sections.c: New file.
433 * gdb.base/compare-sections.exp: New file.
434
802e8e6d
PA
4352014-05-20 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/break-idempotent.c: New file.
438 * gdb.base/break-idempotent.exp: New file.
439
e59fa00f
MM
4402014-05-20 Markus Metzger <markus.t.metzger@intel.com>
441
442 * gdb.btrace/nohist.exp: New.
443
8b696e31
YQ
4442014-05-20 Yao Qi <yao@codesourcery.com>
445
446 * lib/gdb.exp (gdb_init): Set timeout if test file is under
447 gdb.reverse directory and gdb_reverse_timeout exists in board
448 setting.
449 * README: Document gdb_reverse_timeout.
450
73c9764f
YQ
4512014-05-20 Yao Qi <yao@codesourcery.com>
452
453 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
454 'test_file_name'. Treat args as a string instead of a list.
455 (gdb_init): Rename argument 'args' by 'test_file_name'.
456
f1f4348a
JK
4572014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * gdb.arch/powerpc-power.exp: New file.
460 * gdb.arch/powerpc-power.s: New file.
461
0dbe70ce
DE
4622014-05-16 Doug Evans <dje@google.com>
463
464 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
465 * gdb.base/completion.exp: Check that all expected files exist
466 before doing file completion.
0dbe70ce 467
8d551b02
DE
4682014-05-16 Doug Evans <dje@google.com>
469
470 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
471 Update.
472 (do_syscall_tests_without_xml): Update.
473
73eb7709
PA
4742014-05-16 Pedro Alves <palves@redhat.com>
475
476 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
477 instead of "unknown output after running".
478
3fae92fc
YQ
4792014-05-16 Yao Qi <yao@codesourcery.com>
480
481 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
482 file1.txt from host at the end.
483 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
484
c2b2ccc5
DE
4852014-05-15 Doug Evans <dje@google.com>
486
487 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
488 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
489 loading file. Add test for TU lookup.
490
8c217a4b
SM
4912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
492
493 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
494 calling "-exec-arguments" or "set args" before running the
495 inferior.
496
3deb39c6
SM
4972014-05-15 Simon Marchi <simon.marchi@ericsson.com>
498
499 * lib/mi-support.exp (mi_expect_stop): Expect message for
500 inferiors that exit with non-zero exit code.
501
71a79f8c
YQ
5022014-05-14 Yao Qi <yao@codesourcery.com>
503
504 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
505 match absolute path on remote host.
506 (test_file_list_exec_source_files): Remove "/" from the
507 pattern.
508
f23fcd46
YQ
5092014-05-14 Yao Qi <yao@codesourcery.com>
510
511 * boards/local-remote-host-notty.exp (${board}_file): New
512 proc.
513
9404b58f
KM
5142014-05-07 Kyle McMartin <kyle@redhat.com>
515
516 Pushed by Joel Brobecker <brobecker@adacore.com>.
517 * gdb.arch/aarch64-atomic-inst.c: New file.
518 * gdb.arch/aarch64-atomic-inst.exp: New file.
519
5e45f04c
YQ
5202014-05-07 Yao Qi <yao@codesourcery.com>
521
522 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
523 in current context" too.
524
c888a17d
KS
5252014-05-05 Keith Seitz <keiths@redhat.com>
526
527 * gdb.linespec/ls-dollar.exp: Add test for linespec
528 file:convenience_variable.
529
290a839c
YQ
5302014-05-05 Yao Qi <yao@codesourcery.com>
531
532 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
533 traceframes into tfile and ctf trace files. Read data from
534 trace file and test collected data.
535 (gdb_collect_locals_test): Likewise.
536 (gdb_unavailable_registers_test): Likewise.
537 (gdb_unavailable_floats): Likewise.
538 (gdb_collect_globals_test): Likewise.
539 (top-level): Append "ctf" to trace_file_targets if GDB
540 supports.
541
b5262cd0
YQ
5422014-05-05 Yao Qi <yao@codesourcery.com>
543
544 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
545 code to ...
546 (gdb_collect_args_test_1): ... it. New proc.
547 (gdb_collect_locals_test): Move some code to ...
548 (gdb_collect_locals_test_1): ... it. New proc.
549 (gdb_unavailable_registers_test): Move some code to ...
550 (gdb_unavailable_registers_test_1): ... it. New proc.
551 (gdb_unavailable_floats): Move some code to ...
552 (gdb_unavailable_floats_1): ... it. New proc.
553
30a1e6cc
SDJ
5542014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
555
556 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
557 probes to test for bitness recognition.
558 * gdb.arch/amd64-stap-optional-prefix.exp
559 (test_probe_value_without_reg): New procedure.
560 Add code to test for different kinds of bitness.
561
f33da99a
SDJ
5622014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
563
564 PR breakpoints/16889
565 * gdb.arch/amd64-stap-optional-prefix.S: New file.
566 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
567
5b80f00d
PA
5682014-05-01 Pedro Alves <palves@redhat.com>
569
570 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
571 gdb_file_cmd if no file is specified.
572 * boards/native-extended-gdbserver.exp (gdb_load): Use the
573 last_loaded_file to set the remote exec-file.
574
f8c2a73c
PA
5752014-05-01 Pedro Alves <palves@redhat.com>
576
577 * boards/local-remote-host.exp: New file.
578
be6e8ac7
PA
5792014-05-01 Pedro Alves <palves@redhat.com>
580
581 * boards/local-remote-host.exp: Rename to ...
582 * boards/local-remote-host-notty.exp: ... this.
583
cac0dc8f
JB
5842014-04-28 Joel Brobecker <brobecker@adacore.com>
585
586 * gdb.ada/dyn_arrayidx: New testcase.
587
9730e6cc
YQ
5882014-04-26 Yao Qi <yao@codesourcery.com>
589
590 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
591 and compute the length of function main. Save it in
592 $main_length.
593 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
594 (top-level): Use gdb_compile to compile objects into
595 executable and restart GDB. Remove invocation to
596 prepare_for_testing.
597
7ae1a6a6
PA
5982014-04-25 Simon Marchi <simon.marchi@ericsson.com>
599 Pedro Alves <palves@redhat.com>
600
601 PR server/16255
602 * gdb.multi/multi-attach.c: New file.
603 * gdb.multi/multi-attach.exp: New file.
604
4082afcc
PA
6052014-04-25 Pedro Alves <palves@redhat.com>
606
607 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
608 user.
609 (top level): Test that "set remote conditional-breakpoints-packet
610 off" works as intended.
611 * gdb.base/dprintf.exp: Test that "set remote
612 breakpoint-commands-packet off" works as intended.
613 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
614 New function.
615 (top level): Call it.
616 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
617 remote fast-tracepoints-packet off" works as intended.
618 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
619 * lib/gdb.exp (gdb_is_target_remote): ... here.
620
2abc3f8d
DB
6212014-04-24 David Blaikie <dblaikie@gmail.com>
622
623 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
624 ensure clang would not discard them.
625 * gdb.base/gdbvars.c: Ditto.
626 * gdb.base/memattr.c: Ditto.
627 * gdb.base/whatis.c: Ditto.
628 * gdb.python/py-prettyprint.c: Ditto.
629 * gdb.trace/actions.c: Ditto.
630 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
631 ensure clang would not discard it.
632
bfd39632
DB
6332014-04-24 David Blaikie <dblaikie@gmail.com>
634
635 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
636 clang to emit the full definition of type required by the test
637 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
638
22842ff6
DB
6392014-04-24 David Blaikie <dblaikie@gmail.com>
640
641 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
642 coax Clang into emitting the definition of the type.
643 * gdb.cp/pr10728-x.h (y): Ditto.
644 * gdb.cp/pr10728-y.cc (y): Ditto.
645
c2e827ad
DB
6462014-04-24 David Blaikie <dblaikie@gmail.com>
647
648 * gdb.base/label.exp: XFAIL label related tests under Clang.
649 * gdb.cp/cplabel.exp: Ditto.
650 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
651 under Clang those using labels.
652
4c2d33e7
YQ
6532014-04-25 Yao Qi <yao@codesourcery.com>
654
655 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
656 double_label.
657 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
658 partial_label and double_label.
659
56083b99
DB
6602014-04-24 David Blaikie <dblaikie@gmail.com>
661
662 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
663
25d4e99d
DB
6642014-04-24 David Blaikie <dblaikie@gmail.com>
665
666 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
667 of the function to work across GCC and Clang.
668 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
669 pointer types (const void ** const V void **).
670
01f9f808
MS
6712014-04-24 Michael Sturm <michael.sturm@mintel.com>
672 Walfred Tedeschi <walfred.tedeschi@intel.com>
673
674 * Makefile.in (EXECUTABLES): Added i386-avx512.
675 * gdb.arch/i386-avx512.c: New file.
676 * gdb.arch/i386-avx512.exp: Likewise.
677
4b48d439
KS
6782014-04-23 Keith Seitz <keiths@redhat.com>
679
680 * lib/mi-support.exp (mi_list_breakpoints): Delete.
681 (mi_make_breakpoint_table): New procedure.
682 (mi_create_breakpoint): Use mi_make_breakpoint
683 and return the result.
684 (mi_make_breakpoint): New procedure.
685 (mi_build_kv_pairs): New procedure.
686
687 * gdb.mi/mi-break.exp: Remove unused globals,
688 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
689 All callers updated.
690 * gdb.mi/mi-dprintf.exp: Use variable to track command
691 number.
692 Update all callers of mi_create_breakpoint and use
693 mi_make_breakpoint_table.
694 Remove any unused global variables.
695 * gdb.mi/mi-nonstop.exp: Likewise.
696 * gdb.mi/mi-nsintrall.exp: Likewise.
697 * gdb.mi/mi-nsmoribund.exp: Likewise.
698 * gdb.mi/mi-nsthrexec.exp: Likewise.
699 * gdb.mi/mi-reverse.exp: Likewise.
700 * gdb.mi/mi-simplerun.exp: Likewise.
701 * gdb.mi/mi-stepn.exp: Likewise.
702 * gdb.mi/mi-syn-frame.exp: Likewise.
703 * gdb.mi/mi-until.exp: Likewise.
704 * gdb.mi/mi-var-cp.exp: Likewise.
705 * gdb.mi/mi-var-display.exp: Likewise.
706 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
707 * gdb.mi/mi2-var-child.exp: Likewise.
708 * gdb.mi/mi-vla-c99.exp: Likewise.
709 * lib/mi-support.exp: Likewise.
710
711 From Ian Lance Taylor <iant@cygnus.com>:
712 * lib/gdb.exp (parse_args): New procedure.
713
08351840
PA
7142014-04-23 Pedro Alves <palves@redhat.com>
715
716 * gdb.base/break-unload-file.c: New file.
717 * gdb.base/break-unload-file.exp: New file.
718 * gdb.base/sym-file-lib.c (baz): New function.
719 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
720 field.
721 (load): Store the segment's mapped size.
722 (unload): New function.
723 (unload_shlib): New function.
724 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
725 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
726 set a breakpoint at baz, and call it.
727 * gdb.base/sym-file.exp: New tests for stale breakpoint
728 instructions.
729
076855f9
PA
7302014-04-23 Pedro Alves <palves@redhat.com>
731
732 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
733 * gdb.base/hbreak-in-shr-unsupported.c: New file.
734 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
735 * gdb.base/hbreak-unmapped.c: New file.
736 * gdb.base/hbreak-unmapped.exp: New file.
737 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
738 * lib/gdb.exp (gdb_is_target_remote): ... here.
739
483805cf
PA
7402014-04-22 Pedro Alves <palves@redhat.com>
741
742 * gdb.base/consecutive-step-over.c: New file.
743 * gdb.base/consecutive-step-over.exp: New file.
744
06d97543
PA
7452014-04-22 Pedro Alves <palves@redhat.com>
746
747 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
748 instead of send_gdb/gdb_expect.
749
b4429ea2
YQ
7502014-04-22 Yao Qi <yao@codesourcery.com>
751
752 * lib/trace-support.exp (generate_tracefile): New procedure.
753 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
754 return 0.
755 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
756 if generate_tracefile returns 1.
757
51d48146
PA
7582014-04-18 Tom Tromey <palves@redhat.com>
759 Pedro alves <tromey@redhat.com>
760
761 PR backtrace/15558
762 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
763 with a backtrace limit.
764 * gdb.python/py-frame-inline.exp: Test running to an inline
765 function with a backtrace limit, and printing the newest frame.
766 * gdb.python/py-frame-inline.c (main): Call f.
767
bd1dce5f
MS
7682014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
769
770 * gdb.java/jnpe.exp: Drop srcdir from untested path.
771
40d1a503
MS
7722014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
773
774 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
775 Drop prefix from unsupported source file path.
776
389b98f7
YQ
7772014-04-17 Yao Qi <yao@codesourcery.com>
778
779 * lib/gdb.exp (with_target_charset): New proc.
780 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
781 with_target_charset.
782 (test_print_strings): Likewise.
783 (test_repeat_bytes): Likewise.
784 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
785 for some tests.
786
22869d73
KS
7872014-04-16 Keith Seitz <keiths@redhat.com>
788
789 PR gdb/15827
790 * gdb.dwarf2/corrupt.c: New file.
791 * gdb.dwarf2/corrupt.exp: New file.
792
c4f87ca6
KS
7932014-04-16 Keith Seitz <keiths@redhat.com>
794
795 PR c++/16597
796 * gdb.cp/namelessclass.cc: New file.
797 * gdb.cp/namelessclass.exp: New file.
798 * gdb.cp/namelessclass.S: New file.
799
ab19de87
DE
8002014-04-16 Doug Evans <dje@google.com>
801
802 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
803 Add comment.
804 (gdbserver_default_get_comm_port): New function.
805 (gdbserver_start): Check if board file provided
806 "gdbserver,get_comm_port" and use it if so.
807 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
808 (gdb,socketport): Set to "stdio".
809 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
810 (stdio_gdbserver_template): Delete.
811 (${board}_get_remote_address): Update.
812 (${board}_build_remote_cmd): Delete.
813 (${board}_get_comm_port): New function.
814 (${board}_spawn): Update.
815 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
816 Delete.
817 (${board}_get_remote_address): Update.
818 (${board}_get_comm_port): New function.
819
fc98a809
AB
8202014-04-16 Andrew Burgess <aburgess@broadcom.com>
821
822 * gdb.base/memattr.exp: Improve regexps to handle memory regions
823 appearing in any order.
824
87fd9e6e
DE
8252014-04-15 Doug Evans <dje@google.com>
826
827 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
828 uninitialized value of "description".
829
099fc3ea
KS
8302014-04-15 Keith Seitz <keiths@redhat.com>
831
832 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
833 Remove unused globals.
834 (test_running_the_program): Likewise.
835 (test_controlled_execution): Likewise.
836 (test_controlling_breakpoints): Likewise.
837 (test_program_termination): Likewise.
838
5da151d4
KS
8392014-04-15 Keith Seitz <keiths@redhat.com>
840
841 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
842 unused globals.
843 (test_rbreak_creation_and_listing): Likewise.
844 (test_ignore_count): Likewise.
845 (test_error): Likewise.
846
35e5d2f0
PA
8472014-04-15 Pedro Alves <palves@redhat.com>
848
849 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
850 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
851 sym-file-loader.c.
852 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
853 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
854 to sym-file-loader.c.
855 (struct library): Forward declare.
856 (load_shlib, lookup_function): Change prototypes.
857 (find_shstrtab, find_strtab, find_shdr, find_symtab)
858 (translate_offset): Remove declarations.
859 (get_text_addr): New declaration.
860 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
861 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
862 sym-file-loader.h.
863 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
864 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
865 here from sym-file-loader.h.
866 (struct library): New structure.
867 (load_shlib, lookup_function): Change prototypes and adjust to
868 work with a struct library.
869 (find_shstrtab, find_strtab, find_shdr, find_symtab)
870 (translate_offset): Make static.
871 (get_text_addr): New function.
872 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
873
eb4c1710
PA
8742014-04-15 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
877
2d1baf52
PA
8782014-04-15 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/sym-file-loader.c: Include <limits.h>.
881 (SELF_LINK): New define.
882 (get_origin): New function.
883 (load_shlib): Use it.
884 * gdb.base/sym-file.exp: Don't early return if the target is
885 remote. Use runto_main, and issue fail is that fails. Use
886 gdb_load_shlibs.
887 (shlib_name): Delete.
888 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
889
7dd6df01
PA
8902014-04-15 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/sym-file.exp: Remove regex characters from test
893 message. Don't refer to breakpoint numbers in test messages.
894
b50c8614
KS
8952014-04-14 Keith Seitz <keiths@redhat.com>
896
897 PR c++/16253
898 * gdb.cp/var-tag.cc: New file.
899 * gdb.cp/var-tag.exp: New file.
900 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
901 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
902 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
903 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
904
3d567982
TT
9052014-04-14 Tom Tromey <tromey@redhat.com>
906
907 * gdb.cp/classes.exp (test_enums): Handle underlying type.
908 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
909 type.
910 * gdb.cp/enum-class.exp: New file.
911 * gdb.cp/enum-class.cc: New file.
912
0626fc76
TT
9132014-04-14 Tom Tromey <tromey@redhat.com>
914
915 * gdb.dwarf2/enum-type.exp: New file.
916
dca325b3
SA
9172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
918
919 * gdb.mi/mi-vla-c99.exp: New file.
920 * gdb.mi/vla.c: New file.
921
5854b38a
SA
9222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
923
924 * gdb.base/vla-datatypes.c: New file.
925 * gdb.base/vla-datatypes.exp: New file.
926
463bb957
SA
9272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
928
929 * gdb.base/vla-ptr.c: New file.
930 * gdb.base/vla-ptr.exp: New file.
931
3dd170be
SA
9322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
933
934 * gdb.dwarf2/count.exp: New file.
935
5ecaaa66
SA
9362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
937
938 * gdb.base/vla-sideeffect.c: New file.
939 * gdb.base/vla-sideeffect.exp: New file.
940
41f1ada5
DB
9412014-04-14 David Blaikie <dblaikie@gmail.com>
942
943 * gdb.mi/non-stop.c: Add return value for non-void function return
944 statement.
945 * gdb.threads/staticthreads.c: Ditto.
946
0be03e84
DE
9472014-04-12 Siva Chandra Reddy <sivachandra@google.com>
948 Doug Evans <xdje42@gmail.com>
949
950 * gdb.guile/scm-value.c: Improve test case.
951 * gdb.guile/scm-value.exp: Add new test.
952
f180a1fb
DB
9532014-04-11 David Blaikie <dblaikie@gmail.com>
954
955 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
956 override Clang's default.
957
6b662e19
JB
9582014-04-11 Joel Brobecker <brobecker@adacore.com>
959
960 Revert the following changes (regressions):
961
962 * gdb.base/vla-sideeffect.c: New file.
963 * gdb.base/vla-sideeffect.exp: New file.
964
965 * gdb.dwarf2/count.exp: New file.
966
967 * gdb.base/vla-multi.c: New file.
968 * gdb.base/vla-multi.exp: New file.
969
970 * gdb.base/vla-ptr.c: New file.
971 * gdb.base/vla-ptr.exp: New file.
972
973 * gdb.base/vla-datatypes.c: New file.
974 * gdb.base/vla-datatypes.exp: New file.
975
976 * gdb.mi/mi-vla-c99.exp: New file.
977 * gdb.mi/vla.c: New file.
978
245a5f0b
KS
9792014-04-11 Keith Seitz <keiths@redhat.com>
980
981 PR c++/16675
982 * gdb.cp/cpsizeof.exp: New file.
983 * gdb.cp/cpsizeof.cc: New file.
984
58a84dcf
SA
9852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
986
191a8a90
JB
987 * gdb.mi/mi-vla-c99.exp: New file.
988 * gdb.mi/vla.c: New file.
58a84dcf 989
c8655f75
SA
9902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
991
992 * gdb.base/vla-datatypes.c: New file.
993 * gdb.base/vla-datatypes.exp: New file.
994
024e13b4
SA
9952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
996
997 * gdb.base/vla-ptr.c: New file.
998 * gdb.base/vla-ptr.exp: New file.
999
1a237e0e
SA
10002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1001
1002 * gdb.base/vla-multi.c: New file.
1003 * gdb.base/vla-multi.exp: New file.
1004
504f3432
SA
10052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1006
1007 * gdb.dwarf2/count.exp: New file.
1008
3bce8237
SA
10092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1010
191a8a90
JB
1011 * gdb.base/vla-sideeffect.c: New file.
1012 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1013
322f9c21
YQ
10142014-04-11 Yao Qi <yao@codesourcery.com>
1015
1016 * gdb.base/completion.exp: Check file exists before running tests
1017 on file completion.
1018
d708bcd1
PA
10192014-04-10 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/cond-eval-mode.c: New file.
1022 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1023 prepare_for_testing to build the new file. Check result of
1024 runto_main.
1025 (test_break, test_watch): New procedures.
1026 (top level): Use them.
1027
ae1d2761
PM
10282014-04-08 Pierre Muller <muller@sourceware.org>
1029
1030 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1031 Ctrl-V use for mingw hosts.
1032
7af389b8
SC
10332014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1034
1035 * gdb.python/py-value.c: Improve test case.
1036 * gdb.python/py-value.exp: Add new test.
1037
5e703181
DE
10382014-04-07 David Blaikie <dblaikie@gmail.com>
1039
1040 * lib/compiler.c: Identify the clang compiler.
1041 * lib/compiler.cc: Ditto.
1042
9810b410
YQ
10432014-04-03 Yao Qi <yao@codesourcery.com>
1044
1045 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1046
98d1b8dc
AB
10472014-04-01 Anton Blanchard <anton@samba.org>
1048
1049 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1050 messages unique.
1051
3114cea1
AB
10522014-04-01 Anton Blanchard <anton@samba.org>
1053
1054 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1055 prepare_for_testing.
1056
62f7182c
AB
10572014-04-01 Anton Blanchard <anton@samba.org>
1058
1059 * gdb.arch/ppc64-atomic-inst.c: Remove.
1060 * gdb.arch/ppc64-atomic-inst.S: New file.
1061 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1062
770e7fc7
DE
10632014-03-31 Doug Evans <dje@google.com>
1064
1065 * gdb.base/print-symbol-loading-lib.c: New file.
1066 * gdb.base/print-symbol-loading-main.c: New file.
1067 * gdb.base/print-symbol-loading.exp: New file.
1068
46e2bafa
YQ
10692014-03-31 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1072
8776cfe9
JB
10732014-03-28 Joel Brobecker <brobecker@adacore.com>
1074
1075 * gdb.ada/mi_dyn_arr: New testcase.
1076
5d1ef361
DE
10772014-03-27 Doug Evans <dje@google.com>
1078
1079 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1080
b5bee914
YQ
10812014-03-27 Yao Qi <yao@codesourcery.com>
1082
1083 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1084 if target is nios2-*-*.
1085
0d4d0e77
YQ
10862014-03-26 Yao Qi <yao@codesourcery.com>
1087
1088 * lib/gdb.exp (readline_is_used): New proc.
1089 * gdb.base/completion.exp: Move tests on command complete up.
1090 Skip the rest of tests if readline is not used.
1091 * gdb.ada/complete.exp: Skp the test if readline is not
1092 used.
1093 * gdb.base/filesym.exp: Likewise.
1094 * gdb.base/macscp.exp: Likewise.
1095 * gdb.base/readline-ask.exp: Likewise.
1096 * gdb.base/readline.exp: Likewise.
1097 * gdb.python/py-cmd.exp: Likewise.
1098 * gdb.trace/tfile.exp: Likewise.
1099
29361eee
YQ
11002014-03-26 Yao Qi <yao@codesourcery.com>
1101
1102 * gdb.base/macscp.exp: Fix code format issues.
1103
bc9a5525
UW
11042014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1105
1106 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1107 * gdb.asm/powerpc64le.inc: New file.
1108
d3839ede
PA
11092014-03-25 Pedro Alves <palves@redhat.com>
1110 Doug Evans <dje@google.com>
1111
1112 * gdb.base/source-execution.c: New file.
1113 * gdb.base/source-execution.exp: New file.
1114 * gdb.base/source-execution.gdb: New file.
1115
01672a57
DE
11162014-03-24 Doug Evans <dje@google.com>
1117
1118 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1119 using fission.
1120
88bbeca9
HZ
11212014-03-24 Hui Zhu <hui@codesourcery.com>
1122 Pedro Alves <palves@redhat.com>
1123
1124 PR breakpoints/16101
1125 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1126 test pass/fail messages. Detect missing support for dprintf when
1127 breakpoints are actually inserted.
1128 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1129 breakpoints are actually inserted.
1130 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1131 fails.
1132
d2348791
JK
11332014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1136
feef67ab
DE
11372014-03-22 Doug Evans <xdje42@gmail.com>
1138
1139 * gdb.python/python.exp (python not supported): Verify multi-line
1140 python command issues an error.
25d743f9 1141 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1142 guile command issues an error.
feef67ab 1143
ecebef6a
MR
11442014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1145
1146 * gdb.threads/thread-specific.exp: Handle the lack of usable
1147 $this_breakpoint and $this_thread.
1148
ccdd1909
HZ
11492014-03-21 Hui Zhu <hui@codesourcery.com>
1150
1151 * gdb.base/attach.exp (do_command_attach_tests): New.
1152
beb460e8
PA
11532014-03-20 Tom Tromey <tromey@redhat.com>
1154 Pedro Alves <palves@redhat.com>
1155
1156 PR cli/15718
1157 * gdb.base/condbreak-call-false.c: New file.
1158 * gdb.base/condbreak-call-false.exp: New file.
1159
40acf43a
PA
11602014-03-20 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1163 Delete.
1164 (block_signals, unblock_signals): Delete.
1165 (child_function_2, main): Remove references to deleted variable
1166 and functions.
1167
9f5e1e02
PA
11682014-03-20 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1171 Use pthread_kill to signal thread 2.
1172 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1173 Adjust to make the test send itself a signal rather than using the
1174 host's "kill" command.
1175
99619bea
PA
11762014-03-20 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.threads/multiple-step-overs.c: New file.
1179 * gdb.threads/multiple-step-overs.exp: New file.
1180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1181 Adjust expected infrun debug output.
1182
2adfaa28
PA
11832014-03-20 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1186 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1187
31e77af2
PA
11882014-03-20 Pedro Alves <palves@redhat.com>
1189
1190 PR breakpoints/7143
1191 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1192 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1193 of gdb_test_multiple.
1194 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1195 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1196
b9f437de
PA
11972014-03-20 Pedro Alves <palves@redhat.com>
1198
1199 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1200 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1201
05adc73e
PA
12022014-03-19 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.base/async.exp: Remove early return.
1205
6048b950
PA
12062014-03-19 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1209
8bcfb00a
PA
12102014-03-19 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.base/async.exp (test_background): Expect \r\n after
1213 "completed." in the fail pattern.
1214
884e37dc
PA
12152014-03-19 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.base/async.exp (test_background): New procedure.
1218 Use it for all background execution command tests.
1219
148e57e2
PA
12202014-03-19 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/async.exp: Use prepare_for_testing.
1223
f48088c7
PA
12242014-03-19 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1227 the same line.
1228
e2f6c966
PA
12292014-03-19 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/async.c (main): Add "jump here" and "until here" line
1232 marker comments.
1233 * gdb.base/async.exp (jump_here): New global.
1234 (jump& test): Use it.
1235 (until_here): New global.
1236 (until& test): Use it.
1237
c30568d4
PA
12382014-03-19 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/async.exp: Don't frob gdb_protocol.
1241
0172b6a7
DE
12422014-03-18 Doug Evans <xdje42@gmail.com>
1243
1244 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1245 Fix spelling of exec-done-display.
1246
06c868a8
JK
12472014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1248
1249 PR gdb/15358
1250 * gdb.base/gdb-sigterm.c: New file.
1251 * gdb.base/gdb-sigterm.exp: New file.
1252
0c7e1a46
PA
12532014-03-18 Pedro Alves <palves@redhat.com>
1254
1255 PR gdb/13860
1256 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1257 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1258 solib-event.
1259
f7c77d93
JB
12602014-03-17 Joel Brobecker <brobecker@adacore.com>
1261
1262 * gdb.ada/pckd_arr_ren: New testcase.
1263
5a1e8c7a
DE
12642014-03-13 Doug Evans <xdje42@gmail.com>
1265
1266 PR guile/16612
1267 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1268 collect after discarding symbols.
1269
350e1a76
DE
12702014-03-13 Ludovic Courtès <ludo@gnu.org>
1271 Doug Evans <xdje42@gmail.com>
1272
1273 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1274 to history survives a gc.
1275
a69900ae
PA
12762014-03-13 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/default.exp: Don't test "target procfs".
1279
5db9f0bd
PA
12802014-03-13 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.base/default.exp: Update "target child" and "target procfs"
1283 tests to not expect "Unix".
1284
b3ccfe11
TT
12852014-03-12 Tom Tromey <tromey@redhat.com>
1286
1287 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1288 New procs. Add target-async tests.
1289 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1290 Add target-async tests.
1291
646f4417
AA
12922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1293
1294 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1295 'func_start' and 'func_end' for the beginning and end of the
1296 function code, respectively.
1297 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1298 'func_end' instead of 'func' and 'main'.
1299
288c211f
AA
13002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1301
1302 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1303 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1304 generate the debug info assembler source.
1305
e0c0f156
AA
13062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1307
1308 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1309 * gdb.dwarf2/arr-subrange.exp: Likewise.
1310 * gdb.dwarf2/dwz.exp: Likewise.
1311 * gdb.dwarf2/method-ptr.exp: Likewise.
1312 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1313 * gdb.dwarf2/subrange.exp: Likewise.
1314 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1315 * gdb.dwarf2/implptrpiece.exp: Likewise.
1316 * gdb.dwarf2/nostaticblock.exp: Likewise.
1317
0e5c4555
AA
13182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1319
1320 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1321 directory to absolute path name arguments.
1322
5ec18f2b
JG
13232014-03-10 Joel Brobecker <brobecker@adacore.com>
1324
1325 * gdb.ada/tagged_access: New testcase.
1326
847fc4f2
MM
13272014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1328
1329 * gdb.btrace/data.exp: Update expected output.
1330
cc3da688
YQ
13312014-03-06 Yao Qi <yao@codesourcery.com>
1332
1333 * gdb.trace/pr16508.exp: New file.
1334
0f26cec1
PA
13352014-03-05 Pedro Alves <palves@redhat.com>
1336
1337 PR gdb/16575
1338 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1339 procedure.
1340 (top level): Adjust to use it. Add tests that exercise breakpoint
1341 interaction with the code-cache.
1342
7a5a839f
LC
13432014-02-26 Ludovic Courtès <ludo@gnu.org>
1344
1345 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1346 test for 'history-append!'.
1347
31aa7e4e
JB
13482014-02-26 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1351 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1352 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1353 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1354 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1355 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1356
1b588015
JB
13572014-02-26 Joel Brobecker <brobecker@adacore.com>
1358
1359 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1360 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1361 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1362
55426c9d
JB
13632014-02-26 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1366
dc53a7ad
JB
13672014-02-26 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.dwarf2/arr-stride.c: New file.
1370 * gdb.dwarf2/arr-stride.exp: New file.
1371
12ab52e9
PA
13722014-02-26 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1375 that won't ever trigger. Make sure that GDB reports the correct
1376 breakpoint that caused the stop.
1377
849c862e
JK
13782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 PR gdb/16626
1381 * gdb.base/auto-load-script: New file.
1382 * gdb.base/auto-load.c: New file.
1383 * gdb.base/auto-load.exp: New file.
1384
71b7d793
JK
1385 PR gdb/16626
1386 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1387
e2f0d509
JK
13882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1389
1390 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1391 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1392
50cc37c8
DE
13932014-02-24 Doug Evans <dje@google.com>
1394
1395 * lib/gdb.exp (run_on_host): Log error output if program fails.
1396
ea4758f2
PA
13972014-02-21 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.threads/step-after-sr-lock.c: Rename to ...
1400 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1401 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1402 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1403 ... this.
1404
d7b30f67
SDJ
14052014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1406
1407 PR tdep/16397
1408 * gdb.arch/amd64-stap-special-operands.exp: New file.
1409 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1410 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1411 * gdb.arch/amd64-stap-triplet.S: Likewise.
1412 * gdb.arch/amd64-stap-triplet.c: Likewise.
1413
83deb43f
JB
14142014-02-20 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1417 in .section pseudo-op.
1418
adde2bff
DE
14192014-02-20 lin zuojian <manjian2006@gmail.com>
1420 Joel Brobecker <brobecker@adacore.com>
1421 Doug Evans <xdje42@gmail.com>
1422
1423 PR symtab/16581
1424 * gdb.dwarf2/dw2-icycle.S: New file.
1425 * gdb.dwarf2/dw2-icycle.c: New file.
1426 * gdb.dwarf2/dw2-icycle.exp: New file.
1427
f7bd0f78
SC
14282014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1429
1430 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1431 operations on gdb.Value objects.
1432 * gdb.python/py-value-cc.exp: Add new test to test operations on
1433 gdb.Value objects.
1434
c17ef0d5
DE
14352014-02-18 Doug Evans <dje@google.com>
1436
1437 * Makefile.in (TESTS): New variable.
1438 (expanded_tests, expanded_tests_or_none): New variables
1439 (check-single): Pass $(expanded_tests_or_none) to runtest.
1440 (check-parallel): Only run tests in $(TESTS) if non-empty.
1441 (check/no-matching-tests-found): New rule.
1442 * README: Document TESTS makefile variable.
1443
5dd3176f
DE
14442014-02-18 Doug Evans <dje@google.com>
1445
1446 * Makefile.in (check-parallel): rm -rf outputs temp.
1447
0b10be4f
JK
14482014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1449
1450 Fix "ERROR: no fileid for" in the testsuite.
1451 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1452
85f224e7
DE
14532014-02-12 Doug Evans <dje@google.com>
1454
1455 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1456 (MISCELLANEOUS): New variable.
1457 (clean): rm -rf $(MISCELLANEOUS).
1458 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1459 dwp live in the same directory as symlinks, with each symlink pointed
1460 to a differently named file in a different directory.
1461
149b30ff
DE
14622014-02-11 Doug Evans <dje@google.com>
1463
1464 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1465 of Tcl file commands.
1466
1dfdac32
MK
14672014-02-10 Mark Kettenis <kettenis@gnu.org>
1468
1469 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1470 "kill -SIGUSR1 -1".
1471
aa4fb036
JB
14722014-02-10 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.ada/tick_length_array_enum_idx: New testcase.
1475
ed3ef339
DE
14762014-02-10 Doug Evans <xdje42@gmail.com>
1477
1478 * configure.ac (AC_OUTPUT): Add gdb.guile.
1479 * configure: Regenerate.
1480 * lib/gdb-guile.exp: New file.
1481 * lib/gdb.exp (get_target_charset): New function.
1482 * gdb.base/help.exp: Update expected output from "apropos apropos".
1483 * gdb.guile/Makefile.in: New file.
1484 * gdb.guile/guile.exp: New file.
1485 * gdb.guile/scm-arch.c: New file.
1486 * gdb.guile/scm-arch.exp: New file.
1487 * gdb.guile/scm-block.c: New file.
1488 * gdb.guile/scm-block.exp: New file.
1489 * gdb.guile/scm-breakpoint.c: New file.
1490 * gdb.guile/scm-breakpoint.exp: New file.
1491 * gdb.guile/scm-disasm.c: New file.
1492 * gdb.guile/scm-disasm.exp: New file.
1493 * gdb.guile/scm-equal.c: New file.
1494 * gdb.guile/scm-equal.exp: New file.
1495 * gdb.guile/scm-error.exp: New file.
1496 * gdb.guile/scm-error.scm: New file.
1497 * gdb.guile/scm-frame-args.c: New file.
1498 * gdb.guile/scm-frame-args.exp: New file.
1499 * gdb.guile/scm-frame-args.scm: New file.
1500 * gdb.guile/scm-frame-inline.c: New file.
1501 * gdb.guile/scm-frame-inline.exp: New file.
1502 * gdb.guile/scm-frame.c: New file.
1503 * gdb.guile/scm-frame.exp: New file.
1504 * gdb.guile/scm-generics.exp: New file.
1505 * gdb.guile/scm-gsmob.exp: New file.
1506 * gdb.guile/scm-iterator.c: New file.
1507 * gdb.guile/scm-iterator.exp: New file.
1508 * gdb.guile/scm-math.c: New file.
1509 * gdb.guile/scm-math.exp: New file.
1510 * gdb.guile/scm-objfile-script-gdb.in: New file.
1511 * gdb.guile/scm-objfile-script.c: New file.
1512 * gdb.guile/scm-objfile-script.exp: New file.
1513 * gdb.guile/scm-objfile.c: New file.
1514 * gdb.guile/scm-objfile.exp: New file.
1515 * gdb.guile/scm-ports.exp: New file.
1516 * gdb.guile/scm-pretty-print.c: New file.
1517 * gdb.guile/scm-pretty-print.exp: New file.
1518 * gdb.guile/scm-pretty-print.scm: New file.
1519 * gdb.guile/scm-section-script.c: New file.
1520 * gdb.guile/scm-section-script.exp: New file.
1521 * gdb.guile/scm-section-script.scm: New file.
1522 * gdb.guile/scm-symbol.c: New file.
1523 * gdb.guile/scm-symbol.exp: New file.
1524 * gdb.guile/scm-symtab-2.c: New file.
1525 * gdb.guile/scm-symtab.c: New file.
1526 * gdb.guile/scm-symtab.exp: New file.
1527 * gdb.guile/scm-type.c: New file.
1528 * gdb.guile/scm-type.exp: New file.
1529 * gdb.guile/scm-value-cc.cc: New file.
1530 * gdb.guile/scm-value-cc.exp: New file.
1531 * gdb.guile/scm-value.c: New file.
1532 * gdb.guile/scm-value.exp: New file.
1533 * gdb.guile/source2.scm: New file.
1534 * gdb.guile/types-module.cc: New file.
1535 * gdb.guile/types-module.exp: New file.
1536
7026a7c1
YQ
15372014-02-10 Yao Qi <yao@codesourcery.com>
1538
1539 PR testsuite/16543
1540 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1541 * configure: Regenerated.
1542 * Makefile.in: New file.
1543
6c466447
AS
15442014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1545
1546 * gdb.python/py-framefilter.exp: Fix typo.
1547
6e854735
YQ
15482014-02-08 Yao Qi <yao@codesourcery.com>
1549
1550 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1551 that no =breakpoint-modified is emitted when breakpoints are
1552 modified through MI commands.
1553
d137e6dc
PA
15542014-02-07 Pedro Alves <pedro@codesourcery.com>
1555 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.threads/step-after-sr-lock.c: New file.
1558 * gdb.threads/step-after-sr-lock.exp: New file.
1559
b5ee5a50
PA
15602014-02-07 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1563
3c77faf3
JK
15642014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1565
1566 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1567 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1568
6dddc817
DE
15692014-02-06 Doug Evans <xdje42@gmail.com>
1570
1571 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1572 output.
1573
1574 * gdb.gdb/python-interrupts.exp: New file.
1575
de7b2893
YQ
15762014-02-05 Yao Qi <yao@codesourcery.com>
1577
1578 * gdb.trace/report.exp (use_collected_data): Test the output
1579 of "info threads" and "info inferiors".
1580
66d032ac
YQ
15812014-02-05 Yao Qi <yao@codesourcery.com>
1582
1583 Revert this patch:
1584
1585 2013-05-24 Yao Qi <yao@codesourcery.com>
1586
1587 * gdb.trace/tfile.exp: Test inferior and thread.
1588
591a12a1
UW
15892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1590
1591 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1592 on a function.
1593 * gdb.base/step-bt.c: Call hello via function pointer to make
1594 sure its first instruction is executed on powerpc64le-linux.
1595
0ff3e01f
UW
15962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1597
1598 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1599
084ee545
UW
16002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1601
1602 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1603 of the test patterns for use on little-endian systems.
1604
6ed14ff3
UW
16052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1606
1607 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1608 (decimal_vector): Fix for little-endian.
1609
401e27fd
JM
16102014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1611
1612 * gdb.arch/sparc-sysstep.exp: New file.
1613 * gdb.arch/sparc-sysstep.c: Likewise.
1614
1615 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1616
8b924729
EBM
16172014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1618
1619 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1620
fb151210
JB
16212014-01-23 Tom Tromey <tromey@redhat.com>
1622
1623 * gdb.ada/array_char_idx: New testcase.
1624
0740f8d8
TT
16252014-01-23 Tom Tromey <tromey@redhat.com>
1626
1627 PR python/16487:
1628 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1629 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1630 classes.
1631
21909fa1
TT
16322014-01-23 Tom Tromey <tromey@redhat.com>
1633
1634 PR python/16491:
1635 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1636 string from an inferior frame.
1637 * gdb.python/py-framefilter-mi.exp: Update.
1638
87ce2a04
DE
16392014-01-22 Doug Evans <dje@google.com>
1640
1641 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1642
237b092b
AA
16432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1644
1645 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1646
d674a709
AA
16472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1648
1649 * gdb.trace/entry-values.exp: Remove excess space character from
1650 regex patterns. Handle s390 call instruction.
1651
20fa3390
AA
16522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1653
1654 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1655 define "*_start" label. Make "name" static.
1656 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1657 ${name} by references to ${name}_start.
1658
78466714
AA
16592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1660
1661 * gdb.base/info-macros.exp: Remove "debug" from the compile
1662 options.
1663
ec9f644a
IB
16642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1665
1666 * gdb.dlang/demangle.exp: New file.
1667
94b1b47e
IB
16682014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1669
1670 * gdb.dlang/primitive-types.exp: New file.
1671
7f420862
IB
16722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1673
1674 * configure.ac: Create gdb.dlang/Makefile.
1675 * configure: Regenerate.
1676 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1677 * gdb.dlang/Makefile.in: New file.
1678 * lib/d-support.exp: New file.
1679 * lib/gdb.exp (skip_d_tests): New proc.
1680
52834460
MM
16812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1682
1683 * gdb.btrace/delta.exp: Check reverse stepi.
1684 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1685 * gdb.btrace/finish.exp: New.
1686 * gdb.btrace/next.exp: New.
1687 * gdb.btrace/nexti.exp: New.
1688 * gdb.btrace/record_goto.c: Add comments.
1689 * gdb.btrace/step.exp: New.
1690 * gdb.btrace/stepi.exp: New.
1691 * gdb.btrace/multi-thread-step.c: New.
1692 * gdb.btrace/multi-thread-step.exp: New.
1693 * gdb.btrace/rn-dl-bind.c: New.
1694 * gdb.btrace/rn-dl-bind.exp: New.
1695 * gdb.btrace/data.c: New.
1696 * gdb.btrace/data.exp: New.
1697 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1698
6e07b1d2
MM
16992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1700
1701 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1702 * gdb.btrace/exception.exp: Update.
1703 * gdb.btrace/instruction_history.exp: Update.
1704 * gdb.btrace/record_goto.exp: Update.
1705 * gdb.btrace/tailcall.exp: Update.
1706 * gdb.btrace/unknown_functions.exp: Update.
1707 * gdb.btrace/delta.exp: New.
1708
0b722aec
MM
17092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1710
1711 * gdb.btrace/record_goto.exp: Add backtrace test.
1712 * gdb.btrace/tailcall.exp: Add backtrace test.
1713
066ce621
MM
17142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1715
1716 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1717 * gdb.btrace/record_goto.c: New.
1718 * gdb.btrace/record_goto.exp: New.
1719 * gdb.btrace/x86-record_goto.S: New.
1720
0688d04e
MM
17212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1722
1723 * gdb.btrace/function_call_history.exp: Update tests.
1724 * gdb.btrace/instruction_history.exp: Update tests.
1725
8710b709
MM
17262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1727
1728 * gdb.btrace/function_call_history.exp: Fix expected field
1729 order for "record function-call-history".
1730 Add new tests for "record function-call-history /c".
1731 * gdb.btrace/exception.cc: New.
1732 * gdb.btrace/exception.exp: New.
1733 * gdb.btrace/tailcall.exp: New.
1734 * gdb.btrace/x86-tailcall.S: New.
1735 * gdb.btrace/x86-tailcall.c: New.
1736 * gdb.btrace/unknown_functions.c: New.
1737 * gdb.btrace/unknown_functions.exp: New.
1738 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1739
5de9129b
MM
17402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1741
1742 * gdb.btrace/instruction_history.exp: Update.
1743 * gdb.btrace/function_call_history.exp: Update.
1744
23a7fe75
MM
17452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1746
1747 * gdb.btrace/function_call_history.exp: Fix expected function
1748 trace.
1749 * gdb.btrace/instruction_history.exp: Initialize traced.
1750 Remove traced_functions.
1751
724c7dd8
MM
17522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1753
1754 * gdb.btrace/function_call_history.exp: Update
1755 * gdb.btrace/instruction_history.exp: Update.
1756
6d78d93b
MM
17572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1758
1759 * gdb.btrace/enable.exp: Update expected text.
1760
93a360cc
OJ
17612014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1762
1763 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1764 bytes.
1765
3772b53f
MR
17662014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1767
1768 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1769
596662fa
OJ
17702014-01-15 Omair Javaid <omair.javaid@linaro.org>
1771
1772 * lib/gdb.exp (supports_process_record): Return true for
1773 arm*-linux*. (supports_reverse): Likewise.
1774
b5b08fb4
SC
17752014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1776
1777 PR python/15464
1778 PR python/16113
1779 * gdb.python/py-type.c: Enhance test case.
1780 * gdb.python/py-value-cc.cc: Likewise
1781 * gdb.python/py-type.exp: Add new tests.
1782 * gdb.python/py-value-cc.exp: Likewise
1783
52d7fb13
AA
17842014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1785 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1788 Make "name" extern.
1789 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1790 references to ${name}_start by references to ${name}.
1791
a2cd8cfe
JB
17922014-01-10 Joel Brobecker <brobecker@adacore.com>
1793
1794 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1795
4e23fced
JB
17962014-01-10 Joel Brobecker <brobecker@adacore.com>
1797
1798 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1799
c6a9e42c
PA
18002014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1801 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.mi/mi-info-os.exp: Connect to the target with
1804 mi_gdb_target_load.
1805
b7ea362b
PA
18062014-01-08 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.threads/reconnect-signal.c: New file.
1809 * gdb.threads/reconnect-signal.exp: New file.
1810
5e3f4fab
EBM
18112014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.base/source-dir.exp: New file.
1814
79301218
JB
18152014-01-07 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.ada/mi_interface: New testcase.
1818
8e355c5d
JB
18192014-01-07 Joel Brobecker <brobecker@adacore.com>
1820
1821 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1822 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1823 gdb.ada/pp-rec-component/pck.ads: New files.
1824
c0d48811
JB
18252014-01-07 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.python/py-pp-integral.c: New file.
1828 * gdb.python/py-pp-integral.py: New file.
1829 * gdb.python/py-pp-integral.exp: New file.
1830
17b609c3 1831For older changes see ChangeLog-1993-2013.
c906108c 1832\f
8d8cb839
EZ
1833;; Local Variables:
1834;; mode: change-log
1835;; left-margin: 8
1836;; fill-column: 74
1837;; version-control: never
1838;; End:
902f2ccb 1839
14f8b115 1840 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1841 Copying and distribution of this file, with or without modification,
1842 are permitted provided the copyright notice and this notice are preserved.