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