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