]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
minor cleanups in is_dynamic_type
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9f5a4cef
HZ
12014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2 Hui Zhu <hui@codesourcery.com>
3
4 * gdb.base/fileio.exp: Add test for shell not available as well as
5 available.
6 * gdb.base/fileio.c (test_system): Check for shell twice.
7
90a45c4d
YQ
82014-06-04 Yao Qi <yao@codesourcery.com>
9
10 * gdb.base/auto-connect-native-target.exp: Remove redundant
11 space from the regexp pattern.
12
70017e41
YQ
132014-06-04 Yao Qi <yao@codesourcery.com>
14
15 * gdb.base/default.exp: Replace "child" with "native" in
16 regexp pattern.
17
883964a7
SC
182014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19
20 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22 * gdb.python/py-xmethods.py: Python script supporting the
23 new testcase and tests.
24
ef370185
JB
252014-06-03 Joel Brobecker <brobecker@adacore.com>
26 Pedro Alves <palves@redhat.com>
27
28 PR breakpoints/17000
29 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
30 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
31
1e2ccb61
BM
322014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
33
34 * gdb.base/subst.exp: Add tests to verify partial path matching
35 output.
36
c6ec5ab2
PA
372014-06-03 Pedro Alves <palves@redhat.com>
38
39 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
40 target that doesn't use software single-stepping.
41
835c559f
PA
422014-06-03 Pedro Alves <palves@redhat.com>
43
44 PR breakpoints/17000
45 * gdb.base/sss-bp-on-user-bp-2.c: New file.
46 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
47
06eb1586
DE
482014-06-02 Doug Evans <xdje42@gmail.com>
49
50 * gdb.guile/scm-parameter.exp: New file.
51
e698b8c4
DE
522014-06-02 Doug Evans <xdje42@gmail.com>
53
54 * gdb.guile/scm-cmd.c: New file.
55 * gdb.guile/scm-cmd.exp: New file.
56
ded03782
DE
572014-06-02 Doug Evans <xdje42@gmail.com>
58
59 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
60 pretty-printer lookup.
61 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
62 (make-pp_s-printer): Call it.
63 (make-pretty-printer-from-dict): New function.
64 (lookup-pretty-printer-maker-from-dict): New function.
65 (*pretty-printer*): Simplify.
66 (make-objfile-pp_s-printer): New function.
67 (install-objfile-pretty-printers!): New function.
68 (make-progspace-pp_s-printer): New function.
69 (install-progspace-pretty-printers!): New function.
70 * gdb.guile/scm-progspace.c: New file.
71 * gdb.guile/scm-progspace.exp: New file.
72
41fac0cf
PA
732014-06-02 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/dprintf-bp-same-addr.c: New file.
76 * gdb.base/dprintf-bp-same-addr.exp: New file.
77
96ae5695
EBM
782014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
79
80 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
81 * gdb.arch/powerpc-power.s: Likewise.
82
da02b3a8
JB
832014-06-02 Joel Brobecker <brobecker@adacore.com>
84
85 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
86
c72b2e7b
YQ
872014-06-01 Yao Qi <yao@codesourcery.com>
88
89 * gdb.base/watchpoint.exp (test_watch_location): Check null
90 pointer can be dereferenced. If not, do the test, otherwise
91 skip it.
92
53e8a631
AB
932014-05-30 Andrew Burgess <aburgess@broadcom.com>
94
95 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
96 results.
97 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
98
938f0e2f
AB
992014-05-30 Andrew Burgess <aburgess@broadcom.com>
100
101 * gdb.arch/amd64-invalid-stack-middle.S: New file.
102 * gdb.arch/amd64-invalid-stack-middle.c: New file.
103 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
104 * gdb.arch/amd64-invalid-stack-top.c: New file.
105 * gdb.arch/amd64-invalid-stack-top.exp: New file.
106
9ba6657a
PA
1072014-05-30 Pedro Alves <palves@redhat.com>
108
109 PR breakpoints/17000
110 * gdb.base/sss-bp-on-user-bp.c: New file.
111 * gdb.base/sss-bp-on-user-bp.exp: New file.
112
522c09bf
DB
1132014-05-30 David Blaikie <dblaikie@gmail.com>
114
115 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
116 gnu_inline semantics via attribute.
117 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
118 source explicitly specifies the required semantics.
119
bf4ef81e
MR
1202014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
121
122 * gdb.reverse/sigall-reverse.exp: Fix a typo.
123
329ea579
PA
1242014-05-29 Pedro Alves <palves@redhat.com>
125 Tom Tromey <tromey@redhat.com>
126
127 * gdb.base/async-shell.exp: Don't enable target-async.
128 * gdb.base/async.exp
129 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
130 parameter. Adjust.
131 (top level): Don't test with "target-async".
132 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
133 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
134 * gdb.base/inferior-died.exp: Don't enable target-async.
135 * gdb.base/interrupt-noterm.exp: Likewise.
136 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
137 * gdb.mi/mi-nonstop-exit.exp: Likewise.
138 * gdb.mi/mi-nonstop.exp: Likewise.
139 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
140 * gdb.mi/mi-nsintrall.exp: Likewise.
141 * gdb.mi/mi-nsmoribund.exp: Likewise.
142 * gdb.mi/mi-nsthrexec.exp: Likewise.
143 * gdb.mi/mi-watch-nonstop.exp: Likewise.
144 * gdb.multi/watchpoint-multi.exp: Adjust comment.
145 * gdb.python/py-evsignal.exp: Don't enable target-async.
146 * gdb.python/py-evthreads.exp: Likewise.
147 * gdb.python/py-prompt.exp: Likewise.
148 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
149 * gdb.server/solib-list.exp: Don't enable target-async.
150 * gdb.threads/thread-specific-bp.exp: Likewise.
151 * lib/mi-support.exp: Adjust to use mi-async.
152
fd664c91
PA
1532014-05-29 Pedro Alves <palves@redhat.com>
154
155 PR gdb/13860
156 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
157 reason, even in sync mode.
158
251bde03
PA
1592014-05-29 Pedro Alves <palves@redhat.com>
160 Hui Zhu <hui@codesourcery.com>
161
162 PR PR15693
163 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
164 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
165 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
166 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
167
7f3c0343
JB
1682014-05-28 Joel Brobecker <brobecker@adacore.com>
169
170 * config/monitor.exp (gdb_target_monitor): Replace use of
171 "set remotebaud" by "set serial baud".
172
b2715b27
AW
1732014-05-26 Andy Wingo <wingo@igalia.com>
174
175 * gdb.guile/scm-breakpoint.exp:
176 * gdb.guile/scm-gsmob.exp: Update to use plain old object
177 properties instead of gdb-object-properties.
178
498a4489
YQ
1792014-05-26 Yao Qi <yao@codesourcery.com>
180
181 * gdb.server/no-thread-db.exp: Specify source file name
182 explicitly when setting a breakpoint.
183
589fdceb
MM
1842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
185
186 * gdb.btrace/vdso.c: New.
187 * gdb.btrace/vdso.exp: New.
188
e9089e05
MM
1892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
190
191 * gdb.base/gcore.exp (capture_command_output): Move ...
192 * lib/gdb.exp (capture_command_output): ... here.
193
67b5c0c1
MM
1942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
195
196 * gdb.btrace/data.exp: Test memory access during btrace replay.
197
a2199296
SM
1982014-05-22 Simon Marchi <simon.marchi@ericsson.com>
199
200 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
201
17b2616c
PA
2022014-05-21 Pedro Alves <palves@redhat.com>
203
204 PR gdb/13860
205 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
206 (top level): Test that output related to execution commands is
207 sent to the console with CLI commands, but not with MI commands.
208 Test that breakpoint events are always mirrored to the console.
209 Also expect the new source line to be output after a "next" in
210 async mode too. Make it a pass/fail test.
211 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
212 output.
213 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
214
5166082f
PA
2152014-05-21 Pedro Alves <palves@redhat.com>
216
217 * gdb.base/list.exp (build_pattern, test_list): New procedures.
218 Use them to test variations of "list" after reaching a breakpoint.
219 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
220 Test "list" with listsize 10 after reaching a breakpoint.
221 * gdb.python/python.exp (decode_line current location line
222 number): Adjust expected line number.
223
2f25d70f
SM
2242014-05-21 Simon Marchi <simon.marchi@ericsson.com>
225
226 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
227 behavior for $args, pass it directly to "run".
228
ff604a67
MR
2292014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
230
231 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
232 30000 to 65536.
233
6a3cb8e8
PA
2342014-05-21 Pedro Alves <palves@redhat.com>
235
236 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
237 auto-connect-native-target off".
238 * gdb.base/auto-connect-native-target.c: New file.
239 * gdb.base/auto-connect-native-target.exp: New file.
240
4ebfc96e
PA
2412014-05-21 Pedro Alves <palves@redhat.com>
242
243 * gdb.base/default.exp: Test "target native" instead of "target
244 child".
245
36d46afb
MW
2462014-05-21 Mark Wielaard <mjw@redhat.com>
247
248 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
249
5876f503
JK
2502014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
251
252 Fix TLS access for -static -pthread.
253 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
254 <HAVE_TLS> (thread_function, main): Initialize it.
255 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
256 Add clean_restart.
257 <$have_tls != "">: Check TLSVAR.
258
0256a6ac
PA
2592014-05-21 Pedro Alves <palves@redhat.com>
260
261 * gdb.base/dcache-line-read-error.c: New.
262 * gdb.base/dcache-line-read-error.exp: New.
263
936d2992
PA
2642014-05-20 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/compare-sections.c: New file.
267 * gdb.base/compare-sections.exp: New file.
268
802e8e6d
PA
2692014-05-20 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/break-idempotent.c: New file.
272 * gdb.base/break-idempotent.exp: New file.
273
e59fa00f
MM
2742014-05-20 Markus Metzger <markus.t.metzger@intel.com>
275
276 * gdb.btrace/nohist.exp: New.
277
8b696e31
YQ
2782014-05-20 Yao Qi <yao@codesourcery.com>
279
280 * lib/gdb.exp (gdb_init): Set timeout if test file is under
281 gdb.reverse directory and gdb_reverse_timeout exists in board
282 setting.
283 * README: Document gdb_reverse_timeout.
284
73c9764f
YQ
2852014-05-20 Yao Qi <yao@codesourcery.com>
286
287 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
288 'test_file_name'. Treat args as a string instead of a list.
289 (gdb_init): Rename argument 'args' by 'test_file_name'.
290
f1f4348a
JK
2912014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 * gdb.arch/powerpc-power.exp: New file.
294 * gdb.arch/powerpc-power.s: New file.
295
0dbe70ce
DE
2962014-05-16 Doug Evans <dje@google.com>
297
298 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
299 * gdb.base/completion.exp: Check that all expected files exist
300 before doing file completion.
0dbe70ce 301
8d551b02
DE
3022014-05-16 Doug Evans <dje@google.com>
303
304 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
305 Update.
306 (do_syscall_tests_without_xml): Update.
307
73eb7709
PA
3082014-05-16 Pedro Alves <palves@redhat.com>
309
310 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
311 instead of "unknown output after running".
312
3fae92fc
YQ
3132014-05-16 Yao Qi <yao@codesourcery.com>
314
315 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
316 file1.txt from host at the end.
317 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
318
c2b2ccc5
DE
3192014-05-15 Doug Evans <dje@google.com>
320
321 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
322 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
323 loading file. Add test for TU lookup.
324
8c217a4b
SM
3252014-05-15 Simon Marchi <simon.marchi@ericsson.com>
326
327 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
328 calling "-exec-arguments" or "set args" before running the
329 inferior.
330
3deb39c6
SM
3312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
332
333 * lib/mi-support.exp (mi_expect_stop): Expect message for
334 inferiors that exit with non-zero exit code.
335
71a79f8c
YQ
3362014-05-14 Yao Qi <yao@codesourcery.com>
337
338 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
339 match absolute path on remote host.
340 (test_file_list_exec_source_files): Remove "/" from the
341 pattern.
342
f23fcd46
YQ
3432014-05-14 Yao Qi <yao@codesourcery.com>
344
345 * boards/local-remote-host-notty.exp (${board}_file): New
346 proc.
347
9404b58f
KM
3482014-05-07 Kyle McMartin <kyle@redhat.com>
349
350 Pushed by Joel Brobecker <brobecker@adacore.com>.
351 * gdb.arch/aarch64-atomic-inst.c: New file.
352 * gdb.arch/aarch64-atomic-inst.exp: New file.
353
5e45f04c
YQ
3542014-05-07 Yao Qi <yao@codesourcery.com>
355
356 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
357 in current context" too.
358
c888a17d
KS
3592014-05-05 Keith Seitz <keiths@redhat.com>
360
361 * gdb.linespec/ls-dollar.exp: Add test for linespec
362 file:convenience_variable.
363
290a839c
YQ
3642014-05-05 Yao Qi <yao@codesourcery.com>
365
366 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
367 traceframes into tfile and ctf trace files. Read data from
368 trace file and test collected data.
369 (gdb_collect_locals_test): Likewise.
370 (gdb_unavailable_registers_test): Likewise.
371 (gdb_unavailable_floats): Likewise.
372 (gdb_collect_globals_test): Likewise.
373 (top-level): Append "ctf" to trace_file_targets if GDB
374 supports.
375
b5262cd0
YQ
3762014-05-05 Yao Qi <yao@codesourcery.com>
377
378 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
379 code to ...
380 (gdb_collect_args_test_1): ... it. New proc.
381 (gdb_collect_locals_test): Move some code to ...
382 (gdb_collect_locals_test_1): ... it. New proc.
383 (gdb_unavailable_registers_test): Move some code to ...
384 (gdb_unavailable_registers_test_1): ... it. New proc.
385 (gdb_unavailable_floats): Move some code to ...
386 (gdb_unavailable_floats_1): ... it. New proc.
387
30a1e6cc
SDJ
3882014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
389
390 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
391 probes to test for bitness recognition.
392 * gdb.arch/amd64-stap-optional-prefix.exp
393 (test_probe_value_without_reg): New procedure.
394 Add code to test for different kinds of bitness.
395
f33da99a
SDJ
3962014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
397
398 PR breakpoints/16889
399 * gdb.arch/amd64-stap-optional-prefix.S: New file.
400 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
401
5b80f00d
PA
4022014-05-01 Pedro Alves <palves@redhat.com>
403
404 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
405 gdb_file_cmd if no file is specified.
406 * boards/native-extended-gdbserver.exp (gdb_load): Use the
407 last_loaded_file to set the remote exec-file.
408
f8c2a73c
PA
4092014-05-01 Pedro Alves <palves@redhat.com>
410
411 * boards/local-remote-host.exp: New file.
412
be6e8ac7
PA
4132014-05-01 Pedro Alves <palves@redhat.com>
414
415 * boards/local-remote-host.exp: Rename to ...
416 * boards/local-remote-host-notty.exp: ... this.
417
cac0dc8f
JB
4182014-04-28 Joel Brobecker <brobecker@adacore.com>
419
420 * gdb.ada/dyn_arrayidx: New testcase.
421
9730e6cc
YQ
4222014-04-26 Yao Qi <yao@codesourcery.com>
423
424 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
425 and compute the length of function main. Save it in
426 $main_length.
427 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
428 (top-level): Use gdb_compile to compile objects into
429 executable and restart GDB. Remove invocation to
430 prepare_for_testing.
431
7ae1a6a6
PA
4322014-04-25 Simon Marchi <simon.marchi@ericsson.com>
433 Pedro Alves <palves@redhat.com>
434
435 PR server/16255
436 * gdb.multi/multi-attach.c: New file.
437 * gdb.multi/multi-attach.exp: New file.
438
4082afcc
PA
4392014-04-25 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
442 user.
443 (top level): Test that "set remote conditional-breakpoints-packet
444 off" works as intended.
445 * gdb.base/dprintf.exp: Test that "set remote
446 breakpoint-commands-packet off" works as intended.
447 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
448 New function.
449 (top level): Call it.
450 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
451 remote fast-tracepoints-packet off" works as intended.
452 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
453 * lib/gdb.exp (gdb_is_target_remote): ... here.
454
2abc3f8d
DB
4552014-04-24 David Blaikie <dblaikie@gmail.com>
456
457 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
458 ensure clang would not discard them.
459 * gdb.base/gdbvars.c: Ditto.
460 * gdb.base/memattr.c: Ditto.
461 * gdb.base/whatis.c: Ditto.
462 * gdb.python/py-prettyprint.c: Ditto.
463 * gdb.trace/actions.c: Ditto.
464 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
465 ensure clang would not discard it.
466
bfd39632
DB
4672014-04-24 David Blaikie <dblaikie@gmail.com>
468
469 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
470 clang to emit the full definition of type required by the test
471 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
472
22842ff6
DB
4732014-04-24 David Blaikie <dblaikie@gmail.com>
474
475 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
476 coax Clang into emitting the definition of the type.
477 * gdb.cp/pr10728-x.h (y): Ditto.
478 * gdb.cp/pr10728-y.cc (y): Ditto.
479
c2e827ad
DB
4802014-04-24 David Blaikie <dblaikie@gmail.com>
481
482 * gdb.base/label.exp: XFAIL label related tests under Clang.
483 * gdb.cp/cplabel.exp: Ditto.
484 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
485 under Clang those using labels.
486
4c2d33e7
YQ
4872014-04-25 Yao Qi <yao@codesourcery.com>
488
489 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
490 double_label.
491 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
492 partial_label and double_label.
493
56083b99
DB
4942014-04-24 David Blaikie <dblaikie@gmail.com>
495
496 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
497
25d4e99d
DB
4982014-04-24 David Blaikie <dblaikie@gmail.com>
499
500 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
501 of the function to work across GCC and Clang.
502 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
503 pointer types (const void ** const V void **).
504
01f9f808
MS
5052014-04-24 Michael Sturm <michael.sturm@mintel.com>
506 Walfred Tedeschi <walfred.tedeschi@intel.com>
507
508 * Makefile.in (EXECUTABLES): Added i386-avx512.
509 * gdb.arch/i386-avx512.c: New file.
510 * gdb.arch/i386-avx512.exp: Likewise.
511
4b48d439
KS
5122014-04-23 Keith Seitz <keiths@redhat.com>
513
514 * lib/mi-support.exp (mi_list_breakpoints): Delete.
515 (mi_make_breakpoint_table): New procedure.
516 (mi_create_breakpoint): Use mi_make_breakpoint
517 and return the result.
518 (mi_make_breakpoint): New procedure.
519 (mi_build_kv_pairs): New procedure.
520
521 * gdb.mi/mi-break.exp: Remove unused globals,
522 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
523 All callers updated.
524 * gdb.mi/mi-dprintf.exp: Use variable to track command
525 number.
526 Update all callers of mi_create_breakpoint and use
527 mi_make_breakpoint_table.
528 Remove any unused global variables.
529 * gdb.mi/mi-nonstop.exp: Likewise.
530 * gdb.mi/mi-nsintrall.exp: Likewise.
531 * gdb.mi/mi-nsmoribund.exp: Likewise.
532 * gdb.mi/mi-nsthrexec.exp: Likewise.
533 * gdb.mi/mi-reverse.exp: Likewise.
534 * gdb.mi/mi-simplerun.exp: Likewise.
535 * gdb.mi/mi-stepn.exp: Likewise.
536 * gdb.mi/mi-syn-frame.exp: Likewise.
537 * gdb.mi/mi-until.exp: Likewise.
538 * gdb.mi/mi-var-cp.exp: Likewise.
539 * gdb.mi/mi-var-display.exp: Likewise.
540 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
541 * gdb.mi/mi2-var-child.exp: Likewise.
542 * gdb.mi/mi-vla-c99.exp: Likewise.
543 * lib/mi-support.exp: Likewise.
544
545 From Ian Lance Taylor <iant@cygnus.com>:
546 * lib/gdb.exp (parse_args): New procedure.
547
08351840
PA
5482014-04-23 Pedro Alves <palves@redhat.com>
549
550 * gdb.base/break-unload-file.c: New file.
551 * gdb.base/break-unload-file.exp: New file.
552 * gdb.base/sym-file-lib.c (baz): New function.
553 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
554 field.
555 (load): Store the segment's mapped size.
556 (unload): New function.
557 (unload_shlib): New function.
558 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
559 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
560 set a breakpoint at baz, and call it.
561 * gdb.base/sym-file.exp: New tests for stale breakpoint
562 instructions.
563
076855f9
PA
5642014-04-23 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
567 * gdb.base/hbreak-in-shr-unsupported.c: New file.
568 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
569 * gdb.base/hbreak-unmapped.c: New file.
570 * gdb.base/hbreak-unmapped.exp: New file.
571 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
572 * lib/gdb.exp (gdb_is_target_remote): ... here.
573
483805cf
PA
5742014-04-22 Pedro Alves <palves@redhat.com>
575
576 * gdb.base/consecutive-step-over.c: New file.
577 * gdb.base/consecutive-step-over.exp: New file.
578
06d97543
PA
5792014-04-22 Pedro Alves <palves@redhat.com>
580
581 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
582 instead of send_gdb/gdb_expect.
583
b4429ea2
YQ
5842014-04-22 Yao Qi <yao@codesourcery.com>
585
586 * lib/trace-support.exp (generate_tracefile): New procedure.
587 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
588 return 0.
589 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
590 if generate_tracefile returns 1.
591
51d48146
PA
5922014-04-18 Tom Tromey <palves@redhat.com>
593 Pedro alves <tromey@redhat.com>
594
595 PR backtrace/15558
596 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
597 with a backtrace limit.
598 * gdb.python/py-frame-inline.exp: Test running to an inline
599 function with a backtrace limit, and printing the newest frame.
600 * gdb.python/py-frame-inline.c (main): Call f.
601
bd1dce5f
MS
6022014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
603
604 * gdb.java/jnpe.exp: Drop srcdir from untested path.
605
40d1a503
MS
6062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
607
608 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
609 Drop prefix from unsupported source file path.
610
389b98f7
YQ
6112014-04-17 Yao Qi <yao@codesourcery.com>
612
613 * lib/gdb.exp (with_target_charset): New proc.
614 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
615 with_target_charset.
616 (test_print_strings): Likewise.
617 (test_repeat_bytes): Likewise.
618 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
619 for some tests.
620
22869d73
KS
6212014-04-16 Keith Seitz <keiths@redhat.com>
622
623 PR gdb/15827
624 * gdb.dwarf2/corrupt.c: New file.
625 * gdb.dwarf2/corrupt.exp: New file.
626
c4f87ca6
KS
6272014-04-16 Keith Seitz <keiths@redhat.com>
628
629 PR c++/16597
630 * gdb.cp/namelessclass.cc: New file.
631 * gdb.cp/namelessclass.exp: New file.
632 * gdb.cp/namelessclass.S: New file.
633
ab19de87
DE
6342014-04-16 Doug Evans <dje@google.com>
635
636 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
637 Add comment.
638 (gdbserver_default_get_comm_port): New function.
639 (gdbserver_start): Check if board file provided
640 "gdbserver,get_comm_port" and use it if so.
641 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
642 (gdb,socketport): Set to "stdio".
643 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
644 (stdio_gdbserver_template): Delete.
645 (${board}_get_remote_address): Update.
646 (${board}_build_remote_cmd): Delete.
647 (${board}_get_comm_port): New function.
648 (${board}_spawn): Update.
649 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
650 Delete.
651 (${board}_get_remote_address): Update.
652 (${board}_get_comm_port): New function.
653
fc98a809
AB
6542014-04-16 Andrew Burgess <aburgess@broadcom.com>
655
656 * gdb.base/memattr.exp: Improve regexps to handle memory regions
657 appearing in any order.
658
87fd9e6e
DE
6592014-04-15 Doug Evans <dje@google.com>
660
661 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
662 uninitialized value of "description".
663
099fc3ea
KS
6642014-04-15 Keith Seitz <keiths@redhat.com>
665
666 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
667 Remove unused globals.
668 (test_running_the_program): Likewise.
669 (test_controlled_execution): Likewise.
670 (test_controlling_breakpoints): Likewise.
671 (test_program_termination): Likewise.
672
5da151d4
KS
6732014-04-15 Keith Seitz <keiths@redhat.com>
674
675 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
676 unused globals.
677 (test_rbreak_creation_and_listing): Likewise.
678 (test_ignore_count): Likewise.
679 (test_error): Likewise.
680
35e5d2f0
PA
6812014-04-15 Pedro Alves <palves@redhat.com>
682
683 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
684 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
685 sym-file-loader.c.
686 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
687 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
688 to sym-file-loader.c.
689 (struct library): Forward declare.
690 (load_shlib, lookup_function): Change prototypes.
691 (find_shstrtab, find_strtab, find_shdr, find_symtab)
692 (translate_offset): Remove declarations.
693 (get_text_addr): New declaration.
694 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
695 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
696 sym-file-loader.h.
697 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
698 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
699 here from sym-file-loader.h.
700 (struct library): New structure.
701 (load_shlib, lookup_function): Change prototypes and adjust to
702 work with a struct library.
703 (find_shstrtab, find_strtab, find_shdr, find_symtab)
704 (translate_offset): Make static.
705 (get_text_addr): New function.
706 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
707
eb4c1710
PA
7082014-04-15 Pedro Alves <palves@redhat.com>
709
710 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
711
2d1baf52
PA
7122014-04-15 Pedro Alves <palves@redhat.com>
713
714 * gdb.base/sym-file-loader.c: Include <limits.h>.
715 (SELF_LINK): New define.
716 (get_origin): New function.
717 (load_shlib): Use it.
718 * gdb.base/sym-file.exp: Don't early return if the target is
719 remote. Use runto_main, and issue fail is that fails. Use
720 gdb_load_shlibs.
721 (shlib_name): Delete.
722 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
723
7dd6df01
PA
7242014-04-15 Pedro Alves <palves@redhat.com>
725
726 * gdb.base/sym-file.exp: Remove regex characters from test
727 message. Don't refer to breakpoint numbers in test messages.
728
b50c8614
KS
7292014-04-14 Keith Seitz <keiths@redhat.com>
730
731 PR c++/16253
732 * gdb.cp/var-tag.cc: New file.
733 * gdb.cp/var-tag.exp: New file.
734 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
735 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
736 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
737 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
738
3d567982
TT
7392014-04-14 Tom Tromey <tromey@redhat.com>
740
741 * gdb.cp/classes.exp (test_enums): Handle underlying type.
742 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
743 type.
744 * gdb.cp/enum-class.exp: New file.
745 * gdb.cp/enum-class.cc: New file.
746
0626fc76
TT
7472014-04-14 Tom Tromey <tromey@redhat.com>
748
749 * gdb.dwarf2/enum-type.exp: New file.
750
dca325b3
SA
7512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
752
753 * gdb.mi/mi-vla-c99.exp: New file.
754 * gdb.mi/vla.c: New file.
755
5854b38a
SA
7562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
757
758 * gdb.base/vla-datatypes.c: New file.
759 * gdb.base/vla-datatypes.exp: New file.
760
463bb957
SA
7612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
762
763 * gdb.base/vla-ptr.c: New file.
764 * gdb.base/vla-ptr.exp: New file.
765
3dd170be
SA
7662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
767
768 * gdb.dwarf2/count.exp: New file.
769
5ecaaa66
SA
7702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
771
772 * gdb.base/vla-sideeffect.c: New file.
773 * gdb.base/vla-sideeffect.exp: New file.
774
41f1ada5
DB
7752014-04-14 David Blaikie <dblaikie@gmail.com>
776
777 * gdb.mi/non-stop.c: Add return value for non-void function return
778 statement.
779 * gdb.threads/staticthreads.c: Ditto.
780
0be03e84
DE
7812014-04-12 Siva Chandra Reddy <sivachandra@google.com>
782 Doug Evans <xdje42@gmail.com>
783
784 * gdb.guile/scm-value.c: Improve test case.
785 * gdb.guile/scm-value.exp: Add new test.
786
f180a1fb
DB
7872014-04-11 David Blaikie <dblaikie@gmail.com>
788
789 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
790 override Clang's default.
791
6b662e19
JB
7922014-04-11 Joel Brobecker <brobecker@adacore.com>
793
794 Revert the following changes (regressions):
795
796 * gdb.base/vla-sideeffect.c: New file.
797 * gdb.base/vla-sideeffect.exp: New file.
798
799 * gdb.dwarf2/count.exp: New file.
800
801 * gdb.base/vla-multi.c: New file.
802 * gdb.base/vla-multi.exp: New file.
803
804 * gdb.base/vla-ptr.c: New file.
805 * gdb.base/vla-ptr.exp: New file.
806
807 * gdb.base/vla-datatypes.c: New file.
808 * gdb.base/vla-datatypes.exp: New file.
809
810 * gdb.mi/mi-vla-c99.exp: New file.
811 * gdb.mi/vla.c: New file.
812
245a5f0b
KS
8132014-04-11 Keith Seitz <keiths@redhat.com>
814
815 PR c++/16675
816 * gdb.cp/cpsizeof.exp: New file.
817 * gdb.cp/cpsizeof.cc: New file.
818
58a84dcf
SA
8192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
820
191a8a90
JB
821 * gdb.mi/mi-vla-c99.exp: New file.
822 * gdb.mi/vla.c: New file.
58a84dcf 823
c8655f75
SA
8242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
825
826 * gdb.base/vla-datatypes.c: New file.
827 * gdb.base/vla-datatypes.exp: New file.
828
024e13b4
SA
8292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
830
831 * gdb.base/vla-ptr.c: New file.
832 * gdb.base/vla-ptr.exp: New file.
833
1a237e0e
SA
8342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
835
836 * gdb.base/vla-multi.c: New file.
837 * gdb.base/vla-multi.exp: New file.
838
504f3432
SA
8392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
840
841 * gdb.dwarf2/count.exp: New file.
842
3bce8237
SA
8432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
844
191a8a90
JB
845 * gdb.base/vla-sideeffect.c: New file.
846 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 847
322f9c21
YQ
8482014-04-11 Yao Qi <yao@codesourcery.com>
849
850 * gdb.base/completion.exp: Check file exists before running tests
851 on file completion.
852
d708bcd1
PA
8532014-04-10 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/cond-eval-mode.c: New file.
856 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
857 prepare_for_testing to build the new file. Check result of
858 runto_main.
859 (test_break, test_watch): New procedures.
860 (top level): Use them.
861
ae1d2761
PM
8622014-04-08 Pierre Muller <muller@sourceware.org>
863
864 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
865 Ctrl-V use for mingw hosts.
866
7af389b8
SC
8672014-04-07 Siva Chandra Reddy <sivachandra@google.com>
868
869 * gdb.python/py-value.c: Improve test case.
870 * gdb.python/py-value.exp: Add new test.
871
5e703181
DE
8722014-04-07 David Blaikie <dblaikie@gmail.com>
873
874 * lib/compiler.c: Identify the clang compiler.
875 * lib/compiler.cc: Ditto.
876
9810b410
YQ
8772014-04-03 Yao Qi <yao@codesourcery.com>
878
879 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
880
98d1b8dc
AB
8812014-04-01 Anton Blanchard <anton@samba.org>
882
883 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
884 messages unique.
885
3114cea1
AB
8862014-04-01 Anton Blanchard <anton@samba.org>
887
888 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
889 prepare_for_testing.
890
62f7182c
AB
8912014-04-01 Anton Blanchard <anton@samba.org>
892
893 * gdb.arch/ppc64-atomic-inst.c: Remove.
894 * gdb.arch/ppc64-atomic-inst.S: New file.
895 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
896
770e7fc7
DE
8972014-03-31 Doug Evans <dje@google.com>
898
899 * gdb.base/print-symbol-loading-lib.c: New file.
900 * gdb.base/print-symbol-loading-main.c: New file.
901 * gdb.base/print-symbol-loading.exp: New file.
902
46e2bafa
YQ
9032014-03-31 Yao Qi <yao@codesourcery.com>
904
905 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
906
8776cfe9
JB
9072014-03-28 Joel Brobecker <brobecker@adacore.com>
908
909 * gdb.ada/mi_dyn_arr: New testcase.
910
5d1ef361
DE
9112014-03-27 Doug Evans <dje@google.com>
912
913 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
914
b5bee914
YQ
9152014-03-27 Yao Qi <yao@codesourcery.com>
916
917 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
918 if target is nios2-*-*.
919
0d4d0e77
YQ
9202014-03-26 Yao Qi <yao@codesourcery.com>
921
922 * lib/gdb.exp (readline_is_used): New proc.
923 * gdb.base/completion.exp: Move tests on command complete up.
924 Skip the rest of tests if readline is not used.
925 * gdb.ada/complete.exp: Skp the test if readline is not
926 used.
927 * gdb.base/filesym.exp: Likewise.
928 * gdb.base/macscp.exp: Likewise.
929 * gdb.base/readline-ask.exp: Likewise.
930 * gdb.base/readline.exp: Likewise.
931 * gdb.python/py-cmd.exp: Likewise.
932 * gdb.trace/tfile.exp: Likewise.
933
29361eee
YQ
9342014-03-26 Yao Qi <yao@codesourcery.com>
935
936 * gdb.base/macscp.exp: Fix code format issues.
937
bc9a5525
UW
9382014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
939
940 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
941 * gdb.asm/powerpc64le.inc: New file.
942
d3839ede
PA
9432014-03-25 Pedro Alves <palves@redhat.com>
944 Doug Evans <dje@google.com>
945
946 * gdb.base/source-execution.c: New file.
947 * gdb.base/source-execution.exp: New file.
948 * gdb.base/source-execution.gdb: New file.
949
01672a57
DE
9502014-03-24 Doug Evans <dje@google.com>
951
952 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
953 using fission.
954
88bbeca9
HZ
9552014-03-24 Hui Zhu <hui@codesourcery.com>
956 Pedro Alves <palves@redhat.com>
957
958 PR breakpoints/16101
959 * gdb.base/dprintf.exp: Use unsupported rather than changing the
960 test pass/fail messages. Detect missing support for dprintf when
961 breakpoints are actually inserted.
962 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
963 breakpoints are actually inserted.
964 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
965 fails.
966
d2348791
JK
9672014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
970
feef67ab
DE
9712014-03-22 Doug Evans <xdje42@gmail.com>
972
973 * gdb.python/python.exp (python not supported): Verify multi-line
974 python command issues an error.
25d743f9 975 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 976 guile command issues an error.
feef67ab 977
ecebef6a
MR
9782014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
979
980 * gdb.threads/thread-specific.exp: Handle the lack of usable
981 $this_breakpoint and $this_thread.
982
ccdd1909
HZ
9832014-03-21 Hui Zhu <hui@codesourcery.com>
984
985 * gdb.base/attach.exp (do_command_attach_tests): New.
986
beb460e8
PA
9872014-03-20 Tom Tromey <tromey@redhat.com>
988 Pedro Alves <palves@redhat.com>
989
990 PR cli/15718
991 * gdb.base/condbreak-call-false.c: New file.
992 * gdb.base/condbreak-call-false.exp: New file.
993
40acf43a
PA
9942014-03-20 Pedro Alves <palves@redhat.com>
995
996 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
997 Delete.
998 (block_signals, unblock_signals): Delete.
999 (child_function_2, main): Remove references to deleted variable
1000 and functions.
1001
9f5e1e02
PA
10022014-03-20 Pedro Alves <palves@redhat.com>
1003
1004 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1005 Use pthread_kill to signal thread 2.
1006 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1007 Adjust to make the test send itself a signal rather than using the
1008 host's "kill" command.
1009
99619bea
PA
10102014-03-20 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.threads/multiple-step-overs.c: New file.
1013 * gdb.threads/multiple-step-overs.exp: New file.
1014 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1015 Adjust expected infrun debug output.
1016
2adfaa28
PA
10172014-03-20 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1020 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1021
31e77af2
PA
10222014-03-20 Pedro Alves <palves@redhat.com>
1023
1024 PR breakpoints/7143
1025 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1026 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1027 of gdb_test_multiple.
1028 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1029 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1030
b9f437de
PA
10312014-03-20 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1034 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1035
05adc73e
PA
10362014-03-19 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.base/async.exp: Remove early return.
1039
6048b950
PA
10402014-03-19 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1043
8bcfb00a
PA
10442014-03-19 Pedro Alves <palves@redhat.com>
1045
1046 * gdb.base/async.exp (test_background): Expect \r\n after
1047 "completed." in the fail pattern.
1048
884e37dc
PA
10492014-03-19 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.base/async.exp (test_background): New procedure.
1052 Use it for all background execution command tests.
1053
148e57e2
PA
10542014-03-19 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.base/async.exp: Use prepare_for_testing.
1057
f48088c7
PA
10582014-03-19 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1061 the same line.
1062
e2f6c966
PA
10632014-03-19 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/async.c (main): Add "jump here" and "until here" line
1066 marker comments.
1067 * gdb.base/async.exp (jump_here): New global.
1068 (jump& test): Use it.
1069 (until_here): New global.
1070 (until& test): Use it.
1071
c30568d4
PA
10722014-03-19 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.base/async.exp: Don't frob gdb_protocol.
1075
0172b6a7
DE
10762014-03-18 Doug Evans <xdje42@gmail.com>
1077
1078 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1079 Fix spelling of exec-done-display.
1080
06c868a8
JK
10812014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1082
1083 PR gdb/15358
1084 * gdb.base/gdb-sigterm.c: New file.
1085 * gdb.base/gdb-sigterm.exp: New file.
1086
0c7e1a46
PA
10872014-03-18 Pedro Alves <palves@redhat.com>
1088
1089 PR gdb/13860
1090 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1091 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1092 solib-event.
1093
f7c77d93
JB
10942014-03-17 Joel Brobecker <brobecker@adacore.com>
1095
1096 * gdb.ada/pckd_arr_ren: New testcase.
1097
5a1e8c7a
DE
10982014-03-13 Doug Evans <xdje42@gmail.com>
1099
1100 PR guile/16612
1101 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1102 collect after discarding symbols.
1103
350e1a76
DE
11042014-03-13 Ludovic Courtès <ludo@gnu.org>
1105 Doug Evans <xdje42@gmail.com>
1106
1107 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1108 to history survives a gc.
1109
a69900ae
PA
11102014-03-13 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.base/default.exp: Don't test "target procfs".
1113
5db9f0bd
PA
11142014-03-13 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/default.exp: Update "target child" and "target procfs"
1117 tests to not expect "Unix".
1118
b3ccfe11
TT
11192014-03-12 Tom Tromey <tromey@redhat.com>
1120
1121 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1122 New procs. Add target-async tests.
1123 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1124 Add target-async tests.
1125
646f4417
AA
11262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1127
1128 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1129 'func_start' and 'func_end' for the beginning and end of the
1130 function code, respectively.
1131 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1132 'func_end' instead of 'func' and 'main'.
1133
288c211f
AA
11342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1135
1136 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1138 generate the debug info assembler source.
1139
e0c0f156
AA
11402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1141
1142 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1143 * gdb.dwarf2/arr-subrange.exp: Likewise.
1144 * gdb.dwarf2/dwz.exp: Likewise.
1145 * gdb.dwarf2/method-ptr.exp: Likewise.
1146 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1147 * gdb.dwarf2/subrange.exp: Likewise.
1148 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1149 * gdb.dwarf2/implptrpiece.exp: Likewise.
1150 * gdb.dwarf2/nostaticblock.exp: Likewise.
1151
0e5c4555
AA
11522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1153
1154 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1155 directory to absolute path name arguments.
1156
5ec18f2b
JG
11572014-03-10 Joel Brobecker <brobecker@adacore.com>
1158
1159 * gdb.ada/tagged_access: New testcase.
1160
847fc4f2
MM
11612014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * gdb.btrace/data.exp: Update expected output.
1164
cc3da688
YQ
11652014-03-06 Yao Qi <yao@codesourcery.com>
1166
1167 * gdb.trace/pr16508.exp: New file.
1168
0f26cec1
PA
11692014-03-05 Pedro Alves <palves@redhat.com>
1170
1171 PR gdb/16575
1172 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1173 procedure.
1174 (top level): Adjust to use it. Add tests that exercise breakpoint
1175 interaction with the code-cache.
1176
7a5a839f
LC
11772014-02-26 Ludovic Courtès <ludo@gnu.org>
1178
1179 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1180 test for 'history-append!'.
1181
31aa7e4e
JB
11822014-02-26 Joel Brobecker <brobecker@adacore.com>
1183
1184 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1185 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1186 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1187 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1188 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1189 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1190
1b588015
JB
11912014-02-26 Joel Brobecker <brobecker@adacore.com>
1192
1193 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1194 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1195 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1196
55426c9d
JB
11972014-02-26 Joel Brobecker <brobecker@adacore.com>
1198
1199 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1200
dc53a7ad
JB
12012014-02-26 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gdb.dwarf2/arr-stride.c: New file.
1204 * gdb.dwarf2/arr-stride.exp: New file.
1205
12ab52e9
PA
12062014-02-26 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1209 that won't ever trigger. Make sure that GDB reports the correct
1210 breakpoint that caused the stop.
1211
849c862e
JK
12122014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 PR gdb/16626
1215 * gdb.base/auto-load-script: New file.
1216 * gdb.base/auto-load.c: New file.
1217 * gdb.base/auto-load.exp: New file.
1218
71b7d793
JK
1219 PR gdb/16626
1220 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1221
e2f0d509
JK
12222014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1225 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1226
50cc37c8
DE
12272014-02-24 Doug Evans <dje@google.com>
1228
1229 * lib/gdb.exp (run_on_host): Log error output if program fails.
1230
ea4758f2
PA
12312014-02-21 Pedro Alves <palves@redhat.com>
1232
1233 * gdb.threads/step-after-sr-lock.c: Rename to ...
1234 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1235 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1236 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1237 ... this.
1238
d7b30f67
SDJ
12392014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1240
1241 PR tdep/16397
1242 * gdb.arch/amd64-stap-special-operands.exp: New file.
1243 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1244 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1245 * gdb.arch/amd64-stap-triplet.S: Likewise.
1246 * gdb.arch/amd64-stap-triplet.c: Likewise.
1247
83deb43f
JB
12482014-02-20 Joel Brobecker <brobecker@adacore.com>
1249
1250 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1251 in .section pseudo-op.
1252
adde2bff
DE
12532014-02-20 lin zuojian <manjian2006@gmail.com>
1254 Joel Brobecker <brobecker@adacore.com>
1255 Doug Evans <xdje42@gmail.com>
1256
1257 PR symtab/16581
1258 * gdb.dwarf2/dw2-icycle.S: New file.
1259 * gdb.dwarf2/dw2-icycle.c: New file.
1260 * gdb.dwarf2/dw2-icycle.exp: New file.
1261
f7bd0f78
SC
12622014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1263
1264 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1265 operations on gdb.Value objects.
1266 * gdb.python/py-value-cc.exp: Add new test to test operations on
1267 gdb.Value objects.
1268
c17ef0d5
DE
12692014-02-18 Doug Evans <dje@google.com>
1270
1271 * Makefile.in (TESTS): New variable.
1272 (expanded_tests, expanded_tests_or_none): New variables
1273 (check-single): Pass $(expanded_tests_or_none) to runtest.
1274 (check-parallel): Only run tests in $(TESTS) if non-empty.
1275 (check/no-matching-tests-found): New rule.
1276 * README: Document TESTS makefile variable.
1277
5dd3176f
DE
12782014-02-18 Doug Evans <dje@google.com>
1279
1280 * Makefile.in (check-parallel): rm -rf outputs temp.
1281
0b10be4f
JK
12822014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1283
1284 Fix "ERROR: no fileid for" in the testsuite.
1285 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1286
85f224e7
DE
12872014-02-12 Doug Evans <dje@google.com>
1288
1289 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1290 (MISCELLANEOUS): New variable.
1291 (clean): rm -rf $(MISCELLANEOUS).
1292 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1293 dwp live in the same directory as symlinks, with each symlink pointed
1294 to a differently named file in a different directory.
1295
149b30ff
DE
12962014-02-11 Doug Evans <dje@google.com>
1297
1298 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1299 of Tcl file commands.
1300
1dfdac32
MK
13012014-02-10 Mark Kettenis <kettenis@gnu.org>
1302
1303 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1304 "kill -SIGUSR1 -1".
1305
aa4fb036
JB
13062014-02-10 Joel Brobecker <brobecker@adacore.com>
1307
1308 * gdb.ada/tick_length_array_enum_idx: New testcase.
1309
ed3ef339
DE
13102014-02-10 Doug Evans <xdje42@gmail.com>
1311
1312 * configure.ac (AC_OUTPUT): Add gdb.guile.
1313 * configure: Regenerate.
1314 * lib/gdb-guile.exp: New file.
1315 * lib/gdb.exp (get_target_charset): New function.
1316 * gdb.base/help.exp: Update expected output from "apropos apropos".
1317 * gdb.guile/Makefile.in: New file.
1318 * gdb.guile/guile.exp: New file.
1319 * gdb.guile/scm-arch.c: New file.
1320 * gdb.guile/scm-arch.exp: New file.
1321 * gdb.guile/scm-block.c: New file.
1322 * gdb.guile/scm-block.exp: New file.
1323 * gdb.guile/scm-breakpoint.c: New file.
1324 * gdb.guile/scm-breakpoint.exp: New file.
1325 * gdb.guile/scm-disasm.c: New file.
1326 * gdb.guile/scm-disasm.exp: New file.
1327 * gdb.guile/scm-equal.c: New file.
1328 * gdb.guile/scm-equal.exp: New file.
1329 * gdb.guile/scm-error.exp: New file.
1330 * gdb.guile/scm-error.scm: New file.
1331 * gdb.guile/scm-frame-args.c: New file.
1332 * gdb.guile/scm-frame-args.exp: New file.
1333 * gdb.guile/scm-frame-args.scm: New file.
1334 * gdb.guile/scm-frame-inline.c: New file.
1335 * gdb.guile/scm-frame-inline.exp: New file.
1336 * gdb.guile/scm-frame.c: New file.
1337 * gdb.guile/scm-frame.exp: New file.
1338 * gdb.guile/scm-generics.exp: New file.
1339 * gdb.guile/scm-gsmob.exp: New file.
1340 * gdb.guile/scm-iterator.c: New file.
1341 * gdb.guile/scm-iterator.exp: New file.
1342 * gdb.guile/scm-math.c: New file.
1343 * gdb.guile/scm-math.exp: New file.
1344 * gdb.guile/scm-objfile-script-gdb.in: New file.
1345 * gdb.guile/scm-objfile-script.c: New file.
1346 * gdb.guile/scm-objfile-script.exp: New file.
1347 * gdb.guile/scm-objfile.c: New file.
1348 * gdb.guile/scm-objfile.exp: New file.
1349 * gdb.guile/scm-ports.exp: New file.
1350 * gdb.guile/scm-pretty-print.c: New file.
1351 * gdb.guile/scm-pretty-print.exp: New file.
1352 * gdb.guile/scm-pretty-print.scm: New file.
1353 * gdb.guile/scm-section-script.c: New file.
1354 * gdb.guile/scm-section-script.exp: New file.
1355 * gdb.guile/scm-section-script.scm: New file.
1356 * gdb.guile/scm-symbol.c: New file.
1357 * gdb.guile/scm-symbol.exp: New file.
1358 * gdb.guile/scm-symtab-2.c: New file.
1359 * gdb.guile/scm-symtab.c: New file.
1360 * gdb.guile/scm-symtab.exp: New file.
1361 * gdb.guile/scm-type.c: New file.
1362 * gdb.guile/scm-type.exp: New file.
1363 * gdb.guile/scm-value-cc.cc: New file.
1364 * gdb.guile/scm-value-cc.exp: New file.
1365 * gdb.guile/scm-value.c: New file.
1366 * gdb.guile/scm-value.exp: New file.
1367 * gdb.guile/source2.scm: New file.
1368 * gdb.guile/types-module.cc: New file.
1369 * gdb.guile/types-module.exp: New file.
1370
7026a7c1
YQ
13712014-02-10 Yao Qi <yao@codesourcery.com>
1372
1373 PR testsuite/16543
1374 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1375 * configure: Regenerated.
1376 * Makefile.in: New file.
1377
6c466447
AS
13782014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1379
1380 * gdb.python/py-framefilter.exp: Fix typo.
1381
6e854735
YQ
13822014-02-08 Yao Qi <yao@codesourcery.com>
1383
1384 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1385 that no =breakpoint-modified is emitted when breakpoints are
1386 modified through MI commands.
1387
d137e6dc
PA
13882014-02-07 Pedro Alves <pedro@codesourcery.com>
1389 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.threads/step-after-sr-lock.c: New file.
1392 * gdb.threads/step-after-sr-lock.exp: New file.
1393
b5ee5a50
PA
13942014-02-07 Pedro Alves <palves@redhat.com>
1395
1396 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1397
3c77faf3
JK
13982014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1401 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1402
6dddc817
DE
14032014-02-06 Doug Evans <xdje42@gmail.com>
1404
1405 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1406 output.
1407
1408 * gdb.gdb/python-interrupts.exp: New file.
1409
de7b2893
YQ
14102014-02-05 Yao Qi <yao@codesourcery.com>
1411
1412 * gdb.trace/report.exp (use_collected_data): Test the output
1413 of "info threads" and "info inferiors".
1414
66d032ac
YQ
14152014-02-05 Yao Qi <yao@codesourcery.com>
1416
1417 Revert this patch:
1418
1419 2013-05-24 Yao Qi <yao@codesourcery.com>
1420
1421 * gdb.trace/tfile.exp: Test inferior and thread.
1422
591a12a1
UW
14232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1424
1425 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1426 on a function.
1427 * gdb.base/step-bt.c: Call hello via function pointer to make
1428 sure its first instruction is executed on powerpc64le-linux.
1429
0ff3e01f
UW
14302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1431
1432 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1433
084ee545
UW
14342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1435
1436 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1437 of the test patterns for use on little-endian systems.
1438
6ed14ff3
UW
14392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1440
1441 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1442 (decimal_vector): Fix for little-endian.
1443
401e27fd
JM
14442014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1445
1446 * gdb.arch/sparc-sysstep.exp: New file.
1447 * gdb.arch/sparc-sysstep.c: Likewise.
1448
1449 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1450
8b924729
EBM
14512014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1452
1453 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1454
fb151210
JB
14552014-01-23 Tom Tromey <tromey@redhat.com>
1456
1457 * gdb.ada/array_char_idx: New testcase.
1458
0740f8d8
TT
14592014-01-23 Tom Tromey <tromey@redhat.com>
1460
1461 PR python/16487:
1462 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1463 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1464 classes.
1465
21909fa1
TT
14662014-01-23 Tom Tromey <tromey@redhat.com>
1467
1468 PR python/16491:
1469 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1470 string from an inferior frame.
1471 * gdb.python/py-framefilter-mi.exp: Update.
1472
87ce2a04
DE
14732014-01-22 Doug Evans <dje@google.com>
1474
1475 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1476
237b092b
AA
14772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1478
1479 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1480
d674a709
AA
14812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1482
1483 * gdb.trace/entry-values.exp: Remove excess space character from
1484 regex patterns. Handle s390 call instruction.
1485
20fa3390
AA
14862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1487
1488 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1489 define "*_start" label. Make "name" static.
1490 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1491 ${name} by references to ${name}_start.
1492
78466714
AA
14932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1494
1495 * gdb.base/info-macros.exp: Remove "debug" from the compile
1496 options.
1497
ec9f644a
IB
14982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1499
1500 * gdb.dlang/demangle.exp: New file.
1501
94b1b47e
IB
15022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1503
1504 * gdb.dlang/primitive-types.exp: New file.
1505
7f420862
IB
15062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1507
1508 * configure.ac: Create gdb.dlang/Makefile.
1509 * configure: Regenerate.
1510 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1511 * gdb.dlang/Makefile.in: New file.
1512 * lib/d-support.exp: New file.
1513 * lib/gdb.exp (skip_d_tests): New proc.
1514
52834460
MM
15152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1516
1517 * gdb.btrace/delta.exp: Check reverse stepi.
1518 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1519 * gdb.btrace/finish.exp: New.
1520 * gdb.btrace/next.exp: New.
1521 * gdb.btrace/nexti.exp: New.
1522 * gdb.btrace/record_goto.c: Add comments.
1523 * gdb.btrace/step.exp: New.
1524 * gdb.btrace/stepi.exp: New.
1525 * gdb.btrace/multi-thread-step.c: New.
1526 * gdb.btrace/multi-thread-step.exp: New.
1527 * gdb.btrace/rn-dl-bind.c: New.
1528 * gdb.btrace/rn-dl-bind.exp: New.
1529 * gdb.btrace/data.c: New.
1530 * gdb.btrace/data.exp: New.
1531 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1532
6e07b1d2
MM
15332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1534
1535 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1536 * gdb.btrace/exception.exp: Update.
1537 * gdb.btrace/instruction_history.exp: Update.
1538 * gdb.btrace/record_goto.exp: Update.
1539 * gdb.btrace/tailcall.exp: Update.
1540 * gdb.btrace/unknown_functions.exp: Update.
1541 * gdb.btrace/delta.exp: New.
1542
0b722aec
MM
15432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1544
1545 * gdb.btrace/record_goto.exp: Add backtrace test.
1546 * gdb.btrace/tailcall.exp: Add backtrace test.
1547
066ce621
MM
15482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1549
1550 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1551 * gdb.btrace/record_goto.c: New.
1552 * gdb.btrace/record_goto.exp: New.
1553 * gdb.btrace/x86-record_goto.S: New.
1554
0688d04e
MM
15552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1556
1557 * gdb.btrace/function_call_history.exp: Update tests.
1558 * gdb.btrace/instruction_history.exp: Update tests.
1559
8710b709
MM
15602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1561
1562 * gdb.btrace/function_call_history.exp: Fix expected field
1563 order for "record function-call-history".
1564 Add new tests for "record function-call-history /c".
1565 * gdb.btrace/exception.cc: New.
1566 * gdb.btrace/exception.exp: New.
1567 * gdb.btrace/tailcall.exp: New.
1568 * gdb.btrace/x86-tailcall.S: New.
1569 * gdb.btrace/x86-tailcall.c: New.
1570 * gdb.btrace/unknown_functions.c: New.
1571 * gdb.btrace/unknown_functions.exp: New.
1572 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1573
5de9129b
MM
15742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1575
1576 * gdb.btrace/instruction_history.exp: Update.
1577 * gdb.btrace/function_call_history.exp: Update.
1578
23a7fe75
MM
15792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1580
1581 * gdb.btrace/function_call_history.exp: Fix expected function
1582 trace.
1583 * gdb.btrace/instruction_history.exp: Initialize traced.
1584 Remove traced_functions.
1585
724c7dd8
MM
15862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1587
1588 * gdb.btrace/function_call_history.exp: Update
1589 * gdb.btrace/instruction_history.exp: Update.
1590
6d78d93b
MM
15912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1592
1593 * gdb.btrace/enable.exp: Update expected text.
1594
93a360cc
OJ
15952014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1596
1597 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1598 bytes.
1599
3772b53f
MR
16002014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1601
1602 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1603
596662fa
OJ
16042014-01-15 Omair Javaid <omair.javaid@linaro.org>
1605
1606 * lib/gdb.exp (supports_process_record): Return true for
1607 arm*-linux*. (supports_reverse): Likewise.
1608
b5b08fb4
SC
16092014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1610
1611 PR python/15464
1612 PR python/16113
1613 * gdb.python/py-type.c: Enhance test case.
1614 * gdb.python/py-value-cc.cc: Likewise
1615 * gdb.python/py-type.exp: Add new tests.
1616 * gdb.python/py-value-cc.exp: Likewise
1617
52d7fb13
AA
16182014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1619 Pedro Alves <palves@redhat.com>
1620
1621 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1622 Make "name" extern.
1623 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1624 references to ${name}_start by references to ${name}.
1625
a2cd8cfe
JB
16262014-01-10 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1629
4e23fced
JB
16302014-01-10 Joel Brobecker <brobecker@adacore.com>
1631
1632 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1633
c6a9e42c
PA
16342014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1635 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.mi/mi-info-os.exp: Connect to the target with
1638 mi_gdb_target_load.
1639
b7ea362b
PA
16402014-01-08 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.threads/reconnect-signal.c: New file.
1643 * gdb.threads/reconnect-signal.exp: New file.
1644
5e3f4fab
EBM
16452014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 * gdb.base/source-dir.exp: New file.
1648
79301218
JB
16492014-01-07 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.ada/mi_interface: New testcase.
1652
8e355c5d
JB
16532014-01-07 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1656 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1657 gdb.ada/pp-rec-component/pck.ads: New files.
1658
c0d48811
JB
16592014-01-07 Joel Brobecker <brobecker@adacore.com>
1660
1661 * gdb.python/py-pp-integral.c: New file.
1662 * gdb.python/py-pp-integral.py: New file.
1663 * gdb.python/py-pp-integral.exp: New file.
1664
17b609c3 1665For older changes see ChangeLog-1993-2013.
c906108c 1666\f
8d8cb839
EZ
1667;; Local Variables:
1668;; mode: change-log
1669;; left-margin: 8
1670;; fill-column: 74
1671;; version-control: never
1672;; End:
902f2ccb 1673
14f8b115 1674 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1675 Copying and distribution of this file, with or without modification,
1676 are permitted provided the copyright notice and this notice are preserved.