Delete scm-generics.exp.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-06-04 Doug Evans <xdje42@gmail.com>
2
3 * gdb.guile/scm-generics.exp: Delete.
4
5 2014-06-04 Doug Evans <xdje42@gmail.com>
6
7 * gdb.guile/scm-breakpoint.exp: Update.
8 Add tests for breakpoint registration.
9
10 2014-06-04 Tom Tromey <tromey@redhat.com>
11
12 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13 VLA-in-union.
14 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15 inner_vla_struct, vla_union types. Initialize objects of those
16 types and compute their sizes.
17
18 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19 Hui Zhu <hui@codesourcery.com>
20
21 * gdb.base/fileio.exp: Add test for shell not available as well as
22 available.
23 * gdb.base/fileio.c (test_system): Check for shell twice.
24
25 2014-06-04 Yao Qi <yao@codesourcery.com>
26
27 * gdb.base/auto-connect-native-target.exp: Remove redundant
28 space from the regexp pattern.
29
30 2014-06-04 Yao Qi <yao@codesourcery.com>
31
32 * gdb.base/default.exp: Replace "child" with "native" in
33 regexp pattern.
34
35 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
36
37 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
38 * gdb.python/py-xmethods.exp: New tests to test xmethods.
39 * gdb.python/py-xmethods.py: Python script supporting the
40 new testcase and tests.
41
42 2014-06-03 Joel Brobecker <brobecker@adacore.com>
43 Pedro Alves <palves@redhat.com>
44
45 PR breakpoints/17000
46 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
47 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
48
49 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
50
51 * gdb.base/subst.exp: Add tests to verify partial path matching
52 output.
53
54 2014-06-03 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
57 target that doesn't use software single-stepping.
58
59 2014-06-03 Pedro Alves <palves@redhat.com>
60
61 PR breakpoints/17000
62 * gdb.base/sss-bp-on-user-bp-2.c: New file.
63 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
64
65 2014-06-02 Doug Evans <xdje42@gmail.com>
66
67 * gdb.guile/scm-parameter.exp: New file.
68
69 2014-06-02 Doug Evans <xdje42@gmail.com>
70
71 * gdb.guile/scm-cmd.c: New file.
72 * gdb.guile/scm-cmd.exp: New file.
73
74 2014-06-02 Doug Evans <xdje42@gmail.com>
75
76 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
77 pretty-printer lookup.
78 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
79 (make-pp_s-printer): Call it.
80 (make-pretty-printer-from-dict): New function.
81 (lookup-pretty-printer-maker-from-dict): New function.
82 (*pretty-printer*): Simplify.
83 (make-objfile-pp_s-printer): New function.
84 (install-objfile-pretty-printers!): New function.
85 (make-progspace-pp_s-printer): New function.
86 (install-progspace-pretty-printers!): New function.
87 * gdb.guile/scm-progspace.c: New file.
88 * gdb.guile/scm-progspace.exp: New file.
89
90 2014-06-02 Pedro Alves <palves@redhat.com>
91
92 * gdb.base/dprintf-bp-same-addr.c: New file.
93 * gdb.base/dprintf-bp-same-addr.exp: New file.
94
95 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
96
97 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
98 * gdb.arch/powerpc-power.s: Likewise.
99
100 2014-06-02 Joel Brobecker <brobecker@adacore.com>
101
102 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
103
104 2014-06-01 Yao Qi <yao@codesourcery.com>
105
106 * gdb.base/watchpoint.exp (test_watch_location): Check null
107 pointer can be dereferenced. If not, do the test, otherwise
108 skip it.
109
110 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
111
112 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
113 results.
114 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
115
116 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
117
118 * gdb.arch/amd64-invalid-stack-middle.S: New file.
119 * gdb.arch/amd64-invalid-stack-middle.c: New file.
120 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
121 * gdb.arch/amd64-invalid-stack-top.c: New file.
122 * gdb.arch/amd64-invalid-stack-top.exp: New file.
123
124 2014-05-30 Pedro Alves <palves@redhat.com>
125
126 PR breakpoints/17000
127 * gdb.base/sss-bp-on-user-bp.c: New file.
128 * gdb.base/sss-bp-on-user-bp.exp: New file.
129
130 2014-05-30 David Blaikie <dblaikie@gmail.com>
131
132 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
133 gnu_inline semantics via attribute.
134 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
135 source explicitly specifies the required semantics.
136
137 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
138
139 * gdb.reverse/sigall-reverse.exp: Fix a typo.
140
141 2014-05-29 Pedro Alves <palves@redhat.com>
142 Tom Tromey <tromey@redhat.com>
143
144 * gdb.base/async-shell.exp: Don't enable target-async.
145 * gdb.base/async.exp
146 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
147 parameter. Adjust.
148 (top level): Don't test with "target-async".
149 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
150 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
151 * gdb.base/inferior-died.exp: Don't enable target-async.
152 * gdb.base/interrupt-noterm.exp: Likewise.
153 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
154 * gdb.mi/mi-nonstop-exit.exp: Likewise.
155 * gdb.mi/mi-nonstop.exp: Likewise.
156 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
157 * gdb.mi/mi-nsintrall.exp: Likewise.
158 * gdb.mi/mi-nsmoribund.exp: Likewise.
159 * gdb.mi/mi-nsthrexec.exp: Likewise.
160 * gdb.mi/mi-watch-nonstop.exp: Likewise.
161 * gdb.multi/watchpoint-multi.exp: Adjust comment.
162 * gdb.python/py-evsignal.exp: Don't enable target-async.
163 * gdb.python/py-evthreads.exp: Likewise.
164 * gdb.python/py-prompt.exp: Likewise.
165 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
166 * gdb.server/solib-list.exp: Don't enable target-async.
167 * gdb.threads/thread-specific-bp.exp: Likewise.
168 * lib/mi-support.exp: Adjust to use mi-async.
169
170 2014-05-29 Pedro Alves <palves@redhat.com>
171
172 PR gdb/13860
173 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
174 reason, even in sync mode.
175
176 2014-05-29 Pedro Alves <palves@redhat.com>
177 Hui Zhu <hui@codesourcery.com>
178
179 PR PR15693
180 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
181 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
182 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
183 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
184
185 2014-05-28 Joel Brobecker <brobecker@adacore.com>
186
187 * config/monitor.exp (gdb_target_monitor): Replace use of
188 "set remotebaud" by "set serial baud".
189
190 2014-05-26 Andy Wingo <wingo@igalia.com>
191
192 * gdb.guile/scm-breakpoint.exp:
193 * gdb.guile/scm-gsmob.exp: Update to use plain old object
194 properties instead of gdb-object-properties.
195
196 2014-05-26 Yao Qi <yao@codesourcery.com>
197
198 * gdb.server/no-thread-db.exp: Specify source file name
199 explicitly when setting a breakpoint.
200
201 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
202
203 * gdb.btrace/vdso.c: New.
204 * gdb.btrace/vdso.exp: New.
205
206 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
207
208 * gdb.base/gcore.exp (capture_command_output): Move ...
209 * lib/gdb.exp (capture_command_output): ... here.
210
211 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
212
213 * gdb.btrace/data.exp: Test memory access during btrace replay.
214
215 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
216
217 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
218
219 2014-05-21 Pedro Alves <palves@redhat.com>
220
221 PR gdb/13860
222 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
223 (top level): Test that output related to execution commands is
224 sent to the console with CLI commands, but not with MI commands.
225 Test that breakpoint events are always mirrored to the console.
226 Also expect the new source line to be output after a "next" in
227 async mode too. Make it a pass/fail test.
228 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
229 output.
230 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
231
232 2014-05-21 Pedro Alves <palves@redhat.com>
233
234 * gdb.base/list.exp (build_pattern, test_list): New procedures.
235 Use them to test variations of "list" after reaching a breakpoint.
236 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
237 Test "list" with listsize 10 after reaching a breakpoint.
238 * gdb.python/python.exp (decode_line current location line
239 number): Adjust expected line number.
240
241 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
242
243 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
244 behavior for $args, pass it directly to "run".
245
246 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
247
248 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
249 30000 to 65536.
250
251 2014-05-21 Pedro Alves <palves@redhat.com>
252
253 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
254 auto-connect-native-target off".
255 * gdb.base/auto-connect-native-target.c: New file.
256 * gdb.base/auto-connect-native-target.exp: New file.
257
258 2014-05-21 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/default.exp: Test "target native" instead of "target
261 child".
262
263 2014-05-21 Mark Wielaard <mjw@redhat.com>
264
265 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
266
267 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 Fix TLS access for -static -pthread.
270 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
271 <HAVE_TLS> (thread_function, main): Initialize it.
272 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
273 Add clean_restart.
274 <$have_tls != "">: Check TLSVAR.
275
276 2014-05-21 Pedro Alves <palves@redhat.com>
277
278 * gdb.base/dcache-line-read-error.c: New.
279 * gdb.base/dcache-line-read-error.exp: New.
280
281 2014-05-20 Pedro Alves <palves@redhat.com>
282
283 * gdb.base/compare-sections.c: New file.
284 * gdb.base/compare-sections.exp: New file.
285
286 2014-05-20 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/break-idempotent.c: New file.
289 * gdb.base/break-idempotent.exp: New file.
290
291 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
292
293 * gdb.btrace/nohist.exp: New.
294
295 2014-05-20 Yao Qi <yao@codesourcery.com>
296
297 * lib/gdb.exp (gdb_init): Set timeout if test file is under
298 gdb.reverse directory and gdb_reverse_timeout exists in board
299 setting.
300 * README: Document gdb_reverse_timeout.
301
302 2014-05-20 Yao Qi <yao@codesourcery.com>
303
304 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
305 'test_file_name'. Treat args as a string instead of a list.
306 (gdb_init): Rename argument 'args' by 'test_file_name'.
307
308 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 * gdb.arch/powerpc-power.exp: New file.
311 * gdb.arch/powerpc-power.s: New file.
312
313 2014-05-16 Doug Evans <dje@google.com>
314
315 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
316 * gdb.base/completion.exp: Check that all expected files exist
317 before doing file completion.
318
319 2014-05-16 Doug Evans <dje@google.com>
320
321 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
322 Update.
323 (do_syscall_tests_without_xml): Update.
324
325 2014-05-16 Pedro Alves <palves@redhat.com>
326
327 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
328 instead of "unknown output after running".
329
330 2014-05-16 Yao Qi <yao@codesourcery.com>
331
332 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
333 file1.txt from host at the end.
334 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
335
336 2014-05-15 Doug Evans <dje@google.com>
337
338 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
339 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
340 loading file. Add test for TU lookup.
341
342 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
343
344 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
345 calling "-exec-arguments" or "set args" before running the
346 inferior.
347
348 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
349
350 * lib/mi-support.exp (mi_expect_stop): Expect message for
351 inferiors that exit with non-zero exit code.
352
353 2014-05-14 Yao Qi <yao@codesourcery.com>
354
355 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
356 match absolute path on remote host.
357 (test_file_list_exec_source_files): Remove "/" from the
358 pattern.
359
360 2014-05-14 Yao Qi <yao@codesourcery.com>
361
362 * boards/local-remote-host-notty.exp (${board}_file): New
363 proc.
364
365 2014-05-07 Kyle McMartin <kyle@redhat.com>
366
367 Pushed by Joel Brobecker <brobecker@adacore.com>.
368 * gdb.arch/aarch64-atomic-inst.c: New file.
369 * gdb.arch/aarch64-atomic-inst.exp: New file.
370
371 2014-05-07 Yao Qi <yao@codesourcery.com>
372
373 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
374 in current context" too.
375
376 2014-05-05 Keith Seitz <keiths@redhat.com>
377
378 * gdb.linespec/ls-dollar.exp: Add test for linespec
379 file:convenience_variable.
380
381 2014-05-05 Yao Qi <yao@codesourcery.com>
382
383 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
384 traceframes into tfile and ctf trace files. Read data from
385 trace file and test collected data.
386 (gdb_collect_locals_test): Likewise.
387 (gdb_unavailable_registers_test): Likewise.
388 (gdb_unavailable_floats): Likewise.
389 (gdb_collect_globals_test): Likewise.
390 (top-level): Append "ctf" to trace_file_targets if GDB
391 supports.
392
393 2014-05-05 Yao Qi <yao@codesourcery.com>
394
395 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
396 code to ...
397 (gdb_collect_args_test_1): ... it. New proc.
398 (gdb_collect_locals_test): Move some code to ...
399 (gdb_collect_locals_test_1): ... it. New proc.
400 (gdb_unavailable_registers_test): Move some code to ...
401 (gdb_unavailable_registers_test_1): ... it. New proc.
402 (gdb_unavailable_floats): Move some code to ...
403 (gdb_unavailable_floats_1): ... it. New proc.
404
405 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
406
407 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
408 probes to test for bitness recognition.
409 * gdb.arch/amd64-stap-optional-prefix.exp
410 (test_probe_value_without_reg): New procedure.
411 Add code to test for different kinds of bitness.
412
413 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
414
415 PR breakpoints/16889
416 * gdb.arch/amd64-stap-optional-prefix.S: New file.
417 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
418
419 2014-05-01 Pedro Alves <palves@redhat.com>
420
421 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
422 gdb_file_cmd if no file is specified.
423 * boards/native-extended-gdbserver.exp (gdb_load): Use the
424 last_loaded_file to set the remote exec-file.
425
426 2014-05-01 Pedro Alves <palves@redhat.com>
427
428 * boards/local-remote-host.exp: New file.
429
430 2014-05-01 Pedro Alves <palves@redhat.com>
431
432 * boards/local-remote-host.exp: Rename to ...
433 * boards/local-remote-host-notty.exp: ... this.
434
435 2014-04-28 Joel Brobecker <brobecker@adacore.com>
436
437 * gdb.ada/dyn_arrayidx: New testcase.
438
439 2014-04-26 Yao Qi <yao@codesourcery.com>
440
441 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
442 and compute the length of function main. Save it in
443 $main_length.
444 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
445 (top-level): Use gdb_compile to compile objects into
446 executable and restart GDB. Remove invocation to
447 prepare_for_testing.
448
449 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
450 Pedro Alves <palves@redhat.com>
451
452 PR server/16255
453 * gdb.multi/multi-attach.c: New file.
454 * gdb.multi/multi-attach.exp: New file.
455
456 2014-04-25 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
459 user.
460 (top level): Test that "set remote conditional-breakpoints-packet
461 off" works as intended.
462 * gdb.base/dprintf.exp: Test that "set remote
463 breakpoint-commands-packet off" works as intended.
464 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
465 New function.
466 (top level): Call it.
467 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
468 remote fast-tracepoints-packet off" works as intended.
469 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
470 * lib/gdb.exp (gdb_is_target_remote): ... here.
471
472 2014-04-24 David Blaikie <dblaikie@gmail.com>
473
474 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
475 ensure clang would not discard them.
476 * gdb.base/gdbvars.c: Ditto.
477 * gdb.base/memattr.c: Ditto.
478 * gdb.base/whatis.c: Ditto.
479 * gdb.python/py-prettyprint.c: Ditto.
480 * gdb.trace/actions.c: Ditto.
481 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
482 ensure clang would not discard it.
483
484 2014-04-24 David Blaikie <dblaikie@gmail.com>
485
486 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
487 clang to emit the full definition of type required by the test
488 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
489
490 2014-04-24 David Blaikie <dblaikie@gmail.com>
491
492 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
493 coax Clang into emitting the definition of the type.
494 * gdb.cp/pr10728-x.h (y): Ditto.
495 * gdb.cp/pr10728-y.cc (y): Ditto.
496
497 2014-04-24 David Blaikie <dblaikie@gmail.com>
498
499 * gdb.base/label.exp: XFAIL label related tests under Clang.
500 * gdb.cp/cplabel.exp: Ditto.
501 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
502 under Clang those using labels.
503
504 2014-04-25 Yao Qi <yao@codesourcery.com>
505
506 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
507 double_label.
508 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
509 partial_label and double_label.
510
511 2014-04-24 David Blaikie <dblaikie@gmail.com>
512
513 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
514
515 2014-04-24 David Blaikie <dblaikie@gmail.com>
516
517 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
518 of the function to work across GCC and Clang.
519 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
520 pointer types (const void ** const V void **).
521
522 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
523 Walfred Tedeschi <walfred.tedeschi@intel.com>
524
525 * Makefile.in (EXECUTABLES): Added i386-avx512.
526 * gdb.arch/i386-avx512.c: New file.
527 * gdb.arch/i386-avx512.exp: Likewise.
528
529 2014-04-23 Keith Seitz <keiths@redhat.com>
530
531 * lib/mi-support.exp (mi_list_breakpoints): Delete.
532 (mi_make_breakpoint_table): New procedure.
533 (mi_create_breakpoint): Use mi_make_breakpoint
534 and return the result.
535 (mi_make_breakpoint): New procedure.
536 (mi_build_kv_pairs): New procedure.
537
538 * gdb.mi/mi-break.exp: Remove unused globals,
539 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
540 All callers updated.
541 * gdb.mi/mi-dprintf.exp: Use variable to track command
542 number.
543 Update all callers of mi_create_breakpoint and use
544 mi_make_breakpoint_table.
545 Remove any unused global variables.
546 * gdb.mi/mi-nonstop.exp: Likewise.
547 * gdb.mi/mi-nsintrall.exp: Likewise.
548 * gdb.mi/mi-nsmoribund.exp: Likewise.
549 * gdb.mi/mi-nsthrexec.exp: Likewise.
550 * gdb.mi/mi-reverse.exp: Likewise.
551 * gdb.mi/mi-simplerun.exp: Likewise.
552 * gdb.mi/mi-stepn.exp: Likewise.
553 * gdb.mi/mi-syn-frame.exp: Likewise.
554 * gdb.mi/mi-until.exp: Likewise.
555 * gdb.mi/mi-var-cp.exp: Likewise.
556 * gdb.mi/mi-var-display.exp: Likewise.
557 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
558 * gdb.mi/mi2-var-child.exp: Likewise.
559 * gdb.mi/mi-vla-c99.exp: Likewise.
560 * lib/mi-support.exp: Likewise.
561
562 From Ian Lance Taylor <iant@cygnus.com>:
563 * lib/gdb.exp (parse_args): New procedure.
564
565 2014-04-23 Pedro Alves <palves@redhat.com>
566
567 * gdb.base/break-unload-file.c: New file.
568 * gdb.base/break-unload-file.exp: New file.
569 * gdb.base/sym-file-lib.c (baz): New function.
570 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
571 field.
572 (load): Store the segment's mapped size.
573 (unload): New function.
574 (unload_shlib): New function.
575 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
576 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
577 set a breakpoint at baz, and call it.
578 * gdb.base/sym-file.exp: New tests for stale breakpoint
579 instructions.
580
581 2014-04-23 Pedro Alves <palves@redhat.com>
582
583 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
584 * gdb.base/hbreak-in-shr-unsupported.c: New file.
585 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
586 * gdb.base/hbreak-unmapped.c: New file.
587 * gdb.base/hbreak-unmapped.exp: New file.
588 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
589 * lib/gdb.exp (gdb_is_target_remote): ... here.
590
591 2014-04-22 Pedro Alves <palves@redhat.com>
592
593 * gdb.base/consecutive-step-over.c: New file.
594 * gdb.base/consecutive-step-over.exp: New file.
595
596 2014-04-22 Pedro Alves <palves@redhat.com>
597
598 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
599 instead of send_gdb/gdb_expect.
600
601 2014-04-22 Yao Qi <yao@codesourcery.com>
602
603 * lib/trace-support.exp (generate_tracefile): New procedure.
604 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
605 return 0.
606 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
607 if generate_tracefile returns 1.
608
609 2014-04-18 Tom Tromey <palves@redhat.com>
610 Pedro alves <tromey@redhat.com>
611
612 PR backtrace/15558
613 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
614 with a backtrace limit.
615 * gdb.python/py-frame-inline.exp: Test running to an inline
616 function with a backtrace limit, and printing the newest frame.
617 * gdb.python/py-frame-inline.c (main): Call f.
618
619 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
620
621 * gdb.java/jnpe.exp: Drop srcdir from untested path.
622
623 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
624
625 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
626 Drop prefix from unsupported source file path.
627
628 2014-04-17 Yao Qi <yao@codesourcery.com>
629
630 * lib/gdb.exp (with_target_charset): New proc.
631 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
632 with_target_charset.
633 (test_print_strings): Likewise.
634 (test_repeat_bytes): Likewise.
635 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
636 for some tests.
637
638 2014-04-16 Keith Seitz <keiths@redhat.com>
639
640 PR gdb/15827
641 * gdb.dwarf2/corrupt.c: New file.
642 * gdb.dwarf2/corrupt.exp: New file.
643
644 2014-04-16 Keith Seitz <keiths@redhat.com>
645
646 PR c++/16597
647 * gdb.cp/namelessclass.cc: New file.
648 * gdb.cp/namelessclass.exp: New file.
649 * gdb.cp/namelessclass.S: New file.
650
651 2014-04-16 Doug Evans <dje@google.com>
652
653 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
654 Add comment.
655 (gdbserver_default_get_comm_port): New function.
656 (gdbserver_start): Check if board file provided
657 "gdbserver,get_comm_port" and use it if so.
658 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
659 (gdb,socketport): Set to "stdio".
660 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
661 (stdio_gdbserver_template): Delete.
662 (${board}_get_remote_address): Update.
663 (${board}_build_remote_cmd): Delete.
664 (${board}_get_comm_port): New function.
665 (${board}_spawn): Update.
666 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
667 Delete.
668 (${board}_get_remote_address): Update.
669 (${board}_get_comm_port): New function.
670
671 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
672
673 * gdb.base/memattr.exp: Improve regexps to handle memory regions
674 appearing in any order.
675
676 2014-04-15 Doug Evans <dje@google.com>
677
678 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
679 uninitialized value of "description".
680
681 2014-04-15 Keith Seitz <keiths@redhat.com>
682
683 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
684 Remove unused globals.
685 (test_running_the_program): Likewise.
686 (test_controlled_execution): Likewise.
687 (test_controlling_breakpoints): Likewise.
688 (test_program_termination): Likewise.
689
690 2014-04-15 Keith Seitz <keiths@redhat.com>
691
692 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
693 unused globals.
694 (test_rbreak_creation_and_listing): Likewise.
695 (test_ignore_count): Likewise.
696 (test_error): Likewise.
697
698 2014-04-15 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
701 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
702 sym-file-loader.c.
703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
705 to sym-file-loader.c.
706 (struct library): Forward declare.
707 (load_shlib, lookup_function): Change prototypes.
708 (find_shstrtab, find_strtab, find_shdr, find_symtab)
709 (translate_offset): Remove declarations.
710 (get_text_addr): New declaration.
711 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
712 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
713 sym-file-loader.h.
714 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
715 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
716 here from sym-file-loader.h.
717 (struct library): New structure.
718 (load_shlib, lookup_function): Change prototypes and adjust to
719 work with a struct library.
720 (find_shstrtab, find_strtab, find_shdr, find_symtab)
721 (translate_offset): Make static.
722 (get_text_addr): New function.
723 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
724
725 2014-04-15 Pedro Alves <palves@redhat.com>
726
727 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
728
729 2014-04-15 Pedro Alves <palves@redhat.com>
730
731 * gdb.base/sym-file-loader.c: Include <limits.h>.
732 (SELF_LINK): New define.
733 (get_origin): New function.
734 (load_shlib): Use it.
735 * gdb.base/sym-file.exp: Don't early return if the target is
736 remote. Use runto_main, and issue fail is that fails. Use
737 gdb_load_shlibs.
738 (shlib_name): Delete.
739 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
740
741 2014-04-15 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/sym-file.exp: Remove regex characters from test
744 message. Don't refer to breakpoint numbers in test messages.
745
746 2014-04-14 Keith Seitz <keiths@redhat.com>
747
748 PR c++/16253
749 * gdb.cp/var-tag.cc: New file.
750 * gdb.cp/var-tag.exp: New file.
751 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
752 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
753 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
754 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
755
756 2014-04-14 Tom Tromey <tromey@redhat.com>
757
758 * gdb.cp/classes.exp (test_enums): Handle underlying type.
759 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
760 type.
761 * gdb.cp/enum-class.exp: New file.
762 * gdb.cp/enum-class.cc: New file.
763
764 2014-04-14 Tom Tromey <tromey@redhat.com>
765
766 * gdb.dwarf2/enum-type.exp: New file.
767
768 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
769
770 * gdb.mi/mi-vla-c99.exp: New file.
771 * gdb.mi/vla.c: New file.
772
773 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
774
775 * gdb.base/vla-datatypes.c: New file.
776 * gdb.base/vla-datatypes.exp: New file.
777
778 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
779
780 * gdb.base/vla-ptr.c: New file.
781 * gdb.base/vla-ptr.exp: New file.
782
783 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
784
785 * gdb.dwarf2/count.exp: New file.
786
787 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
788
789 * gdb.base/vla-sideeffect.c: New file.
790 * gdb.base/vla-sideeffect.exp: New file.
791
792 2014-04-14 David Blaikie <dblaikie@gmail.com>
793
794 * gdb.mi/non-stop.c: Add return value for non-void function return
795 statement.
796 * gdb.threads/staticthreads.c: Ditto.
797
798 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
799 Doug Evans <xdje42@gmail.com>
800
801 * gdb.guile/scm-value.c: Improve test case.
802 * gdb.guile/scm-value.exp: Add new test.
803
804 2014-04-11 David Blaikie <dblaikie@gmail.com>
805
806 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
807 override Clang's default.
808
809 2014-04-11 Joel Brobecker <brobecker@adacore.com>
810
811 Revert the following changes (regressions):
812
813 * gdb.base/vla-sideeffect.c: New file.
814 * gdb.base/vla-sideeffect.exp: New file.
815
816 * gdb.dwarf2/count.exp: New file.
817
818 * gdb.base/vla-multi.c: New file.
819 * gdb.base/vla-multi.exp: New file.
820
821 * gdb.base/vla-ptr.c: New file.
822 * gdb.base/vla-ptr.exp: New file.
823
824 * gdb.base/vla-datatypes.c: New file.
825 * gdb.base/vla-datatypes.exp: New file.
826
827 * gdb.mi/mi-vla-c99.exp: New file.
828 * gdb.mi/vla.c: New file.
829
830 2014-04-11 Keith Seitz <keiths@redhat.com>
831
832 PR c++/16675
833 * gdb.cp/cpsizeof.exp: New file.
834 * gdb.cp/cpsizeof.cc: New file.
835
836 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
837
838 * gdb.mi/mi-vla-c99.exp: New file.
839 * gdb.mi/vla.c: New file.
840
841 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
842
843 * gdb.base/vla-datatypes.c: New file.
844 * gdb.base/vla-datatypes.exp: New file.
845
846 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
847
848 * gdb.base/vla-ptr.c: New file.
849 * gdb.base/vla-ptr.exp: New file.
850
851 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
852
853 * gdb.base/vla-multi.c: New file.
854 * gdb.base/vla-multi.exp: New file.
855
856 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
857
858 * gdb.dwarf2/count.exp: New file.
859
860 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
861
862 * gdb.base/vla-sideeffect.c: New file.
863 * gdb.base/vla-sideeffect.exp: New file.
864
865 2014-04-11 Yao Qi <yao@codesourcery.com>
866
867 * gdb.base/completion.exp: Check file exists before running tests
868 on file completion.
869
870 2014-04-10 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/cond-eval-mode.c: New file.
873 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
874 prepare_for_testing to build the new file. Check result of
875 runto_main.
876 (test_break, test_watch): New procedures.
877 (top level): Use them.
878
879 2014-04-08 Pierre Muller <muller@sourceware.org>
880
881 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
882 Ctrl-V use for mingw hosts.
883
884 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
885
886 * gdb.python/py-value.c: Improve test case.
887 * gdb.python/py-value.exp: Add new test.
888
889 2014-04-07 David Blaikie <dblaikie@gmail.com>
890
891 * lib/compiler.c: Identify the clang compiler.
892 * lib/compiler.cc: Ditto.
893
894 2014-04-03 Yao Qi <yao@codesourcery.com>
895
896 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
897
898 2014-04-01 Anton Blanchard <anton@samba.org>
899
900 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
901 messages unique.
902
903 2014-04-01 Anton Blanchard <anton@samba.org>
904
905 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
906 prepare_for_testing.
907
908 2014-04-01 Anton Blanchard <anton@samba.org>
909
910 * gdb.arch/ppc64-atomic-inst.c: Remove.
911 * gdb.arch/ppc64-atomic-inst.S: New file.
912 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
913
914 2014-03-31 Doug Evans <dje@google.com>
915
916 * gdb.base/print-symbol-loading-lib.c: New file.
917 * gdb.base/print-symbol-loading-main.c: New file.
918 * gdb.base/print-symbol-loading.exp: New file.
919
920 2014-03-31 Yao Qi <yao@codesourcery.com>
921
922 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
923
924 2014-03-28 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.ada/mi_dyn_arr: New testcase.
927
928 2014-03-27 Doug Evans <dje@google.com>
929
930 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
931
932 2014-03-27 Yao Qi <yao@codesourcery.com>
933
934 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
935 if target is nios2-*-*.
936
937 2014-03-26 Yao Qi <yao@codesourcery.com>
938
939 * lib/gdb.exp (readline_is_used): New proc.
940 * gdb.base/completion.exp: Move tests on command complete up.
941 Skip the rest of tests if readline is not used.
942 * gdb.ada/complete.exp: Skp the test if readline is not
943 used.
944 * gdb.base/filesym.exp: Likewise.
945 * gdb.base/macscp.exp: Likewise.
946 * gdb.base/readline-ask.exp: Likewise.
947 * gdb.base/readline.exp: Likewise.
948 * gdb.python/py-cmd.exp: Likewise.
949 * gdb.trace/tfile.exp: Likewise.
950
951 2014-03-26 Yao Qi <yao@codesourcery.com>
952
953 * gdb.base/macscp.exp: Fix code format issues.
954
955 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
956
957 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
958 * gdb.asm/powerpc64le.inc: New file.
959
960 2014-03-25 Pedro Alves <palves@redhat.com>
961 Doug Evans <dje@google.com>
962
963 * gdb.base/source-execution.c: New file.
964 * gdb.base/source-execution.exp: New file.
965 * gdb.base/source-execution.gdb: New file.
966
967 2014-03-24 Doug Evans <dje@google.com>
968
969 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
970 using fission.
971
972 2014-03-24 Hui Zhu <hui@codesourcery.com>
973 Pedro Alves <palves@redhat.com>
974
975 PR breakpoints/16101
976 * gdb.base/dprintf.exp: Use unsupported rather than changing the
977 test pass/fail messages. Detect missing support for dprintf when
978 breakpoints are actually inserted.
979 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
980 breakpoints are actually inserted.
981 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
982 fails.
983
984 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
985
986 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
987
988 2014-03-22 Doug Evans <xdje42@gmail.com>
989
990 * gdb.python/python.exp (python not supported): Verify multi-line
991 python command issues an error.
992 * gdb.guile/guile.exp (guile not supported): Verify multi-line
993 guile command issues an error.
994
995 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
996
997 * gdb.threads/thread-specific.exp: Handle the lack of usable
998 $this_breakpoint and $this_thread.
999
1000 2014-03-21 Hui Zhu <hui@codesourcery.com>
1001
1002 * gdb.base/attach.exp (do_command_attach_tests): New.
1003
1004 2014-03-20 Tom Tromey <tromey@redhat.com>
1005 Pedro Alves <palves@redhat.com>
1006
1007 PR cli/15718
1008 * gdb.base/condbreak-call-false.c: New file.
1009 * gdb.base/condbreak-call-false.exp: New file.
1010
1011 2014-03-20 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1014 Delete.
1015 (block_signals, unblock_signals): Delete.
1016 (child_function_2, main): Remove references to deleted variable
1017 and functions.
1018
1019 2014-03-20 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1022 Use pthread_kill to signal thread 2.
1023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1024 Adjust to make the test send itself a signal rather than using the
1025 host's "kill" command.
1026
1027 2014-03-20 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.threads/multiple-step-overs.c: New file.
1030 * gdb.threads/multiple-step-overs.exp: New file.
1031 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1032 Adjust expected infrun debug output.
1033
1034 2014-03-20 Pedro Alves <palves@redhat.com>
1035
1036 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1037 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1038
1039 2014-03-20 Pedro Alves <palves@redhat.com>
1040
1041 PR breakpoints/7143
1042 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1043 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1044 of gdb_test_multiple.
1045 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1046 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1047
1048 2014-03-20 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1051 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1052
1053 2014-03-19 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.base/async.exp: Remove early return.
1056
1057 2014-03-19 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1060
1061 2014-03-19 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.base/async.exp (test_background): Expect \r\n after
1064 "completed." in the fail pattern.
1065
1066 2014-03-19 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/async.exp (test_background): New procedure.
1069 Use it for all background execution command tests.
1070
1071 2014-03-19 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.base/async.exp: Use prepare_for_testing.
1074
1075 2014-03-19 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1078 the same line.
1079
1080 2014-03-19 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.base/async.c (main): Add "jump here" and "until here" line
1083 marker comments.
1084 * gdb.base/async.exp (jump_here): New global.
1085 (jump& test): Use it.
1086 (until_here): New global.
1087 (until& test): Use it.
1088
1089 2014-03-19 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.base/async.exp: Don't frob gdb_protocol.
1092
1093 2014-03-18 Doug Evans <xdje42@gmail.com>
1094
1095 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1096 Fix spelling of exec-done-display.
1097
1098 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1099
1100 PR gdb/15358
1101 * gdb.base/gdb-sigterm.c: New file.
1102 * gdb.base/gdb-sigterm.exp: New file.
1103
1104 2014-03-18 Pedro Alves <palves@redhat.com>
1105
1106 PR gdb/13860
1107 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1108 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1109 solib-event.
1110
1111 2014-03-17 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.ada/pckd_arr_ren: New testcase.
1114
1115 2014-03-13 Doug Evans <xdje42@gmail.com>
1116
1117 PR guile/16612
1118 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1119 collect after discarding symbols.
1120
1121 2014-03-13 Ludovic Courtès <ludo@gnu.org>
1122 Doug Evans <xdje42@gmail.com>
1123
1124 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1125 to history survives a gc.
1126
1127 2014-03-13 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/default.exp: Don't test "target procfs".
1130
1131 2014-03-13 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.base/default.exp: Update "target child" and "target procfs"
1134 tests to not expect "Unix".
1135
1136 2014-03-12 Tom Tromey <tromey@redhat.com>
1137
1138 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1139 New procs. Add target-async tests.
1140 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1141 Add target-async tests.
1142
1143 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1144
1145 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1146 'func_start' and 'func_end' for the beginning and end of the
1147 function code, respectively.
1148 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1149 'func_end' instead of 'func' and 'main'.
1150
1151 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1152
1153 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1154 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1155 generate the debug info assembler source.
1156
1157 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1158
1159 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1160 * gdb.dwarf2/arr-subrange.exp: Likewise.
1161 * gdb.dwarf2/dwz.exp: Likewise.
1162 * gdb.dwarf2/method-ptr.exp: Likewise.
1163 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1164 * gdb.dwarf2/subrange.exp: Likewise.
1165 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1166 * gdb.dwarf2/implptrpiece.exp: Likewise.
1167 * gdb.dwarf2/nostaticblock.exp: Likewise.
1168
1169 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170
1171 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1172 directory to absolute path name arguments.
1173
1174 2014-03-10 Joel Brobecker <brobecker@adacore.com>
1175
1176 * gdb.ada/tagged_access: New testcase.
1177
1178 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1179
1180 * gdb.btrace/data.exp: Update expected output.
1181
1182 2014-03-06 Yao Qi <yao@codesourcery.com>
1183
1184 * gdb.trace/pr16508.exp: New file.
1185
1186 2014-03-05 Pedro Alves <palves@redhat.com>
1187
1188 PR gdb/16575
1189 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1190 procedure.
1191 (top level): Adjust to use it. Add tests that exercise breakpoint
1192 interaction with the code-cache.
1193
1194 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1195
1196 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1197 test for 'history-append!'.
1198
1199 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1200
1201 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1202 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1203 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1204 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1205 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1206 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1207
1208 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1209
1210 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1211 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1212 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1213
1214 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1215
1216 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1217
1218 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1219
1220 * gdb.dwarf2/arr-stride.c: New file.
1221 * gdb.dwarf2/arr-stride.exp: New file.
1222
1223 2014-02-26 Pedro Alves <palves@redhat.com>
1224
1225 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1226 that won't ever trigger. Make sure that GDB reports the correct
1227 breakpoint that caused the stop.
1228
1229 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 PR gdb/16626
1232 * gdb.base/auto-load-script: New file.
1233 * gdb.base/auto-load.c: New file.
1234 * gdb.base/auto-load.exp: New file.
1235
1236 PR gdb/16626
1237 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1238
1239 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1240
1241 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1242 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1243
1244 2014-02-24 Doug Evans <dje@google.com>
1245
1246 * lib/gdb.exp (run_on_host): Log error output if program fails.
1247
1248 2014-02-21 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.threads/step-after-sr-lock.c: Rename to ...
1251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1252 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1253 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1254 ... this.
1255
1256 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1257
1258 PR tdep/16397
1259 * gdb.arch/amd64-stap-special-operands.exp: New file.
1260 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1261 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1262 * gdb.arch/amd64-stap-triplet.S: Likewise.
1263 * gdb.arch/amd64-stap-triplet.c: Likewise.
1264
1265 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1266
1267 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1268 in .section pseudo-op.
1269
1270 2014-02-20 lin zuojian <manjian2006@gmail.com>
1271 Joel Brobecker <brobecker@adacore.com>
1272 Doug Evans <xdje42@gmail.com>
1273
1274 PR symtab/16581
1275 * gdb.dwarf2/dw2-icycle.S: New file.
1276 * gdb.dwarf2/dw2-icycle.c: New file.
1277 * gdb.dwarf2/dw2-icycle.exp: New file.
1278
1279 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1280
1281 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1282 operations on gdb.Value objects.
1283 * gdb.python/py-value-cc.exp: Add new test to test operations on
1284 gdb.Value objects.
1285
1286 2014-02-18 Doug Evans <dje@google.com>
1287
1288 * Makefile.in (TESTS): New variable.
1289 (expanded_tests, expanded_tests_or_none): New variables
1290 (check-single): Pass $(expanded_tests_or_none) to runtest.
1291 (check-parallel): Only run tests in $(TESTS) if non-empty.
1292 (check/no-matching-tests-found): New rule.
1293 * README: Document TESTS makefile variable.
1294
1295 2014-02-18 Doug Evans <dje@google.com>
1296
1297 * Makefile.in (check-parallel): rm -rf outputs temp.
1298
1299 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1300
1301 Fix "ERROR: no fileid for" in the testsuite.
1302 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1303
1304 2014-02-12 Doug Evans <dje@google.com>
1305
1306 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1307 (MISCELLANEOUS): New variable.
1308 (clean): rm -rf $(MISCELLANEOUS).
1309 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1310 dwp live in the same directory as symlinks, with each symlink pointed
1311 to a differently named file in a different directory.
1312
1313 2014-02-11 Doug Evans <dje@google.com>
1314
1315 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1316 of Tcl file commands.
1317
1318 2014-02-10 Mark Kettenis <kettenis@gnu.org>
1319
1320 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1321 "kill -SIGUSR1 -1".
1322
1323 2014-02-10 Joel Brobecker <brobecker@adacore.com>
1324
1325 * gdb.ada/tick_length_array_enum_idx: New testcase.
1326
1327 2014-02-10 Doug Evans <xdje42@gmail.com>
1328
1329 * configure.ac (AC_OUTPUT): Add gdb.guile.
1330 * configure: Regenerate.
1331 * lib/gdb-guile.exp: New file.
1332 * lib/gdb.exp (get_target_charset): New function.
1333 * gdb.base/help.exp: Update expected output from "apropos apropos".
1334 * gdb.guile/Makefile.in: New file.
1335 * gdb.guile/guile.exp: New file.
1336 * gdb.guile/scm-arch.c: New file.
1337 * gdb.guile/scm-arch.exp: New file.
1338 * gdb.guile/scm-block.c: New file.
1339 * gdb.guile/scm-block.exp: New file.
1340 * gdb.guile/scm-breakpoint.c: New file.
1341 * gdb.guile/scm-breakpoint.exp: New file.
1342 * gdb.guile/scm-disasm.c: New file.
1343 * gdb.guile/scm-disasm.exp: New file.
1344 * gdb.guile/scm-equal.c: New file.
1345 * gdb.guile/scm-equal.exp: New file.
1346 * gdb.guile/scm-error.exp: New file.
1347 * gdb.guile/scm-error.scm: New file.
1348 * gdb.guile/scm-frame-args.c: New file.
1349 * gdb.guile/scm-frame-args.exp: New file.
1350 * gdb.guile/scm-frame-args.scm: New file.
1351 * gdb.guile/scm-frame-inline.c: New file.
1352 * gdb.guile/scm-frame-inline.exp: New file.
1353 * gdb.guile/scm-frame.c: New file.
1354 * gdb.guile/scm-frame.exp: New file.
1355 * gdb.guile/scm-generics.exp: New file.
1356 * gdb.guile/scm-gsmob.exp: New file.
1357 * gdb.guile/scm-iterator.c: New file.
1358 * gdb.guile/scm-iterator.exp: New file.
1359 * gdb.guile/scm-math.c: New file.
1360 * gdb.guile/scm-math.exp: New file.
1361 * gdb.guile/scm-objfile-script-gdb.in: New file.
1362 * gdb.guile/scm-objfile-script.c: New file.
1363 * gdb.guile/scm-objfile-script.exp: New file.
1364 * gdb.guile/scm-objfile.c: New file.
1365 * gdb.guile/scm-objfile.exp: New file.
1366 * gdb.guile/scm-ports.exp: New file.
1367 * gdb.guile/scm-pretty-print.c: New file.
1368 * gdb.guile/scm-pretty-print.exp: New file.
1369 * gdb.guile/scm-pretty-print.scm: New file.
1370 * gdb.guile/scm-section-script.c: New file.
1371 * gdb.guile/scm-section-script.exp: New file.
1372 * gdb.guile/scm-section-script.scm: New file.
1373 * gdb.guile/scm-symbol.c: New file.
1374 * gdb.guile/scm-symbol.exp: New file.
1375 * gdb.guile/scm-symtab-2.c: New file.
1376 * gdb.guile/scm-symtab.c: New file.
1377 * gdb.guile/scm-symtab.exp: New file.
1378 * gdb.guile/scm-type.c: New file.
1379 * gdb.guile/scm-type.exp: New file.
1380 * gdb.guile/scm-value-cc.cc: New file.
1381 * gdb.guile/scm-value-cc.exp: New file.
1382 * gdb.guile/scm-value.c: New file.
1383 * gdb.guile/scm-value.exp: New file.
1384 * gdb.guile/source2.scm: New file.
1385 * gdb.guile/types-module.cc: New file.
1386 * gdb.guile/types-module.exp: New file.
1387
1388 2014-02-10 Yao Qi <yao@codesourcery.com>
1389
1390 PR testsuite/16543
1391 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1392 * configure: Regenerated.
1393 * Makefile.in: New file.
1394
1395 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1396
1397 * gdb.python/py-framefilter.exp: Fix typo.
1398
1399 2014-02-08 Yao Qi <yao@codesourcery.com>
1400
1401 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1402 that no =breakpoint-modified is emitted when breakpoints are
1403 modified through MI commands.
1404
1405 2014-02-07 Pedro Alves <pedro@codesourcery.com>
1406 Pedro Alves <palves@redhat.com>
1407
1408 * gdb.threads/step-after-sr-lock.c: New file.
1409 * gdb.threads/step-after-sr-lock.exp: New file.
1410
1411 2014-02-07 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1414
1415 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1418 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1419
1420 2014-02-06 Doug Evans <xdje42@gmail.com>
1421
1422 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1423 output.
1424
1425 * gdb.gdb/python-interrupts.exp: New file.
1426
1427 2014-02-05 Yao Qi <yao@codesourcery.com>
1428
1429 * gdb.trace/report.exp (use_collected_data): Test the output
1430 of "info threads" and "info inferiors".
1431
1432 2014-02-05 Yao Qi <yao@codesourcery.com>
1433
1434 Revert this patch:
1435
1436 2013-05-24 Yao Qi <yao@codesourcery.com>
1437
1438 * gdb.trace/tfile.exp: Test inferior and thread.
1439
1440 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1441
1442 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1443 on a function.
1444 * gdb.base/step-bt.c: Call hello via function pointer to make
1445 sure its first instruction is executed on powerpc64le-linux.
1446
1447 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1448
1449 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1450
1451 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1452
1453 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1454 of the test patterns for use on little-endian systems.
1455
1456 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1457
1458 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1459 (decimal_vector): Fix for little-endian.
1460
1461 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1462
1463 * gdb.arch/sparc-sysstep.exp: New file.
1464 * gdb.arch/sparc-sysstep.c: Likewise.
1465
1466 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1467
1468 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1469
1470 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1471
1472 2014-01-23 Tom Tromey <tromey@redhat.com>
1473
1474 * gdb.ada/array_char_idx: New testcase.
1475
1476 2014-01-23 Tom Tromey <tromey@redhat.com>
1477
1478 PR python/16487:
1479 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1480 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1481 classes.
1482
1483 2014-01-23 Tom Tromey <tromey@redhat.com>
1484
1485 PR python/16491:
1486 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1487 string from an inferior frame.
1488 * gdb.python/py-framefilter-mi.exp: Update.
1489
1490 2014-01-22 Doug Evans <dje@google.com>
1491
1492 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1493
1494 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1495
1496 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1497
1498 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1499
1500 * gdb.trace/entry-values.exp: Remove excess space character from
1501 regex patterns. Handle s390 call instruction.
1502
1503 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1504
1505 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1506 define "*_start" label. Make "name" static.
1507 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1508 ${name} by references to ${name}_start.
1509
1510 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1511
1512 * gdb.base/info-macros.exp: Remove "debug" from the compile
1513 options.
1514
1515 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1516
1517 * gdb.dlang/demangle.exp: New file.
1518
1519 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1520
1521 * gdb.dlang/primitive-types.exp: New file.
1522
1523 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1524
1525 * configure.ac: Create gdb.dlang/Makefile.
1526 * configure: Regenerate.
1527 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1528 * gdb.dlang/Makefile.in: New file.
1529 * lib/d-support.exp: New file.
1530 * lib/gdb.exp (skip_d_tests): New proc.
1531
1532 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1533
1534 * gdb.btrace/delta.exp: Check reverse stepi.
1535 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1536 * gdb.btrace/finish.exp: New.
1537 * gdb.btrace/next.exp: New.
1538 * gdb.btrace/nexti.exp: New.
1539 * gdb.btrace/record_goto.c: Add comments.
1540 * gdb.btrace/step.exp: New.
1541 * gdb.btrace/stepi.exp: New.
1542 * gdb.btrace/multi-thread-step.c: New.
1543 * gdb.btrace/multi-thread-step.exp: New.
1544 * gdb.btrace/rn-dl-bind.c: New.
1545 * gdb.btrace/rn-dl-bind.exp: New.
1546 * gdb.btrace/data.c: New.
1547 * gdb.btrace/data.exp: New.
1548 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1549
1550 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1551
1552 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1553 * gdb.btrace/exception.exp: Update.
1554 * gdb.btrace/instruction_history.exp: Update.
1555 * gdb.btrace/record_goto.exp: Update.
1556 * gdb.btrace/tailcall.exp: Update.
1557 * gdb.btrace/unknown_functions.exp: Update.
1558 * gdb.btrace/delta.exp: New.
1559
1560 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1561
1562 * gdb.btrace/record_goto.exp: Add backtrace test.
1563 * gdb.btrace/tailcall.exp: Add backtrace test.
1564
1565 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1566
1567 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1568 * gdb.btrace/record_goto.c: New.
1569 * gdb.btrace/record_goto.exp: New.
1570 * gdb.btrace/x86-record_goto.S: New.
1571
1572 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1573
1574 * gdb.btrace/function_call_history.exp: Update tests.
1575 * gdb.btrace/instruction_history.exp: Update tests.
1576
1577 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1578
1579 * gdb.btrace/function_call_history.exp: Fix expected field
1580 order for "record function-call-history".
1581 Add new tests for "record function-call-history /c".
1582 * gdb.btrace/exception.cc: New.
1583 * gdb.btrace/exception.exp: New.
1584 * gdb.btrace/tailcall.exp: New.
1585 * gdb.btrace/x86-tailcall.S: New.
1586 * gdb.btrace/x86-tailcall.c: New.
1587 * gdb.btrace/unknown_functions.c: New.
1588 * gdb.btrace/unknown_functions.exp: New.
1589 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1590
1591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1592
1593 * gdb.btrace/instruction_history.exp: Update.
1594 * gdb.btrace/function_call_history.exp: Update.
1595
1596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1597
1598 * gdb.btrace/function_call_history.exp: Fix expected function
1599 trace.
1600 * gdb.btrace/instruction_history.exp: Initialize traced.
1601 Remove traced_functions.
1602
1603 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1604
1605 * gdb.btrace/function_call_history.exp: Update
1606 * gdb.btrace/instruction_history.exp: Update.
1607
1608 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1609
1610 * gdb.btrace/enable.exp: Update expected text.
1611
1612 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1613
1614 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1615 bytes.
1616
1617 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1618
1619 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1620
1621 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1622
1623 * lib/gdb.exp (supports_process_record): Return true for
1624 arm*-linux*. (supports_reverse): Likewise.
1625
1626 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1627
1628 PR python/15464
1629 PR python/16113
1630 * gdb.python/py-type.c: Enhance test case.
1631 * gdb.python/py-value-cc.cc: Likewise
1632 * gdb.python/py-type.exp: Add new tests.
1633 * gdb.python/py-value-cc.exp: Likewise
1634
1635 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1636 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1639 Make "name" extern.
1640 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1641 references to ${name}_start by references to ${name}.
1642
1643 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1646
1647 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1650
1651 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1652 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.mi/mi-info-os.exp: Connect to the target with
1655 mi_gdb_target_load.
1656
1657 2014-01-08 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.threads/reconnect-signal.c: New file.
1660 * gdb.threads/reconnect-signal.exp: New file.
1661
1662 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1663
1664 * gdb.base/source-dir.exp: New file.
1665
1666 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.ada/mi_interface: New testcase.
1669
1670 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1671
1672 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1673 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1674 gdb.ada/pp-rec-component/pck.ads: New files.
1675
1676 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdb.python/py-pp-integral.c: New file.
1679 * gdb.python/py-pp-integral.py: New file.
1680 * gdb.python/py-pp-integral.exp: New file.
1681
1682 For older changes see ChangeLog-1993-2013.
1683 \f
1684 ;; Local Variables:
1685 ;; mode: change-log
1686 ;; left-margin: 8
1687 ;; fill-column: 74
1688 ;; version-control: never
1689 ;; End:
1690
1691 Copyright 2014 Free Software Foundation, Inc.
1692 Copying and distribution of this file, with or without modification,
1693 are permitted provided the copyright notice and this notice are preserved.