]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix regexp pattern in gdb.base/default.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
70017e41
YQ
12014-06-04 Yao Qi <yao@codesourcery.com>
2
3 * gdb.base/default.exp: Replace "child" with "native" in
4 regexp pattern.
5
883964a7
SC
62014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7
8 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10 * gdb.python/py-xmethods.py: Python script supporting the
11 new testcase and tests.
12
ef370185
JB
132014-06-03 Joel Brobecker <brobecker@adacore.com>
14 Pedro Alves <palves@redhat.com>
15
16 PR breakpoints/17000
17 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19
1e2ccb61
BM
202014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21
22 * gdb.base/subst.exp: Add tests to verify partial path matching
23 output.
24
c6ec5ab2
PA
252014-06-03 Pedro Alves <palves@redhat.com>
26
27 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
28 target that doesn't use software single-stepping.
29
835c559f
PA
302014-06-03 Pedro Alves <palves@redhat.com>
31
32 PR breakpoints/17000
33 * gdb.base/sss-bp-on-user-bp-2.c: New file.
34 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
35
06eb1586
DE
362014-06-02 Doug Evans <xdje42@gmail.com>
37
38 * gdb.guile/scm-parameter.exp: New file.
39
e698b8c4
DE
402014-06-02 Doug Evans <xdje42@gmail.com>
41
42 * gdb.guile/scm-cmd.c: New file.
43 * gdb.guile/scm-cmd.exp: New file.
44
ded03782
DE
452014-06-02 Doug Evans <xdje42@gmail.com>
46
47 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
48 pretty-printer lookup.
49 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
50 (make-pp_s-printer): Call it.
51 (make-pretty-printer-from-dict): New function.
52 (lookup-pretty-printer-maker-from-dict): New function.
53 (*pretty-printer*): Simplify.
54 (make-objfile-pp_s-printer): New function.
55 (install-objfile-pretty-printers!): New function.
56 (make-progspace-pp_s-printer): New function.
57 (install-progspace-pretty-printers!): New function.
58 * gdb.guile/scm-progspace.c: New file.
59 * gdb.guile/scm-progspace.exp: New file.
60
41fac0cf
PA
612014-06-02 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/dprintf-bp-same-addr.c: New file.
64 * gdb.base/dprintf-bp-same-addr.exp: New file.
65
96ae5695
EBM
662014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
67
68 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
69 * gdb.arch/powerpc-power.s: Likewise.
70
da02b3a8
JB
712014-06-02 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
74
c72b2e7b
YQ
752014-06-01 Yao Qi <yao@codesourcery.com>
76
77 * gdb.base/watchpoint.exp (test_watch_location): Check null
78 pointer can be dereferenced. If not, do the test, otherwise
79 skip it.
80
53e8a631
AB
812014-05-30 Andrew Burgess <aburgess@broadcom.com>
82
83 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
84 results.
85 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
86
938f0e2f
AB
872014-05-30 Andrew Burgess <aburgess@broadcom.com>
88
89 * gdb.arch/amd64-invalid-stack-middle.S: New file.
90 * gdb.arch/amd64-invalid-stack-middle.c: New file.
91 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
92 * gdb.arch/amd64-invalid-stack-top.c: New file.
93 * gdb.arch/amd64-invalid-stack-top.exp: New file.
94
9ba6657a
PA
952014-05-30 Pedro Alves <palves@redhat.com>
96
97 PR breakpoints/17000
98 * gdb.base/sss-bp-on-user-bp.c: New file.
99 * gdb.base/sss-bp-on-user-bp.exp: New file.
100
522c09bf
DB
1012014-05-30 David Blaikie <dblaikie@gmail.com>
102
103 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
104 gnu_inline semantics via attribute.
105 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
106 source explicitly specifies the required semantics.
107
bf4ef81e
MR
1082014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
109
110 * gdb.reverse/sigall-reverse.exp: Fix a typo.
111
329ea579
PA
1122014-05-29 Pedro Alves <palves@redhat.com>
113 Tom Tromey <tromey@redhat.com>
114
115 * gdb.base/async-shell.exp: Don't enable target-async.
116 * gdb.base/async.exp
117 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
118 parameter. Adjust.
119 (top level): Don't test with "target-async".
120 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
121 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
122 * gdb.base/inferior-died.exp: Don't enable target-async.
123 * gdb.base/interrupt-noterm.exp: Likewise.
124 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
125 * gdb.mi/mi-nonstop-exit.exp: Likewise.
126 * gdb.mi/mi-nonstop.exp: Likewise.
127 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
128 * gdb.mi/mi-nsintrall.exp: Likewise.
129 * gdb.mi/mi-nsmoribund.exp: Likewise.
130 * gdb.mi/mi-nsthrexec.exp: Likewise.
131 * gdb.mi/mi-watch-nonstop.exp: Likewise.
132 * gdb.multi/watchpoint-multi.exp: Adjust comment.
133 * gdb.python/py-evsignal.exp: Don't enable target-async.
134 * gdb.python/py-evthreads.exp: Likewise.
135 * gdb.python/py-prompt.exp: Likewise.
136 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
137 * gdb.server/solib-list.exp: Don't enable target-async.
138 * gdb.threads/thread-specific-bp.exp: Likewise.
139 * lib/mi-support.exp: Adjust to use mi-async.
140
fd664c91
PA
1412014-05-29 Pedro Alves <palves@redhat.com>
142
143 PR gdb/13860
144 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
145 reason, even in sync mode.
146
251bde03
PA
1472014-05-29 Pedro Alves <palves@redhat.com>
148 Hui Zhu <hui@codesourcery.com>
149
150 PR PR15693
151 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
152 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
153 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
154 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
155
7f3c0343
JB
1562014-05-28 Joel Brobecker <brobecker@adacore.com>
157
158 * config/monitor.exp (gdb_target_monitor): Replace use of
159 "set remotebaud" by "set serial baud".
160
b2715b27
AW
1612014-05-26 Andy Wingo <wingo@igalia.com>
162
163 * gdb.guile/scm-breakpoint.exp:
164 * gdb.guile/scm-gsmob.exp: Update to use plain old object
165 properties instead of gdb-object-properties.
166
498a4489
YQ
1672014-05-26 Yao Qi <yao@codesourcery.com>
168
169 * gdb.server/no-thread-db.exp: Specify source file name
170 explicitly when setting a breakpoint.
171
589fdceb
MM
1722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
173
174 * gdb.btrace/vdso.c: New.
175 * gdb.btrace/vdso.exp: New.
176
e9089e05
MM
1772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
178
179 * gdb.base/gcore.exp (capture_command_output): Move ...
180 * lib/gdb.exp (capture_command_output): ... here.
181
67b5c0c1
MM
1822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
183
184 * gdb.btrace/data.exp: Test memory access during btrace replay.
185
a2199296
SM
1862014-05-22 Simon Marchi <simon.marchi@ericsson.com>
187
188 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
189
17b2616c
PA
1902014-05-21 Pedro Alves <palves@redhat.com>
191
192 PR gdb/13860
193 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
194 (top level): Test that output related to execution commands is
195 sent to the console with CLI commands, but not with MI commands.
196 Test that breakpoint events are always mirrored to the console.
197 Also expect the new source line to be output after a "next" in
198 async mode too. Make it a pass/fail test.
199 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
200 output.
201 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
202
5166082f
PA
2032014-05-21 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/list.exp (build_pattern, test_list): New procedures.
206 Use them to test variations of "list" after reaching a breakpoint.
207 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
208 Test "list" with listsize 10 after reaching a breakpoint.
209 * gdb.python/python.exp (decode_line current location line
210 number): Adjust expected line number.
211
2f25d70f
SM
2122014-05-21 Simon Marchi <simon.marchi@ericsson.com>
213
214 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
215 behavior for $args, pass it directly to "run".
216
ff604a67
MR
2172014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
218
219 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
220 30000 to 65536.
221
6a3cb8e8
PA
2222014-05-21 Pedro Alves <palves@redhat.com>
223
224 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
225 auto-connect-native-target off".
226 * gdb.base/auto-connect-native-target.c: New file.
227 * gdb.base/auto-connect-native-target.exp: New file.
228
4ebfc96e
PA
2292014-05-21 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/default.exp: Test "target native" instead of "target
232 child".
233
36d46afb
MW
2342014-05-21 Mark Wielaard <mjw@redhat.com>
235
236 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
237
5876f503
JK
2382014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
239
240 Fix TLS access for -static -pthread.
241 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
242 <HAVE_TLS> (thread_function, main): Initialize it.
243 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
244 Add clean_restart.
245 <$have_tls != "">: Check TLSVAR.
246
0256a6ac
PA
2472014-05-21 Pedro Alves <palves@redhat.com>
248
249 * gdb.base/dcache-line-read-error.c: New.
250 * gdb.base/dcache-line-read-error.exp: New.
251
936d2992
PA
2522014-05-20 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/compare-sections.c: New file.
255 * gdb.base/compare-sections.exp: New file.
256
802e8e6d
PA
2572014-05-20 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/break-idempotent.c: New file.
260 * gdb.base/break-idempotent.exp: New file.
261
e59fa00f
MM
2622014-05-20 Markus Metzger <markus.t.metzger@intel.com>
263
264 * gdb.btrace/nohist.exp: New.
265
8b696e31
YQ
2662014-05-20 Yao Qi <yao@codesourcery.com>
267
268 * lib/gdb.exp (gdb_init): Set timeout if test file is under
269 gdb.reverse directory and gdb_reverse_timeout exists in board
270 setting.
271 * README: Document gdb_reverse_timeout.
272
73c9764f
YQ
2732014-05-20 Yao Qi <yao@codesourcery.com>
274
275 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
276 'test_file_name'. Treat args as a string instead of a list.
277 (gdb_init): Rename argument 'args' by 'test_file_name'.
278
f1f4348a
JK
2792014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 * gdb.arch/powerpc-power.exp: New file.
282 * gdb.arch/powerpc-power.s: New file.
283
0dbe70ce
DE
2842014-05-16 Doug Evans <dje@google.com>
285
286 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
287 * gdb.base/completion.exp: Check that all expected files exist
288 before doing file completion.
0dbe70ce 289
8d551b02
DE
2902014-05-16 Doug Evans <dje@google.com>
291
292 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
293 Update.
294 (do_syscall_tests_without_xml): Update.
295
73eb7709
PA
2962014-05-16 Pedro Alves <palves@redhat.com>
297
298 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
299 instead of "unknown output after running".
300
3fae92fc
YQ
3012014-05-16 Yao Qi <yao@codesourcery.com>
302
303 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
304 file1.txt from host at the end.
305 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
306
c2b2ccc5
DE
3072014-05-15 Doug Evans <dje@google.com>
308
309 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
310 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
311 loading file. Add test for TU lookup.
312
8c217a4b
SM
3132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
314
315 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
316 calling "-exec-arguments" or "set args" before running the
317 inferior.
318
3deb39c6
SM
3192014-05-15 Simon Marchi <simon.marchi@ericsson.com>
320
321 * lib/mi-support.exp (mi_expect_stop): Expect message for
322 inferiors that exit with non-zero exit code.
323
71a79f8c
YQ
3242014-05-14 Yao Qi <yao@codesourcery.com>
325
326 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
327 match absolute path on remote host.
328 (test_file_list_exec_source_files): Remove "/" from the
329 pattern.
330
f23fcd46
YQ
3312014-05-14 Yao Qi <yao@codesourcery.com>
332
333 * boards/local-remote-host-notty.exp (${board}_file): New
334 proc.
335
9404b58f
KM
3362014-05-07 Kyle McMartin <kyle@redhat.com>
337
338 Pushed by Joel Brobecker <brobecker@adacore.com>.
339 * gdb.arch/aarch64-atomic-inst.c: New file.
340 * gdb.arch/aarch64-atomic-inst.exp: New file.
341
5e45f04c
YQ
3422014-05-07 Yao Qi <yao@codesourcery.com>
343
344 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
345 in current context" too.
346
c888a17d
KS
3472014-05-05 Keith Seitz <keiths@redhat.com>
348
349 * gdb.linespec/ls-dollar.exp: Add test for linespec
350 file:convenience_variable.
351
290a839c
YQ
3522014-05-05 Yao Qi <yao@codesourcery.com>
353
354 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
355 traceframes into tfile and ctf trace files. Read data from
356 trace file and test collected data.
357 (gdb_collect_locals_test): Likewise.
358 (gdb_unavailable_registers_test): Likewise.
359 (gdb_unavailable_floats): Likewise.
360 (gdb_collect_globals_test): Likewise.
361 (top-level): Append "ctf" to trace_file_targets if GDB
362 supports.
363
b5262cd0
YQ
3642014-05-05 Yao Qi <yao@codesourcery.com>
365
366 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
367 code to ...
368 (gdb_collect_args_test_1): ... it. New proc.
369 (gdb_collect_locals_test): Move some code to ...
370 (gdb_collect_locals_test_1): ... it. New proc.
371 (gdb_unavailable_registers_test): Move some code to ...
372 (gdb_unavailable_registers_test_1): ... it. New proc.
373 (gdb_unavailable_floats): Move some code to ...
374 (gdb_unavailable_floats_1): ... it. New proc.
375
30a1e6cc
SDJ
3762014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
377
378 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
379 probes to test for bitness recognition.
380 * gdb.arch/amd64-stap-optional-prefix.exp
381 (test_probe_value_without_reg): New procedure.
382 Add code to test for different kinds of bitness.
383
f33da99a
SDJ
3842014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
385
386 PR breakpoints/16889
387 * gdb.arch/amd64-stap-optional-prefix.S: New file.
388 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
389
5b80f00d
PA
3902014-05-01 Pedro Alves <palves@redhat.com>
391
392 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
393 gdb_file_cmd if no file is specified.
394 * boards/native-extended-gdbserver.exp (gdb_load): Use the
395 last_loaded_file to set the remote exec-file.
396
f8c2a73c
PA
3972014-05-01 Pedro Alves <palves@redhat.com>
398
399 * boards/local-remote-host.exp: New file.
400
be6e8ac7
PA
4012014-05-01 Pedro Alves <palves@redhat.com>
402
403 * boards/local-remote-host.exp: Rename to ...
404 * boards/local-remote-host-notty.exp: ... this.
405
cac0dc8f
JB
4062014-04-28 Joel Brobecker <brobecker@adacore.com>
407
408 * gdb.ada/dyn_arrayidx: New testcase.
409
9730e6cc
YQ
4102014-04-26 Yao Qi <yao@codesourcery.com>
411
412 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
413 and compute the length of function main. Save it in
414 $main_length.
415 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
416 (top-level): Use gdb_compile to compile objects into
417 executable and restart GDB. Remove invocation to
418 prepare_for_testing.
419
7ae1a6a6
PA
4202014-04-25 Simon Marchi <simon.marchi@ericsson.com>
421 Pedro Alves <palves@redhat.com>
422
423 PR server/16255
424 * gdb.multi/multi-attach.c: New file.
425 * gdb.multi/multi-attach.exp: New file.
426
4082afcc
PA
4272014-04-25 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
430 user.
431 (top level): Test that "set remote conditional-breakpoints-packet
432 off" works as intended.
433 * gdb.base/dprintf.exp: Test that "set remote
434 breakpoint-commands-packet off" works as intended.
435 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
436 New function.
437 (top level): Call it.
438 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
439 remote fast-tracepoints-packet off" works as intended.
440 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
441 * lib/gdb.exp (gdb_is_target_remote): ... here.
442
2abc3f8d
DB
4432014-04-24 David Blaikie <dblaikie@gmail.com>
444
445 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
446 ensure clang would not discard them.
447 * gdb.base/gdbvars.c: Ditto.
448 * gdb.base/memattr.c: Ditto.
449 * gdb.base/whatis.c: Ditto.
450 * gdb.python/py-prettyprint.c: Ditto.
451 * gdb.trace/actions.c: Ditto.
452 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
453 ensure clang would not discard it.
454
bfd39632
DB
4552014-04-24 David Blaikie <dblaikie@gmail.com>
456
457 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
458 clang to emit the full definition of type required by the test
459 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
460
22842ff6
DB
4612014-04-24 David Blaikie <dblaikie@gmail.com>
462
463 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
464 coax Clang into emitting the definition of the type.
465 * gdb.cp/pr10728-x.h (y): Ditto.
466 * gdb.cp/pr10728-y.cc (y): Ditto.
467
c2e827ad
DB
4682014-04-24 David Blaikie <dblaikie@gmail.com>
469
470 * gdb.base/label.exp: XFAIL label related tests under Clang.
471 * gdb.cp/cplabel.exp: Ditto.
472 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
473 under Clang those using labels.
474
4c2d33e7
YQ
4752014-04-25 Yao Qi <yao@codesourcery.com>
476
477 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
478 double_label.
479 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
480 partial_label and double_label.
481
56083b99
DB
4822014-04-24 David Blaikie <dblaikie@gmail.com>
483
484 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
485
25d4e99d
DB
4862014-04-24 David Blaikie <dblaikie@gmail.com>
487
488 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
489 of the function to work across GCC and Clang.
490 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
491 pointer types (const void ** const V void **).
492
01f9f808
MS
4932014-04-24 Michael Sturm <michael.sturm@mintel.com>
494 Walfred Tedeschi <walfred.tedeschi@intel.com>
495
496 * Makefile.in (EXECUTABLES): Added i386-avx512.
497 * gdb.arch/i386-avx512.c: New file.
498 * gdb.arch/i386-avx512.exp: Likewise.
499
4b48d439
KS
5002014-04-23 Keith Seitz <keiths@redhat.com>
501
502 * lib/mi-support.exp (mi_list_breakpoints): Delete.
503 (mi_make_breakpoint_table): New procedure.
504 (mi_create_breakpoint): Use mi_make_breakpoint
505 and return the result.
506 (mi_make_breakpoint): New procedure.
507 (mi_build_kv_pairs): New procedure.
508
509 * gdb.mi/mi-break.exp: Remove unused globals,
510 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
511 All callers updated.
512 * gdb.mi/mi-dprintf.exp: Use variable to track command
513 number.
514 Update all callers of mi_create_breakpoint and use
515 mi_make_breakpoint_table.
516 Remove any unused global variables.
517 * gdb.mi/mi-nonstop.exp: Likewise.
518 * gdb.mi/mi-nsintrall.exp: Likewise.
519 * gdb.mi/mi-nsmoribund.exp: Likewise.
520 * gdb.mi/mi-nsthrexec.exp: Likewise.
521 * gdb.mi/mi-reverse.exp: Likewise.
522 * gdb.mi/mi-simplerun.exp: Likewise.
523 * gdb.mi/mi-stepn.exp: Likewise.
524 * gdb.mi/mi-syn-frame.exp: Likewise.
525 * gdb.mi/mi-until.exp: Likewise.
526 * gdb.mi/mi-var-cp.exp: Likewise.
527 * gdb.mi/mi-var-display.exp: Likewise.
528 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
529 * gdb.mi/mi2-var-child.exp: Likewise.
530 * gdb.mi/mi-vla-c99.exp: Likewise.
531 * lib/mi-support.exp: Likewise.
532
533 From Ian Lance Taylor <iant@cygnus.com>:
534 * lib/gdb.exp (parse_args): New procedure.
535
08351840
PA
5362014-04-23 Pedro Alves <palves@redhat.com>
537
538 * gdb.base/break-unload-file.c: New file.
539 * gdb.base/break-unload-file.exp: New file.
540 * gdb.base/sym-file-lib.c (baz): New function.
541 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
542 field.
543 (load): Store the segment's mapped size.
544 (unload): New function.
545 (unload_shlib): New function.
546 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
547 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
548 set a breakpoint at baz, and call it.
549 * gdb.base/sym-file.exp: New tests for stale breakpoint
550 instructions.
551
076855f9
PA
5522014-04-23 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
555 * gdb.base/hbreak-in-shr-unsupported.c: New file.
556 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
557 * gdb.base/hbreak-unmapped.c: New file.
558 * gdb.base/hbreak-unmapped.exp: New file.
559 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
560 * lib/gdb.exp (gdb_is_target_remote): ... here.
561
483805cf
PA
5622014-04-22 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/consecutive-step-over.c: New file.
565 * gdb.base/consecutive-step-over.exp: New file.
566
06d97543
PA
5672014-04-22 Pedro Alves <palves@redhat.com>
568
569 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
570 instead of send_gdb/gdb_expect.
571
b4429ea2
YQ
5722014-04-22 Yao Qi <yao@codesourcery.com>
573
574 * lib/trace-support.exp (generate_tracefile): New procedure.
575 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
576 return 0.
577 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
578 if generate_tracefile returns 1.
579
51d48146
PA
5802014-04-18 Tom Tromey <palves@redhat.com>
581 Pedro alves <tromey@redhat.com>
582
583 PR backtrace/15558
584 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
585 with a backtrace limit.
586 * gdb.python/py-frame-inline.exp: Test running to an inline
587 function with a backtrace limit, and printing the newest frame.
588 * gdb.python/py-frame-inline.c (main): Call f.
589
bd1dce5f
MS
5902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
591
592 * gdb.java/jnpe.exp: Drop srcdir from untested path.
593
40d1a503
MS
5942014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
595
596 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
597 Drop prefix from unsupported source file path.
598
389b98f7
YQ
5992014-04-17 Yao Qi <yao@codesourcery.com>
600
601 * lib/gdb.exp (with_target_charset): New proc.
602 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
603 with_target_charset.
604 (test_print_strings): Likewise.
605 (test_repeat_bytes): Likewise.
606 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
607 for some tests.
608
22869d73
KS
6092014-04-16 Keith Seitz <keiths@redhat.com>
610
611 PR gdb/15827
612 * gdb.dwarf2/corrupt.c: New file.
613 * gdb.dwarf2/corrupt.exp: New file.
614
c4f87ca6
KS
6152014-04-16 Keith Seitz <keiths@redhat.com>
616
617 PR c++/16597
618 * gdb.cp/namelessclass.cc: New file.
619 * gdb.cp/namelessclass.exp: New file.
620 * gdb.cp/namelessclass.S: New file.
621
ab19de87
DE
6222014-04-16 Doug Evans <dje@google.com>
623
624 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
625 Add comment.
626 (gdbserver_default_get_comm_port): New function.
627 (gdbserver_start): Check if board file provided
628 "gdbserver,get_comm_port" and use it if so.
629 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
630 (gdb,socketport): Set to "stdio".
631 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
632 (stdio_gdbserver_template): Delete.
633 (${board}_get_remote_address): Update.
634 (${board}_build_remote_cmd): Delete.
635 (${board}_get_comm_port): New function.
636 (${board}_spawn): Update.
637 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
638 Delete.
639 (${board}_get_remote_address): Update.
640 (${board}_get_comm_port): New function.
641
fc98a809
AB
6422014-04-16 Andrew Burgess <aburgess@broadcom.com>
643
644 * gdb.base/memattr.exp: Improve regexps to handle memory regions
645 appearing in any order.
646
87fd9e6e
DE
6472014-04-15 Doug Evans <dje@google.com>
648
649 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
650 uninitialized value of "description".
651
099fc3ea
KS
6522014-04-15 Keith Seitz <keiths@redhat.com>
653
654 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
655 Remove unused globals.
656 (test_running_the_program): Likewise.
657 (test_controlled_execution): Likewise.
658 (test_controlling_breakpoints): Likewise.
659 (test_program_termination): Likewise.
660
5da151d4
KS
6612014-04-15 Keith Seitz <keiths@redhat.com>
662
663 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
664 unused globals.
665 (test_rbreak_creation_and_listing): Likewise.
666 (test_ignore_count): Likewise.
667 (test_error): Likewise.
668
35e5d2f0
PA
6692014-04-15 Pedro Alves <palves@redhat.com>
670
671 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
672 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
673 sym-file-loader.c.
674 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
675 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
676 to sym-file-loader.c.
677 (struct library): Forward declare.
678 (load_shlib, lookup_function): Change prototypes.
679 (find_shstrtab, find_strtab, find_shdr, find_symtab)
680 (translate_offset): Remove declarations.
681 (get_text_addr): New declaration.
682 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
683 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
684 sym-file-loader.h.
685 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
686 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
687 here from sym-file-loader.h.
688 (struct library): New structure.
689 (load_shlib, lookup_function): Change prototypes and adjust to
690 work with a struct library.
691 (find_shstrtab, find_strtab, find_shdr, find_symtab)
692 (translate_offset): Make static.
693 (get_text_addr): New function.
694 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
695
eb4c1710
PA
6962014-04-15 Pedro Alves <palves@redhat.com>
697
698 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
699
2d1baf52
PA
7002014-04-15 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/sym-file-loader.c: Include <limits.h>.
703 (SELF_LINK): New define.
704 (get_origin): New function.
705 (load_shlib): Use it.
706 * gdb.base/sym-file.exp: Don't early return if the target is
707 remote. Use runto_main, and issue fail is that fails. Use
708 gdb_load_shlibs.
709 (shlib_name): Delete.
710 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
711
7dd6df01
PA
7122014-04-15 Pedro Alves <palves@redhat.com>
713
714 * gdb.base/sym-file.exp: Remove regex characters from test
715 message. Don't refer to breakpoint numbers in test messages.
716
b50c8614
KS
7172014-04-14 Keith Seitz <keiths@redhat.com>
718
719 PR c++/16253
720 * gdb.cp/var-tag.cc: New file.
721 * gdb.cp/var-tag.exp: New file.
722 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
723 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
724 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
725 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
726
3d567982
TT
7272014-04-14 Tom Tromey <tromey@redhat.com>
728
729 * gdb.cp/classes.exp (test_enums): Handle underlying type.
730 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
731 type.
732 * gdb.cp/enum-class.exp: New file.
733 * gdb.cp/enum-class.cc: New file.
734
0626fc76
TT
7352014-04-14 Tom Tromey <tromey@redhat.com>
736
737 * gdb.dwarf2/enum-type.exp: New file.
738
dca325b3
SA
7392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
740
741 * gdb.mi/mi-vla-c99.exp: New file.
742 * gdb.mi/vla.c: New file.
743
5854b38a
SA
7442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
745
746 * gdb.base/vla-datatypes.c: New file.
747 * gdb.base/vla-datatypes.exp: New file.
748
463bb957
SA
7492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
750
751 * gdb.base/vla-ptr.c: New file.
752 * gdb.base/vla-ptr.exp: New file.
753
3dd170be
SA
7542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
755
756 * gdb.dwarf2/count.exp: New file.
757
5ecaaa66
SA
7582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
759
760 * gdb.base/vla-sideeffect.c: New file.
761 * gdb.base/vla-sideeffect.exp: New file.
762
41f1ada5
DB
7632014-04-14 David Blaikie <dblaikie@gmail.com>
764
765 * gdb.mi/non-stop.c: Add return value for non-void function return
766 statement.
767 * gdb.threads/staticthreads.c: Ditto.
768
0be03e84
DE
7692014-04-12 Siva Chandra Reddy <sivachandra@google.com>
770 Doug Evans <xdje42@gmail.com>
771
772 * gdb.guile/scm-value.c: Improve test case.
773 * gdb.guile/scm-value.exp: Add new test.
774
f180a1fb
DB
7752014-04-11 David Blaikie <dblaikie@gmail.com>
776
777 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
778 override Clang's default.
779
6b662e19
JB
7802014-04-11 Joel Brobecker <brobecker@adacore.com>
781
782 Revert the following changes (regressions):
783
784 * gdb.base/vla-sideeffect.c: New file.
785 * gdb.base/vla-sideeffect.exp: New file.
786
787 * gdb.dwarf2/count.exp: New file.
788
789 * gdb.base/vla-multi.c: New file.
790 * gdb.base/vla-multi.exp: New file.
791
792 * gdb.base/vla-ptr.c: New file.
793 * gdb.base/vla-ptr.exp: New file.
794
795 * gdb.base/vla-datatypes.c: New file.
796 * gdb.base/vla-datatypes.exp: New file.
797
798 * gdb.mi/mi-vla-c99.exp: New file.
799 * gdb.mi/vla.c: New file.
800
245a5f0b
KS
8012014-04-11 Keith Seitz <keiths@redhat.com>
802
803 PR c++/16675
804 * gdb.cp/cpsizeof.exp: New file.
805 * gdb.cp/cpsizeof.cc: New file.
806
58a84dcf
SA
8072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
808
191a8a90
JB
809 * gdb.mi/mi-vla-c99.exp: New file.
810 * gdb.mi/vla.c: New file.
58a84dcf 811
c8655f75
SA
8122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
813
814 * gdb.base/vla-datatypes.c: New file.
815 * gdb.base/vla-datatypes.exp: New file.
816
024e13b4
SA
8172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
818
819 * gdb.base/vla-ptr.c: New file.
820 * gdb.base/vla-ptr.exp: New file.
821
1a237e0e
SA
8222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
823
824 * gdb.base/vla-multi.c: New file.
825 * gdb.base/vla-multi.exp: New file.
826
504f3432
SA
8272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
828
829 * gdb.dwarf2/count.exp: New file.
830
3bce8237
SA
8312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
832
191a8a90
JB
833 * gdb.base/vla-sideeffect.c: New file.
834 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 835
322f9c21
YQ
8362014-04-11 Yao Qi <yao@codesourcery.com>
837
838 * gdb.base/completion.exp: Check file exists before running tests
839 on file completion.
840
d708bcd1
PA
8412014-04-10 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/cond-eval-mode.c: New file.
844 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
845 prepare_for_testing to build the new file. Check result of
846 runto_main.
847 (test_break, test_watch): New procedures.
848 (top level): Use them.
849
ae1d2761
PM
8502014-04-08 Pierre Muller <muller@sourceware.org>
851
852 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
853 Ctrl-V use for mingw hosts.
854
7af389b8
SC
8552014-04-07 Siva Chandra Reddy <sivachandra@google.com>
856
857 * gdb.python/py-value.c: Improve test case.
858 * gdb.python/py-value.exp: Add new test.
859
5e703181
DE
8602014-04-07 David Blaikie <dblaikie@gmail.com>
861
862 * lib/compiler.c: Identify the clang compiler.
863 * lib/compiler.cc: Ditto.
864
9810b410
YQ
8652014-04-03 Yao Qi <yao@codesourcery.com>
866
867 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
868
98d1b8dc
AB
8692014-04-01 Anton Blanchard <anton@samba.org>
870
871 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
872 messages unique.
873
3114cea1
AB
8742014-04-01 Anton Blanchard <anton@samba.org>
875
876 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
877 prepare_for_testing.
878
62f7182c
AB
8792014-04-01 Anton Blanchard <anton@samba.org>
880
881 * gdb.arch/ppc64-atomic-inst.c: Remove.
882 * gdb.arch/ppc64-atomic-inst.S: New file.
883 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
884
770e7fc7
DE
8852014-03-31 Doug Evans <dje@google.com>
886
887 * gdb.base/print-symbol-loading-lib.c: New file.
888 * gdb.base/print-symbol-loading-main.c: New file.
889 * gdb.base/print-symbol-loading.exp: New file.
890
46e2bafa
YQ
8912014-03-31 Yao Qi <yao@codesourcery.com>
892
893 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
894
8776cfe9
JB
8952014-03-28 Joel Brobecker <brobecker@adacore.com>
896
897 * gdb.ada/mi_dyn_arr: New testcase.
898
5d1ef361
DE
8992014-03-27 Doug Evans <dje@google.com>
900
901 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
902
b5bee914
YQ
9032014-03-27 Yao Qi <yao@codesourcery.com>
904
905 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
906 if target is nios2-*-*.
907
0d4d0e77
YQ
9082014-03-26 Yao Qi <yao@codesourcery.com>
909
910 * lib/gdb.exp (readline_is_used): New proc.
911 * gdb.base/completion.exp: Move tests on command complete up.
912 Skip the rest of tests if readline is not used.
913 * gdb.ada/complete.exp: Skp the test if readline is not
914 used.
915 * gdb.base/filesym.exp: Likewise.
916 * gdb.base/macscp.exp: Likewise.
917 * gdb.base/readline-ask.exp: Likewise.
918 * gdb.base/readline.exp: Likewise.
919 * gdb.python/py-cmd.exp: Likewise.
920 * gdb.trace/tfile.exp: Likewise.
921
29361eee
YQ
9222014-03-26 Yao Qi <yao@codesourcery.com>
923
924 * gdb.base/macscp.exp: Fix code format issues.
925
bc9a5525
UW
9262014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
927
928 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
929 * gdb.asm/powerpc64le.inc: New file.
930
d3839ede
PA
9312014-03-25 Pedro Alves <palves@redhat.com>
932 Doug Evans <dje@google.com>
933
934 * gdb.base/source-execution.c: New file.
935 * gdb.base/source-execution.exp: New file.
936 * gdb.base/source-execution.gdb: New file.
937
01672a57
DE
9382014-03-24 Doug Evans <dje@google.com>
939
940 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
941 using fission.
942
88bbeca9
HZ
9432014-03-24 Hui Zhu <hui@codesourcery.com>
944 Pedro Alves <palves@redhat.com>
945
946 PR breakpoints/16101
947 * gdb.base/dprintf.exp: Use unsupported rather than changing the
948 test pass/fail messages. Detect missing support for dprintf when
949 breakpoints are actually inserted.
950 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
951 breakpoints are actually inserted.
952 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
953 fails.
954
d2348791
JK
9552014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
956
957 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
958
feef67ab
DE
9592014-03-22 Doug Evans <xdje42@gmail.com>
960
961 * gdb.python/python.exp (python not supported): Verify multi-line
962 python command issues an error.
25d743f9 963 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 964 guile command issues an error.
feef67ab 965
ecebef6a
MR
9662014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
967
968 * gdb.threads/thread-specific.exp: Handle the lack of usable
969 $this_breakpoint and $this_thread.
970
ccdd1909
HZ
9712014-03-21 Hui Zhu <hui@codesourcery.com>
972
973 * gdb.base/attach.exp (do_command_attach_tests): New.
974
beb460e8
PA
9752014-03-20 Tom Tromey <tromey@redhat.com>
976 Pedro Alves <palves@redhat.com>
977
978 PR cli/15718
979 * gdb.base/condbreak-call-false.c: New file.
980 * gdb.base/condbreak-call-false.exp: New file.
981
40acf43a
PA
9822014-03-20 Pedro Alves <palves@redhat.com>
983
984 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
985 Delete.
986 (block_signals, unblock_signals): Delete.
987 (child_function_2, main): Remove references to deleted variable
988 and functions.
989
9f5e1e02
PA
9902014-03-20 Pedro Alves <palves@redhat.com>
991
992 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
993 Use pthread_kill to signal thread 2.
994 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
995 Adjust to make the test send itself a signal rather than using the
996 host's "kill" command.
997
99619bea
PA
9982014-03-20 Pedro Alves <palves@redhat.com>
999
1000 * gdb.threads/multiple-step-overs.c: New file.
1001 * gdb.threads/multiple-step-overs.exp: New file.
1002 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1003 Adjust expected infrun debug output.
1004
2adfaa28
PA
10052014-03-20 Pedro Alves <palves@redhat.com>
1006
1007 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1008 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1009
31e77af2
PA
10102014-03-20 Pedro Alves <palves@redhat.com>
1011
1012 PR breakpoints/7143
1013 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1014 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1015 of gdb_test_multiple.
1016 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1017 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1018
b9f437de
PA
10192014-03-20 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1022 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1023
05adc73e
PA
10242014-03-19 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/async.exp: Remove early return.
1027
6048b950
PA
10282014-03-19 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1031
8bcfb00a
PA
10322014-03-19 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.base/async.exp (test_background): Expect \r\n after
1035 "completed." in the fail pattern.
1036
884e37dc
PA
10372014-03-19 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.base/async.exp (test_background): New procedure.
1040 Use it for all background execution command tests.
1041
148e57e2
PA
10422014-03-19 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.base/async.exp: Use prepare_for_testing.
1045
f48088c7
PA
10462014-03-19 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1049 the same line.
1050
e2f6c966
PA
10512014-03-19 Pedro Alves <palves@redhat.com>
1052
1053 * gdb.base/async.c (main): Add "jump here" and "until here" line
1054 marker comments.
1055 * gdb.base/async.exp (jump_here): New global.
1056 (jump& test): Use it.
1057 (until_here): New global.
1058 (until& test): Use it.
1059
c30568d4
PA
10602014-03-19 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.base/async.exp: Don't frob gdb_protocol.
1063
0172b6a7
DE
10642014-03-18 Doug Evans <xdje42@gmail.com>
1065
1066 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1067 Fix spelling of exec-done-display.
1068
06c868a8
JK
10692014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1070
1071 PR gdb/15358
1072 * gdb.base/gdb-sigterm.c: New file.
1073 * gdb.base/gdb-sigterm.exp: New file.
1074
0c7e1a46
PA
10752014-03-18 Pedro Alves <palves@redhat.com>
1076
1077 PR gdb/13860
1078 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1079 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1080 solib-event.
1081
f7c77d93
JB
10822014-03-17 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gdb.ada/pckd_arr_ren: New testcase.
1085
5a1e8c7a
DE
10862014-03-13 Doug Evans <xdje42@gmail.com>
1087
1088 PR guile/16612
1089 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1090 collect after discarding symbols.
1091
350e1a76
DE
10922014-03-13 Ludovic Courtès <ludo@gnu.org>
1093 Doug Evans <xdje42@gmail.com>
1094
1095 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1096 to history survives a gc.
1097
a69900ae
PA
10982014-03-13 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.base/default.exp: Don't test "target procfs".
1101
5db9f0bd
PA
11022014-03-13 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.base/default.exp: Update "target child" and "target procfs"
1105 tests to not expect "Unix".
1106
b3ccfe11
TT
11072014-03-12 Tom Tromey <tromey@redhat.com>
1108
1109 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1110 New procs. Add target-async tests.
1111 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1112 Add target-async tests.
1113
646f4417
AA
11142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1115
1116 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1117 'func_start' and 'func_end' for the beginning and end of the
1118 function code, respectively.
1119 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1120 'func_end' instead of 'func' and 'main'.
1121
288c211f
AA
11222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1123
1124 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1125 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1126 generate the debug info assembler source.
1127
e0c0f156
AA
11282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1129
1130 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1131 * gdb.dwarf2/arr-subrange.exp: Likewise.
1132 * gdb.dwarf2/dwz.exp: Likewise.
1133 * gdb.dwarf2/method-ptr.exp: Likewise.
1134 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1135 * gdb.dwarf2/subrange.exp: Likewise.
1136 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1137 * gdb.dwarf2/implptrpiece.exp: Likewise.
1138 * gdb.dwarf2/nostaticblock.exp: Likewise.
1139
0e5c4555
AA
11402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1141
1142 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1143 directory to absolute path name arguments.
1144
5ec18f2b
JG
11452014-03-10 Joel Brobecker <brobecker@adacore.com>
1146
1147 * gdb.ada/tagged_access: New testcase.
1148
847fc4f2
MM
11492014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1150
1151 * gdb.btrace/data.exp: Update expected output.
1152
cc3da688
YQ
11532014-03-06 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.trace/pr16508.exp: New file.
1156
0f26cec1
PA
11572014-03-05 Pedro Alves <palves@redhat.com>
1158
1159 PR gdb/16575
1160 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1161 procedure.
1162 (top level): Adjust to use it. Add tests that exercise breakpoint
1163 interaction with the code-cache.
1164
7a5a839f
LC
11652014-02-26 Ludovic Courtès <ludo@gnu.org>
1166
1167 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1168 test for 'history-append!'.
1169
31aa7e4e
JB
11702014-02-26 Joel Brobecker <brobecker@adacore.com>
1171
1172 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1173 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1174 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1175 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1176 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1177 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1178
1b588015
JB
11792014-02-26 Joel Brobecker <brobecker@adacore.com>
1180
1181 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1182 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1183 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1184
55426c9d
JB
11852014-02-26 Joel Brobecker <brobecker@adacore.com>
1186
1187 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1188
dc53a7ad
JB
11892014-02-26 Joel Brobecker <brobecker@adacore.com>
1190
1191 * gdb.dwarf2/arr-stride.c: New file.
1192 * gdb.dwarf2/arr-stride.exp: New file.
1193
12ab52e9
PA
11942014-02-26 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1197 that won't ever trigger. Make sure that GDB reports the correct
1198 breakpoint that caused the stop.
1199
849c862e
JK
12002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 PR gdb/16626
1203 * gdb.base/auto-load-script: New file.
1204 * gdb.base/auto-load.c: New file.
1205 * gdb.base/auto-load.exp: New file.
1206
71b7d793
JK
1207 PR gdb/16626
1208 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1209
e2f0d509
JK
12102014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1211
1212 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1213 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1214
50cc37c8
DE
12152014-02-24 Doug Evans <dje@google.com>
1216
1217 * lib/gdb.exp (run_on_host): Log error output if program fails.
1218
ea4758f2
PA
12192014-02-21 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.threads/step-after-sr-lock.c: Rename to ...
1222 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1223 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1224 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1225 ... this.
1226
d7b30f67
SDJ
12272014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1228
1229 PR tdep/16397
1230 * gdb.arch/amd64-stap-special-operands.exp: New file.
1231 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1232 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1233 * gdb.arch/amd64-stap-triplet.S: Likewise.
1234 * gdb.arch/amd64-stap-triplet.c: Likewise.
1235
83deb43f
JB
12362014-02-20 Joel Brobecker <brobecker@adacore.com>
1237
1238 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1239 in .section pseudo-op.
1240
adde2bff
DE
12412014-02-20 lin zuojian <manjian2006@gmail.com>
1242 Joel Brobecker <brobecker@adacore.com>
1243 Doug Evans <xdje42@gmail.com>
1244
1245 PR symtab/16581
1246 * gdb.dwarf2/dw2-icycle.S: New file.
1247 * gdb.dwarf2/dw2-icycle.c: New file.
1248 * gdb.dwarf2/dw2-icycle.exp: New file.
1249
f7bd0f78
SC
12502014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1251
1252 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1253 operations on gdb.Value objects.
1254 * gdb.python/py-value-cc.exp: Add new test to test operations on
1255 gdb.Value objects.
1256
c17ef0d5
DE
12572014-02-18 Doug Evans <dje@google.com>
1258
1259 * Makefile.in (TESTS): New variable.
1260 (expanded_tests, expanded_tests_or_none): New variables
1261 (check-single): Pass $(expanded_tests_or_none) to runtest.
1262 (check-parallel): Only run tests in $(TESTS) if non-empty.
1263 (check/no-matching-tests-found): New rule.
1264 * README: Document TESTS makefile variable.
1265
5dd3176f
DE
12662014-02-18 Doug Evans <dje@google.com>
1267
1268 * Makefile.in (check-parallel): rm -rf outputs temp.
1269
0b10be4f
JK
12702014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1271
1272 Fix "ERROR: no fileid for" in the testsuite.
1273 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1274
85f224e7
DE
12752014-02-12 Doug Evans <dje@google.com>
1276
1277 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1278 (MISCELLANEOUS): New variable.
1279 (clean): rm -rf $(MISCELLANEOUS).
1280 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1281 dwp live in the same directory as symlinks, with each symlink pointed
1282 to a differently named file in a different directory.
1283
149b30ff
DE
12842014-02-11 Doug Evans <dje@google.com>
1285
1286 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1287 of Tcl file commands.
1288
1dfdac32
MK
12892014-02-10 Mark Kettenis <kettenis@gnu.org>
1290
1291 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1292 "kill -SIGUSR1 -1".
1293
aa4fb036
JB
12942014-02-10 Joel Brobecker <brobecker@adacore.com>
1295
1296 * gdb.ada/tick_length_array_enum_idx: New testcase.
1297
ed3ef339
DE
12982014-02-10 Doug Evans <xdje42@gmail.com>
1299
1300 * configure.ac (AC_OUTPUT): Add gdb.guile.
1301 * configure: Regenerate.
1302 * lib/gdb-guile.exp: New file.
1303 * lib/gdb.exp (get_target_charset): New function.
1304 * gdb.base/help.exp: Update expected output from "apropos apropos".
1305 * gdb.guile/Makefile.in: New file.
1306 * gdb.guile/guile.exp: New file.
1307 * gdb.guile/scm-arch.c: New file.
1308 * gdb.guile/scm-arch.exp: New file.
1309 * gdb.guile/scm-block.c: New file.
1310 * gdb.guile/scm-block.exp: New file.
1311 * gdb.guile/scm-breakpoint.c: New file.
1312 * gdb.guile/scm-breakpoint.exp: New file.
1313 * gdb.guile/scm-disasm.c: New file.
1314 * gdb.guile/scm-disasm.exp: New file.
1315 * gdb.guile/scm-equal.c: New file.
1316 * gdb.guile/scm-equal.exp: New file.
1317 * gdb.guile/scm-error.exp: New file.
1318 * gdb.guile/scm-error.scm: New file.
1319 * gdb.guile/scm-frame-args.c: New file.
1320 * gdb.guile/scm-frame-args.exp: New file.
1321 * gdb.guile/scm-frame-args.scm: New file.
1322 * gdb.guile/scm-frame-inline.c: New file.
1323 * gdb.guile/scm-frame-inline.exp: New file.
1324 * gdb.guile/scm-frame.c: New file.
1325 * gdb.guile/scm-frame.exp: New file.
1326 * gdb.guile/scm-generics.exp: New file.
1327 * gdb.guile/scm-gsmob.exp: New file.
1328 * gdb.guile/scm-iterator.c: New file.
1329 * gdb.guile/scm-iterator.exp: New file.
1330 * gdb.guile/scm-math.c: New file.
1331 * gdb.guile/scm-math.exp: New file.
1332 * gdb.guile/scm-objfile-script-gdb.in: New file.
1333 * gdb.guile/scm-objfile-script.c: New file.
1334 * gdb.guile/scm-objfile-script.exp: New file.
1335 * gdb.guile/scm-objfile.c: New file.
1336 * gdb.guile/scm-objfile.exp: New file.
1337 * gdb.guile/scm-ports.exp: New file.
1338 * gdb.guile/scm-pretty-print.c: New file.
1339 * gdb.guile/scm-pretty-print.exp: New file.
1340 * gdb.guile/scm-pretty-print.scm: New file.
1341 * gdb.guile/scm-section-script.c: New file.
1342 * gdb.guile/scm-section-script.exp: New file.
1343 * gdb.guile/scm-section-script.scm: New file.
1344 * gdb.guile/scm-symbol.c: New file.
1345 * gdb.guile/scm-symbol.exp: New file.
1346 * gdb.guile/scm-symtab-2.c: New file.
1347 * gdb.guile/scm-symtab.c: New file.
1348 * gdb.guile/scm-symtab.exp: New file.
1349 * gdb.guile/scm-type.c: New file.
1350 * gdb.guile/scm-type.exp: New file.
1351 * gdb.guile/scm-value-cc.cc: New file.
1352 * gdb.guile/scm-value-cc.exp: New file.
1353 * gdb.guile/scm-value.c: New file.
1354 * gdb.guile/scm-value.exp: New file.
1355 * gdb.guile/source2.scm: New file.
1356 * gdb.guile/types-module.cc: New file.
1357 * gdb.guile/types-module.exp: New file.
1358
7026a7c1
YQ
13592014-02-10 Yao Qi <yao@codesourcery.com>
1360
1361 PR testsuite/16543
1362 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1363 * configure: Regenerated.
1364 * Makefile.in: New file.
1365
6c466447
AS
13662014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1367
1368 * gdb.python/py-framefilter.exp: Fix typo.
1369
6e854735
YQ
13702014-02-08 Yao Qi <yao@codesourcery.com>
1371
1372 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1373 that no =breakpoint-modified is emitted when breakpoints are
1374 modified through MI commands.
1375
d137e6dc
PA
13762014-02-07 Pedro Alves <pedro@codesourcery.com>
1377 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.threads/step-after-sr-lock.c: New file.
1380 * gdb.threads/step-after-sr-lock.exp: New file.
1381
b5ee5a50
PA
13822014-02-07 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1385
3c77faf3
JK
13862014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1387
1388 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1389 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1390
6dddc817
DE
13912014-02-06 Doug Evans <xdje42@gmail.com>
1392
1393 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1394 output.
1395
1396 * gdb.gdb/python-interrupts.exp: New file.
1397
de7b2893
YQ
13982014-02-05 Yao Qi <yao@codesourcery.com>
1399
1400 * gdb.trace/report.exp (use_collected_data): Test the output
1401 of "info threads" and "info inferiors".
1402
66d032ac
YQ
14032014-02-05 Yao Qi <yao@codesourcery.com>
1404
1405 Revert this patch:
1406
1407 2013-05-24 Yao Qi <yao@codesourcery.com>
1408
1409 * gdb.trace/tfile.exp: Test inferior and thread.
1410
591a12a1
UW
14112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1412
1413 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1414 on a function.
1415 * gdb.base/step-bt.c: Call hello via function pointer to make
1416 sure its first instruction is executed on powerpc64le-linux.
1417
0ff3e01f
UW
14182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1419
1420 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1421
084ee545
UW
14222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1423
1424 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1425 of the test patterns for use on little-endian systems.
1426
6ed14ff3
UW
14272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1428
1429 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1430 (decimal_vector): Fix for little-endian.
1431
401e27fd
JM
14322014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1433
1434 * gdb.arch/sparc-sysstep.exp: New file.
1435 * gdb.arch/sparc-sysstep.c: Likewise.
1436
1437 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1438
8b924729
EBM
14392014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1440
1441 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1442
fb151210
JB
14432014-01-23 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.ada/array_char_idx: New testcase.
1446
0740f8d8
TT
14472014-01-23 Tom Tromey <tromey@redhat.com>
1448
1449 PR python/16487:
1450 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1451 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1452 classes.
1453
21909fa1
TT
14542014-01-23 Tom Tromey <tromey@redhat.com>
1455
1456 PR python/16491:
1457 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1458 string from an inferior frame.
1459 * gdb.python/py-framefilter-mi.exp: Update.
1460
87ce2a04
DE
14612014-01-22 Doug Evans <dje@google.com>
1462
1463 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1464
237b092b
AA
14652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1466
1467 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1468
d674a709
AA
14692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1470
1471 * gdb.trace/entry-values.exp: Remove excess space character from
1472 regex patterns. Handle s390 call instruction.
1473
20fa3390
AA
14742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1475
1476 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1477 define "*_start" label. Make "name" static.
1478 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1479 ${name} by references to ${name}_start.
1480
78466714
AA
14812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1482
1483 * gdb.base/info-macros.exp: Remove "debug" from the compile
1484 options.
1485
ec9f644a
IB
14862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1487
1488 * gdb.dlang/demangle.exp: New file.
1489
94b1b47e
IB
14902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1491
1492 * gdb.dlang/primitive-types.exp: New file.
1493
7f420862
IB
14942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1495
1496 * configure.ac: Create gdb.dlang/Makefile.
1497 * configure: Regenerate.
1498 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1499 * gdb.dlang/Makefile.in: New file.
1500 * lib/d-support.exp: New file.
1501 * lib/gdb.exp (skip_d_tests): New proc.
1502
52834460
MM
15032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1504
1505 * gdb.btrace/delta.exp: Check reverse stepi.
1506 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1507 * gdb.btrace/finish.exp: New.
1508 * gdb.btrace/next.exp: New.
1509 * gdb.btrace/nexti.exp: New.
1510 * gdb.btrace/record_goto.c: Add comments.
1511 * gdb.btrace/step.exp: New.
1512 * gdb.btrace/stepi.exp: New.
1513 * gdb.btrace/multi-thread-step.c: New.
1514 * gdb.btrace/multi-thread-step.exp: New.
1515 * gdb.btrace/rn-dl-bind.c: New.
1516 * gdb.btrace/rn-dl-bind.exp: New.
1517 * gdb.btrace/data.c: New.
1518 * gdb.btrace/data.exp: New.
1519 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1520
6e07b1d2
MM
15212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1522
1523 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1524 * gdb.btrace/exception.exp: Update.
1525 * gdb.btrace/instruction_history.exp: Update.
1526 * gdb.btrace/record_goto.exp: Update.
1527 * gdb.btrace/tailcall.exp: Update.
1528 * gdb.btrace/unknown_functions.exp: Update.
1529 * gdb.btrace/delta.exp: New.
1530
0b722aec
MM
15312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1532
1533 * gdb.btrace/record_goto.exp: Add backtrace test.
1534 * gdb.btrace/tailcall.exp: Add backtrace test.
1535
066ce621
MM
15362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1537
1538 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1539 * gdb.btrace/record_goto.c: New.
1540 * gdb.btrace/record_goto.exp: New.
1541 * gdb.btrace/x86-record_goto.S: New.
1542
0688d04e
MM
15432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1544
1545 * gdb.btrace/function_call_history.exp: Update tests.
1546 * gdb.btrace/instruction_history.exp: Update tests.
1547
8710b709
MM
15482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1549
1550 * gdb.btrace/function_call_history.exp: Fix expected field
1551 order for "record function-call-history".
1552 Add new tests for "record function-call-history /c".
1553 * gdb.btrace/exception.cc: New.
1554 * gdb.btrace/exception.exp: New.
1555 * gdb.btrace/tailcall.exp: New.
1556 * gdb.btrace/x86-tailcall.S: New.
1557 * gdb.btrace/x86-tailcall.c: New.
1558 * gdb.btrace/unknown_functions.c: New.
1559 * gdb.btrace/unknown_functions.exp: New.
1560 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1561
5de9129b
MM
15622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1563
1564 * gdb.btrace/instruction_history.exp: Update.
1565 * gdb.btrace/function_call_history.exp: Update.
1566
23a7fe75
MM
15672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1568
1569 * gdb.btrace/function_call_history.exp: Fix expected function
1570 trace.
1571 * gdb.btrace/instruction_history.exp: Initialize traced.
1572 Remove traced_functions.
1573
724c7dd8
MM
15742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1575
1576 * gdb.btrace/function_call_history.exp: Update
1577 * gdb.btrace/instruction_history.exp: Update.
1578
6d78d93b
MM
15792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1580
1581 * gdb.btrace/enable.exp: Update expected text.
1582
93a360cc
OJ
15832014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1584
1585 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1586 bytes.
1587
3772b53f
MR
15882014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1589
1590 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1591
596662fa
OJ
15922014-01-15 Omair Javaid <omair.javaid@linaro.org>
1593
1594 * lib/gdb.exp (supports_process_record): Return true for
1595 arm*-linux*. (supports_reverse): Likewise.
1596
b5b08fb4
SC
15972014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1598
1599 PR python/15464
1600 PR python/16113
1601 * gdb.python/py-type.c: Enhance test case.
1602 * gdb.python/py-value-cc.cc: Likewise
1603 * gdb.python/py-type.exp: Add new tests.
1604 * gdb.python/py-value-cc.exp: Likewise
1605
52d7fb13
AA
16062014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1607 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1610 Make "name" extern.
1611 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1612 references to ${name}_start by references to ${name}.
1613
a2cd8cfe
JB
16142014-01-10 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1617
4e23fced
JB
16182014-01-10 Joel Brobecker <brobecker@adacore.com>
1619
1620 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1621
c6a9e42c
PA
16222014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1623 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.mi/mi-info-os.exp: Connect to the target with
1626 mi_gdb_target_load.
1627
b7ea362b
PA
16282014-01-08 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.threads/reconnect-signal.c: New file.
1631 * gdb.threads/reconnect-signal.exp: New file.
1632
5e3f4fab
EBM
16332014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1634
1635 * gdb.base/source-dir.exp: New file.
1636
79301218
JB
16372014-01-07 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdb.ada/mi_interface: New testcase.
1640
8e355c5d
JB
16412014-01-07 Joel Brobecker <brobecker@adacore.com>
1642
1643 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1644 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1645 gdb.ada/pp-rec-component/pck.ads: New files.
1646
c0d48811
JB
16472014-01-07 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.python/py-pp-integral.c: New file.
1650 * gdb.python/py-pp-integral.py: New file.
1651 * gdb.python/py-pp-integral.exp: New file.
1652
17b609c3 1653For older changes see ChangeLog-1993-2013.
c906108c 1654\f
8d8cb839
EZ
1655;; Local Variables:
1656;; mode: change-log
1657;; left-margin: 8
1658;; fill-column: 74
1659;; version-control: never
1660;; End:
902f2ccb 1661
14f8b115 1662 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1663 Copying and distribution of this file, with or without modification,
1664 are permitted provided the copyright notice and this notice are preserved.