]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
simplify substitute_path_rule_matches using filename_ncmp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c72b2e7b
YQ
12014-06-01 Yao Qi <yao@codesourcery.com>
2
3 * gdb.base/watchpoint.exp (test_watch_location): Check null
4 pointer can be dereferenced. If not, do the test, otherwise
5 skip it.
6
53e8a631
AB
72014-05-30 Andrew Burgess <aburgess@broadcom.com>
8
9 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10 results.
11 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12
938f0e2f
AB
132014-05-30 Andrew Burgess <aburgess@broadcom.com>
14
15 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18 * gdb.arch/amd64-invalid-stack-top.c: New file.
19 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20
9ba6657a
PA
212014-05-30 Pedro Alves <palves@redhat.com>
22
23 PR breakpoints/17000
24 * gdb.base/sss-bp-on-user-bp.c: New file.
25 * gdb.base/sss-bp-on-user-bp.exp: New file.
26
522c09bf
DB
272014-05-30 David Blaikie <dblaikie@gmail.com>
28
29 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
30 gnu_inline semantics via attribute.
31 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
32 source explicitly specifies the required semantics.
33
bf4ef81e
MR
342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
35
36 * gdb.reverse/sigall-reverse.exp: Fix a typo.
37
329ea579
PA
382014-05-29 Pedro Alves <palves@redhat.com>
39 Tom Tromey <tromey@redhat.com>
40
41 * gdb.base/async-shell.exp: Don't enable target-async.
42 * gdb.base/async.exp
43 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
44 parameter. Adjust.
45 (top level): Don't test with "target-async".
46 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
47 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
48 * gdb.base/inferior-died.exp: Don't enable target-async.
49 * gdb.base/interrupt-noterm.exp: Likewise.
50 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
51 * gdb.mi/mi-nonstop-exit.exp: Likewise.
52 * gdb.mi/mi-nonstop.exp: Likewise.
53 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
54 * gdb.mi/mi-nsintrall.exp: Likewise.
55 * gdb.mi/mi-nsmoribund.exp: Likewise.
56 * gdb.mi/mi-nsthrexec.exp: Likewise.
57 * gdb.mi/mi-watch-nonstop.exp: Likewise.
58 * gdb.multi/watchpoint-multi.exp: Adjust comment.
59 * gdb.python/py-evsignal.exp: Don't enable target-async.
60 * gdb.python/py-evthreads.exp: Likewise.
61 * gdb.python/py-prompt.exp: Likewise.
62 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
63 * gdb.server/solib-list.exp: Don't enable target-async.
64 * gdb.threads/thread-specific-bp.exp: Likewise.
65 * lib/mi-support.exp: Adjust to use mi-async.
66
fd664c91
PA
672014-05-29 Pedro Alves <palves@redhat.com>
68
69 PR gdb/13860
70 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
71 reason, even in sync mode.
72
251bde03
PA
732014-05-29 Pedro Alves <palves@redhat.com>
74 Hui Zhu <hui@codesourcery.com>
75
76 PR PR15693
77 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
78 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
79 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
80 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
81
7f3c0343
JB
822014-05-28 Joel Brobecker <brobecker@adacore.com>
83
84 * config/monitor.exp (gdb_target_monitor): Replace use of
85 "set remotebaud" by "set serial baud".
86
b2715b27
AW
872014-05-26 Andy Wingo <wingo@igalia.com>
88
89 * gdb.guile/scm-breakpoint.exp:
90 * gdb.guile/scm-gsmob.exp: Update to use plain old object
91 properties instead of gdb-object-properties.
92
498a4489
YQ
932014-05-26 Yao Qi <yao@codesourcery.com>
94
95 * gdb.server/no-thread-db.exp: Specify source file name
96 explicitly when setting a breakpoint.
97
589fdceb
MM
982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
99
100 * gdb.btrace/vdso.c: New.
101 * gdb.btrace/vdso.exp: New.
102
e9089e05
MM
1032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
104
105 * gdb.base/gcore.exp (capture_command_output): Move ...
106 * lib/gdb.exp (capture_command_output): ... here.
107
67b5c0c1
MM
1082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
109
110 * gdb.btrace/data.exp: Test memory access during btrace replay.
111
a2199296
SM
1122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
113
114 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
115
17b2616c
PA
1162014-05-21 Pedro Alves <palves@redhat.com>
117
118 PR gdb/13860
119 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
120 (top level): Test that output related to execution commands is
121 sent to the console with CLI commands, but not with MI commands.
122 Test that breakpoint events are always mirrored to the console.
123 Also expect the new source line to be output after a "next" in
124 async mode too. Make it a pass/fail test.
125 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
126 output.
127 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
128
5166082f
PA
1292014-05-21 Pedro Alves <palves@redhat.com>
130
131 * gdb.base/list.exp (build_pattern, test_list): New procedures.
132 Use them to test variations of "list" after reaching a breakpoint.
133 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
134 Test "list" with listsize 10 after reaching a breakpoint.
135 * gdb.python/python.exp (decode_line current location line
136 number): Adjust expected line number.
137
2f25d70f
SM
1382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
139
140 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
141 behavior for $args, pass it directly to "run".
142
ff604a67
MR
1432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
144
145 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
146 30000 to 65536.
147
6a3cb8e8
PA
1482014-05-21 Pedro Alves <palves@redhat.com>
149
150 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
151 auto-connect-native-target off".
152 * gdb.base/auto-connect-native-target.c: New file.
153 * gdb.base/auto-connect-native-target.exp: New file.
154
4ebfc96e
PA
1552014-05-21 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/default.exp: Test "target native" instead of "target
158 child".
159
36d46afb
MW
1602014-05-21 Mark Wielaard <mjw@redhat.com>
161
162 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
163
5876f503
JK
1642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 Fix TLS access for -static -pthread.
167 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
168 <HAVE_TLS> (thread_function, main): Initialize it.
169 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
170 Add clean_restart.
171 <$have_tls != "">: Check TLSVAR.
172
0256a6ac
PA
1732014-05-21 Pedro Alves <palves@redhat.com>
174
175 * gdb.base/dcache-line-read-error.c: New.
176 * gdb.base/dcache-line-read-error.exp: New.
177
936d2992
PA
1782014-05-20 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/compare-sections.c: New file.
181 * gdb.base/compare-sections.exp: New file.
182
802e8e6d
PA
1832014-05-20 Pedro Alves <palves@redhat.com>
184
185 * gdb.base/break-idempotent.c: New file.
186 * gdb.base/break-idempotent.exp: New file.
187
e59fa00f
MM
1882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
189
190 * gdb.btrace/nohist.exp: New.
191
8b696e31
YQ
1922014-05-20 Yao Qi <yao@codesourcery.com>
193
194 * lib/gdb.exp (gdb_init): Set timeout if test file is under
195 gdb.reverse directory and gdb_reverse_timeout exists in board
196 setting.
197 * README: Document gdb_reverse_timeout.
198
73c9764f
YQ
1992014-05-20 Yao Qi <yao@codesourcery.com>
200
201 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
202 'test_file_name'. Treat args as a string instead of a list.
203 (gdb_init): Rename argument 'args' by 'test_file_name'.
204
f1f4348a
JK
2052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.arch/powerpc-power.exp: New file.
208 * gdb.arch/powerpc-power.s: New file.
209
0dbe70ce
DE
2102014-05-16 Doug Evans <dje@google.com>
211
212 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
213 * gdb.base/completion.exp: Check that all expected files exist
214 before doing file completion.
0dbe70ce 215
8d551b02
DE
2162014-05-16 Doug Evans <dje@google.com>
217
218 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
219 Update.
220 (do_syscall_tests_without_xml): Update.
221
73eb7709
PA
2222014-05-16 Pedro Alves <palves@redhat.com>
223
224 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
225 instead of "unknown output after running".
226
3fae92fc
YQ
2272014-05-16 Yao Qi <yao@codesourcery.com>
228
229 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
230 file1.txt from host at the end.
231 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
232
c2b2ccc5
DE
2332014-05-15 Doug Evans <dje@google.com>
234
235 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
236 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
237 loading file. Add test for TU lookup.
238
8c217a4b
SM
2392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
240
241 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
242 calling "-exec-arguments" or "set args" before running the
243 inferior.
244
3deb39c6
SM
2452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
246
247 * lib/mi-support.exp (mi_expect_stop): Expect message for
248 inferiors that exit with non-zero exit code.
249
71a79f8c
YQ
2502014-05-14 Yao Qi <yao@codesourcery.com>
251
252 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
253 match absolute path on remote host.
254 (test_file_list_exec_source_files): Remove "/" from the
255 pattern.
256
f23fcd46
YQ
2572014-05-14 Yao Qi <yao@codesourcery.com>
258
259 * boards/local-remote-host-notty.exp (${board}_file): New
260 proc.
261
9404b58f
KM
2622014-05-07 Kyle McMartin <kyle@redhat.com>
263
264 Pushed by Joel Brobecker <brobecker@adacore.com>.
265 * gdb.arch/aarch64-atomic-inst.c: New file.
266 * gdb.arch/aarch64-atomic-inst.exp: New file.
267
5e45f04c
YQ
2682014-05-07 Yao Qi <yao@codesourcery.com>
269
270 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
271 in current context" too.
272
c888a17d
KS
2732014-05-05 Keith Seitz <keiths@redhat.com>
274
275 * gdb.linespec/ls-dollar.exp: Add test for linespec
276 file:convenience_variable.
277
290a839c
YQ
2782014-05-05 Yao Qi <yao@codesourcery.com>
279
280 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
281 traceframes into tfile and ctf trace files. Read data from
282 trace file and test collected data.
283 (gdb_collect_locals_test): Likewise.
284 (gdb_unavailable_registers_test): Likewise.
285 (gdb_unavailable_floats): Likewise.
286 (gdb_collect_globals_test): Likewise.
287 (top-level): Append "ctf" to trace_file_targets if GDB
288 supports.
289
b5262cd0
YQ
2902014-05-05 Yao Qi <yao@codesourcery.com>
291
292 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
293 code to ...
294 (gdb_collect_args_test_1): ... it. New proc.
295 (gdb_collect_locals_test): Move some code to ...
296 (gdb_collect_locals_test_1): ... it. New proc.
297 (gdb_unavailable_registers_test): Move some code to ...
298 (gdb_unavailable_registers_test_1): ... it. New proc.
299 (gdb_unavailable_floats): Move some code to ...
300 (gdb_unavailable_floats_1): ... it. New proc.
301
30a1e6cc
SDJ
3022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
303
304 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
305 probes to test for bitness recognition.
306 * gdb.arch/amd64-stap-optional-prefix.exp
307 (test_probe_value_without_reg): New procedure.
308 Add code to test for different kinds of bitness.
309
f33da99a
SDJ
3102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
311
312 PR breakpoints/16889
313 * gdb.arch/amd64-stap-optional-prefix.S: New file.
314 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
315
5b80f00d
PA
3162014-05-01 Pedro Alves <palves@redhat.com>
317
318 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
319 gdb_file_cmd if no file is specified.
320 * boards/native-extended-gdbserver.exp (gdb_load): Use the
321 last_loaded_file to set the remote exec-file.
322
f8c2a73c
PA
3232014-05-01 Pedro Alves <palves@redhat.com>
324
325 * boards/local-remote-host.exp: New file.
326
be6e8ac7
PA
3272014-05-01 Pedro Alves <palves@redhat.com>
328
329 * boards/local-remote-host.exp: Rename to ...
330 * boards/local-remote-host-notty.exp: ... this.
331
cac0dc8f
JB
3322014-04-28 Joel Brobecker <brobecker@adacore.com>
333
334 * gdb.ada/dyn_arrayidx: New testcase.
335
9730e6cc
YQ
3362014-04-26 Yao Qi <yao@codesourcery.com>
337
338 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
339 and compute the length of function main. Save it in
340 $main_length.
341 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
342 (top-level): Use gdb_compile to compile objects into
343 executable and restart GDB. Remove invocation to
344 prepare_for_testing.
345
7ae1a6a6
PA
3462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
347 Pedro Alves <palves@redhat.com>
348
349 PR server/16255
350 * gdb.multi/multi-attach.c: New file.
351 * gdb.multi/multi-attach.exp: New file.
352
4082afcc
PA
3532014-04-25 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
356 user.
357 (top level): Test that "set remote conditional-breakpoints-packet
358 off" works as intended.
359 * gdb.base/dprintf.exp: Test that "set remote
360 breakpoint-commands-packet off" works as intended.
361 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
362 New function.
363 (top level): Call it.
364 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
365 remote fast-tracepoints-packet off" works as intended.
366 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
367 * lib/gdb.exp (gdb_is_target_remote): ... here.
368
2abc3f8d
DB
3692014-04-24 David Blaikie <dblaikie@gmail.com>
370
371 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
372 ensure clang would not discard them.
373 * gdb.base/gdbvars.c: Ditto.
374 * gdb.base/memattr.c: Ditto.
375 * gdb.base/whatis.c: Ditto.
376 * gdb.python/py-prettyprint.c: Ditto.
377 * gdb.trace/actions.c: Ditto.
378 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
379 ensure clang would not discard it.
380
bfd39632
DB
3812014-04-24 David Blaikie <dblaikie@gmail.com>
382
383 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
384 clang to emit the full definition of type required by the test
385 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
386
22842ff6
DB
3872014-04-24 David Blaikie <dblaikie@gmail.com>
388
389 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
390 coax Clang into emitting the definition of the type.
391 * gdb.cp/pr10728-x.h (y): Ditto.
392 * gdb.cp/pr10728-y.cc (y): Ditto.
393
c2e827ad
DB
3942014-04-24 David Blaikie <dblaikie@gmail.com>
395
396 * gdb.base/label.exp: XFAIL label related tests under Clang.
397 * gdb.cp/cplabel.exp: Ditto.
398 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
399 under Clang those using labels.
400
4c2d33e7
YQ
4012014-04-25 Yao Qi <yao@codesourcery.com>
402
403 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
404 double_label.
405 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
406 partial_label and double_label.
407
56083b99
DB
4082014-04-24 David Blaikie <dblaikie@gmail.com>
409
410 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
411
25d4e99d
DB
4122014-04-24 David Blaikie <dblaikie@gmail.com>
413
414 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
415 of the function to work across GCC and Clang.
416 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
417 pointer types (const void ** const V void **).
418
01f9f808
MS
4192014-04-24 Michael Sturm <michael.sturm@mintel.com>
420 Walfred Tedeschi <walfred.tedeschi@intel.com>
421
422 * Makefile.in (EXECUTABLES): Added i386-avx512.
423 * gdb.arch/i386-avx512.c: New file.
424 * gdb.arch/i386-avx512.exp: Likewise.
425
4b48d439
KS
4262014-04-23 Keith Seitz <keiths@redhat.com>
427
428 * lib/mi-support.exp (mi_list_breakpoints): Delete.
429 (mi_make_breakpoint_table): New procedure.
430 (mi_create_breakpoint): Use mi_make_breakpoint
431 and return the result.
432 (mi_make_breakpoint): New procedure.
433 (mi_build_kv_pairs): New procedure.
434
435 * gdb.mi/mi-break.exp: Remove unused globals,
436 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
437 All callers updated.
438 * gdb.mi/mi-dprintf.exp: Use variable to track command
439 number.
440 Update all callers of mi_create_breakpoint and use
441 mi_make_breakpoint_table.
442 Remove any unused global variables.
443 * gdb.mi/mi-nonstop.exp: Likewise.
444 * gdb.mi/mi-nsintrall.exp: Likewise.
445 * gdb.mi/mi-nsmoribund.exp: Likewise.
446 * gdb.mi/mi-nsthrexec.exp: Likewise.
447 * gdb.mi/mi-reverse.exp: Likewise.
448 * gdb.mi/mi-simplerun.exp: Likewise.
449 * gdb.mi/mi-stepn.exp: Likewise.
450 * gdb.mi/mi-syn-frame.exp: Likewise.
451 * gdb.mi/mi-until.exp: Likewise.
452 * gdb.mi/mi-var-cp.exp: Likewise.
453 * gdb.mi/mi-var-display.exp: Likewise.
454 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
455 * gdb.mi/mi2-var-child.exp: Likewise.
456 * gdb.mi/mi-vla-c99.exp: Likewise.
457 * lib/mi-support.exp: Likewise.
458
459 From Ian Lance Taylor <iant@cygnus.com>:
460 * lib/gdb.exp (parse_args): New procedure.
461
08351840
PA
4622014-04-23 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/break-unload-file.c: New file.
465 * gdb.base/break-unload-file.exp: New file.
466 * gdb.base/sym-file-lib.c (baz): New function.
467 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
468 field.
469 (load): Store the segment's mapped size.
470 (unload): New function.
471 (unload_shlib): New function.
472 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
473 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
474 set a breakpoint at baz, and call it.
475 * gdb.base/sym-file.exp: New tests for stale breakpoint
476 instructions.
477
076855f9
PA
4782014-04-23 Pedro Alves <palves@redhat.com>
479
480 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
481 * gdb.base/hbreak-in-shr-unsupported.c: New file.
482 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
483 * gdb.base/hbreak-unmapped.c: New file.
484 * gdb.base/hbreak-unmapped.exp: New file.
485 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
486 * lib/gdb.exp (gdb_is_target_remote): ... here.
487
483805cf
PA
4882014-04-22 Pedro Alves <palves@redhat.com>
489
490 * gdb.base/consecutive-step-over.c: New file.
491 * gdb.base/consecutive-step-over.exp: New file.
492
06d97543
PA
4932014-04-22 Pedro Alves <palves@redhat.com>
494
495 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
496 instead of send_gdb/gdb_expect.
497
b4429ea2
YQ
4982014-04-22 Yao Qi <yao@codesourcery.com>
499
500 * lib/trace-support.exp (generate_tracefile): New procedure.
501 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
502 return 0.
503 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
504 if generate_tracefile returns 1.
505
51d48146
PA
5062014-04-18 Tom Tromey <palves@redhat.com>
507 Pedro alves <tromey@redhat.com>
508
509 PR backtrace/15558
510 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
511 with a backtrace limit.
512 * gdb.python/py-frame-inline.exp: Test running to an inline
513 function with a backtrace limit, and printing the newest frame.
514 * gdb.python/py-frame-inline.c (main): Call f.
515
bd1dce5f
MS
5162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
517
518 * gdb.java/jnpe.exp: Drop srcdir from untested path.
519
40d1a503
MS
5202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
521
522 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
523 Drop prefix from unsupported source file path.
524
389b98f7
YQ
5252014-04-17 Yao Qi <yao@codesourcery.com>
526
527 * lib/gdb.exp (with_target_charset): New proc.
528 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
529 with_target_charset.
530 (test_print_strings): Likewise.
531 (test_repeat_bytes): Likewise.
532 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
533 for some tests.
534
22869d73
KS
5352014-04-16 Keith Seitz <keiths@redhat.com>
536
537 PR gdb/15827
538 * gdb.dwarf2/corrupt.c: New file.
539 * gdb.dwarf2/corrupt.exp: New file.
540
c4f87ca6
KS
5412014-04-16 Keith Seitz <keiths@redhat.com>
542
543 PR c++/16597
544 * gdb.cp/namelessclass.cc: New file.
545 * gdb.cp/namelessclass.exp: New file.
546 * gdb.cp/namelessclass.S: New file.
547
ab19de87
DE
5482014-04-16 Doug Evans <dje@google.com>
549
550 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
551 Add comment.
552 (gdbserver_default_get_comm_port): New function.
553 (gdbserver_start): Check if board file provided
554 "gdbserver,get_comm_port" and use it if so.
555 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
556 (gdb,socketport): Set to "stdio".
557 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
558 (stdio_gdbserver_template): Delete.
559 (${board}_get_remote_address): Update.
560 (${board}_build_remote_cmd): Delete.
561 (${board}_get_comm_port): New function.
562 (${board}_spawn): Update.
563 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
564 Delete.
565 (${board}_get_remote_address): Update.
566 (${board}_get_comm_port): New function.
567
fc98a809
AB
5682014-04-16 Andrew Burgess <aburgess@broadcom.com>
569
570 * gdb.base/memattr.exp: Improve regexps to handle memory regions
571 appearing in any order.
572
87fd9e6e
DE
5732014-04-15 Doug Evans <dje@google.com>
574
575 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
576 uninitialized value of "description".
577
099fc3ea
KS
5782014-04-15 Keith Seitz <keiths@redhat.com>
579
580 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
581 Remove unused globals.
582 (test_running_the_program): Likewise.
583 (test_controlled_execution): Likewise.
584 (test_controlling_breakpoints): Likewise.
585 (test_program_termination): Likewise.
586
5da151d4
KS
5872014-04-15 Keith Seitz <keiths@redhat.com>
588
589 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
590 unused globals.
591 (test_rbreak_creation_and_listing): Likewise.
592 (test_ignore_count): Likewise.
593 (test_error): Likewise.
594
35e5d2f0
PA
5952014-04-15 Pedro Alves <palves@redhat.com>
596
597 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
598 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
599 sym-file-loader.c.
600 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
601 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
602 to sym-file-loader.c.
603 (struct library): Forward declare.
604 (load_shlib, lookup_function): Change prototypes.
605 (find_shstrtab, find_strtab, find_shdr, find_symtab)
606 (translate_offset): Remove declarations.
607 (get_text_addr): New declaration.
608 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
609 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
610 sym-file-loader.h.
611 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
612 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
613 here from sym-file-loader.h.
614 (struct library): New structure.
615 (load_shlib, lookup_function): Change prototypes and adjust to
616 work with a struct library.
617 (find_shstrtab, find_strtab, find_shdr, find_symtab)
618 (translate_offset): Make static.
619 (get_text_addr): New function.
620 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
621
eb4c1710
PA
6222014-04-15 Pedro Alves <palves@redhat.com>
623
624 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
625
2d1baf52
PA
6262014-04-15 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/sym-file-loader.c: Include <limits.h>.
629 (SELF_LINK): New define.
630 (get_origin): New function.
631 (load_shlib): Use it.
632 * gdb.base/sym-file.exp: Don't early return if the target is
633 remote. Use runto_main, and issue fail is that fails. Use
634 gdb_load_shlibs.
635 (shlib_name): Delete.
636 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
637
7dd6df01
PA
6382014-04-15 Pedro Alves <palves@redhat.com>
639
640 * gdb.base/sym-file.exp: Remove regex characters from test
641 message. Don't refer to breakpoint numbers in test messages.
642
b50c8614
KS
6432014-04-14 Keith Seitz <keiths@redhat.com>
644
645 PR c++/16253
646 * gdb.cp/var-tag.cc: New file.
647 * gdb.cp/var-tag.exp: New file.
648 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
649 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
650 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
651 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
652
3d567982
TT
6532014-04-14 Tom Tromey <tromey@redhat.com>
654
655 * gdb.cp/classes.exp (test_enums): Handle underlying type.
656 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
657 type.
658 * gdb.cp/enum-class.exp: New file.
659 * gdb.cp/enum-class.cc: New file.
660
0626fc76
TT
6612014-04-14 Tom Tromey <tromey@redhat.com>
662
663 * gdb.dwarf2/enum-type.exp: New file.
664
dca325b3
SA
6652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
666
667 * gdb.mi/mi-vla-c99.exp: New file.
668 * gdb.mi/vla.c: New file.
669
5854b38a
SA
6702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
671
672 * gdb.base/vla-datatypes.c: New file.
673 * gdb.base/vla-datatypes.exp: New file.
674
463bb957
SA
6752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
676
677 * gdb.base/vla-ptr.c: New file.
678 * gdb.base/vla-ptr.exp: New file.
679
3dd170be
SA
6802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
681
682 * gdb.dwarf2/count.exp: New file.
683
5ecaaa66
SA
6842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
685
686 * gdb.base/vla-sideeffect.c: New file.
687 * gdb.base/vla-sideeffect.exp: New file.
688
41f1ada5
DB
6892014-04-14 David Blaikie <dblaikie@gmail.com>
690
691 * gdb.mi/non-stop.c: Add return value for non-void function return
692 statement.
693 * gdb.threads/staticthreads.c: Ditto.
694
0be03e84
DE
6952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
696 Doug Evans <xdje42@gmail.com>
697
698 * gdb.guile/scm-value.c: Improve test case.
699 * gdb.guile/scm-value.exp: Add new test.
700
f180a1fb
DB
7012014-04-11 David Blaikie <dblaikie@gmail.com>
702
703 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
704 override Clang's default.
705
6b662e19
JB
7062014-04-11 Joel Brobecker <brobecker@adacore.com>
707
708 Revert the following changes (regressions):
709
710 * gdb.base/vla-sideeffect.c: New file.
711 * gdb.base/vla-sideeffect.exp: New file.
712
713 * gdb.dwarf2/count.exp: New file.
714
715 * gdb.base/vla-multi.c: New file.
716 * gdb.base/vla-multi.exp: New file.
717
718 * gdb.base/vla-ptr.c: New file.
719 * gdb.base/vla-ptr.exp: New file.
720
721 * gdb.base/vla-datatypes.c: New file.
722 * gdb.base/vla-datatypes.exp: New file.
723
724 * gdb.mi/mi-vla-c99.exp: New file.
725 * gdb.mi/vla.c: New file.
726
245a5f0b
KS
7272014-04-11 Keith Seitz <keiths@redhat.com>
728
729 PR c++/16675
730 * gdb.cp/cpsizeof.exp: New file.
731 * gdb.cp/cpsizeof.cc: New file.
732
58a84dcf
SA
7332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
734
191a8a90
JB
735 * gdb.mi/mi-vla-c99.exp: New file.
736 * gdb.mi/vla.c: New file.
58a84dcf 737
c8655f75
SA
7382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
739
740 * gdb.base/vla-datatypes.c: New file.
741 * gdb.base/vla-datatypes.exp: New file.
742
024e13b4
SA
7432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
744
745 * gdb.base/vla-ptr.c: New file.
746 * gdb.base/vla-ptr.exp: New file.
747
1a237e0e
SA
7482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
749
750 * gdb.base/vla-multi.c: New file.
751 * gdb.base/vla-multi.exp: New file.
752
504f3432
SA
7532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
754
755 * gdb.dwarf2/count.exp: New file.
756
3bce8237
SA
7572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
758
191a8a90
JB
759 * gdb.base/vla-sideeffect.c: New file.
760 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 761
322f9c21
YQ
7622014-04-11 Yao Qi <yao@codesourcery.com>
763
764 * gdb.base/completion.exp: Check file exists before running tests
765 on file completion.
766
d708bcd1
PA
7672014-04-10 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/cond-eval-mode.c: New file.
770 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
771 prepare_for_testing to build the new file. Check result of
772 runto_main.
773 (test_break, test_watch): New procedures.
774 (top level): Use them.
775
ae1d2761
PM
7762014-04-08 Pierre Muller <muller@sourceware.org>
777
778 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
779 Ctrl-V use for mingw hosts.
780
7af389b8
SC
7812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
782
783 * gdb.python/py-value.c: Improve test case.
784 * gdb.python/py-value.exp: Add new test.
785
5e703181
DE
7862014-04-07 David Blaikie <dblaikie@gmail.com>
787
788 * lib/compiler.c: Identify the clang compiler.
789 * lib/compiler.cc: Ditto.
790
9810b410
YQ
7912014-04-03 Yao Qi <yao@codesourcery.com>
792
793 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
794
98d1b8dc
AB
7952014-04-01 Anton Blanchard <anton@samba.org>
796
797 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
798 messages unique.
799
3114cea1
AB
8002014-04-01 Anton Blanchard <anton@samba.org>
801
802 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
803 prepare_for_testing.
804
62f7182c
AB
8052014-04-01 Anton Blanchard <anton@samba.org>
806
807 * gdb.arch/ppc64-atomic-inst.c: Remove.
808 * gdb.arch/ppc64-atomic-inst.S: New file.
809 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
810
770e7fc7
DE
8112014-03-31 Doug Evans <dje@google.com>
812
813 * gdb.base/print-symbol-loading-lib.c: New file.
814 * gdb.base/print-symbol-loading-main.c: New file.
815 * gdb.base/print-symbol-loading.exp: New file.
816
46e2bafa
YQ
8172014-03-31 Yao Qi <yao@codesourcery.com>
818
819 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
820
8776cfe9
JB
8212014-03-28 Joel Brobecker <brobecker@adacore.com>
822
823 * gdb.ada/mi_dyn_arr: New testcase.
824
5d1ef361
DE
8252014-03-27 Doug Evans <dje@google.com>
826
827 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
828
b5bee914
YQ
8292014-03-27 Yao Qi <yao@codesourcery.com>
830
831 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
832 if target is nios2-*-*.
833
0d4d0e77
YQ
8342014-03-26 Yao Qi <yao@codesourcery.com>
835
836 * lib/gdb.exp (readline_is_used): New proc.
837 * gdb.base/completion.exp: Move tests on command complete up.
838 Skip the rest of tests if readline is not used.
839 * gdb.ada/complete.exp: Skp the test if readline is not
840 used.
841 * gdb.base/filesym.exp: Likewise.
842 * gdb.base/macscp.exp: Likewise.
843 * gdb.base/readline-ask.exp: Likewise.
844 * gdb.base/readline.exp: Likewise.
845 * gdb.python/py-cmd.exp: Likewise.
846 * gdb.trace/tfile.exp: Likewise.
847
29361eee
YQ
8482014-03-26 Yao Qi <yao@codesourcery.com>
849
850 * gdb.base/macscp.exp: Fix code format issues.
851
bc9a5525
UW
8522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
853
854 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
855 * gdb.asm/powerpc64le.inc: New file.
856
d3839ede
PA
8572014-03-25 Pedro Alves <palves@redhat.com>
858 Doug Evans <dje@google.com>
859
860 * gdb.base/source-execution.c: New file.
861 * gdb.base/source-execution.exp: New file.
862 * gdb.base/source-execution.gdb: New file.
863
01672a57
DE
8642014-03-24 Doug Evans <dje@google.com>
865
866 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
867 using fission.
868
88bbeca9
HZ
8692014-03-24 Hui Zhu <hui@codesourcery.com>
870 Pedro Alves <palves@redhat.com>
871
872 PR breakpoints/16101
873 * gdb.base/dprintf.exp: Use unsupported rather than changing the
874 test pass/fail messages. Detect missing support for dprintf when
875 breakpoints are actually inserted.
876 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
877 breakpoints are actually inserted.
878 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
879 fails.
880
d2348791
JK
8812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
882
883 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
884
feef67ab
DE
8852014-03-22 Doug Evans <xdje42@gmail.com>
886
887 * gdb.python/python.exp (python not supported): Verify multi-line
888 python command issues an error.
25d743f9 889 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 890 guile command issues an error.
feef67ab 891
ecebef6a
MR
8922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
893
894 * gdb.threads/thread-specific.exp: Handle the lack of usable
895 $this_breakpoint and $this_thread.
896
ccdd1909
HZ
8972014-03-21 Hui Zhu <hui@codesourcery.com>
898
899 * gdb.base/attach.exp (do_command_attach_tests): New.
900
beb460e8
PA
9012014-03-20 Tom Tromey <tromey@redhat.com>
902 Pedro Alves <palves@redhat.com>
903
904 PR cli/15718
905 * gdb.base/condbreak-call-false.c: New file.
906 * gdb.base/condbreak-call-false.exp: New file.
907
40acf43a
PA
9082014-03-20 Pedro Alves <palves@redhat.com>
909
910 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
911 Delete.
912 (block_signals, unblock_signals): Delete.
913 (child_function_2, main): Remove references to deleted variable
914 and functions.
915
9f5e1e02
PA
9162014-03-20 Pedro Alves <palves@redhat.com>
917
918 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
919 Use pthread_kill to signal thread 2.
920 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
921 Adjust to make the test send itself a signal rather than using the
922 host's "kill" command.
923
99619bea
PA
9242014-03-20 Pedro Alves <palves@redhat.com>
925
926 * gdb.threads/multiple-step-overs.c: New file.
927 * gdb.threads/multiple-step-overs.exp: New file.
928 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
929 Adjust expected infrun debug output.
930
2adfaa28
PA
9312014-03-20 Pedro Alves <palves@redhat.com>
932
933 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
934 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
935
31e77af2
PA
9362014-03-20 Pedro Alves <palves@redhat.com>
937
938 PR breakpoints/7143
939 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
940 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
941 of gdb_test_multiple.
942 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
943 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
944
b9f437de
PA
9452014-03-20 Pedro Alves <palves@redhat.com>
946
947 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
948 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
949
05adc73e
PA
9502014-03-19 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/async.exp: Remove early return.
953
6048b950
PA
9542014-03-19 Pedro Alves <palves@redhat.com>
955
956 * gdb.base/async.exp (step& tests): Pass explicit test messages.
957
8bcfb00a
PA
9582014-03-19 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/async.exp (test_background): Expect \r\n after
961 "completed." in the fail pattern.
962
884e37dc
PA
9632014-03-19 Pedro Alves <palves@redhat.com>
964
965 * gdb.base/async.exp (test_background): New procedure.
966 Use it for all background execution command tests.
967
148e57e2
PA
9682014-03-19 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/async.exp: Use prepare_for_testing.
971
f48088c7
PA
9722014-03-19 Pedro Alves <palves@redhat.com>
973
974 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
975 the same line.
976
e2f6c966
PA
9772014-03-19 Pedro Alves <palves@redhat.com>
978
979 * gdb.base/async.c (main): Add "jump here" and "until here" line
980 marker comments.
981 * gdb.base/async.exp (jump_here): New global.
982 (jump& test): Use it.
983 (until_here): New global.
984 (until& test): Use it.
985
c30568d4
PA
9862014-03-19 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/async.exp: Don't frob gdb_protocol.
989
0172b6a7
DE
9902014-03-18 Doug Evans <xdje42@gmail.com>
991
992 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
993 Fix spelling of exec-done-display.
994
06c868a8
JK
9952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
996
997 PR gdb/15358
998 * gdb.base/gdb-sigterm.c: New file.
999 * gdb.base/gdb-sigterm.exp: New file.
1000
0c7e1a46
PA
10012014-03-18 Pedro Alves <palves@redhat.com>
1002
1003 PR gdb/13860
1004 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1005 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1006 solib-event.
1007
f7c77d93
JB
10082014-03-17 Joel Brobecker <brobecker@adacore.com>
1009
1010 * gdb.ada/pckd_arr_ren: New testcase.
1011
5a1e8c7a
DE
10122014-03-13 Doug Evans <xdje42@gmail.com>
1013
1014 PR guile/16612
1015 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1016 collect after discarding symbols.
1017
350e1a76
DE
10182014-03-13 Ludovic Courtès <ludo@gnu.org>
1019 Doug Evans <xdje42@gmail.com>
1020
1021 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1022 to history survives a gc.
1023
a69900ae
PA
10242014-03-13 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/default.exp: Don't test "target procfs".
1027
5db9f0bd
PA
10282014-03-13 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/default.exp: Update "target child" and "target procfs"
1031 tests to not expect "Unix".
1032
b3ccfe11
TT
10332014-03-12 Tom Tromey <tromey@redhat.com>
1034
1035 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1036 New procs. Add target-async tests.
1037 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1038 Add target-async tests.
1039
646f4417
AA
10402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1041
1042 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1043 'func_start' and 'func_end' for the beginning and end of the
1044 function code, respectively.
1045 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1046 'func_end' instead of 'func' and 'main'.
1047
288c211f
AA
10482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1049
1050 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1051 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1052 generate the debug info assembler source.
1053
e0c0f156
AA
10542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1055
1056 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1057 * gdb.dwarf2/arr-subrange.exp: Likewise.
1058 * gdb.dwarf2/dwz.exp: Likewise.
1059 * gdb.dwarf2/method-ptr.exp: Likewise.
1060 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1061 * gdb.dwarf2/subrange.exp: Likewise.
1062 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1063 * gdb.dwarf2/implptrpiece.exp: Likewise.
1064 * gdb.dwarf2/nostaticblock.exp: Likewise.
1065
0e5c4555
AA
10662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1067
1068 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1069 directory to absolute path name arguments.
1070
5ec18f2b
JG
10712014-03-10 Joel Brobecker <brobecker@adacore.com>
1072
1073 * gdb.ada/tagged_access: New testcase.
1074
847fc4f2
MM
10752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1076
1077 * gdb.btrace/data.exp: Update expected output.
1078
cc3da688
YQ
10792014-03-06 Yao Qi <yao@codesourcery.com>
1080
1081 * gdb.trace/pr16508.exp: New file.
1082
0f26cec1
PA
10832014-03-05 Pedro Alves <palves@redhat.com>
1084
1085 PR gdb/16575
1086 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1087 procedure.
1088 (top level): Adjust to use it. Add tests that exercise breakpoint
1089 interaction with the code-cache.
1090
7a5a839f
LC
10912014-02-26 Ludovic Courtès <ludo@gnu.org>
1092
1093 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1094 test for 'history-append!'.
1095
31aa7e4e
JB
10962014-02-26 Joel Brobecker <brobecker@adacore.com>
1097
1098 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1099 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1100 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1101 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1102 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1103 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1104
1b588015
JB
11052014-02-26 Joel Brobecker <brobecker@adacore.com>
1106
1107 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1108 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1109 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1110
55426c9d
JB
11112014-02-26 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1114
dc53a7ad
JB
11152014-02-26 Joel Brobecker <brobecker@adacore.com>
1116
1117 * gdb.dwarf2/arr-stride.c: New file.
1118 * gdb.dwarf2/arr-stride.exp: New file.
1119
12ab52e9
PA
11202014-02-26 Pedro Alves <palves@redhat.com>
1121
1122 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1123 that won't ever trigger. Make sure that GDB reports the correct
1124 breakpoint that caused the stop.
1125
849c862e
JK
11262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1127
1128 PR gdb/16626
1129 * gdb.base/auto-load-script: New file.
1130 * gdb.base/auto-load.c: New file.
1131 * gdb.base/auto-load.exp: New file.
1132
71b7d793
JK
1133 PR gdb/16626
1134 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1135
e2f0d509
JK
11362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1139 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1140
50cc37c8
DE
11412014-02-24 Doug Evans <dje@google.com>
1142
1143 * lib/gdb.exp (run_on_host): Log error output if program fails.
1144
ea4758f2
PA
11452014-02-21 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.threads/step-after-sr-lock.c: Rename to ...
1148 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1149 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1150 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1151 ... this.
1152
d7b30f67
SDJ
11532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1154
1155 PR tdep/16397
1156 * gdb.arch/amd64-stap-special-operands.exp: New file.
1157 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1158 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1159 * gdb.arch/amd64-stap-triplet.S: Likewise.
1160 * gdb.arch/amd64-stap-triplet.c: Likewise.
1161
83deb43f
JB
11622014-02-20 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1165 in .section pseudo-op.
1166
adde2bff
DE
11672014-02-20 lin zuojian <manjian2006@gmail.com>
1168 Joel Brobecker <brobecker@adacore.com>
1169 Doug Evans <xdje42@gmail.com>
1170
1171 PR symtab/16581
1172 * gdb.dwarf2/dw2-icycle.S: New file.
1173 * gdb.dwarf2/dw2-icycle.c: New file.
1174 * gdb.dwarf2/dw2-icycle.exp: New file.
1175
f7bd0f78
SC
11762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1177
1178 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1179 operations on gdb.Value objects.
1180 * gdb.python/py-value-cc.exp: Add new test to test operations on
1181 gdb.Value objects.
1182
c17ef0d5
DE
11832014-02-18 Doug Evans <dje@google.com>
1184
1185 * Makefile.in (TESTS): New variable.
1186 (expanded_tests, expanded_tests_or_none): New variables
1187 (check-single): Pass $(expanded_tests_or_none) to runtest.
1188 (check-parallel): Only run tests in $(TESTS) if non-empty.
1189 (check/no-matching-tests-found): New rule.
1190 * README: Document TESTS makefile variable.
1191
5dd3176f
DE
11922014-02-18 Doug Evans <dje@google.com>
1193
1194 * Makefile.in (check-parallel): rm -rf outputs temp.
1195
0b10be4f
JK
11962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 Fix "ERROR: no fileid for" in the testsuite.
1199 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1200
85f224e7
DE
12012014-02-12 Doug Evans <dje@google.com>
1202
1203 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1204 (MISCELLANEOUS): New variable.
1205 (clean): rm -rf $(MISCELLANEOUS).
1206 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1207 dwp live in the same directory as symlinks, with each symlink pointed
1208 to a differently named file in a different directory.
1209
149b30ff
DE
12102014-02-11 Doug Evans <dje@google.com>
1211
1212 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1213 of Tcl file commands.
1214
1dfdac32
MK
12152014-02-10 Mark Kettenis <kettenis@gnu.org>
1216
1217 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1218 "kill -SIGUSR1 -1".
1219
aa4fb036
JB
12202014-02-10 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.ada/tick_length_array_enum_idx: New testcase.
1223
ed3ef339
DE
12242014-02-10 Doug Evans <xdje42@gmail.com>
1225
1226 * configure.ac (AC_OUTPUT): Add gdb.guile.
1227 * configure: Regenerate.
1228 * lib/gdb-guile.exp: New file.
1229 * lib/gdb.exp (get_target_charset): New function.
1230 * gdb.base/help.exp: Update expected output from "apropos apropos".
1231 * gdb.guile/Makefile.in: New file.
1232 * gdb.guile/guile.exp: New file.
1233 * gdb.guile/scm-arch.c: New file.
1234 * gdb.guile/scm-arch.exp: New file.
1235 * gdb.guile/scm-block.c: New file.
1236 * gdb.guile/scm-block.exp: New file.
1237 * gdb.guile/scm-breakpoint.c: New file.
1238 * gdb.guile/scm-breakpoint.exp: New file.
1239 * gdb.guile/scm-disasm.c: New file.
1240 * gdb.guile/scm-disasm.exp: New file.
1241 * gdb.guile/scm-equal.c: New file.
1242 * gdb.guile/scm-equal.exp: New file.
1243 * gdb.guile/scm-error.exp: New file.
1244 * gdb.guile/scm-error.scm: New file.
1245 * gdb.guile/scm-frame-args.c: New file.
1246 * gdb.guile/scm-frame-args.exp: New file.
1247 * gdb.guile/scm-frame-args.scm: New file.
1248 * gdb.guile/scm-frame-inline.c: New file.
1249 * gdb.guile/scm-frame-inline.exp: New file.
1250 * gdb.guile/scm-frame.c: New file.
1251 * gdb.guile/scm-frame.exp: New file.
1252 * gdb.guile/scm-generics.exp: New file.
1253 * gdb.guile/scm-gsmob.exp: New file.
1254 * gdb.guile/scm-iterator.c: New file.
1255 * gdb.guile/scm-iterator.exp: New file.
1256 * gdb.guile/scm-math.c: New file.
1257 * gdb.guile/scm-math.exp: New file.
1258 * gdb.guile/scm-objfile-script-gdb.in: New file.
1259 * gdb.guile/scm-objfile-script.c: New file.
1260 * gdb.guile/scm-objfile-script.exp: New file.
1261 * gdb.guile/scm-objfile.c: New file.
1262 * gdb.guile/scm-objfile.exp: New file.
1263 * gdb.guile/scm-ports.exp: New file.
1264 * gdb.guile/scm-pretty-print.c: New file.
1265 * gdb.guile/scm-pretty-print.exp: New file.
1266 * gdb.guile/scm-pretty-print.scm: New file.
1267 * gdb.guile/scm-section-script.c: New file.
1268 * gdb.guile/scm-section-script.exp: New file.
1269 * gdb.guile/scm-section-script.scm: New file.
1270 * gdb.guile/scm-symbol.c: New file.
1271 * gdb.guile/scm-symbol.exp: New file.
1272 * gdb.guile/scm-symtab-2.c: New file.
1273 * gdb.guile/scm-symtab.c: New file.
1274 * gdb.guile/scm-symtab.exp: New file.
1275 * gdb.guile/scm-type.c: New file.
1276 * gdb.guile/scm-type.exp: New file.
1277 * gdb.guile/scm-value-cc.cc: New file.
1278 * gdb.guile/scm-value-cc.exp: New file.
1279 * gdb.guile/scm-value.c: New file.
1280 * gdb.guile/scm-value.exp: New file.
1281 * gdb.guile/source2.scm: New file.
1282 * gdb.guile/types-module.cc: New file.
1283 * gdb.guile/types-module.exp: New file.
1284
7026a7c1
YQ
12852014-02-10 Yao Qi <yao@codesourcery.com>
1286
1287 PR testsuite/16543
1288 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1289 * configure: Regenerated.
1290 * Makefile.in: New file.
1291
6c466447
AS
12922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1293
1294 * gdb.python/py-framefilter.exp: Fix typo.
1295
6e854735
YQ
12962014-02-08 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1299 that no =breakpoint-modified is emitted when breakpoints are
1300 modified through MI commands.
1301
d137e6dc
PA
13022014-02-07 Pedro Alves <pedro@codesourcery.com>
1303 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.threads/step-after-sr-lock.c: New file.
1306 * gdb.threads/step-after-sr-lock.exp: New file.
1307
b5ee5a50
PA
13082014-02-07 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1311
3c77faf3
JK
13122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1313
1314 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1315 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1316
6dddc817
DE
13172014-02-06 Doug Evans <xdje42@gmail.com>
1318
1319 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1320 output.
1321
1322 * gdb.gdb/python-interrupts.exp: New file.
1323
de7b2893
YQ
13242014-02-05 Yao Qi <yao@codesourcery.com>
1325
1326 * gdb.trace/report.exp (use_collected_data): Test the output
1327 of "info threads" and "info inferiors".
1328
66d032ac
YQ
13292014-02-05 Yao Qi <yao@codesourcery.com>
1330
1331 Revert this patch:
1332
1333 2013-05-24 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.trace/tfile.exp: Test inferior and thread.
1336
591a12a1
UW
13372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1338
1339 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1340 on a function.
1341 * gdb.base/step-bt.c: Call hello via function pointer to make
1342 sure its first instruction is executed on powerpc64le-linux.
1343
0ff3e01f
UW
13442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1345
1346 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1347
084ee545
UW
13482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1349
1350 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1351 of the test patterns for use on little-endian systems.
1352
6ed14ff3
UW
13532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1354
1355 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1356 (decimal_vector): Fix for little-endian.
1357
401e27fd
JM
13582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1359
1360 * gdb.arch/sparc-sysstep.exp: New file.
1361 * gdb.arch/sparc-sysstep.c: Likewise.
1362
1363 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1364
8b924729
EBM
13652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1366
1367 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1368
fb151210
JB
13692014-01-23 Tom Tromey <tromey@redhat.com>
1370
1371 * gdb.ada/array_char_idx: New testcase.
1372
0740f8d8
TT
13732014-01-23 Tom Tromey <tromey@redhat.com>
1374
1375 PR python/16487:
1376 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1377 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1378 classes.
1379
21909fa1
TT
13802014-01-23 Tom Tromey <tromey@redhat.com>
1381
1382 PR python/16491:
1383 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1384 string from an inferior frame.
1385 * gdb.python/py-framefilter-mi.exp: Update.
1386
87ce2a04
DE
13872014-01-22 Doug Evans <dje@google.com>
1388
1389 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1390
237b092b
AA
13912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1392
1393 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1394
d674a709
AA
13952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1396
1397 * gdb.trace/entry-values.exp: Remove excess space character from
1398 regex patterns. Handle s390 call instruction.
1399
20fa3390
AA
14002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1401
1402 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1403 define "*_start" label. Make "name" static.
1404 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1405 ${name} by references to ${name}_start.
1406
78466714
AA
14072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1408
1409 * gdb.base/info-macros.exp: Remove "debug" from the compile
1410 options.
1411
ec9f644a
IB
14122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1413
1414 * gdb.dlang/demangle.exp: New file.
1415
94b1b47e
IB
14162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1417
1418 * gdb.dlang/primitive-types.exp: New file.
1419
7f420862
IB
14202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1421
1422 * configure.ac: Create gdb.dlang/Makefile.
1423 * configure: Regenerate.
1424 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1425 * gdb.dlang/Makefile.in: New file.
1426 * lib/d-support.exp: New file.
1427 * lib/gdb.exp (skip_d_tests): New proc.
1428
52834460
MM
14292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1430
1431 * gdb.btrace/delta.exp: Check reverse stepi.
1432 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1433 * gdb.btrace/finish.exp: New.
1434 * gdb.btrace/next.exp: New.
1435 * gdb.btrace/nexti.exp: New.
1436 * gdb.btrace/record_goto.c: Add comments.
1437 * gdb.btrace/step.exp: New.
1438 * gdb.btrace/stepi.exp: New.
1439 * gdb.btrace/multi-thread-step.c: New.
1440 * gdb.btrace/multi-thread-step.exp: New.
1441 * gdb.btrace/rn-dl-bind.c: New.
1442 * gdb.btrace/rn-dl-bind.exp: New.
1443 * gdb.btrace/data.c: New.
1444 * gdb.btrace/data.exp: New.
1445 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1446
6e07b1d2
MM
14472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1448
1449 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1450 * gdb.btrace/exception.exp: Update.
1451 * gdb.btrace/instruction_history.exp: Update.
1452 * gdb.btrace/record_goto.exp: Update.
1453 * gdb.btrace/tailcall.exp: Update.
1454 * gdb.btrace/unknown_functions.exp: Update.
1455 * gdb.btrace/delta.exp: New.
1456
0b722aec
MM
14572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1458
1459 * gdb.btrace/record_goto.exp: Add backtrace test.
1460 * gdb.btrace/tailcall.exp: Add backtrace test.
1461
066ce621
MM
14622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1463
1464 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1465 * gdb.btrace/record_goto.c: New.
1466 * gdb.btrace/record_goto.exp: New.
1467 * gdb.btrace/x86-record_goto.S: New.
1468
0688d04e
MM
14692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1470
1471 * gdb.btrace/function_call_history.exp: Update tests.
1472 * gdb.btrace/instruction_history.exp: Update tests.
1473
8710b709
MM
14742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1475
1476 * gdb.btrace/function_call_history.exp: Fix expected field
1477 order for "record function-call-history".
1478 Add new tests for "record function-call-history /c".
1479 * gdb.btrace/exception.cc: New.
1480 * gdb.btrace/exception.exp: New.
1481 * gdb.btrace/tailcall.exp: New.
1482 * gdb.btrace/x86-tailcall.S: New.
1483 * gdb.btrace/x86-tailcall.c: New.
1484 * gdb.btrace/unknown_functions.c: New.
1485 * gdb.btrace/unknown_functions.exp: New.
1486 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1487
5de9129b
MM
14882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1489
1490 * gdb.btrace/instruction_history.exp: Update.
1491 * gdb.btrace/function_call_history.exp: Update.
1492
23a7fe75
MM
14932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1494
1495 * gdb.btrace/function_call_history.exp: Fix expected function
1496 trace.
1497 * gdb.btrace/instruction_history.exp: Initialize traced.
1498 Remove traced_functions.
1499
724c7dd8
MM
15002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1501
1502 * gdb.btrace/function_call_history.exp: Update
1503 * gdb.btrace/instruction_history.exp: Update.
1504
6d78d93b
MM
15052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * gdb.btrace/enable.exp: Update expected text.
1508
93a360cc
OJ
15092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1510
1511 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1512 bytes.
1513
3772b53f
MR
15142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1515
1516 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1517
596662fa
OJ
15182014-01-15 Omair Javaid <omair.javaid@linaro.org>
1519
1520 * lib/gdb.exp (supports_process_record): Return true for
1521 arm*-linux*. (supports_reverse): Likewise.
1522
b5b08fb4
SC
15232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1524
1525 PR python/15464
1526 PR python/16113
1527 * gdb.python/py-type.c: Enhance test case.
1528 * gdb.python/py-value-cc.cc: Likewise
1529 * gdb.python/py-type.exp: Add new tests.
1530 * gdb.python/py-value-cc.exp: Likewise
1531
52d7fb13
AA
15322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1533 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1536 Make "name" extern.
1537 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1538 references to ${name}_start by references to ${name}.
1539
a2cd8cfe
JB
15402014-01-10 Joel Brobecker <brobecker@adacore.com>
1541
1542 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1543
4e23fced
JB
15442014-01-10 Joel Brobecker <brobecker@adacore.com>
1545
1546 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1547
c6a9e42c
PA
15482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1549 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.mi/mi-info-os.exp: Connect to the target with
1552 mi_gdb_target_load.
1553
b7ea362b
PA
15542014-01-08 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.threads/reconnect-signal.c: New file.
1557 * gdb.threads/reconnect-signal.exp: New file.
1558
5e3f4fab
EBM
15592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 * gdb.base/source-dir.exp: New file.
1562
79301218
JB
15632014-01-07 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdb.ada/mi_interface: New testcase.
1566
8e355c5d
JB
15672014-01-07 Joel Brobecker <brobecker@adacore.com>
1568
1569 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1570 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1571 gdb.ada/pp-rec-component/pck.ads: New files.
1572
c0d48811
JB
15732014-01-07 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.python/py-pp-integral.c: New file.
1576 * gdb.python/py-pp-integral.py: New file.
1577 * gdb.python/py-pp-integral.exp: New file.
1578
17b609c3 1579For older changes see ChangeLog-1993-2013.
c906108c 1580\f
8d8cb839
EZ
1581;; Local Variables:
1582;; mode: change-log
1583;; left-margin: 8
1584;; fill-column: 74
1585;; version-control: never
1586;; End:
902f2ccb 1587
14f8b115 1588 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1589 Copying and distribution of this file, with or without modification,
1590 are permitted provided the copyright notice and this notice are preserved.