Directly call i386-dregs functions
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
45371d0c
LM
12014-06-18 Luis Machado <lgustavo@codesourcery.com>
2
3 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4 to DW_FORM_addr and use non-zero addresses.
5
5d376983
SC
62014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7
8 PR gdb/17017
9 * gdb.python/py-xmethods.cc: Add global function call counters and
10 increment them in their respective functions. Remove "cout"
11 statements.
12 * gdb.python/py-xmethods.exp: Make tests check the global function
13 call counters instead of depending on inferior IO.
14
a1aa2221
LM
152014-06-18 Don Breazeal <donb@codesourcery.com>
16
17 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18 Deleted procedure.
19 (explicit_fork_parent_follow): Deleted procedure.
20 (explicit_fork_child_follow): Deleted procedure.
21 (test_follow_fork): New procedure.
22 (do_fork_tests): Replace calls to deleted procedures with
23 calls to test_follow_fork and reset GDB for subsequent
24 procedure calls.
25
0fc05997
YQ
262014-06-17 Yao Qi <yao@codesourcery.com>
27
28 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
29 CP1252.
30
70795c52
LM
312014-06-17 Luis Machado <lgustavo@codesourcery.com>
32
33 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
34 Initialize ptr and S explicitly.
35 (skip_type_update_when_not_use_rtti_test): Likewise.
36
6be47f0c
KS
372014-06-16 Keith Seitz <keiths@redhat.com>
38
39 PR mi/15863
40 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
41 the inferior is started.
42
d03de421
PA
432014-06-16 Pedro Alves <palves@redhat.com>
44
45 * gdb.base/break-main-file-remove-fail.c: New file.
46 * gdb.base/break-main-file-remove-fail.exp: New file.
47 * gdb.base/break-unload-file.exp: Use build_executable instead of
48 prepare_for_testing.
49 (test_break): New parameter "initial_load". Handle it.
50 (top level): Add initial_load cmdline/file axis.
51
f9579b99
TT
522014-06-12 Tom Tromey <tromey@redhat.com>
53
54 * gdb.base/completion.exp: Don't use directory name in test.
55
3657956b
GB
562014-06-09 Gary Benson <gbenson@redhat.com>
57
58 * gdb.base/sigall.c [Functions to send signals]: Reorder to
59 separate the always-available ANSI-standard signals from the
60 signals that require checking.
61 (main): Likewise.
62 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
63 Likewise.
64 (main): Likewise.
65
4186eb54
KS
662014-06-07 Keith Seitz <keiths@redhat.com>
67
68 Revert:
69 PR c++/16253
70 * gdb.cp/var-tag.cc: New file.
71 * gdb.cp/var-tag.exp: New file.
72 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
73 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
74 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
75 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
76
25326a28 772014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
78
79 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
80
829155c9
PA
812014-06-06 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
84 in target debug output instead of looking at RSP packets,
85 disabling the test on any target that uses hardware stepping.
86 Update comments.
87
61c8d22e
PA
882014-06-06 Pedro Alves <palves@redhat.com>
89
90 * gdb.base/break-unload-file.exp: Fix typo.
91
d9a47287
YQ
922014-06-06 Yao Qi <yao@codesourcery.com>
93
94 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
95 from "jit_function" to "^jit_function".
96
e5e01dbf
YQ
972014-06-06 Yao Qi <yao@codesourcery.com>
98
99 * gdb.base/async.c (foo): Add one statement.
100 * gdb.base/async.exp: Get the next instruction address and
101 match the output of "nexti" by instruction address. Match
102 the hex address in the output of "finish".
103
73ba372c
GB
1042014-06-06 Gary Benson <gbenson@redhat.com>
105
106 * gdb.base/call-signals.c: Remove preprocessor conditionals
107 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
108 SIGSEGV and SIGTERM.
109 * gdb.base/sigall.c: Likewise.
110 * gdb.base/unwindonsignal.c: Likewise.
111 * gdb.reverse/sigall-reverse.c: Likewise.
112
831517df
YQ
1132014-06-06 Yao Qi <yao@codesourcery.com>
114
115 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
116 readable, skip the test.
117
b8b91e98
YQ
1182014-06-06 Yao Qi <yao@codesourcery.com>
119
120 * gdb.threads/staticthreads.c (thread_function): Move the line
121 setting breakpoint on forward.
122 * gdb.threads/staticthreads.exp: Update comments.
123
fb934770
LC
1242014-06-05 Ludovic Courtès <ludo@gnu.org>
125
126 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
127 "history-append! type error".
128
6ef284bd
SM
1292014-06-05 Simon Marchi <simon.marchi@ericsson.com>
130
131 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
132 erroneous dprintf expected input.
133
a872e241
DE
1342014-06-04 Doug Evans <xdje42@gmail.com>
135
136 * gdb.guile/scm-generics.exp: Delete.
137
16f691fb
DE
1382014-06-04 Doug Evans <xdje42@gmail.com>
139
140 * gdb.guile/scm-breakpoint.exp: Update.
141 Add tests for breakpoint registration.
142
012370f6
TT
1432014-06-04 Tom Tromey <tromey@redhat.com>
144
145 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
146 VLA-in-union.
147 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
148 inner_vla_struct, vla_union types. Initialize objects of those
149 types and compute their sizes.
150
9f5a4cef
HZ
1512014-06-04 Nathan Sidwell <nathan@codesourcery.com>
152 Hui Zhu <hui@codesourcery.com>
153
154 * gdb.base/fileio.exp: Add test for shell not available as well as
155 available.
156 * gdb.base/fileio.c (test_system): Check for shell twice.
157
90a45c4d
YQ
1582014-06-04 Yao Qi <yao@codesourcery.com>
159
160 * gdb.base/auto-connect-native-target.exp: Remove redundant
161 space from the regexp pattern.
162
70017e41
YQ
1632014-06-04 Yao Qi <yao@codesourcery.com>
164
165 * gdb.base/default.exp: Replace "child" with "native" in
166 regexp pattern.
167
883964a7
SC
1682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
169
170 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
171 * gdb.python/py-xmethods.exp: New tests to test xmethods.
172 * gdb.python/py-xmethods.py: Python script supporting the
173 new testcase and tests.
174
ef370185
JB
1752014-06-03 Joel Brobecker <brobecker@adacore.com>
176 Pedro Alves <palves@redhat.com>
177
178 PR breakpoints/17000
179 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
180 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
181
1e2ccb61
BM
1822014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
183
184 * gdb.base/subst.exp: Add tests to verify partial path matching
185 output.
186
c6ec5ab2
PA
1872014-06-03 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
190 target that doesn't use software single-stepping.
191
835c559f
PA
1922014-06-03 Pedro Alves <palves@redhat.com>
193
194 PR breakpoints/17000
195 * gdb.base/sss-bp-on-user-bp-2.c: New file.
196 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
197
06eb1586
DE
1982014-06-02 Doug Evans <xdje42@gmail.com>
199
200 * gdb.guile/scm-parameter.exp: New file.
201
e698b8c4
DE
2022014-06-02 Doug Evans <xdje42@gmail.com>
203
204 * gdb.guile/scm-cmd.c: New file.
205 * gdb.guile/scm-cmd.exp: New file.
206
ded03782
DE
2072014-06-02 Doug Evans <xdje42@gmail.com>
208
209 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
210 pretty-printer lookup.
211 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
212 (make-pp_s-printer): Call it.
213 (make-pretty-printer-from-dict): New function.
214 (lookup-pretty-printer-maker-from-dict): New function.
215 (*pretty-printer*): Simplify.
216 (make-objfile-pp_s-printer): New function.
217 (install-objfile-pretty-printers!): New function.
218 (make-progspace-pp_s-printer): New function.
219 (install-progspace-pretty-printers!): New function.
220 * gdb.guile/scm-progspace.c: New file.
221 * gdb.guile/scm-progspace.exp: New file.
222
41fac0cf
PA
2232014-06-02 Pedro Alves <palves@redhat.com>
224
225 * gdb.base/dprintf-bp-same-addr.c: New file.
226 * gdb.base/dprintf-bp-same-addr.exp: New file.
227
96ae5695
EBM
2282014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
229
230 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
231 * gdb.arch/powerpc-power.s: Likewise.
232
da02b3a8
JB
2332014-06-02 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
236
c72b2e7b
YQ
2372014-06-01 Yao Qi <yao@codesourcery.com>
238
239 * gdb.base/watchpoint.exp (test_watch_location): Check null
240 pointer can be dereferenced. If not, do the test, otherwise
241 skip it.
242
53e8a631
AB
2432014-05-30 Andrew Burgess <aburgess@broadcom.com>
244
245 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
246 results.
247 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
248
938f0e2f
AB
2492014-05-30 Andrew Burgess <aburgess@broadcom.com>
250
251 * gdb.arch/amd64-invalid-stack-middle.S: New file.
252 * gdb.arch/amd64-invalid-stack-middle.c: New file.
253 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
254 * gdb.arch/amd64-invalid-stack-top.c: New file.
255 * gdb.arch/amd64-invalid-stack-top.exp: New file.
256
9ba6657a
PA
2572014-05-30 Pedro Alves <palves@redhat.com>
258
259 PR breakpoints/17000
260 * gdb.base/sss-bp-on-user-bp.c: New file.
261 * gdb.base/sss-bp-on-user-bp.exp: New file.
262
522c09bf
DB
2632014-05-30 David Blaikie <dblaikie@gmail.com>
264
265 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
266 gnu_inline semantics via attribute.
267 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
268 source explicitly specifies the required semantics.
269
bf4ef81e
MR
2702014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
271
272 * gdb.reverse/sigall-reverse.exp: Fix a typo.
273
329ea579
PA
2742014-05-29 Pedro Alves <palves@redhat.com>
275 Tom Tromey <tromey@redhat.com>
276
277 * gdb.base/async-shell.exp: Don't enable target-async.
278 * gdb.base/async.exp
279 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
280 parameter. Adjust.
281 (top level): Don't test with "target-async".
282 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
283 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
284 * gdb.base/inferior-died.exp: Don't enable target-async.
285 * gdb.base/interrupt-noterm.exp: Likewise.
286 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
287 * gdb.mi/mi-nonstop-exit.exp: Likewise.
288 * gdb.mi/mi-nonstop.exp: Likewise.
289 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
290 * gdb.mi/mi-nsintrall.exp: Likewise.
291 * gdb.mi/mi-nsmoribund.exp: Likewise.
292 * gdb.mi/mi-nsthrexec.exp: Likewise.
293 * gdb.mi/mi-watch-nonstop.exp: Likewise.
294 * gdb.multi/watchpoint-multi.exp: Adjust comment.
295 * gdb.python/py-evsignal.exp: Don't enable target-async.
296 * gdb.python/py-evthreads.exp: Likewise.
297 * gdb.python/py-prompt.exp: Likewise.
298 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
299 * gdb.server/solib-list.exp: Don't enable target-async.
300 * gdb.threads/thread-specific-bp.exp: Likewise.
301 * lib/mi-support.exp: Adjust to use mi-async.
302
fd664c91
PA
3032014-05-29 Pedro Alves <palves@redhat.com>
304
305 PR gdb/13860
306 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
307 reason, even in sync mode.
308
251bde03
PA
3092014-05-29 Pedro Alves <palves@redhat.com>
310 Hui Zhu <hui@codesourcery.com>
311
312 PR PR15693
313 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
314 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
315 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
316 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
317
7f3c0343
JB
3182014-05-28 Joel Brobecker <brobecker@adacore.com>
319
320 * config/monitor.exp (gdb_target_monitor): Replace use of
321 "set remotebaud" by "set serial baud".
322
b2715b27
AW
3232014-05-26 Andy Wingo <wingo@igalia.com>
324
325 * gdb.guile/scm-breakpoint.exp:
326 * gdb.guile/scm-gsmob.exp: Update to use plain old object
327 properties instead of gdb-object-properties.
328
498a4489
YQ
3292014-05-26 Yao Qi <yao@codesourcery.com>
330
331 * gdb.server/no-thread-db.exp: Specify source file name
332 explicitly when setting a breakpoint.
333
589fdceb
MM
3342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
335
336 * gdb.btrace/vdso.c: New.
337 * gdb.btrace/vdso.exp: New.
338
e9089e05
MM
3392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
340
341 * gdb.base/gcore.exp (capture_command_output): Move ...
342 * lib/gdb.exp (capture_command_output): ... here.
343
67b5c0c1
MM
3442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
345
346 * gdb.btrace/data.exp: Test memory access during btrace replay.
347
a2199296
SM
3482014-05-22 Simon Marchi <simon.marchi@ericsson.com>
349
350 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
351
17b2616c
PA
3522014-05-21 Pedro Alves <palves@redhat.com>
353
354 PR gdb/13860
355 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
356 (top level): Test that output related to execution commands is
357 sent to the console with CLI commands, but not with MI commands.
358 Test that breakpoint events are always mirrored to the console.
359 Also expect the new source line to be output after a "next" in
360 async mode too. Make it a pass/fail test.
361 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
362 output.
363 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
364
5166082f
PA
3652014-05-21 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/list.exp (build_pattern, test_list): New procedures.
368 Use them to test variations of "list" after reaching a breakpoint.
369 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
370 Test "list" with listsize 10 after reaching a breakpoint.
371 * gdb.python/python.exp (decode_line current location line
372 number): Adjust expected line number.
373
2f25d70f
SM
3742014-05-21 Simon Marchi <simon.marchi@ericsson.com>
375
376 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
377 behavior for $args, pass it directly to "run".
378
ff604a67
MR
3792014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
380
381 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
382 30000 to 65536.
383
6a3cb8e8
PA
3842014-05-21 Pedro Alves <palves@redhat.com>
385
386 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
387 auto-connect-native-target off".
388 * gdb.base/auto-connect-native-target.c: New file.
389 * gdb.base/auto-connect-native-target.exp: New file.
390
4ebfc96e
PA
3912014-05-21 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/default.exp: Test "target native" instead of "target
394 child".
395
36d46afb
MW
3962014-05-21 Mark Wielaard <mjw@redhat.com>
397
398 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
399
5876f503
JK
4002014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
401
402 Fix TLS access for -static -pthread.
403 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
404 <HAVE_TLS> (thread_function, main): Initialize it.
405 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
406 Add clean_restart.
407 <$have_tls != "">: Check TLSVAR.
408
0256a6ac
PA
4092014-05-21 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/dcache-line-read-error.c: New.
412 * gdb.base/dcache-line-read-error.exp: New.
413
936d2992
PA
4142014-05-20 Pedro Alves <palves@redhat.com>
415
416 * gdb.base/compare-sections.c: New file.
417 * gdb.base/compare-sections.exp: New file.
418
802e8e6d
PA
4192014-05-20 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/break-idempotent.c: New file.
422 * gdb.base/break-idempotent.exp: New file.
423
e59fa00f
MM
4242014-05-20 Markus Metzger <markus.t.metzger@intel.com>
425
426 * gdb.btrace/nohist.exp: New.
427
8b696e31
YQ
4282014-05-20 Yao Qi <yao@codesourcery.com>
429
430 * lib/gdb.exp (gdb_init): Set timeout if test file is under
431 gdb.reverse directory and gdb_reverse_timeout exists in board
432 setting.
433 * README: Document gdb_reverse_timeout.
434
73c9764f
YQ
4352014-05-20 Yao Qi <yao@codesourcery.com>
436
437 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
438 'test_file_name'. Treat args as a string instead of a list.
439 (gdb_init): Rename argument 'args' by 'test_file_name'.
440
f1f4348a
JK
4412014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
442
443 * gdb.arch/powerpc-power.exp: New file.
444 * gdb.arch/powerpc-power.s: New file.
445
0dbe70ce
DE
4462014-05-16 Doug Evans <dje@google.com>
447
448 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
449 * gdb.base/completion.exp: Check that all expected files exist
450 before doing file completion.
0dbe70ce 451
8d551b02
DE
4522014-05-16 Doug Evans <dje@google.com>
453
454 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
455 Update.
456 (do_syscall_tests_without_xml): Update.
457
73eb7709
PA
4582014-05-16 Pedro Alves <palves@redhat.com>
459
460 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
461 instead of "unknown output after running".
462
3fae92fc
YQ
4632014-05-16 Yao Qi <yao@codesourcery.com>
464
465 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
466 file1.txt from host at the end.
467 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
468
c2b2ccc5
DE
4692014-05-15 Doug Evans <dje@google.com>
470
471 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
472 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
473 loading file. Add test for TU lookup.
474
8c217a4b
SM
4752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
476
477 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
478 calling "-exec-arguments" or "set args" before running the
479 inferior.
480
3deb39c6
SM
4812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
482
483 * lib/mi-support.exp (mi_expect_stop): Expect message for
484 inferiors that exit with non-zero exit code.
485
71a79f8c
YQ
4862014-05-14 Yao Qi <yao@codesourcery.com>
487
488 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
489 match absolute path on remote host.
490 (test_file_list_exec_source_files): Remove "/" from the
491 pattern.
492
f23fcd46
YQ
4932014-05-14 Yao Qi <yao@codesourcery.com>
494
495 * boards/local-remote-host-notty.exp (${board}_file): New
496 proc.
497
9404b58f
KM
4982014-05-07 Kyle McMartin <kyle@redhat.com>
499
500 Pushed by Joel Brobecker <brobecker@adacore.com>.
501 * gdb.arch/aarch64-atomic-inst.c: New file.
502 * gdb.arch/aarch64-atomic-inst.exp: New file.
503
5e45f04c
YQ
5042014-05-07 Yao Qi <yao@codesourcery.com>
505
506 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
507 in current context" too.
508
c888a17d
KS
5092014-05-05 Keith Seitz <keiths@redhat.com>
510
511 * gdb.linespec/ls-dollar.exp: Add test for linespec
512 file:convenience_variable.
513
290a839c
YQ
5142014-05-05 Yao Qi <yao@codesourcery.com>
515
516 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
517 traceframes into tfile and ctf trace files. Read data from
518 trace file and test collected data.
519 (gdb_collect_locals_test): Likewise.
520 (gdb_unavailable_registers_test): Likewise.
521 (gdb_unavailable_floats): Likewise.
522 (gdb_collect_globals_test): Likewise.
523 (top-level): Append "ctf" to trace_file_targets if GDB
524 supports.
525
b5262cd0
YQ
5262014-05-05 Yao Qi <yao@codesourcery.com>
527
528 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
529 code to ...
530 (gdb_collect_args_test_1): ... it. New proc.
531 (gdb_collect_locals_test): Move some code to ...
532 (gdb_collect_locals_test_1): ... it. New proc.
533 (gdb_unavailable_registers_test): Move some code to ...
534 (gdb_unavailable_registers_test_1): ... it. New proc.
535 (gdb_unavailable_floats): Move some code to ...
536 (gdb_unavailable_floats_1): ... it. New proc.
537
30a1e6cc
SDJ
5382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
539
540 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
541 probes to test for bitness recognition.
542 * gdb.arch/amd64-stap-optional-prefix.exp
543 (test_probe_value_without_reg): New procedure.
544 Add code to test for different kinds of bitness.
545
f33da99a
SDJ
5462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
547
548 PR breakpoints/16889
549 * gdb.arch/amd64-stap-optional-prefix.S: New file.
550 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
551
5b80f00d
PA
5522014-05-01 Pedro Alves <palves@redhat.com>
553
554 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
555 gdb_file_cmd if no file is specified.
556 * boards/native-extended-gdbserver.exp (gdb_load): Use the
557 last_loaded_file to set the remote exec-file.
558
f8c2a73c
PA
5592014-05-01 Pedro Alves <palves@redhat.com>
560
561 * boards/local-remote-host.exp: New file.
562
be6e8ac7
PA
5632014-05-01 Pedro Alves <palves@redhat.com>
564
565 * boards/local-remote-host.exp: Rename to ...
566 * boards/local-remote-host-notty.exp: ... this.
567
cac0dc8f
JB
5682014-04-28 Joel Brobecker <brobecker@adacore.com>
569
570 * gdb.ada/dyn_arrayidx: New testcase.
571
9730e6cc
YQ
5722014-04-26 Yao Qi <yao@codesourcery.com>
573
574 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
575 and compute the length of function main. Save it in
576 $main_length.
577 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
578 (top-level): Use gdb_compile to compile objects into
579 executable and restart GDB. Remove invocation to
580 prepare_for_testing.
581
7ae1a6a6
PA
5822014-04-25 Simon Marchi <simon.marchi@ericsson.com>
583 Pedro Alves <palves@redhat.com>
584
585 PR server/16255
586 * gdb.multi/multi-attach.c: New file.
587 * gdb.multi/multi-attach.exp: New file.
588
4082afcc
PA
5892014-04-25 Pedro Alves <palves@redhat.com>
590
591 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
592 user.
593 (top level): Test that "set remote conditional-breakpoints-packet
594 off" works as intended.
595 * gdb.base/dprintf.exp: Test that "set remote
596 breakpoint-commands-packet off" works as intended.
597 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
598 New function.
599 (top level): Call it.
600 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
601 remote fast-tracepoints-packet off" works as intended.
602 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
603 * lib/gdb.exp (gdb_is_target_remote): ... here.
604
2abc3f8d
DB
6052014-04-24 David Blaikie <dblaikie@gmail.com>
606
607 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
608 ensure clang would not discard them.
609 * gdb.base/gdbvars.c: Ditto.
610 * gdb.base/memattr.c: Ditto.
611 * gdb.base/whatis.c: Ditto.
612 * gdb.python/py-prettyprint.c: Ditto.
613 * gdb.trace/actions.c: Ditto.
614 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
615 ensure clang would not discard it.
616
bfd39632
DB
6172014-04-24 David Blaikie <dblaikie@gmail.com>
618
619 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
620 clang to emit the full definition of type required by the test
621 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
622
22842ff6
DB
6232014-04-24 David Blaikie <dblaikie@gmail.com>
624
625 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
626 coax Clang into emitting the definition of the type.
627 * gdb.cp/pr10728-x.h (y): Ditto.
628 * gdb.cp/pr10728-y.cc (y): Ditto.
629
c2e827ad
DB
6302014-04-24 David Blaikie <dblaikie@gmail.com>
631
632 * gdb.base/label.exp: XFAIL label related tests under Clang.
633 * gdb.cp/cplabel.exp: Ditto.
634 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
635 under Clang those using labels.
636
4c2d33e7
YQ
6372014-04-25 Yao Qi <yao@codesourcery.com>
638
639 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
640 double_label.
641 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
642 partial_label and double_label.
643
56083b99
DB
6442014-04-24 David Blaikie <dblaikie@gmail.com>
645
646 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
647
25d4e99d
DB
6482014-04-24 David Blaikie <dblaikie@gmail.com>
649
650 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
651 of the function to work across GCC and Clang.
652 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
653 pointer types (const void ** const V void **).
654
01f9f808
MS
6552014-04-24 Michael Sturm <michael.sturm@mintel.com>
656 Walfred Tedeschi <walfred.tedeschi@intel.com>
657
658 * Makefile.in (EXECUTABLES): Added i386-avx512.
659 * gdb.arch/i386-avx512.c: New file.
660 * gdb.arch/i386-avx512.exp: Likewise.
661
4b48d439
KS
6622014-04-23 Keith Seitz <keiths@redhat.com>
663
664 * lib/mi-support.exp (mi_list_breakpoints): Delete.
665 (mi_make_breakpoint_table): New procedure.
666 (mi_create_breakpoint): Use mi_make_breakpoint
667 and return the result.
668 (mi_make_breakpoint): New procedure.
669 (mi_build_kv_pairs): New procedure.
670
671 * gdb.mi/mi-break.exp: Remove unused globals,
672 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
673 All callers updated.
674 * gdb.mi/mi-dprintf.exp: Use variable to track command
675 number.
676 Update all callers of mi_create_breakpoint and use
677 mi_make_breakpoint_table.
678 Remove any unused global variables.
679 * gdb.mi/mi-nonstop.exp: Likewise.
680 * gdb.mi/mi-nsintrall.exp: Likewise.
681 * gdb.mi/mi-nsmoribund.exp: Likewise.
682 * gdb.mi/mi-nsthrexec.exp: Likewise.
683 * gdb.mi/mi-reverse.exp: Likewise.
684 * gdb.mi/mi-simplerun.exp: Likewise.
685 * gdb.mi/mi-stepn.exp: Likewise.
686 * gdb.mi/mi-syn-frame.exp: Likewise.
687 * gdb.mi/mi-until.exp: Likewise.
688 * gdb.mi/mi-var-cp.exp: Likewise.
689 * gdb.mi/mi-var-display.exp: Likewise.
690 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
691 * gdb.mi/mi2-var-child.exp: Likewise.
692 * gdb.mi/mi-vla-c99.exp: Likewise.
693 * lib/mi-support.exp: Likewise.
694
695 From Ian Lance Taylor <iant@cygnus.com>:
696 * lib/gdb.exp (parse_args): New procedure.
697
08351840
PA
6982014-04-23 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/break-unload-file.c: New file.
701 * gdb.base/break-unload-file.exp: New file.
702 * gdb.base/sym-file-lib.c (baz): New function.
703 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
704 field.
705 (load): Store the segment's mapped size.
706 (unload): New function.
707 (unload_shlib): New function.
708 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
709 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
710 set a breakpoint at baz, and call it.
711 * gdb.base/sym-file.exp: New tests for stale breakpoint
712 instructions.
713
076855f9
PA
7142014-04-23 Pedro Alves <palves@redhat.com>
715
716 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
717 * gdb.base/hbreak-in-shr-unsupported.c: New file.
718 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
719 * gdb.base/hbreak-unmapped.c: New file.
720 * gdb.base/hbreak-unmapped.exp: New file.
721 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
722 * lib/gdb.exp (gdb_is_target_remote): ... here.
723
483805cf
PA
7242014-04-22 Pedro Alves <palves@redhat.com>
725
726 * gdb.base/consecutive-step-over.c: New file.
727 * gdb.base/consecutive-step-over.exp: New file.
728
06d97543
PA
7292014-04-22 Pedro Alves <palves@redhat.com>
730
731 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
732 instead of send_gdb/gdb_expect.
733
b4429ea2
YQ
7342014-04-22 Yao Qi <yao@codesourcery.com>
735
736 * lib/trace-support.exp (generate_tracefile): New procedure.
737 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
738 return 0.
739 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
740 if generate_tracefile returns 1.
741
51d48146
PA
7422014-04-18 Tom Tromey <palves@redhat.com>
743 Pedro alves <tromey@redhat.com>
744
745 PR backtrace/15558
746 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
747 with a backtrace limit.
748 * gdb.python/py-frame-inline.exp: Test running to an inline
749 function with a backtrace limit, and printing the newest frame.
750 * gdb.python/py-frame-inline.c (main): Call f.
751
bd1dce5f
MS
7522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
753
754 * gdb.java/jnpe.exp: Drop srcdir from untested path.
755
40d1a503
MS
7562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
757
758 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
759 Drop prefix from unsupported source file path.
760
389b98f7
YQ
7612014-04-17 Yao Qi <yao@codesourcery.com>
762
763 * lib/gdb.exp (with_target_charset): New proc.
764 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
765 with_target_charset.
766 (test_print_strings): Likewise.
767 (test_repeat_bytes): Likewise.
768 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
769 for some tests.
770
22869d73
KS
7712014-04-16 Keith Seitz <keiths@redhat.com>
772
773 PR gdb/15827
774 * gdb.dwarf2/corrupt.c: New file.
775 * gdb.dwarf2/corrupt.exp: New file.
776
c4f87ca6
KS
7772014-04-16 Keith Seitz <keiths@redhat.com>
778
779 PR c++/16597
780 * gdb.cp/namelessclass.cc: New file.
781 * gdb.cp/namelessclass.exp: New file.
782 * gdb.cp/namelessclass.S: New file.
783
ab19de87
DE
7842014-04-16 Doug Evans <dje@google.com>
785
786 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
787 Add comment.
788 (gdbserver_default_get_comm_port): New function.
789 (gdbserver_start): Check if board file provided
790 "gdbserver,get_comm_port" and use it if so.
791 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
792 (gdb,socketport): Set to "stdio".
793 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
794 (stdio_gdbserver_template): Delete.
795 (${board}_get_remote_address): Update.
796 (${board}_build_remote_cmd): Delete.
797 (${board}_get_comm_port): New function.
798 (${board}_spawn): Update.
799 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
800 Delete.
801 (${board}_get_remote_address): Update.
802 (${board}_get_comm_port): New function.
803
fc98a809
AB
8042014-04-16 Andrew Burgess <aburgess@broadcom.com>
805
806 * gdb.base/memattr.exp: Improve regexps to handle memory regions
807 appearing in any order.
808
87fd9e6e
DE
8092014-04-15 Doug Evans <dje@google.com>
810
811 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
812 uninitialized value of "description".
813
099fc3ea
KS
8142014-04-15 Keith Seitz <keiths@redhat.com>
815
816 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
817 Remove unused globals.
818 (test_running_the_program): Likewise.
819 (test_controlled_execution): Likewise.
820 (test_controlling_breakpoints): Likewise.
821 (test_program_termination): Likewise.
822
5da151d4
KS
8232014-04-15 Keith Seitz <keiths@redhat.com>
824
825 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
826 unused globals.
827 (test_rbreak_creation_and_listing): Likewise.
828 (test_ignore_count): Likewise.
829 (test_error): Likewise.
830
35e5d2f0
PA
8312014-04-15 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
834 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
835 sym-file-loader.c.
836 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
837 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
838 to sym-file-loader.c.
839 (struct library): Forward declare.
840 (load_shlib, lookup_function): Change prototypes.
841 (find_shstrtab, find_strtab, find_shdr, find_symtab)
842 (translate_offset): Remove declarations.
843 (get_text_addr): New declaration.
844 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
845 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
846 sym-file-loader.h.
847 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
848 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
849 here from sym-file-loader.h.
850 (struct library): New structure.
851 (load_shlib, lookup_function): Change prototypes and adjust to
852 work with a struct library.
853 (find_shstrtab, find_strtab, find_shdr, find_symtab)
854 (translate_offset): Make static.
855 (get_text_addr): New function.
856 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
857
eb4c1710
PA
8582014-04-15 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
861
2d1baf52
PA
8622014-04-15 Pedro Alves <palves@redhat.com>
863
864 * gdb.base/sym-file-loader.c: Include <limits.h>.
865 (SELF_LINK): New define.
866 (get_origin): New function.
867 (load_shlib): Use it.
868 * gdb.base/sym-file.exp: Don't early return if the target is
869 remote. Use runto_main, and issue fail is that fails. Use
870 gdb_load_shlibs.
871 (shlib_name): Delete.
872 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
873
7dd6df01
PA
8742014-04-15 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/sym-file.exp: Remove regex characters from test
877 message. Don't refer to breakpoint numbers in test messages.
878
b50c8614
KS
8792014-04-14 Keith Seitz <keiths@redhat.com>
880
881 PR c++/16253
882 * gdb.cp/var-tag.cc: New file.
883 * gdb.cp/var-tag.exp: New file.
884 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
885 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
886 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
887 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
888
3d567982
TT
8892014-04-14 Tom Tromey <tromey@redhat.com>
890
891 * gdb.cp/classes.exp (test_enums): Handle underlying type.
892 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
893 type.
894 * gdb.cp/enum-class.exp: New file.
895 * gdb.cp/enum-class.cc: New file.
896
0626fc76
TT
8972014-04-14 Tom Tromey <tromey@redhat.com>
898
899 * gdb.dwarf2/enum-type.exp: New file.
900
dca325b3
SA
9012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
902
903 * gdb.mi/mi-vla-c99.exp: New file.
904 * gdb.mi/vla.c: New file.
905
5854b38a
SA
9062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
907
908 * gdb.base/vla-datatypes.c: New file.
909 * gdb.base/vla-datatypes.exp: New file.
910
463bb957
SA
9112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
912
913 * gdb.base/vla-ptr.c: New file.
914 * gdb.base/vla-ptr.exp: New file.
915
3dd170be
SA
9162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
917
918 * gdb.dwarf2/count.exp: New file.
919
5ecaaa66
SA
9202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
921
922 * gdb.base/vla-sideeffect.c: New file.
923 * gdb.base/vla-sideeffect.exp: New file.
924
41f1ada5
DB
9252014-04-14 David Blaikie <dblaikie@gmail.com>
926
927 * gdb.mi/non-stop.c: Add return value for non-void function return
928 statement.
929 * gdb.threads/staticthreads.c: Ditto.
930
0be03e84
DE
9312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
932 Doug Evans <xdje42@gmail.com>
933
934 * gdb.guile/scm-value.c: Improve test case.
935 * gdb.guile/scm-value.exp: Add new test.
936
f180a1fb
DB
9372014-04-11 David Blaikie <dblaikie@gmail.com>
938
939 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
940 override Clang's default.
941
6b662e19
JB
9422014-04-11 Joel Brobecker <brobecker@adacore.com>
943
944 Revert the following changes (regressions):
945
946 * gdb.base/vla-sideeffect.c: New file.
947 * gdb.base/vla-sideeffect.exp: New file.
948
949 * gdb.dwarf2/count.exp: New file.
950
951 * gdb.base/vla-multi.c: New file.
952 * gdb.base/vla-multi.exp: New file.
953
954 * gdb.base/vla-ptr.c: New file.
955 * gdb.base/vla-ptr.exp: New file.
956
957 * gdb.base/vla-datatypes.c: New file.
958 * gdb.base/vla-datatypes.exp: New file.
959
960 * gdb.mi/mi-vla-c99.exp: New file.
961 * gdb.mi/vla.c: New file.
962
245a5f0b
KS
9632014-04-11 Keith Seitz <keiths@redhat.com>
964
965 PR c++/16675
966 * gdb.cp/cpsizeof.exp: New file.
967 * gdb.cp/cpsizeof.cc: New file.
968
58a84dcf
SA
9692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
970
191a8a90
JB
971 * gdb.mi/mi-vla-c99.exp: New file.
972 * gdb.mi/vla.c: New file.
58a84dcf 973
c8655f75
SA
9742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
975
976 * gdb.base/vla-datatypes.c: New file.
977 * gdb.base/vla-datatypes.exp: New file.
978
024e13b4
SA
9792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
980
981 * gdb.base/vla-ptr.c: New file.
982 * gdb.base/vla-ptr.exp: New file.
983
1a237e0e
SA
9842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
985
986 * gdb.base/vla-multi.c: New file.
987 * gdb.base/vla-multi.exp: New file.
988
504f3432
SA
9892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
990
991 * gdb.dwarf2/count.exp: New file.
992
3bce8237
SA
9932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
994
191a8a90
JB
995 * gdb.base/vla-sideeffect.c: New file.
996 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 997
322f9c21
YQ
9982014-04-11 Yao Qi <yao@codesourcery.com>
999
1000 * gdb.base/completion.exp: Check file exists before running tests
1001 on file completion.
1002
d708bcd1
PA
10032014-04-10 Pedro Alves <palves@redhat.com>
1004
1005 * gdb.base/cond-eval-mode.c: New file.
1006 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1007 prepare_for_testing to build the new file. Check result of
1008 runto_main.
1009 (test_break, test_watch): New procedures.
1010 (top level): Use them.
1011
ae1d2761
PM
10122014-04-08 Pierre Muller <muller@sourceware.org>
1013
1014 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1015 Ctrl-V use for mingw hosts.
1016
7af389b8
SC
10172014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1018
1019 * gdb.python/py-value.c: Improve test case.
1020 * gdb.python/py-value.exp: Add new test.
1021
5e703181
DE
10222014-04-07 David Blaikie <dblaikie@gmail.com>
1023
1024 * lib/compiler.c: Identify the clang compiler.
1025 * lib/compiler.cc: Ditto.
1026
9810b410
YQ
10272014-04-03 Yao Qi <yao@codesourcery.com>
1028
1029 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1030
98d1b8dc
AB
10312014-04-01 Anton Blanchard <anton@samba.org>
1032
1033 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1034 messages unique.
1035
3114cea1
AB
10362014-04-01 Anton Blanchard <anton@samba.org>
1037
1038 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1039 prepare_for_testing.
1040
62f7182c
AB
10412014-04-01 Anton Blanchard <anton@samba.org>
1042
1043 * gdb.arch/ppc64-atomic-inst.c: Remove.
1044 * gdb.arch/ppc64-atomic-inst.S: New file.
1045 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1046
770e7fc7
DE
10472014-03-31 Doug Evans <dje@google.com>
1048
1049 * gdb.base/print-symbol-loading-lib.c: New file.
1050 * gdb.base/print-symbol-loading-main.c: New file.
1051 * gdb.base/print-symbol-loading.exp: New file.
1052
46e2bafa
YQ
10532014-03-31 Yao Qi <yao@codesourcery.com>
1054
1055 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1056
8776cfe9
JB
10572014-03-28 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.ada/mi_dyn_arr: New testcase.
1060
5d1ef361
DE
10612014-03-27 Doug Evans <dje@google.com>
1062
1063 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1064
b5bee914
YQ
10652014-03-27 Yao Qi <yao@codesourcery.com>
1066
1067 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1068 if target is nios2-*-*.
1069
0d4d0e77
YQ
10702014-03-26 Yao Qi <yao@codesourcery.com>
1071
1072 * lib/gdb.exp (readline_is_used): New proc.
1073 * gdb.base/completion.exp: Move tests on command complete up.
1074 Skip the rest of tests if readline is not used.
1075 * gdb.ada/complete.exp: Skp the test if readline is not
1076 used.
1077 * gdb.base/filesym.exp: Likewise.
1078 * gdb.base/macscp.exp: Likewise.
1079 * gdb.base/readline-ask.exp: Likewise.
1080 * gdb.base/readline.exp: Likewise.
1081 * gdb.python/py-cmd.exp: Likewise.
1082 * gdb.trace/tfile.exp: Likewise.
1083
29361eee
YQ
10842014-03-26 Yao Qi <yao@codesourcery.com>
1085
1086 * gdb.base/macscp.exp: Fix code format issues.
1087
bc9a5525
UW
10882014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1089
1090 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1091 * gdb.asm/powerpc64le.inc: New file.
1092
d3839ede
PA
10932014-03-25 Pedro Alves <palves@redhat.com>
1094 Doug Evans <dje@google.com>
1095
1096 * gdb.base/source-execution.c: New file.
1097 * gdb.base/source-execution.exp: New file.
1098 * gdb.base/source-execution.gdb: New file.
1099
01672a57
DE
11002014-03-24 Doug Evans <dje@google.com>
1101
1102 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1103 using fission.
1104
88bbeca9
HZ
11052014-03-24 Hui Zhu <hui@codesourcery.com>
1106 Pedro Alves <palves@redhat.com>
1107
1108 PR breakpoints/16101
1109 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1110 test pass/fail messages. Detect missing support for dprintf when
1111 breakpoints are actually inserted.
1112 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1113 breakpoints are actually inserted.
1114 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1115 fails.
1116
d2348791
JK
11172014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1118
1119 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1120
feef67ab
DE
11212014-03-22 Doug Evans <xdje42@gmail.com>
1122
1123 * gdb.python/python.exp (python not supported): Verify multi-line
1124 python command issues an error.
25d743f9 1125 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1126 guile command issues an error.
feef67ab 1127
ecebef6a
MR
11282014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1129
1130 * gdb.threads/thread-specific.exp: Handle the lack of usable
1131 $this_breakpoint and $this_thread.
1132
ccdd1909
HZ
11332014-03-21 Hui Zhu <hui@codesourcery.com>
1134
1135 * gdb.base/attach.exp (do_command_attach_tests): New.
1136
beb460e8
PA
11372014-03-20 Tom Tromey <tromey@redhat.com>
1138 Pedro Alves <palves@redhat.com>
1139
1140 PR cli/15718
1141 * gdb.base/condbreak-call-false.c: New file.
1142 * gdb.base/condbreak-call-false.exp: New file.
1143
40acf43a
PA
11442014-03-20 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1147 Delete.
1148 (block_signals, unblock_signals): Delete.
1149 (child_function_2, main): Remove references to deleted variable
1150 and functions.
1151
9f5e1e02
PA
11522014-03-20 Pedro Alves <palves@redhat.com>
1153
1154 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1155 Use pthread_kill to signal thread 2.
1156 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1157 Adjust to make the test send itself a signal rather than using the
1158 host's "kill" command.
1159
99619bea
PA
11602014-03-20 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.threads/multiple-step-overs.c: New file.
1163 * gdb.threads/multiple-step-overs.exp: New file.
1164 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1165 Adjust expected infrun debug output.
1166
2adfaa28
PA
11672014-03-20 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1170 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1171
31e77af2
PA
11722014-03-20 Pedro Alves <palves@redhat.com>
1173
1174 PR breakpoints/7143
1175 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1176 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1177 of gdb_test_multiple.
1178 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1179 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1180
b9f437de
PA
11812014-03-20 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1184 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1185
05adc73e
PA
11862014-03-19 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/async.exp: Remove early return.
1189
6048b950
PA
11902014-03-19 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1193
8bcfb00a
PA
11942014-03-19 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.base/async.exp (test_background): Expect \r\n after
1197 "completed." in the fail pattern.
1198
884e37dc
PA
11992014-03-19 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.base/async.exp (test_background): New procedure.
1202 Use it for all background execution command tests.
1203
148e57e2
PA
12042014-03-19 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/async.exp: Use prepare_for_testing.
1207
f48088c7
PA
12082014-03-19 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1211 the same line.
1212
e2f6c966
PA
12132014-03-19 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.base/async.c (main): Add "jump here" and "until here" line
1216 marker comments.
1217 * gdb.base/async.exp (jump_here): New global.
1218 (jump& test): Use it.
1219 (until_here): New global.
1220 (until& test): Use it.
1221
c30568d4
PA
12222014-03-19 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.base/async.exp: Don't frob gdb_protocol.
1225
0172b6a7
DE
12262014-03-18 Doug Evans <xdje42@gmail.com>
1227
1228 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1229 Fix spelling of exec-done-display.
1230
06c868a8
JK
12312014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1232
1233 PR gdb/15358
1234 * gdb.base/gdb-sigterm.c: New file.
1235 * gdb.base/gdb-sigterm.exp: New file.
1236
0c7e1a46
PA
12372014-03-18 Pedro Alves <palves@redhat.com>
1238
1239 PR gdb/13860
1240 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1241 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1242 solib-event.
1243
f7c77d93
JB
12442014-03-17 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.ada/pckd_arr_ren: New testcase.
1247
5a1e8c7a
DE
12482014-03-13 Doug Evans <xdje42@gmail.com>
1249
1250 PR guile/16612
1251 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1252 collect after discarding symbols.
1253
350e1a76
DE
12542014-03-13 Ludovic Courtès <ludo@gnu.org>
1255 Doug Evans <xdje42@gmail.com>
1256
1257 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1258 to history survives a gc.
1259
a69900ae
PA
12602014-03-13 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.base/default.exp: Don't test "target procfs".
1263
5db9f0bd
PA
12642014-03-13 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/default.exp: Update "target child" and "target procfs"
1267 tests to not expect "Unix".
1268
b3ccfe11
TT
12692014-03-12 Tom Tromey <tromey@redhat.com>
1270
1271 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1272 New procs. Add target-async tests.
1273 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1274 Add target-async tests.
1275
646f4417
AA
12762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1277
1278 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1279 'func_start' and 'func_end' for the beginning and end of the
1280 function code, respectively.
1281 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1282 'func_end' instead of 'func' and 'main'.
1283
288c211f
AA
12842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1285
1286 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1287 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1288 generate the debug info assembler source.
1289
e0c0f156
AA
12902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1291
1292 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1293 * gdb.dwarf2/arr-subrange.exp: Likewise.
1294 * gdb.dwarf2/dwz.exp: Likewise.
1295 * gdb.dwarf2/method-ptr.exp: Likewise.
1296 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1297 * gdb.dwarf2/subrange.exp: Likewise.
1298 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1299 * gdb.dwarf2/implptrpiece.exp: Likewise.
1300 * gdb.dwarf2/nostaticblock.exp: Likewise.
1301
0e5c4555
AA
13022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1303
1304 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1305 directory to absolute path name arguments.
1306
5ec18f2b
JG
13072014-03-10 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.ada/tagged_access: New testcase.
1310
847fc4f2
MM
13112014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1312
1313 * gdb.btrace/data.exp: Update expected output.
1314
cc3da688
YQ
13152014-03-06 Yao Qi <yao@codesourcery.com>
1316
1317 * gdb.trace/pr16508.exp: New file.
1318
0f26cec1
PA
13192014-03-05 Pedro Alves <palves@redhat.com>
1320
1321 PR gdb/16575
1322 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1323 procedure.
1324 (top level): Adjust to use it. Add tests that exercise breakpoint
1325 interaction with the code-cache.
1326
7a5a839f
LC
13272014-02-26 Ludovic Courtès <ludo@gnu.org>
1328
1329 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1330 test for 'history-append!'.
1331
31aa7e4e
JB
13322014-02-26 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1335 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1336 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1337 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1338 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1339 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1340
1b588015
JB
13412014-02-26 Joel Brobecker <brobecker@adacore.com>
1342
1343 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1344 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1345 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1346
55426c9d
JB
13472014-02-26 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1350
dc53a7ad
JB
13512014-02-26 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.dwarf2/arr-stride.c: New file.
1354 * gdb.dwarf2/arr-stride.exp: New file.
1355
12ab52e9
PA
13562014-02-26 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1359 that won't ever trigger. Make sure that GDB reports the correct
1360 breakpoint that caused the stop.
1361
849c862e
JK
13622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1363
1364 PR gdb/16626
1365 * gdb.base/auto-load-script: New file.
1366 * gdb.base/auto-load.c: New file.
1367 * gdb.base/auto-load.exp: New file.
1368
71b7d793
JK
1369 PR gdb/16626
1370 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1371
e2f0d509
JK
13722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1373
1374 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1375 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1376
50cc37c8
DE
13772014-02-24 Doug Evans <dje@google.com>
1378
1379 * lib/gdb.exp (run_on_host): Log error output if program fails.
1380
ea4758f2
PA
13812014-02-21 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.threads/step-after-sr-lock.c: Rename to ...
1384 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1385 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1386 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1387 ... this.
1388
d7b30f67
SDJ
13892014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1390
1391 PR tdep/16397
1392 * gdb.arch/amd64-stap-special-operands.exp: New file.
1393 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1394 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1395 * gdb.arch/amd64-stap-triplet.S: Likewise.
1396 * gdb.arch/amd64-stap-triplet.c: Likewise.
1397
83deb43f
JB
13982014-02-20 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1401 in .section pseudo-op.
1402
adde2bff
DE
14032014-02-20 lin zuojian <manjian2006@gmail.com>
1404 Joel Brobecker <brobecker@adacore.com>
1405 Doug Evans <xdje42@gmail.com>
1406
1407 PR symtab/16581
1408 * gdb.dwarf2/dw2-icycle.S: New file.
1409 * gdb.dwarf2/dw2-icycle.c: New file.
1410 * gdb.dwarf2/dw2-icycle.exp: New file.
1411
f7bd0f78
SC
14122014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1413
1414 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1415 operations on gdb.Value objects.
1416 * gdb.python/py-value-cc.exp: Add new test to test operations on
1417 gdb.Value objects.
1418
c17ef0d5
DE
14192014-02-18 Doug Evans <dje@google.com>
1420
1421 * Makefile.in (TESTS): New variable.
1422 (expanded_tests, expanded_tests_or_none): New variables
1423 (check-single): Pass $(expanded_tests_or_none) to runtest.
1424 (check-parallel): Only run tests in $(TESTS) if non-empty.
1425 (check/no-matching-tests-found): New rule.
1426 * README: Document TESTS makefile variable.
1427
5dd3176f
DE
14282014-02-18 Doug Evans <dje@google.com>
1429
1430 * Makefile.in (check-parallel): rm -rf outputs temp.
1431
0b10be4f
JK
14322014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1433
1434 Fix "ERROR: no fileid for" in the testsuite.
1435 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1436
85f224e7
DE
14372014-02-12 Doug Evans <dje@google.com>
1438
1439 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1440 (MISCELLANEOUS): New variable.
1441 (clean): rm -rf $(MISCELLANEOUS).
1442 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1443 dwp live in the same directory as symlinks, with each symlink pointed
1444 to a differently named file in a different directory.
1445
149b30ff
DE
14462014-02-11 Doug Evans <dje@google.com>
1447
1448 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1449 of Tcl file commands.
1450
1dfdac32
MK
14512014-02-10 Mark Kettenis <kettenis@gnu.org>
1452
1453 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1454 "kill -SIGUSR1 -1".
1455
aa4fb036
JB
14562014-02-10 Joel Brobecker <brobecker@adacore.com>
1457
1458 * gdb.ada/tick_length_array_enum_idx: New testcase.
1459
ed3ef339
DE
14602014-02-10 Doug Evans <xdje42@gmail.com>
1461
1462 * configure.ac (AC_OUTPUT): Add gdb.guile.
1463 * configure: Regenerate.
1464 * lib/gdb-guile.exp: New file.
1465 * lib/gdb.exp (get_target_charset): New function.
1466 * gdb.base/help.exp: Update expected output from "apropos apropos".
1467 * gdb.guile/Makefile.in: New file.
1468 * gdb.guile/guile.exp: New file.
1469 * gdb.guile/scm-arch.c: New file.
1470 * gdb.guile/scm-arch.exp: New file.
1471 * gdb.guile/scm-block.c: New file.
1472 * gdb.guile/scm-block.exp: New file.
1473 * gdb.guile/scm-breakpoint.c: New file.
1474 * gdb.guile/scm-breakpoint.exp: New file.
1475 * gdb.guile/scm-disasm.c: New file.
1476 * gdb.guile/scm-disasm.exp: New file.
1477 * gdb.guile/scm-equal.c: New file.
1478 * gdb.guile/scm-equal.exp: New file.
1479 * gdb.guile/scm-error.exp: New file.
1480 * gdb.guile/scm-error.scm: New file.
1481 * gdb.guile/scm-frame-args.c: New file.
1482 * gdb.guile/scm-frame-args.exp: New file.
1483 * gdb.guile/scm-frame-args.scm: New file.
1484 * gdb.guile/scm-frame-inline.c: New file.
1485 * gdb.guile/scm-frame-inline.exp: New file.
1486 * gdb.guile/scm-frame.c: New file.
1487 * gdb.guile/scm-frame.exp: New file.
1488 * gdb.guile/scm-generics.exp: New file.
1489 * gdb.guile/scm-gsmob.exp: New file.
1490 * gdb.guile/scm-iterator.c: New file.
1491 * gdb.guile/scm-iterator.exp: New file.
1492 * gdb.guile/scm-math.c: New file.
1493 * gdb.guile/scm-math.exp: New file.
1494 * gdb.guile/scm-objfile-script-gdb.in: New file.
1495 * gdb.guile/scm-objfile-script.c: New file.
1496 * gdb.guile/scm-objfile-script.exp: New file.
1497 * gdb.guile/scm-objfile.c: New file.
1498 * gdb.guile/scm-objfile.exp: New file.
1499 * gdb.guile/scm-ports.exp: New file.
1500 * gdb.guile/scm-pretty-print.c: New file.
1501 * gdb.guile/scm-pretty-print.exp: New file.
1502 * gdb.guile/scm-pretty-print.scm: New file.
1503 * gdb.guile/scm-section-script.c: New file.
1504 * gdb.guile/scm-section-script.exp: New file.
1505 * gdb.guile/scm-section-script.scm: New file.
1506 * gdb.guile/scm-symbol.c: New file.
1507 * gdb.guile/scm-symbol.exp: New file.
1508 * gdb.guile/scm-symtab-2.c: New file.
1509 * gdb.guile/scm-symtab.c: New file.
1510 * gdb.guile/scm-symtab.exp: New file.
1511 * gdb.guile/scm-type.c: New file.
1512 * gdb.guile/scm-type.exp: New file.
1513 * gdb.guile/scm-value-cc.cc: New file.
1514 * gdb.guile/scm-value-cc.exp: New file.
1515 * gdb.guile/scm-value.c: New file.
1516 * gdb.guile/scm-value.exp: New file.
1517 * gdb.guile/source2.scm: New file.
1518 * gdb.guile/types-module.cc: New file.
1519 * gdb.guile/types-module.exp: New file.
1520
7026a7c1
YQ
15212014-02-10 Yao Qi <yao@codesourcery.com>
1522
1523 PR testsuite/16543
1524 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1525 * configure: Regenerated.
1526 * Makefile.in: New file.
1527
6c466447
AS
15282014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1529
1530 * gdb.python/py-framefilter.exp: Fix typo.
1531
6e854735
YQ
15322014-02-08 Yao Qi <yao@codesourcery.com>
1533
1534 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1535 that no =breakpoint-modified is emitted when breakpoints are
1536 modified through MI commands.
1537
d137e6dc
PA
15382014-02-07 Pedro Alves <pedro@codesourcery.com>
1539 Pedro Alves <palves@redhat.com>
1540
1541 * gdb.threads/step-after-sr-lock.c: New file.
1542 * gdb.threads/step-after-sr-lock.exp: New file.
1543
b5ee5a50
PA
15442014-02-07 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1547
3c77faf3
JK
15482014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1549
1550 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1551 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1552
6dddc817
DE
15532014-02-06 Doug Evans <xdje42@gmail.com>
1554
1555 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1556 output.
1557
1558 * gdb.gdb/python-interrupts.exp: New file.
1559
de7b2893
YQ
15602014-02-05 Yao Qi <yao@codesourcery.com>
1561
1562 * gdb.trace/report.exp (use_collected_data): Test the output
1563 of "info threads" and "info inferiors".
1564
66d032ac
YQ
15652014-02-05 Yao Qi <yao@codesourcery.com>
1566
1567 Revert this patch:
1568
1569 2013-05-24 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.trace/tfile.exp: Test inferior and thread.
1572
591a12a1
UW
15732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1574
1575 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1576 on a function.
1577 * gdb.base/step-bt.c: Call hello via function pointer to make
1578 sure its first instruction is executed on powerpc64le-linux.
1579
0ff3e01f
UW
15802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1581
1582 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1583
084ee545
UW
15842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1585
1586 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1587 of the test patterns for use on little-endian systems.
1588
6ed14ff3
UW
15892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1590
1591 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1592 (decimal_vector): Fix for little-endian.
1593
401e27fd
JM
15942014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1595
1596 * gdb.arch/sparc-sysstep.exp: New file.
1597 * gdb.arch/sparc-sysstep.c: Likewise.
1598
1599 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1600
8b924729
EBM
16012014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1602
1603 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1604
fb151210
JB
16052014-01-23 Tom Tromey <tromey@redhat.com>
1606
1607 * gdb.ada/array_char_idx: New testcase.
1608
0740f8d8
TT
16092014-01-23 Tom Tromey <tromey@redhat.com>
1610
1611 PR python/16487:
1612 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1613 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1614 classes.
1615
21909fa1
TT
16162014-01-23 Tom Tromey <tromey@redhat.com>
1617
1618 PR python/16491:
1619 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1620 string from an inferior frame.
1621 * gdb.python/py-framefilter-mi.exp: Update.
1622
87ce2a04
DE
16232014-01-22 Doug Evans <dje@google.com>
1624
1625 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1626
237b092b
AA
16272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1628
1629 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1630
d674a709
AA
16312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1632
1633 * gdb.trace/entry-values.exp: Remove excess space character from
1634 regex patterns. Handle s390 call instruction.
1635
20fa3390
AA
16362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1637
1638 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1639 define "*_start" label. Make "name" static.
1640 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1641 ${name} by references to ${name}_start.
1642
78466714
AA
16432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1644
1645 * gdb.base/info-macros.exp: Remove "debug" from the compile
1646 options.
1647
ec9f644a
IB
16482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1649
1650 * gdb.dlang/demangle.exp: New file.
1651
94b1b47e
IB
16522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1653
1654 * gdb.dlang/primitive-types.exp: New file.
1655
7f420862
IB
16562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1657
1658 * configure.ac: Create gdb.dlang/Makefile.
1659 * configure: Regenerate.
1660 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1661 * gdb.dlang/Makefile.in: New file.
1662 * lib/d-support.exp: New file.
1663 * lib/gdb.exp (skip_d_tests): New proc.
1664
52834460
MM
16652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1666
1667 * gdb.btrace/delta.exp: Check reverse stepi.
1668 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1669 * gdb.btrace/finish.exp: New.
1670 * gdb.btrace/next.exp: New.
1671 * gdb.btrace/nexti.exp: New.
1672 * gdb.btrace/record_goto.c: Add comments.
1673 * gdb.btrace/step.exp: New.
1674 * gdb.btrace/stepi.exp: New.
1675 * gdb.btrace/multi-thread-step.c: New.
1676 * gdb.btrace/multi-thread-step.exp: New.
1677 * gdb.btrace/rn-dl-bind.c: New.
1678 * gdb.btrace/rn-dl-bind.exp: New.
1679 * gdb.btrace/data.c: New.
1680 * gdb.btrace/data.exp: New.
1681 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1682
6e07b1d2
MM
16832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1684
1685 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1686 * gdb.btrace/exception.exp: Update.
1687 * gdb.btrace/instruction_history.exp: Update.
1688 * gdb.btrace/record_goto.exp: Update.
1689 * gdb.btrace/tailcall.exp: Update.
1690 * gdb.btrace/unknown_functions.exp: Update.
1691 * gdb.btrace/delta.exp: New.
1692
0b722aec
MM
16932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1694
1695 * gdb.btrace/record_goto.exp: Add backtrace test.
1696 * gdb.btrace/tailcall.exp: Add backtrace test.
1697
066ce621
MM
16982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1699
1700 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1701 * gdb.btrace/record_goto.c: New.
1702 * gdb.btrace/record_goto.exp: New.
1703 * gdb.btrace/x86-record_goto.S: New.
1704
0688d04e
MM
17052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1706
1707 * gdb.btrace/function_call_history.exp: Update tests.
1708 * gdb.btrace/instruction_history.exp: Update tests.
1709
8710b709
MM
17102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1711
1712 * gdb.btrace/function_call_history.exp: Fix expected field
1713 order for "record function-call-history".
1714 Add new tests for "record function-call-history /c".
1715 * gdb.btrace/exception.cc: New.
1716 * gdb.btrace/exception.exp: New.
1717 * gdb.btrace/tailcall.exp: New.
1718 * gdb.btrace/x86-tailcall.S: New.
1719 * gdb.btrace/x86-tailcall.c: New.
1720 * gdb.btrace/unknown_functions.c: New.
1721 * gdb.btrace/unknown_functions.exp: New.
1722 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1723
5de9129b
MM
17242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1725
1726 * gdb.btrace/instruction_history.exp: Update.
1727 * gdb.btrace/function_call_history.exp: Update.
1728
23a7fe75
MM
17292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1730
1731 * gdb.btrace/function_call_history.exp: Fix expected function
1732 trace.
1733 * gdb.btrace/instruction_history.exp: Initialize traced.
1734 Remove traced_functions.
1735
724c7dd8
MM
17362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1737
1738 * gdb.btrace/function_call_history.exp: Update
1739 * gdb.btrace/instruction_history.exp: Update.
1740
6d78d93b
MM
17412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1742
1743 * gdb.btrace/enable.exp: Update expected text.
1744
93a360cc
OJ
17452014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1746
1747 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1748 bytes.
1749
3772b53f
MR
17502014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1751
1752 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1753
596662fa
OJ
17542014-01-15 Omair Javaid <omair.javaid@linaro.org>
1755
1756 * lib/gdb.exp (supports_process_record): Return true for
1757 arm*-linux*. (supports_reverse): Likewise.
1758
b5b08fb4
SC
17592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1760
1761 PR python/15464
1762 PR python/16113
1763 * gdb.python/py-type.c: Enhance test case.
1764 * gdb.python/py-value-cc.cc: Likewise
1765 * gdb.python/py-type.exp: Add new tests.
1766 * gdb.python/py-value-cc.exp: Likewise
1767
52d7fb13
AA
17682014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1769 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1772 Make "name" extern.
1773 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1774 references to ${name}_start by references to ${name}.
1775
a2cd8cfe
JB
17762014-01-10 Joel Brobecker <brobecker@adacore.com>
1777
1778 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1779
4e23fced
JB
17802014-01-10 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1783
c6a9e42c
PA
17842014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1785 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.mi/mi-info-os.exp: Connect to the target with
1788 mi_gdb_target_load.
1789
b7ea362b
PA
17902014-01-08 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.threads/reconnect-signal.c: New file.
1793 * gdb.threads/reconnect-signal.exp: New file.
1794
5e3f4fab
EBM
17952014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * gdb.base/source-dir.exp: New file.
1798
79301218
JB
17992014-01-07 Joel Brobecker <brobecker@adacore.com>
1800
1801 * gdb.ada/mi_interface: New testcase.
1802
8e355c5d
JB
18032014-01-07 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1806 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1807 gdb.ada/pp-rec-component/pck.ads: New files.
1808
c0d48811
JB
18092014-01-07 Joel Brobecker <brobecker@adacore.com>
1810
1811 * gdb.python/py-pp-integral.c: New file.
1812 * gdb.python/py-pp-integral.py: New file.
1813 * gdb.python/py-pp-integral.exp: New file.
1814
17b609c3 1815For older changes see ChangeLog-1993-2013.
c906108c 1816\f
8d8cb839
EZ
1817;; Local Variables:
1818;; mode: change-log
1819;; left-margin: 8
1820;; fill-column: 74
1821;; version-control: never
1822;; End:
902f2ccb 1823
14f8b115 1824 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1825 Copying and distribution of this file, with or without modification,
1826 are permitted provided the copyright notice and this notice are preserved.
This page took 2.5437 seconds and 4 git commands to generate.