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