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