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