Unnecessary restore of timeout global at end of gdb.base/completion.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
da02b3a8
JB
12014-06-02 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4
c72b2e7b
YQ
52014-06-01 Yao Qi <yao@codesourcery.com>
6
7 * gdb.base/watchpoint.exp (test_watch_location): Check null
8 pointer can be dereferenced. If not, do the test, otherwise
9 skip it.
10
53e8a631
AB
112014-05-30 Andrew Burgess <aburgess@broadcom.com>
12
13 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14 results.
15 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16
938f0e2f
AB
172014-05-30 Andrew Burgess <aburgess@broadcom.com>
18
19 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22 * gdb.arch/amd64-invalid-stack-top.c: New file.
23 * gdb.arch/amd64-invalid-stack-top.exp: New file.
24
9ba6657a
PA
252014-05-30 Pedro Alves <palves@redhat.com>
26
27 PR breakpoints/17000
28 * gdb.base/sss-bp-on-user-bp.c: New file.
29 * gdb.base/sss-bp-on-user-bp.exp: New file.
30
522c09bf
DB
312014-05-30 David Blaikie <dblaikie@gmail.com>
32
33 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
34 gnu_inline semantics via attribute.
35 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
36 source explicitly specifies the required semantics.
37
bf4ef81e
MR
382014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
39
40 * gdb.reverse/sigall-reverse.exp: Fix a typo.
41
329ea579
PA
422014-05-29 Pedro Alves <palves@redhat.com>
43 Tom Tromey <tromey@redhat.com>
44
45 * gdb.base/async-shell.exp: Don't enable target-async.
46 * gdb.base/async.exp
47 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
48 parameter. Adjust.
49 (top level): Don't test with "target-async".
50 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
51 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
52 * gdb.base/inferior-died.exp: Don't enable target-async.
53 * gdb.base/interrupt-noterm.exp: Likewise.
54 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
55 * gdb.mi/mi-nonstop-exit.exp: Likewise.
56 * gdb.mi/mi-nonstop.exp: Likewise.
57 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
58 * gdb.mi/mi-nsintrall.exp: Likewise.
59 * gdb.mi/mi-nsmoribund.exp: Likewise.
60 * gdb.mi/mi-nsthrexec.exp: Likewise.
61 * gdb.mi/mi-watch-nonstop.exp: Likewise.
62 * gdb.multi/watchpoint-multi.exp: Adjust comment.
63 * gdb.python/py-evsignal.exp: Don't enable target-async.
64 * gdb.python/py-evthreads.exp: Likewise.
65 * gdb.python/py-prompt.exp: Likewise.
66 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
67 * gdb.server/solib-list.exp: Don't enable target-async.
68 * gdb.threads/thread-specific-bp.exp: Likewise.
69 * lib/mi-support.exp: Adjust to use mi-async.
70
fd664c91
PA
712014-05-29 Pedro Alves <palves@redhat.com>
72
73 PR gdb/13860
74 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
75 reason, even in sync mode.
76
251bde03
PA
772014-05-29 Pedro Alves <palves@redhat.com>
78 Hui Zhu <hui@codesourcery.com>
79
80 PR PR15693
81 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
82 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
83 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
84 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
85
7f3c0343
JB
862014-05-28 Joel Brobecker <brobecker@adacore.com>
87
88 * config/monitor.exp (gdb_target_monitor): Replace use of
89 "set remotebaud" by "set serial baud".
90
b2715b27
AW
912014-05-26 Andy Wingo <wingo@igalia.com>
92
93 * gdb.guile/scm-breakpoint.exp:
94 * gdb.guile/scm-gsmob.exp: Update to use plain old object
95 properties instead of gdb-object-properties.
96
498a4489
YQ
972014-05-26 Yao Qi <yao@codesourcery.com>
98
99 * gdb.server/no-thread-db.exp: Specify source file name
100 explicitly when setting a breakpoint.
101
589fdceb
MM
1022014-05-23 Markus Metzger <markus.t.metzger@intel.com>
103
104 * gdb.btrace/vdso.c: New.
105 * gdb.btrace/vdso.exp: New.
106
e9089e05
MM
1072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
108
109 * gdb.base/gcore.exp (capture_command_output): Move ...
110 * lib/gdb.exp (capture_command_output): ... here.
111
67b5c0c1
MM
1122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
113
114 * gdb.btrace/data.exp: Test memory access during btrace replay.
115
a2199296
SM
1162014-05-22 Simon Marchi <simon.marchi@ericsson.com>
117
118 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
119
17b2616c
PA
1202014-05-21 Pedro Alves <palves@redhat.com>
121
122 PR gdb/13860
123 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
124 (top level): Test that output related to execution commands is
125 sent to the console with CLI commands, but not with MI commands.
126 Test that breakpoint events are always mirrored to the console.
127 Also expect the new source line to be output after a "next" in
128 async mode too. Make it a pass/fail test.
129 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
130 output.
131 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
132
5166082f
PA
1332014-05-21 Pedro Alves <palves@redhat.com>
134
135 * gdb.base/list.exp (build_pattern, test_list): New procedures.
136 Use them to test variations of "list" after reaching a breakpoint.
137 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
138 Test "list" with listsize 10 after reaching a breakpoint.
139 * gdb.python/python.exp (decode_line current location line
140 number): Adjust expected line number.
141
2f25d70f
SM
1422014-05-21 Simon Marchi <simon.marchi@ericsson.com>
143
144 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
145 behavior for $args, pass it directly to "run".
146
ff604a67
MR
1472014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
148
149 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
150 30000 to 65536.
151
6a3cb8e8
PA
1522014-05-21 Pedro Alves <palves@redhat.com>
153
154 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
155 auto-connect-native-target off".
156 * gdb.base/auto-connect-native-target.c: New file.
157 * gdb.base/auto-connect-native-target.exp: New file.
158
4ebfc96e
PA
1592014-05-21 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/default.exp: Test "target native" instead of "target
162 child".
163
36d46afb
MW
1642014-05-21 Mark Wielaard <mjw@redhat.com>
165
166 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
167
5876f503
JK
1682014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 Fix TLS access for -static -pthread.
171 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
172 <HAVE_TLS> (thread_function, main): Initialize it.
173 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
174 Add clean_restart.
175 <$have_tls != "">: Check TLSVAR.
176
0256a6ac
PA
1772014-05-21 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/dcache-line-read-error.c: New.
180 * gdb.base/dcache-line-read-error.exp: New.
181
936d2992
PA
1822014-05-20 Pedro Alves <palves@redhat.com>
183
184 * gdb.base/compare-sections.c: New file.
185 * gdb.base/compare-sections.exp: New file.
186
802e8e6d
PA
1872014-05-20 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/break-idempotent.c: New file.
190 * gdb.base/break-idempotent.exp: New file.
191
e59fa00f
MM
1922014-05-20 Markus Metzger <markus.t.metzger@intel.com>
193
194 * gdb.btrace/nohist.exp: New.
195
8b696e31
YQ
1962014-05-20 Yao Qi <yao@codesourcery.com>
197
198 * lib/gdb.exp (gdb_init): Set timeout if test file is under
199 gdb.reverse directory and gdb_reverse_timeout exists in board
200 setting.
201 * README: Document gdb_reverse_timeout.
202
73c9764f
YQ
2032014-05-20 Yao Qi <yao@codesourcery.com>
204
205 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
206 'test_file_name'. Treat args as a string instead of a list.
207 (gdb_init): Rename argument 'args' by 'test_file_name'.
208
f1f4348a
JK
2092014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * gdb.arch/powerpc-power.exp: New file.
212 * gdb.arch/powerpc-power.s: New file.
213
0dbe70ce
DE
2142014-05-16 Doug Evans <dje@google.com>
215
216 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
217 * gdb.base/completion.exp: Check that all expected files exist
218 before doing file completion.
0dbe70ce 219
8d551b02
DE
2202014-05-16 Doug Evans <dje@google.com>
221
222 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
223 Update.
224 (do_syscall_tests_without_xml): Update.
225
73eb7709
PA
2262014-05-16 Pedro Alves <palves@redhat.com>
227
228 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
229 instead of "unknown output after running".
230
3fae92fc
YQ
2312014-05-16 Yao Qi <yao@codesourcery.com>
232
233 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
234 file1.txt from host at the end.
235 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
236
c2b2ccc5
DE
2372014-05-15 Doug Evans <dje@google.com>
238
239 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
240 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
241 loading file. Add test for TU lookup.
242
8c217a4b
SM
2432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
244
245 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
246 calling "-exec-arguments" or "set args" before running the
247 inferior.
248
3deb39c6
SM
2492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
250
251 * lib/mi-support.exp (mi_expect_stop): Expect message for
252 inferiors that exit with non-zero exit code.
253
71a79f8c
YQ
2542014-05-14 Yao Qi <yao@codesourcery.com>
255
256 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
257 match absolute path on remote host.
258 (test_file_list_exec_source_files): Remove "/" from the
259 pattern.
260
f23fcd46
YQ
2612014-05-14 Yao Qi <yao@codesourcery.com>
262
263 * boards/local-remote-host-notty.exp (${board}_file): New
264 proc.
265
9404b58f
KM
2662014-05-07 Kyle McMartin <kyle@redhat.com>
267
268 Pushed by Joel Brobecker <brobecker@adacore.com>.
269 * gdb.arch/aarch64-atomic-inst.c: New file.
270 * gdb.arch/aarch64-atomic-inst.exp: New file.
271
5e45f04c
YQ
2722014-05-07 Yao Qi <yao@codesourcery.com>
273
274 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
275 in current context" too.
276
c888a17d
KS
2772014-05-05 Keith Seitz <keiths@redhat.com>
278
279 * gdb.linespec/ls-dollar.exp: Add test for linespec
280 file:convenience_variable.
281
290a839c
YQ
2822014-05-05 Yao Qi <yao@codesourcery.com>
283
284 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
285 traceframes into tfile and ctf trace files. Read data from
286 trace file and test collected data.
287 (gdb_collect_locals_test): Likewise.
288 (gdb_unavailable_registers_test): Likewise.
289 (gdb_unavailable_floats): Likewise.
290 (gdb_collect_globals_test): Likewise.
291 (top-level): Append "ctf" to trace_file_targets if GDB
292 supports.
293
b5262cd0
YQ
2942014-05-05 Yao Qi <yao@codesourcery.com>
295
296 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
297 code to ...
298 (gdb_collect_args_test_1): ... it. New proc.
299 (gdb_collect_locals_test): Move some code to ...
300 (gdb_collect_locals_test_1): ... it. New proc.
301 (gdb_unavailable_registers_test): Move some code to ...
302 (gdb_unavailable_registers_test_1): ... it. New proc.
303 (gdb_unavailable_floats): Move some code to ...
304 (gdb_unavailable_floats_1): ... it. New proc.
305
30a1e6cc
SDJ
3062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
307
308 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
309 probes to test for bitness recognition.
310 * gdb.arch/amd64-stap-optional-prefix.exp
311 (test_probe_value_without_reg): New procedure.
312 Add code to test for different kinds of bitness.
313
f33da99a
SDJ
3142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
315
316 PR breakpoints/16889
317 * gdb.arch/amd64-stap-optional-prefix.S: New file.
318 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
319
5b80f00d
PA
3202014-05-01 Pedro Alves <palves@redhat.com>
321
322 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
323 gdb_file_cmd if no file is specified.
324 * boards/native-extended-gdbserver.exp (gdb_load): Use the
325 last_loaded_file to set the remote exec-file.
326
f8c2a73c
PA
3272014-05-01 Pedro Alves <palves@redhat.com>
328
329 * boards/local-remote-host.exp: New file.
330
be6e8ac7
PA
3312014-05-01 Pedro Alves <palves@redhat.com>
332
333 * boards/local-remote-host.exp: Rename to ...
334 * boards/local-remote-host-notty.exp: ... this.
335
cac0dc8f
JB
3362014-04-28 Joel Brobecker <brobecker@adacore.com>
337
338 * gdb.ada/dyn_arrayidx: New testcase.
339
9730e6cc
YQ
3402014-04-26 Yao Qi <yao@codesourcery.com>
341
342 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
343 and compute the length of function main. Save it in
344 $main_length.
345 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
346 (top-level): Use gdb_compile to compile objects into
347 executable and restart GDB. Remove invocation to
348 prepare_for_testing.
349
7ae1a6a6
PA
3502014-04-25 Simon Marchi <simon.marchi@ericsson.com>
351 Pedro Alves <palves@redhat.com>
352
353 PR server/16255
354 * gdb.multi/multi-attach.c: New file.
355 * gdb.multi/multi-attach.exp: New file.
356
4082afcc
PA
3572014-04-25 Pedro Alves <palves@redhat.com>
358
359 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
360 user.
361 (top level): Test that "set remote conditional-breakpoints-packet
362 off" works as intended.
363 * gdb.base/dprintf.exp: Test that "set remote
364 breakpoint-commands-packet off" works as intended.
365 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
366 New function.
367 (top level): Call it.
368 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
369 remote fast-tracepoints-packet off" works as intended.
370 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
371 * lib/gdb.exp (gdb_is_target_remote): ... here.
372
2abc3f8d
DB
3732014-04-24 David Blaikie <dblaikie@gmail.com>
374
375 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
376 ensure clang would not discard them.
377 * gdb.base/gdbvars.c: Ditto.
378 * gdb.base/memattr.c: Ditto.
379 * gdb.base/whatis.c: Ditto.
380 * gdb.python/py-prettyprint.c: Ditto.
381 * gdb.trace/actions.c: Ditto.
382 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
383 ensure clang would not discard it.
384
bfd39632
DB
3852014-04-24 David Blaikie <dblaikie@gmail.com>
386
387 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
388 clang to emit the full definition of type required by the test
389 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
390
22842ff6
DB
3912014-04-24 David Blaikie <dblaikie@gmail.com>
392
393 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
394 coax Clang into emitting the definition of the type.
395 * gdb.cp/pr10728-x.h (y): Ditto.
396 * gdb.cp/pr10728-y.cc (y): Ditto.
397
c2e827ad
DB
3982014-04-24 David Blaikie <dblaikie@gmail.com>
399
400 * gdb.base/label.exp: XFAIL label related tests under Clang.
401 * gdb.cp/cplabel.exp: Ditto.
402 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
403 under Clang those using labels.
404
4c2d33e7
YQ
4052014-04-25 Yao Qi <yao@codesourcery.com>
406
407 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
408 double_label.
409 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
410 partial_label and double_label.
411
56083b99
DB
4122014-04-24 David Blaikie <dblaikie@gmail.com>
413
414 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
415
25d4e99d
DB
4162014-04-24 David Blaikie <dblaikie@gmail.com>
417
418 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
419 of the function to work across GCC and Clang.
420 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
421 pointer types (const void ** const V void **).
422
01f9f808
MS
4232014-04-24 Michael Sturm <michael.sturm@mintel.com>
424 Walfred Tedeschi <walfred.tedeschi@intel.com>
425
426 * Makefile.in (EXECUTABLES): Added i386-avx512.
427 * gdb.arch/i386-avx512.c: New file.
428 * gdb.arch/i386-avx512.exp: Likewise.
429
4b48d439
KS
4302014-04-23 Keith Seitz <keiths@redhat.com>
431
432 * lib/mi-support.exp (mi_list_breakpoints): Delete.
433 (mi_make_breakpoint_table): New procedure.
434 (mi_create_breakpoint): Use mi_make_breakpoint
435 and return the result.
436 (mi_make_breakpoint): New procedure.
437 (mi_build_kv_pairs): New procedure.
438
439 * gdb.mi/mi-break.exp: Remove unused globals,
440 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
441 All callers updated.
442 * gdb.mi/mi-dprintf.exp: Use variable to track command
443 number.
444 Update all callers of mi_create_breakpoint and use
445 mi_make_breakpoint_table.
446 Remove any unused global variables.
447 * gdb.mi/mi-nonstop.exp: Likewise.
448 * gdb.mi/mi-nsintrall.exp: Likewise.
449 * gdb.mi/mi-nsmoribund.exp: Likewise.
450 * gdb.mi/mi-nsthrexec.exp: Likewise.
451 * gdb.mi/mi-reverse.exp: Likewise.
452 * gdb.mi/mi-simplerun.exp: Likewise.
453 * gdb.mi/mi-stepn.exp: Likewise.
454 * gdb.mi/mi-syn-frame.exp: Likewise.
455 * gdb.mi/mi-until.exp: Likewise.
456 * gdb.mi/mi-var-cp.exp: Likewise.
457 * gdb.mi/mi-var-display.exp: Likewise.
458 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
459 * gdb.mi/mi2-var-child.exp: Likewise.
460 * gdb.mi/mi-vla-c99.exp: Likewise.
461 * lib/mi-support.exp: Likewise.
462
463 From Ian Lance Taylor <iant@cygnus.com>:
464 * lib/gdb.exp (parse_args): New procedure.
465
08351840
PA
4662014-04-23 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/break-unload-file.c: New file.
469 * gdb.base/break-unload-file.exp: New file.
470 * gdb.base/sym-file-lib.c (baz): New function.
471 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
472 field.
473 (load): Store the segment's mapped size.
474 (unload): New function.
475 (unload_shlib): New function.
476 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
477 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
478 set a breakpoint at baz, and call it.
479 * gdb.base/sym-file.exp: New tests for stale breakpoint
480 instructions.
481
076855f9
PA
4822014-04-23 Pedro Alves <palves@redhat.com>
483
484 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
485 * gdb.base/hbreak-in-shr-unsupported.c: New file.
486 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
487 * gdb.base/hbreak-unmapped.c: New file.
488 * gdb.base/hbreak-unmapped.exp: New file.
489 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
490 * lib/gdb.exp (gdb_is_target_remote): ... here.
491
483805cf
PA
4922014-04-22 Pedro Alves <palves@redhat.com>
493
494 * gdb.base/consecutive-step-over.c: New file.
495 * gdb.base/consecutive-step-over.exp: New file.
496
06d97543
PA
4972014-04-22 Pedro Alves <palves@redhat.com>
498
499 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
500 instead of send_gdb/gdb_expect.
501
b4429ea2
YQ
5022014-04-22 Yao Qi <yao@codesourcery.com>
503
504 * lib/trace-support.exp (generate_tracefile): New procedure.
505 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
506 return 0.
507 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
508 if generate_tracefile returns 1.
509
51d48146
PA
5102014-04-18 Tom Tromey <palves@redhat.com>
511 Pedro alves <tromey@redhat.com>
512
513 PR backtrace/15558
514 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
515 with a backtrace limit.
516 * gdb.python/py-frame-inline.exp: Test running to an inline
517 function with a backtrace limit, and printing the newest frame.
518 * gdb.python/py-frame-inline.c (main): Call f.
519
bd1dce5f
MS
5202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
521
522 * gdb.java/jnpe.exp: Drop srcdir from untested path.
523
40d1a503
MS
5242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
525
526 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
527 Drop prefix from unsupported source file path.
528
389b98f7
YQ
5292014-04-17 Yao Qi <yao@codesourcery.com>
530
531 * lib/gdb.exp (with_target_charset): New proc.
532 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
533 with_target_charset.
534 (test_print_strings): Likewise.
535 (test_repeat_bytes): Likewise.
536 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
537 for some tests.
538
22869d73
KS
5392014-04-16 Keith Seitz <keiths@redhat.com>
540
541 PR gdb/15827
542 * gdb.dwarf2/corrupt.c: New file.
543 * gdb.dwarf2/corrupt.exp: New file.
544
c4f87ca6
KS
5452014-04-16 Keith Seitz <keiths@redhat.com>
546
547 PR c++/16597
548 * gdb.cp/namelessclass.cc: New file.
549 * gdb.cp/namelessclass.exp: New file.
550 * gdb.cp/namelessclass.S: New file.
551
ab19de87
DE
5522014-04-16 Doug Evans <dje@google.com>
553
554 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
555 Add comment.
556 (gdbserver_default_get_comm_port): New function.
557 (gdbserver_start): Check if board file provided
558 "gdbserver,get_comm_port" and use it if so.
559 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
560 (gdb,socketport): Set to "stdio".
561 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
562 (stdio_gdbserver_template): Delete.
563 (${board}_get_remote_address): Update.
564 (${board}_build_remote_cmd): Delete.
565 (${board}_get_comm_port): New function.
566 (${board}_spawn): Update.
567 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
568 Delete.
569 (${board}_get_remote_address): Update.
570 (${board}_get_comm_port): New function.
571
fc98a809
AB
5722014-04-16 Andrew Burgess <aburgess@broadcom.com>
573
574 * gdb.base/memattr.exp: Improve regexps to handle memory regions
575 appearing in any order.
576
87fd9e6e
DE
5772014-04-15 Doug Evans <dje@google.com>
578
579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
580 uninitialized value of "description".
581
099fc3ea
KS
5822014-04-15 Keith Seitz <keiths@redhat.com>
583
584 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
585 Remove unused globals.
586 (test_running_the_program): Likewise.
587 (test_controlled_execution): Likewise.
588 (test_controlling_breakpoints): Likewise.
589 (test_program_termination): Likewise.
590
5da151d4
KS
5912014-04-15 Keith Seitz <keiths@redhat.com>
592
593 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
594 unused globals.
595 (test_rbreak_creation_and_listing): Likewise.
596 (test_ignore_count): Likewise.
597 (test_error): Likewise.
598
35e5d2f0
PA
5992014-04-15 Pedro Alves <palves@redhat.com>
600
601 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
602 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
603 sym-file-loader.c.
604 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
605 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
606 to sym-file-loader.c.
607 (struct library): Forward declare.
608 (load_shlib, lookup_function): Change prototypes.
609 (find_shstrtab, find_strtab, find_shdr, find_symtab)
610 (translate_offset): Remove declarations.
611 (get_text_addr): New declaration.
612 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
613 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
614 sym-file-loader.h.
615 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
616 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
617 here from sym-file-loader.h.
618 (struct library): New structure.
619 (load_shlib, lookup_function): Change prototypes and adjust to
620 work with a struct library.
621 (find_shstrtab, find_strtab, find_shdr, find_symtab)
622 (translate_offset): Make static.
623 (get_text_addr): New function.
624 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
625
eb4c1710
PA
6262014-04-15 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
629
2d1baf52
PA
6302014-04-15 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/sym-file-loader.c: Include <limits.h>.
633 (SELF_LINK): New define.
634 (get_origin): New function.
635 (load_shlib): Use it.
636 * gdb.base/sym-file.exp: Don't early return if the target is
637 remote. Use runto_main, and issue fail is that fails. Use
638 gdb_load_shlibs.
639 (shlib_name): Delete.
640 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
641
7dd6df01
PA
6422014-04-15 Pedro Alves <palves@redhat.com>
643
644 * gdb.base/sym-file.exp: Remove regex characters from test
645 message. Don't refer to breakpoint numbers in test messages.
646
b50c8614
KS
6472014-04-14 Keith Seitz <keiths@redhat.com>
648
649 PR c++/16253
650 * gdb.cp/var-tag.cc: New file.
651 * gdb.cp/var-tag.exp: New file.
652 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
653 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
654 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
655 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
656
3d567982
TT
6572014-04-14 Tom Tromey <tromey@redhat.com>
658
659 * gdb.cp/classes.exp (test_enums): Handle underlying type.
660 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
661 type.
662 * gdb.cp/enum-class.exp: New file.
663 * gdb.cp/enum-class.cc: New file.
664
0626fc76
TT
6652014-04-14 Tom Tromey <tromey@redhat.com>
666
667 * gdb.dwarf2/enum-type.exp: New file.
668
dca325b3
SA
6692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
670
671 * gdb.mi/mi-vla-c99.exp: New file.
672 * gdb.mi/vla.c: New file.
673
5854b38a
SA
6742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
675
676 * gdb.base/vla-datatypes.c: New file.
677 * gdb.base/vla-datatypes.exp: New file.
678
463bb957
SA
6792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
680
681 * gdb.base/vla-ptr.c: New file.
682 * gdb.base/vla-ptr.exp: New file.
683
3dd170be
SA
6842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
685
686 * gdb.dwarf2/count.exp: New file.
687
5ecaaa66
SA
6882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
689
690 * gdb.base/vla-sideeffect.c: New file.
691 * gdb.base/vla-sideeffect.exp: New file.
692
41f1ada5
DB
6932014-04-14 David Blaikie <dblaikie@gmail.com>
694
695 * gdb.mi/non-stop.c: Add return value for non-void function return
696 statement.
697 * gdb.threads/staticthreads.c: Ditto.
698
0be03e84
DE
6992014-04-12 Siva Chandra Reddy <sivachandra@google.com>
700 Doug Evans <xdje42@gmail.com>
701
702 * gdb.guile/scm-value.c: Improve test case.
703 * gdb.guile/scm-value.exp: Add new test.
704
f180a1fb
DB
7052014-04-11 David Blaikie <dblaikie@gmail.com>
706
707 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
708 override Clang's default.
709
6b662e19
JB
7102014-04-11 Joel Brobecker <brobecker@adacore.com>
711
712 Revert the following changes (regressions):
713
714 * gdb.base/vla-sideeffect.c: New file.
715 * gdb.base/vla-sideeffect.exp: New file.
716
717 * gdb.dwarf2/count.exp: New file.
718
719 * gdb.base/vla-multi.c: New file.
720 * gdb.base/vla-multi.exp: New file.
721
722 * gdb.base/vla-ptr.c: New file.
723 * gdb.base/vla-ptr.exp: New file.
724
725 * gdb.base/vla-datatypes.c: New file.
726 * gdb.base/vla-datatypes.exp: New file.
727
728 * gdb.mi/mi-vla-c99.exp: New file.
729 * gdb.mi/vla.c: New file.
730
245a5f0b
KS
7312014-04-11 Keith Seitz <keiths@redhat.com>
732
733 PR c++/16675
734 * gdb.cp/cpsizeof.exp: New file.
735 * gdb.cp/cpsizeof.cc: New file.
736
58a84dcf
SA
7372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
738
191a8a90
JB
739 * gdb.mi/mi-vla-c99.exp: New file.
740 * gdb.mi/vla.c: New file.
58a84dcf 741
c8655f75
SA
7422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
743
744 * gdb.base/vla-datatypes.c: New file.
745 * gdb.base/vla-datatypes.exp: New file.
746
024e13b4
SA
7472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
748
749 * gdb.base/vla-ptr.c: New file.
750 * gdb.base/vla-ptr.exp: New file.
751
1a237e0e
SA
7522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
753
754 * gdb.base/vla-multi.c: New file.
755 * gdb.base/vla-multi.exp: New file.
756
504f3432
SA
7572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
758
759 * gdb.dwarf2/count.exp: New file.
760
3bce8237
SA
7612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
762
191a8a90
JB
763 * gdb.base/vla-sideeffect.c: New file.
764 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 765
322f9c21
YQ
7662014-04-11 Yao Qi <yao@codesourcery.com>
767
768 * gdb.base/completion.exp: Check file exists before running tests
769 on file completion.
770
d708bcd1
PA
7712014-04-10 Pedro Alves <palves@redhat.com>
772
773 * gdb.base/cond-eval-mode.c: New file.
774 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
775 prepare_for_testing to build the new file. Check result of
776 runto_main.
777 (test_break, test_watch): New procedures.
778 (top level): Use them.
779
ae1d2761
PM
7802014-04-08 Pierre Muller <muller@sourceware.org>
781
782 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
783 Ctrl-V use for mingw hosts.
784
7af389b8
SC
7852014-04-07 Siva Chandra Reddy <sivachandra@google.com>
786
787 * gdb.python/py-value.c: Improve test case.
788 * gdb.python/py-value.exp: Add new test.
789
5e703181
DE
7902014-04-07 David Blaikie <dblaikie@gmail.com>
791
792 * lib/compiler.c: Identify the clang compiler.
793 * lib/compiler.cc: Ditto.
794
9810b410
YQ
7952014-04-03 Yao Qi <yao@codesourcery.com>
796
797 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
798
98d1b8dc
AB
7992014-04-01 Anton Blanchard <anton@samba.org>
800
801 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
802 messages unique.
803
3114cea1
AB
8042014-04-01 Anton Blanchard <anton@samba.org>
805
806 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
807 prepare_for_testing.
808
62f7182c
AB
8092014-04-01 Anton Blanchard <anton@samba.org>
810
811 * gdb.arch/ppc64-atomic-inst.c: Remove.
812 * gdb.arch/ppc64-atomic-inst.S: New file.
813 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
814
770e7fc7
DE
8152014-03-31 Doug Evans <dje@google.com>
816
817 * gdb.base/print-symbol-loading-lib.c: New file.
818 * gdb.base/print-symbol-loading-main.c: New file.
819 * gdb.base/print-symbol-loading.exp: New file.
820
46e2bafa
YQ
8212014-03-31 Yao Qi <yao@codesourcery.com>
822
823 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
824
8776cfe9
JB
8252014-03-28 Joel Brobecker <brobecker@adacore.com>
826
827 * gdb.ada/mi_dyn_arr: New testcase.
828
5d1ef361
DE
8292014-03-27 Doug Evans <dje@google.com>
830
831 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
832
b5bee914
YQ
8332014-03-27 Yao Qi <yao@codesourcery.com>
834
835 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
836 if target is nios2-*-*.
837
0d4d0e77
YQ
8382014-03-26 Yao Qi <yao@codesourcery.com>
839
840 * lib/gdb.exp (readline_is_used): New proc.
841 * gdb.base/completion.exp: Move tests on command complete up.
842 Skip the rest of tests if readline is not used.
843 * gdb.ada/complete.exp: Skp the test if readline is not
844 used.
845 * gdb.base/filesym.exp: Likewise.
846 * gdb.base/macscp.exp: Likewise.
847 * gdb.base/readline-ask.exp: Likewise.
848 * gdb.base/readline.exp: Likewise.
849 * gdb.python/py-cmd.exp: Likewise.
850 * gdb.trace/tfile.exp: Likewise.
851
29361eee
YQ
8522014-03-26 Yao Qi <yao@codesourcery.com>
853
854 * gdb.base/macscp.exp: Fix code format issues.
855
bc9a5525
UW
8562014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
857
858 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
859 * gdb.asm/powerpc64le.inc: New file.
860
d3839ede
PA
8612014-03-25 Pedro Alves <palves@redhat.com>
862 Doug Evans <dje@google.com>
863
864 * gdb.base/source-execution.c: New file.
865 * gdb.base/source-execution.exp: New file.
866 * gdb.base/source-execution.gdb: New file.
867
01672a57
DE
8682014-03-24 Doug Evans <dje@google.com>
869
870 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
871 using fission.
872
88bbeca9
HZ
8732014-03-24 Hui Zhu <hui@codesourcery.com>
874 Pedro Alves <palves@redhat.com>
875
876 PR breakpoints/16101
877 * gdb.base/dprintf.exp: Use unsupported rather than changing the
878 test pass/fail messages. Detect missing support for dprintf when
879 breakpoints are actually inserted.
880 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
881 breakpoints are actually inserted.
882 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
883 fails.
884
d2348791
JK
8852014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
888
feef67ab
DE
8892014-03-22 Doug Evans <xdje42@gmail.com>
890
891 * gdb.python/python.exp (python not supported): Verify multi-line
892 python command issues an error.
25d743f9 893 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 894 guile command issues an error.
feef67ab 895
ecebef6a
MR
8962014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
897
898 * gdb.threads/thread-specific.exp: Handle the lack of usable
899 $this_breakpoint and $this_thread.
900
ccdd1909
HZ
9012014-03-21 Hui Zhu <hui@codesourcery.com>
902
903 * gdb.base/attach.exp (do_command_attach_tests): New.
904
beb460e8
PA
9052014-03-20 Tom Tromey <tromey@redhat.com>
906 Pedro Alves <palves@redhat.com>
907
908 PR cli/15718
909 * gdb.base/condbreak-call-false.c: New file.
910 * gdb.base/condbreak-call-false.exp: New file.
911
40acf43a
PA
9122014-03-20 Pedro Alves <palves@redhat.com>
913
914 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
915 Delete.
916 (block_signals, unblock_signals): Delete.
917 (child_function_2, main): Remove references to deleted variable
918 and functions.
919
9f5e1e02
PA
9202014-03-20 Pedro Alves <palves@redhat.com>
921
922 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
923 Use pthread_kill to signal thread 2.
924 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
925 Adjust to make the test send itself a signal rather than using the
926 host's "kill" command.
927
99619bea
PA
9282014-03-20 Pedro Alves <palves@redhat.com>
929
930 * gdb.threads/multiple-step-overs.c: New file.
931 * gdb.threads/multiple-step-overs.exp: New file.
932 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
933 Adjust expected infrun debug output.
934
2adfaa28
PA
9352014-03-20 Pedro Alves <palves@redhat.com>
936
937 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
938 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
939
31e77af2
PA
9402014-03-20 Pedro Alves <palves@redhat.com>
941
942 PR breakpoints/7143
943 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
944 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
945 of gdb_test_multiple.
946 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
947 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
948
b9f437de
PA
9492014-03-20 Pedro Alves <palves@redhat.com>
950
951 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
952 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
953
05adc73e
PA
9542014-03-19 Pedro Alves <palves@redhat.com>
955
956 * gdb.base/async.exp: Remove early return.
957
6048b950
PA
9582014-03-19 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/async.exp (step& tests): Pass explicit test messages.
961
8bcfb00a
PA
9622014-03-19 Pedro Alves <palves@redhat.com>
963
964 * gdb.base/async.exp (test_background): Expect \r\n after
965 "completed." in the fail pattern.
966
884e37dc
PA
9672014-03-19 Pedro Alves <palves@redhat.com>
968
969 * gdb.base/async.exp (test_background): New procedure.
970 Use it for all background execution command tests.
971
148e57e2
PA
9722014-03-19 Pedro Alves <palves@redhat.com>
973
974 * gdb.base/async.exp: Use prepare_for_testing.
975
f48088c7
PA
9762014-03-19 Pedro Alves <palves@redhat.com>
977
978 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
979 the same line.
980
e2f6c966
PA
9812014-03-19 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/async.c (main): Add "jump here" and "until here" line
984 marker comments.
985 * gdb.base/async.exp (jump_here): New global.
986 (jump& test): Use it.
987 (until_here): New global.
988 (until& test): Use it.
989
c30568d4
PA
9902014-03-19 Pedro Alves <palves@redhat.com>
991
992 * gdb.base/async.exp: Don't frob gdb_protocol.
993
0172b6a7
DE
9942014-03-18 Doug Evans <xdje42@gmail.com>
995
996 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
997 Fix spelling of exec-done-display.
998
06c868a8
JK
9992014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 PR gdb/15358
1002 * gdb.base/gdb-sigterm.c: New file.
1003 * gdb.base/gdb-sigterm.exp: New file.
1004
0c7e1a46
PA
10052014-03-18 Pedro Alves <palves@redhat.com>
1006
1007 PR gdb/13860
1008 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1009 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1010 solib-event.
1011
f7c77d93
JB
10122014-03-17 Joel Brobecker <brobecker@adacore.com>
1013
1014 * gdb.ada/pckd_arr_ren: New testcase.
1015
5a1e8c7a
DE
10162014-03-13 Doug Evans <xdje42@gmail.com>
1017
1018 PR guile/16612
1019 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1020 collect after discarding symbols.
1021
350e1a76
DE
10222014-03-13 Ludovic Courtès <ludo@gnu.org>
1023 Doug Evans <xdje42@gmail.com>
1024
1025 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1026 to history survives a gc.
1027
a69900ae
PA
10282014-03-13 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/default.exp: Don't test "target procfs".
1031
5db9f0bd
PA
10322014-03-13 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.base/default.exp: Update "target child" and "target procfs"
1035 tests to not expect "Unix".
1036
b3ccfe11
TT
10372014-03-12 Tom Tromey <tromey@redhat.com>
1038
1039 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1040 New procs. Add target-async tests.
1041 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1042 Add target-async tests.
1043
646f4417
AA
10442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1045
1046 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1047 'func_start' and 'func_end' for the beginning and end of the
1048 function code, respectively.
1049 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1050 'func_end' instead of 'func' and 'main'.
1051
288c211f
AA
10522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1053
1054 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1055 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1056 generate the debug info assembler source.
1057
e0c0f156
AA
10582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1059
1060 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1061 * gdb.dwarf2/arr-subrange.exp: Likewise.
1062 * gdb.dwarf2/dwz.exp: Likewise.
1063 * gdb.dwarf2/method-ptr.exp: Likewise.
1064 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1065 * gdb.dwarf2/subrange.exp: Likewise.
1066 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1067 * gdb.dwarf2/implptrpiece.exp: Likewise.
1068 * gdb.dwarf2/nostaticblock.exp: Likewise.
1069
0e5c4555
AA
10702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1071
1072 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1073 directory to absolute path name arguments.
1074
5ec18f2b
JG
10752014-03-10 Joel Brobecker <brobecker@adacore.com>
1076
1077 * gdb.ada/tagged_access: New testcase.
1078
847fc4f2
MM
10792014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1080
1081 * gdb.btrace/data.exp: Update expected output.
1082
cc3da688
YQ
10832014-03-06 Yao Qi <yao@codesourcery.com>
1084
1085 * gdb.trace/pr16508.exp: New file.
1086
0f26cec1
PA
10872014-03-05 Pedro Alves <palves@redhat.com>
1088
1089 PR gdb/16575
1090 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1091 procedure.
1092 (top level): Adjust to use it. Add tests that exercise breakpoint
1093 interaction with the code-cache.
1094
7a5a839f
LC
10952014-02-26 Ludovic Courtès <ludo@gnu.org>
1096
1097 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1098 test for 'history-append!'.
1099
31aa7e4e
JB
11002014-02-26 Joel Brobecker <brobecker@adacore.com>
1101
1102 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1103 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1104 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1105 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1106 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1107 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1108
1b588015
JB
11092014-02-26 Joel Brobecker <brobecker@adacore.com>
1110
1111 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1112 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1113 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1114
55426c9d
JB
11152014-02-26 Joel Brobecker <brobecker@adacore.com>
1116
1117 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1118
dc53a7ad
JB
11192014-02-26 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.dwarf2/arr-stride.c: New file.
1122 * gdb.dwarf2/arr-stride.exp: New file.
1123
12ab52e9
PA
11242014-02-26 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1127 that won't ever trigger. Make sure that GDB reports the correct
1128 breakpoint that caused the stop.
1129
849c862e
JK
11302014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 PR gdb/16626
1133 * gdb.base/auto-load-script: New file.
1134 * gdb.base/auto-load.c: New file.
1135 * gdb.base/auto-load.exp: New file.
1136
71b7d793
JK
1137 PR gdb/16626
1138 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1139
e2f0d509
JK
11402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1143 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1144
50cc37c8
DE
11452014-02-24 Doug Evans <dje@google.com>
1146
1147 * lib/gdb.exp (run_on_host): Log error output if program fails.
1148
ea4758f2
PA
11492014-02-21 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.threads/step-after-sr-lock.c: Rename to ...
1152 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1153 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1155 ... this.
1156
d7b30f67
SDJ
11572014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1158
1159 PR tdep/16397
1160 * gdb.arch/amd64-stap-special-operands.exp: New file.
1161 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1162 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1163 * gdb.arch/amd64-stap-triplet.S: Likewise.
1164 * gdb.arch/amd64-stap-triplet.c: Likewise.
1165
83deb43f
JB
11662014-02-20 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1169 in .section pseudo-op.
1170
adde2bff
DE
11712014-02-20 lin zuojian <manjian2006@gmail.com>
1172 Joel Brobecker <brobecker@adacore.com>
1173 Doug Evans <xdje42@gmail.com>
1174
1175 PR symtab/16581
1176 * gdb.dwarf2/dw2-icycle.S: New file.
1177 * gdb.dwarf2/dw2-icycle.c: New file.
1178 * gdb.dwarf2/dw2-icycle.exp: New file.
1179
f7bd0f78
SC
11802014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1181
1182 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1183 operations on gdb.Value objects.
1184 * gdb.python/py-value-cc.exp: Add new test to test operations on
1185 gdb.Value objects.
1186
c17ef0d5
DE
11872014-02-18 Doug Evans <dje@google.com>
1188
1189 * Makefile.in (TESTS): New variable.
1190 (expanded_tests, expanded_tests_or_none): New variables
1191 (check-single): Pass $(expanded_tests_or_none) to runtest.
1192 (check-parallel): Only run tests in $(TESTS) if non-empty.
1193 (check/no-matching-tests-found): New rule.
1194 * README: Document TESTS makefile variable.
1195
5dd3176f
DE
11962014-02-18 Doug Evans <dje@google.com>
1197
1198 * Makefile.in (check-parallel): rm -rf outputs temp.
1199
0b10be4f
JK
12002014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 Fix "ERROR: no fileid for" in the testsuite.
1203 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1204
85f224e7
DE
12052014-02-12 Doug Evans <dje@google.com>
1206
1207 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1208 (MISCELLANEOUS): New variable.
1209 (clean): rm -rf $(MISCELLANEOUS).
1210 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1211 dwp live in the same directory as symlinks, with each symlink pointed
1212 to a differently named file in a different directory.
1213
149b30ff
DE
12142014-02-11 Doug Evans <dje@google.com>
1215
1216 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1217 of Tcl file commands.
1218
1dfdac32
MK
12192014-02-10 Mark Kettenis <kettenis@gnu.org>
1220
1221 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1222 "kill -SIGUSR1 -1".
1223
aa4fb036
JB
12242014-02-10 Joel Brobecker <brobecker@adacore.com>
1225
1226 * gdb.ada/tick_length_array_enum_idx: New testcase.
1227
ed3ef339
DE
12282014-02-10 Doug Evans <xdje42@gmail.com>
1229
1230 * configure.ac (AC_OUTPUT): Add gdb.guile.
1231 * configure: Regenerate.
1232 * lib/gdb-guile.exp: New file.
1233 * lib/gdb.exp (get_target_charset): New function.
1234 * gdb.base/help.exp: Update expected output from "apropos apropos".
1235 * gdb.guile/Makefile.in: New file.
1236 * gdb.guile/guile.exp: New file.
1237 * gdb.guile/scm-arch.c: New file.
1238 * gdb.guile/scm-arch.exp: New file.
1239 * gdb.guile/scm-block.c: New file.
1240 * gdb.guile/scm-block.exp: New file.
1241 * gdb.guile/scm-breakpoint.c: New file.
1242 * gdb.guile/scm-breakpoint.exp: New file.
1243 * gdb.guile/scm-disasm.c: New file.
1244 * gdb.guile/scm-disasm.exp: New file.
1245 * gdb.guile/scm-equal.c: New file.
1246 * gdb.guile/scm-equal.exp: New file.
1247 * gdb.guile/scm-error.exp: New file.
1248 * gdb.guile/scm-error.scm: New file.
1249 * gdb.guile/scm-frame-args.c: New file.
1250 * gdb.guile/scm-frame-args.exp: New file.
1251 * gdb.guile/scm-frame-args.scm: New file.
1252 * gdb.guile/scm-frame-inline.c: New file.
1253 * gdb.guile/scm-frame-inline.exp: New file.
1254 * gdb.guile/scm-frame.c: New file.
1255 * gdb.guile/scm-frame.exp: New file.
1256 * gdb.guile/scm-generics.exp: New file.
1257 * gdb.guile/scm-gsmob.exp: New file.
1258 * gdb.guile/scm-iterator.c: New file.
1259 * gdb.guile/scm-iterator.exp: New file.
1260 * gdb.guile/scm-math.c: New file.
1261 * gdb.guile/scm-math.exp: New file.
1262 * gdb.guile/scm-objfile-script-gdb.in: New file.
1263 * gdb.guile/scm-objfile-script.c: New file.
1264 * gdb.guile/scm-objfile-script.exp: New file.
1265 * gdb.guile/scm-objfile.c: New file.
1266 * gdb.guile/scm-objfile.exp: New file.
1267 * gdb.guile/scm-ports.exp: New file.
1268 * gdb.guile/scm-pretty-print.c: New file.
1269 * gdb.guile/scm-pretty-print.exp: New file.
1270 * gdb.guile/scm-pretty-print.scm: New file.
1271 * gdb.guile/scm-section-script.c: New file.
1272 * gdb.guile/scm-section-script.exp: New file.
1273 * gdb.guile/scm-section-script.scm: New file.
1274 * gdb.guile/scm-symbol.c: New file.
1275 * gdb.guile/scm-symbol.exp: New file.
1276 * gdb.guile/scm-symtab-2.c: New file.
1277 * gdb.guile/scm-symtab.c: New file.
1278 * gdb.guile/scm-symtab.exp: New file.
1279 * gdb.guile/scm-type.c: New file.
1280 * gdb.guile/scm-type.exp: New file.
1281 * gdb.guile/scm-value-cc.cc: New file.
1282 * gdb.guile/scm-value-cc.exp: New file.
1283 * gdb.guile/scm-value.c: New file.
1284 * gdb.guile/scm-value.exp: New file.
1285 * gdb.guile/source2.scm: New file.
1286 * gdb.guile/types-module.cc: New file.
1287 * gdb.guile/types-module.exp: New file.
1288
7026a7c1
YQ
12892014-02-10 Yao Qi <yao@codesourcery.com>
1290
1291 PR testsuite/16543
1292 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1293 * configure: Regenerated.
1294 * Makefile.in: New file.
1295
6c466447
AS
12962014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1297
1298 * gdb.python/py-framefilter.exp: Fix typo.
1299
6e854735
YQ
13002014-02-08 Yao Qi <yao@codesourcery.com>
1301
1302 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1303 that no =breakpoint-modified is emitted when breakpoints are
1304 modified through MI commands.
1305
d137e6dc
PA
13062014-02-07 Pedro Alves <pedro@codesourcery.com>
1307 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.threads/step-after-sr-lock.c: New file.
1310 * gdb.threads/step-after-sr-lock.exp: New file.
1311
b5ee5a50
PA
13122014-02-07 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1315
3c77faf3
JK
13162014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1317
1318 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1319 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1320
6dddc817
DE
13212014-02-06 Doug Evans <xdje42@gmail.com>
1322
1323 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1324 output.
1325
1326 * gdb.gdb/python-interrupts.exp: New file.
1327
de7b2893
YQ
13282014-02-05 Yao Qi <yao@codesourcery.com>
1329
1330 * gdb.trace/report.exp (use_collected_data): Test the output
1331 of "info threads" and "info inferiors".
1332
66d032ac
YQ
13332014-02-05 Yao Qi <yao@codesourcery.com>
1334
1335 Revert this patch:
1336
1337 2013-05-24 Yao Qi <yao@codesourcery.com>
1338
1339 * gdb.trace/tfile.exp: Test inferior and thread.
1340
591a12a1
UW
13412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1344 on a function.
1345 * gdb.base/step-bt.c: Call hello via function pointer to make
1346 sure its first instruction is executed on powerpc64le-linux.
1347
0ff3e01f
UW
13482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1349
1350 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1351
084ee545
UW
13522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1353
1354 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1355 of the test patterns for use on little-endian systems.
1356
6ed14ff3
UW
13572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1358
1359 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1360 (decimal_vector): Fix for little-endian.
1361
401e27fd
JM
13622014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1363
1364 * gdb.arch/sparc-sysstep.exp: New file.
1365 * gdb.arch/sparc-sysstep.c: Likewise.
1366
1367 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1368
8b924729
EBM
13692014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1370
1371 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1372
fb151210
JB
13732014-01-23 Tom Tromey <tromey@redhat.com>
1374
1375 * gdb.ada/array_char_idx: New testcase.
1376
0740f8d8
TT
13772014-01-23 Tom Tromey <tromey@redhat.com>
1378
1379 PR python/16487:
1380 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1381 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1382 classes.
1383
21909fa1
TT
13842014-01-23 Tom Tromey <tromey@redhat.com>
1385
1386 PR python/16491:
1387 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1388 string from an inferior frame.
1389 * gdb.python/py-framefilter-mi.exp: Update.
1390
87ce2a04
DE
13912014-01-22 Doug Evans <dje@google.com>
1392
1393 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1394
237b092b
AA
13952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1396
1397 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1398
d674a709
AA
13992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1400
1401 * gdb.trace/entry-values.exp: Remove excess space character from
1402 regex patterns. Handle s390 call instruction.
1403
20fa3390
AA
14042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1405
1406 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1407 define "*_start" label. Make "name" static.
1408 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1409 ${name} by references to ${name}_start.
1410
78466714
AA
14112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1412
1413 * gdb.base/info-macros.exp: Remove "debug" from the compile
1414 options.
1415
ec9f644a
IB
14162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1417
1418 * gdb.dlang/demangle.exp: New file.
1419
94b1b47e
IB
14202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1421
1422 * gdb.dlang/primitive-types.exp: New file.
1423
7f420862
IB
14242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1425
1426 * configure.ac: Create gdb.dlang/Makefile.
1427 * configure: Regenerate.
1428 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1429 * gdb.dlang/Makefile.in: New file.
1430 * lib/d-support.exp: New file.
1431 * lib/gdb.exp (skip_d_tests): New proc.
1432
52834460
MM
14332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1434
1435 * gdb.btrace/delta.exp: Check reverse stepi.
1436 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1437 * gdb.btrace/finish.exp: New.
1438 * gdb.btrace/next.exp: New.
1439 * gdb.btrace/nexti.exp: New.
1440 * gdb.btrace/record_goto.c: Add comments.
1441 * gdb.btrace/step.exp: New.
1442 * gdb.btrace/stepi.exp: New.
1443 * gdb.btrace/multi-thread-step.c: New.
1444 * gdb.btrace/multi-thread-step.exp: New.
1445 * gdb.btrace/rn-dl-bind.c: New.
1446 * gdb.btrace/rn-dl-bind.exp: New.
1447 * gdb.btrace/data.c: New.
1448 * gdb.btrace/data.exp: New.
1449 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1450
6e07b1d2
MM
14512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1452
1453 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1454 * gdb.btrace/exception.exp: Update.
1455 * gdb.btrace/instruction_history.exp: Update.
1456 * gdb.btrace/record_goto.exp: Update.
1457 * gdb.btrace/tailcall.exp: Update.
1458 * gdb.btrace/unknown_functions.exp: Update.
1459 * gdb.btrace/delta.exp: New.
1460
0b722aec
MM
14612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * gdb.btrace/record_goto.exp: Add backtrace test.
1464 * gdb.btrace/tailcall.exp: Add backtrace test.
1465
066ce621
MM
14662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1467
1468 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1469 * gdb.btrace/record_goto.c: New.
1470 * gdb.btrace/record_goto.exp: New.
1471 * gdb.btrace/x86-record_goto.S: New.
1472
0688d04e
MM
14732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * gdb.btrace/function_call_history.exp: Update tests.
1476 * gdb.btrace/instruction_history.exp: Update tests.
1477
8710b709
MM
14782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1479
1480 * gdb.btrace/function_call_history.exp: Fix expected field
1481 order for "record function-call-history".
1482 Add new tests for "record function-call-history /c".
1483 * gdb.btrace/exception.cc: New.
1484 * gdb.btrace/exception.exp: New.
1485 * gdb.btrace/tailcall.exp: New.
1486 * gdb.btrace/x86-tailcall.S: New.
1487 * gdb.btrace/x86-tailcall.c: New.
1488 * gdb.btrace/unknown_functions.c: New.
1489 * gdb.btrace/unknown_functions.exp: New.
1490 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1491
5de9129b
MM
14922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1493
1494 * gdb.btrace/instruction_history.exp: Update.
1495 * gdb.btrace/function_call_history.exp: Update.
1496
23a7fe75
MM
14972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1498
1499 * gdb.btrace/function_call_history.exp: Fix expected function
1500 trace.
1501 * gdb.btrace/instruction_history.exp: Initialize traced.
1502 Remove traced_functions.
1503
724c7dd8
MM
15042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1505
1506 * gdb.btrace/function_call_history.exp: Update
1507 * gdb.btrace/instruction_history.exp: Update.
1508
6d78d93b
MM
15092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1510
1511 * gdb.btrace/enable.exp: Update expected text.
1512
93a360cc
OJ
15132014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1514
1515 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1516 bytes.
1517
3772b53f
MR
15182014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1519
1520 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1521
596662fa
OJ
15222014-01-15 Omair Javaid <omair.javaid@linaro.org>
1523
1524 * lib/gdb.exp (supports_process_record): Return true for
1525 arm*-linux*. (supports_reverse): Likewise.
1526
b5b08fb4
SC
15272014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1528
1529 PR python/15464
1530 PR python/16113
1531 * gdb.python/py-type.c: Enhance test case.
1532 * gdb.python/py-value-cc.cc: Likewise
1533 * gdb.python/py-type.exp: Add new tests.
1534 * gdb.python/py-value-cc.exp: Likewise
1535
52d7fb13
AA
15362014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1537 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1540 Make "name" extern.
1541 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1542 references to ${name}_start by references to ${name}.
1543
a2cd8cfe
JB
15442014-01-10 Joel Brobecker <brobecker@adacore.com>
1545
1546 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1547
4e23fced
JB
15482014-01-10 Joel Brobecker <brobecker@adacore.com>
1549
1550 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1551
c6a9e42c
PA
15522014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1553 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.mi/mi-info-os.exp: Connect to the target with
1556 mi_gdb_target_load.
1557
b7ea362b
PA
15582014-01-08 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.threads/reconnect-signal.c: New file.
1561 * gdb.threads/reconnect-signal.exp: New file.
1562
5e3f4fab
EBM
15632014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.base/source-dir.exp: New file.
1566
79301218
JB
15672014-01-07 Joel Brobecker <brobecker@adacore.com>
1568
1569 * gdb.ada/mi_interface: New testcase.
1570
8e355c5d
JB
15712014-01-07 Joel Brobecker <brobecker@adacore.com>
1572
1573 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1574 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1575 gdb.ada/pp-rec-component/pck.ads: New files.
1576
c0d48811
JB
15772014-01-07 Joel Brobecker <brobecker@adacore.com>
1578
1579 * gdb.python/py-pp-integral.c: New file.
1580 * gdb.python/py-pp-integral.py: New file.
1581 * gdb.python/py-pp-integral.exp: New file.
1582
17b609c3 1583For older changes see ChangeLog-1993-2013.
c906108c 1584\f
8d8cb839
EZ
1585;; Local Variables:
1586;; mode: change-log
1587;; left-margin: 8
1588;; fill-column: 74
1589;; version-control: never
1590;; End:
902f2ccb 1591
14f8b115 1592 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1593 Copying and distribution of this file, with or without modification,
1594 are permitted provided the copyright notice and this notice are preserved.
This page took 2.714025 seconds and 4 git commands to generate.