Rename frame_stop_reason_string to unwind_stop_reason_to_string.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
938f0e2f
AB
12014-05-30 Andrew Burgess <aburgess@broadcom.com>
2
3 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6 * gdb.arch/amd64-invalid-stack-top.c: New file.
7 * gdb.arch/amd64-invalid-stack-top.exp: New file.
8
9ba6657a
PA
92014-05-30 Pedro Alves <palves@redhat.com>
10
11 PR breakpoints/17000
12 * gdb.base/sss-bp-on-user-bp.c: New file.
13 * gdb.base/sss-bp-on-user-bp.exp: New file.
14
522c09bf
DB
152014-05-30 David Blaikie <dblaikie@gmail.com>
16
17 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18 gnu_inline semantics via attribute.
19 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20 source explicitly specifies the required semantics.
21
bf4ef81e
MR
222014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23
24 * gdb.reverse/sigall-reverse.exp: Fix a typo.
25
329ea579
PA
262014-05-29 Pedro Alves <palves@redhat.com>
27 Tom Tromey <tromey@redhat.com>
28
29 * gdb.base/async-shell.exp: Don't enable target-async.
30 * gdb.base/async.exp
31 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
32 parameter. Adjust.
33 (top level): Don't test with "target-async".
34 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
35 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
36 * gdb.base/inferior-died.exp: Don't enable target-async.
37 * gdb.base/interrupt-noterm.exp: Likewise.
38 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
39 * gdb.mi/mi-nonstop-exit.exp: Likewise.
40 * gdb.mi/mi-nonstop.exp: Likewise.
41 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
42 * gdb.mi/mi-nsintrall.exp: Likewise.
43 * gdb.mi/mi-nsmoribund.exp: Likewise.
44 * gdb.mi/mi-nsthrexec.exp: Likewise.
45 * gdb.mi/mi-watch-nonstop.exp: Likewise.
46 * gdb.multi/watchpoint-multi.exp: Adjust comment.
47 * gdb.python/py-evsignal.exp: Don't enable target-async.
48 * gdb.python/py-evthreads.exp: Likewise.
49 * gdb.python/py-prompt.exp: Likewise.
50 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
51 * gdb.server/solib-list.exp: Don't enable target-async.
52 * gdb.threads/thread-specific-bp.exp: Likewise.
53 * lib/mi-support.exp: Adjust to use mi-async.
54
fd664c91
PA
552014-05-29 Pedro Alves <palves@redhat.com>
56
57 PR gdb/13860
58 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
59 reason, even in sync mode.
60
251bde03
PA
612014-05-29 Pedro Alves <palves@redhat.com>
62 Hui Zhu <hui@codesourcery.com>
63
64 PR PR15693
65 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
66 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
67 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
68 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
69
7f3c0343
JB
702014-05-28 Joel Brobecker <brobecker@adacore.com>
71
72 * config/monitor.exp (gdb_target_monitor): Replace use of
73 "set remotebaud" by "set serial baud".
74
b2715b27
AW
752014-05-26 Andy Wingo <wingo@igalia.com>
76
77 * gdb.guile/scm-breakpoint.exp:
78 * gdb.guile/scm-gsmob.exp: Update to use plain old object
79 properties instead of gdb-object-properties.
80
498a4489
YQ
812014-05-26 Yao Qi <yao@codesourcery.com>
82
83 * gdb.server/no-thread-db.exp: Specify source file name
84 explicitly when setting a breakpoint.
85
589fdceb
MM
862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
87
88 * gdb.btrace/vdso.c: New.
89 * gdb.btrace/vdso.exp: New.
90
e9089e05
MM
912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
92
93 * gdb.base/gcore.exp (capture_command_output): Move ...
94 * lib/gdb.exp (capture_command_output): ... here.
95
67b5c0c1
MM
962014-05-23 Markus Metzger <markus.t.metzger@intel.com>
97
98 * gdb.btrace/data.exp: Test memory access during btrace replay.
99
a2199296
SM
1002014-05-22 Simon Marchi <simon.marchi@ericsson.com>
101
102 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
103
17b2616c
PA
1042014-05-21 Pedro Alves <palves@redhat.com>
105
106 PR gdb/13860
107 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
108 (top level): Test that output related to execution commands is
109 sent to the console with CLI commands, but not with MI commands.
110 Test that breakpoint events are always mirrored to the console.
111 Also expect the new source line to be output after a "next" in
112 async mode too. Make it a pass/fail test.
113 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
114 output.
115 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
116
5166082f
PA
1172014-05-21 Pedro Alves <palves@redhat.com>
118
119 * gdb.base/list.exp (build_pattern, test_list): New procedures.
120 Use them to test variations of "list" after reaching a breakpoint.
121 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
122 Test "list" with listsize 10 after reaching a breakpoint.
123 * gdb.python/python.exp (decode_line current location line
124 number): Adjust expected line number.
125
2f25d70f
SM
1262014-05-21 Simon Marchi <simon.marchi@ericsson.com>
127
128 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
129 behavior for $args, pass it directly to "run".
130
ff604a67
MR
1312014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
132
133 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
134 30000 to 65536.
135
6a3cb8e8
PA
1362014-05-21 Pedro Alves <palves@redhat.com>
137
138 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
139 auto-connect-native-target off".
140 * gdb.base/auto-connect-native-target.c: New file.
141 * gdb.base/auto-connect-native-target.exp: New file.
142
4ebfc96e
PA
1432014-05-21 Pedro Alves <palves@redhat.com>
144
145 * gdb.base/default.exp: Test "target native" instead of "target
146 child".
147
36d46afb
MW
1482014-05-21 Mark Wielaard <mjw@redhat.com>
149
150 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
151
5876f503
JK
1522014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
153
154 Fix TLS access for -static -pthread.
155 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
156 <HAVE_TLS> (thread_function, main): Initialize it.
157 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
158 Add clean_restart.
159 <$have_tls != "">: Check TLSVAR.
160
0256a6ac
PA
1612014-05-21 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/dcache-line-read-error.c: New.
164 * gdb.base/dcache-line-read-error.exp: New.
165
936d2992
PA
1662014-05-20 Pedro Alves <palves@redhat.com>
167
168 * gdb.base/compare-sections.c: New file.
169 * gdb.base/compare-sections.exp: New file.
170
802e8e6d
PA
1712014-05-20 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/break-idempotent.c: New file.
174 * gdb.base/break-idempotent.exp: New file.
175
e59fa00f
MM
1762014-05-20 Markus Metzger <markus.t.metzger@intel.com>
177
178 * gdb.btrace/nohist.exp: New.
179
8b696e31
YQ
1802014-05-20 Yao Qi <yao@codesourcery.com>
181
182 * lib/gdb.exp (gdb_init): Set timeout if test file is under
183 gdb.reverse directory and gdb_reverse_timeout exists in board
184 setting.
185 * README: Document gdb_reverse_timeout.
186
73c9764f
YQ
1872014-05-20 Yao Qi <yao@codesourcery.com>
188
189 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
190 'test_file_name'. Treat args as a string instead of a list.
191 (gdb_init): Rename argument 'args' by 'test_file_name'.
192
f1f4348a
JK
1932014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.arch/powerpc-power.exp: New file.
196 * gdb.arch/powerpc-power.s: New file.
197
0dbe70ce
DE
1982014-05-16 Doug Evans <dje@google.com>
199
200 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
201 * gdb.base/completion.exp: Check that all expected files exist
202 before doing file completion.
0dbe70ce 203
8d551b02
DE
2042014-05-16 Doug Evans <dje@google.com>
205
206 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
207 Update.
208 (do_syscall_tests_without_xml): Update.
209
73eb7709
PA
2102014-05-16 Pedro Alves <palves@redhat.com>
211
212 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
213 instead of "unknown output after running".
214
3fae92fc
YQ
2152014-05-16 Yao Qi <yao@codesourcery.com>
216
217 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
218 file1.txt from host at the end.
219 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
220
c2b2ccc5
DE
2212014-05-15 Doug Evans <dje@google.com>
222
223 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
224 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
225 loading file. Add test for TU lookup.
226
8c217a4b
SM
2272014-05-15 Simon Marchi <simon.marchi@ericsson.com>
228
229 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
230 calling "-exec-arguments" or "set args" before running the
231 inferior.
232
3deb39c6
SM
2332014-05-15 Simon Marchi <simon.marchi@ericsson.com>
234
235 * lib/mi-support.exp (mi_expect_stop): Expect message for
236 inferiors that exit with non-zero exit code.
237
71a79f8c
YQ
2382014-05-14 Yao Qi <yao@codesourcery.com>
239
240 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
241 match absolute path on remote host.
242 (test_file_list_exec_source_files): Remove "/" from the
243 pattern.
244
f23fcd46
YQ
2452014-05-14 Yao Qi <yao@codesourcery.com>
246
247 * boards/local-remote-host-notty.exp (${board}_file): New
248 proc.
249
9404b58f
KM
2502014-05-07 Kyle McMartin <kyle@redhat.com>
251
252 Pushed by Joel Brobecker <brobecker@adacore.com>.
253 * gdb.arch/aarch64-atomic-inst.c: New file.
254 * gdb.arch/aarch64-atomic-inst.exp: New file.
255
5e45f04c
YQ
2562014-05-07 Yao Qi <yao@codesourcery.com>
257
258 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
259 in current context" too.
260
c888a17d
KS
2612014-05-05 Keith Seitz <keiths@redhat.com>
262
263 * gdb.linespec/ls-dollar.exp: Add test for linespec
264 file:convenience_variable.
265
290a839c
YQ
2662014-05-05 Yao Qi <yao@codesourcery.com>
267
268 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
269 traceframes into tfile and ctf trace files. Read data from
270 trace file and test collected data.
271 (gdb_collect_locals_test): Likewise.
272 (gdb_unavailable_registers_test): Likewise.
273 (gdb_unavailable_floats): Likewise.
274 (gdb_collect_globals_test): Likewise.
275 (top-level): Append "ctf" to trace_file_targets if GDB
276 supports.
277
b5262cd0
YQ
2782014-05-05 Yao Qi <yao@codesourcery.com>
279
280 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
281 code to ...
282 (gdb_collect_args_test_1): ... it. New proc.
283 (gdb_collect_locals_test): Move some code to ...
284 (gdb_collect_locals_test_1): ... it. New proc.
285 (gdb_unavailable_registers_test): Move some code to ...
286 (gdb_unavailable_registers_test_1): ... it. New proc.
287 (gdb_unavailable_floats): Move some code to ...
288 (gdb_unavailable_floats_1): ... it. New proc.
289
30a1e6cc
SDJ
2902014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
291
292 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
293 probes to test for bitness recognition.
294 * gdb.arch/amd64-stap-optional-prefix.exp
295 (test_probe_value_without_reg): New procedure.
296 Add code to test for different kinds of bitness.
297
f33da99a
SDJ
2982014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
299
300 PR breakpoints/16889
301 * gdb.arch/amd64-stap-optional-prefix.S: New file.
302 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
303
5b80f00d
PA
3042014-05-01 Pedro Alves <palves@redhat.com>
305
306 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
307 gdb_file_cmd if no file is specified.
308 * boards/native-extended-gdbserver.exp (gdb_load): Use the
309 last_loaded_file to set the remote exec-file.
310
f8c2a73c
PA
3112014-05-01 Pedro Alves <palves@redhat.com>
312
313 * boards/local-remote-host.exp: New file.
314
be6e8ac7
PA
3152014-05-01 Pedro Alves <palves@redhat.com>
316
317 * boards/local-remote-host.exp: Rename to ...
318 * boards/local-remote-host-notty.exp: ... this.
319
cac0dc8f
JB
3202014-04-28 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.ada/dyn_arrayidx: New testcase.
323
9730e6cc
YQ
3242014-04-26 Yao Qi <yao@codesourcery.com>
325
326 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
327 and compute the length of function main. Save it in
328 $main_length.
329 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
330 (top-level): Use gdb_compile to compile objects into
331 executable and restart GDB. Remove invocation to
332 prepare_for_testing.
333
7ae1a6a6
PA
3342014-04-25 Simon Marchi <simon.marchi@ericsson.com>
335 Pedro Alves <palves@redhat.com>
336
337 PR server/16255
338 * gdb.multi/multi-attach.c: New file.
339 * gdb.multi/multi-attach.exp: New file.
340
4082afcc
PA
3412014-04-25 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
344 user.
345 (top level): Test that "set remote conditional-breakpoints-packet
346 off" works as intended.
347 * gdb.base/dprintf.exp: Test that "set remote
348 breakpoint-commands-packet off" works as intended.
349 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
350 New function.
351 (top level): Call it.
352 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
353 remote fast-tracepoints-packet off" works as intended.
354 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
355 * lib/gdb.exp (gdb_is_target_remote): ... here.
356
2abc3f8d
DB
3572014-04-24 David Blaikie <dblaikie@gmail.com>
358
359 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
360 ensure clang would not discard them.
361 * gdb.base/gdbvars.c: Ditto.
362 * gdb.base/memattr.c: Ditto.
363 * gdb.base/whatis.c: Ditto.
364 * gdb.python/py-prettyprint.c: Ditto.
365 * gdb.trace/actions.c: Ditto.
366 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
367 ensure clang would not discard it.
368
bfd39632
DB
3692014-04-24 David Blaikie <dblaikie@gmail.com>
370
371 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
372 clang to emit the full definition of type required by the test
373 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
374
22842ff6
DB
3752014-04-24 David Blaikie <dblaikie@gmail.com>
376
377 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
378 coax Clang into emitting the definition of the type.
379 * gdb.cp/pr10728-x.h (y): Ditto.
380 * gdb.cp/pr10728-y.cc (y): Ditto.
381
c2e827ad
DB
3822014-04-24 David Blaikie <dblaikie@gmail.com>
383
384 * gdb.base/label.exp: XFAIL label related tests under Clang.
385 * gdb.cp/cplabel.exp: Ditto.
386 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
387 under Clang those using labels.
388
4c2d33e7
YQ
3892014-04-25 Yao Qi <yao@codesourcery.com>
390
391 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
392 double_label.
393 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
394 partial_label and double_label.
395
56083b99
DB
3962014-04-24 David Blaikie <dblaikie@gmail.com>
397
398 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
399
25d4e99d
DB
4002014-04-24 David Blaikie <dblaikie@gmail.com>
401
402 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
403 of the function to work across GCC and Clang.
404 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
405 pointer types (const void ** const V void **).
406
01f9f808
MS
4072014-04-24 Michael Sturm <michael.sturm@mintel.com>
408 Walfred Tedeschi <walfred.tedeschi@intel.com>
409
410 * Makefile.in (EXECUTABLES): Added i386-avx512.
411 * gdb.arch/i386-avx512.c: New file.
412 * gdb.arch/i386-avx512.exp: Likewise.
413
4b48d439
KS
4142014-04-23 Keith Seitz <keiths@redhat.com>
415
416 * lib/mi-support.exp (mi_list_breakpoints): Delete.
417 (mi_make_breakpoint_table): New procedure.
418 (mi_create_breakpoint): Use mi_make_breakpoint
419 and return the result.
420 (mi_make_breakpoint): New procedure.
421 (mi_build_kv_pairs): New procedure.
422
423 * gdb.mi/mi-break.exp: Remove unused globals,
424 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
425 All callers updated.
426 * gdb.mi/mi-dprintf.exp: Use variable to track command
427 number.
428 Update all callers of mi_create_breakpoint and use
429 mi_make_breakpoint_table.
430 Remove any unused global variables.
431 * gdb.mi/mi-nonstop.exp: Likewise.
432 * gdb.mi/mi-nsintrall.exp: Likewise.
433 * gdb.mi/mi-nsmoribund.exp: Likewise.
434 * gdb.mi/mi-nsthrexec.exp: Likewise.
435 * gdb.mi/mi-reverse.exp: Likewise.
436 * gdb.mi/mi-simplerun.exp: Likewise.
437 * gdb.mi/mi-stepn.exp: Likewise.
438 * gdb.mi/mi-syn-frame.exp: Likewise.
439 * gdb.mi/mi-until.exp: Likewise.
440 * gdb.mi/mi-var-cp.exp: Likewise.
441 * gdb.mi/mi-var-display.exp: Likewise.
442 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
443 * gdb.mi/mi2-var-child.exp: Likewise.
444 * gdb.mi/mi-vla-c99.exp: Likewise.
445 * lib/mi-support.exp: Likewise.
446
447 From Ian Lance Taylor <iant@cygnus.com>:
448 * lib/gdb.exp (parse_args): New procedure.
449
08351840
PA
4502014-04-23 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/break-unload-file.c: New file.
453 * gdb.base/break-unload-file.exp: New file.
454 * gdb.base/sym-file-lib.c (baz): New function.
455 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
456 field.
457 (load): Store the segment's mapped size.
458 (unload): New function.
459 (unload_shlib): New function.
460 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
461 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
462 set a breakpoint at baz, and call it.
463 * gdb.base/sym-file.exp: New tests for stale breakpoint
464 instructions.
465
076855f9
PA
4662014-04-23 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
469 * gdb.base/hbreak-in-shr-unsupported.c: New file.
470 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
471 * gdb.base/hbreak-unmapped.c: New file.
472 * gdb.base/hbreak-unmapped.exp: New file.
473 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
474 * lib/gdb.exp (gdb_is_target_remote): ... here.
475
483805cf
PA
4762014-04-22 Pedro Alves <palves@redhat.com>
477
478 * gdb.base/consecutive-step-over.c: New file.
479 * gdb.base/consecutive-step-over.exp: New file.
480
06d97543
PA
4812014-04-22 Pedro Alves <palves@redhat.com>
482
483 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
484 instead of send_gdb/gdb_expect.
485
b4429ea2
YQ
4862014-04-22 Yao Qi <yao@codesourcery.com>
487
488 * lib/trace-support.exp (generate_tracefile): New procedure.
489 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
490 return 0.
491 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
492 if generate_tracefile returns 1.
493
51d48146
PA
4942014-04-18 Tom Tromey <palves@redhat.com>
495 Pedro alves <tromey@redhat.com>
496
497 PR backtrace/15558
498 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
499 with a backtrace limit.
500 * gdb.python/py-frame-inline.exp: Test running to an inline
501 function with a backtrace limit, and printing the newest frame.
502 * gdb.python/py-frame-inline.c (main): Call f.
503
bd1dce5f
MS
5042014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
505
506 * gdb.java/jnpe.exp: Drop srcdir from untested path.
507
40d1a503
MS
5082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
509
510 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
511 Drop prefix from unsupported source file path.
512
389b98f7
YQ
5132014-04-17 Yao Qi <yao@codesourcery.com>
514
515 * lib/gdb.exp (with_target_charset): New proc.
516 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
517 with_target_charset.
518 (test_print_strings): Likewise.
519 (test_repeat_bytes): Likewise.
520 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
521 for some tests.
522
22869d73
KS
5232014-04-16 Keith Seitz <keiths@redhat.com>
524
525 PR gdb/15827
526 * gdb.dwarf2/corrupt.c: New file.
527 * gdb.dwarf2/corrupt.exp: New file.
528
c4f87ca6
KS
5292014-04-16 Keith Seitz <keiths@redhat.com>
530
531 PR c++/16597
532 * gdb.cp/namelessclass.cc: New file.
533 * gdb.cp/namelessclass.exp: New file.
534 * gdb.cp/namelessclass.S: New file.
535
ab19de87
DE
5362014-04-16 Doug Evans <dje@google.com>
537
538 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
539 Add comment.
540 (gdbserver_default_get_comm_port): New function.
541 (gdbserver_start): Check if board file provided
542 "gdbserver,get_comm_port" and use it if so.
543 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
544 (gdb,socketport): Set to "stdio".
545 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
546 (stdio_gdbserver_template): Delete.
547 (${board}_get_remote_address): Update.
548 (${board}_build_remote_cmd): Delete.
549 (${board}_get_comm_port): New function.
550 (${board}_spawn): Update.
551 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
552 Delete.
553 (${board}_get_remote_address): Update.
554 (${board}_get_comm_port): New function.
555
fc98a809
AB
5562014-04-16 Andrew Burgess <aburgess@broadcom.com>
557
558 * gdb.base/memattr.exp: Improve regexps to handle memory regions
559 appearing in any order.
560
87fd9e6e
DE
5612014-04-15 Doug Evans <dje@google.com>
562
563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
564 uninitialized value of "description".
565
099fc3ea
KS
5662014-04-15 Keith Seitz <keiths@redhat.com>
567
568 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
569 Remove unused globals.
570 (test_running_the_program): Likewise.
571 (test_controlled_execution): Likewise.
572 (test_controlling_breakpoints): Likewise.
573 (test_program_termination): Likewise.
574
5da151d4
KS
5752014-04-15 Keith Seitz <keiths@redhat.com>
576
577 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
578 unused globals.
579 (test_rbreak_creation_and_listing): Likewise.
580 (test_ignore_count): Likewise.
581 (test_error): Likewise.
582
35e5d2f0
PA
5832014-04-15 Pedro Alves <palves@redhat.com>
584
585 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
586 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
587 sym-file-loader.c.
588 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
589 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
590 to sym-file-loader.c.
591 (struct library): Forward declare.
592 (load_shlib, lookup_function): Change prototypes.
593 (find_shstrtab, find_strtab, find_shdr, find_symtab)
594 (translate_offset): Remove declarations.
595 (get_text_addr): New declaration.
596 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
597 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
598 sym-file-loader.h.
599 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
600 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
601 here from sym-file-loader.h.
602 (struct library): New structure.
603 (load_shlib, lookup_function): Change prototypes and adjust to
604 work with a struct library.
605 (find_shstrtab, find_strtab, find_shdr, find_symtab)
606 (translate_offset): Make static.
607 (get_text_addr): New function.
608 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
609
eb4c1710
PA
6102014-04-15 Pedro Alves <palves@redhat.com>
611
612 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
613
2d1baf52
PA
6142014-04-15 Pedro Alves <palves@redhat.com>
615
616 * gdb.base/sym-file-loader.c: Include <limits.h>.
617 (SELF_LINK): New define.
618 (get_origin): New function.
619 (load_shlib): Use it.
620 * gdb.base/sym-file.exp: Don't early return if the target is
621 remote. Use runto_main, and issue fail is that fails. Use
622 gdb_load_shlibs.
623 (shlib_name): Delete.
624 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
625
7dd6df01
PA
6262014-04-15 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/sym-file.exp: Remove regex characters from test
629 message. Don't refer to breakpoint numbers in test messages.
630
b50c8614
KS
6312014-04-14 Keith Seitz <keiths@redhat.com>
632
633 PR c++/16253
634 * gdb.cp/var-tag.cc: New file.
635 * gdb.cp/var-tag.exp: New file.
636 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
637 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
638 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
639 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
640
3d567982
TT
6412014-04-14 Tom Tromey <tromey@redhat.com>
642
643 * gdb.cp/classes.exp (test_enums): Handle underlying type.
644 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
645 type.
646 * gdb.cp/enum-class.exp: New file.
647 * gdb.cp/enum-class.cc: New file.
648
0626fc76
TT
6492014-04-14 Tom Tromey <tromey@redhat.com>
650
651 * gdb.dwarf2/enum-type.exp: New file.
652
dca325b3
SA
6532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
654
655 * gdb.mi/mi-vla-c99.exp: New file.
656 * gdb.mi/vla.c: New file.
657
5854b38a
SA
6582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
659
660 * gdb.base/vla-datatypes.c: New file.
661 * gdb.base/vla-datatypes.exp: New file.
662
463bb957
SA
6632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
664
665 * gdb.base/vla-ptr.c: New file.
666 * gdb.base/vla-ptr.exp: New file.
667
3dd170be
SA
6682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
669
670 * gdb.dwarf2/count.exp: New file.
671
5ecaaa66
SA
6722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
673
674 * gdb.base/vla-sideeffect.c: New file.
675 * gdb.base/vla-sideeffect.exp: New file.
676
41f1ada5
DB
6772014-04-14 David Blaikie <dblaikie@gmail.com>
678
679 * gdb.mi/non-stop.c: Add return value for non-void function return
680 statement.
681 * gdb.threads/staticthreads.c: Ditto.
682
0be03e84
DE
6832014-04-12 Siva Chandra Reddy <sivachandra@google.com>
684 Doug Evans <xdje42@gmail.com>
685
686 * gdb.guile/scm-value.c: Improve test case.
687 * gdb.guile/scm-value.exp: Add new test.
688
f180a1fb
DB
6892014-04-11 David Blaikie <dblaikie@gmail.com>
690
691 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
692 override Clang's default.
693
6b662e19
JB
6942014-04-11 Joel Brobecker <brobecker@adacore.com>
695
696 Revert the following changes (regressions):
697
698 * gdb.base/vla-sideeffect.c: New file.
699 * gdb.base/vla-sideeffect.exp: New file.
700
701 * gdb.dwarf2/count.exp: New file.
702
703 * gdb.base/vla-multi.c: New file.
704 * gdb.base/vla-multi.exp: New file.
705
706 * gdb.base/vla-ptr.c: New file.
707 * gdb.base/vla-ptr.exp: New file.
708
709 * gdb.base/vla-datatypes.c: New file.
710 * gdb.base/vla-datatypes.exp: New file.
711
712 * gdb.mi/mi-vla-c99.exp: New file.
713 * gdb.mi/vla.c: New file.
714
245a5f0b
KS
7152014-04-11 Keith Seitz <keiths@redhat.com>
716
717 PR c++/16675
718 * gdb.cp/cpsizeof.exp: New file.
719 * gdb.cp/cpsizeof.cc: New file.
720
58a84dcf
SA
7212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
722
191a8a90
JB
723 * gdb.mi/mi-vla-c99.exp: New file.
724 * gdb.mi/vla.c: New file.
58a84dcf 725
c8655f75
SA
7262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
727
728 * gdb.base/vla-datatypes.c: New file.
729 * gdb.base/vla-datatypes.exp: New file.
730
024e13b4
SA
7312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
732
733 * gdb.base/vla-ptr.c: New file.
734 * gdb.base/vla-ptr.exp: New file.
735
1a237e0e
SA
7362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
737
738 * gdb.base/vla-multi.c: New file.
739 * gdb.base/vla-multi.exp: New file.
740
504f3432
SA
7412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
742
743 * gdb.dwarf2/count.exp: New file.
744
3bce8237
SA
7452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
746
191a8a90
JB
747 * gdb.base/vla-sideeffect.c: New file.
748 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 749
322f9c21
YQ
7502014-04-11 Yao Qi <yao@codesourcery.com>
751
752 * gdb.base/completion.exp: Check file exists before running tests
753 on file completion.
754
d708bcd1
PA
7552014-04-10 Pedro Alves <palves@redhat.com>
756
757 * gdb.base/cond-eval-mode.c: New file.
758 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
759 prepare_for_testing to build the new file. Check result of
760 runto_main.
761 (test_break, test_watch): New procedures.
762 (top level): Use them.
763
ae1d2761
PM
7642014-04-08 Pierre Muller <muller@sourceware.org>
765
766 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
767 Ctrl-V use for mingw hosts.
768
7af389b8
SC
7692014-04-07 Siva Chandra Reddy <sivachandra@google.com>
770
771 * gdb.python/py-value.c: Improve test case.
772 * gdb.python/py-value.exp: Add new test.
773
5e703181
DE
7742014-04-07 David Blaikie <dblaikie@gmail.com>
775
776 * lib/compiler.c: Identify the clang compiler.
777 * lib/compiler.cc: Ditto.
778
9810b410
YQ
7792014-04-03 Yao Qi <yao@codesourcery.com>
780
781 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
782
98d1b8dc
AB
7832014-04-01 Anton Blanchard <anton@samba.org>
784
785 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
786 messages unique.
787
3114cea1
AB
7882014-04-01 Anton Blanchard <anton@samba.org>
789
790 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
791 prepare_for_testing.
792
62f7182c
AB
7932014-04-01 Anton Blanchard <anton@samba.org>
794
795 * gdb.arch/ppc64-atomic-inst.c: Remove.
796 * gdb.arch/ppc64-atomic-inst.S: New file.
797 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
798
770e7fc7
DE
7992014-03-31 Doug Evans <dje@google.com>
800
801 * gdb.base/print-symbol-loading-lib.c: New file.
802 * gdb.base/print-symbol-loading-main.c: New file.
803 * gdb.base/print-symbol-loading.exp: New file.
804
46e2bafa
YQ
8052014-03-31 Yao Qi <yao@codesourcery.com>
806
807 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
808
8776cfe9
JB
8092014-03-28 Joel Brobecker <brobecker@adacore.com>
810
811 * gdb.ada/mi_dyn_arr: New testcase.
812
5d1ef361
DE
8132014-03-27 Doug Evans <dje@google.com>
814
815 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
816
b5bee914
YQ
8172014-03-27 Yao Qi <yao@codesourcery.com>
818
819 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
820 if target is nios2-*-*.
821
0d4d0e77
YQ
8222014-03-26 Yao Qi <yao@codesourcery.com>
823
824 * lib/gdb.exp (readline_is_used): New proc.
825 * gdb.base/completion.exp: Move tests on command complete up.
826 Skip the rest of tests if readline is not used.
827 * gdb.ada/complete.exp: Skp the test if readline is not
828 used.
829 * gdb.base/filesym.exp: Likewise.
830 * gdb.base/macscp.exp: Likewise.
831 * gdb.base/readline-ask.exp: Likewise.
832 * gdb.base/readline.exp: Likewise.
833 * gdb.python/py-cmd.exp: Likewise.
834 * gdb.trace/tfile.exp: Likewise.
835
29361eee
YQ
8362014-03-26 Yao Qi <yao@codesourcery.com>
837
838 * gdb.base/macscp.exp: Fix code format issues.
839
bc9a5525
UW
8402014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
841
842 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
843 * gdb.asm/powerpc64le.inc: New file.
844
d3839ede
PA
8452014-03-25 Pedro Alves <palves@redhat.com>
846 Doug Evans <dje@google.com>
847
848 * gdb.base/source-execution.c: New file.
849 * gdb.base/source-execution.exp: New file.
850 * gdb.base/source-execution.gdb: New file.
851
01672a57
DE
8522014-03-24 Doug Evans <dje@google.com>
853
854 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
855 using fission.
856
88bbeca9
HZ
8572014-03-24 Hui Zhu <hui@codesourcery.com>
858 Pedro Alves <palves@redhat.com>
859
860 PR breakpoints/16101
861 * gdb.base/dprintf.exp: Use unsupported rather than changing the
862 test pass/fail messages. Detect missing support for dprintf when
863 breakpoints are actually inserted.
864 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
865 breakpoints are actually inserted.
866 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
867 fails.
868
d2348791
JK
8692014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
872
feef67ab
DE
8732014-03-22 Doug Evans <xdje42@gmail.com>
874
875 * gdb.python/python.exp (python not supported): Verify multi-line
876 python command issues an error.
25d743f9 877 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 878 guile command issues an error.
feef67ab 879
ecebef6a
MR
8802014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
881
882 * gdb.threads/thread-specific.exp: Handle the lack of usable
883 $this_breakpoint and $this_thread.
884
ccdd1909
HZ
8852014-03-21 Hui Zhu <hui@codesourcery.com>
886
887 * gdb.base/attach.exp (do_command_attach_tests): New.
888
beb460e8
PA
8892014-03-20 Tom Tromey <tromey@redhat.com>
890 Pedro Alves <palves@redhat.com>
891
892 PR cli/15718
893 * gdb.base/condbreak-call-false.c: New file.
894 * gdb.base/condbreak-call-false.exp: New file.
895
40acf43a
PA
8962014-03-20 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
899 Delete.
900 (block_signals, unblock_signals): Delete.
901 (child_function_2, main): Remove references to deleted variable
902 and functions.
903
9f5e1e02
PA
9042014-03-20 Pedro Alves <palves@redhat.com>
905
906 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
907 Use pthread_kill to signal thread 2.
908 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
909 Adjust to make the test send itself a signal rather than using the
910 host's "kill" command.
911
99619bea
PA
9122014-03-20 Pedro Alves <palves@redhat.com>
913
914 * gdb.threads/multiple-step-overs.c: New file.
915 * gdb.threads/multiple-step-overs.exp: New file.
916 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
917 Adjust expected infrun debug output.
918
2adfaa28
PA
9192014-03-20 Pedro Alves <palves@redhat.com>
920
921 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
922 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
923
31e77af2
PA
9242014-03-20 Pedro Alves <palves@redhat.com>
925
926 PR breakpoints/7143
927 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
928 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
929 of gdb_test_multiple.
930 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
931 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
932
b9f437de
PA
9332014-03-20 Pedro Alves <palves@redhat.com>
934
935 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
936 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
937
05adc73e
PA
9382014-03-19 Pedro Alves <palves@redhat.com>
939
940 * gdb.base/async.exp: Remove early return.
941
6048b950
PA
9422014-03-19 Pedro Alves <palves@redhat.com>
943
944 * gdb.base/async.exp (step& tests): Pass explicit test messages.
945
8bcfb00a
PA
9462014-03-19 Pedro Alves <palves@redhat.com>
947
948 * gdb.base/async.exp (test_background): Expect \r\n after
949 "completed." in the fail pattern.
950
884e37dc
PA
9512014-03-19 Pedro Alves <palves@redhat.com>
952
953 * gdb.base/async.exp (test_background): New procedure.
954 Use it for all background execution command tests.
955
148e57e2
PA
9562014-03-19 Pedro Alves <palves@redhat.com>
957
958 * gdb.base/async.exp: Use prepare_for_testing.
959
f48088c7
PA
9602014-03-19 Pedro Alves <palves@redhat.com>
961
962 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
963 the same line.
964
e2f6c966
PA
9652014-03-19 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/async.c (main): Add "jump here" and "until here" line
968 marker comments.
969 * gdb.base/async.exp (jump_here): New global.
970 (jump& test): Use it.
971 (until_here): New global.
972 (until& test): Use it.
973
c30568d4
PA
9742014-03-19 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/async.exp: Don't frob gdb_protocol.
977
0172b6a7
DE
9782014-03-18 Doug Evans <xdje42@gmail.com>
979
980 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
981 Fix spelling of exec-done-display.
982
06c868a8
JK
9832014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 PR gdb/15358
986 * gdb.base/gdb-sigterm.c: New file.
987 * gdb.base/gdb-sigterm.exp: New file.
988
0c7e1a46
PA
9892014-03-18 Pedro Alves <palves@redhat.com>
990
991 PR gdb/13860
992 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
993 * lib/mi-support.exp (mi_expect_stop): Add special handling for
994 solib-event.
995
f7c77d93
JB
9962014-03-17 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/pckd_arr_ren: New testcase.
999
5a1e8c7a
DE
10002014-03-13 Doug Evans <xdje42@gmail.com>
1001
1002 PR guile/16612
1003 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1004 collect after discarding symbols.
1005
350e1a76
DE
10062014-03-13 Ludovic Courtès <ludo@gnu.org>
1007 Doug Evans <xdje42@gmail.com>
1008
1009 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1010 to history survives a gc.
1011
a69900ae
PA
10122014-03-13 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.base/default.exp: Don't test "target procfs".
1015
5db9f0bd
PA
10162014-03-13 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.base/default.exp: Update "target child" and "target procfs"
1019 tests to not expect "Unix".
1020
b3ccfe11
TT
10212014-03-12 Tom Tromey <tromey@redhat.com>
1022
1023 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1024 New procs. Add target-async tests.
1025 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1026 Add target-async tests.
1027
646f4417
AA
10282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1029
1030 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1031 'func_start' and 'func_end' for the beginning and end of the
1032 function code, respectively.
1033 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1034 'func_end' instead of 'func' and 'main'.
1035
288c211f
AA
10362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1037
1038 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1039 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1040 generate the debug info assembler source.
1041
e0c0f156
AA
10422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1043
1044 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1045 * gdb.dwarf2/arr-subrange.exp: Likewise.
1046 * gdb.dwarf2/dwz.exp: Likewise.
1047 * gdb.dwarf2/method-ptr.exp: Likewise.
1048 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1049 * gdb.dwarf2/subrange.exp: Likewise.
1050 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1051 * gdb.dwarf2/implptrpiece.exp: Likewise.
1052 * gdb.dwarf2/nostaticblock.exp: Likewise.
1053
0e5c4555
AA
10542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1055
1056 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1057 directory to absolute path name arguments.
1058
5ec18f2b
JG
10592014-03-10 Joel Brobecker <brobecker@adacore.com>
1060
1061 * gdb.ada/tagged_access: New testcase.
1062
847fc4f2
MM
10632014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1064
1065 * gdb.btrace/data.exp: Update expected output.
1066
cc3da688
YQ
10672014-03-06 Yao Qi <yao@codesourcery.com>
1068
1069 * gdb.trace/pr16508.exp: New file.
1070
0f26cec1
PA
10712014-03-05 Pedro Alves <palves@redhat.com>
1072
1073 PR gdb/16575
1074 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1075 procedure.
1076 (top level): Adjust to use it. Add tests that exercise breakpoint
1077 interaction with the code-cache.
1078
7a5a839f
LC
10792014-02-26 Ludovic Courtès <ludo@gnu.org>
1080
1081 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1082 test for 'history-append!'.
1083
31aa7e4e
JB
10842014-02-26 Joel Brobecker <brobecker@adacore.com>
1085
1086 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1087 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1088 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1089 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1090 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1091 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1092
1b588015
JB
10932014-02-26 Joel Brobecker <brobecker@adacore.com>
1094
1095 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1096 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1097 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1098
55426c9d
JB
10992014-02-26 Joel Brobecker <brobecker@adacore.com>
1100
1101 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1102
dc53a7ad
JB
11032014-02-26 Joel Brobecker <brobecker@adacore.com>
1104
1105 * gdb.dwarf2/arr-stride.c: New file.
1106 * gdb.dwarf2/arr-stride.exp: New file.
1107
12ab52e9
PA
11082014-02-26 Pedro Alves <palves@redhat.com>
1109
1110 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1111 that won't ever trigger. Make sure that GDB reports the correct
1112 breakpoint that caused the stop.
1113
849c862e
JK
11142014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 PR gdb/16626
1117 * gdb.base/auto-load-script: New file.
1118 * gdb.base/auto-load.c: New file.
1119 * gdb.base/auto-load.exp: New file.
1120
71b7d793
JK
1121 PR gdb/16626
1122 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1123
e2f0d509
JK
11242014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1127 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1128
50cc37c8
DE
11292014-02-24 Doug Evans <dje@google.com>
1130
1131 * lib/gdb.exp (run_on_host): Log error output if program fails.
1132
ea4758f2
PA
11332014-02-21 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.threads/step-after-sr-lock.c: Rename to ...
1136 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1137 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1138 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1139 ... this.
1140
d7b30f67
SDJ
11412014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1142
1143 PR tdep/16397
1144 * gdb.arch/amd64-stap-special-operands.exp: New file.
1145 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1146 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1147 * gdb.arch/amd64-stap-triplet.S: Likewise.
1148 * gdb.arch/amd64-stap-triplet.c: Likewise.
1149
83deb43f
JB
11502014-02-20 Joel Brobecker <brobecker@adacore.com>
1151
1152 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1153 in .section pseudo-op.
1154
adde2bff
DE
11552014-02-20 lin zuojian <manjian2006@gmail.com>
1156 Joel Brobecker <brobecker@adacore.com>
1157 Doug Evans <xdje42@gmail.com>
1158
1159 PR symtab/16581
1160 * gdb.dwarf2/dw2-icycle.S: New file.
1161 * gdb.dwarf2/dw2-icycle.c: New file.
1162 * gdb.dwarf2/dw2-icycle.exp: New file.
1163
f7bd0f78
SC
11642014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1165
1166 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1167 operations on gdb.Value objects.
1168 * gdb.python/py-value-cc.exp: Add new test to test operations on
1169 gdb.Value objects.
1170
c17ef0d5
DE
11712014-02-18 Doug Evans <dje@google.com>
1172
1173 * Makefile.in (TESTS): New variable.
1174 (expanded_tests, expanded_tests_or_none): New variables
1175 (check-single): Pass $(expanded_tests_or_none) to runtest.
1176 (check-parallel): Only run tests in $(TESTS) if non-empty.
1177 (check/no-matching-tests-found): New rule.
1178 * README: Document TESTS makefile variable.
1179
5dd3176f
DE
11802014-02-18 Doug Evans <dje@google.com>
1181
1182 * Makefile.in (check-parallel): rm -rf outputs temp.
1183
0b10be4f
JK
11842014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1185
1186 Fix "ERROR: no fileid for" in the testsuite.
1187 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1188
85f224e7
DE
11892014-02-12 Doug Evans <dje@google.com>
1190
1191 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1192 (MISCELLANEOUS): New variable.
1193 (clean): rm -rf $(MISCELLANEOUS).
1194 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1195 dwp live in the same directory as symlinks, with each symlink pointed
1196 to a differently named file in a different directory.
1197
149b30ff
DE
11982014-02-11 Doug Evans <dje@google.com>
1199
1200 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1201 of Tcl file commands.
1202
1dfdac32
MK
12032014-02-10 Mark Kettenis <kettenis@gnu.org>
1204
1205 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1206 "kill -SIGUSR1 -1".
1207
aa4fb036
JB
12082014-02-10 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.ada/tick_length_array_enum_idx: New testcase.
1211
ed3ef339
DE
12122014-02-10 Doug Evans <xdje42@gmail.com>
1213
1214 * configure.ac (AC_OUTPUT): Add gdb.guile.
1215 * configure: Regenerate.
1216 * lib/gdb-guile.exp: New file.
1217 * lib/gdb.exp (get_target_charset): New function.
1218 * gdb.base/help.exp: Update expected output from "apropos apropos".
1219 * gdb.guile/Makefile.in: New file.
1220 * gdb.guile/guile.exp: New file.
1221 * gdb.guile/scm-arch.c: New file.
1222 * gdb.guile/scm-arch.exp: New file.
1223 * gdb.guile/scm-block.c: New file.
1224 * gdb.guile/scm-block.exp: New file.
1225 * gdb.guile/scm-breakpoint.c: New file.
1226 * gdb.guile/scm-breakpoint.exp: New file.
1227 * gdb.guile/scm-disasm.c: New file.
1228 * gdb.guile/scm-disasm.exp: New file.
1229 * gdb.guile/scm-equal.c: New file.
1230 * gdb.guile/scm-equal.exp: New file.
1231 * gdb.guile/scm-error.exp: New file.
1232 * gdb.guile/scm-error.scm: New file.
1233 * gdb.guile/scm-frame-args.c: New file.
1234 * gdb.guile/scm-frame-args.exp: New file.
1235 * gdb.guile/scm-frame-args.scm: New file.
1236 * gdb.guile/scm-frame-inline.c: New file.
1237 * gdb.guile/scm-frame-inline.exp: New file.
1238 * gdb.guile/scm-frame.c: New file.
1239 * gdb.guile/scm-frame.exp: New file.
1240 * gdb.guile/scm-generics.exp: New file.
1241 * gdb.guile/scm-gsmob.exp: New file.
1242 * gdb.guile/scm-iterator.c: New file.
1243 * gdb.guile/scm-iterator.exp: New file.
1244 * gdb.guile/scm-math.c: New file.
1245 * gdb.guile/scm-math.exp: New file.
1246 * gdb.guile/scm-objfile-script-gdb.in: New file.
1247 * gdb.guile/scm-objfile-script.c: New file.
1248 * gdb.guile/scm-objfile-script.exp: New file.
1249 * gdb.guile/scm-objfile.c: New file.
1250 * gdb.guile/scm-objfile.exp: New file.
1251 * gdb.guile/scm-ports.exp: New file.
1252 * gdb.guile/scm-pretty-print.c: New file.
1253 * gdb.guile/scm-pretty-print.exp: New file.
1254 * gdb.guile/scm-pretty-print.scm: New file.
1255 * gdb.guile/scm-section-script.c: New file.
1256 * gdb.guile/scm-section-script.exp: New file.
1257 * gdb.guile/scm-section-script.scm: New file.
1258 * gdb.guile/scm-symbol.c: New file.
1259 * gdb.guile/scm-symbol.exp: New file.
1260 * gdb.guile/scm-symtab-2.c: New file.
1261 * gdb.guile/scm-symtab.c: New file.
1262 * gdb.guile/scm-symtab.exp: New file.
1263 * gdb.guile/scm-type.c: New file.
1264 * gdb.guile/scm-type.exp: New file.
1265 * gdb.guile/scm-value-cc.cc: New file.
1266 * gdb.guile/scm-value-cc.exp: New file.
1267 * gdb.guile/scm-value.c: New file.
1268 * gdb.guile/scm-value.exp: New file.
1269 * gdb.guile/source2.scm: New file.
1270 * gdb.guile/types-module.cc: New file.
1271 * gdb.guile/types-module.exp: New file.
1272
7026a7c1
YQ
12732014-02-10 Yao Qi <yao@codesourcery.com>
1274
1275 PR testsuite/16543
1276 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1277 * configure: Regenerated.
1278 * Makefile.in: New file.
1279
6c466447
AS
12802014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1281
1282 * gdb.python/py-framefilter.exp: Fix typo.
1283
6e854735
YQ
12842014-02-08 Yao Qi <yao@codesourcery.com>
1285
1286 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1287 that no =breakpoint-modified is emitted when breakpoints are
1288 modified through MI commands.
1289
d137e6dc
PA
12902014-02-07 Pedro Alves <pedro@codesourcery.com>
1291 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.threads/step-after-sr-lock.c: New file.
1294 * gdb.threads/step-after-sr-lock.exp: New file.
1295
b5ee5a50
PA
12962014-02-07 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1299
3c77faf3
JK
13002014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1303 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1304
6dddc817
DE
13052014-02-06 Doug Evans <xdje42@gmail.com>
1306
1307 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1308 output.
1309
1310 * gdb.gdb/python-interrupts.exp: New file.
1311
de7b2893
YQ
13122014-02-05 Yao Qi <yao@codesourcery.com>
1313
1314 * gdb.trace/report.exp (use_collected_data): Test the output
1315 of "info threads" and "info inferiors".
1316
66d032ac
YQ
13172014-02-05 Yao Qi <yao@codesourcery.com>
1318
1319 Revert this patch:
1320
1321 2013-05-24 Yao Qi <yao@codesourcery.com>
1322
1323 * gdb.trace/tfile.exp: Test inferior and thread.
1324
591a12a1
UW
13252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1326
1327 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1328 on a function.
1329 * gdb.base/step-bt.c: Call hello via function pointer to make
1330 sure its first instruction is executed on powerpc64le-linux.
1331
0ff3e01f
UW
13322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1333
1334 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1335
084ee545
UW
13362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1337
1338 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1339 of the test patterns for use on little-endian systems.
1340
6ed14ff3
UW
13412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1344 (decimal_vector): Fix for little-endian.
1345
401e27fd
JM
13462014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1347
1348 * gdb.arch/sparc-sysstep.exp: New file.
1349 * gdb.arch/sparc-sysstep.c: Likewise.
1350
1351 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1352
8b924729
EBM
13532014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1354
1355 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1356
fb151210
JB
13572014-01-23 Tom Tromey <tromey@redhat.com>
1358
1359 * gdb.ada/array_char_idx: New testcase.
1360
0740f8d8
TT
13612014-01-23 Tom Tromey <tromey@redhat.com>
1362
1363 PR python/16487:
1364 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1365 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1366 classes.
1367
21909fa1
TT
13682014-01-23 Tom Tromey <tromey@redhat.com>
1369
1370 PR python/16491:
1371 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1372 string from an inferior frame.
1373 * gdb.python/py-framefilter-mi.exp: Update.
1374
87ce2a04
DE
13752014-01-22 Doug Evans <dje@google.com>
1376
1377 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1378
237b092b
AA
13792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1380
1381 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1382
d674a709
AA
13832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1384
1385 * gdb.trace/entry-values.exp: Remove excess space character from
1386 regex patterns. Handle s390 call instruction.
1387
20fa3390
AA
13882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1389
1390 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1391 define "*_start" label. Make "name" static.
1392 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1393 ${name} by references to ${name}_start.
1394
78466714
AA
13952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1396
1397 * gdb.base/info-macros.exp: Remove "debug" from the compile
1398 options.
1399
ec9f644a
IB
14002014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1401
1402 * gdb.dlang/demangle.exp: New file.
1403
94b1b47e
IB
14042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1405
1406 * gdb.dlang/primitive-types.exp: New file.
1407
7f420862
IB
14082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1409
1410 * configure.ac: Create gdb.dlang/Makefile.
1411 * configure: Regenerate.
1412 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1413 * gdb.dlang/Makefile.in: New file.
1414 * lib/d-support.exp: New file.
1415 * lib/gdb.exp (skip_d_tests): New proc.
1416
52834460
MM
14172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1418
1419 * gdb.btrace/delta.exp: Check reverse stepi.
1420 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1421 * gdb.btrace/finish.exp: New.
1422 * gdb.btrace/next.exp: New.
1423 * gdb.btrace/nexti.exp: New.
1424 * gdb.btrace/record_goto.c: Add comments.
1425 * gdb.btrace/step.exp: New.
1426 * gdb.btrace/stepi.exp: New.
1427 * gdb.btrace/multi-thread-step.c: New.
1428 * gdb.btrace/multi-thread-step.exp: New.
1429 * gdb.btrace/rn-dl-bind.c: New.
1430 * gdb.btrace/rn-dl-bind.exp: New.
1431 * gdb.btrace/data.c: New.
1432 * gdb.btrace/data.exp: New.
1433 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1434
6e07b1d2
MM
14352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1436
1437 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1438 * gdb.btrace/exception.exp: Update.
1439 * gdb.btrace/instruction_history.exp: Update.
1440 * gdb.btrace/record_goto.exp: Update.
1441 * gdb.btrace/tailcall.exp: Update.
1442 * gdb.btrace/unknown_functions.exp: Update.
1443 * gdb.btrace/delta.exp: New.
1444
0b722aec
MM
14452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1446
1447 * gdb.btrace/record_goto.exp: Add backtrace test.
1448 * gdb.btrace/tailcall.exp: Add backtrace test.
1449
066ce621
MM
14502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1451
1452 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1453 * gdb.btrace/record_goto.c: New.
1454 * gdb.btrace/record_goto.exp: New.
1455 * gdb.btrace/x86-record_goto.S: New.
1456
0688d04e
MM
14572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1458
1459 * gdb.btrace/function_call_history.exp: Update tests.
1460 * gdb.btrace/instruction_history.exp: Update tests.
1461
8710b709
MM
14622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1463
1464 * gdb.btrace/function_call_history.exp: Fix expected field
1465 order for "record function-call-history".
1466 Add new tests for "record function-call-history /c".
1467 * gdb.btrace/exception.cc: New.
1468 * gdb.btrace/exception.exp: New.
1469 * gdb.btrace/tailcall.exp: New.
1470 * gdb.btrace/x86-tailcall.S: New.
1471 * gdb.btrace/x86-tailcall.c: New.
1472 * gdb.btrace/unknown_functions.c: New.
1473 * gdb.btrace/unknown_functions.exp: New.
1474 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1475
5de9129b
MM
14762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1477
1478 * gdb.btrace/instruction_history.exp: Update.
1479 * gdb.btrace/function_call_history.exp: Update.
1480
23a7fe75
MM
14812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1482
1483 * gdb.btrace/function_call_history.exp: Fix expected function
1484 trace.
1485 * gdb.btrace/instruction_history.exp: Initialize traced.
1486 Remove traced_functions.
1487
724c7dd8
MM
14882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1489
1490 * gdb.btrace/function_call_history.exp: Update
1491 * gdb.btrace/instruction_history.exp: Update.
1492
6d78d93b
MM
14932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1494
1495 * gdb.btrace/enable.exp: Update expected text.
1496
93a360cc
OJ
14972014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1498
1499 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1500 bytes.
1501
3772b53f
MR
15022014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1503
1504 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1505
596662fa
OJ
15062014-01-15 Omair Javaid <omair.javaid@linaro.org>
1507
1508 * lib/gdb.exp (supports_process_record): Return true for
1509 arm*-linux*. (supports_reverse): Likewise.
1510
b5b08fb4
SC
15112014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1512
1513 PR python/15464
1514 PR python/16113
1515 * gdb.python/py-type.c: Enhance test case.
1516 * gdb.python/py-value-cc.cc: Likewise
1517 * gdb.python/py-type.exp: Add new tests.
1518 * gdb.python/py-value-cc.exp: Likewise
1519
52d7fb13
AA
15202014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1521 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1524 Make "name" extern.
1525 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1526 references to ${name}_start by references to ${name}.
1527
a2cd8cfe
JB
15282014-01-10 Joel Brobecker <brobecker@adacore.com>
1529
1530 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1531
4e23fced
JB
15322014-01-10 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1535
c6a9e42c
PA
15362014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1537 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.mi/mi-info-os.exp: Connect to the target with
1540 mi_gdb_target_load.
1541
b7ea362b
PA
15422014-01-08 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.threads/reconnect-signal.c: New file.
1545 * gdb.threads/reconnect-signal.exp: New file.
1546
5e3f4fab
EBM
15472014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 * gdb.base/source-dir.exp: New file.
1550
79301218
JB
15512014-01-07 Joel Brobecker <brobecker@adacore.com>
1552
1553 * gdb.ada/mi_interface: New testcase.
1554
8e355c5d
JB
15552014-01-07 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1558 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1559 gdb.ada/pp-rec-component/pck.ads: New files.
1560
c0d48811
JB
15612014-01-07 Joel Brobecker <brobecker@adacore.com>
1562
1563 * gdb.python/py-pp-integral.c: New file.
1564 * gdb.python/py-pp-integral.py: New file.
1565 * gdb.python/py-pp-integral.exp: New file.
1566
17b609c3 1567For older changes see ChangeLog-1993-2013.
c906108c 1568\f
8d8cb839
EZ
1569;; Local Variables:
1570;; mode: change-log
1571;; left-margin: 8
1572;; fill-column: 74
1573;; version-control: never
1574;; End:
902f2ccb 1575
14f8b115 1576 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1577 Copying and distribution of this file, with or without modification,
1578 are permitted provided the copyright notice and this notice are preserved.
This page took 2.086134 seconds and 4 git commands to generate.