daily update
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6908c509
JB
12014-08-01 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4 inner_vla_struct_object_size.
5 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6 as xfail.
7
cc6563d2
PA
82014-07-30 Pedro Alves <palves@redhat.com>
9
10 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11 comment.
12
7e09a223
YQ
132014-07-29 Yao Qi <yao@codesourcery.com>
14
15 PR gdb/17206
16 * gdb.base/until-nodebug.exp: New.
17
7ebdbe92
DE
182014-07-28 Doug Evans <xdje42@gmail.com>
19
20 PR guile/17203
21 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22 previously existing parameter, and previously ambiguously spelled
23 parameter.
24
fdb1adc6
WN
252014-07-28 Will Newton <will.newton@linaro.org>
26
27 * gdb.base/varargs.exp: Remove KFAILs for ARM.
28
186fcde0
DE
292014-07-26 Ludovic Courtès <ludo@gnu.org>
30 Doug Evans <xdje42@gmail.com>
31
32 PR guile/17146
33 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
34
70509625
PA
352014-07-25 Pedro Alves <palves@redhat.com>
36
37 * gdb.threads/signal-command-handle-nopass.c: New file.
38 * gdb.threads/signal-command-handle-nopass.exp: New file.
39 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
40 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
41 * gdb.threads/signal-delivered-right-thread.c: New file.
42 * gdb.threads/signal-delivered-right-thread.exp: New file.
43
c3f814a1
PA
442014-07-25 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/double-prompt-target-event-error.exp
47 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
48 match.
49 (cancel_pagination_in_target_event): Rework double prompt
50 detection.
51 * gdb.base/paginate-after-ctrl-c-running.exp
52 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
53 <return>' match.
54 * gdb.base/paginate-bg-execution.exp
55 (test_bg_execution_pagination_return)
56 (test_bg_execution_pagination_cancel): Remove '-notransfer
57 <return>' matches.
58 * gdb.base/paginate-execution-startup.exp
59 (test_fg_execution_pagination_return)
60 (test_fg_execution_pagination_cancel): Remove '-notransfer
61 <return>' matches.
62 * gdb.base/paginate-inferior-exit.exp
63 (test_paginate_inferior_exited): Remove '-notransfer <return>'
64 match.
65 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
66 * lib/gdb.exp (pagination_prompt): Run text through
67 string_to_regexp.
68 (gdb_test_multiple): Match $pagination_prompt instead of
69 "<return>".
70 (string_to_regexp): Move to lib/gdb-utils.exp.
71
e214cf6c
JK
722014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
73
74 * gdb.arch/amd64-entry-value-paramref.S: New file.
75 * gdb.arch/amd64-entry-value-paramref.cc: New file.
76 * gdb.arch/amd64-entry-value-paramref.exp: New file.
77 * gdb.arch/amd64-optimout-repeat.S: New file.
78 * gdb.arch/amd64-optimout-repeat.c: New file.
79 * gdb.arch/amd64-optimout-repeat.exp: New file.
80
17d0c5c8
JK
812014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
82
83 PR gdb/17170
84 * gdb.base/statistics.exp: New file.
85
b8b8facf
DE
862014-07-17 Doug Evans <dje@google.com>
87
74b49205 88 PR gdb/17170
b8b8facf
DE
89 * gdb.base/maint.exp: Update testing of per-command stats.
90
1b5d0ab3
PA
912014-07-16 Pedro Alves <palves@redhat.com>
92
93 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
94 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
95 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
96 (tfile_write_buf): New functions.
97 (add_memory_block): Rewrite using the above.
98 (adjust_function_address): New function.
99 (FUNCTION_ADDRESS): New macro.
100 (write_basic_trace_file): Remove short_x local, and use
101 tfile_write_16. Change type of func_addr local to unsigned long
102 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
103 here. Cast argument of add_memory_block to char pointer.
104 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
105 (main): Remove parameters.
106 * gdb.trace/tfile.exp: Remove nowarnings.
107
4d974e88
SM
1082014-07-15 Simon Marchi <simon.marchi@ericsson.com>
109
110 * gdb.base/debug-expr.exp: Test string evaluation with
111 "debug expression" on.
112
41e99568
PA
1132014-07-15 Pedro Alves <palves@redhat.com>
114
115 * gdb.base/reread.exp: Use clean_restart.
116
487d9753
PL
1172014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
118
119 * gdb.arch/avr-flash-qualifer.c: New.
120 * gdb.arch/avr-flash-qualifer.exp: New.
121
cc1c52ad
PA
1222014-07-14 Pedro Alves <palves@redhat.com>
123
124 * gdb.base/paginate-after-ctrl-c-running.c: New file.
125 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
126
1e973570
PA
1272014-07-14 Pedro Alves <palves@redhat.com>
128
129 * gdb.base/double-prompt-target-event-error.c: New file.
130 * gdb.base/double-prompt-target-event-error.exp: New file.
131
93d6eb10
PA
1322014-07-14 Pedro Alves <palves@redhat.com>
133
134 PR gdb/17072
135 * gdb.base/paginate-inferior-exit.c: New file.
136 * gdb.base/paginate-inferior-exit.exp: New file.
137
0017922d
PA
1382014-07-14 Pedro Alves <palves@redhat.com>
139
140 PR gdb/17072
141 * gdb.base/paginate-bg-execution.c: New file.
142 * gdb.base/paginate-bg-execution.exp: New file.
143
94696ad3
PA
1442014-07-14 Pedro Alves <palves@redhat.com>
145
146 PR gdb/17072
147 * gdb.base/paginate-execution-startup.c: New file.
148 * gdb.base/paginate-execution-startup.exp: New file.
149 * lib/gdb.exp (pagination_prompt): New global.
150 (default_gdb_spawn): New procedure, factored out from
151 default_gdb_spawn.
152 (default_gdb_start): Adjust to call default_gdb_spawn.
153 (gdb_spawn): New procedure.
154
bd293940
PA
1552014-07-14 Pedro Alves <palves@redhat.com>
156
157 * lib/gdb.exp (gdb_assert): New procedure.
158 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
159
c933f875
PA
1602014-07-14 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/execution-termios.c: New file.
163 * gdb.base/execution-termios.exp: New file.
164
d98b7a16
TT
1652014-07-14 Tom Tromey <tromey@redhat.com>
166
167 * gdb.cp/vla-cxx.cc: New file.
168 * gdb.cp/vla-cxx.exp: New file.
169
548740d6
TT
1702014-07-14 Tom Tromey <tromey@redhat.com>
171
172 * gdb.reverse/rerun-prec.c: New file.
173 * gdb.reverse/rerun-prec.exp: New file.
174
a25eb028
MR
1752014-07-12 Maciej W. Rozycki <macro@mips.com>
176 Maciej W. Rozycki <macro@codesourcery.com>
177
178 * lib/gdb-utils.exp: New file.
179 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
180 inline `gdb_init_command' processing.
181 (gdb_start_cmd): Likewise.
182 * lib/mi-support.exp (mi_run_cmd): Likewise.
183 * README: Document `gdb_init_command' and `gdb_init_commands'.
184
218c2655
JK
1852014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 Fix false FAIL running under a very long directory name.
188 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
189 and "set print elements 10000". Twice.
190
5401fde3
YQ
1912014-07-11 Yao Qi <yao@codesourcery.com>
192
193 * gdb.base/exprs.exp: "set print symbol off".
194
e76126e8
PA
1952014-07-11 Pedro Alves <palves@redhat.com>
196
197 * gdb.threads/kill.c: New file.
198 * gdb.threads/kill.exp: New file.
199
2d6f0de6
YQ
2002014-07-10 Yao Qi <yao@codesourcery.com>
201
202 * gdb.trace/tfile.c (write_basic_trace_file)
203 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
204 address written to trace file.
205
7180e04a
PA
2062014-07-09 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/attach-wait-input.exp: New file.
209 * gdb.base/attach-wait-input.c: New file.
210
9a9a7608
AB
2112014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
214 setting up test structures.
215 (main): Call new test function.
216 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
217 test function, continue into test function and walk test
218 structures.
219
161ac41e
YQ
2202014-07-02 Yao Qi <yao@codesourcery.com>
221
222 * gdb.trace/entry-values.c: Define labels 'foo_start' and
223 'bar_start' at the beginning of functions 'foo' and 'bar'
224 respectively.
225 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
226 instead of 'foo' and 'bar'.
227
1f267ae3
MM
2282014-07-08 Markus Metzger <markus.t.metzger@intel.com>
229
230 * gdb.btrace/segv.exp: New.
231 * gdb.btrace/segv.c: New.
232
2b239efb
LM
2332014-07-02 Luis Machado <lgustavo@codesourcery.com>
234
235 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
236 instruction.
237
cf363f18
MW
2382014-06-30 Mark Wielaard <mjw@redhat.com>
239
240 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
241 vulture, vilify, villar): New volatile array constants.
242 (vindictive, vegetation): New const volatile array constants.
243 * gdb.base/volatile.exp: Test volatile and const volatile array
244 types.
245
aebf9d24
AA
2462014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
247
248 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
249 target lacks support for awatch, rwatch, or hbreak.
250
b67a2c6f
YQ
2512014-06-27 Yao Qi <yao@codesourcery.com>
252
253 * gdb.multi/dummy-frame-restore.exp: New.
254 * gdb.multi/dummy-frame-restore.c: New.
255
aef92902
MM
2562014-06-25 Markus Metzger <markus.t.metzger@intel.com>
257
258 * gdb.btrace/gcore.exp: New.
259
8e9db26e
PA
2602014-06-23 Pedro Alves <palves@redhat.com>
261
262 * gdb.base/watchpoint-reuse-slot.c: New file.
263 * gdb.base/watchpoint-reuse-slot.exp: New file.
264
70afc5b7
SC
2652014-06-23 Siva Chandra Reddy <sivachandra@google.com>
266
267 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
268 progspace's filename in 'info', 'enable' and 'disable' command
269 tests.
270
b972bd9c
JK
2712014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
272
273 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
274 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
275 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
276
125f8a3d
GB
2772014-06-20 Gary Benson <gbenson@redhat.com>
278
279 * gdb.arch/i386-avx.exp: Fix include file location.
280 * gdb.arch/i386-sse.exp: Likewise.
281
3ed9baed
IB
2822014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
283
284 * gdb.dlang/expression.exp: New file.
285
034f788c
PA
2862014-06-19 Pedro Alves <palves@redhat.com>
287
288 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
289 out from ...
290 (top level): ... here. Iterate running tests under different
291 scheduler-locking settings.
292
45371d0c
LM
2932014-06-18 Luis Machado <lgustavo@codesourcery.com>
294
295 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
296 to DW_FORM_addr and use non-zero addresses.
297
5d376983
SC
2982014-06-18 Siva Chandra Reddy <sivachandra@google.com>
299
300 PR gdb/17017
301 * gdb.python/py-xmethods.cc: Add global function call counters and
302 increment them in their respective functions. Remove "cout"
303 statements.
304 * gdb.python/py-xmethods.exp: Make tests check the global function
305 call counters instead of depending on inferior IO.
306
a1aa2221
LM
3072014-06-18 Don Breazeal <donb@codesourcery.com>
308
309 * gdb.base/foll-fork.exp (default_fork_parent_follow):
310 Deleted procedure.
311 (explicit_fork_parent_follow): Deleted procedure.
312 (explicit_fork_child_follow): Deleted procedure.
313 (test_follow_fork): New procedure.
314 (do_fork_tests): Replace calls to deleted procedures with
315 calls to test_follow_fork and reset GDB for subsequent
316 procedure calls.
317
0fc05997
YQ
3182014-06-17 Yao Qi <yao@codesourcery.com>
319
320 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
321 CP1252.
322
70795c52
LM
3232014-06-17 Luis Machado <lgustavo@codesourcery.com>
324
325 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
326 Initialize ptr and S explicitly.
327 (skip_type_update_when_not_use_rtti_test): Likewise.
328
6be47f0c
KS
3292014-06-16 Keith Seitz <keiths@redhat.com>
330
331 PR mi/15863
332 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
333 the inferior is started.
334
d03de421
PA
3352014-06-16 Pedro Alves <palves@redhat.com>
336
337 * gdb.base/break-main-file-remove-fail.c: New file.
338 * gdb.base/break-main-file-remove-fail.exp: New file.
339 * gdb.base/break-unload-file.exp: Use build_executable instead of
340 prepare_for_testing.
341 (test_break): New parameter "initial_load". Handle it.
342 (top level): Add initial_load cmdline/file axis.
343
f9579b99
TT
3442014-06-12 Tom Tromey <tromey@redhat.com>
345
346 * gdb.base/completion.exp: Don't use directory name in test.
347
3657956b
GB
3482014-06-09 Gary Benson <gbenson@redhat.com>
349
350 * gdb.base/sigall.c [Functions to send signals]: Reorder to
351 separate the always-available ANSI-standard signals from the
352 signals that require checking.
353 (main): Likewise.
354 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
355 Likewise.
356 (main): Likewise.
357
4186eb54
KS
3582014-06-07 Keith Seitz <keiths@redhat.com>
359
360 Revert:
361 PR c++/16253
362 * gdb.cp/var-tag.cc: New file.
363 * gdb.cp/var-tag.exp: New file.
364 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
365 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
366 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
367 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
368
25326a28 3692014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
370
371 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
372
829155c9
PA
3732014-06-06 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
376 in target debug output instead of looking at RSP packets,
377 disabling the test on any target that uses hardware stepping.
378 Update comments.
379
61c8d22e
PA
3802014-06-06 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/break-unload-file.exp: Fix typo.
383
d9a47287
YQ
3842014-06-06 Yao Qi <yao@codesourcery.com>
385
386 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
387 from "jit_function" to "^jit_function".
388
e5e01dbf
YQ
3892014-06-06 Yao Qi <yao@codesourcery.com>
390
391 * gdb.base/async.c (foo): Add one statement.
392 * gdb.base/async.exp: Get the next instruction address and
393 match the output of "nexti" by instruction address. Match
394 the hex address in the output of "finish".
395
73ba372c
GB
3962014-06-06 Gary Benson <gbenson@redhat.com>
397
398 * gdb.base/call-signals.c: Remove preprocessor conditionals
399 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
400 SIGSEGV and SIGTERM.
401 * gdb.base/sigall.c: Likewise.
402 * gdb.base/unwindonsignal.c: Likewise.
403 * gdb.reverse/sigall-reverse.c: Likewise.
404
831517df
YQ
4052014-06-06 Yao Qi <yao@codesourcery.com>
406
407 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
408 readable, skip the test.
409
b8b91e98
YQ
4102014-06-06 Yao Qi <yao@codesourcery.com>
411
412 * gdb.threads/staticthreads.c (thread_function): Move the line
413 setting breakpoint on forward.
414 * gdb.threads/staticthreads.exp: Update comments.
415
fb934770
LC
4162014-06-05 Ludovic Courtès <ludo@gnu.org>
417
418 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
419 "history-append! type error".
420
6ef284bd
SM
4212014-06-05 Simon Marchi <simon.marchi@ericsson.com>
422
423 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
424 erroneous dprintf expected input.
425
a872e241
DE
4262014-06-04 Doug Evans <xdje42@gmail.com>
427
428 * gdb.guile/scm-generics.exp: Delete.
429
16f691fb
DE
4302014-06-04 Doug Evans <xdje42@gmail.com>
431
432 * gdb.guile/scm-breakpoint.exp: Update.
433 Add tests for breakpoint registration.
434
012370f6
TT
4352014-06-04 Tom Tromey <tromey@redhat.com>
436
437 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
438 VLA-in-union.
439 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
440 inner_vla_struct, vla_union types. Initialize objects of those
441 types and compute their sizes.
442
9f5a4cef
HZ
4432014-06-04 Nathan Sidwell <nathan@codesourcery.com>
444 Hui Zhu <hui@codesourcery.com>
445
446 * gdb.base/fileio.exp: Add test for shell not available as well as
447 available.
448 * gdb.base/fileio.c (test_system): Check for shell twice.
449
90a45c4d
YQ
4502014-06-04 Yao Qi <yao@codesourcery.com>
451
452 * gdb.base/auto-connect-native-target.exp: Remove redundant
453 space from the regexp pattern.
454
70017e41
YQ
4552014-06-04 Yao Qi <yao@codesourcery.com>
456
457 * gdb.base/default.exp: Replace "child" with "native" in
458 regexp pattern.
459
883964a7
SC
4602014-06-03 Siva Chandra Reddy <sivachandra@google.com>
461
462 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
463 * gdb.python/py-xmethods.exp: New tests to test xmethods.
464 * gdb.python/py-xmethods.py: Python script supporting the
465 new testcase and tests.
466
ef370185
JB
4672014-06-03 Joel Brobecker <brobecker@adacore.com>
468 Pedro Alves <palves@redhat.com>
469
470 PR breakpoints/17000
471 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
472 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
473
1e2ccb61
BM
4742014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
475
476 * gdb.base/subst.exp: Add tests to verify partial path matching
477 output.
478
c6ec5ab2
PA
4792014-06-03 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
482 target that doesn't use software single-stepping.
483
835c559f
PA
4842014-06-03 Pedro Alves <palves@redhat.com>
485
486 PR breakpoints/17000
487 * gdb.base/sss-bp-on-user-bp-2.c: New file.
488 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
489
06eb1586
DE
4902014-06-02 Doug Evans <xdje42@gmail.com>
491
492 * gdb.guile/scm-parameter.exp: New file.
493
e698b8c4
DE
4942014-06-02 Doug Evans <xdje42@gmail.com>
495
496 * gdb.guile/scm-cmd.c: New file.
497 * gdb.guile/scm-cmd.exp: New file.
498
ded03782
DE
4992014-06-02 Doug Evans <xdje42@gmail.com>
500
501 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
502 pretty-printer lookup.
503 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
504 (make-pp_s-printer): Call it.
505 (make-pretty-printer-from-dict): New function.
506 (lookup-pretty-printer-maker-from-dict): New function.
507 (*pretty-printer*): Simplify.
508 (make-objfile-pp_s-printer): New function.
509 (install-objfile-pretty-printers!): New function.
510 (make-progspace-pp_s-printer): New function.
511 (install-progspace-pretty-printers!): New function.
512 * gdb.guile/scm-progspace.c: New file.
513 * gdb.guile/scm-progspace.exp: New file.
514
41fac0cf
PA
5152014-06-02 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/dprintf-bp-same-addr.c: New file.
518 * gdb.base/dprintf-bp-same-addr.exp: New file.
519
96ae5695
EBM
5202014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
521
522 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
523 * gdb.arch/powerpc-power.s: Likewise.
524
da02b3a8
JB
5252014-06-02 Joel Brobecker <brobecker@adacore.com>
526
527 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
528
c72b2e7b
YQ
5292014-06-01 Yao Qi <yao@codesourcery.com>
530
531 * gdb.base/watchpoint.exp (test_watch_location): Check null
532 pointer can be dereferenced. If not, do the test, otherwise
533 skip it.
534
53e8a631
AB
5352014-05-30 Andrew Burgess <aburgess@broadcom.com>
536
537 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
538 results.
539 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
540
938f0e2f
AB
5412014-05-30 Andrew Burgess <aburgess@broadcom.com>
542
543 * gdb.arch/amd64-invalid-stack-middle.S: New file.
544 * gdb.arch/amd64-invalid-stack-middle.c: New file.
545 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
546 * gdb.arch/amd64-invalid-stack-top.c: New file.
547 * gdb.arch/amd64-invalid-stack-top.exp: New file.
548
9ba6657a
PA
5492014-05-30 Pedro Alves <palves@redhat.com>
550
551 PR breakpoints/17000
552 * gdb.base/sss-bp-on-user-bp.c: New file.
553 * gdb.base/sss-bp-on-user-bp.exp: New file.
554
522c09bf
DB
5552014-05-30 David Blaikie <dblaikie@gmail.com>
556
557 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
558 gnu_inline semantics via attribute.
559 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
560 source explicitly specifies the required semantics.
561
bf4ef81e
MR
5622014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
563
564 * gdb.reverse/sigall-reverse.exp: Fix a typo.
565
329ea579
PA
5662014-05-29 Pedro Alves <palves@redhat.com>
567 Tom Tromey <tromey@redhat.com>
568
569 * gdb.base/async-shell.exp: Don't enable target-async.
570 * gdb.base/async.exp
571 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
572 parameter. Adjust.
573 (top level): Don't test with "target-async".
574 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
575 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
576 * gdb.base/inferior-died.exp: Don't enable target-async.
577 * gdb.base/interrupt-noterm.exp: Likewise.
578 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
579 * gdb.mi/mi-nonstop-exit.exp: Likewise.
580 * gdb.mi/mi-nonstop.exp: Likewise.
581 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
582 * gdb.mi/mi-nsintrall.exp: Likewise.
583 * gdb.mi/mi-nsmoribund.exp: Likewise.
584 * gdb.mi/mi-nsthrexec.exp: Likewise.
585 * gdb.mi/mi-watch-nonstop.exp: Likewise.
586 * gdb.multi/watchpoint-multi.exp: Adjust comment.
587 * gdb.python/py-evsignal.exp: Don't enable target-async.
588 * gdb.python/py-evthreads.exp: Likewise.
589 * gdb.python/py-prompt.exp: Likewise.
590 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
591 * gdb.server/solib-list.exp: Don't enable target-async.
592 * gdb.threads/thread-specific-bp.exp: Likewise.
593 * lib/mi-support.exp: Adjust to use mi-async.
594
fd664c91
PA
5952014-05-29 Pedro Alves <palves@redhat.com>
596
597 PR gdb/13860
598 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
599 reason, even in sync mode.
600
251bde03
PA
6012014-05-29 Pedro Alves <palves@redhat.com>
602 Hui Zhu <hui@codesourcery.com>
603
604 PR PR15693
605 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
606 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
607 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
608 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
609
7f3c0343
JB
6102014-05-28 Joel Brobecker <brobecker@adacore.com>
611
612 * config/monitor.exp (gdb_target_monitor): Replace use of
613 "set remotebaud" by "set serial baud".
614
b2715b27
AW
6152014-05-26 Andy Wingo <wingo@igalia.com>
616
617 * gdb.guile/scm-breakpoint.exp:
618 * gdb.guile/scm-gsmob.exp: Update to use plain old object
619 properties instead of gdb-object-properties.
620
498a4489
YQ
6212014-05-26 Yao Qi <yao@codesourcery.com>
622
623 * gdb.server/no-thread-db.exp: Specify source file name
624 explicitly when setting a breakpoint.
625
589fdceb
MM
6262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
627
628 * gdb.btrace/vdso.c: New.
629 * gdb.btrace/vdso.exp: New.
630
e9089e05
MM
6312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
632
633 * gdb.base/gcore.exp (capture_command_output): Move ...
634 * lib/gdb.exp (capture_command_output): ... here.
635
67b5c0c1
MM
6362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
637
638 * gdb.btrace/data.exp: Test memory access during btrace replay.
639
a2199296
SM
6402014-05-22 Simon Marchi <simon.marchi@ericsson.com>
641
642 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
643
17b2616c
PA
6442014-05-21 Pedro Alves <palves@redhat.com>
645
646 PR gdb/13860
647 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
648 (top level): Test that output related to execution commands is
649 sent to the console with CLI commands, but not with MI commands.
650 Test that breakpoint events are always mirrored to the console.
651 Also expect the new source line to be output after a "next" in
652 async mode too. Make it a pass/fail test.
653 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
654 output.
655 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
656
5166082f
PA
6572014-05-21 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/list.exp (build_pattern, test_list): New procedures.
660 Use them to test variations of "list" after reaching a breakpoint.
661 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
662 Test "list" with listsize 10 after reaching a breakpoint.
663 * gdb.python/python.exp (decode_line current location line
664 number): Adjust expected line number.
665
2f25d70f
SM
6662014-05-21 Simon Marchi <simon.marchi@ericsson.com>
667
668 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
669 behavior for $args, pass it directly to "run".
670
ff604a67
MR
6712014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
672
673 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
674 30000 to 65536.
675
6a3cb8e8
PA
6762014-05-21 Pedro Alves <palves@redhat.com>
677
678 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
679 auto-connect-native-target off".
680 * gdb.base/auto-connect-native-target.c: New file.
681 * gdb.base/auto-connect-native-target.exp: New file.
682
4ebfc96e
PA
6832014-05-21 Pedro Alves <palves@redhat.com>
684
685 * gdb.base/default.exp: Test "target native" instead of "target
686 child".
687
36d46afb
MW
6882014-05-21 Mark Wielaard <mjw@redhat.com>
689
690 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
691
5876f503
JK
6922014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 Fix TLS access for -static -pthread.
695 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
696 <HAVE_TLS> (thread_function, main): Initialize it.
697 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
698 Add clean_restart.
699 <$have_tls != "">: Check TLSVAR.
700
0256a6ac
PA
7012014-05-21 Pedro Alves <palves@redhat.com>
702
703 * gdb.base/dcache-line-read-error.c: New.
704 * gdb.base/dcache-line-read-error.exp: New.
705
936d2992
PA
7062014-05-20 Pedro Alves <palves@redhat.com>
707
708 * gdb.base/compare-sections.c: New file.
709 * gdb.base/compare-sections.exp: New file.
710
802e8e6d
PA
7112014-05-20 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/break-idempotent.c: New file.
714 * gdb.base/break-idempotent.exp: New file.
715
e59fa00f
MM
7162014-05-20 Markus Metzger <markus.t.metzger@intel.com>
717
718 * gdb.btrace/nohist.exp: New.
719
8b696e31
YQ
7202014-05-20 Yao Qi <yao@codesourcery.com>
721
722 * lib/gdb.exp (gdb_init): Set timeout if test file is under
723 gdb.reverse directory and gdb_reverse_timeout exists in board
724 setting.
725 * README: Document gdb_reverse_timeout.
726
73c9764f
YQ
7272014-05-20 Yao Qi <yao@codesourcery.com>
728
729 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
730 'test_file_name'. Treat args as a string instead of a list.
731 (gdb_init): Rename argument 'args' by 'test_file_name'.
732
f1f4348a
JK
7332014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
734
735 * gdb.arch/powerpc-power.exp: New file.
736 * gdb.arch/powerpc-power.s: New file.
737
0dbe70ce
DE
7382014-05-16 Doug Evans <dje@google.com>
739
740 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
741 * gdb.base/completion.exp: Check that all expected files exist
742 before doing file completion.
0dbe70ce 743
8d551b02
DE
7442014-05-16 Doug Evans <dje@google.com>
745
746 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
747 Update.
748 (do_syscall_tests_without_xml): Update.
749
73eb7709
PA
7502014-05-16 Pedro Alves <palves@redhat.com>
751
752 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
753 instead of "unknown output after running".
754
3fae92fc
YQ
7552014-05-16 Yao Qi <yao@codesourcery.com>
756
757 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
758 file1.txt from host at the end.
759 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
760
c2b2ccc5
DE
7612014-05-15 Doug Evans <dje@google.com>
762
763 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
764 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
765 loading file. Add test for TU lookup.
766
8c217a4b
SM
7672014-05-15 Simon Marchi <simon.marchi@ericsson.com>
768
769 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
770 calling "-exec-arguments" or "set args" before running the
771 inferior.
772
3deb39c6
SM
7732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
774
775 * lib/mi-support.exp (mi_expect_stop): Expect message for
776 inferiors that exit with non-zero exit code.
777
71a79f8c
YQ
7782014-05-14 Yao Qi <yao@codesourcery.com>
779
780 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
781 match absolute path on remote host.
782 (test_file_list_exec_source_files): Remove "/" from the
783 pattern.
784
f23fcd46
YQ
7852014-05-14 Yao Qi <yao@codesourcery.com>
786
787 * boards/local-remote-host-notty.exp (${board}_file): New
788 proc.
789
9404b58f
KM
7902014-05-07 Kyle McMartin <kyle@redhat.com>
791
792 Pushed by Joel Brobecker <brobecker@adacore.com>.
793 * gdb.arch/aarch64-atomic-inst.c: New file.
794 * gdb.arch/aarch64-atomic-inst.exp: New file.
795
5e45f04c
YQ
7962014-05-07 Yao Qi <yao@codesourcery.com>
797
798 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
799 in current context" too.
800
c888a17d
KS
8012014-05-05 Keith Seitz <keiths@redhat.com>
802
803 * gdb.linespec/ls-dollar.exp: Add test for linespec
804 file:convenience_variable.
805
290a839c
YQ
8062014-05-05 Yao Qi <yao@codesourcery.com>
807
808 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
809 traceframes into tfile and ctf trace files. Read data from
810 trace file and test collected data.
811 (gdb_collect_locals_test): Likewise.
812 (gdb_unavailable_registers_test): Likewise.
813 (gdb_unavailable_floats): Likewise.
814 (gdb_collect_globals_test): Likewise.
815 (top-level): Append "ctf" to trace_file_targets if GDB
816 supports.
817
b5262cd0
YQ
8182014-05-05 Yao Qi <yao@codesourcery.com>
819
820 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
821 code to ...
822 (gdb_collect_args_test_1): ... it. New proc.
823 (gdb_collect_locals_test): Move some code to ...
824 (gdb_collect_locals_test_1): ... it. New proc.
825 (gdb_unavailable_registers_test): Move some code to ...
826 (gdb_unavailable_registers_test_1): ... it. New proc.
827 (gdb_unavailable_floats): Move some code to ...
828 (gdb_unavailable_floats_1): ... it. New proc.
829
30a1e6cc
SDJ
8302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
831
832 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
833 probes to test for bitness recognition.
834 * gdb.arch/amd64-stap-optional-prefix.exp
835 (test_probe_value_without_reg): New procedure.
836 Add code to test for different kinds of bitness.
837
f33da99a
SDJ
8382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
839
840 PR breakpoints/16889
841 * gdb.arch/amd64-stap-optional-prefix.S: New file.
842 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
843
5b80f00d
PA
8442014-05-01 Pedro Alves <palves@redhat.com>
845
846 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
847 gdb_file_cmd if no file is specified.
848 * boards/native-extended-gdbserver.exp (gdb_load): Use the
849 last_loaded_file to set the remote exec-file.
850
f8c2a73c
PA
8512014-05-01 Pedro Alves <palves@redhat.com>
852
853 * boards/local-remote-host.exp: New file.
854
be6e8ac7
PA
8552014-05-01 Pedro Alves <palves@redhat.com>
856
857 * boards/local-remote-host.exp: Rename to ...
858 * boards/local-remote-host-notty.exp: ... this.
859
cac0dc8f
JB
8602014-04-28 Joel Brobecker <brobecker@adacore.com>
861
862 * gdb.ada/dyn_arrayidx: New testcase.
863
9730e6cc
YQ
8642014-04-26 Yao Qi <yao@codesourcery.com>
865
866 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
867 and compute the length of function main. Save it in
868 $main_length.
869 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
870 (top-level): Use gdb_compile to compile objects into
871 executable and restart GDB. Remove invocation to
872 prepare_for_testing.
873
7ae1a6a6
PA
8742014-04-25 Simon Marchi <simon.marchi@ericsson.com>
875 Pedro Alves <palves@redhat.com>
876
877 PR server/16255
878 * gdb.multi/multi-attach.c: New file.
879 * gdb.multi/multi-attach.exp: New file.
880
4082afcc
PA
8812014-04-25 Pedro Alves <palves@redhat.com>
882
883 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
884 user.
885 (top level): Test that "set remote conditional-breakpoints-packet
886 off" works as intended.
887 * gdb.base/dprintf.exp: Test that "set remote
888 breakpoint-commands-packet off" works as intended.
889 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
890 New function.
891 (top level): Call it.
892 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
893 remote fast-tracepoints-packet off" works as intended.
894 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
895 * lib/gdb.exp (gdb_is_target_remote): ... here.
896
2abc3f8d
DB
8972014-04-24 David Blaikie <dblaikie@gmail.com>
898
899 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
900 ensure clang would not discard them.
901 * gdb.base/gdbvars.c: Ditto.
902 * gdb.base/memattr.c: Ditto.
903 * gdb.base/whatis.c: Ditto.
904 * gdb.python/py-prettyprint.c: Ditto.
905 * gdb.trace/actions.c: Ditto.
906 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
907 ensure clang would not discard it.
908
bfd39632
DB
9092014-04-24 David Blaikie <dblaikie@gmail.com>
910
911 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
912 clang to emit the full definition of type required by the test
913 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
914
22842ff6
DB
9152014-04-24 David Blaikie <dblaikie@gmail.com>
916
917 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
918 coax Clang into emitting the definition of the type.
919 * gdb.cp/pr10728-x.h (y): Ditto.
920 * gdb.cp/pr10728-y.cc (y): Ditto.
921
c2e827ad
DB
9222014-04-24 David Blaikie <dblaikie@gmail.com>
923
924 * gdb.base/label.exp: XFAIL label related tests under Clang.
925 * gdb.cp/cplabel.exp: Ditto.
926 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
927 under Clang those using labels.
928
4c2d33e7
YQ
9292014-04-25 Yao Qi <yao@codesourcery.com>
930
931 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
932 double_label.
933 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
934 partial_label and double_label.
935
56083b99
DB
9362014-04-24 David Blaikie <dblaikie@gmail.com>
937
938 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
939
25d4e99d
DB
9402014-04-24 David Blaikie <dblaikie@gmail.com>
941
942 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
943 of the function to work across GCC and Clang.
944 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
945 pointer types (const void ** const V void **).
946
01f9f808
MS
9472014-04-24 Michael Sturm <michael.sturm@mintel.com>
948 Walfred Tedeschi <walfred.tedeschi@intel.com>
949
950 * Makefile.in (EXECUTABLES): Added i386-avx512.
951 * gdb.arch/i386-avx512.c: New file.
952 * gdb.arch/i386-avx512.exp: Likewise.
953
4b48d439
KS
9542014-04-23 Keith Seitz <keiths@redhat.com>
955
956 * lib/mi-support.exp (mi_list_breakpoints): Delete.
957 (mi_make_breakpoint_table): New procedure.
958 (mi_create_breakpoint): Use mi_make_breakpoint
959 and return the result.
960 (mi_make_breakpoint): New procedure.
961 (mi_build_kv_pairs): New procedure.
962
963 * gdb.mi/mi-break.exp: Remove unused globals,
964 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
965 All callers updated.
966 * gdb.mi/mi-dprintf.exp: Use variable to track command
967 number.
968 Update all callers of mi_create_breakpoint and use
969 mi_make_breakpoint_table.
970 Remove any unused global variables.
971 * gdb.mi/mi-nonstop.exp: Likewise.
972 * gdb.mi/mi-nsintrall.exp: Likewise.
973 * gdb.mi/mi-nsmoribund.exp: Likewise.
974 * gdb.mi/mi-nsthrexec.exp: Likewise.
975 * gdb.mi/mi-reverse.exp: Likewise.
976 * gdb.mi/mi-simplerun.exp: Likewise.
977 * gdb.mi/mi-stepn.exp: Likewise.
978 * gdb.mi/mi-syn-frame.exp: Likewise.
979 * gdb.mi/mi-until.exp: Likewise.
980 * gdb.mi/mi-var-cp.exp: Likewise.
981 * gdb.mi/mi-var-display.exp: Likewise.
982 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
983 * gdb.mi/mi2-var-child.exp: Likewise.
984 * gdb.mi/mi-vla-c99.exp: Likewise.
985 * lib/mi-support.exp: Likewise.
986
987 From Ian Lance Taylor <iant@cygnus.com>:
988 * lib/gdb.exp (parse_args): New procedure.
989
08351840
PA
9902014-04-23 Pedro Alves <palves@redhat.com>
991
992 * gdb.base/break-unload-file.c: New file.
993 * gdb.base/break-unload-file.exp: New file.
994 * gdb.base/sym-file-lib.c (baz): New function.
995 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
996 field.
997 (load): Store the segment's mapped size.
998 (unload): New function.
999 (unload_shlib): New function.
1000 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1001 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1002 set a breakpoint at baz, and call it.
1003 * gdb.base/sym-file.exp: New tests for stale breakpoint
1004 instructions.
1005
076855f9
PA
10062014-04-23 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1009 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1010 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1011 * gdb.base/hbreak-unmapped.c: New file.
1012 * gdb.base/hbreak-unmapped.exp: New file.
1013 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1014 * lib/gdb.exp (gdb_is_target_remote): ... here.
1015
483805cf
PA
10162014-04-22 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.base/consecutive-step-over.c: New file.
1019 * gdb.base/consecutive-step-over.exp: New file.
1020
06d97543
PA
10212014-04-22 Pedro Alves <palves@redhat.com>
1022
1023 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1024 instead of send_gdb/gdb_expect.
1025
b4429ea2
YQ
10262014-04-22 Yao Qi <yao@codesourcery.com>
1027
1028 * lib/trace-support.exp (generate_tracefile): New procedure.
1029 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1030 return 0.
1031 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1032 if generate_tracefile returns 1.
1033
51d48146
PA
10342014-04-18 Tom Tromey <palves@redhat.com>
1035 Pedro alves <tromey@redhat.com>
1036
1037 PR backtrace/15558
1038 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1039 with a backtrace limit.
1040 * gdb.python/py-frame-inline.exp: Test running to an inline
1041 function with a backtrace limit, and printing the newest frame.
1042 * gdb.python/py-frame-inline.c (main): Call f.
1043
bd1dce5f
MS
10442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1045
1046 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1047
40d1a503
MS
10482014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1049
1050 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1051 Drop prefix from unsupported source file path.
1052
389b98f7
YQ
10532014-04-17 Yao Qi <yao@codesourcery.com>
1054
1055 * lib/gdb.exp (with_target_charset): New proc.
1056 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1057 with_target_charset.
1058 (test_print_strings): Likewise.
1059 (test_repeat_bytes): Likewise.
1060 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1061 for some tests.
1062
22869d73
KS
10632014-04-16 Keith Seitz <keiths@redhat.com>
1064
1065 PR gdb/15827
1066 * gdb.dwarf2/corrupt.c: New file.
1067 * gdb.dwarf2/corrupt.exp: New file.
1068
c4f87ca6
KS
10692014-04-16 Keith Seitz <keiths@redhat.com>
1070
1071 PR c++/16597
1072 * gdb.cp/namelessclass.cc: New file.
1073 * gdb.cp/namelessclass.exp: New file.
1074 * gdb.cp/namelessclass.S: New file.
1075
ab19de87
DE
10762014-04-16 Doug Evans <dje@google.com>
1077
1078 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1079 Add comment.
1080 (gdbserver_default_get_comm_port): New function.
1081 (gdbserver_start): Check if board file provided
1082 "gdbserver,get_comm_port" and use it if so.
1083 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1084 (gdb,socketport): Set to "stdio".
1085 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1086 (stdio_gdbserver_template): Delete.
1087 (${board}_get_remote_address): Update.
1088 (${board}_build_remote_cmd): Delete.
1089 (${board}_get_comm_port): New function.
1090 (${board}_spawn): Update.
1091 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1092 Delete.
1093 (${board}_get_remote_address): Update.
1094 (${board}_get_comm_port): New function.
1095
fc98a809
AB
10962014-04-16 Andrew Burgess <aburgess@broadcom.com>
1097
1098 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1099 appearing in any order.
1100
87fd9e6e
DE
11012014-04-15 Doug Evans <dje@google.com>
1102
1103 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1104 uninitialized value of "description".
1105
099fc3ea
KS
11062014-04-15 Keith Seitz <keiths@redhat.com>
1107
1108 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1109 Remove unused globals.
1110 (test_running_the_program): Likewise.
1111 (test_controlled_execution): Likewise.
1112 (test_controlling_breakpoints): Likewise.
1113 (test_program_termination): Likewise.
1114
5da151d4
KS
11152014-04-15 Keith Seitz <keiths@redhat.com>
1116
1117 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1118 unused globals.
1119 (test_rbreak_creation_and_listing): Likewise.
1120 (test_ignore_count): Likewise.
1121 (test_error): Likewise.
1122
35e5d2f0
PA
11232014-04-15 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1126 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1127 sym-file-loader.c.
1128 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1129 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1130 to sym-file-loader.c.
1131 (struct library): Forward declare.
1132 (load_shlib, lookup_function): Change prototypes.
1133 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1134 (translate_offset): Remove declarations.
1135 (get_text_addr): New declaration.
1136 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1137 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1138 sym-file-loader.h.
1139 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1140 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1141 here from sym-file-loader.h.
1142 (struct library): New structure.
1143 (load_shlib, lookup_function): Change prototypes and adjust to
1144 work with a struct library.
1145 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1146 (translate_offset): Make static.
1147 (get_text_addr): New function.
1148 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1149
eb4c1710
PA
11502014-04-15 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1153
2d1baf52
PA
11542014-04-15 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.base/sym-file-loader.c: Include <limits.h>.
1157 (SELF_LINK): New define.
1158 (get_origin): New function.
1159 (load_shlib): Use it.
1160 * gdb.base/sym-file.exp: Don't early return if the target is
1161 remote. Use runto_main, and issue fail is that fails. Use
1162 gdb_load_shlibs.
1163 (shlib_name): Delete.
1164 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1165
7dd6df01
PA
11662014-04-15 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.base/sym-file.exp: Remove regex characters from test
1169 message. Don't refer to breakpoint numbers in test messages.
1170
b50c8614
KS
11712014-04-14 Keith Seitz <keiths@redhat.com>
1172
1173 PR c++/16253
1174 * gdb.cp/var-tag.cc: New file.
1175 * gdb.cp/var-tag.exp: New file.
1176 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1177 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1178 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1179 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1180
3d567982
TT
11812014-04-14 Tom Tromey <tromey@redhat.com>
1182
1183 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1184 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1185 type.
1186 * gdb.cp/enum-class.exp: New file.
1187 * gdb.cp/enum-class.cc: New file.
1188
0626fc76
TT
11892014-04-14 Tom Tromey <tromey@redhat.com>
1190
1191 * gdb.dwarf2/enum-type.exp: New file.
1192
dca325b3
SA
11932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1194
1195 * gdb.mi/mi-vla-c99.exp: New file.
1196 * gdb.mi/vla.c: New file.
1197
5854b38a
SA
11982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1199
1200 * gdb.base/vla-datatypes.c: New file.
1201 * gdb.base/vla-datatypes.exp: New file.
1202
463bb957
SA
12032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1204
1205 * gdb.base/vla-ptr.c: New file.
1206 * gdb.base/vla-ptr.exp: New file.
1207
3dd170be
SA
12082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1209
1210 * gdb.dwarf2/count.exp: New file.
1211
5ecaaa66
SA
12122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1213
1214 * gdb.base/vla-sideeffect.c: New file.
1215 * gdb.base/vla-sideeffect.exp: New file.
1216
41f1ada5
DB
12172014-04-14 David Blaikie <dblaikie@gmail.com>
1218
1219 * gdb.mi/non-stop.c: Add return value for non-void function return
1220 statement.
1221 * gdb.threads/staticthreads.c: Ditto.
1222
0be03e84
DE
12232014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1224 Doug Evans <xdje42@gmail.com>
1225
1226 * gdb.guile/scm-value.c: Improve test case.
1227 * gdb.guile/scm-value.exp: Add new test.
1228
f180a1fb
DB
12292014-04-11 David Blaikie <dblaikie@gmail.com>
1230
1231 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1232 override Clang's default.
1233
6b662e19
JB
12342014-04-11 Joel Brobecker <brobecker@adacore.com>
1235
1236 Revert the following changes (regressions):
1237
1238 * gdb.base/vla-sideeffect.c: New file.
1239 * gdb.base/vla-sideeffect.exp: New file.
1240
1241 * gdb.dwarf2/count.exp: New file.
1242
1243 * gdb.base/vla-multi.c: New file.
1244 * gdb.base/vla-multi.exp: New file.
1245
1246 * gdb.base/vla-ptr.c: New file.
1247 * gdb.base/vla-ptr.exp: New file.
1248
1249 * gdb.base/vla-datatypes.c: New file.
1250 * gdb.base/vla-datatypes.exp: New file.
1251
1252 * gdb.mi/mi-vla-c99.exp: New file.
1253 * gdb.mi/vla.c: New file.
1254
245a5f0b
KS
12552014-04-11 Keith Seitz <keiths@redhat.com>
1256
1257 PR c++/16675
1258 * gdb.cp/cpsizeof.exp: New file.
1259 * gdb.cp/cpsizeof.cc: New file.
1260
58a84dcf
SA
12612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1262
191a8a90
JB
1263 * gdb.mi/mi-vla-c99.exp: New file.
1264 * gdb.mi/vla.c: New file.
58a84dcf 1265
c8655f75
SA
12662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1267
1268 * gdb.base/vla-datatypes.c: New file.
1269 * gdb.base/vla-datatypes.exp: New file.
1270
024e13b4
SA
12712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1272
1273 * gdb.base/vla-ptr.c: New file.
1274 * gdb.base/vla-ptr.exp: New file.
1275
1a237e0e
SA
12762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1277
1278 * gdb.base/vla-multi.c: New file.
1279 * gdb.base/vla-multi.exp: New file.
1280
504f3432
SA
12812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1282
1283 * gdb.dwarf2/count.exp: New file.
1284
3bce8237
SA
12852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1286
191a8a90
JB
1287 * gdb.base/vla-sideeffect.c: New file.
1288 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1289
322f9c21
YQ
12902014-04-11 Yao Qi <yao@codesourcery.com>
1291
1292 * gdb.base/completion.exp: Check file exists before running tests
1293 on file completion.
1294
d708bcd1
PA
12952014-04-10 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.base/cond-eval-mode.c: New file.
1298 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1299 prepare_for_testing to build the new file. Check result of
1300 runto_main.
1301 (test_break, test_watch): New procedures.
1302 (top level): Use them.
1303
ae1d2761
PM
13042014-04-08 Pierre Muller <muller@sourceware.org>
1305
1306 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1307 Ctrl-V use for mingw hosts.
1308
7af389b8
SC
13092014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1310
1311 * gdb.python/py-value.c: Improve test case.
1312 * gdb.python/py-value.exp: Add new test.
1313
5e703181
DE
13142014-04-07 David Blaikie <dblaikie@gmail.com>
1315
1316 * lib/compiler.c: Identify the clang compiler.
1317 * lib/compiler.cc: Ditto.
1318
9810b410
YQ
13192014-04-03 Yao Qi <yao@codesourcery.com>
1320
1321 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1322
98d1b8dc
AB
13232014-04-01 Anton Blanchard <anton@samba.org>
1324
1325 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1326 messages unique.
1327
3114cea1
AB
13282014-04-01 Anton Blanchard <anton@samba.org>
1329
1330 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1331 prepare_for_testing.
1332
62f7182c
AB
13332014-04-01 Anton Blanchard <anton@samba.org>
1334
1335 * gdb.arch/ppc64-atomic-inst.c: Remove.
1336 * gdb.arch/ppc64-atomic-inst.S: New file.
1337 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1338
770e7fc7
DE
13392014-03-31 Doug Evans <dje@google.com>
1340
1341 * gdb.base/print-symbol-loading-lib.c: New file.
1342 * gdb.base/print-symbol-loading-main.c: New file.
1343 * gdb.base/print-symbol-loading.exp: New file.
1344
46e2bafa
YQ
13452014-03-31 Yao Qi <yao@codesourcery.com>
1346
1347 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1348
8776cfe9
JB
13492014-03-28 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.ada/mi_dyn_arr: New testcase.
1352
5d1ef361
DE
13532014-03-27 Doug Evans <dje@google.com>
1354
1355 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1356
b5bee914
YQ
13572014-03-27 Yao Qi <yao@codesourcery.com>
1358
1359 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1360 if target is nios2-*-*.
1361
0d4d0e77
YQ
13622014-03-26 Yao Qi <yao@codesourcery.com>
1363
1364 * lib/gdb.exp (readline_is_used): New proc.
1365 * gdb.base/completion.exp: Move tests on command complete up.
1366 Skip the rest of tests if readline is not used.
1367 * gdb.ada/complete.exp: Skp the test if readline is not
1368 used.
1369 * gdb.base/filesym.exp: Likewise.
1370 * gdb.base/macscp.exp: Likewise.
1371 * gdb.base/readline-ask.exp: Likewise.
1372 * gdb.base/readline.exp: Likewise.
1373 * gdb.python/py-cmd.exp: Likewise.
1374 * gdb.trace/tfile.exp: Likewise.
1375
29361eee
YQ
13762014-03-26 Yao Qi <yao@codesourcery.com>
1377
1378 * gdb.base/macscp.exp: Fix code format issues.
1379
bc9a5525
UW
13802014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1381
1382 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1383 * gdb.asm/powerpc64le.inc: New file.
1384
d3839ede
PA
13852014-03-25 Pedro Alves <palves@redhat.com>
1386 Doug Evans <dje@google.com>
1387
1388 * gdb.base/source-execution.c: New file.
1389 * gdb.base/source-execution.exp: New file.
1390 * gdb.base/source-execution.gdb: New file.
1391
01672a57
DE
13922014-03-24 Doug Evans <dje@google.com>
1393
1394 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1395 using fission.
1396
88bbeca9
HZ
13972014-03-24 Hui Zhu <hui@codesourcery.com>
1398 Pedro Alves <palves@redhat.com>
1399
1400 PR breakpoints/16101
1401 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1402 test pass/fail messages. Detect missing support for dprintf when
1403 breakpoints are actually inserted.
1404 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1405 breakpoints are actually inserted.
1406 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1407 fails.
1408
d2348791
JK
14092014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1410
1411 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1412
feef67ab
DE
14132014-03-22 Doug Evans <xdje42@gmail.com>
1414
1415 * gdb.python/python.exp (python not supported): Verify multi-line
1416 python command issues an error.
25d743f9 1417 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1418 guile command issues an error.
feef67ab 1419
ecebef6a
MR
14202014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1421
1422 * gdb.threads/thread-specific.exp: Handle the lack of usable
1423 $this_breakpoint and $this_thread.
1424
ccdd1909
HZ
14252014-03-21 Hui Zhu <hui@codesourcery.com>
1426
1427 * gdb.base/attach.exp (do_command_attach_tests): New.
1428
beb460e8
PA
14292014-03-20 Tom Tromey <tromey@redhat.com>
1430 Pedro Alves <palves@redhat.com>
1431
1432 PR cli/15718
1433 * gdb.base/condbreak-call-false.c: New file.
1434 * gdb.base/condbreak-call-false.exp: New file.
1435
40acf43a
PA
14362014-03-20 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1439 Delete.
1440 (block_signals, unblock_signals): Delete.
1441 (child_function_2, main): Remove references to deleted variable
1442 and functions.
1443
9f5e1e02
PA
14442014-03-20 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1447 Use pthread_kill to signal thread 2.
1448 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1449 Adjust to make the test send itself a signal rather than using the
1450 host's "kill" command.
1451
99619bea
PA
14522014-03-20 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.threads/multiple-step-overs.c: New file.
1455 * gdb.threads/multiple-step-overs.exp: New file.
1456 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1457 Adjust expected infrun debug output.
1458
2adfaa28
PA
14592014-03-20 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1462 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1463
31e77af2
PA
14642014-03-20 Pedro Alves <palves@redhat.com>
1465
1466 PR breakpoints/7143
1467 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1468 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1469 of gdb_test_multiple.
1470 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1471 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1472
b9f437de
PA
14732014-03-20 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1476 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1477
05adc73e
PA
14782014-03-19 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.base/async.exp: Remove early return.
1481
6048b950
PA
14822014-03-19 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1485
8bcfb00a
PA
14862014-03-19 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/async.exp (test_background): Expect \r\n after
1489 "completed." in the fail pattern.
1490
884e37dc
PA
14912014-03-19 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/async.exp (test_background): New procedure.
1494 Use it for all background execution command tests.
1495
148e57e2
PA
14962014-03-19 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.base/async.exp: Use prepare_for_testing.
1499
f48088c7
PA
15002014-03-19 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1503 the same line.
1504
e2f6c966
PA
15052014-03-19 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/async.c (main): Add "jump here" and "until here" line
1508 marker comments.
1509 * gdb.base/async.exp (jump_here): New global.
1510 (jump& test): Use it.
1511 (until_here): New global.
1512 (until& test): Use it.
1513
c30568d4
PA
15142014-03-19 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.base/async.exp: Don't frob gdb_protocol.
1517
0172b6a7
DE
15182014-03-18 Doug Evans <xdje42@gmail.com>
1519
1520 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1521 Fix spelling of exec-done-display.
1522
06c868a8
JK
15232014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 PR gdb/15358
1526 * gdb.base/gdb-sigterm.c: New file.
1527 * gdb.base/gdb-sigterm.exp: New file.
1528
0c7e1a46
PA
15292014-03-18 Pedro Alves <palves@redhat.com>
1530
1531 PR gdb/13860
1532 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1533 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1534 solib-event.
1535
f7c77d93
JB
15362014-03-17 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdb.ada/pckd_arr_ren: New testcase.
1539
5a1e8c7a
DE
15402014-03-13 Doug Evans <xdje42@gmail.com>
1541
1542 PR guile/16612
1543 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1544 collect after discarding symbols.
1545
350e1a76
DE
15462014-03-13 Ludovic Courtès <ludo@gnu.org>
1547 Doug Evans <xdje42@gmail.com>
1548
1549 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1550 to history survives a gc.
1551
a69900ae
PA
15522014-03-13 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/default.exp: Don't test "target procfs".
1555
5db9f0bd
PA
15562014-03-13 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.base/default.exp: Update "target child" and "target procfs"
1559 tests to not expect "Unix".
1560
b3ccfe11
TT
15612014-03-12 Tom Tromey <tromey@redhat.com>
1562
1563 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1564 New procs. Add target-async tests.
1565 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1566 Add target-async tests.
1567
646f4417
AA
15682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1569
1570 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1571 'func_start' and 'func_end' for the beginning and end of the
1572 function code, respectively.
1573 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1574 'func_end' instead of 'func' and 'main'.
1575
288c211f
AA
15762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1577
1578 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1579 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1580 generate the debug info assembler source.
1581
e0c0f156
AA
15822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1583
1584 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1585 * gdb.dwarf2/arr-subrange.exp: Likewise.
1586 * gdb.dwarf2/dwz.exp: Likewise.
1587 * gdb.dwarf2/method-ptr.exp: Likewise.
1588 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1589 * gdb.dwarf2/subrange.exp: Likewise.
1590 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1591 * gdb.dwarf2/implptrpiece.exp: Likewise.
1592 * gdb.dwarf2/nostaticblock.exp: Likewise.
1593
0e5c4555
AA
15942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1595
1596 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1597 directory to absolute path name arguments.
1598
5ec18f2b
JG
15992014-03-10 Joel Brobecker <brobecker@adacore.com>
1600
1601 * gdb.ada/tagged_access: New testcase.
1602
847fc4f2
MM
16032014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1604
1605 * gdb.btrace/data.exp: Update expected output.
1606
cc3da688
YQ
16072014-03-06 Yao Qi <yao@codesourcery.com>
1608
1609 * gdb.trace/pr16508.exp: New file.
1610
0f26cec1
PA
16112014-03-05 Pedro Alves <palves@redhat.com>
1612
1613 PR gdb/16575
1614 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1615 procedure.
1616 (top level): Adjust to use it. Add tests that exercise breakpoint
1617 interaction with the code-cache.
1618
7a5a839f
LC
16192014-02-26 Ludovic Courtès <ludo@gnu.org>
1620
1621 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1622 test for 'history-append!'.
1623
31aa7e4e
JB
16242014-02-26 Joel Brobecker <brobecker@adacore.com>
1625
1626 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1627 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1628 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1629 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1630 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1631 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1632
1b588015
JB
16332014-02-26 Joel Brobecker <brobecker@adacore.com>
1634
1635 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1636 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1637 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1638
55426c9d
JB
16392014-02-26 Joel Brobecker <brobecker@adacore.com>
1640
1641 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1642
dc53a7ad
JB
16432014-02-26 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.dwarf2/arr-stride.c: New file.
1646 * gdb.dwarf2/arr-stride.exp: New file.
1647
12ab52e9
PA
16482014-02-26 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1651 that won't ever trigger. Make sure that GDB reports the correct
1652 breakpoint that caused the stop.
1653
849c862e
JK
16542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1655
1656 PR gdb/16626
1657 * gdb.base/auto-load-script: New file.
1658 * gdb.base/auto-load.c: New file.
1659 * gdb.base/auto-load.exp: New file.
1660
71b7d793
JK
1661 PR gdb/16626
1662 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1663
e2f0d509
JK
16642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1665
1666 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1667 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1668
50cc37c8
DE
16692014-02-24 Doug Evans <dje@google.com>
1670
1671 * lib/gdb.exp (run_on_host): Log error output if program fails.
1672
ea4758f2
PA
16732014-02-21 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.threads/step-after-sr-lock.c: Rename to ...
1676 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1677 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1678 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1679 ... this.
1680
d7b30f67
SDJ
16812014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1682
1683 PR tdep/16397
1684 * gdb.arch/amd64-stap-special-operands.exp: New file.
1685 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1686 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1687 * gdb.arch/amd64-stap-triplet.S: Likewise.
1688 * gdb.arch/amd64-stap-triplet.c: Likewise.
1689
83deb43f
JB
16902014-02-20 Joel Brobecker <brobecker@adacore.com>
1691
1692 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1693 in .section pseudo-op.
1694
adde2bff
DE
16952014-02-20 lin zuojian <manjian2006@gmail.com>
1696 Joel Brobecker <brobecker@adacore.com>
1697 Doug Evans <xdje42@gmail.com>
1698
1699 PR symtab/16581
1700 * gdb.dwarf2/dw2-icycle.S: New file.
1701 * gdb.dwarf2/dw2-icycle.c: New file.
1702 * gdb.dwarf2/dw2-icycle.exp: New file.
1703
f7bd0f78
SC
17042014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1705
1706 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1707 operations on gdb.Value objects.
1708 * gdb.python/py-value-cc.exp: Add new test to test operations on
1709 gdb.Value objects.
1710
c17ef0d5
DE
17112014-02-18 Doug Evans <dje@google.com>
1712
1713 * Makefile.in (TESTS): New variable.
1714 (expanded_tests, expanded_tests_or_none): New variables
1715 (check-single): Pass $(expanded_tests_or_none) to runtest.
1716 (check-parallel): Only run tests in $(TESTS) if non-empty.
1717 (check/no-matching-tests-found): New rule.
1718 * README: Document TESTS makefile variable.
1719
5dd3176f
DE
17202014-02-18 Doug Evans <dje@google.com>
1721
1722 * Makefile.in (check-parallel): rm -rf outputs temp.
1723
0b10be4f
JK
17242014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1725
1726 Fix "ERROR: no fileid for" in the testsuite.
1727 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1728
85f224e7
DE
17292014-02-12 Doug Evans <dje@google.com>
1730
1731 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1732 (MISCELLANEOUS): New variable.
1733 (clean): rm -rf $(MISCELLANEOUS).
1734 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1735 dwp live in the same directory as symlinks, with each symlink pointed
1736 to a differently named file in a different directory.
1737
149b30ff
DE
17382014-02-11 Doug Evans <dje@google.com>
1739
1740 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1741 of Tcl file commands.
1742
1dfdac32
MK
17432014-02-10 Mark Kettenis <kettenis@gnu.org>
1744
1745 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1746 "kill -SIGUSR1 -1".
1747
aa4fb036
JB
17482014-02-10 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.ada/tick_length_array_enum_idx: New testcase.
1751
ed3ef339
DE
17522014-02-10 Doug Evans <xdje42@gmail.com>
1753
1754 * configure.ac (AC_OUTPUT): Add gdb.guile.
1755 * configure: Regenerate.
1756 * lib/gdb-guile.exp: New file.
1757 * lib/gdb.exp (get_target_charset): New function.
1758 * gdb.base/help.exp: Update expected output from "apropos apropos".
1759 * gdb.guile/Makefile.in: New file.
1760 * gdb.guile/guile.exp: New file.
1761 * gdb.guile/scm-arch.c: New file.
1762 * gdb.guile/scm-arch.exp: New file.
1763 * gdb.guile/scm-block.c: New file.
1764 * gdb.guile/scm-block.exp: New file.
1765 * gdb.guile/scm-breakpoint.c: New file.
1766 * gdb.guile/scm-breakpoint.exp: New file.
1767 * gdb.guile/scm-disasm.c: New file.
1768 * gdb.guile/scm-disasm.exp: New file.
1769 * gdb.guile/scm-equal.c: New file.
1770 * gdb.guile/scm-equal.exp: New file.
1771 * gdb.guile/scm-error.exp: New file.
1772 * gdb.guile/scm-error.scm: New file.
1773 * gdb.guile/scm-frame-args.c: New file.
1774 * gdb.guile/scm-frame-args.exp: New file.
1775 * gdb.guile/scm-frame-args.scm: New file.
1776 * gdb.guile/scm-frame-inline.c: New file.
1777 * gdb.guile/scm-frame-inline.exp: New file.
1778 * gdb.guile/scm-frame.c: New file.
1779 * gdb.guile/scm-frame.exp: New file.
1780 * gdb.guile/scm-generics.exp: New file.
1781 * gdb.guile/scm-gsmob.exp: New file.
1782 * gdb.guile/scm-iterator.c: New file.
1783 * gdb.guile/scm-iterator.exp: New file.
1784 * gdb.guile/scm-math.c: New file.
1785 * gdb.guile/scm-math.exp: New file.
1786 * gdb.guile/scm-objfile-script-gdb.in: New file.
1787 * gdb.guile/scm-objfile-script.c: New file.
1788 * gdb.guile/scm-objfile-script.exp: New file.
1789 * gdb.guile/scm-objfile.c: New file.
1790 * gdb.guile/scm-objfile.exp: New file.
1791 * gdb.guile/scm-ports.exp: New file.
1792 * gdb.guile/scm-pretty-print.c: New file.
1793 * gdb.guile/scm-pretty-print.exp: New file.
1794 * gdb.guile/scm-pretty-print.scm: New file.
1795 * gdb.guile/scm-section-script.c: New file.
1796 * gdb.guile/scm-section-script.exp: New file.
1797 * gdb.guile/scm-section-script.scm: New file.
1798 * gdb.guile/scm-symbol.c: New file.
1799 * gdb.guile/scm-symbol.exp: New file.
1800 * gdb.guile/scm-symtab-2.c: New file.
1801 * gdb.guile/scm-symtab.c: New file.
1802 * gdb.guile/scm-symtab.exp: New file.
1803 * gdb.guile/scm-type.c: New file.
1804 * gdb.guile/scm-type.exp: New file.
1805 * gdb.guile/scm-value-cc.cc: New file.
1806 * gdb.guile/scm-value-cc.exp: New file.
1807 * gdb.guile/scm-value.c: New file.
1808 * gdb.guile/scm-value.exp: New file.
1809 * gdb.guile/source2.scm: New file.
1810 * gdb.guile/types-module.cc: New file.
1811 * gdb.guile/types-module.exp: New file.
1812
7026a7c1
YQ
18132014-02-10 Yao Qi <yao@codesourcery.com>
1814
1815 PR testsuite/16543
1816 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1817 * configure: Regenerated.
1818 * Makefile.in: New file.
1819
6c466447
AS
18202014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1821
1822 * gdb.python/py-framefilter.exp: Fix typo.
1823
6e854735
YQ
18242014-02-08 Yao Qi <yao@codesourcery.com>
1825
1826 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1827 that no =breakpoint-modified is emitted when breakpoints are
1828 modified through MI commands.
1829
d137e6dc
PA
18302014-02-07 Pedro Alves <pedro@codesourcery.com>
1831 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.threads/step-after-sr-lock.c: New file.
1834 * gdb.threads/step-after-sr-lock.exp: New file.
1835
b5ee5a50
PA
18362014-02-07 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1839
3c77faf3
JK
18402014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1843 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1844
6dddc817
DE
18452014-02-06 Doug Evans <xdje42@gmail.com>
1846
1847 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1848 output.
1849
1850 * gdb.gdb/python-interrupts.exp: New file.
1851
de7b2893
YQ
18522014-02-05 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.trace/report.exp (use_collected_data): Test the output
1855 of "info threads" and "info inferiors".
1856
66d032ac
YQ
18572014-02-05 Yao Qi <yao@codesourcery.com>
1858
1859 Revert this patch:
1860
1861 2013-05-24 Yao Qi <yao@codesourcery.com>
1862
1863 * gdb.trace/tfile.exp: Test inferior and thread.
1864
591a12a1
UW
18652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1866
1867 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1868 on a function.
1869 * gdb.base/step-bt.c: Call hello via function pointer to make
1870 sure its first instruction is executed on powerpc64le-linux.
1871
0ff3e01f
UW
18722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1873
1874 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1875
084ee545
UW
18762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1877
1878 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1879 of the test patterns for use on little-endian systems.
1880
6ed14ff3
UW
18812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1884 (decimal_vector): Fix for little-endian.
1885
401e27fd
JM
18862014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1887
1888 * gdb.arch/sparc-sysstep.exp: New file.
1889 * gdb.arch/sparc-sysstep.c: Likewise.
1890
1891 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1892
8b924729
EBM
18932014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1894
1895 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1896
fb151210
JB
18972014-01-23 Tom Tromey <tromey@redhat.com>
1898
1899 * gdb.ada/array_char_idx: New testcase.
1900
0740f8d8
TT
19012014-01-23 Tom Tromey <tromey@redhat.com>
1902
1903 PR python/16487:
1904 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1905 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1906 classes.
1907
21909fa1
TT
19082014-01-23 Tom Tromey <tromey@redhat.com>
1909
1910 PR python/16491:
1911 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1912 string from an inferior frame.
1913 * gdb.python/py-framefilter-mi.exp: Update.
1914
87ce2a04
DE
19152014-01-22 Doug Evans <dje@google.com>
1916
1917 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1918
237b092b
AA
19192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1920
1921 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1922
d674a709
AA
19232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1924
1925 * gdb.trace/entry-values.exp: Remove excess space character from
1926 regex patterns. Handle s390 call instruction.
1927
20fa3390
AA
19282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1929
1930 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1931 define "*_start" label. Make "name" static.
1932 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1933 ${name} by references to ${name}_start.
1934
78466714
AA
19352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1936
1937 * gdb.base/info-macros.exp: Remove "debug" from the compile
1938 options.
1939
ec9f644a
IB
19402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1941
1942 * gdb.dlang/demangle.exp: New file.
1943
94b1b47e
IB
19442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1945
1946 * gdb.dlang/primitive-types.exp: New file.
1947
7f420862
IB
19482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1949
1950 * configure.ac: Create gdb.dlang/Makefile.
1951 * configure: Regenerate.
1952 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1953 * gdb.dlang/Makefile.in: New file.
1954 * lib/d-support.exp: New file.
1955 * lib/gdb.exp (skip_d_tests): New proc.
1956
52834460
MM
19572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1958
1959 * gdb.btrace/delta.exp: Check reverse stepi.
1960 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1961 * gdb.btrace/finish.exp: New.
1962 * gdb.btrace/next.exp: New.
1963 * gdb.btrace/nexti.exp: New.
1964 * gdb.btrace/record_goto.c: Add comments.
1965 * gdb.btrace/step.exp: New.
1966 * gdb.btrace/stepi.exp: New.
1967 * gdb.btrace/multi-thread-step.c: New.
1968 * gdb.btrace/multi-thread-step.exp: New.
1969 * gdb.btrace/rn-dl-bind.c: New.
1970 * gdb.btrace/rn-dl-bind.exp: New.
1971 * gdb.btrace/data.c: New.
1972 * gdb.btrace/data.exp: New.
1973 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1974
6e07b1d2
MM
19752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1976
1977 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1978 * gdb.btrace/exception.exp: Update.
1979 * gdb.btrace/instruction_history.exp: Update.
1980 * gdb.btrace/record_goto.exp: Update.
1981 * gdb.btrace/tailcall.exp: Update.
1982 * gdb.btrace/unknown_functions.exp: Update.
1983 * gdb.btrace/delta.exp: New.
1984
0b722aec
MM
19852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1986
1987 * gdb.btrace/record_goto.exp: Add backtrace test.
1988 * gdb.btrace/tailcall.exp: Add backtrace test.
1989
066ce621
MM
19902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1991
1992 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1993 * gdb.btrace/record_goto.c: New.
1994 * gdb.btrace/record_goto.exp: New.
1995 * gdb.btrace/x86-record_goto.S: New.
1996
0688d04e
MM
19972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1998
1999 * gdb.btrace/function_call_history.exp: Update tests.
2000 * gdb.btrace/instruction_history.exp: Update tests.
2001
8710b709
MM
20022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2003
2004 * gdb.btrace/function_call_history.exp: Fix expected field
2005 order for "record function-call-history".
2006 Add new tests for "record function-call-history /c".
2007 * gdb.btrace/exception.cc: New.
2008 * gdb.btrace/exception.exp: New.
2009 * gdb.btrace/tailcall.exp: New.
2010 * gdb.btrace/x86-tailcall.S: New.
2011 * gdb.btrace/x86-tailcall.c: New.
2012 * gdb.btrace/unknown_functions.c: New.
2013 * gdb.btrace/unknown_functions.exp: New.
2014 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2015
5de9129b
MM
20162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2017
2018 * gdb.btrace/instruction_history.exp: Update.
2019 * gdb.btrace/function_call_history.exp: Update.
2020
23a7fe75
MM
20212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2022
2023 * gdb.btrace/function_call_history.exp: Fix expected function
2024 trace.
2025 * gdb.btrace/instruction_history.exp: Initialize traced.
2026 Remove traced_functions.
2027
724c7dd8
MM
20282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2029
2030 * gdb.btrace/function_call_history.exp: Update
2031 * gdb.btrace/instruction_history.exp: Update.
2032
6d78d93b
MM
20332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2034
2035 * gdb.btrace/enable.exp: Update expected text.
2036
93a360cc
OJ
20372014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2038
2039 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2040 bytes.
2041
3772b53f
MR
20422014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2043
2044 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2045
596662fa
OJ
20462014-01-15 Omair Javaid <omair.javaid@linaro.org>
2047
2048 * lib/gdb.exp (supports_process_record): Return true for
2049 arm*-linux*. (supports_reverse): Likewise.
2050
b5b08fb4
SC
20512014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2052
2053 PR python/15464
2054 PR python/16113
2055 * gdb.python/py-type.c: Enhance test case.
2056 * gdb.python/py-value-cc.cc: Likewise
2057 * gdb.python/py-type.exp: Add new tests.
2058 * gdb.python/py-value-cc.exp: Likewise
2059
52d7fb13
AA
20602014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2061 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2064 Make "name" extern.
2065 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2066 references to ${name}_start by references to ${name}.
2067
a2cd8cfe
JB
20682014-01-10 Joel Brobecker <brobecker@adacore.com>
2069
2070 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2071
4e23fced
JB
20722014-01-10 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2075
c6a9e42c
PA
20762014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2077 Pedro Alves <palves@redhat.com>
2078
2079 * gdb.mi/mi-info-os.exp: Connect to the target with
2080 mi_gdb_target_load.
2081
b7ea362b
PA
20822014-01-08 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.threads/reconnect-signal.c: New file.
2085 * gdb.threads/reconnect-signal.exp: New file.
2086
5e3f4fab
EBM
20872014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2088
2089 * gdb.base/source-dir.exp: New file.
2090
79301218
JB
20912014-01-07 Joel Brobecker <brobecker@adacore.com>
2092
2093 * gdb.ada/mi_interface: New testcase.
2094
8e355c5d
JB
20952014-01-07 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2098 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2099 gdb.ada/pp-rec-component/pck.ads: New files.
2100
c0d48811
JB
21012014-01-07 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.python/py-pp-integral.c: New file.
2104 * gdb.python/py-pp-integral.py: New file.
2105 * gdb.python/py-pp-integral.exp: New file.
2106
17b609c3 2107For older changes see ChangeLog-1993-2013.
c906108c 2108\f
8d8cb839
EZ
2109;; Local Variables:
2110;; mode: change-log
2111;; left-margin: 8
2112;; fill-column: 74
2113;; version-control: never
2114;; End:
902f2ccb 2115
14f8b115 2116 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2117 Copying and distribution of this file, with or without modification,
2118 are permitted provided the copyright notice and this notice are preserved.
This page took 2.386114 seconds and 4 git commands to generate.