]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Remove any_running
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
034f788c
PA
12014-06-19 Pedro Alves <palves@redhat.com>
2
3 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4 out from ...
5 (top level): ... here. Iterate running tests under different
6 scheduler-locking settings.
7
45371d0c
LM
82014-06-18 Luis Machado <lgustavo@codesourcery.com>
9
10 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11 to DW_FORM_addr and use non-zero addresses.
12
5d376983
SC
132014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14
15 PR gdb/17017
16 * gdb.python/py-xmethods.cc: Add global function call counters and
17 increment them in their respective functions. Remove "cout"
18 statements.
19 * gdb.python/py-xmethods.exp: Make tests check the global function
20 call counters instead of depending on inferior IO.
21
a1aa2221
LM
222014-06-18 Don Breazeal <donb@codesourcery.com>
23
24 * gdb.base/foll-fork.exp (default_fork_parent_follow):
25 Deleted procedure.
26 (explicit_fork_parent_follow): Deleted procedure.
27 (explicit_fork_child_follow): Deleted procedure.
28 (test_follow_fork): New procedure.
29 (do_fork_tests): Replace calls to deleted procedures with
30 calls to test_follow_fork and reset GDB for subsequent
31 procedure calls.
32
0fc05997
YQ
332014-06-17 Yao Qi <yao@codesourcery.com>
34
35 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
36 CP1252.
37
70795c52
LM
382014-06-17 Luis Machado <lgustavo@codesourcery.com>
39
40 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
41 Initialize ptr and S explicitly.
42 (skip_type_update_when_not_use_rtti_test): Likewise.
43
6be47f0c
KS
442014-06-16 Keith Seitz <keiths@redhat.com>
45
46 PR mi/15863
47 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
48 the inferior is started.
49
d03de421
PA
502014-06-16 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/break-main-file-remove-fail.c: New file.
53 * gdb.base/break-main-file-remove-fail.exp: New file.
54 * gdb.base/break-unload-file.exp: Use build_executable instead of
55 prepare_for_testing.
56 (test_break): New parameter "initial_load". Handle it.
57 (top level): Add initial_load cmdline/file axis.
58
f9579b99
TT
592014-06-12 Tom Tromey <tromey@redhat.com>
60
61 * gdb.base/completion.exp: Don't use directory name in test.
62
3657956b
GB
632014-06-09 Gary Benson <gbenson@redhat.com>
64
65 * gdb.base/sigall.c [Functions to send signals]: Reorder to
66 separate the always-available ANSI-standard signals from the
67 signals that require checking.
68 (main): Likewise.
69 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
70 Likewise.
71 (main): Likewise.
72
4186eb54
KS
732014-06-07 Keith Seitz <keiths@redhat.com>
74
75 Revert:
76 PR c++/16253
77 * gdb.cp/var-tag.cc: New file.
78 * gdb.cp/var-tag.exp: New file.
79 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
80 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
81 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
82 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
83
25326a28 842014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
85
86 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
87
829155c9
PA
882014-06-06 Pedro Alves <palves@redhat.com>
89
90 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
91 in target debug output instead of looking at RSP packets,
92 disabling the test on any target that uses hardware stepping.
93 Update comments.
94
61c8d22e
PA
952014-06-06 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/break-unload-file.exp: Fix typo.
98
d9a47287
YQ
992014-06-06 Yao Qi <yao@codesourcery.com>
100
101 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
102 from "jit_function" to "^jit_function".
103
e5e01dbf
YQ
1042014-06-06 Yao Qi <yao@codesourcery.com>
105
106 * gdb.base/async.c (foo): Add one statement.
107 * gdb.base/async.exp: Get the next instruction address and
108 match the output of "nexti" by instruction address. Match
109 the hex address in the output of "finish".
110
73ba372c
GB
1112014-06-06 Gary Benson <gbenson@redhat.com>
112
113 * gdb.base/call-signals.c: Remove preprocessor conditionals
114 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
115 SIGSEGV and SIGTERM.
116 * gdb.base/sigall.c: Likewise.
117 * gdb.base/unwindonsignal.c: Likewise.
118 * gdb.reverse/sigall-reverse.c: Likewise.
119
831517df
YQ
1202014-06-06 Yao Qi <yao@codesourcery.com>
121
122 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
123 readable, skip the test.
124
b8b91e98
YQ
1252014-06-06 Yao Qi <yao@codesourcery.com>
126
127 * gdb.threads/staticthreads.c (thread_function): Move the line
128 setting breakpoint on forward.
129 * gdb.threads/staticthreads.exp: Update comments.
130
fb934770
LC
1312014-06-05 Ludovic Courtès <ludo@gnu.org>
132
133 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
134 "history-append! type error".
135
6ef284bd
SM
1362014-06-05 Simon Marchi <simon.marchi@ericsson.com>
137
138 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
139 erroneous dprintf expected input.
140
a872e241
DE
1412014-06-04 Doug Evans <xdje42@gmail.com>
142
143 * gdb.guile/scm-generics.exp: Delete.
144
16f691fb
DE
1452014-06-04 Doug Evans <xdje42@gmail.com>
146
147 * gdb.guile/scm-breakpoint.exp: Update.
148 Add tests for breakpoint registration.
149
012370f6
TT
1502014-06-04 Tom Tromey <tromey@redhat.com>
151
152 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
153 VLA-in-union.
154 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
155 inner_vla_struct, vla_union types. Initialize objects of those
156 types and compute their sizes.
157
9f5a4cef
HZ
1582014-06-04 Nathan Sidwell <nathan@codesourcery.com>
159 Hui Zhu <hui@codesourcery.com>
160
161 * gdb.base/fileio.exp: Add test for shell not available as well as
162 available.
163 * gdb.base/fileio.c (test_system): Check for shell twice.
164
90a45c4d
YQ
1652014-06-04 Yao Qi <yao@codesourcery.com>
166
167 * gdb.base/auto-connect-native-target.exp: Remove redundant
168 space from the regexp pattern.
169
70017e41
YQ
1702014-06-04 Yao Qi <yao@codesourcery.com>
171
172 * gdb.base/default.exp: Replace "child" with "native" in
173 regexp pattern.
174
883964a7
SC
1752014-06-03 Siva Chandra Reddy <sivachandra@google.com>
176
177 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
178 * gdb.python/py-xmethods.exp: New tests to test xmethods.
179 * gdb.python/py-xmethods.py: Python script supporting the
180 new testcase and tests.
181
ef370185
JB
1822014-06-03 Joel Brobecker <brobecker@adacore.com>
183 Pedro Alves <palves@redhat.com>
184
185 PR breakpoints/17000
186 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
187 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
188
1e2ccb61
BM
1892014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
190
191 * gdb.base/subst.exp: Add tests to verify partial path matching
192 output.
193
c6ec5ab2
PA
1942014-06-03 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
197 target that doesn't use software single-stepping.
198
835c559f
PA
1992014-06-03 Pedro Alves <palves@redhat.com>
200
201 PR breakpoints/17000
202 * gdb.base/sss-bp-on-user-bp-2.c: New file.
203 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
204
06eb1586
DE
2052014-06-02 Doug Evans <xdje42@gmail.com>
206
207 * gdb.guile/scm-parameter.exp: New file.
208
e698b8c4
DE
2092014-06-02 Doug Evans <xdje42@gmail.com>
210
211 * gdb.guile/scm-cmd.c: New file.
212 * gdb.guile/scm-cmd.exp: New file.
213
ded03782
DE
2142014-06-02 Doug Evans <xdje42@gmail.com>
215
216 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
217 pretty-printer lookup.
218 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
219 (make-pp_s-printer): Call it.
220 (make-pretty-printer-from-dict): New function.
221 (lookup-pretty-printer-maker-from-dict): New function.
222 (*pretty-printer*): Simplify.
223 (make-objfile-pp_s-printer): New function.
224 (install-objfile-pretty-printers!): New function.
225 (make-progspace-pp_s-printer): New function.
226 (install-progspace-pretty-printers!): New function.
227 * gdb.guile/scm-progspace.c: New file.
228 * gdb.guile/scm-progspace.exp: New file.
229
41fac0cf
PA
2302014-06-02 Pedro Alves <palves@redhat.com>
231
232 * gdb.base/dprintf-bp-same-addr.c: New file.
233 * gdb.base/dprintf-bp-same-addr.exp: New file.
234
96ae5695
EBM
2352014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
236
237 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
238 * gdb.arch/powerpc-power.s: Likewise.
239
da02b3a8
JB
2402014-06-02 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
243
c72b2e7b
YQ
2442014-06-01 Yao Qi <yao@codesourcery.com>
245
246 * gdb.base/watchpoint.exp (test_watch_location): Check null
247 pointer can be dereferenced. If not, do the test, otherwise
248 skip it.
249
53e8a631
AB
2502014-05-30 Andrew Burgess <aburgess@broadcom.com>
251
252 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
253 results.
254 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
255
938f0e2f
AB
2562014-05-30 Andrew Burgess <aburgess@broadcom.com>
257
258 * gdb.arch/amd64-invalid-stack-middle.S: New file.
259 * gdb.arch/amd64-invalid-stack-middle.c: New file.
260 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
261 * gdb.arch/amd64-invalid-stack-top.c: New file.
262 * gdb.arch/amd64-invalid-stack-top.exp: New file.
263
9ba6657a
PA
2642014-05-30 Pedro Alves <palves@redhat.com>
265
266 PR breakpoints/17000
267 * gdb.base/sss-bp-on-user-bp.c: New file.
268 * gdb.base/sss-bp-on-user-bp.exp: New file.
269
522c09bf
DB
2702014-05-30 David Blaikie <dblaikie@gmail.com>
271
272 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
273 gnu_inline semantics via attribute.
274 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
275 source explicitly specifies the required semantics.
276
bf4ef81e
MR
2772014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
278
279 * gdb.reverse/sigall-reverse.exp: Fix a typo.
280
329ea579
PA
2812014-05-29 Pedro Alves <palves@redhat.com>
282 Tom Tromey <tromey@redhat.com>
283
284 * gdb.base/async-shell.exp: Don't enable target-async.
285 * gdb.base/async.exp
286 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
287 parameter. Adjust.
288 (top level): Don't test with "target-async".
289 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
290 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
291 * gdb.base/inferior-died.exp: Don't enable target-async.
292 * gdb.base/interrupt-noterm.exp: Likewise.
293 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
294 * gdb.mi/mi-nonstop-exit.exp: Likewise.
295 * gdb.mi/mi-nonstop.exp: Likewise.
296 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
297 * gdb.mi/mi-nsintrall.exp: Likewise.
298 * gdb.mi/mi-nsmoribund.exp: Likewise.
299 * gdb.mi/mi-nsthrexec.exp: Likewise.
300 * gdb.mi/mi-watch-nonstop.exp: Likewise.
301 * gdb.multi/watchpoint-multi.exp: Adjust comment.
302 * gdb.python/py-evsignal.exp: Don't enable target-async.
303 * gdb.python/py-evthreads.exp: Likewise.
304 * gdb.python/py-prompt.exp: Likewise.
305 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
306 * gdb.server/solib-list.exp: Don't enable target-async.
307 * gdb.threads/thread-specific-bp.exp: Likewise.
308 * lib/mi-support.exp: Adjust to use mi-async.
309
fd664c91
PA
3102014-05-29 Pedro Alves <palves@redhat.com>
311
312 PR gdb/13860
313 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
314 reason, even in sync mode.
315
251bde03
PA
3162014-05-29 Pedro Alves <palves@redhat.com>
317 Hui Zhu <hui@codesourcery.com>
318
319 PR PR15693
320 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
321 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
322 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
323 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
324
7f3c0343
JB
3252014-05-28 Joel Brobecker <brobecker@adacore.com>
326
327 * config/monitor.exp (gdb_target_monitor): Replace use of
328 "set remotebaud" by "set serial baud".
329
b2715b27
AW
3302014-05-26 Andy Wingo <wingo@igalia.com>
331
332 * gdb.guile/scm-breakpoint.exp:
333 * gdb.guile/scm-gsmob.exp: Update to use plain old object
334 properties instead of gdb-object-properties.
335
498a4489
YQ
3362014-05-26 Yao Qi <yao@codesourcery.com>
337
338 * gdb.server/no-thread-db.exp: Specify source file name
339 explicitly when setting a breakpoint.
340
589fdceb
MM
3412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
342
343 * gdb.btrace/vdso.c: New.
344 * gdb.btrace/vdso.exp: New.
345
e9089e05
MM
3462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
347
348 * gdb.base/gcore.exp (capture_command_output): Move ...
349 * lib/gdb.exp (capture_command_output): ... here.
350
67b5c0c1
MM
3512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
352
353 * gdb.btrace/data.exp: Test memory access during btrace replay.
354
a2199296
SM
3552014-05-22 Simon Marchi <simon.marchi@ericsson.com>
356
357 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
358
17b2616c
PA
3592014-05-21 Pedro Alves <palves@redhat.com>
360
361 PR gdb/13860
362 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
363 (top level): Test that output related to execution commands is
364 sent to the console with CLI commands, but not with MI commands.
365 Test that breakpoint events are always mirrored to the console.
366 Also expect the new source line to be output after a "next" in
367 async mode too. Make it a pass/fail test.
368 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
369 output.
370 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
371
5166082f
PA
3722014-05-21 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/list.exp (build_pattern, test_list): New procedures.
375 Use them to test variations of "list" after reaching a breakpoint.
376 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
377 Test "list" with listsize 10 after reaching a breakpoint.
378 * gdb.python/python.exp (decode_line current location line
379 number): Adjust expected line number.
380
2f25d70f
SM
3812014-05-21 Simon Marchi <simon.marchi@ericsson.com>
382
383 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
384 behavior for $args, pass it directly to "run".
385
ff604a67
MR
3862014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
387
388 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
389 30000 to 65536.
390
6a3cb8e8
PA
3912014-05-21 Pedro Alves <palves@redhat.com>
392
393 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
394 auto-connect-native-target off".
395 * gdb.base/auto-connect-native-target.c: New file.
396 * gdb.base/auto-connect-native-target.exp: New file.
397
4ebfc96e
PA
3982014-05-21 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/default.exp: Test "target native" instead of "target
401 child".
402
36d46afb
MW
4032014-05-21 Mark Wielaard <mjw@redhat.com>
404
405 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
406
5876f503
JK
4072014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 Fix TLS access for -static -pthread.
410 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
411 <HAVE_TLS> (thread_function, main): Initialize it.
412 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
413 Add clean_restart.
414 <$have_tls != "">: Check TLSVAR.
415
0256a6ac
PA
4162014-05-21 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/dcache-line-read-error.c: New.
419 * gdb.base/dcache-line-read-error.exp: New.
420
936d2992
PA
4212014-05-20 Pedro Alves <palves@redhat.com>
422
423 * gdb.base/compare-sections.c: New file.
424 * gdb.base/compare-sections.exp: New file.
425
802e8e6d
PA
4262014-05-20 Pedro Alves <palves@redhat.com>
427
428 * gdb.base/break-idempotent.c: New file.
429 * gdb.base/break-idempotent.exp: New file.
430
e59fa00f
MM
4312014-05-20 Markus Metzger <markus.t.metzger@intel.com>
432
433 * gdb.btrace/nohist.exp: New.
434
8b696e31
YQ
4352014-05-20 Yao Qi <yao@codesourcery.com>
436
437 * lib/gdb.exp (gdb_init): Set timeout if test file is under
438 gdb.reverse directory and gdb_reverse_timeout exists in board
439 setting.
440 * README: Document gdb_reverse_timeout.
441
73c9764f
YQ
4422014-05-20 Yao Qi <yao@codesourcery.com>
443
444 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
445 'test_file_name'. Treat args as a string instead of a list.
446 (gdb_init): Rename argument 'args' by 'test_file_name'.
447
f1f4348a
JK
4482014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * gdb.arch/powerpc-power.exp: New file.
451 * gdb.arch/powerpc-power.s: New file.
452
0dbe70ce
DE
4532014-05-16 Doug Evans <dje@google.com>
454
455 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
456 * gdb.base/completion.exp: Check that all expected files exist
457 before doing file completion.
0dbe70ce 458
8d551b02
DE
4592014-05-16 Doug Evans <dje@google.com>
460
461 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
462 Update.
463 (do_syscall_tests_without_xml): Update.
464
73eb7709
PA
4652014-05-16 Pedro Alves <palves@redhat.com>
466
467 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
468 instead of "unknown output after running".
469
3fae92fc
YQ
4702014-05-16 Yao Qi <yao@codesourcery.com>
471
472 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
473 file1.txt from host at the end.
474 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
475
c2b2ccc5
DE
4762014-05-15 Doug Evans <dje@google.com>
477
478 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
479 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
480 loading file. Add test for TU lookup.
481
8c217a4b
SM
4822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
483
484 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
485 calling "-exec-arguments" or "set args" before running the
486 inferior.
487
3deb39c6
SM
4882014-05-15 Simon Marchi <simon.marchi@ericsson.com>
489
490 * lib/mi-support.exp (mi_expect_stop): Expect message for
491 inferiors that exit with non-zero exit code.
492
71a79f8c
YQ
4932014-05-14 Yao Qi <yao@codesourcery.com>
494
495 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
496 match absolute path on remote host.
497 (test_file_list_exec_source_files): Remove "/" from the
498 pattern.
499
f23fcd46
YQ
5002014-05-14 Yao Qi <yao@codesourcery.com>
501
502 * boards/local-remote-host-notty.exp (${board}_file): New
503 proc.
504
9404b58f
KM
5052014-05-07 Kyle McMartin <kyle@redhat.com>
506
507 Pushed by Joel Brobecker <brobecker@adacore.com>.
508 * gdb.arch/aarch64-atomic-inst.c: New file.
509 * gdb.arch/aarch64-atomic-inst.exp: New file.
510
5e45f04c
YQ
5112014-05-07 Yao Qi <yao@codesourcery.com>
512
513 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
514 in current context" too.
515
c888a17d
KS
5162014-05-05 Keith Seitz <keiths@redhat.com>
517
518 * gdb.linespec/ls-dollar.exp: Add test for linespec
519 file:convenience_variable.
520
290a839c
YQ
5212014-05-05 Yao Qi <yao@codesourcery.com>
522
523 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
524 traceframes into tfile and ctf trace files. Read data from
525 trace file and test collected data.
526 (gdb_collect_locals_test): Likewise.
527 (gdb_unavailable_registers_test): Likewise.
528 (gdb_unavailable_floats): Likewise.
529 (gdb_collect_globals_test): Likewise.
530 (top-level): Append "ctf" to trace_file_targets if GDB
531 supports.
532
b5262cd0
YQ
5332014-05-05 Yao Qi <yao@codesourcery.com>
534
535 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
536 code to ...
537 (gdb_collect_args_test_1): ... it. New proc.
538 (gdb_collect_locals_test): Move some code to ...
539 (gdb_collect_locals_test_1): ... it. New proc.
540 (gdb_unavailable_registers_test): Move some code to ...
541 (gdb_unavailable_registers_test_1): ... it. New proc.
542 (gdb_unavailable_floats): Move some code to ...
543 (gdb_unavailable_floats_1): ... it. New proc.
544
30a1e6cc
SDJ
5452014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
546
547 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
548 probes to test for bitness recognition.
549 * gdb.arch/amd64-stap-optional-prefix.exp
550 (test_probe_value_without_reg): New procedure.
551 Add code to test for different kinds of bitness.
552
f33da99a
SDJ
5532014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
554
555 PR breakpoints/16889
556 * gdb.arch/amd64-stap-optional-prefix.S: New file.
557 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
558
5b80f00d
PA
5592014-05-01 Pedro Alves <palves@redhat.com>
560
561 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
562 gdb_file_cmd if no file is specified.
563 * boards/native-extended-gdbserver.exp (gdb_load): Use the
564 last_loaded_file to set the remote exec-file.
565
f8c2a73c
PA
5662014-05-01 Pedro Alves <palves@redhat.com>
567
568 * boards/local-remote-host.exp: New file.
569
be6e8ac7
PA
5702014-05-01 Pedro Alves <palves@redhat.com>
571
572 * boards/local-remote-host.exp: Rename to ...
573 * boards/local-remote-host-notty.exp: ... this.
574
cac0dc8f
JB
5752014-04-28 Joel Brobecker <brobecker@adacore.com>
576
577 * gdb.ada/dyn_arrayidx: New testcase.
578
9730e6cc
YQ
5792014-04-26 Yao Qi <yao@codesourcery.com>
580
581 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
582 and compute the length of function main. Save it in
583 $main_length.
584 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
585 (top-level): Use gdb_compile to compile objects into
586 executable and restart GDB. Remove invocation to
587 prepare_for_testing.
588
7ae1a6a6
PA
5892014-04-25 Simon Marchi <simon.marchi@ericsson.com>
590 Pedro Alves <palves@redhat.com>
591
592 PR server/16255
593 * gdb.multi/multi-attach.c: New file.
594 * gdb.multi/multi-attach.exp: New file.
595
4082afcc
PA
5962014-04-25 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
599 user.
600 (top level): Test that "set remote conditional-breakpoints-packet
601 off" works as intended.
602 * gdb.base/dprintf.exp: Test that "set remote
603 breakpoint-commands-packet off" works as intended.
604 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
605 New function.
606 (top level): Call it.
607 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
608 remote fast-tracepoints-packet off" works as intended.
609 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
610 * lib/gdb.exp (gdb_is_target_remote): ... here.
611
2abc3f8d
DB
6122014-04-24 David Blaikie <dblaikie@gmail.com>
613
614 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
615 ensure clang would not discard them.
616 * gdb.base/gdbvars.c: Ditto.
617 * gdb.base/memattr.c: Ditto.
618 * gdb.base/whatis.c: Ditto.
619 * gdb.python/py-prettyprint.c: Ditto.
620 * gdb.trace/actions.c: Ditto.
621 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
622 ensure clang would not discard it.
623
bfd39632
DB
6242014-04-24 David Blaikie <dblaikie@gmail.com>
625
626 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
627 clang to emit the full definition of type required by the test
628 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
629
22842ff6
DB
6302014-04-24 David Blaikie <dblaikie@gmail.com>
631
632 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
633 coax Clang into emitting the definition of the type.
634 * gdb.cp/pr10728-x.h (y): Ditto.
635 * gdb.cp/pr10728-y.cc (y): Ditto.
636
c2e827ad
DB
6372014-04-24 David Blaikie <dblaikie@gmail.com>
638
639 * gdb.base/label.exp: XFAIL label related tests under Clang.
640 * gdb.cp/cplabel.exp: Ditto.
641 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
642 under Clang those using labels.
643
4c2d33e7
YQ
6442014-04-25 Yao Qi <yao@codesourcery.com>
645
646 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
647 double_label.
648 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
649 partial_label and double_label.
650
56083b99
DB
6512014-04-24 David Blaikie <dblaikie@gmail.com>
652
653 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
654
25d4e99d
DB
6552014-04-24 David Blaikie <dblaikie@gmail.com>
656
657 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
658 of the function to work across GCC and Clang.
659 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
660 pointer types (const void ** const V void **).
661
01f9f808
MS
6622014-04-24 Michael Sturm <michael.sturm@mintel.com>
663 Walfred Tedeschi <walfred.tedeschi@intel.com>
664
665 * Makefile.in (EXECUTABLES): Added i386-avx512.
666 * gdb.arch/i386-avx512.c: New file.
667 * gdb.arch/i386-avx512.exp: Likewise.
668
4b48d439
KS
6692014-04-23 Keith Seitz <keiths@redhat.com>
670
671 * lib/mi-support.exp (mi_list_breakpoints): Delete.
672 (mi_make_breakpoint_table): New procedure.
673 (mi_create_breakpoint): Use mi_make_breakpoint
674 and return the result.
675 (mi_make_breakpoint): New procedure.
676 (mi_build_kv_pairs): New procedure.
677
678 * gdb.mi/mi-break.exp: Remove unused globals,
679 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
680 All callers updated.
681 * gdb.mi/mi-dprintf.exp: Use variable to track command
682 number.
683 Update all callers of mi_create_breakpoint and use
684 mi_make_breakpoint_table.
685 Remove any unused global variables.
686 * gdb.mi/mi-nonstop.exp: Likewise.
687 * gdb.mi/mi-nsintrall.exp: Likewise.
688 * gdb.mi/mi-nsmoribund.exp: Likewise.
689 * gdb.mi/mi-nsthrexec.exp: Likewise.
690 * gdb.mi/mi-reverse.exp: Likewise.
691 * gdb.mi/mi-simplerun.exp: Likewise.
692 * gdb.mi/mi-stepn.exp: Likewise.
693 * gdb.mi/mi-syn-frame.exp: Likewise.
694 * gdb.mi/mi-until.exp: Likewise.
695 * gdb.mi/mi-var-cp.exp: Likewise.
696 * gdb.mi/mi-var-display.exp: Likewise.
697 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
698 * gdb.mi/mi2-var-child.exp: Likewise.
699 * gdb.mi/mi-vla-c99.exp: Likewise.
700 * lib/mi-support.exp: Likewise.
701
702 From Ian Lance Taylor <iant@cygnus.com>:
703 * lib/gdb.exp (parse_args): New procedure.
704
08351840
PA
7052014-04-23 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/break-unload-file.c: New file.
708 * gdb.base/break-unload-file.exp: New file.
709 * gdb.base/sym-file-lib.c (baz): New function.
710 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
711 field.
712 (load): Store the segment's mapped size.
713 (unload): New function.
714 (unload_shlib): New function.
715 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
716 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
717 set a breakpoint at baz, and call it.
718 * gdb.base/sym-file.exp: New tests for stale breakpoint
719 instructions.
720
076855f9
PA
7212014-04-23 Pedro Alves <palves@redhat.com>
722
723 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
724 * gdb.base/hbreak-in-shr-unsupported.c: New file.
725 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
726 * gdb.base/hbreak-unmapped.c: New file.
727 * gdb.base/hbreak-unmapped.exp: New file.
728 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
729 * lib/gdb.exp (gdb_is_target_remote): ... here.
730
483805cf
PA
7312014-04-22 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/consecutive-step-over.c: New file.
734 * gdb.base/consecutive-step-over.exp: New file.
735
06d97543
PA
7362014-04-22 Pedro Alves <palves@redhat.com>
737
738 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
739 instead of send_gdb/gdb_expect.
740
b4429ea2
YQ
7412014-04-22 Yao Qi <yao@codesourcery.com>
742
743 * lib/trace-support.exp (generate_tracefile): New procedure.
744 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
745 return 0.
746 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
747 if generate_tracefile returns 1.
748
51d48146
PA
7492014-04-18 Tom Tromey <palves@redhat.com>
750 Pedro alves <tromey@redhat.com>
751
752 PR backtrace/15558
753 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
754 with a backtrace limit.
755 * gdb.python/py-frame-inline.exp: Test running to an inline
756 function with a backtrace limit, and printing the newest frame.
757 * gdb.python/py-frame-inline.c (main): Call f.
758
bd1dce5f
MS
7592014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
760
761 * gdb.java/jnpe.exp: Drop srcdir from untested path.
762
40d1a503
MS
7632014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
764
765 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
766 Drop prefix from unsupported source file path.
767
389b98f7
YQ
7682014-04-17 Yao Qi <yao@codesourcery.com>
769
770 * lib/gdb.exp (with_target_charset): New proc.
771 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
772 with_target_charset.
773 (test_print_strings): Likewise.
774 (test_repeat_bytes): Likewise.
775 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
776 for some tests.
777
22869d73
KS
7782014-04-16 Keith Seitz <keiths@redhat.com>
779
780 PR gdb/15827
781 * gdb.dwarf2/corrupt.c: New file.
782 * gdb.dwarf2/corrupt.exp: New file.
783
c4f87ca6
KS
7842014-04-16 Keith Seitz <keiths@redhat.com>
785
786 PR c++/16597
787 * gdb.cp/namelessclass.cc: New file.
788 * gdb.cp/namelessclass.exp: New file.
789 * gdb.cp/namelessclass.S: New file.
790
ab19de87
DE
7912014-04-16 Doug Evans <dje@google.com>
792
793 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
794 Add comment.
795 (gdbserver_default_get_comm_port): New function.
796 (gdbserver_start): Check if board file provided
797 "gdbserver,get_comm_port" and use it if so.
798 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
799 (gdb,socketport): Set to "stdio".
800 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
801 (stdio_gdbserver_template): Delete.
802 (${board}_get_remote_address): Update.
803 (${board}_build_remote_cmd): Delete.
804 (${board}_get_comm_port): New function.
805 (${board}_spawn): Update.
806 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
807 Delete.
808 (${board}_get_remote_address): Update.
809 (${board}_get_comm_port): New function.
810
fc98a809
AB
8112014-04-16 Andrew Burgess <aburgess@broadcom.com>
812
813 * gdb.base/memattr.exp: Improve regexps to handle memory regions
814 appearing in any order.
815
87fd9e6e
DE
8162014-04-15 Doug Evans <dje@google.com>
817
818 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
819 uninitialized value of "description".
820
099fc3ea
KS
8212014-04-15 Keith Seitz <keiths@redhat.com>
822
823 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
824 Remove unused globals.
825 (test_running_the_program): Likewise.
826 (test_controlled_execution): Likewise.
827 (test_controlling_breakpoints): Likewise.
828 (test_program_termination): Likewise.
829
5da151d4
KS
8302014-04-15 Keith Seitz <keiths@redhat.com>
831
832 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
833 unused globals.
834 (test_rbreak_creation_and_listing): Likewise.
835 (test_ignore_count): Likewise.
836 (test_error): Likewise.
837
35e5d2f0
PA
8382014-04-15 Pedro Alves <palves@redhat.com>
839
840 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
841 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
842 sym-file-loader.c.
843 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
844 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
845 to sym-file-loader.c.
846 (struct library): Forward declare.
847 (load_shlib, lookup_function): Change prototypes.
848 (find_shstrtab, find_strtab, find_shdr, find_symtab)
849 (translate_offset): Remove declarations.
850 (get_text_addr): New declaration.
851 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
852 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
853 sym-file-loader.h.
854 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
855 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
856 here from sym-file-loader.h.
857 (struct library): New structure.
858 (load_shlib, lookup_function): Change prototypes and adjust to
859 work with a struct library.
860 (find_shstrtab, find_strtab, find_shdr, find_symtab)
861 (translate_offset): Make static.
862 (get_text_addr): New function.
863 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
864
eb4c1710
PA
8652014-04-15 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
868
2d1baf52
PA
8692014-04-15 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/sym-file-loader.c: Include <limits.h>.
872 (SELF_LINK): New define.
873 (get_origin): New function.
874 (load_shlib): Use it.
875 * gdb.base/sym-file.exp: Don't early return if the target is
876 remote. Use runto_main, and issue fail is that fails. Use
877 gdb_load_shlibs.
878 (shlib_name): Delete.
879 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
880
7dd6df01
PA
8812014-04-15 Pedro Alves <palves@redhat.com>
882
883 * gdb.base/sym-file.exp: Remove regex characters from test
884 message. Don't refer to breakpoint numbers in test messages.
885
b50c8614
KS
8862014-04-14 Keith Seitz <keiths@redhat.com>
887
888 PR c++/16253
889 * gdb.cp/var-tag.cc: New file.
890 * gdb.cp/var-tag.exp: New file.
891 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
892 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
893 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
894 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
895
3d567982
TT
8962014-04-14 Tom Tromey <tromey@redhat.com>
897
898 * gdb.cp/classes.exp (test_enums): Handle underlying type.
899 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
900 type.
901 * gdb.cp/enum-class.exp: New file.
902 * gdb.cp/enum-class.cc: New file.
903
0626fc76
TT
9042014-04-14 Tom Tromey <tromey@redhat.com>
905
906 * gdb.dwarf2/enum-type.exp: New file.
907
dca325b3
SA
9082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
909
910 * gdb.mi/mi-vla-c99.exp: New file.
911 * gdb.mi/vla.c: New file.
912
5854b38a
SA
9132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
914
915 * gdb.base/vla-datatypes.c: New file.
916 * gdb.base/vla-datatypes.exp: New file.
917
463bb957
SA
9182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
919
920 * gdb.base/vla-ptr.c: New file.
921 * gdb.base/vla-ptr.exp: New file.
922
3dd170be
SA
9232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
924
925 * gdb.dwarf2/count.exp: New file.
926
5ecaaa66
SA
9272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
928
929 * gdb.base/vla-sideeffect.c: New file.
930 * gdb.base/vla-sideeffect.exp: New file.
931
41f1ada5
DB
9322014-04-14 David Blaikie <dblaikie@gmail.com>
933
934 * gdb.mi/non-stop.c: Add return value for non-void function return
935 statement.
936 * gdb.threads/staticthreads.c: Ditto.
937
0be03e84
DE
9382014-04-12 Siva Chandra Reddy <sivachandra@google.com>
939 Doug Evans <xdje42@gmail.com>
940
941 * gdb.guile/scm-value.c: Improve test case.
942 * gdb.guile/scm-value.exp: Add new test.
943
f180a1fb
DB
9442014-04-11 David Blaikie <dblaikie@gmail.com>
945
946 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
947 override Clang's default.
948
6b662e19
JB
9492014-04-11 Joel Brobecker <brobecker@adacore.com>
950
951 Revert the following changes (regressions):
952
953 * gdb.base/vla-sideeffect.c: New file.
954 * gdb.base/vla-sideeffect.exp: New file.
955
956 * gdb.dwarf2/count.exp: New file.
957
958 * gdb.base/vla-multi.c: New file.
959 * gdb.base/vla-multi.exp: New file.
960
961 * gdb.base/vla-ptr.c: New file.
962 * gdb.base/vla-ptr.exp: New file.
963
964 * gdb.base/vla-datatypes.c: New file.
965 * gdb.base/vla-datatypes.exp: New file.
966
967 * gdb.mi/mi-vla-c99.exp: New file.
968 * gdb.mi/vla.c: New file.
969
245a5f0b
KS
9702014-04-11 Keith Seitz <keiths@redhat.com>
971
972 PR c++/16675
973 * gdb.cp/cpsizeof.exp: New file.
974 * gdb.cp/cpsizeof.cc: New file.
975
58a84dcf
SA
9762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
977
191a8a90
JB
978 * gdb.mi/mi-vla-c99.exp: New file.
979 * gdb.mi/vla.c: New file.
58a84dcf 980
c8655f75
SA
9812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
982
983 * gdb.base/vla-datatypes.c: New file.
984 * gdb.base/vla-datatypes.exp: New file.
985
024e13b4
SA
9862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
987
988 * gdb.base/vla-ptr.c: New file.
989 * gdb.base/vla-ptr.exp: New file.
990
1a237e0e
SA
9912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
992
993 * gdb.base/vla-multi.c: New file.
994 * gdb.base/vla-multi.exp: New file.
995
504f3432
SA
9962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
997
998 * gdb.dwarf2/count.exp: New file.
999
3bce8237
SA
10002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1001
191a8a90
JB
1002 * gdb.base/vla-sideeffect.c: New file.
1003 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1004
322f9c21
YQ
10052014-04-11 Yao Qi <yao@codesourcery.com>
1006
1007 * gdb.base/completion.exp: Check file exists before running tests
1008 on file completion.
1009
d708bcd1
PA
10102014-04-10 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.base/cond-eval-mode.c: New file.
1013 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1014 prepare_for_testing to build the new file. Check result of
1015 runto_main.
1016 (test_break, test_watch): New procedures.
1017 (top level): Use them.
1018
ae1d2761
PM
10192014-04-08 Pierre Muller <muller@sourceware.org>
1020
1021 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1022 Ctrl-V use for mingw hosts.
1023
7af389b8
SC
10242014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1025
1026 * gdb.python/py-value.c: Improve test case.
1027 * gdb.python/py-value.exp: Add new test.
1028
5e703181
DE
10292014-04-07 David Blaikie <dblaikie@gmail.com>
1030
1031 * lib/compiler.c: Identify the clang compiler.
1032 * lib/compiler.cc: Ditto.
1033
9810b410
YQ
10342014-04-03 Yao Qi <yao@codesourcery.com>
1035
1036 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1037
98d1b8dc
AB
10382014-04-01 Anton Blanchard <anton@samba.org>
1039
1040 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1041 messages unique.
1042
3114cea1
AB
10432014-04-01 Anton Blanchard <anton@samba.org>
1044
1045 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1046 prepare_for_testing.
1047
62f7182c
AB
10482014-04-01 Anton Blanchard <anton@samba.org>
1049
1050 * gdb.arch/ppc64-atomic-inst.c: Remove.
1051 * gdb.arch/ppc64-atomic-inst.S: New file.
1052 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1053
770e7fc7
DE
10542014-03-31 Doug Evans <dje@google.com>
1055
1056 * gdb.base/print-symbol-loading-lib.c: New file.
1057 * gdb.base/print-symbol-loading-main.c: New file.
1058 * gdb.base/print-symbol-loading.exp: New file.
1059
46e2bafa
YQ
10602014-03-31 Yao Qi <yao@codesourcery.com>
1061
1062 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1063
8776cfe9
JB
10642014-03-28 Joel Brobecker <brobecker@adacore.com>
1065
1066 * gdb.ada/mi_dyn_arr: New testcase.
1067
5d1ef361
DE
10682014-03-27 Doug Evans <dje@google.com>
1069
1070 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1071
b5bee914
YQ
10722014-03-27 Yao Qi <yao@codesourcery.com>
1073
1074 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1075 if target is nios2-*-*.
1076
0d4d0e77
YQ
10772014-03-26 Yao Qi <yao@codesourcery.com>
1078
1079 * lib/gdb.exp (readline_is_used): New proc.
1080 * gdb.base/completion.exp: Move tests on command complete up.
1081 Skip the rest of tests if readline is not used.
1082 * gdb.ada/complete.exp: Skp the test if readline is not
1083 used.
1084 * gdb.base/filesym.exp: Likewise.
1085 * gdb.base/macscp.exp: Likewise.
1086 * gdb.base/readline-ask.exp: Likewise.
1087 * gdb.base/readline.exp: Likewise.
1088 * gdb.python/py-cmd.exp: Likewise.
1089 * gdb.trace/tfile.exp: Likewise.
1090
29361eee
YQ
10912014-03-26 Yao Qi <yao@codesourcery.com>
1092
1093 * gdb.base/macscp.exp: Fix code format issues.
1094
bc9a5525
UW
10952014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1096
1097 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1098 * gdb.asm/powerpc64le.inc: New file.
1099
d3839ede
PA
11002014-03-25 Pedro Alves <palves@redhat.com>
1101 Doug Evans <dje@google.com>
1102
1103 * gdb.base/source-execution.c: New file.
1104 * gdb.base/source-execution.exp: New file.
1105 * gdb.base/source-execution.gdb: New file.
1106
01672a57
DE
11072014-03-24 Doug Evans <dje@google.com>
1108
1109 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1110 using fission.
1111
88bbeca9
HZ
11122014-03-24 Hui Zhu <hui@codesourcery.com>
1113 Pedro Alves <palves@redhat.com>
1114
1115 PR breakpoints/16101
1116 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1117 test pass/fail messages. Detect missing support for dprintf when
1118 breakpoints are actually inserted.
1119 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1120 breakpoints are actually inserted.
1121 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1122 fails.
1123
d2348791
JK
11242014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1127
feef67ab
DE
11282014-03-22 Doug Evans <xdje42@gmail.com>
1129
1130 * gdb.python/python.exp (python not supported): Verify multi-line
1131 python command issues an error.
25d743f9 1132 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1133 guile command issues an error.
feef67ab 1134
ecebef6a
MR
11352014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1136
1137 * gdb.threads/thread-specific.exp: Handle the lack of usable
1138 $this_breakpoint and $this_thread.
1139
ccdd1909
HZ
11402014-03-21 Hui Zhu <hui@codesourcery.com>
1141
1142 * gdb.base/attach.exp (do_command_attach_tests): New.
1143
beb460e8
PA
11442014-03-20 Tom Tromey <tromey@redhat.com>
1145 Pedro Alves <palves@redhat.com>
1146
1147 PR cli/15718
1148 * gdb.base/condbreak-call-false.c: New file.
1149 * gdb.base/condbreak-call-false.exp: New file.
1150
40acf43a
PA
11512014-03-20 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1154 Delete.
1155 (block_signals, unblock_signals): Delete.
1156 (child_function_2, main): Remove references to deleted variable
1157 and functions.
1158
9f5e1e02
PA
11592014-03-20 Pedro Alves <palves@redhat.com>
1160
1161 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1162 Use pthread_kill to signal thread 2.
1163 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1164 Adjust to make the test send itself a signal rather than using the
1165 host's "kill" command.
1166
99619bea
PA
11672014-03-20 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.threads/multiple-step-overs.c: New file.
1170 * gdb.threads/multiple-step-overs.exp: New file.
1171 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1172 Adjust expected infrun debug output.
1173
2adfaa28
PA
11742014-03-20 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1177 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1178
31e77af2
PA
11792014-03-20 Pedro Alves <palves@redhat.com>
1180
1181 PR breakpoints/7143
1182 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1183 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1184 of gdb_test_multiple.
1185 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1186 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1187
b9f437de
PA
11882014-03-20 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1191 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1192
05adc73e
PA
11932014-03-19 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.base/async.exp: Remove early return.
1196
6048b950
PA
11972014-03-19 Pedro Alves <palves@redhat.com>
1198
1199 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1200
8bcfb00a
PA
12012014-03-19 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.base/async.exp (test_background): Expect \r\n after
1204 "completed." in the fail pattern.
1205
884e37dc
PA
12062014-03-19 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/async.exp (test_background): New procedure.
1209 Use it for all background execution command tests.
1210
148e57e2
PA
12112014-03-19 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/async.exp: Use prepare_for_testing.
1214
f48088c7
PA
12152014-03-19 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1218 the same line.
1219
e2f6c966
PA
12202014-03-19 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/async.c (main): Add "jump here" and "until here" line
1223 marker comments.
1224 * gdb.base/async.exp (jump_here): New global.
1225 (jump& test): Use it.
1226 (until_here): New global.
1227 (until& test): Use it.
1228
c30568d4
PA
12292014-03-19 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/async.exp: Don't frob gdb_protocol.
1232
0172b6a7
DE
12332014-03-18 Doug Evans <xdje42@gmail.com>
1234
1235 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1236 Fix spelling of exec-done-display.
1237
06c868a8
JK
12382014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1239
1240 PR gdb/15358
1241 * gdb.base/gdb-sigterm.c: New file.
1242 * gdb.base/gdb-sigterm.exp: New file.
1243
0c7e1a46
PA
12442014-03-18 Pedro Alves <palves@redhat.com>
1245
1246 PR gdb/13860
1247 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1248 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1249 solib-event.
1250
f7c77d93
JB
12512014-03-17 Joel Brobecker <brobecker@adacore.com>
1252
1253 * gdb.ada/pckd_arr_ren: New testcase.
1254
5a1e8c7a
DE
12552014-03-13 Doug Evans <xdje42@gmail.com>
1256
1257 PR guile/16612
1258 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1259 collect after discarding symbols.
1260
350e1a76
DE
12612014-03-13 Ludovic Courtès <ludo@gnu.org>
1262 Doug Evans <xdje42@gmail.com>
1263
1264 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1265 to history survives a gc.
1266
a69900ae
PA
12672014-03-13 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/default.exp: Don't test "target procfs".
1270
5db9f0bd
PA
12712014-03-13 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/default.exp: Update "target child" and "target procfs"
1274 tests to not expect "Unix".
1275
b3ccfe11
TT
12762014-03-12 Tom Tromey <tromey@redhat.com>
1277
1278 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1279 New procs. Add target-async tests.
1280 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1281 Add target-async tests.
1282
646f4417
AA
12832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1284
1285 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1286 'func_start' and 'func_end' for the beginning and end of the
1287 function code, respectively.
1288 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1289 'func_end' instead of 'func' and 'main'.
1290
288c211f
AA
12912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1292
1293 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1294 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1295 generate the debug info assembler source.
1296
e0c0f156
AA
12972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1298
1299 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1300 * gdb.dwarf2/arr-subrange.exp: Likewise.
1301 * gdb.dwarf2/dwz.exp: Likewise.
1302 * gdb.dwarf2/method-ptr.exp: Likewise.
1303 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1304 * gdb.dwarf2/subrange.exp: Likewise.
1305 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1306 * gdb.dwarf2/implptrpiece.exp: Likewise.
1307 * gdb.dwarf2/nostaticblock.exp: Likewise.
1308
0e5c4555
AA
13092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1310
1311 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1312 directory to absolute path name arguments.
1313
5ec18f2b
JG
13142014-03-10 Joel Brobecker <brobecker@adacore.com>
1315
1316 * gdb.ada/tagged_access: New testcase.
1317
847fc4f2
MM
13182014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1319
1320 * gdb.btrace/data.exp: Update expected output.
1321
cc3da688
YQ
13222014-03-06 Yao Qi <yao@codesourcery.com>
1323
1324 * gdb.trace/pr16508.exp: New file.
1325
0f26cec1
PA
13262014-03-05 Pedro Alves <palves@redhat.com>
1327
1328 PR gdb/16575
1329 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1330 procedure.
1331 (top level): Adjust to use it. Add tests that exercise breakpoint
1332 interaction with the code-cache.
1333
7a5a839f
LC
13342014-02-26 Ludovic Courtès <ludo@gnu.org>
1335
1336 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1337 test for 'history-append!'.
1338
31aa7e4e
JB
13392014-02-26 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1342 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1343 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1344 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1345 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1346 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1347
1b588015
JB
13482014-02-26 Joel Brobecker <brobecker@adacore.com>
1349
1350 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1351 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1352 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1353
55426c9d
JB
13542014-02-26 Joel Brobecker <brobecker@adacore.com>
1355
1356 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1357
dc53a7ad
JB
13582014-02-26 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.dwarf2/arr-stride.c: New file.
1361 * gdb.dwarf2/arr-stride.exp: New file.
1362
12ab52e9
PA
13632014-02-26 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1366 that won't ever trigger. Make sure that GDB reports the correct
1367 breakpoint that caused the stop.
1368
849c862e
JK
13692014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 PR gdb/16626
1372 * gdb.base/auto-load-script: New file.
1373 * gdb.base/auto-load.c: New file.
1374 * gdb.base/auto-load.exp: New file.
1375
71b7d793
JK
1376 PR gdb/16626
1377 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1378
e2f0d509
JK
13792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1382 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1383
50cc37c8
DE
13842014-02-24 Doug Evans <dje@google.com>
1385
1386 * lib/gdb.exp (run_on_host): Log error output if program fails.
1387
ea4758f2
PA
13882014-02-21 Pedro Alves <palves@redhat.com>
1389
1390 * gdb.threads/step-after-sr-lock.c: Rename to ...
1391 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1392 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1393 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1394 ... this.
1395
d7b30f67
SDJ
13962014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1397
1398 PR tdep/16397
1399 * gdb.arch/amd64-stap-special-operands.exp: New file.
1400 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1401 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1402 * gdb.arch/amd64-stap-triplet.S: Likewise.
1403 * gdb.arch/amd64-stap-triplet.c: Likewise.
1404
83deb43f
JB
14052014-02-20 Joel Brobecker <brobecker@adacore.com>
1406
1407 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1408 in .section pseudo-op.
1409
adde2bff
DE
14102014-02-20 lin zuojian <manjian2006@gmail.com>
1411 Joel Brobecker <brobecker@adacore.com>
1412 Doug Evans <xdje42@gmail.com>
1413
1414 PR symtab/16581
1415 * gdb.dwarf2/dw2-icycle.S: New file.
1416 * gdb.dwarf2/dw2-icycle.c: New file.
1417 * gdb.dwarf2/dw2-icycle.exp: New file.
1418
f7bd0f78
SC
14192014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1420
1421 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1422 operations on gdb.Value objects.
1423 * gdb.python/py-value-cc.exp: Add new test to test operations on
1424 gdb.Value objects.
1425
c17ef0d5
DE
14262014-02-18 Doug Evans <dje@google.com>
1427
1428 * Makefile.in (TESTS): New variable.
1429 (expanded_tests, expanded_tests_or_none): New variables
1430 (check-single): Pass $(expanded_tests_or_none) to runtest.
1431 (check-parallel): Only run tests in $(TESTS) if non-empty.
1432 (check/no-matching-tests-found): New rule.
1433 * README: Document TESTS makefile variable.
1434
5dd3176f
DE
14352014-02-18 Doug Evans <dje@google.com>
1436
1437 * Makefile.in (check-parallel): rm -rf outputs temp.
1438
0b10be4f
JK
14392014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 Fix "ERROR: no fileid for" in the testsuite.
1442 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1443
85f224e7
DE
14442014-02-12 Doug Evans <dje@google.com>
1445
1446 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1447 (MISCELLANEOUS): New variable.
1448 (clean): rm -rf $(MISCELLANEOUS).
1449 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1450 dwp live in the same directory as symlinks, with each symlink pointed
1451 to a differently named file in a different directory.
1452
149b30ff
DE
14532014-02-11 Doug Evans <dje@google.com>
1454
1455 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1456 of Tcl file commands.
1457
1dfdac32
MK
14582014-02-10 Mark Kettenis <kettenis@gnu.org>
1459
1460 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1461 "kill -SIGUSR1 -1".
1462
aa4fb036
JB
14632014-02-10 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.ada/tick_length_array_enum_idx: New testcase.
1466
ed3ef339
DE
14672014-02-10 Doug Evans <xdje42@gmail.com>
1468
1469 * configure.ac (AC_OUTPUT): Add gdb.guile.
1470 * configure: Regenerate.
1471 * lib/gdb-guile.exp: New file.
1472 * lib/gdb.exp (get_target_charset): New function.
1473 * gdb.base/help.exp: Update expected output from "apropos apropos".
1474 * gdb.guile/Makefile.in: New file.
1475 * gdb.guile/guile.exp: New file.
1476 * gdb.guile/scm-arch.c: New file.
1477 * gdb.guile/scm-arch.exp: New file.
1478 * gdb.guile/scm-block.c: New file.
1479 * gdb.guile/scm-block.exp: New file.
1480 * gdb.guile/scm-breakpoint.c: New file.
1481 * gdb.guile/scm-breakpoint.exp: New file.
1482 * gdb.guile/scm-disasm.c: New file.
1483 * gdb.guile/scm-disasm.exp: New file.
1484 * gdb.guile/scm-equal.c: New file.
1485 * gdb.guile/scm-equal.exp: New file.
1486 * gdb.guile/scm-error.exp: New file.
1487 * gdb.guile/scm-error.scm: New file.
1488 * gdb.guile/scm-frame-args.c: New file.
1489 * gdb.guile/scm-frame-args.exp: New file.
1490 * gdb.guile/scm-frame-args.scm: New file.
1491 * gdb.guile/scm-frame-inline.c: New file.
1492 * gdb.guile/scm-frame-inline.exp: New file.
1493 * gdb.guile/scm-frame.c: New file.
1494 * gdb.guile/scm-frame.exp: New file.
1495 * gdb.guile/scm-generics.exp: New file.
1496 * gdb.guile/scm-gsmob.exp: New file.
1497 * gdb.guile/scm-iterator.c: New file.
1498 * gdb.guile/scm-iterator.exp: New file.
1499 * gdb.guile/scm-math.c: New file.
1500 * gdb.guile/scm-math.exp: New file.
1501 * gdb.guile/scm-objfile-script-gdb.in: New file.
1502 * gdb.guile/scm-objfile-script.c: New file.
1503 * gdb.guile/scm-objfile-script.exp: New file.
1504 * gdb.guile/scm-objfile.c: New file.
1505 * gdb.guile/scm-objfile.exp: New file.
1506 * gdb.guile/scm-ports.exp: New file.
1507 * gdb.guile/scm-pretty-print.c: New file.
1508 * gdb.guile/scm-pretty-print.exp: New file.
1509 * gdb.guile/scm-pretty-print.scm: New file.
1510 * gdb.guile/scm-section-script.c: New file.
1511 * gdb.guile/scm-section-script.exp: New file.
1512 * gdb.guile/scm-section-script.scm: New file.
1513 * gdb.guile/scm-symbol.c: New file.
1514 * gdb.guile/scm-symbol.exp: New file.
1515 * gdb.guile/scm-symtab-2.c: New file.
1516 * gdb.guile/scm-symtab.c: New file.
1517 * gdb.guile/scm-symtab.exp: New file.
1518 * gdb.guile/scm-type.c: New file.
1519 * gdb.guile/scm-type.exp: New file.
1520 * gdb.guile/scm-value-cc.cc: New file.
1521 * gdb.guile/scm-value-cc.exp: New file.
1522 * gdb.guile/scm-value.c: New file.
1523 * gdb.guile/scm-value.exp: New file.
1524 * gdb.guile/source2.scm: New file.
1525 * gdb.guile/types-module.cc: New file.
1526 * gdb.guile/types-module.exp: New file.
1527
7026a7c1
YQ
15282014-02-10 Yao Qi <yao@codesourcery.com>
1529
1530 PR testsuite/16543
1531 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1532 * configure: Regenerated.
1533 * Makefile.in: New file.
1534
6c466447
AS
15352014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * gdb.python/py-framefilter.exp: Fix typo.
1538
6e854735
YQ
15392014-02-08 Yao Qi <yao@codesourcery.com>
1540
1541 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1542 that no =breakpoint-modified is emitted when breakpoints are
1543 modified through MI commands.
1544
d137e6dc
PA
15452014-02-07 Pedro Alves <pedro@codesourcery.com>
1546 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.threads/step-after-sr-lock.c: New file.
1549 * gdb.threads/step-after-sr-lock.exp: New file.
1550
b5ee5a50
PA
15512014-02-07 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1554
3c77faf3
JK
15552014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1558 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1559
6dddc817
DE
15602014-02-06 Doug Evans <xdje42@gmail.com>
1561
1562 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1563 output.
1564
1565 * gdb.gdb/python-interrupts.exp: New file.
1566
de7b2893
YQ
15672014-02-05 Yao Qi <yao@codesourcery.com>
1568
1569 * gdb.trace/report.exp (use_collected_data): Test the output
1570 of "info threads" and "info inferiors".
1571
66d032ac
YQ
15722014-02-05 Yao Qi <yao@codesourcery.com>
1573
1574 Revert this patch:
1575
1576 2013-05-24 Yao Qi <yao@codesourcery.com>
1577
1578 * gdb.trace/tfile.exp: Test inferior and thread.
1579
591a12a1
UW
15802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1581
1582 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1583 on a function.
1584 * gdb.base/step-bt.c: Call hello via function pointer to make
1585 sure its first instruction is executed on powerpc64le-linux.
1586
0ff3e01f
UW
15872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1588
1589 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1590
084ee545
UW
15912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1592
1593 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1594 of the test patterns for use on little-endian systems.
1595
6ed14ff3
UW
15962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1597
1598 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1599 (decimal_vector): Fix for little-endian.
1600
401e27fd
JM
16012014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1602
1603 * gdb.arch/sparc-sysstep.exp: New file.
1604 * gdb.arch/sparc-sysstep.c: Likewise.
1605
1606 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1607
8b924729
EBM
16082014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1609
1610 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1611
fb151210
JB
16122014-01-23 Tom Tromey <tromey@redhat.com>
1613
1614 * gdb.ada/array_char_idx: New testcase.
1615
0740f8d8
TT
16162014-01-23 Tom Tromey <tromey@redhat.com>
1617
1618 PR python/16487:
1619 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1620 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1621 classes.
1622
21909fa1
TT
16232014-01-23 Tom Tromey <tromey@redhat.com>
1624
1625 PR python/16491:
1626 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1627 string from an inferior frame.
1628 * gdb.python/py-framefilter-mi.exp: Update.
1629
87ce2a04
DE
16302014-01-22 Doug Evans <dje@google.com>
1631
1632 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1633
237b092b
AA
16342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1635
1636 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1637
d674a709
AA
16382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1639
1640 * gdb.trace/entry-values.exp: Remove excess space character from
1641 regex patterns. Handle s390 call instruction.
1642
20fa3390
AA
16432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1644
1645 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1646 define "*_start" label. Make "name" static.
1647 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1648 ${name} by references to ${name}_start.
1649
78466714
AA
16502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1651
1652 * gdb.base/info-macros.exp: Remove "debug" from the compile
1653 options.
1654
ec9f644a
IB
16552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1656
1657 * gdb.dlang/demangle.exp: New file.
1658
94b1b47e
IB
16592014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1660
1661 * gdb.dlang/primitive-types.exp: New file.
1662
7f420862
IB
16632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1664
1665 * configure.ac: Create gdb.dlang/Makefile.
1666 * configure: Regenerate.
1667 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1668 * gdb.dlang/Makefile.in: New file.
1669 * lib/d-support.exp: New file.
1670 * lib/gdb.exp (skip_d_tests): New proc.
1671
52834460
MM
16722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1673
1674 * gdb.btrace/delta.exp: Check reverse stepi.
1675 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1676 * gdb.btrace/finish.exp: New.
1677 * gdb.btrace/next.exp: New.
1678 * gdb.btrace/nexti.exp: New.
1679 * gdb.btrace/record_goto.c: Add comments.
1680 * gdb.btrace/step.exp: New.
1681 * gdb.btrace/stepi.exp: New.
1682 * gdb.btrace/multi-thread-step.c: New.
1683 * gdb.btrace/multi-thread-step.exp: New.
1684 * gdb.btrace/rn-dl-bind.c: New.
1685 * gdb.btrace/rn-dl-bind.exp: New.
1686 * gdb.btrace/data.c: New.
1687 * gdb.btrace/data.exp: New.
1688 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1689
6e07b1d2
MM
16902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1691
1692 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1693 * gdb.btrace/exception.exp: Update.
1694 * gdb.btrace/instruction_history.exp: Update.
1695 * gdb.btrace/record_goto.exp: Update.
1696 * gdb.btrace/tailcall.exp: Update.
1697 * gdb.btrace/unknown_functions.exp: Update.
1698 * gdb.btrace/delta.exp: New.
1699
0b722aec
MM
17002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1701
1702 * gdb.btrace/record_goto.exp: Add backtrace test.
1703 * gdb.btrace/tailcall.exp: Add backtrace test.
1704
066ce621
MM
17052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1706
1707 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1708 * gdb.btrace/record_goto.c: New.
1709 * gdb.btrace/record_goto.exp: New.
1710 * gdb.btrace/x86-record_goto.S: New.
1711
0688d04e
MM
17122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1713
1714 * gdb.btrace/function_call_history.exp: Update tests.
1715 * gdb.btrace/instruction_history.exp: Update tests.
1716
8710b709
MM
17172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1718
1719 * gdb.btrace/function_call_history.exp: Fix expected field
1720 order for "record function-call-history".
1721 Add new tests for "record function-call-history /c".
1722 * gdb.btrace/exception.cc: New.
1723 * gdb.btrace/exception.exp: New.
1724 * gdb.btrace/tailcall.exp: New.
1725 * gdb.btrace/x86-tailcall.S: New.
1726 * gdb.btrace/x86-tailcall.c: New.
1727 * gdb.btrace/unknown_functions.c: New.
1728 * gdb.btrace/unknown_functions.exp: New.
1729 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1730
5de9129b
MM
17312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1732
1733 * gdb.btrace/instruction_history.exp: Update.
1734 * gdb.btrace/function_call_history.exp: Update.
1735
23a7fe75
MM
17362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1737
1738 * gdb.btrace/function_call_history.exp: Fix expected function
1739 trace.
1740 * gdb.btrace/instruction_history.exp: Initialize traced.
1741 Remove traced_functions.
1742
724c7dd8
MM
17432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1744
1745 * gdb.btrace/function_call_history.exp: Update
1746 * gdb.btrace/instruction_history.exp: Update.
1747
6d78d93b
MM
17482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1749
1750 * gdb.btrace/enable.exp: Update expected text.
1751
93a360cc
OJ
17522014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1753
1754 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1755 bytes.
1756
3772b53f
MR
17572014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1758
1759 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1760
596662fa
OJ
17612014-01-15 Omair Javaid <omair.javaid@linaro.org>
1762
1763 * lib/gdb.exp (supports_process_record): Return true for
1764 arm*-linux*. (supports_reverse): Likewise.
1765
b5b08fb4
SC
17662014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1767
1768 PR python/15464
1769 PR python/16113
1770 * gdb.python/py-type.c: Enhance test case.
1771 * gdb.python/py-value-cc.cc: Likewise
1772 * gdb.python/py-type.exp: Add new tests.
1773 * gdb.python/py-value-cc.exp: Likewise
1774
52d7fb13
AA
17752014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1776 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1779 Make "name" extern.
1780 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1781 references to ${name}_start by references to ${name}.
1782
a2cd8cfe
JB
17832014-01-10 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1786
4e23fced
JB
17872014-01-10 Joel Brobecker <brobecker@adacore.com>
1788
1789 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1790
c6a9e42c
PA
17912014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1792 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.mi/mi-info-os.exp: Connect to the target with
1795 mi_gdb_target_load.
1796
b7ea362b
PA
17972014-01-08 Pedro Alves <palves@redhat.com>
1798
1799 * gdb.threads/reconnect-signal.c: New file.
1800 * gdb.threads/reconnect-signal.exp: New file.
1801
5e3f4fab
EBM
18022014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 * gdb.base/source-dir.exp: New file.
1805
79301218
JB
18062014-01-07 Joel Brobecker <brobecker@adacore.com>
1807
1808 * gdb.ada/mi_interface: New testcase.
1809
8e355c5d
JB
18102014-01-07 Joel Brobecker <brobecker@adacore.com>
1811
1812 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1813 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1814 gdb.ada/pp-rec-component/pck.ads: New files.
1815
c0d48811
JB
18162014-01-07 Joel Brobecker <brobecker@adacore.com>
1817
1818 * gdb.python/py-pp-integral.c: New file.
1819 * gdb.python/py-pp-integral.py: New file.
1820 * gdb.python/py-pp-integral.exp: New file.
1821
17b609c3 1822For older changes see ChangeLog-1993-2013.
c906108c 1823\f
8d8cb839
EZ
1824;; Local Variables:
1825;; mode: change-log
1826;; left-margin: 8
1827;; fill-column: 74
1828;; version-control: never
1829;; End:
902f2ccb 1830
14f8b115 1831 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1832 Copying and distribution of this file, with or without modification,
1833 are permitted provided the copyright notice and this notice are preserved.