]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Move catch_command_errors and catch_command_errors_const to main.c
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c933f875
PA
12014-07-14 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/execution-termios.c: New file.
4 * gdb.base/execution-termios.exp: New file.
5
d98b7a16
TT
62014-07-14 Tom Tromey <tromey@redhat.com>
7
8 * gdb.cp/vla-cxx.cc: New file.
9 * gdb.cp/vla-cxx.exp: New file.
10
548740d6
TT
112014-07-14 Tom Tromey <tromey@redhat.com>
12
13 * gdb.reverse/rerun-prec.c: New file.
14 * gdb.reverse/rerun-prec.exp: New file.
15
a25eb028
MR
162014-07-12 Maciej W. Rozycki <macro@mips.com>
17 Maciej W. Rozycki <macro@codesourcery.com>
18
19 * lib/gdb-utils.exp: New file.
20 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21 inline `gdb_init_command' processing.
22 (gdb_start_cmd): Likewise.
23 * lib/mi-support.exp (mi_run_cmd): Likewise.
24 * README: Document `gdb_init_command' and `gdb_init_commands'.
25
218c2655
JK
262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Fix false FAIL running under a very long directory name.
29 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
30 and "set print elements 10000". Twice.
31
5401fde3
YQ
322014-07-11 Yao Qi <yao@codesourcery.com>
33
34 * gdb.base/exprs.exp: "set print symbol off".
35
e76126e8
PA
362014-07-11 Pedro Alves <palves@redhat.com>
37
38 * gdb.threads/kill.c: New file.
39 * gdb.threads/kill.exp: New file.
40
2d6f0de6
YQ
412014-07-10 Yao Qi <yao@codesourcery.com>
42
43 * gdb.trace/tfile.c (write_basic_trace_file)
44 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
45 address written to trace file.
46
7180e04a
PA
472014-07-09 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/attach-wait-input.exp: New file.
50 * gdb.base/attach-wait-input.c: New file.
51
9a9a7608
AB
522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
55 setting up test structures.
56 (main): Call new test function.
57 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
58 test function, continue into test function and walk test
59 structures.
60
161ac41e
YQ
612014-07-02 Yao Qi <yao@codesourcery.com>
62
63 * gdb.trace/entry-values.c: Define labels 'foo_start' and
64 'bar_start' at the beginning of functions 'foo' and 'bar'
65 respectively.
66 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
67 instead of 'foo' and 'bar'.
68
1f267ae3
MM
692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
70
71 * gdb.btrace/segv.exp: New.
72 * gdb.btrace/segv.c: New.
73
2b239efb
LM
742014-07-02 Luis Machado <lgustavo@codesourcery.com>
75
76 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
77 instruction.
78
cf363f18
MW
792014-06-30 Mark Wielaard <mjw@redhat.com>
80
81 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
82 vulture, vilify, villar): New volatile array constants.
83 (vindictive, vegetation): New const volatile array constants.
84 * gdb.base/volatile.exp: Test volatile and const volatile array
85 types.
86
aebf9d24
AA
872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
88
89 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
90 target lacks support for awatch, rwatch, or hbreak.
91
b67a2c6f
YQ
922014-06-27 Yao Qi <yao@codesourcery.com>
93
94 * gdb.multi/dummy-frame-restore.exp: New.
95 * gdb.multi/dummy-frame-restore.c: New.
96
aef92902
MM
972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
98
99 * gdb.btrace/gcore.exp: New.
100
8e9db26e
PA
1012014-06-23 Pedro Alves <palves@redhat.com>
102
103 * gdb.base/watchpoint-reuse-slot.c: New file.
104 * gdb.base/watchpoint-reuse-slot.exp: New file.
105
70afc5b7
SC
1062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
107
108 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
109 progspace's filename in 'info', 'enable' and 'disable' command
110 tests.
111
b972bd9c
JK
1122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
115 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
116 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
117
125f8a3d
GB
1182014-06-20 Gary Benson <gbenson@redhat.com>
119
120 * gdb.arch/i386-avx.exp: Fix include file location.
121 * gdb.arch/i386-sse.exp: Likewise.
122
3ed9baed
IB
1232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
124
125 * gdb.dlang/expression.exp: New file.
126
034f788c
PA
1272014-06-19 Pedro Alves <palves@redhat.com>
128
129 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
130 out from ...
131 (top level): ... here. Iterate running tests under different
132 scheduler-locking settings.
133
45371d0c
LM
1342014-06-18 Luis Machado <lgustavo@codesourcery.com>
135
136 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
137 to DW_FORM_addr and use non-zero addresses.
138
5d376983
SC
1392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
140
141 PR gdb/17017
142 * gdb.python/py-xmethods.cc: Add global function call counters and
143 increment them in their respective functions. Remove "cout"
144 statements.
145 * gdb.python/py-xmethods.exp: Make tests check the global function
146 call counters instead of depending on inferior IO.
147
a1aa2221
LM
1482014-06-18 Don Breazeal <donb@codesourcery.com>
149
150 * gdb.base/foll-fork.exp (default_fork_parent_follow):
151 Deleted procedure.
152 (explicit_fork_parent_follow): Deleted procedure.
153 (explicit_fork_child_follow): Deleted procedure.
154 (test_follow_fork): New procedure.
155 (do_fork_tests): Replace calls to deleted procedures with
156 calls to test_follow_fork and reset GDB for subsequent
157 procedure calls.
158
0fc05997
YQ
1592014-06-17 Yao Qi <yao@codesourcery.com>
160
161 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
162 CP1252.
163
70795c52
LM
1642014-06-17 Luis Machado <lgustavo@codesourcery.com>
165
166 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
167 Initialize ptr and S explicitly.
168 (skip_type_update_when_not_use_rtti_test): Likewise.
169
6be47f0c
KS
1702014-06-16 Keith Seitz <keiths@redhat.com>
171
172 PR mi/15863
173 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
174 the inferior is started.
175
d03de421
PA
1762014-06-16 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/break-main-file-remove-fail.c: New file.
179 * gdb.base/break-main-file-remove-fail.exp: New file.
180 * gdb.base/break-unload-file.exp: Use build_executable instead of
181 prepare_for_testing.
182 (test_break): New parameter "initial_load". Handle it.
183 (top level): Add initial_load cmdline/file axis.
184
f9579b99
TT
1852014-06-12 Tom Tromey <tromey@redhat.com>
186
187 * gdb.base/completion.exp: Don't use directory name in test.
188
3657956b
GB
1892014-06-09 Gary Benson <gbenson@redhat.com>
190
191 * gdb.base/sigall.c [Functions to send signals]: Reorder to
192 separate the always-available ANSI-standard signals from the
193 signals that require checking.
194 (main): Likewise.
195 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
196 Likewise.
197 (main): Likewise.
198
4186eb54
KS
1992014-06-07 Keith Seitz <keiths@redhat.com>
200
201 Revert:
202 PR c++/16253
203 * gdb.cp/var-tag.cc: New file.
204 * gdb.cp/var-tag.exp: New file.
205 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
206 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
207 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
208 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
209
25326a28 2102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
211
212 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
213
829155c9
PA
2142014-06-06 Pedro Alves <palves@redhat.com>
215
216 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
217 in target debug output instead of looking at RSP packets,
218 disabling the test on any target that uses hardware stepping.
219 Update comments.
220
61c8d22e
PA
2212014-06-06 Pedro Alves <palves@redhat.com>
222
223 * gdb.base/break-unload-file.exp: Fix typo.
224
d9a47287
YQ
2252014-06-06 Yao Qi <yao@codesourcery.com>
226
227 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
228 from "jit_function" to "^jit_function".
229
e5e01dbf
YQ
2302014-06-06 Yao Qi <yao@codesourcery.com>
231
232 * gdb.base/async.c (foo): Add one statement.
233 * gdb.base/async.exp: Get the next instruction address and
234 match the output of "nexti" by instruction address. Match
235 the hex address in the output of "finish".
236
73ba372c
GB
2372014-06-06 Gary Benson <gbenson@redhat.com>
238
239 * gdb.base/call-signals.c: Remove preprocessor conditionals
240 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
241 SIGSEGV and SIGTERM.
242 * gdb.base/sigall.c: Likewise.
243 * gdb.base/unwindonsignal.c: Likewise.
244 * gdb.reverse/sigall-reverse.c: Likewise.
245
831517df
YQ
2462014-06-06 Yao Qi <yao@codesourcery.com>
247
248 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
249 readable, skip the test.
250
b8b91e98
YQ
2512014-06-06 Yao Qi <yao@codesourcery.com>
252
253 * gdb.threads/staticthreads.c (thread_function): Move the line
254 setting breakpoint on forward.
255 * gdb.threads/staticthreads.exp: Update comments.
256
fb934770
LC
2572014-06-05 Ludovic Courtès <ludo@gnu.org>
258
259 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
260 "history-append! type error".
261
6ef284bd
SM
2622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
263
264 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
265 erroneous dprintf expected input.
266
a872e241
DE
2672014-06-04 Doug Evans <xdje42@gmail.com>
268
269 * gdb.guile/scm-generics.exp: Delete.
270
16f691fb
DE
2712014-06-04 Doug Evans <xdje42@gmail.com>
272
273 * gdb.guile/scm-breakpoint.exp: Update.
274 Add tests for breakpoint registration.
275
012370f6
TT
2762014-06-04 Tom Tromey <tromey@redhat.com>
277
278 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
279 VLA-in-union.
280 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
281 inner_vla_struct, vla_union types. Initialize objects of those
282 types and compute their sizes.
283
9f5a4cef
HZ
2842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
285 Hui Zhu <hui@codesourcery.com>
286
287 * gdb.base/fileio.exp: Add test for shell not available as well as
288 available.
289 * gdb.base/fileio.c (test_system): Check for shell twice.
290
90a45c4d
YQ
2912014-06-04 Yao Qi <yao@codesourcery.com>
292
293 * gdb.base/auto-connect-native-target.exp: Remove redundant
294 space from the regexp pattern.
295
70017e41
YQ
2962014-06-04 Yao Qi <yao@codesourcery.com>
297
298 * gdb.base/default.exp: Replace "child" with "native" in
299 regexp pattern.
300
883964a7
SC
3012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
302
303 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
304 * gdb.python/py-xmethods.exp: New tests to test xmethods.
305 * gdb.python/py-xmethods.py: Python script supporting the
306 new testcase and tests.
307
ef370185
JB
3082014-06-03 Joel Brobecker <brobecker@adacore.com>
309 Pedro Alves <palves@redhat.com>
310
311 PR breakpoints/17000
312 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
313 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
314
1e2ccb61
BM
3152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
316
317 * gdb.base/subst.exp: Add tests to verify partial path matching
318 output.
319
c6ec5ab2
PA
3202014-06-03 Pedro Alves <palves@redhat.com>
321
322 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
323 target that doesn't use software single-stepping.
324
835c559f
PA
3252014-06-03 Pedro Alves <palves@redhat.com>
326
327 PR breakpoints/17000
328 * gdb.base/sss-bp-on-user-bp-2.c: New file.
329 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
330
06eb1586
DE
3312014-06-02 Doug Evans <xdje42@gmail.com>
332
333 * gdb.guile/scm-parameter.exp: New file.
334
e698b8c4
DE
3352014-06-02 Doug Evans <xdje42@gmail.com>
336
337 * gdb.guile/scm-cmd.c: New file.
338 * gdb.guile/scm-cmd.exp: New file.
339
ded03782
DE
3402014-06-02 Doug Evans <xdje42@gmail.com>
341
342 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
343 pretty-printer lookup.
344 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
345 (make-pp_s-printer): Call it.
346 (make-pretty-printer-from-dict): New function.
347 (lookup-pretty-printer-maker-from-dict): New function.
348 (*pretty-printer*): Simplify.
349 (make-objfile-pp_s-printer): New function.
350 (install-objfile-pretty-printers!): New function.
351 (make-progspace-pp_s-printer): New function.
352 (install-progspace-pretty-printers!): New function.
353 * gdb.guile/scm-progspace.c: New file.
354 * gdb.guile/scm-progspace.exp: New file.
355
41fac0cf
PA
3562014-06-02 Pedro Alves <palves@redhat.com>
357
358 * gdb.base/dprintf-bp-same-addr.c: New file.
359 * gdb.base/dprintf-bp-same-addr.exp: New file.
360
96ae5695
EBM
3612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
362
363 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
364 * gdb.arch/powerpc-power.s: Likewise.
365
da02b3a8
JB
3662014-06-02 Joel Brobecker <brobecker@adacore.com>
367
368 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
369
c72b2e7b
YQ
3702014-06-01 Yao Qi <yao@codesourcery.com>
371
372 * gdb.base/watchpoint.exp (test_watch_location): Check null
373 pointer can be dereferenced. If not, do the test, otherwise
374 skip it.
375
53e8a631
AB
3762014-05-30 Andrew Burgess <aburgess@broadcom.com>
377
378 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
379 results.
380 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
381
938f0e2f
AB
3822014-05-30 Andrew Burgess <aburgess@broadcom.com>
383
384 * gdb.arch/amd64-invalid-stack-middle.S: New file.
385 * gdb.arch/amd64-invalid-stack-middle.c: New file.
386 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
387 * gdb.arch/amd64-invalid-stack-top.c: New file.
388 * gdb.arch/amd64-invalid-stack-top.exp: New file.
389
9ba6657a
PA
3902014-05-30 Pedro Alves <palves@redhat.com>
391
392 PR breakpoints/17000
393 * gdb.base/sss-bp-on-user-bp.c: New file.
394 * gdb.base/sss-bp-on-user-bp.exp: New file.
395
522c09bf
DB
3962014-05-30 David Blaikie <dblaikie@gmail.com>
397
398 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
399 gnu_inline semantics via attribute.
400 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
401 source explicitly specifies the required semantics.
402
bf4ef81e
MR
4032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
404
405 * gdb.reverse/sigall-reverse.exp: Fix a typo.
406
329ea579
PA
4072014-05-29 Pedro Alves <palves@redhat.com>
408 Tom Tromey <tromey@redhat.com>
409
410 * gdb.base/async-shell.exp: Don't enable target-async.
411 * gdb.base/async.exp
412 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
413 parameter. Adjust.
414 (top level): Don't test with "target-async".
415 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
416 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
417 * gdb.base/inferior-died.exp: Don't enable target-async.
418 * gdb.base/interrupt-noterm.exp: Likewise.
419 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
420 * gdb.mi/mi-nonstop-exit.exp: Likewise.
421 * gdb.mi/mi-nonstop.exp: Likewise.
422 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
423 * gdb.mi/mi-nsintrall.exp: Likewise.
424 * gdb.mi/mi-nsmoribund.exp: Likewise.
425 * gdb.mi/mi-nsthrexec.exp: Likewise.
426 * gdb.mi/mi-watch-nonstop.exp: Likewise.
427 * gdb.multi/watchpoint-multi.exp: Adjust comment.
428 * gdb.python/py-evsignal.exp: Don't enable target-async.
429 * gdb.python/py-evthreads.exp: Likewise.
430 * gdb.python/py-prompt.exp: Likewise.
431 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
432 * gdb.server/solib-list.exp: Don't enable target-async.
433 * gdb.threads/thread-specific-bp.exp: Likewise.
434 * lib/mi-support.exp: Adjust to use mi-async.
435
fd664c91
PA
4362014-05-29 Pedro Alves <palves@redhat.com>
437
438 PR gdb/13860
439 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
440 reason, even in sync mode.
441
251bde03
PA
4422014-05-29 Pedro Alves <palves@redhat.com>
443 Hui Zhu <hui@codesourcery.com>
444
445 PR PR15693
446 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
447 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
448 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
449 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
450
7f3c0343
JB
4512014-05-28 Joel Brobecker <brobecker@adacore.com>
452
453 * config/monitor.exp (gdb_target_monitor): Replace use of
454 "set remotebaud" by "set serial baud".
455
b2715b27
AW
4562014-05-26 Andy Wingo <wingo@igalia.com>
457
458 * gdb.guile/scm-breakpoint.exp:
459 * gdb.guile/scm-gsmob.exp: Update to use plain old object
460 properties instead of gdb-object-properties.
461
498a4489
YQ
4622014-05-26 Yao Qi <yao@codesourcery.com>
463
464 * gdb.server/no-thread-db.exp: Specify source file name
465 explicitly when setting a breakpoint.
466
589fdceb
MM
4672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
468
469 * gdb.btrace/vdso.c: New.
470 * gdb.btrace/vdso.exp: New.
471
e9089e05
MM
4722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
473
474 * gdb.base/gcore.exp (capture_command_output): Move ...
475 * lib/gdb.exp (capture_command_output): ... here.
476
67b5c0c1
MM
4772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
478
479 * gdb.btrace/data.exp: Test memory access during btrace replay.
480
a2199296
SM
4812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
482
483 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
484
17b2616c
PA
4852014-05-21 Pedro Alves <palves@redhat.com>
486
487 PR gdb/13860
488 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
489 (top level): Test that output related to execution commands is
490 sent to the console with CLI commands, but not with MI commands.
491 Test that breakpoint events are always mirrored to the console.
492 Also expect the new source line to be output after a "next" in
493 async mode too. Make it a pass/fail test.
494 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
495 output.
496 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
497
5166082f
PA
4982014-05-21 Pedro Alves <palves@redhat.com>
499
500 * gdb.base/list.exp (build_pattern, test_list): New procedures.
501 Use them to test variations of "list" after reaching a breakpoint.
502 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
503 Test "list" with listsize 10 after reaching a breakpoint.
504 * gdb.python/python.exp (decode_line current location line
505 number): Adjust expected line number.
506
2f25d70f
SM
5072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
508
509 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
510 behavior for $args, pass it directly to "run".
511
ff604a67
MR
5122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
513
514 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
515 30000 to 65536.
516
6a3cb8e8
PA
5172014-05-21 Pedro Alves <palves@redhat.com>
518
519 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
520 auto-connect-native-target off".
521 * gdb.base/auto-connect-native-target.c: New file.
522 * gdb.base/auto-connect-native-target.exp: New file.
523
4ebfc96e
PA
5242014-05-21 Pedro Alves <palves@redhat.com>
525
526 * gdb.base/default.exp: Test "target native" instead of "target
527 child".
528
36d46afb
MW
5292014-05-21 Mark Wielaard <mjw@redhat.com>
530
531 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
532
5876f503
JK
5332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 Fix TLS access for -static -pthread.
536 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
537 <HAVE_TLS> (thread_function, main): Initialize it.
538 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
539 Add clean_restart.
540 <$have_tls != "">: Check TLSVAR.
541
0256a6ac
PA
5422014-05-21 Pedro Alves <palves@redhat.com>
543
544 * gdb.base/dcache-line-read-error.c: New.
545 * gdb.base/dcache-line-read-error.exp: New.
546
936d2992
PA
5472014-05-20 Pedro Alves <palves@redhat.com>
548
549 * gdb.base/compare-sections.c: New file.
550 * gdb.base/compare-sections.exp: New file.
551
802e8e6d
PA
5522014-05-20 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/break-idempotent.c: New file.
555 * gdb.base/break-idempotent.exp: New file.
556
e59fa00f
MM
5572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
558
559 * gdb.btrace/nohist.exp: New.
560
8b696e31
YQ
5612014-05-20 Yao Qi <yao@codesourcery.com>
562
563 * lib/gdb.exp (gdb_init): Set timeout if test file is under
564 gdb.reverse directory and gdb_reverse_timeout exists in board
565 setting.
566 * README: Document gdb_reverse_timeout.
567
73c9764f
YQ
5682014-05-20 Yao Qi <yao@codesourcery.com>
569
570 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
571 'test_file_name'. Treat args as a string instead of a list.
572 (gdb_init): Rename argument 'args' by 'test_file_name'.
573
f1f4348a
JK
5742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
575
576 * gdb.arch/powerpc-power.exp: New file.
577 * gdb.arch/powerpc-power.s: New file.
578
0dbe70ce
DE
5792014-05-16 Doug Evans <dje@google.com>
580
581 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
582 * gdb.base/completion.exp: Check that all expected files exist
583 before doing file completion.
0dbe70ce 584
8d551b02
DE
5852014-05-16 Doug Evans <dje@google.com>
586
587 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
588 Update.
589 (do_syscall_tests_without_xml): Update.
590
73eb7709
PA
5912014-05-16 Pedro Alves <palves@redhat.com>
592
593 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
594 instead of "unknown output after running".
595
3fae92fc
YQ
5962014-05-16 Yao Qi <yao@codesourcery.com>
597
598 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
599 file1.txt from host at the end.
600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
601
c2b2ccc5
DE
6022014-05-15 Doug Evans <dje@google.com>
603
604 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
605 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
606 loading file. Add test for TU lookup.
607
8c217a4b
SM
6082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
609
610 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
611 calling "-exec-arguments" or "set args" before running the
612 inferior.
613
3deb39c6
SM
6142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
615
616 * lib/mi-support.exp (mi_expect_stop): Expect message for
617 inferiors that exit with non-zero exit code.
618
71a79f8c
YQ
6192014-05-14 Yao Qi <yao@codesourcery.com>
620
621 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
622 match absolute path on remote host.
623 (test_file_list_exec_source_files): Remove "/" from the
624 pattern.
625
f23fcd46
YQ
6262014-05-14 Yao Qi <yao@codesourcery.com>
627
628 * boards/local-remote-host-notty.exp (${board}_file): New
629 proc.
630
9404b58f
KM
6312014-05-07 Kyle McMartin <kyle@redhat.com>
632
633 Pushed by Joel Brobecker <brobecker@adacore.com>.
634 * gdb.arch/aarch64-atomic-inst.c: New file.
635 * gdb.arch/aarch64-atomic-inst.exp: New file.
636
5e45f04c
YQ
6372014-05-07 Yao Qi <yao@codesourcery.com>
638
639 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
640 in current context" too.
641
c888a17d
KS
6422014-05-05 Keith Seitz <keiths@redhat.com>
643
644 * gdb.linespec/ls-dollar.exp: Add test for linespec
645 file:convenience_variable.
646
290a839c
YQ
6472014-05-05 Yao Qi <yao@codesourcery.com>
648
649 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
650 traceframes into tfile and ctf trace files. Read data from
651 trace file and test collected data.
652 (gdb_collect_locals_test): Likewise.
653 (gdb_unavailable_registers_test): Likewise.
654 (gdb_unavailable_floats): Likewise.
655 (gdb_collect_globals_test): Likewise.
656 (top-level): Append "ctf" to trace_file_targets if GDB
657 supports.
658
b5262cd0
YQ
6592014-05-05 Yao Qi <yao@codesourcery.com>
660
661 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
662 code to ...
663 (gdb_collect_args_test_1): ... it. New proc.
664 (gdb_collect_locals_test): Move some code to ...
665 (gdb_collect_locals_test_1): ... it. New proc.
666 (gdb_unavailable_registers_test): Move some code to ...
667 (gdb_unavailable_registers_test_1): ... it. New proc.
668 (gdb_unavailable_floats): Move some code to ...
669 (gdb_unavailable_floats_1): ... it. New proc.
670
30a1e6cc
SDJ
6712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
672
673 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
674 probes to test for bitness recognition.
675 * gdb.arch/amd64-stap-optional-prefix.exp
676 (test_probe_value_without_reg): New procedure.
677 Add code to test for different kinds of bitness.
678
f33da99a
SDJ
6792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
680
681 PR breakpoints/16889
682 * gdb.arch/amd64-stap-optional-prefix.S: New file.
683 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
684
5b80f00d
PA
6852014-05-01 Pedro Alves <palves@redhat.com>
686
687 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
688 gdb_file_cmd if no file is specified.
689 * boards/native-extended-gdbserver.exp (gdb_load): Use the
690 last_loaded_file to set the remote exec-file.
691
f8c2a73c
PA
6922014-05-01 Pedro Alves <palves@redhat.com>
693
694 * boards/local-remote-host.exp: New file.
695
be6e8ac7
PA
6962014-05-01 Pedro Alves <palves@redhat.com>
697
698 * boards/local-remote-host.exp: Rename to ...
699 * boards/local-remote-host-notty.exp: ... this.
700
cac0dc8f
JB
7012014-04-28 Joel Brobecker <brobecker@adacore.com>
702
703 * gdb.ada/dyn_arrayidx: New testcase.
704
9730e6cc
YQ
7052014-04-26 Yao Qi <yao@codesourcery.com>
706
707 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
708 and compute the length of function main. Save it in
709 $main_length.
710 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
711 (top-level): Use gdb_compile to compile objects into
712 executable and restart GDB. Remove invocation to
713 prepare_for_testing.
714
7ae1a6a6
PA
7152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
716 Pedro Alves <palves@redhat.com>
717
718 PR server/16255
719 * gdb.multi/multi-attach.c: New file.
720 * gdb.multi/multi-attach.exp: New file.
721
4082afcc
PA
7222014-04-25 Pedro Alves <palves@redhat.com>
723
724 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
725 user.
726 (top level): Test that "set remote conditional-breakpoints-packet
727 off" works as intended.
728 * gdb.base/dprintf.exp: Test that "set remote
729 breakpoint-commands-packet off" works as intended.
730 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
731 New function.
732 (top level): Call it.
733 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
734 remote fast-tracepoints-packet off" works as intended.
735 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
736 * lib/gdb.exp (gdb_is_target_remote): ... here.
737
2abc3f8d
DB
7382014-04-24 David Blaikie <dblaikie@gmail.com>
739
740 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
741 ensure clang would not discard them.
742 * gdb.base/gdbvars.c: Ditto.
743 * gdb.base/memattr.c: Ditto.
744 * gdb.base/whatis.c: Ditto.
745 * gdb.python/py-prettyprint.c: Ditto.
746 * gdb.trace/actions.c: Ditto.
747 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
748 ensure clang would not discard it.
749
bfd39632
DB
7502014-04-24 David Blaikie <dblaikie@gmail.com>
751
752 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
753 clang to emit the full definition of type required by the test
754 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
755
22842ff6
DB
7562014-04-24 David Blaikie <dblaikie@gmail.com>
757
758 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
759 coax Clang into emitting the definition of the type.
760 * gdb.cp/pr10728-x.h (y): Ditto.
761 * gdb.cp/pr10728-y.cc (y): Ditto.
762
c2e827ad
DB
7632014-04-24 David Blaikie <dblaikie@gmail.com>
764
765 * gdb.base/label.exp: XFAIL label related tests under Clang.
766 * gdb.cp/cplabel.exp: Ditto.
767 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
768 under Clang those using labels.
769
4c2d33e7
YQ
7702014-04-25 Yao Qi <yao@codesourcery.com>
771
772 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
773 double_label.
774 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
775 partial_label and double_label.
776
56083b99
DB
7772014-04-24 David Blaikie <dblaikie@gmail.com>
778
779 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
780
25d4e99d
DB
7812014-04-24 David Blaikie <dblaikie@gmail.com>
782
783 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
784 of the function to work across GCC and Clang.
785 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
786 pointer types (const void ** const V void **).
787
01f9f808
MS
7882014-04-24 Michael Sturm <michael.sturm@mintel.com>
789 Walfred Tedeschi <walfred.tedeschi@intel.com>
790
791 * Makefile.in (EXECUTABLES): Added i386-avx512.
792 * gdb.arch/i386-avx512.c: New file.
793 * gdb.arch/i386-avx512.exp: Likewise.
794
4b48d439
KS
7952014-04-23 Keith Seitz <keiths@redhat.com>
796
797 * lib/mi-support.exp (mi_list_breakpoints): Delete.
798 (mi_make_breakpoint_table): New procedure.
799 (mi_create_breakpoint): Use mi_make_breakpoint
800 and return the result.
801 (mi_make_breakpoint): New procedure.
802 (mi_build_kv_pairs): New procedure.
803
804 * gdb.mi/mi-break.exp: Remove unused globals,
805 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
806 All callers updated.
807 * gdb.mi/mi-dprintf.exp: Use variable to track command
808 number.
809 Update all callers of mi_create_breakpoint and use
810 mi_make_breakpoint_table.
811 Remove any unused global variables.
812 * gdb.mi/mi-nonstop.exp: Likewise.
813 * gdb.mi/mi-nsintrall.exp: Likewise.
814 * gdb.mi/mi-nsmoribund.exp: Likewise.
815 * gdb.mi/mi-nsthrexec.exp: Likewise.
816 * gdb.mi/mi-reverse.exp: Likewise.
817 * gdb.mi/mi-simplerun.exp: Likewise.
818 * gdb.mi/mi-stepn.exp: Likewise.
819 * gdb.mi/mi-syn-frame.exp: Likewise.
820 * gdb.mi/mi-until.exp: Likewise.
821 * gdb.mi/mi-var-cp.exp: Likewise.
822 * gdb.mi/mi-var-display.exp: Likewise.
823 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
824 * gdb.mi/mi2-var-child.exp: Likewise.
825 * gdb.mi/mi-vla-c99.exp: Likewise.
826 * lib/mi-support.exp: Likewise.
827
828 From Ian Lance Taylor <iant@cygnus.com>:
829 * lib/gdb.exp (parse_args): New procedure.
830
08351840
PA
8312014-04-23 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/break-unload-file.c: New file.
834 * gdb.base/break-unload-file.exp: New file.
835 * gdb.base/sym-file-lib.c (baz): New function.
836 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
837 field.
838 (load): Store the segment's mapped size.
839 (unload): New function.
840 (unload_shlib): New function.
841 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
842 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
843 set a breakpoint at baz, and call it.
844 * gdb.base/sym-file.exp: New tests for stale breakpoint
845 instructions.
846
076855f9
PA
8472014-04-23 Pedro Alves <palves@redhat.com>
848
849 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
850 * gdb.base/hbreak-in-shr-unsupported.c: New file.
851 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
852 * gdb.base/hbreak-unmapped.c: New file.
853 * gdb.base/hbreak-unmapped.exp: New file.
854 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
855 * lib/gdb.exp (gdb_is_target_remote): ... here.
856
483805cf
PA
8572014-04-22 Pedro Alves <palves@redhat.com>
858
859 * gdb.base/consecutive-step-over.c: New file.
860 * gdb.base/consecutive-step-over.exp: New file.
861
06d97543
PA
8622014-04-22 Pedro Alves <palves@redhat.com>
863
864 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
865 instead of send_gdb/gdb_expect.
866
b4429ea2
YQ
8672014-04-22 Yao Qi <yao@codesourcery.com>
868
869 * lib/trace-support.exp (generate_tracefile): New procedure.
870 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
871 return 0.
872 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
873 if generate_tracefile returns 1.
874
51d48146
PA
8752014-04-18 Tom Tromey <palves@redhat.com>
876 Pedro alves <tromey@redhat.com>
877
878 PR backtrace/15558
879 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
880 with a backtrace limit.
881 * gdb.python/py-frame-inline.exp: Test running to an inline
882 function with a backtrace limit, and printing the newest frame.
883 * gdb.python/py-frame-inline.c (main): Call f.
884
bd1dce5f
MS
8852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
886
887 * gdb.java/jnpe.exp: Drop srcdir from untested path.
888
40d1a503
MS
8892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
890
891 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
892 Drop prefix from unsupported source file path.
893
389b98f7
YQ
8942014-04-17 Yao Qi <yao@codesourcery.com>
895
896 * lib/gdb.exp (with_target_charset): New proc.
897 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
898 with_target_charset.
899 (test_print_strings): Likewise.
900 (test_repeat_bytes): Likewise.
901 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
902 for some tests.
903
22869d73
KS
9042014-04-16 Keith Seitz <keiths@redhat.com>
905
906 PR gdb/15827
907 * gdb.dwarf2/corrupt.c: New file.
908 * gdb.dwarf2/corrupt.exp: New file.
909
c4f87ca6
KS
9102014-04-16 Keith Seitz <keiths@redhat.com>
911
912 PR c++/16597
913 * gdb.cp/namelessclass.cc: New file.
914 * gdb.cp/namelessclass.exp: New file.
915 * gdb.cp/namelessclass.S: New file.
916
ab19de87
DE
9172014-04-16 Doug Evans <dje@google.com>
918
919 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
920 Add comment.
921 (gdbserver_default_get_comm_port): New function.
922 (gdbserver_start): Check if board file provided
923 "gdbserver,get_comm_port" and use it if so.
924 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
925 (gdb,socketport): Set to "stdio".
926 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
927 (stdio_gdbserver_template): Delete.
928 (${board}_get_remote_address): Update.
929 (${board}_build_remote_cmd): Delete.
930 (${board}_get_comm_port): New function.
931 (${board}_spawn): Update.
932 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
933 Delete.
934 (${board}_get_remote_address): Update.
935 (${board}_get_comm_port): New function.
936
fc98a809
AB
9372014-04-16 Andrew Burgess <aburgess@broadcom.com>
938
939 * gdb.base/memattr.exp: Improve regexps to handle memory regions
940 appearing in any order.
941
87fd9e6e
DE
9422014-04-15 Doug Evans <dje@google.com>
943
944 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
945 uninitialized value of "description".
946
099fc3ea
KS
9472014-04-15 Keith Seitz <keiths@redhat.com>
948
949 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
950 Remove unused globals.
951 (test_running_the_program): Likewise.
952 (test_controlled_execution): Likewise.
953 (test_controlling_breakpoints): Likewise.
954 (test_program_termination): Likewise.
955
5da151d4
KS
9562014-04-15 Keith Seitz <keiths@redhat.com>
957
958 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
959 unused globals.
960 (test_rbreak_creation_and_listing): Likewise.
961 (test_ignore_count): Likewise.
962 (test_error): Likewise.
963
35e5d2f0
PA
9642014-04-15 Pedro Alves <palves@redhat.com>
965
966 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
967 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
968 sym-file-loader.c.
969 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
970 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
971 to sym-file-loader.c.
972 (struct library): Forward declare.
973 (load_shlib, lookup_function): Change prototypes.
974 (find_shstrtab, find_strtab, find_shdr, find_symtab)
975 (translate_offset): Remove declarations.
976 (get_text_addr): New declaration.
977 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
978 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
979 sym-file-loader.h.
980 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
981 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
982 here from sym-file-loader.h.
983 (struct library): New structure.
984 (load_shlib, lookup_function): Change prototypes and adjust to
985 work with a struct library.
986 (find_shstrtab, find_strtab, find_shdr, find_symtab)
987 (translate_offset): Make static.
988 (get_text_addr): New function.
989 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
990
eb4c1710
PA
9912014-04-15 Pedro Alves <palves@redhat.com>
992
993 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
994
2d1baf52
PA
9952014-04-15 Pedro Alves <palves@redhat.com>
996
997 * gdb.base/sym-file-loader.c: Include <limits.h>.
998 (SELF_LINK): New define.
999 (get_origin): New function.
1000 (load_shlib): Use it.
1001 * gdb.base/sym-file.exp: Don't early return if the target is
1002 remote. Use runto_main, and issue fail is that fails. Use
1003 gdb_load_shlibs.
1004 (shlib_name): Delete.
1005 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1006
7dd6df01
PA
10072014-04-15 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.base/sym-file.exp: Remove regex characters from test
1010 message. Don't refer to breakpoint numbers in test messages.
1011
b50c8614
KS
10122014-04-14 Keith Seitz <keiths@redhat.com>
1013
1014 PR c++/16253
1015 * gdb.cp/var-tag.cc: New file.
1016 * gdb.cp/var-tag.exp: New file.
1017 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1018 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1019 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1020 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1021
3d567982
TT
10222014-04-14 Tom Tromey <tromey@redhat.com>
1023
1024 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1025 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1026 type.
1027 * gdb.cp/enum-class.exp: New file.
1028 * gdb.cp/enum-class.cc: New file.
1029
0626fc76
TT
10302014-04-14 Tom Tromey <tromey@redhat.com>
1031
1032 * gdb.dwarf2/enum-type.exp: New file.
1033
dca325b3
SA
10342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1035
1036 * gdb.mi/mi-vla-c99.exp: New file.
1037 * gdb.mi/vla.c: New file.
1038
5854b38a
SA
10392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1040
1041 * gdb.base/vla-datatypes.c: New file.
1042 * gdb.base/vla-datatypes.exp: New file.
1043
463bb957
SA
10442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1045
1046 * gdb.base/vla-ptr.c: New file.
1047 * gdb.base/vla-ptr.exp: New file.
1048
3dd170be
SA
10492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1050
1051 * gdb.dwarf2/count.exp: New file.
1052
5ecaaa66
SA
10532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1054
1055 * gdb.base/vla-sideeffect.c: New file.
1056 * gdb.base/vla-sideeffect.exp: New file.
1057
41f1ada5
DB
10582014-04-14 David Blaikie <dblaikie@gmail.com>
1059
1060 * gdb.mi/non-stop.c: Add return value for non-void function return
1061 statement.
1062 * gdb.threads/staticthreads.c: Ditto.
1063
0be03e84
DE
10642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1065 Doug Evans <xdje42@gmail.com>
1066
1067 * gdb.guile/scm-value.c: Improve test case.
1068 * gdb.guile/scm-value.exp: Add new test.
1069
f180a1fb
DB
10702014-04-11 David Blaikie <dblaikie@gmail.com>
1071
1072 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1073 override Clang's default.
1074
6b662e19
JB
10752014-04-11 Joel Brobecker <brobecker@adacore.com>
1076
1077 Revert the following changes (regressions):
1078
1079 * gdb.base/vla-sideeffect.c: New file.
1080 * gdb.base/vla-sideeffect.exp: New file.
1081
1082 * gdb.dwarf2/count.exp: New file.
1083
1084 * gdb.base/vla-multi.c: New file.
1085 * gdb.base/vla-multi.exp: New file.
1086
1087 * gdb.base/vla-ptr.c: New file.
1088 * gdb.base/vla-ptr.exp: New file.
1089
1090 * gdb.base/vla-datatypes.c: New file.
1091 * gdb.base/vla-datatypes.exp: New file.
1092
1093 * gdb.mi/mi-vla-c99.exp: New file.
1094 * gdb.mi/vla.c: New file.
1095
245a5f0b
KS
10962014-04-11 Keith Seitz <keiths@redhat.com>
1097
1098 PR c++/16675
1099 * gdb.cp/cpsizeof.exp: New file.
1100 * gdb.cp/cpsizeof.cc: New file.
1101
58a84dcf
SA
11022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1103
191a8a90
JB
1104 * gdb.mi/mi-vla-c99.exp: New file.
1105 * gdb.mi/vla.c: New file.
58a84dcf 1106
c8655f75
SA
11072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1108
1109 * gdb.base/vla-datatypes.c: New file.
1110 * gdb.base/vla-datatypes.exp: New file.
1111
024e13b4
SA
11122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1113
1114 * gdb.base/vla-ptr.c: New file.
1115 * gdb.base/vla-ptr.exp: New file.
1116
1a237e0e
SA
11172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1118
1119 * gdb.base/vla-multi.c: New file.
1120 * gdb.base/vla-multi.exp: New file.
1121
504f3432
SA
11222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1123
1124 * gdb.dwarf2/count.exp: New file.
1125
3bce8237
SA
11262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1127
191a8a90
JB
1128 * gdb.base/vla-sideeffect.c: New file.
1129 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1130
322f9c21
YQ
11312014-04-11 Yao Qi <yao@codesourcery.com>
1132
1133 * gdb.base/completion.exp: Check file exists before running tests
1134 on file completion.
1135
d708bcd1
PA
11362014-04-10 Pedro Alves <palves@redhat.com>
1137
1138 * gdb.base/cond-eval-mode.c: New file.
1139 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1140 prepare_for_testing to build the new file. Check result of
1141 runto_main.
1142 (test_break, test_watch): New procedures.
1143 (top level): Use them.
1144
ae1d2761
PM
11452014-04-08 Pierre Muller <muller@sourceware.org>
1146
1147 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1148 Ctrl-V use for mingw hosts.
1149
7af389b8
SC
11502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1151
1152 * gdb.python/py-value.c: Improve test case.
1153 * gdb.python/py-value.exp: Add new test.
1154
5e703181
DE
11552014-04-07 David Blaikie <dblaikie@gmail.com>
1156
1157 * lib/compiler.c: Identify the clang compiler.
1158 * lib/compiler.cc: Ditto.
1159
9810b410
YQ
11602014-04-03 Yao Qi <yao@codesourcery.com>
1161
1162 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1163
98d1b8dc
AB
11642014-04-01 Anton Blanchard <anton@samba.org>
1165
1166 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1167 messages unique.
1168
3114cea1
AB
11692014-04-01 Anton Blanchard <anton@samba.org>
1170
1171 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1172 prepare_for_testing.
1173
62f7182c
AB
11742014-04-01 Anton Blanchard <anton@samba.org>
1175
1176 * gdb.arch/ppc64-atomic-inst.c: Remove.
1177 * gdb.arch/ppc64-atomic-inst.S: New file.
1178 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1179
770e7fc7
DE
11802014-03-31 Doug Evans <dje@google.com>
1181
1182 * gdb.base/print-symbol-loading-lib.c: New file.
1183 * gdb.base/print-symbol-loading-main.c: New file.
1184 * gdb.base/print-symbol-loading.exp: New file.
1185
46e2bafa
YQ
11862014-03-31 Yao Qi <yao@codesourcery.com>
1187
1188 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1189
8776cfe9
JB
11902014-03-28 Joel Brobecker <brobecker@adacore.com>
1191
1192 * gdb.ada/mi_dyn_arr: New testcase.
1193
5d1ef361
DE
11942014-03-27 Doug Evans <dje@google.com>
1195
1196 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1197
b5bee914
YQ
11982014-03-27 Yao Qi <yao@codesourcery.com>
1199
1200 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1201 if target is nios2-*-*.
1202
0d4d0e77
YQ
12032014-03-26 Yao Qi <yao@codesourcery.com>
1204
1205 * lib/gdb.exp (readline_is_used): New proc.
1206 * gdb.base/completion.exp: Move tests on command complete up.
1207 Skip the rest of tests if readline is not used.
1208 * gdb.ada/complete.exp: Skp the test if readline is not
1209 used.
1210 * gdb.base/filesym.exp: Likewise.
1211 * gdb.base/macscp.exp: Likewise.
1212 * gdb.base/readline-ask.exp: Likewise.
1213 * gdb.base/readline.exp: Likewise.
1214 * gdb.python/py-cmd.exp: Likewise.
1215 * gdb.trace/tfile.exp: Likewise.
1216
29361eee
YQ
12172014-03-26 Yao Qi <yao@codesourcery.com>
1218
1219 * gdb.base/macscp.exp: Fix code format issues.
1220
bc9a5525
UW
12212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1222
1223 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1224 * gdb.asm/powerpc64le.inc: New file.
1225
d3839ede
PA
12262014-03-25 Pedro Alves <palves@redhat.com>
1227 Doug Evans <dje@google.com>
1228
1229 * gdb.base/source-execution.c: New file.
1230 * gdb.base/source-execution.exp: New file.
1231 * gdb.base/source-execution.gdb: New file.
1232
01672a57
DE
12332014-03-24 Doug Evans <dje@google.com>
1234
1235 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1236 using fission.
1237
88bbeca9
HZ
12382014-03-24 Hui Zhu <hui@codesourcery.com>
1239 Pedro Alves <palves@redhat.com>
1240
1241 PR breakpoints/16101
1242 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1243 test pass/fail messages. Detect missing support for dprintf when
1244 breakpoints are actually inserted.
1245 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1246 breakpoints are actually inserted.
1247 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1248 fails.
1249
d2348791
JK
12502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1251
1252 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1253
feef67ab
DE
12542014-03-22 Doug Evans <xdje42@gmail.com>
1255
1256 * gdb.python/python.exp (python not supported): Verify multi-line
1257 python command issues an error.
25d743f9 1258 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1259 guile command issues an error.
feef67ab 1260
ecebef6a
MR
12612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1262
1263 * gdb.threads/thread-specific.exp: Handle the lack of usable
1264 $this_breakpoint and $this_thread.
1265
ccdd1909
HZ
12662014-03-21 Hui Zhu <hui@codesourcery.com>
1267
1268 * gdb.base/attach.exp (do_command_attach_tests): New.
1269
beb460e8
PA
12702014-03-20 Tom Tromey <tromey@redhat.com>
1271 Pedro Alves <palves@redhat.com>
1272
1273 PR cli/15718
1274 * gdb.base/condbreak-call-false.c: New file.
1275 * gdb.base/condbreak-call-false.exp: New file.
1276
40acf43a
PA
12772014-03-20 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1280 Delete.
1281 (block_signals, unblock_signals): Delete.
1282 (child_function_2, main): Remove references to deleted variable
1283 and functions.
1284
9f5e1e02
PA
12852014-03-20 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1288 Use pthread_kill to signal thread 2.
1289 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1290 Adjust to make the test send itself a signal rather than using the
1291 host's "kill" command.
1292
99619bea
PA
12932014-03-20 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.threads/multiple-step-overs.c: New file.
1296 * gdb.threads/multiple-step-overs.exp: New file.
1297 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1298 Adjust expected infrun debug output.
1299
2adfaa28
PA
13002014-03-20 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1303 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1304
31e77af2
PA
13052014-03-20 Pedro Alves <palves@redhat.com>
1306
1307 PR breakpoints/7143
1308 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1309 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1310 of gdb_test_multiple.
1311 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1312 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1313
b9f437de
PA
13142014-03-20 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1317 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1318
05adc73e
PA
13192014-03-19 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.base/async.exp: Remove early return.
1322
6048b950
PA
13232014-03-19 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1326
8bcfb00a
PA
13272014-03-19 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.base/async.exp (test_background): Expect \r\n after
1330 "completed." in the fail pattern.
1331
884e37dc
PA
13322014-03-19 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.base/async.exp (test_background): New procedure.
1335 Use it for all background execution command tests.
1336
148e57e2
PA
13372014-03-19 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/async.exp: Use prepare_for_testing.
1340
f48088c7
PA
13412014-03-19 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1344 the same line.
1345
e2f6c966
PA
13462014-03-19 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.base/async.c (main): Add "jump here" and "until here" line
1349 marker comments.
1350 * gdb.base/async.exp (jump_here): New global.
1351 (jump& test): Use it.
1352 (until_here): New global.
1353 (until& test): Use it.
1354
c30568d4
PA
13552014-03-19 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.base/async.exp: Don't frob gdb_protocol.
1358
0172b6a7
DE
13592014-03-18 Doug Evans <xdje42@gmail.com>
1360
1361 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1362 Fix spelling of exec-done-display.
1363
06c868a8
JK
13642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 PR gdb/15358
1367 * gdb.base/gdb-sigterm.c: New file.
1368 * gdb.base/gdb-sigterm.exp: New file.
1369
0c7e1a46
PA
13702014-03-18 Pedro Alves <palves@redhat.com>
1371
1372 PR gdb/13860
1373 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1374 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1375 solib-event.
1376
f7c77d93
JB
13772014-03-17 Joel Brobecker <brobecker@adacore.com>
1378
1379 * gdb.ada/pckd_arr_ren: New testcase.
1380
5a1e8c7a
DE
13812014-03-13 Doug Evans <xdje42@gmail.com>
1382
1383 PR guile/16612
1384 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1385 collect after discarding symbols.
1386
350e1a76
DE
13872014-03-13 Ludovic Courtès <ludo@gnu.org>
1388 Doug Evans <xdje42@gmail.com>
1389
1390 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1391 to history survives a gc.
1392
a69900ae
PA
13932014-03-13 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/default.exp: Don't test "target procfs".
1396
5db9f0bd
PA
13972014-03-13 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/default.exp: Update "target child" and "target procfs"
1400 tests to not expect "Unix".
1401
b3ccfe11
TT
14022014-03-12 Tom Tromey <tromey@redhat.com>
1403
1404 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1405 New procs. Add target-async tests.
1406 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1407 Add target-async tests.
1408
646f4417
AA
14092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1410
1411 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1412 'func_start' and 'func_end' for the beginning and end of the
1413 function code, respectively.
1414 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1415 'func_end' instead of 'func' and 'main'.
1416
288c211f
AA
14172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1418
1419 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1420 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1421 generate the debug info assembler source.
1422
e0c0f156
AA
14232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1424
1425 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1426 * gdb.dwarf2/arr-subrange.exp: Likewise.
1427 * gdb.dwarf2/dwz.exp: Likewise.
1428 * gdb.dwarf2/method-ptr.exp: Likewise.
1429 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1430 * gdb.dwarf2/subrange.exp: Likewise.
1431 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1432 * gdb.dwarf2/implptrpiece.exp: Likewise.
1433 * gdb.dwarf2/nostaticblock.exp: Likewise.
1434
0e5c4555
AA
14352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1436
1437 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1438 directory to absolute path name arguments.
1439
5ec18f2b
JG
14402014-03-10 Joel Brobecker <brobecker@adacore.com>
1441
1442 * gdb.ada/tagged_access: New testcase.
1443
847fc4f2
MM
14442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1445
1446 * gdb.btrace/data.exp: Update expected output.
1447
cc3da688
YQ
14482014-03-06 Yao Qi <yao@codesourcery.com>
1449
1450 * gdb.trace/pr16508.exp: New file.
1451
0f26cec1
PA
14522014-03-05 Pedro Alves <palves@redhat.com>
1453
1454 PR gdb/16575
1455 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1456 procedure.
1457 (top level): Adjust to use it. Add tests that exercise breakpoint
1458 interaction with the code-cache.
1459
7a5a839f
LC
14602014-02-26 Ludovic Courtès <ludo@gnu.org>
1461
1462 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1463 test for 'history-append!'.
1464
31aa7e4e
JB
14652014-02-26 Joel Brobecker <brobecker@adacore.com>
1466
1467 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1468 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1469 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1470 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1471 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1472 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1473
1b588015
JB
14742014-02-26 Joel Brobecker <brobecker@adacore.com>
1475
1476 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1477 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1478 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1479
55426c9d
JB
14802014-02-26 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1483
dc53a7ad
JB
14842014-02-26 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.dwarf2/arr-stride.c: New file.
1487 * gdb.dwarf2/arr-stride.exp: New file.
1488
12ab52e9
PA
14892014-02-26 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1492 that won't ever trigger. Make sure that GDB reports the correct
1493 breakpoint that caused the stop.
1494
849c862e
JK
14952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 PR gdb/16626
1498 * gdb.base/auto-load-script: New file.
1499 * gdb.base/auto-load.c: New file.
1500 * gdb.base/auto-load.exp: New file.
1501
71b7d793
JK
1502 PR gdb/16626
1503 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1504
e2f0d509
JK
15052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1508 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1509
50cc37c8
DE
15102014-02-24 Doug Evans <dje@google.com>
1511
1512 * lib/gdb.exp (run_on_host): Log error output if program fails.
1513
ea4758f2
PA
15142014-02-21 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.threads/step-after-sr-lock.c: Rename to ...
1517 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1518 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1519 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1520 ... this.
1521
d7b30f67
SDJ
15222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1523
1524 PR tdep/16397
1525 * gdb.arch/amd64-stap-special-operands.exp: New file.
1526 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1527 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1528 * gdb.arch/amd64-stap-triplet.S: Likewise.
1529 * gdb.arch/amd64-stap-triplet.c: Likewise.
1530
83deb43f
JB
15312014-02-20 Joel Brobecker <brobecker@adacore.com>
1532
1533 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1534 in .section pseudo-op.
1535
adde2bff
DE
15362014-02-20 lin zuojian <manjian2006@gmail.com>
1537 Joel Brobecker <brobecker@adacore.com>
1538 Doug Evans <xdje42@gmail.com>
1539
1540 PR symtab/16581
1541 * gdb.dwarf2/dw2-icycle.S: New file.
1542 * gdb.dwarf2/dw2-icycle.c: New file.
1543 * gdb.dwarf2/dw2-icycle.exp: New file.
1544
f7bd0f78
SC
15452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1546
1547 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1548 operations on gdb.Value objects.
1549 * gdb.python/py-value-cc.exp: Add new test to test operations on
1550 gdb.Value objects.
1551
c17ef0d5
DE
15522014-02-18 Doug Evans <dje@google.com>
1553
1554 * Makefile.in (TESTS): New variable.
1555 (expanded_tests, expanded_tests_or_none): New variables
1556 (check-single): Pass $(expanded_tests_or_none) to runtest.
1557 (check-parallel): Only run tests in $(TESTS) if non-empty.
1558 (check/no-matching-tests-found): New rule.
1559 * README: Document TESTS makefile variable.
1560
5dd3176f
DE
15612014-02-18 Doug Evans <dje@google.com>
1562
1563 * Makefile.in (check-parallel): rm -rf outputs temp.
1564
0b10be4f
JK
15652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 Fix "ERROR: no fileid for" in the testsuite.
1568 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1569
85f224e7
DE
15702014-02-12 Doug Evans <dje@google.com>
1571
1572 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1573 (MISCELLANEOUS): New variable.
1574 (clean): rm -rf $(MISCELLANEOUS).
1575 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1576 dwp live in the same directory as symlinks, with each symlink pointed
1577 to a differently named file in a different directory.
1578
149b30ff
DE
15792014-02-11 Doug Evans <dje@google.com>
1580
1581 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1582 of Tcl file commands.
1583
1dfdac32
MK
15842014-02-10 Mark Kettenis <kettenis@gnu.org>
1585
1586 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1587 "kill -SIGUSR1 -1".
1588
aa4fb036
JB
15892014-02-10 Joel Brobecker <brobecker@adacore.com>
1590
1591 * gdb.ada/tick_length_array_enum_idx: New testcase.
1592
ed3ef339
DE
15932014-02-10 Doug Evans <xdje42@gmail.com>
1594
1595 * configure.ac (AC_OUTPUT): Add gdb.guile.
1596 * configure: Regenerate.
1597 * lib/gdb-guile.exp: New file.
1598 * lib/gdb.exp (get_target_charset): New function.
1599 * gdb.base/help.exp: Update expected output from "apropos apropos".
1600 * gdb.guile/Makefile.in: New file.
1601 * gdb.guile/guile.exp: New file.
1602 * gdb.guile/scm-arch.c: New file.
1603 * gdb.guile/scm-arch.exp: New file.
1604 * gdb.guile/scm-block.c: New file.
1605 * gdb.guile/scm-block.exp: New file.
1606 * gdb.guile/scm-breakpoint.c: New file.
1607 * gdb.guile/scm-breakpoint.exp: New file.
1608 * gdb.guile/scm-disasm.c: New file.
1609 * gdb.guile/scm-disasm.exp: New file.
1610 * gdb.guile/scm-equal.c: New file.
1611 * gdb.guile/scm-equal.exp: New file.
1612 * gdb.guile/scm-error.exp: New file.
1613 * gdb.guile/scm-error.scm: New file.
1614 * gdb.guile/scm-frame-args.c: New file.
1615 * gdb.guile/scm-frame-args.exp: New file.
1616 * gdb.guile/scm-frame-args.scm: New file.
1617 * gdb.guile/scm-frame-inline.c: New file.
1618 * gdb.guile/scm-frame-inline.exp: New file.
1619 * gdb.guile/scm-frame.c: New file.
1620 * gdb.guile/scm-frame.exp: New file.
1621 * gdb.guile/scm-generics.exp: New file.
1622 * gdb.guile/scm-gsmob.exp: New file.
1623 * gdb.guile/scm-iterator.c: New file.
1624 * gdb.guile/scm-iterator.exp: New file.
1625 * gdb.guile/scm-math.c: New file.
1626 * gdb.guile/scm-math.exp: New file.
1627 * gdb.guile/scm-objfile-script-gdb.in: New file.
1628 * gdb.guile/scm-objfile-script.c: New file.
1629 * gdb.guile/scm-objfile-script.exp: New file.
1630 * gdb.guile/scm-objfile.c: New file.
1631 * gdb.guile/scm-objfile.exp: New file.
1632 * gdb.guile/scm-ports.exp: New file.
1633 * gdb.guile/scm-pretty-print.c: New file.
1634 * gdb.guile/scm-pretty-print.exp: New file.
1635 * gdb.guile/scm-pretty-print.scm: New file.
1636 * gdb.guile/scm-section-script.c: New file.
1637 * gdb.guile/scm-section-script.exp: New file.
1638 * gdb.guile/scm-section-script.scm: New file.
1639 * gdb.guile/scm-symbol.c: New file.
1640 * gdb.guile/scm-symbol.exp: New file.
1641 * gdb.guile/scm-symtab-2.c: New file.
1642 * gdb.guile/scm-symtab.c: New file.
1643 * gdb.guile/scm-symtab.exp: New file.
1644 * gdb.guile/scm-type.c: New file.
1645 * gdb.guile/scm-type.exp: New file.
1646 * gdb.guile/scm-value-cc.cc: New file.
1647 * gdb.guile/scm-value-cc.exp: New file.
1648 * gdb.guile/scm-value.c: New file.
1649 * gdb.guile/scm-value.exp: New file.
1650 * gdb.guile/source2.scm: New file.
1651 * gdb.guile/types-module.cc: New file.
1652 * gdb.guile/types-module.exp: New file.
1653
7026a7c1
YQ
16542014-02-10 Yao Qi <yao@codesourcery.com>
1655
1656 PR testsuite/16543
1657 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1658 * configure: Regenerated.
1659 * Makefile.in: New file.
1660
6c466447
AS
16612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1662
1663 * gdb.python/py-framefilter.exp: Fix typo.
1664
6e854735
YQ
16652014-02-08 Yao Qi <yao@codesourcery.com>
1666
1667 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1668 that no =breakpoint-modified is emitted when breakpoints are
1669 modified through MI commands.
1670
d137e6dc
PA
16712014-02-07 Pedro Alves <pedro@codesourcery.com>
1672 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.threads/step-after-sr-lock.c: New file.
1675 * gdb.threads/step-after-sr-lock.exp: New file.
1676
b5ee5a50
PA
16772014-02-07 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1680
3c77faf3
JK
16812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1684 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1685
6dddc817
DE
16862014-02-06 Doug Evans <xdje42@gmail.com>
1687
1688 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1689 output.
1690
1691 * gdb.gdb/python-interrupts.exp: New file.
1692
de7b2893
YQ
16932014-02-05 Yao Qi <yao@codesourcery.com>
1694
1695 * gdb.trace/report.exp (use_collected_data): Test the output
1696 of "info threads" and "info inferiors".
1697
66d032ac
YQ
16982014-02-05 Yao Qi <yao@codesourcery.com>
1699
1700 Revert this patch:
1701
1702 2013-05-24 Yao Qi <yao@codesourcery.com>
1703
1704 * gdb.trace/tfile.exp: Test inferior and thread.
1705
591a12a1
UW
17062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1707
1708 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1709 on a function.
1710 * gdb.base/step-bt.c: Call hello via function pointer to make
1711 sure its first instruction is executed on powerpc64le-linux.
1712
0ff3e01f
UW
17132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1714
1715 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1716
084ee545
UW
17172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1718
1719 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1720 of the test patterns for use on little-endian systems.
1721
6ed14ff3
UW
17222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1723
1724 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1725 (decimal_vector): Fix for little-endian.
1726
401e27fd
JM
17272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1728
1729 * gdb.arch/sparc-sysstep.exp: New file.
1730 * gdb.arch/sparc-sysstep.c: Likewise.
1731
1732 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1733
8b924729
EBM
17342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1735
1736 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1737
fb151210
JB
17382014-01-23 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.ada/array_char_idx: New testcase.
1741
0740f8d8
TT
17422014-01-23 Tom Tromey <tromey@redhat.com>
1743
1744 PR python/16487:
1745 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1746 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1747 classes.
1748
21909fa1
TT
17492014-01-23 Tom Tromey <tromey@redhat.com>
1750
1751 PR python/16491:
1752 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1753 string from an inferior frame.
1754 * gdb.python/py-framefilter-mi.exp: Update.
1755
87ce2a04
DE
17562014-01-22 Doug Evans <dje@google.com>
1757
1758 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1759
237b092b
AA
17602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1761
1762 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1763
d674a709
AA
17642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1765
1766 * gdb.trace/entry-values.exp: Remove excess space character from
1767 regex patterns. Handle s390 call instruction.
1768
20fa3390
AA
17692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1770
1771 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1772 define "*_start" label. Make "name" static.
1773 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1774 ${name} by references to ${name}_start.
1775
78466714
AA
17762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1777
1778 * gdb.base/info-macros.exp: Remove "debug" from the compile
1779 options.
1780
ec9f644a
IB
17812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1782
1783 * gdb.dlang/demangle.exp: New file.
1784
94b1b47e
IB
17852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1786
1787 * gdb.dlang/primitive-types.exp: New file.
1788
7f420862
IB
17892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1790
1791 * configure.ac: Create gdb.dlang/Makefile.
1792 * configure: Regenerate.
1793 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1794 * gdb.dlang/Makefile.in: New file.
1795 * lib/d-support.exp: New file.
1796 * lib/gdb.exp (skip_d_tests): New proc.
1797
52834460
MM
17982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1799
1800 * gdb.btrace/delta.exp: Check reverse stepi.
1801 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1802 * gdb.btrace/finish.exp: New.
1803 * gdb.btrace/next.exp: New.
1804 * gdb.btrace/nexti.exp: New.
1805 * gdb.btrace/record_goto.c: Add comments.
1806 * gdb.btrace/step.exp: New.
1807 * gdb.btrace/stepi.exp: New.
1808 * gdb.btrace/multi-thread-step.c: New.
1809 * gdb.btrace/multi-thread-step.exp: New.
1810 * gdb.btrace/rn-dl-bind.c: New.
1811 * gdb.btrace/rn-dl-bind.exp: New.
1812 * gdb.btrace/data.c: New.
1813 * gdb.btrace/data.exp: New.
1814 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1815
6e07b1d2
MM
18162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1817
1818 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1819 * gdb.btrace/exception.exp: Update.
1820 * gdb.btrace/instruction_history.exp: Update.
1821 * gdb.btrace/record_goto.exp: Update.
1822 * gdb.btrace/tailcall.exp: Update.
1823 * gdb.btrace/unknown_functions.exp: Update.
1824 * gdb.btrace/delta.exp: New.
1825
0b722aec
MM
18262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1827
1828 * gdb.btrace/record_goto.exp: Add backtrace test.
1829 * gdb.btrace/tailcall.exp: Add backtrace test.
1830
066ce621
MM
18312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1832
1833 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1834 * gdb.btrace/record_goto.c: New.
1835 * gdb.btrace/record_goto.exp: New.
1836 * gdb.btrace/x86-record_goto.S: New.
1837
0688d04e
MM
18382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1839
1840 * gdb.btrace/function_call_history.exp: Update tests.
1841 * gdb.btrace/instruction_history.exp: Update tests.
1842
8710b709
MM
18432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1844
1845 * gdb.btrace/function_call_history.exp: Fix expected field
1846 order for "record function-call-history".
1847 Add new tests for "record function-call-history /c".
1848 * gdb.btrace/exception.cc: New.
1849 * gdb.btrace/exception.exp: New.
1850 * gdb.btrace/tailcall.exp: New.
1851 * gdb.btrace/x86-tailcall.S: New.
1852 * gdb.btrace/x86-tailcall.c: New.
1853 * gdb.btrace/unknown_functions.c: New.
1854 * gdb.btrace/unknown_functions.exp: New.
1855 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1856
5de9129b
MM
18572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1858
1859 * gdb.btrace/instruction_history.exp: Update.
1860 * gdb.btrace/function_call_history.exp: Update.
1861
23a7fe75
MM
18622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1863
1864 * gdb.btrace/function_call_history.exp: Fix expected function
1865 trace.
1866 * gdb.btrace/instruction_history.exp: Initialize traced.
1867 Remove traced_functions.
1868
724c7dd8
MM
18692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1870
1871 * gdb.btrace/function_call_history.exp: Update
1872 * gdb.btrace/instruction_history.exp: Update.
1873
6d78d93b
MM
18742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1875
1876 * gdb.btrace/enable.exp: Update expected text.
1877
93a360cc
OJ
18782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1879
1880 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1881 bytes.
1882
3772b53f
MR
18832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1884
1885 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1886
596662fa
OJ
18872014-01-15 Omair Javaid <omair.javaid@linaro.org>
1888
1889 * lib/gdb.exp (supports_process_record): Return true for
1890 arm*-linux*. (supports_reverse): Likewise.
1891
b5b08fb4
SC
18922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1893
1894 PR python/15464
1895 PR python/16113
1896 * gdb.python/py-type.c: Enhance test case.
1897 * gdb.python/py-value-cc.cc: Likewise
1898 * gdb.python/py-type.exp: Add new tests.
1899 * gdb.python/py-value-cc.exp: Likewise
1900
52d7fb13
AA
19012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1902 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1905 Make "name" extern.
1906 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1907 references to ${name}_start by references to ${name}.
1908
a2cd8cfe
JB
19092014-01-10 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1912
4e23fced
JB
19132014-01-10 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1916
c6a9e42c
PA
19172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1918 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.mi/mi-info-os.exp: Connect to the target with
1921 mi_gdb_target_load.
1922
b7ea362b
PA
19232014-01-08 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.threads/reconnect-signal.c: New file.
1926 * gdb.threads/reconnect-signal.exp: New file.
1927
5e3f4fab
EBM
19282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1929
1930 * gdb.base/source-dir.exp: New file.
1931
79301218
JB
19322014-01-07 Joel Brobecker <brobecker@adacore.com>
1933
1934 * gdb.ada/mi_interface: New testcase.
1935
8e355c5d
JB
19362014-01-07 Joel Brobecker <brobecker@adacore.com>
1937
1938 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1939 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1940 gdb.ada/pp-rec-component/pck.ads: New files.
1941
c0d48811
JB
19422014-01-07 Joel Brobecker <brobecker@adacore.com>
1943
1944 * gdb.python/py-pp-integral.c: New file.
1945 * gdb.python/py-pp-integral.py: New file.
1946 * gdb.python/py-pp-integral.exp: New file.
1947
17b609c3 1948For older changes see ChangeLog-1993-2013.
c906108c 1949\f
8d8cb839
EZ
1950;; Local Variables:
1951;; mode: change-log
1952;; left-margin: 8
1953;; fill-column: 74
1954;; version-control: never
1955;; End:
902f2ccb 1956
14f8b115 1957 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1958 Copying and distribution of this file, with or without modification,
1959 are permitted provided the copyright notice and this notice are preserved.