lexsup.c (parse_args): Check whether provided SONAME is empty
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b67a2c6f
YQ
12014-06-27 Yao Qi <yao@codesourcery.com>
2
3 * gdb.multi/dummy-frame-restore.exp: New.
4 * gdb.multi/dummy-frame-restore.c: New.
5
aef92902
MM
62014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.btrace/gcore.exp: New.
9
8e9db26e
PA
102014-06-23 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/watchpoint-reuse-slot.c: New file.
13 * gdb.base/watchpoint-reuse-slot.exp: New file.
14
70afc5b7
SC
152014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16
17 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18 progspace's filename in 'info', 'enable' and 'disable' command
19 tests.
20
b972bd9c
JK
212014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
24 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
25 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
26
125f8a3d
GB
272014-06-20 Gary Benson <gbenson@redhat.com>
28
29 * gdb.arch/i386-avx.exp: Fix include file location.
30 * gdb.arch/i386-sse.exp: Likewise.
31
3ed9baed
IB
322014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
33
34 * gdb.dlang/expression.exp: New file.
35
034f788c
PA
362014-06-19 Pedro Alves <palves@redhat.com>
37
38 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
39 out from ...
40 (top level): ... here. Iterate running tests under different
41 scheduler-locking settings.
42
45371d0c
LM
432014-06-18 Luis Machado <lgustavo@codesourcery.com>
44
45 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
46 to DW_FORM_addr and use non-zero addresses.
47
5d376983
SC
482014-06-18 Siva Chandra Reddy <sivachandra@google.com>
49
50 PR gdb/17017
51 * gdb.python/py-xmethods.cc: Add global function call counters and
52 increment them in their respective functions. Remove "cout"
53 statements.
54 * gdb.python/py-xmethods.exp: Make tests check the global function
55 call counters instead of depending on inferior IO.
56
a1aa2221
LM
572014-06-18 Don Breazeal <donb@codesourcery.com>
58
59 * gdb.base/foll-fork.exp (default_fork_parent_follow):
60 Deleted procedure.
61 (explicit_fork_parent_follow): Deleted procedure.
62 (explicit_fork_child_follow): Deleted procedure.
63 (test_follow_fork): New procedure.
64 (do_fork_tests): Replace calls to deleted procedures with
65 calls to test_follow_fork and reset GDB for subsequent
66 procedure calls.
67
0fc05997
YQ
682014-06-17 Yao Qi <yao@codesourcery.com>
69
70 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
71 CP1252.
72
70795c52
LM
732014-06-17 Luis Machado <lgustavo@codesourcery.com>
74
75 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
76 Initialize ptr and S explicitly.
77 (skip_type_update_when_not_use_rtti_test): Likewise.
78
6be47f0c
KS
792014-06-16 Keith Seitz <keiths@redhat.com>
80
81 PR mi/15863
82 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
83 the inferior is started.
84
d03de421
PA
852014-06-16 Pedro Alves <palves@redhat.com>
86
87 * gdb.base/break-main-file-remove-fail.c: New file.
88 * gdb.base/break-main-file-remove-fail.exp: New file.
89 * gdb.base/break-unload-file.exp: Use build_executable instead of
90 prepare_for_testing.
91 (test_break): New parameter "initial_load". Handle it.
92 (top level): Add initial_load cmdline/file axis.
93
f9579b99
TT
942014-06-12 Tom Tromey <tromey@redhat.com>
95
96 * gdb.base/completion.exp: Don't use directory name in test.
97
3657956b
GB
982014-06-09 Gary Benson <gbenson@redhat.com>
99
100 * gdb.base/sigall.c [Functions to send signals]: Reorder to
101 separate the always-available ANSI-standard signals from the
102 signals that require checking.
103 (main): Likewise.
104 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
105 Likewise.
106 (main): Likewise.
107
4186eb54
KS
1082014-06-07 Keith Seitz <keiths@redhat.com>
109
110 Revert:
111 PR c++/16253
112 * gdb.cp/var-tag.cc: New file.
113 * gdb.cp/var-tag.exp: New file.
114 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
115 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
116 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
117 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
118
25326a28 1192014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
120
121 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
122
829155c9
PA
1232014-06-06 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
126 in target debug output instead of looking at RSP packets,
127 disabling the test on any target that uses hardware stepping.
128 Update comments.
129
61c8d22e
PA
1302014-06-06 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/break-unload-file.exp: Fix typo.
133
d9a47287
YQ
1342014-06-06 Yao Qi <yao@codesourcery.com>
135
136 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
137 from "jit_function" to "^jit_function".
138
e5e01dbf
YQ
1392014-06-06 Yao Qi <yao@codesourcery.com>
140
141 * gdb.base/async.c (foo): Add one statement.
142 * gdb.base/async.exp: Get the next instruction address and
143 match the output of "nexti" by instruction address. Match
144 the hex address in the output of "finish".
145
73ba372c
GB
1462014-06-06 Gary Benson <gbenson@redhat.com>
147
148 * gdb.base/call-signals.c: Remove preprocessor conditionals
149 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
150 SIGSEGV and SIGTERM.
151 * gdb.base/sigall.c: Likewise.
152 * gdb.base/unwindonsignal.c: Likewise.
153 * gdb.reverse/sigall-reverse.c: Likewise.
154
831517df
YQ
1552014-06-06 Yao Qi <yao@codesourcery.com>
156
157 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
158 readable, skip the test.
159
b8b91e98
YQ
1602014-06-06 Yao Qi <yao@codesourcery.com>
161
162 * gdb.threads/staticthreads.c (thread_function): Move the line
163 setting breakpoint on forward.
164 * gdb.threads/staticthreads.exp: Update comments.
165
fb934770
LC
1662014-06-05 Ludovic Courtès <ludo@gnu.org>
167
168 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
169 "history-append! type error".
170
6ef284bd
SM
1712014-06-05 Simon Marchi <simon.marchi@ericsson.com>
172
173 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
174 erroneous dprintf expected input.
175
a872e241
DE
1762014-06-04 Doug Evans <xdje42@gmail.com>
177
178 * gdb.guile/scm-generics.exp: Delete.
179
16f691fb
DE
1802014-06-04 Doug Evans <xdje42@gmail.com>
181
182 * gdb.guile/scm-breakpoint.exp: Update.
183 Add tests for breakpoint registration.
184
012370f6
TT
1852014-06-04 Tom Tromey <tromey@redhat.com>
186
187 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
188 VLA-in-union.
189 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
190 inner_vla_struct, vla_union types. Initialize objects of those
191 types and compute their sizes.
192
9f5a4cef
HZ
1932014-06-04 Nathan Sidwell <nathan@codesourcery.com>
194 Hui Zhu <hui@codesourcery.com>
195
196 * gdb.base/fileio.exp: Add test for shell not available as well as
197 available.
198 * gdb.base/fileio.c (test_system): Check for shell twice.
199
90a45c4d
YQ
2002014-06-04 Yao Qi <yao@codesourcery.com>
201
202 * gdb.base/auto-connect-native-target.exp: Remove redundant
203 space from the regexp pattern.
204
70017e41
YQ
2052014-06-04 Yao Qi <yao@codesourcery.com>
206
207 * gdb.base/default.exp: Replace "child" with "native" in
208 regexp pattern.
209
883964a7
SC
2102014-06-03 Siva Chandra Reddy <sivachandra@google.com>
211
212 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
213 * gdb.python/py-xmethods.exp: New tests to test xmethods.
214 * gdb.python/py-xmethods.py: Python script supporting the
215 new testcase and tests.
216
ef370185
JB
2172014-06-03 Joel Brobecker <brobecker@adacore.com>
218 Pedro Alves <palves@redhat.com>
219
220 PR breakpoints/17000
221 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
222 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
223
1e2ccb61
BM
2242014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
225
226 * gdb.base/subst.exp: Add tests to verify partial path matching
227 output.
228
c6ec5ab2
PA
2292014-06-03 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
232 target that doesn't use software single-stepping.
233
835c559f
PA
2342014-06-03 Pedro Alves <palves@redhat.com>
235
236 PR breakpoints/17000
237 * gdb.base/sss-bp-on-user-bp-2.c: New file.
238 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
239
06eb1586
DE
2402014-06-02 Doug Evans <xdje42@gmail.com>
241
242 * gdb.guile/scm-parameter.exp: New file.
243
e698b8c4
DE
2442014-06-02 Doug Evans <xdje42@gmail.com>
245
246 * gdb.guile/scm-cmd.c: New file.
247 * gdb.guile/scm-cmd.exp: New file.
248
ded03782
DE
2492014-06-02 Doug Evans <xdje42@gmail.com>
250
251 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
252 pretty-printer lookup.
253 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
254 (make-pp_s-printer): Call it.
255 (make-pretty-printer-from-dict): New function.
256 (lookup-pretty-printer-maker-from-dict): New function.
257 (*pretty-printer*): Simplify.
258 (make-objfile-pp_s-printer): New function.
259 (install-objfile-pretty-printers!): New function.
260 (make-progspace-pp_s-printer): New function.
261 (install-progspace-pretty-printers!): New function.
262 * gdb.guile/scm-progspace.c: New file.
263 * gdb.guile/scm-progspace.exp: New file.
264
41fac0cf
PA
2652014-06-02 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/dprintf-bp-same-addr.c: New file.
268 * gdb.base/dprintf-bp-same-addr.exp: New file.
269
96ae5695
EBM
2702014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
271
272 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
273 * gdb.arch/powerpc-power.s: Likewise.
274
da02b3a8
JB
2752014-06-02 Joel Brobecker <brobecker@adacore.com>
276
277 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
278
c72b2e7b
YQ
2792014-06-01 Yao Qi <yao@codesourcery.com>
280
281 * gdb.base/watchpoint.exp (test_watch_location): Check null
282 pointer can be dereferenced. If not, do the test, otherwise
283 skip it.
284
53e8a631
AB
2852014-05-30 Andrew Burgess <aburgess@broadcom.com>
286
287 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
288 results.
289 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
290
938f0e2f
AB
2912014-05-30 Andrew Burgess <aburgess@broadcom.com>
292
293 * gdb.arch/amd64-invalid-stack-middle.S: New file.
294 * gdb.arch/amd64-invalid-stack-middle.c: New file.
295 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
296 * gdb.arch/amd64-invalid-stack-top.c: New file.
297 * gdb.arch/amd64-invalid-stack-top.exp: New file.
298
9ba6657a
PA
2992014-05-30 Pedro Alves <palves@redhat.com>
300
301 PR breakpoints/17000
302 * gdb.base/sss-bp-on-user-bp.c: New file.
303 * gdb.base/sss-bp-on-user-bp.exp: New file.
304
522c09bf
DB
3052014-05-30 David Blaikie <dblaikie@gmail.com>
306
307 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
308 gnu_inline semantics via attribute.
309 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
310 source explicitly specifies the required semantics.
311
bf4ef81e
MR
3122014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
313
314 * gdb.reverse/sigall-reverse.exp: Fix a typo.
315
329ea579
PA
3162014-05-29 Pedro Alves <palves@redhat.com>
317 Tom Tromey <tromey@redhat.com>
318
319 * gdb.base/async-shell.exp: Don't enable target-async.
320 * gdb.base/async.exp
321 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
322 parameter. Adjust.
323 (top level): Don't test with "target-async".
324 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
325 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
326 * gdb.base/inferior-died.exp: Don't enable target-async.
327 * gdb.base/interrupt-noterm.exp: Likewise.
328 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
329 * gdb.mi/mi-nonstop-exit.exp: Likewise.
330 * gdb.mi/mi-nonstop.exp: Likewise.
331 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
332 * gdb.mi/mi-nsintrall.exp: Likewise.
333 * gdb.mi/mi-nsmoribund.exp: Likewise.
334 * gdb.mi/mi-nsthrexec.exp: Likewise.
335 * gdb.mi/mi-watch-nonstop.exp: Likewise.
336 * gdb.multi/watchpoint-multi.exp: Adjust comment.
337 * gdb.python/py-evsignal.exp: Don't enable target-async.
338 * gdb.python/py-evthreads.exp: Likewise.
339 * gdb.python/py-prompt.exp: Likewise.
340 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
341 * gdb.server/solib-list.exp: Don't enable target-async.
342 * gdb.threads/thread-specific-bp.exp: Likewise.
343 * lib/mi-support.exp: Adjust to use mi-async.
344
fd664c91
PA
3452014-05-29 Pedro Alves <palves@redhat.com>
346
347 PR gdb/13860
348 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
349 reason, even in sync mode.
350
251bde03
PA
3512014-05-29 Pedro Alves <palves@redhat.com>
352 Hui Zhu <hui@codesourcery.com>
353
354 PR PR15693
355 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
356 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
357 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
358 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
359
7f3c0343
JB
3602014-05-28 Joel Brobecker <brobecker@adacore.com>
361
362 * config/monitor.exp (gdb_target_monitor): Replace use of
363 "set remotebaud" by "set serial baud".
364
b2715b27
AW
3652014-05-26 Andy Wingo <wingo@igalia.com>
366
367 * gdb.guile/scm-breakpoint.exp:
368 * gdb.guile/scm-gsmob.exp: Update to use plain old object
369 properties instead of gdb-object-properties.
370
498a4489
YQ
3712014-05-26 Yao Qi <yao@codesourcery.com>
372
373 * gdb.server/no-thread-db.exp: Specify source file name
374 explicitly when setting a breakpoint.
375
589fdceb
MM
3762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
377
378 * gdb.btrace/vdso.c: New.
379 * gdb.btrace/vdso.exp: New.
380
e9089e05
MM
3812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
382
383 * gdb.base/gcore.exp (capture_command_output): Move ...
384 * lib/gdb.exp (capture_command_output): ... here.
385
67b5c0c1
MM
3862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
387
388 * gdb.btrace/data.exp: Test memory access during btrace replay.
389
a2199296
SM
3902014-05-22 Simon Marchi <simon.marchi@ericsson.com>
391
392 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
393
17b2616c
PA
3942014-05-21 Pedro Alves <palves@redhat.com>
395
396 PR gdb/13860
397 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
398 (top level): Test that output related to execution commands is
399 sent to the console with CLI commands, but not with MI commands.
400 Test that breakpoint events are always mirrored to the console.
401 Also expect the new source line to be output after a "next" in
402 async mode too. Make it a pass/fail test.
403 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
404 output.
405 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
406
5166082f
PA
4072014-05-21 Pedro Alves <palves@redhat.com>
408
409 * gdb.base/list.exp (build_pattern, test_list): New procedures.
410 Use them to test variations of "list" after reaching a breakpoint.
411 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
412 Test "list" with listsize 10 after reaching a breakpoint.
413 * gdb.python/python.exp (decode_line current location line
414 number): Adjust expected line number.
415
2f25d70f
SM
4162014-05-21 Simon Marchi <simon.marchi@ericsson.com>
417
418 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
419 behavior for $args, pass it directly to "run".
420
ff604a67
MR
4212014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
422
423 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
424 30000 to 65536.
425
6a3cb8e8
PA
4262014-05-21 Pedro Alves <palves@redhat.com>
427
428 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
429 auto-connect-native-target off".
430 * gdb.base/auto-connect-native-target.c: New file.
431 * gdb.base/auto-connect-native-target.exp: New file.
432
4ebfc96e
PA
4332014-05-21 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/default.exp: Test "target native" instead of "target
436 child".
437
36d46afb
MW
4382014-05-21 Mark Wielaard <mjw@redhat.com>
439
440 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
441
5876f503
JK
4422014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 Fix TLS access for -static -pthread.
445 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
446 <HAVE_TLS> (thread_function, main): Initialize it.
447 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
448 Add clean_restart.
449 <$have_tls != "">: Check TLSVAR.
450
0256a6ac
PA
4512014-05-21 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/dcache-line-read-error.c: New.
454 * gdb.base/dcache-line-read-error.exp: New.
455
936d2992
PA
4562014-05-20 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/compare-sections.c: New file.
459 * gdb.base/compare-sections.exp: New file.
460
802e8e6d
PA
4612014-05-20 Pedro Alves <palves@redhat.com>
462
463 * gdb.base/break-idempotent.c: New file.
464 * gdb.base/break-idempotent.exp: New file.
465
e59fa00f
MM
4662014-05-20 Markus Metzger <markus.t.metzger@intel.com>
467
468 * gdb.btrace/nohist.exp: New.
469
8b696e31
YQ
4702014-05-20 Yao Qi <yao@codesourcery.com>
471
472 * lib/gdb.exp (gdb_init): Set timeout if test file is under
473 gdb.reverse directory and gdb_reverse_timeout exists in board
474 setting.
475 * README: Document gdb_reverse_timeout.
476
73c9764f
YQ
4772014-05-20 Yao Qi <yao@codesourcery.com>
478
479 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
480 'test_file_name'. Treat args as a string instead of a list.
481 (gdb_init): Rename argument 'args' by 'test_file_name'.
482
f1f4348a
JK
4832014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 * gdb.arch/powerpc-power.exp: New file.
486 * gdb.arch/powerpc-power.s: New file.
487
0dbe70ce
DE
4882014-05-16 Doug Evans <dje@google.com>
489
490 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
491 * gdb.base/completion.exp: Check that all expected files exist
492 before doing file completion.
0dbe70ce 493
8d551b02
DE
4942014-05-16 Doug Evans <dje@google.com>
495
496 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
497 Update.
498 (do_syscall_tests_without_xml): Update.
499
73eb7709
PA
5002014-05-16 Pedro Alves <palves@redhat.com>
501
502 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
503 instead of "unknown output after running".
504
3fae92fc
YQ
5052014-05-16 Yao Qi <yao@codesourcery.com>
506
507 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
508 file1.txt from host at the end.
509 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
510
c2b2ccc5
DE
5112014-05-15 Doug Evans <dje@google.com>
512
513 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
514 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
515 loading file. Add test for TU lookup.
516
8c217a4b
SM
5172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
518
519 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
520 calling "-exec-arguments" or "set args" before running the
521 inferior.
522
3deb39c6
SM
5232014-05-15 Simon Marchi <simon.marchi@ericsson.com>
524
525 * lib/mi-support.exp (mi_expect_stop): Expect message for
526 inferiors that exit with non-zero exit code.
527
71a79f8c
YQ
5282014-05-14 Yao Qi <yao@codesourcery.com>
529
530 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
531 match absolute path on remote host.
532 (test_file_list_exec_source_files): Remove "/" from the
533 pattern.
534
f23fcd46
YQ
5352014-05-14 Yao Qi <yao@codesourcery.com>
536
537 * boards/local-remote-host-notty.exp (${board}_file): New
538 proc.
539
9404b58f
KM
5402014-05-07 Kyle McMartin <kyle@redhat.com>
541
542 Pushed by Joel Brobecker <brobecker@adacore.com>.
543 * gdb.arch/aarch64-atomic-inst.c: New file.
544 * gdb.arch/aarch64-atomic-inst.exp: New file.
545
5e45f04c
YQ
5462014-05-07 Yao Qi <yao@codesourcery.com>
547
548 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
549 in current context" too.
550
c888a17d
KS
5512014-05-05 Keith Seitz <keiths@redhat.com>
552
553 * gdb.linespec/ls-dollar.exp: Add test for linespec
554 file:convenience_variable.
555
290a839c
YQ
5562014-05-05 Yao Qi <yao@codesourcery.com>
557
558 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
559 traceframes into tfile and ctf trace files. Read data from
560 trace file and test collected data.
561 (gdb_collect_locals_test): Likewise.
562 (gdb_unavailable_registers_test): Likewise.
563 (gdb_unavailable_floats): Likewise.
564 (gdb_collect_globals_test): Likewise.
565 (top-level): Append "ctf" to trace_file_targets if GDB
566 supports.
567
b5262cd0
YQ
5682014-05-05 Yao Qi <yao@codesourcery.com>
569
570 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
571 code to ...
572 (gdb_collect_args_test_1): ... it. New proc.
573 (gdb_collect_locals_test): Move some code to ...
574 (gdb_collect_locals_test_1): ... it. New proc.
575 (gdb_unavailable_registers_test): Move some code to ...
576 (gdb_unavailable_registers_test_1): ... it. New proc.
577 (gdb_unavailable_floats): Move some code to ...
578 (gdb_unavailable_floats_1): ... it. New proc.
579
30a1e6cc
SDJ
5802014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
581
582 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
583 probes to test for bitness recognition.
584 * gdb.arch/amd64-stap-optional-prefix.exp
585 (test_probe_value_without_reg): New procedure.
586 Add code to test for different kinds of bitness.
587
f33da99a
SDJ
5882014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
589
590 PR breakpoints/16889
591 * gdb.arch/amd64-stap-optional-prefix.S: New file.
592 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
593
5b80f00d
PA
5942014-05-01 Pedro Alves <palves@redhat.com>
595
596 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
597 gdb_file_cmd if no file is specified.
598 * boards/native-extended-gdbserver.exp (gdb_load): Use the
599 last_loaded_file to set the remote exec-file.
600
f8c2a73c
PA
6012014-05-01 Pedro Alves <palves@redhat.com>
602
603 * boards/local-remote-host.exp: New file.
604
be6e8ac7
PA
6052014-05-01 Pedro Alves <palves@redhat.com>
606
607 * boards/local-remote-host.exp: Rename to ...
608 * boards/local-remote-host-notty.exp: ... this.
609
cac0dc8f
JB
6102014-04-28 Joel Brobecker <brobecker@adacore.com>
611
612 * gdb.ada/dyn_arrayidx: New testcase.
613
9730e6cc
YQ
6142014-04-26 Yao Qi <yao@codesourcery.com>
615
616 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
617 and compute the length of function main. Save it in
618 $main_length.
619 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
620 (top-level): Use gdb_compile to compile objects into
621 executable and restart GDB. Remove invocation to
622 prepare_for_testing.
623
7ae1a6a6
PA
6242014-04-25 Simon Marchi <simon.marchi@ericsson.com>
625 Pedro Alves <palves@redhat.com>
626
627 PR server/16255
628 * gdb.multi/multi-attach.c: New file.
629 * gdb.multi/multi-attach.exp: New file.
630
4082afcc
PA
6312014-04-25 Pedro Alves <palves@redhat.com>
632
633 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
634 user.
635 (top level): Test that "set remote conditional-breakpoints-packet
636 off" works as intended.
637 * gdb.base/dprintf.exp: Test that "set remote
638 breakpoint-commands-packet off" works as intended.
639 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
640 New function.
641 (top level): Call it.
642 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
643 remote fast-tracepoints-packet off" works as intended.
644 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
645 * lib/gdb.exp (gdb_is_target_remote): ... here.
646
2abc3f8d
DB
6472014-04-24 David Blaikie <dblaikie@gmail.com>
648
649 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
650 ensure clang would not discard them.
651 * gdb.base/gdbvars.c: Ditto.
652 * gdb.base/memattr.c: Ditto.
653 * gdb.base/whatis.c: Ditto.
654 * gdb.python/py-prettyprint.c: Ditto.
655 * gdb.trace/actions.c: Ditto.
656 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
657 ensure clang would not discard it.
658
bfd39632
DB
6592014-04-24 David Blaikie <dblaikie@gmail.com>
660
661 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
662 clang to emit the full definition of type required by the test
663 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
664
22842ff6
DB
6652014-04-24 David Blaikie <dblaikie@gmail.com>
666
667 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
668 coax Clang into emitting the definition of the type.
669 * gdb.cp/pr10728-x.h (y): Ditto.
670 * gdb.cp/pr10728-y.cc (y): Ditto.
671
c2e827ad
DB
6722014-04-24 David Blaikie <dblaikie@gmail.com>
673
674 * gdb.base/label.exp: XFAIL label related tests under Clang.
675 * gdb.cp/cplabel.exp: Ditto.
676 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
677 under Clang those using labels.
678
4c2d33e7
YQ
6792014-04-25 Yao Qi <yao@codesourcery.com>
680
681 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
682 double_label.
683 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
684 partial_label and double_label.
685
56083b99
DB
6862014-04-24 David Blaikie <dblaikie@gmail.com>
687
688 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
689
25d4e99d
DB
6902014-04-24 David Blaikie <dblaikie@gmail.com>
691
692 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
693 of the function to work across GCC and Clang.
694 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
695 pointer types (const void ** const V void **).
696
01f9f808
MS
6972014-04-24 Michael Sturm <michael.sturm@mintel.com>
698 Walfred Tedeschi <walfred.tedeschi@intel.com>
699
700 * Makefile.in (EXECUTABLES): Added i386-avx512.
701 * gdb.arch/i386-avx512.c: New file.
702 * gdb.arch/i386-avx512.exp: Likewise.
703
4b48d439
KS
7042014-04-23 Keith Seitz <keiths@redhat.com>
705
706 * lib/mi-support.exp (mi_list_breakpoints): Delete.
707 (mi_make_breakpoint_table): New procedure.
708 (mi_create_breakpoint): Use mi_make_breakpoint
709 and return the result.
710 (mi_make_breakpoint): New procedure.
711 (mi_build_kv_pairs): New procedure.
712
713 * gdb.mi/mi-break.exp: Remove unused globals,
714 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
715 All callers updated.
716 * gdb.mi/mi-dprintf.exp: Use variable to track command
717 number.
718 Update all callers of mi_create_breakpoint and use
719 mi_make_breakpoint_table.
720 Remove any unused global variables.
721 * gdb.mi/mi-nonstop.exp: Likewise.
722 * gdb.mi/mi-nsintrall.exp: Likewise.
723 * gdb.mi/mi-nsmoribund.exp: Likewise.
724 * gdb.mi/mi-nsthrexec.exp: Likewise.
725 * gdb.mi/mi-reverse.exp: Likewise.
726 * gdb.mi/mi-simplerun.exp: Likewise.
727 * gdb.mi/mi-stepn.exp: Likewise.
728 * gdb.mi/mi-syn-frame.exp: Likewise.
729 * gdb.mi/mi-until.exp: Likewise.
730 * gdb.mi/mi-var-cp.exp: Likewise.
731 * gdb.mi/mi-var-display.exp: Likewise.
732 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
733 * gdb.mi/mi2-var-child.exp: Likewise.
734 * gdb.mi/mi-vla-c99.exp: Likewise.
735 * lib/mi-support.exp: Likewise.
736
737 From Ian Lance Taylor <iant@cygnus.com>:
738 * lib/gdb.exp (parse_args): New procedure.
739
08351840
PA
7402014-04-23 Pedro Alves <palves@redhat.com>
741
742 * gdb.base/break-unload-file.c: New file.
743 * gdb.base/break-unload-file.exp: New file.
744 * gdb.base/sym-file-lib.c (baz): New function.
745 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
746 field.
747 (load): Store the segment's mapped size.
748 (unload): New function.
749 (unload_shlib): New function.
750 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
751 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
752 set a breakpoint at baz, and call it.
753 * gdb.base/sym-file.exp: New tests for stale breakpoint
754 instructions.
755
076855f9
PA
7562014-04-23 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
759 * gdb.base/hbreak-in-shr-unsupported.c: New file.
760 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
761 * gdb.base/hbreak-unmapped.c: New file.
762 * gdb.base/hbreak-unmapped.exp: New file.
763 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
764 * lib/gdb.exp (gdb_is_target_remote): ... here.
765
483805cf
PA
7662014-04-22 Pedro Alves <palves@redhat.com>
767
768 * gdb.base/consecutive-step-over.c: New file.
769 * gdb.base/consecutive-step-over.exp: New file.
770
06d97543
PA
7712014-04-22 Pedro Alves <palves@redhat.com>
772
773 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
774 instead of send_gdb/gdb_expect.
775
b4429ea2
YQ
7762014-04-22 Yao Qi <yao@codesourcery.com>
777
778 * lib/trace-support.exp (generate_tracefile): New procedure.
779 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
780 return 0.
781 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
782 if generate_tracefile returns 1.
783
51d48146
PA
7842014-04-18 Tom Tromey <palves@redhat.com>
785 Pedro alves <tromey@redhat.com>
786
787 PR backtrace/15558
788 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
789 with a backtrace limit.
790 * gdb.python/py-frame-inline.exp: Test running to an inline
791 function with a backtrace limit, and printing the newest frame.
792 * gdb.python/py-frame-inline.c (main): Call f.
793
bd1dce5f
MS
7942014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
795
796 * gdb.java/jnpe.exp: Drop srcdir from untested path.
797
40d1a503
MS
7982014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
799
800 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
801 Drop prefix from unsupported source file path.
802
389b98f7
YQ
8032014-04-17 Yao Qi <yao@codesourcery.com>
804
805 * lib/gdb.exp (with_target_charset): New proc.
806 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
807 with_target_charset.
808 (test_print_strings): Likewise.
809 (test_repeat_bytes): Likewise.
810 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
811 for some tests.
812
22869d73
KS
8132014-04-16 Keith Seitz <keiths@redhat.com>
814
815 PR gdb/15827
816 * gdb.dwarf2/corrupt.c: New file.
817 * gdb.dwarf2/corrupt.exp: New file.
818
c4f87ca6
KS
8192014-04-16 Keith Seitz <keiths@redhat.com>
820
821 PR c++/16597
822 * gdb.cp/namelessclass.cc: New file.
823 * gdb.cp/namelessclass.exp: New file.
824 * gdb.cp/namelessclass.S: New file.
825
ab19de87
DE
8262014-04-16 Doug Evans <dje@google.com>
827
828 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
829 Add comment.
830 (gdbserver_default_get_comm_port): New function.
831 (gdbserver_start): Check if board file provided
832 "gdbserver,get_comm_port" and use it if so.
833 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
834 (gdb,socketport): Set to "stdio".
835 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
836 (stdio_gdbserver_template): Delete.
837 (${board}_get_remote_address): Update.
838 (${board}_build_remote_cmd): Delete.
839 (${board}_get_comm_port): New function.
840 (${board}_spawn): Update.
841 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
842 Delete.
843 (${board}_get_remote_address): Update.
844 (${board}_get_comm_port): New function.
845
fc98a809
AB
8462014-04-16 Andrew Burgess <aburgess@broadcom.com>
847
848 * gdb.base/memattr.exp: Improve regexps to handle memory regions
849 appearing in any order.
850
87fd9e6e
DE
8512014-04-15 Doug Evans <dje@google.com>
852
853 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
854 uninitialized value of "description".
855
099fc3ea
KS
8562014-04-15 Keith Seitz <keiths@redhat.com>
857
858 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
859 Remove unused globals.
860 (test_running_the_program): Likewise.
861 (test_controlled_execution): Likewise.
862 (test_controlling_breakpoints): Likewise.
863 (test_program_termination): Likewise.
864
5da151d4
KS
8652014-04-15 Keith Seitz <keiths@redhat.com>
866
867 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
868 unused globals.
869 (test_rbreak_creation_and_listing): Likewise.
870 (test_ignore_count): Likewise.
871 (test_error): Likewise.
872
35e5d2f0
PA
8732014-04-15 Pedro Alves <palves@redhat.com>
874
875 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
876 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
877 sym-file-loader.c.
878 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
879 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
880 to sym-file-loader.c.
881 (struct library): Forward declare.
882 (load_shlib, lookup_function): Change prototypes.
883 (find_shstrtab, find_strtab, find_shdr, find_symtab)
884 (translate_offset): Remove declarations.
885 (get_text_addr): New declaration.
886 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
887 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
888 sym-file-loader.h.
889 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
890 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
891 here from sym-file-loader.h.
892 (struct library): New structure.
893 (load_shlib, lookup_function): Change prototypes and adjust to
894 work with a struct library.
895 (find_shstrtab, find_strtab, find_shdr, find_symtab)
896 (translate_offset): Make static.
897 (get_text_addr): New function.
898 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
899
eb4c1710
PA
9002014-04-15 Pedro Alves <palves@redhat.com>
901
902 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
903
2d1baf52
PA
9042014-04-15 Pedro Alves <palves@redhat.com>
905
906 * gdb.base/sym-file-loader.c: Include <limits.h>.
907 (SELF_LINK): New define.
908 (get_origin): New function.
909 (load_shlib): Use it.
910 * gdb.base/sym-file.exp: Don't early return if the target is
911 remote. Use runto_main, and issue fail is that fails. Use
912 gdb_load_shlibs.
913 (shlib_name): Delete.
914 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
915
7dd6df01
PA
9162014-04-15 Pedro Alves <palves@redhat.com>
917
918 * gdb.base/sym-file.exp: Remove regex characters from test
919 message. Don't refer to breakpoint numbers in test messages.
920
b50c8614
KS
9212014-04-14 Keith Seitz <keiths@redhat.com>
922
923 PR c++/16253
924 * gdb.cp/var-tag.cc: New file.
925 * gdb.cp/var-tag.exp: New file.
926 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
927 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
928 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
929 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
930
3d567982
TT
9312014-04-14 Tom Tromey <tromey@redhat.com>
932
933 * gdb.cp/classes.exp (test_enums): Handle underlying type.
934 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
935 type.
936 * gdb.cp/enum-class.exp: New file.
937 * gdb.cp/enum-class.cc: New file.
938
0626fc76
TT
9392014-04-14 Tom Tromey <tromey@redhat.com>
940
941 * gdb.dwarf2/enum-type.exp: New file.
942
dca325b3
SA
9432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
944
945 * gdb.mi/mi-vla-c99.exp: New file.
946 * gdb.mi/vla.c: New file.
947
5854b38a
SA
9482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
949
950 * gdb.base/vla-datatypes.c: New file.
951 * gdb.base/vla-datatypes.exp: New file.
952
463bb957
SA
9532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
954
955 * gdb.base/vla-ptr.c: New file.
956 * gdb.base/vla-ptr.exp: New file.
957
3dd170be
SA
9582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
959
960 * gdb.dwarf2/count.exp: New file.
961
5ecaaa66
SA
9622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
963
964 * gdb.base/vla-sideeffect.c: New file.
965 * gdb.base/vla-sideeffect.exp: New file.
966
41f1ada5
DB
9672014-04-14 David Blaikie <dblaikie@gmail.com>
968
969 * gdb.mi/non-stop.c: Add return value for non-void function return
970 statement.
971 * gdb.threads/staticthreads.c: Ditto.
972
0be03e84
DE
9732014-04-12 Siva Chandra Reddy <sivachandra@google.com>
974 Doug Evans <xdje42@gmail.com>
975
976 * gdb.guile/scm-value.c: Improve test case.
977 * gdb.guile/scm-value.exp: Add new test.
978
f180a1fb
DB
9792014-04-11 David Blaikie <dblaikie@gmail.com>
980
981 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
982 override Clang's default.
983
6b662e19
JB
9842014-04-11 Joel Brobecker <brobecker@adacore.com>
985
986 Revert the following changes (regressions):
987
988 * gdb.base/vla-sideeffect.c: New file.
989 * gdb.base/vla-sideeffect.exp: New file.
990
991 * gdb.dwarf2/count.exp: New file.
992
993 * gdb.base/vla-multi.c: New file.
994 * gdb.base/vla-multi.exp: New file.
995
996 * gdb.base/vla-ptr.c: New file.
997 * gdb.base/vla-ptr.exp: New file.
998
999 * gdb.base/vla-datatypes.c: New file.
1000 * gdb.base/vla-datatypes.exp: New file.
1001
1002 * gdb.mi/mi-vla-c99.exp: New file.
1003 * gdb.mi/vla.c: New file.
1004
245a5f0b
KS
10052014-04-11 Keith Seitz <keiths@redhat.com>
1006
1007 PR c++/16675
1008 * gdb.cp/cpsizeof.exp: New file.
1009 * gdb.cp/cpsizeof.cc: New file.
1010
58a84dcf
SA
10112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1012
191a8a90
JB
1013 * gdb.mi/mi-vla-c99.exp: New file.
1014 * gdb.mi/vla.c: New file.
58a84dcf 1015
c8655f75
SA
10162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1017
1018 * gdb.base/vla-datatypes.c: New file.
1019 * gdb.base/vla-datatypes.exp: New file.
1020
024e13b4
SA
10212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1022
1023 * gdb.base/vla-ptr.c: New file.
1024 * gdb.base/vla-ptr.exp: New file.
1025
1a237e0e
SA
10262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1027
1028 * gdb.base/vla-multi.c: New file.
1029 * gdb.base/vla-multi.exp: New file.
1030
504f3432
SA
10312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1032
1033 * gdb.dwarf2/count.exp: New file.
1034
3bce8237
SA
10352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1036
191a8a90
JB
1037 * gdb.base/vla-sideeffect.c: New file.
1038 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1039
322f9c21
YQ
10402014-04-11 Yao Qi <yao@codesourcery.com>
1041
1042 * gdb.base/completion.exp: Check file exists before running tests
1043 on file completion.
1044
d708bcd1
PA
10452014-04-10 Pedro Alves <palves@redhat.com>
1046
1047 * gdb.base/cond-eval-mode.c: New file.
1048 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1049 prepare_for_testing to build the new file. Check result of
1050 runto_main.
1051 (test_break, test_watch): New procedures.
1052 (top level): Use them.
1053
ae1d2761
PM
10542014-04-08 Pierre Muller <muller@sourceware.org>
1055
1056 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1057 Ctrl-V use for mingw hosts.
1058
7af389b8
SC
10592014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1060
1061 * gdb.python/py-value.c: Improve test case.
1062 * gdb.python/py-value.exp: Add new test.
1063
5e703181
DE
10642014-04-07 David Blaikie <dblaikie@gmail.com>
1065
1066 * lib/compiler.c: Identify the clang compiler.
1067 * lib/compiler.cc: Ditto.
1068
9810b410
YQ
10692014-04-03 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1072
98d1b8dc
AB
10732014-04-01 Anton Blanchard <anton@samba.org>
1074
1075 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1076 messages unique.
1077
3114cea1
AB
10782014-04-01 Anton Blanchard <anton@samba.org>
1079
1080 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1081 prepare_for_testing.
1082
62f7182c
AB
10832014-04-01 Anton Blanchard <anton@samba.org>
1084
1085 * gdb.arch/ppc64-atomic-inst.c: Remove.
1086 * gdb.arch/ppc64-atomic-inst.S: New file.
1087 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1088
770e7fc7
DE
10892014-03-31 Doug Evans <dje@google.com>
1090
1091 * gdb.base/print-symbol-loading-lib.c: New file.
1092 * gdb.base/print-symbol-loading-main.c: New file.
1093 * gdb.base/print-symbol-loading.exp: New file.
1094
46e2bafa
YQ
10952014-03-31 Yao Qi <yao@codesourcery.com>
1096
1097 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1098
8776cfe9
JB
10992014-03-28 Joel Brobecker <brobecker@adacore.com>
1100
1101 * gdb.ada/mi_dyn_arr: New testcase.
1102
5d1ef361
DE
11032014-03-27 Doug Evans <dje@google.com>
1104
1105 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1106
b5bee914
YQ
11072014-03-27 Yao Qi <yao@codesourcery.com>
1108
1109 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1110 if target is nios2-*-*.
1111
0d4d0e77
YQ
11122014-03-26 Yao Qi <yao@codesourcery.com>
1113
1114 * lib/gdb.exp (readline_is_used): New proc.
1115 * gdb.base/completion.exp: Move tests on command complete up.
1116 Skip the rest of tests if readline is not used.
1117 * gdb.ada/complete.exp: Skp the test if readline is not
1118 used.
1119 * gdb.base/filesym.exp: Likewise.
1120 * gdb.base/macscp.exp: Likewise.
1121 * gdb.base/readline-ask.exp: Likewise.
1122 * gdb.base/readline.exp: Likewise.
1123 * gdb.python/py-cmd.exp: Likewise.
1124 * gdb.trace/tfile.exp: Likewise.
1125
29361eee
YQ
11262014-03-26 Yao Qi <yao@codesourcery.com>
1127
1128 * gdb.base/macscp.exp: Fix code format issues.
1129
bc9a5525
UW
11302014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1131
1132 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1133 * gdb.asm/powerpc64le.inc: New file.
1134
d3839ede
PA
11352014-03-25 Pedro Alves <palves@redhat.com>
1136 Doug Evans <dje@google.com>
1137
1138 * gdb.base/source-execution.c: New file.
1139 * gdb.base/source-execution.exp: New file.
1140 * gdb.base/source-execution.gdb: New file.
1141
01672a57
DE
11422014-03-24 Doug Evans <dje@google.com>
1143
1144 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1145 using fission.
1146
88bbeca9
HZ
11472014-03-24 Hui Zhu <hui@codesourcery.com>
1148 Pedro Alves <palves@redhat.com>
1149
1150 PR breakpoints/16101
1151 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1152 test pass/fail messages. Detect missing support for dprintf when
1153 breakpoints are actually inserted.
1154 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1155 breakpoints are actually inserted.
1156 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1157 fails.
1158
d2348791
JK
11592014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1162
feef67ab
DE
11632014-03-22 Doug Evans <xdje42@gmail.com>
1164
1165 * gdb.python/python.exp (python not supported): Verify multi-line
1166 python command issues an error.
25d743f9 1167 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1168 guile command issues an error.
feef67ab 1169
ecebef6a
MR
11702014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1171
1172 * gdb.threads/thread-specific.exp: Handle the lack of usable
1173 $this_breakpoint and $this_thread.
1174
ccdd1909
HZ
11752014-03-21 Hui Zhu <hui@codesourcery.com>
1176
1177 * gdb.base/attach.exp (do_command_attach_tests): New.
1178
beb460e8
PA
11792014-03-20 Tom Tromey <tromey@redhat.com>
1180 Pedro Alves <palves@redhat.com>
1181
1182 PR cli/15718
1183 * gdb.base/condbreak-call-false.c: New file.
1184 * gdb.base/condbreak-call-false.exp: New file.
1185
40acf43a
PA
11862014-03-20 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1189 Delete.
1190 (block_signals, unblock_signals): Delete.
1191 (child_function_2, main): Remove references to deleted variable
1192 and functions.
1193
9f5e1e02
PA
11942014-03-20 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1197 Use pthread_kill to signal thread 2.
1198 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1199 Adjust to make the test send itself a signal rather than using the
1200 host's "kill" command.
1201
99619bea
PA
12022014-03-20 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.threads/multiple-step-overs.c: New file.
1205 * gdb.threads/multiple-step-overs.exp: New file.
1206 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1207 Adjust expected infrun debug output.
1208
2adfaa28
PA
12092014-03-20 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1212 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1213
31e77af2
PA
12142014-03-20 Pedro Alves <palves@redhat.com>
1215
1216 PR breakpoints/7143
1217 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1218 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1219 of gdb_test_multiple.
1220 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1221 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1222
b9f437de
PA
12232014-03-20 Pedro Alves <palves@redhat.com>
1224
1225 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1226 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1227
05adc73e
PA
12282014-03-19 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.base/async.exp: Remove early return.
1231
6048b950
PA
12322014-03-19 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1235
8bcfb00a
PA
12362014-03-19 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/async.exp (test_background): Expect \r\n after
1239 "completed." in the fail pattern.
1240
884e37dc
PA
12412014-03-19 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.base/async.exp (test_background): New procedure.
1244 Use it for all background execution command tests.
1245
148e57e2
PA
12462014-03-19 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.base/async.exp: Use prepare_for_testing.
1249
f48088c7
PA
12502014-03-19 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1253 the same line.
1254
e2f6c966
PA
12552014-03-19 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.base/async.c (main): Add "jump here" and "until here" line
1258 marker comments.
1259 * gdb.base/async.exp (jump_here): New global.
1260 (jump& test): Use it.
1261 (until_here): New global.
1262 (until& test): Use it.
1263
c30568d4
PA
12642014-03-19 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/async.exp: Don't frob gdb_protocol.
1267
0172b6a7
DE
12682014-03-18 Doug Evans <xdje42@gmail.com>
1269
1270 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1271 Fix spelling of exec-done-display.
1272
06c868a8
JK
12732014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 PR gdb/15358
1276 * gdb.base/gdb-sigterm.c: New file.
1277 * gdb.base/gdb-sigterm.exp: New file.
1278
0c7e1a46
PA
12792014-03-18 Pedro Alves <palves@redhat.com>
1280
1281 PR gdb/13860
1282 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1283 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1284 solib-event.
1285
f7c77d93
JB
12862014-03-17 Joel Brobecker <brobecker@adacore.com>
1287
1288 * gdb.ada/pckd_arr_ren: New testcase.
1289
5a1e8c7a
DE
12902014-03-13 Doug Evans <xdje42@gmail.com>
1291
1292 PR guile/16612
1293 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1294 collect after discarding symbols.
1295
350e1a76
DE
12962014-03-13 Ludovic Courtès <ludo@gnu.org>
1297 Doug Evans <xdje42@gmail.com>
1298
1299 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1300 to history survives a gc.
1301
a69900ae
PA
13022014-03-13 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.base/default.exp: Don't test "target procfs".
1305
5db9f0bd
PA
13062014-03-13 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/default.exp: Update "target child" and "target procfs"
1309 tests to not expect "Unix".
1310
b3ccfe11
TT
13112014-03-12 Tom Tromey <tromey@redhat.com>
1312
1313 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1314 New procs. Add target-async tests.
1315 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1316 Add target-async tests.
1317
646f4417
AA
13182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1319
1320 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1321 'func_start' and 'func_end' for the beginning and end of the
1322 function code, respectively.
1323 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1324 'func_end' instead of 'func' and 'main'.
1325
288c211f
AA
13262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1327
1328 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1329 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1330 generate the debug info assembler source.
1331
e0c0f156
AA
13322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1333
1334 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1335 * gdb.dwarf2/arr-subrange.exp: Likewise.
1336 * gdb.dwarf2/dwz.exp: Likewise.
1337 * gdb.dwarf2/method-ptr.exp: Likewise.
1338 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1339 * gdb.dwarf2/subrange.exp: Likewise.
1340 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1341 * gdb.dwarf2/implptrpiece.exp: Likewise.
1342 * gdb.dwarf2/nostaticblock.exp: Likewise.
1343
0e5c4555
AA
13442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1345
1346 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1347 directory to absolute path name arguments.
1348
5ec18f2b
JG
13492014-03-10 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.ada/tagged_access: New testcase.
1352
847fc4f2
MM
13532014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1354
1355 * gdb.btrace/data.exp: Update expected output.
1356
cc3da688
YQ
13572014-03-06 Yao Qi <yao@codesourcery.com>
1358
1359 * gdb.trace/pr16508.exp: New file.
1360
0f26cec1
PA
13612014-03-05 Pedro Alves <palves@redhat.com>
1362
1363 PR gdb/16575
1364 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1365 procedure.
1366 (top level): Adjust to use it. Add tests that exercise breakpoint
1367 interaction with the code-cache.
1368
7a5a839f
LC
13692014-02-26 Ludovic Courtès <ludo@gnu.org>
1370
1371 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1372 test for 'history-append!'.
1373
31aa7e4e
JB
13742014-02-26 Joel Brobecker <brobecker@adacore.com>
1375
1376 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1377 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1378 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1379 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1380 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1381 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1382
1b588015
JB
13832014-02-26 Joel Brobecker <brobecker@adacore.com>
1384
1385 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1386 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1387 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1388
55426c9d
JB
13892014-02-26 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1392
dc53a7ad
JB
13932014-02-26 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.dwarf2/arr-stride.c: New file.
1396 * gdb.dwarf2/arr-stride.exp: New file.
1397
12ab52e9
PA
13982014-02-26 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1401 that won't ever trigger. Make sure that GDB reports the correct
1402 breakpoint that caused the stop.
1403
849c862e
JK
14042014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1405
1406 PR gdb/16626
1407 * gdb.base/auto-load-script: New file.
1408 * gdb.base/auto-load.c: New file.
1409 * gdb.base/auto-load.exp: New file.
1410
71b7d793
JK
1411 PR gdb/16626
1412 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1413
e2f0d509
JK
14142014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1417 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1418
50cc37c8
DE
14192014-02-24 Doug Evans <dje@google.com>
1420
1421 * lib/gdb.exp (run_on_host): Log error output if program fails.
1422
ea4758f2
PA
14232014-02-21 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.threads/step-after-sr-lock.c: Rename to ...
1426 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1427 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1428 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1429 ... this.
1430
d7b30f67
SDJ
14312014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1432
1433 PR tdep/16397
1434 * gdb.arch/amd64-stap-special-operands.exp: New file.
1435 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1436 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1437 * gdb.arch/amd64-stap-triplet.S: Likewise.
1438 * gdb.arch/amd64-stap-triplet.c: Likewise.
1439
83deb43f
JB
14402014-02-20 Joel Brobecker <brobecker@adacore.com>
1441
1442 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1443 in .section pseudo-op.
1444
adde2bff
DE
14452014-02-20 lin zuojian <manjian2006@gmail.com>
1446 Joel Brobecker <brobecker@adacore.com>
1447 Doug Evans <xdje42@gmail.com>
1448
1449 PR symtab/16581
1450 * gdb.dwarf2/dw2-icycle.S: New file.
1451 * gdb.dwarf2/dw2-icycle.c: New file.
1452 * gdb.dwarf2/dw2-icycle.exp: New file.
1453
f7bd0f78
SC
14542014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1455
1456 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1457 operations on gdb.Value objects.
1458 * gdb.python/py-value-cc.exp: Add new test to test operations on
1459 gdb.Value objects.
1460
c17ef0d5
DE
14612014-02-18 Doug Evans <dje@google.com>
1462
1463 * Makefile.in (TESTS): New variable.
1464 (expanded_tests, expanded_tests_or_none): New variables
1465 (check-single): Pass $(expanded_tests_or_none) to runtest.
1466 (check-parallel): Only run tests in $(TESTS) if non-empty.
1467 (check/no-matching-tests-found): New rule.
1468 * README: Document TESTS makefile variable.
1469
5dd3176f
DE
14702014-02-18 Doug Evans <dje@google.com>
1471
1472 * Makefile.in (check-parallel): rm -rf outputs temp.
1473
0b10be4f
JK
14742014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 Fix "ERROR: no fileid for" in the testsuite.
1477 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1478
85f224e7
DE
14792014-02-12 Doug Evans <dje@google.com>
1480
1481 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1482 (MISCELLANEOUS): New variable.
1483 (clean): rm -rf $(MISCELLANEOUS).
1484 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1485 dwp live in the same directory as symlinks, with each symlink pointed
1486 to a differently named file in a different directory.
1487
149b30ff
DE
14882014-02-11 Doug Evans <dje@google.com>
1489
1490 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1491 of Tcl file commands.
1492
1dfdac32
MK
14932014-02-10 Mark Kettenis <kettenis@gnu.org>
1494
1495 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1496 "kill -SIGUSR1 -1".
1497
aa4fb036
JB
14982014-02-10 Joel Brobecker <brobecker@adacore.com>
1499
1500 * gdb.ada/tick_length_array_enum_idx: New testcase.
1501
ed3ef339
DE
15022014-02-10 Doug Evans <xdje42@gmail.com>
1503
1504 * configure.ac (AC_OUTPUT): Add gdb.guile.
1505 * configure: Regenerate.
1506 * lib/gdb-guile.exp: New file.
1507 * lib/gdb.exp (get_target_charset): New function.
1508 * gdb.base/help.exp: Update expected output from "apropos apropos".
1509 * gdb.guile/Makefile.in: New file.
1510 * gdb.guile/guile.exp: New file.
1511 * gdb.guile/scm-arch.c: New file.
1512 * gdb.guile/scm-arch.exp: New file.
1513 * gdb.guile/scm-block.c: New file.
1514 * gdb.guile/scm-block.exp: New file.
1515 * gdb.guile/scm-breakpoint.c: New file.
1516 * gdb.guile/scm-breakpoint.exp: New file.
1517 * gdb.guile/scm-disasm.c: New file.
1518 * gdb.guile/scm-disasm.exp: New file.
1519 * gdb.guile/scm-equal.c: New file.
1520 * gdb.guile/scm-equal.exp: New file.
1521 * gdb.guile/scm-error.exp: New file.
1522 * gdb.guile/scm-error.scm: New file.
1523 * gdb.guile/scm-frame-args.c: New file.
1524 * gdb.guile/scm-frame-args.exp: New file.
1525 * gdb.guile/scm-frame-args.scm: New file.
1526 * gdb.guile/scm-frame-inline.c: New file.
1527 * gdb.guile/scm-frame-inline.exp: New file.
1528 * gdb.guile/scm-frame.c: New file.
1529 * gdb.guile/scm-frame.exp: New file.
1530 * gdb.guile/scm-generics.exp: New file.
1531 * gdb.guile/scm-gsmob.exp: New file.
1532 * gdb.guile/scm-iterator.c: New file.
1533 * gdb.guile/scm-iterator.exp: New file.
1534 * gdb.guile/scm-math.c: New file.
1535 * gdb.guile/scm-math.exp: New file.
1536 * gdb.guile/scm-objfile-script-gdb.in: New file.
1537 * gdb.guile/scm-objfile-script.c: New file.
1538 * gdb.guile/scm-objfile-script.exp: New file.
1539 * gdb.guile/scm-objfile.c: New file.
1540 * gdb.guile/scm-objfile.exp: New file.
1541 * gdb.guile/scm-ports.exp: New file.
1542 * gdb.guile/scm-pretty-print.c: New file.
1543 * gdb.guile/scm-pretty-print.exp: New file.
1544 * gdb.guile/scm-pretty-print.scm: New file.
1545 * gdb.guile/scm-section-script.c: New file.
1546 * gdb.guile/scm-section-script.exp: New file.
1547 * gdb.guile/scm-section-script.scm: New file.
1548 * gdb.guile/scm-symbol.c: New file.
1549 * gdb.guile/scm-symbol.exp: New file.
1550 * gdb.guile/scm-symtab-2.c: New file.
1551 * gdb.guile/scm-symtab.c: New file.
1552 * gdb.guile/scm-symtab.exp: New file.
1553 * gdb.guile/scm-type.c: New file.
1554 * gdb.guile/scm-type.exp: New file.
1555 * gdb.guile/scm-value-cc.cc: New file.
1556 * gdb.guile/scm-value-cc.exp: New file.
1557 * gdb.guile/scm-value.c: New file.
1558 * gdb.guile/scm-value.exp: New file.
1559 * gdb.guile/source2.scm: New file.
1560 * gdb.guile/types-module.cc: New file.
1561 * gdb.guile/types-module.exp: New file.
1562
7026a7c1
YQ
15632014-02-10 Yao Qi <yao@codesourcery.com>
1564
1565 PR testsuite/16543
1566 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1567 * configure: Regenerated.
1568 * Makefile.in: New file.
1569
6c466447
AS
15702014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1571
1572 * gdb.python/py-framefilter.exp: Fix typo.
1573
6e854735
YQ
15742014-02-08 Yao Qi <yao@codesourcery.com>
1575
1576 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1577 that no =breakpoint-modified is emitted when breakpoints are
1578 modified through MI commands.
1579
d137e6dc
PA
15802014-02-07 Pedro Alves <pedro@codesourcery.com>
1581 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.threads/step-after-sr-lock.c: New file.
1584 * gdb.threads/step-after-sr-lock.exp: New file.
1585
b5ee5a50
PA
15862014-02-07 Pedro Alves <palves@redhat.com>
1587
1588 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1589
3c77faf3
JK
15902014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1591
1592 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1593 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1594
6dddc817
DE
15952014-02-06 Doug Evans <xdje42@gmail.com>
1596
1597 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1598 output.
1599
1600 * gdb.gdb/python-interrupts.exp: New file.
1601
de7b2893
YQ
16022014-02-05 Yao Qi <yao@codesourcery.com>
1603
1604 * gdb.trace/report.exp (use_collected_data): Test the output
1605 of "info threads" and "info inferiors".
1606
66d032ac
YQ
16072014-02-05 Yao Qi <yao@codesourcery.com>
1608
1609 Revert this patch:
1610
1611 2013-05-24 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.trace/tfile.exp: Test inferior and thread.
1614
591a12a1
UW
16152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1616
1617 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1618 on a function.
1619 * gdb.base/step-bt.c: Call hello via function pointer to make
1620 sure its first instruction is executed on powerpc64le-linux.
1621
0ff3e01f
UW
16222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1623
1624 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1625
084ee545
UW
16262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1627
1628 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1629 of the test patterns for use on little-endian systems.
1630
6ed14ff3
UW
16312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1632
1633 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1634 (decimal_vector): Fix for little-endian.
1635
401e27fd
JM
16362014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1637
1638 * gdb.arch/sparc-sysstep.exp: New file.
1639 * gdb.arch/sparc-sysstep.c: Likewise.
1640
1641 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1642
8b924729
EBM
16432014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1644
1645 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1646
fb151210
JB
16472014-01-23 Tom Tromey <tromey@redhat.com>
1648
1649 * gdb.ada/array_char_idx: New testcase.
1650
0740f8d8
TT
16512014-01-23 Tom Tromey <tromey@redhat.com>
1652
1653 PR python/16487:
1654 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1655 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1656 classes.
1657
21909fa1
TT
16582014-01-23 Tom Tromey <tromey@redhat.com>
1659
1660 PR python/16491:
1661 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1662 string from an inferior frame.
1663 * gdb.python/py-framefilter-mi.exp: Update.
1664
87ce2a04
DE
16652014-01-22 Doug Evans <dje@google.com>
1666
1667 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1668
237b092b
AA
16692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1670
1671 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1672
d674a709
AA
16732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1674
1675 * gdb.trace/entry-values.exp: Remove excess space character from
1676 regex patterns. Handle s390 call instruction.
1677
20fa3390
AA
16782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1679
1680 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1681 define "*_start" label. Make "name" static.
1682 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1683 ${name} by references to ${name}_start.
1684
78466714
AA
16852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1686
1687 * gdb.base/info-macros.exp: Remove "debug" from the compile
1688 options.
1689
ec9f644a
IB
16902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1691
1692 * gdb.dlang/demangle.exp: New file.
1693
94b1b47e
IB
16942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1695
1696 * gdb.dlang/primitive-types.exp: New file.
1697
7f420862
IB
16982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1699
1700 * configure.ac: Create gdb.dlang/Makefile.
1701 * configure: Regenerate.
1702 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1703 * gdb.dlang/Makefile.in: New file.
1704 * lib/d-support.exp: New file.
1705 * lib/gdb.exp (skip_d_tests): New proc.
1706
52834460
MM
17072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1708
1709 * gdb.btrace/delta.exp: Check reverse stepi.
1710 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1711 * gdb.btrace/finish.exp: New.
1712 * gdb.btrace/next.exp: New.
1713 * gdb.btrace/nexti.exp: New.
1714 * gdb.btrace/record_goto.c: Add comments.
1715 * gdb.btrace/step.exp: New.
1716 * gdb.btrace/stepi.exp: New.
1717 * gdb.btrace/multi-thread-step.c: New.
1718 * gdb.btrace/multi-thread-step.exp: New.
1719 * gdb.btrace/rn-dl-bind.c: New.
1720 * gdb.btrace/rn-dl-bind.exp: New.
1721 * gdb.btrace/data.c: New.
1722 * gdb.btrace/data.exp: New.
1723 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1724
6e07b1d2
MM
17252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1726
1727 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1728 * gdb.btrace/exception.exp: Update.
1729 * gdb.btrace/instruction_history.exp: Update.
1730 * gdb.btrace/record_goto.exp: Update.
1731 * gdb.btrace/tailcall.exp: Update.
1732 * gdb.btrace/unknown_functions.exp: Update.
1733 * gdb.btrace/delta.exp: New.
1734
0b722aec
MM
17352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1736
1737 * gdb.btrace/record_goto.exp: Add backtrace test.
1738 * gdb.btrace/tailcall.exp: Add backtrace test.
1739
066ce621
MM
17402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1741
1742 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1743 * gdb.btrace/record_goto.c: New.
1744 * gdb.btrace/record_goto.exp: New.
1745 * gdb.btrace/x86-record_goto.S: New.
1746
0688d04e
MM
17472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1748
1749 * gdb.btrace/function_call_history.exp: Update tests.
1750 * gdb.btrace/instruction_history.exp: Update tests.
1751
8710b709
MM
17522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1753
1754 * gdb.btrace/function_call_history.exp: Fix expected field
1755 order for "record function-call-history".
1756 Add new tests for "record function-call-history /c".
1757 * gdb.btrace/exception.cc: New.
1758 * gdb.btrace/exception.exp: New.
1759 * gdb.btrace/tailcall.exp: New.
1760 * gdb.btrace/x86-tailcall.S: New.
1761 * gdb.btrace/x86-tailcall.c: New.
1762 * gdb.btrace/unknown_functions.c: New.
1763 * gdb.btrace/unknown_functions.exp: New.
1764 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1765
5de9129b
MM
17662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1767
1768 * gdb.btrace/instruction_history.exp: Update.
1769 * gdb.btrace/function_call_history.exp: Update.
1770
23a7fe75
MM
17712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1772
1773 * gdb.btrace/function_call_history.exp: Fix expected function
1774 trace.
1775 * gdb.btrace/instruction_history.exp: Initialize traced.
1776 Remove traced_functions.
1777
724c7dd8
MM
17782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1779
1780 * gdb.btrace/function_call_history.exp: Update
1781 * gdb.btrace/instruction_history.exp: Update.
1782
6d78d93b
MM
17832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1784
1785 * gdb.btrace/enable.exp: Update expected text.
1786
93a360cc
OJ
17872014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1788
1789 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1790 bytes.
1791
3772b53f
MR
17922014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1793
1794 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1795
596662fa
OJ
17962014-01-15 Omair Javaid <omair.javaid@linaro.org>
1797
1798 * lib/gdb.exp (supports_process_record): Return true for
1799 arm*-linux*. (supports_reverse): Likewise.
1800
b5b08fb4
SC
18012014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1802
1803 PR python/15464
1804 PR python/16113
1805 * gdb.python/py-type.c: Enhance test case.
1806 * gdb.python/py-value-cc.cc: Likewise
1807 * gdb.python/py-type.exp: Add new tests.
1808 * gdb.python/py-value-cc.exp: Likewise
1809
52d7fb13
AA
18102014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1811 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1814 Make "name" extern.
1815 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1816 references to ${name}_start by references to ${name}.
1817
a2cd8cfe
JB
18182014-01-10 Joel Brobecker <brobecker@adacore.com>
1819
1820 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1821
4e23fced
JB
18222014-01-10 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1825
c6a9e42c
PA
18262014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1827 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.mi/mi-info-os.exp: Connect to the target with
1830 mi_gdb_target_load.
1831
b7ea362b
PA
18322014-01-08 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.threads/reconnect-signal.c: New file.
1835 * gdb.threads/reconnect-signal.exp: New file.
1836
5e3f4fab
EBM
18372014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 * gdb.base/source-dir.exp: New file.
1840
79301218
JB
18412014-01-07 Joel Brobecker <brobecker@adacore.com>
1842
1843 * gdb.ada/mi_interface: New testcase.
1844
8e355c5d
JB
18452014-01-07 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1848 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1849 gdb.ada/pp-rec-component/pck.ads: New files.
1850
c0d48811
JB
18512014-01-07 Joel Brobecker <brobecker@adacore.com>
1852
1853 * gdb.python/py-pp-integral.c: New file.
1854 * gdb.python/py-pp-integral.py: New file.
1855 * gdb.python/py-pp-integral.exp: New file.
1856
17b609c3 1857For older changes see ChangeLog-1993-2013.
c906108c 1858\f
8d8cb839
EZ
1859;; Local Variables:
1860;; mode: change-log
1861;; left-margin: 8
1862;; fill-column: 74
1863;; version-control: never
1864;; End:
902f2ccb 1865
14f8b115 1866 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1867 Copying and distribution of this file, with or without modification,
1868 are permitted provided the copyright notice and this notice are preserved.
This page took 2.501343 seconds and 4 git commands to generate.