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