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