]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
eb0b0463
SDJ
12014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR fortran/17237
4 * gdb.fortran/print-formatted.exp: New file.
5 * gdb.fortran/print-formatted.f90: Likewise.
6
5f3b99cf
SS
72014-09-03 Sasha Smundak <asmundak@google.com>
8
9 * gdb.python/py-frame.exp: Test Frame.read_register.
10
7d793aa9
SDJ
112014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12
13 PR python/16699
14 * gdb.python/py-completion.exp: New file.
15 * gdb.python/py-completion.py: Likewise.
16
fb0576e9
DE
172014-08-28 Doug Evans <dje@google.com>
18
19 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20 eax,etc. are live with values set by gdb and thus the compiler can't
21 use them.
22 * gdb.arch/i386-pseudo.c (main): Ditto.
23
ee92b0dd
DE
242014-08-27 Doug Evans <dje@google.com>
25
26 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
27
6649db35
DE
282014-08-25 Doug Evans <dje@google.com>
29
30 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
31 (main): Ditto.
32
564b7600
DE
332014-08-25 Doug Evans <dje@google.com>
34
35 * gdb.threads/thread-execl.exp: #include <stdio.h>.
36
3881fb67
YQ
372014-08-24 Yao Qi <yao@codesourcery.com>
38
39 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
40 symbol off.
41 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
42
a05a36a5
DE
432014-08-22 Doug Evans <dje@google.com>
44
45 PR 17276
46 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
47 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
48 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
49
7c343b48
YQ
502014-08-22 Yao Qi <yao@codesourcery.com>
51
52 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
53 * gdb.python/py-finish-breakpoint2.exp: Likewise.
54 * gdb.python/python.exp: Likewise. Use .py file on the host
55 instead of the build.
56
22fd09ae
JK
572014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
58
59 * gdb.threads/gcore-stale-thread.c: New file.
60 * gdb.threads/gcore-stale-thread.exp: New file.
61
a8454a7c
PA
622014-08-21 Pedro Alves <palves@redhat.com>
63
64 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
65 * gdb.base/gcore-relro-pie.exp: Likewise.
66 * gdb.base/gcore-relro.exp: Likewise.
67 * gdb.base/gcore.exp: Likewise.
68 * gdb.base/print-symbol-loading.exp: Likewise.
69 * gdb.threads/gcore-thread.exp: Likewise.
70 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
71
2a31c623
PA
722014-08-20 Pedro Alves <palves@redhat.com>
73 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * Makefile.in (EXTRA_RULES, CC): New variables, get from
76 configure.
77 (EXPECT): Handle READ1 being set.
78 (all): Depend on EXTRA_RULES.
79 (check-read1, expect-read1, read1.so, read1): New rules.
80 * README (Testsuite Parameters): Document the READ1 make variable.
81 (Race detection): New section.
82 * configure: Regenerate.
83 * configure.ac: If build==host==target, and running under a
84 GNU/glibc system, add read1 to the extra Makefile rules.
85 (EXTRA_RULES): AC_SUBST it.
86 * lib/read1.c: New file.
87
d36430db
JB
882014-08-20 Joel Brobecker <brobecker@adacore.com>
89
90 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
91 the handling of variables declared as a typedef to an array
92 which a DW_AT_data_location attribute.
93
9a0dc9e3
PA
942014-08-19 Andrew Burgess <aburgess@broadcom.com>
95 Pedro Alves <palves@redhat.com>
96
97 PR symtab/14604
98 PR symtab/14605
99 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
100 gdb_test.
101
0718a8da
PA
1022014-08-19 Pedro Alves <palves@redhat.com>
103
104 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
105
13b448cd
YQ
1062014-08-19 Yao Qi <yao@codesourcery.com>
107
108 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
109 right line.
110
1cbf5077
DB
1112014-08-18 David Blaikie <dblaikie@gmail.com>
112
113 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
114
bf0fae19
JB
1152014-08-18 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
118 attribute in array range.
119
3c8c5dcc
JB
1202014-08-18 Joel Brobecker <brobecker@adacore.com>
121
122 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
123
e66d4446
SC
1242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
125
126 PR c++/17132
127 * gdb.cp/pr17132.cc: New file.
128 * gdb.cp/pr17132.exp: New file.
129
940df408
SC
1302014-08-15 Siva Chandra Reddy <sivachandra@google.com>
131
132 * gdb.python/py-xmethods.py (A_getarrayind)
133 (E_method_char_worker.__call__, E_method_int_worker.__call__):
134 Use 'print' with function call syntax.
135 (E_method_matcher.match): Fix tab vs space indentation mixup.
136
ebcc6c3a
YQ
1372014-08-15 Yao Qi <yao@codesourcery.com>
138
139 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
140 false.
141
775e0f04
YQ
1422014-08-15 Yao Qi <yao@codesourcery.com>
143
144 * gdb.cp/casts.exp: Set print symbol off.
145 * gdb.cp/class2.exp: Likewise.
146 * gdb.cp/overload.exp: Likewise.
147 * gdb.cp/templates.exp: Likewise.
148
d769e349
DE
1492014-08-11 Doug Evans <dje@google.com>
150
151 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
152 (test_load_shlib): Update.
153
20c6f1e1
YQ
1542014-08-09 Yao Qi <yao@codesourcery.com>
155
156 * gdb.base/display.exp: Invoke is_address_zero_readable.
157 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
158 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
159 * gdb.base/hbreak-unmapped.exp: Return if
160 is_address_zero_readable returns true.
161 * gdb.base/signest.exp: Likewise.
162 * gdb.base/signull.exp: Likewise.
163 * gdb.base/sigbpt.exp: Likewise.
164 * gdb.guile/scm-disasm.exp: Do the test if
165 is_address_zero_readable returns false.
166 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
167 * gdb.python/py-arch.exp: Likewise.
168 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
169 * lib/gdb.exp (is_address_zero_readable): New proc.
170
5792e8e3
YQ
1712014-08-09 Yao Qi <yao@codesourcery.com>
172
173 PR testsuite/13443
174 * gdb.mi/mi-var-display.exp: Make test messages unique.
175
3cecbbbe
TT
1762014-08-04 Tom Tromey <tromey@redhat.com>
177
178 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
179 target 0".
180
00b51ff5
TT
1812014-08-04 Tom Tromey <tromey@redhat.com>
182
183 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
184 "target_resume".
185
6908c509
JB
1862014-08-01 Joel Brobecker <brobecker@adacore.com>
187
188 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
189 inner_vla_struct_object_size.
190 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
191 as xfail.
192
cc6563d2
PA
1932014-07-30 Pedro Alves <palves@redhat.com>
194
195 * gdb.threads/signal-command-handle-nopass.exp (test): Add
196 comment.
197
7e09a223
YQ
1982014-07-29 Yao Qi <yao@codesourcery.com>
199
200 PR gdb/17206
201 * gdb.base/until-nodebug.exp: New.
202
7ebdbe92
DE
2032014-07-28 Doug Evans <xdje42@gmail.com>
204
205 PR guile/17203
206 * gdb.guile/scm-parameter.exp: Add tests for trying to create
207 previously existing parameter, and previously ambiguously spelled
208 parameter.
209
fdb1adc6
WN
2102014-07-28 Will Newton <will.newton@linaro.org>
211
212 * gdb.base/varargs.exp: Remove KFAILs for ARM.
213
186fcde0
DE
2142014-07-26 Ludovic Courtès <ludo@gnu.org>
215 Doug Evans <xdje42@gmail.com>
216
217 PR guile/17146
218 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
219
70509625
PA
2202014-07-25 Pedro Alves <palves@redhat.com>
221
222 * gdb.threads/signal-command-handle-nopass.c: New file.
223 * gdb.threads/signal-command-handle-nopass.exp: New file.
224 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
225 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
226 * gdb.threads/signal-delivered-right-thread.c: New file.
227 * gdb.threads/signal-delivered-right-thread.exp: New file.
228
c3f814a1
PA
2292014-07-25 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/double-prompt-target-event-error.exp
232 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
233 match.
234 (cancel_pagination_in_target_event): Rework double prompt
235 detection.
236 * gdb.base/paginate-after-ctrl-c-running.exp
237 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
238 <return>' match.
239 * gdb.base/paginate-bg-execution.exp
240 (test_bg_execution_pagination_return)
241 (test_bg_execution_pagination_cancel): Remove '-notransfer
242 <return>' matches.
243 * gdb.base/paginate-execution-startup.exp
244 (test_fg_execution_pagination_return)
245 (test_fg_execution_pagination_cancel): Remove '-notransfer
246 <return>' matches.
247 * gdb.base/paginate-inferior-exit.exp
248 (test_paginate_inferior_exited): Remove '-notransfer <return>'
249 match.
250 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
251 * lib/gdb.exp (pagination_prompt): Run text through
252 string_to_regexp.
253 (gdb_test_multiple): Match $pagination_prompt instead of
254 "<return>".
255 (string_to_regexp): Move to lib/gdb-utils.exp.
256
e214cf6c
JK
2572014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
258
259 * gdb.arch/amd64-entry-value-paramref.S: New file.
260 * gdb.arch/amd64-entry-value-paramref.cc: New file.
261 * gdb.arch/amd64-entry-value-paramref.exp: New file.
262 * gdb.arch/amd64-optimout-repeat.S: New file.
263 * gdb.arch/amd64-optimout-repeat.c: New file.
264 * gdb.arch/amd64-optimout-repeat.exp: New file.
265
17d0c5c8
JK
2662014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
267
268 PR gdb/17170
269 * gdb.base/statistics.exp: New file.
270
b8b8facf
DE
2712014-07-17 Doug Evans <dje@google.com>
272
74b49205 273 PR gdb/17170
b8b8facf
DE
274 * gdb.base/maint.exp: Update testing of per-command stats.
275
1b5d0ab3
PA
2762014-07-16 Pedro Alves <palves@redhat.com>
277
278 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
279 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
280 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
281 (tfile_write_buf): New functions.
282 (add_memory_block): Rewrite using the above.
283 (adjust_function_address): New function.
284 (FUNCTION_ADDRESS): New macro.
285 (write_basic_trace_file): Remove short_x local, and use
286 tfile_write_16. Change type of func_addr local to unsigned long
287 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
288 here. Cast argument of add_memory_block to char pointer.
289 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
290 (main): Remove parameters.
291 * gdb.trace/tfile.exp: Remove nowarnings.
292
4d974e88
SM
2932014-07-15 Simon Marchi <simon.marchi@ericsson.com>
294
295 * gdb.base/debug-expr.exp: Test string evaluation with
296 "debug expression" on.
297
41e99568
PA
2982014-07-15 Pedro Alves <palves@redhat.com>
299
300 * gdb.base/reread.exp: Use clean_restart.
301
487d9753
PL
3022014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
303
304 * gdb.arch/avr-flash-qualifer.c: New.
305 * gdb.arch/avr-flash-qualifer.exp: New.
306
cc1c52ad
PA
3072014-07-14 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/paginate-after-ctrl-c-running.c: New file.
310 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
311
1e973570
PA
3122014-07-14 Pedro Alves <palves@redhat.com>
313
314 * gdb.base/double-prompt-target-event-error.c: New file.
315 * gdb.base/double-prompt-target-event-error.exp: New file.
316
93d6eb10
PA
3172014-07-14 Pedro Alves <palves@redhat.com>
318
319 PR gdb/17072
320 * gdb.base/paginate-inferior-exit.c: New file.
321 * gdb.base/paginate-inferior-exit.exp: New file.
322
0017922d
PA
3232014-07-14 Pedro Alves <palves@redhat.com>
324
325 PR gdb/17072
326 * gdb.base/paginate-bg-execution.c: New file.
327 * gdb.base/paginate-bg-execution.exp: New file.
328
94696ad3
PA
3292014-07-14 Pedro Alves <palves@redhat.com>
330
331 PR gdb/17072
332 * gdb.base/paginate-execution-startup.c: New file.
333 * gdb.base/paginate-execution-startup.exp: New file.
334 * lib/gdb.exp (pagination_prompt): New global.
335 (default_gdb_spawn): New procedure, factored out from
336 default_gdb_spawn.
337 (default_gdb_start): Adjust to call default_gdb_spawn.
338 (gdb_spawn): New procedure.
339
bd293940
PA
3402014-07-14 Pedro Alves <palves@redhat.com>
341
342 * lib/gdb.exp (gdb_assert): New procedure.
343 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
344
c933f875
PA
3452014-07-14 Pedro Alves <palves@redhat.com>
346
347 * gdb.base/execution-termios.c: New file.
348 * gdb.base/execution-termios.exp: New file.
349
d98b7a16
TT
3502014-07-14 Tom Tromey <tromey@redhat.com>
351
352 * gdb.cp/vla-cxx.cc: New file.
353 * gdb.cp/vla-cxx.exp: New file.
354
548740d6
TT
3552014-07-14 Tom Tromey <tromey@redhat.com>
356
357 * gdb.reverse/rerun-prec.c: New file.
358 * gdb.reverse/rerun-prec.exp: New file.
359
a25eb028
MR
3602014-07-12 Maciej W. Rozycki <macro@mips.com>
361 Maciej W. Rozycki <macro@codesourcery.com>
362
363 * lib/gdb-utils.exp: New file.
364 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
365 inline `gdb_init_command' processing.
366 (gdb_start_cmd): Likewise.
367 * lib/mi-support.exp (mi_run_cmd): Likewise.
368 * README: Document `gdb_init_command' and `gdb_init_commands'.
369
218c2655
JK
3702014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
371
372 Fix false FAIL running under a very long directory name.
373 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
374 and "set print elements 10000". Twice.
375
5401fde3
YQ
3762014-07-11 Yao Qi <yao@codesourcery.com>
377
378 * gdb.base/exprs.exp: "set print symbol off".
379
e76126e8
PA
3802014-07-11 Pedro Alves <palves@redhat.com>
381
382 * gdb.threads/kill.c: New file.
383 * gdb.threads/kill.exp: New file.
384
2d6f0de6
YQ
3852014-07-10 Yao Qi <yao@codesourcery.com>
386
387 * gdb.trace/tfile.c (write_basic_trace_file)
388 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
389 address written to trace file.
390
7180e04a
PA
3912014-07-09 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/attach-wait-input.exp: New file.
394 * gdb.base/attach-wait-input.c: New file.
395
9a9a7608
AB
3962014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
399 setting up test structures.
400 (main): Call new test function.
401 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
402 test function, continue into test function and walk test
403 structures.
404
161ac41e
YQ
4052014-07-02 Yao Qi <yao@codesourcery.com>
406
407 * gdb.trace/entry-values.c: Define labels 'foo_start' and
408 'bar_start' at the beginning of functions 'foo' and 'bar'
409 respectively.
410 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
411 instead of 'foo' and 'bar'.
412
1f267ae3
MM
4132014-07-08 Markus Metzger <markus.t.metzger@intel.com>
414
415 * gdb.btrace/segv.exp: New.
416 * gdb.btrace/segv.c: New.
417
2b239efb
LM
4182014-07-02 Luis Machado <lgustavo@codesourcery.com>
419
420 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
421 instruction.
422
cf363f18
MW
4232014-06-30 Mark Wielaard <mjw@redhat.com>
424
425 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
426 vulture, vilify, villar): New volatile array constants.
427 (vindictive, vegetation): New const volatile array constants.
428 * gdb.base/volatile.exp: Test volatile and const volatile array
429 types.
430
aebf9d24
AA
4312014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
432
433 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
434 target lacks support for awatch, rwatch, or hbreak.
435
b67a2c6f
YQ
4362014-06-27 Yao Qi <yao@codesourcery.com>
437
438 * gdb.multi/dummy-frame-restore.exp: New.
439 * gdb.multi/dummy-frame-restore.c: New.
440
aef92902
MM
4412014-06-25 Markus Metzger <markus.t.metzger@intel.com>
442
443 * gdb.btrace/gcore.exp: New.
444
8e9db26e
PA
4452014-06-23 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/watchpoint-reuse-slot.c: New file.
448 * gdb.base/watchpoint-reuse-slot.exp: New file.
449
70afc5b7
SC
4502014-06-23 Siva Chandra Reddy <sivachandra@google.com>
451
452 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
453 progspace's filename in 'info', 'enable' and 'disable' command
454 tests.
455
b972bd9c
JK
4562014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
457
458 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
459 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
460 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
461
125f8a3d
GB
4622014-06-20 Gary Benson <gbenson@redhat.com>
463
464 * gdb.arch/i386-avx.exp: Fix include file location.
465 * gdb.arch/i386-sse.exp: Likewise.
466
3ed9baed
IB
4672014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
468
469 * gdb.dlang/expression.exp: New file.
470
034f788c
PA
4712014-06-19 Pedro Alves <palves@redhat.com>
472
473 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
474 out from ...
475 (top level): ... here. Iterate running tests under different
476 scheduler-locking settings.
477
45371d0c
LM
4782014-06-18 Luis Machado <lgustavo@codesourcery.com>
479
480 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
481 to DW_FORM_addr and use non-zero addresses.
482
5d376983
SC
4832014-06-18 Siva Chandra Reddy <sivachandra@google.com>
484
485 PR gdb/17017
486 * gdb.python/py-xmethods.cc: Add global function call counters and
487 increment them in their respective functions. Remove "cout"
488 statements.
489 * gdb.python/py-xmethods.exp: Make tests check the global function
490 call counters instead of depending on inferior IO.
491
a1aa2221
LM
4922014-06-18 Don Breazeal <donb@codesourcery.com>
493
494 * gdb.base/foll-fork.exp (default_fork_parent_follow):
495 Deleted procedure.
496 (explicit_fork_parent_follow): Deleted procedure.
497 (explicit_fork_child_follow): Deleted procedure.
498 (test_follow_fork): New procedure.
499 (do_fork_tests): Replace calls to deleted procedures with
500 calls to test_follow_fork and reset GDB for subsequent
501 procedure calls.
502
0fc05997
YQ
5032014-06-17 Yao Qi <yao@codesourcery.com>
504
505 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
506 CP1252.
507
70795c52
LM
5082014-06-17 Luis Machado <lgustavo@codesourcery.com>
509
510 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
511 Initialize ptr and S explicitly.
512 (skip_type_update_when_not_use_rtti_test): Likewise.
513
6be47f0c
KS
5142014-06-16 Keith Seitz <keiths@redhat.com>
515
516 PR mi/15863
517 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
518 the inferior is started.
519
d03de421
PA
5202014-06-16 Pedro Alves <palves@redhat.com>
521
522 * gdb.base/break-main-file-remove-fail.c: New file.
523 * gdb.base/break-main-file-remove-fail.exp: New file.
524 * gdb.base/break-unload-file.exp: Use build_executable instead of
525 prepare_for_testing.
526 (test_break): New parameter "initial_load". Handle it.
527 (top level): Add initial_load cmdline/file axis.
528
f9579b99
TT
5292014-06-12 Tom Tromey <tromey@redhat.com>
530
531 * gdb.base/completion.exp: Don't use directory name in test.
532
3657956b
GB
5332014-06-09 Gary Benson <gbenson@redhat.com>
534
535 * gdb.base/sigall.c [Functions to send signals]: Reorder to
536 separate the always-available ANSI-standard signals from the
537 signals that require checking.
538 (main): Likewise.
539 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
540 Likewise.
541 (main): Likewise.
542
4186eb54
KS
5432014-06-07 Keith Seitz <keiths@redhat.com>
544
545 Revert:
546 PR c++/16253
547 * gdb.cp/var-tag.cc: New file.
548 * gdb.cp/var-tag.exp: New file.
549 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
550 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
551 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
552 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
553
25326a28 5542014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
555
556 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
557
829155c9
PA
5582014-06-06 Pedro Alves <palves@redhat.com>
559
560 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
561 in target debug output instead of looking at RSP packets,
562 disabling the test on any target that uses hardware stepping.
563 Update comments.
564
61c8d22e
PA
5652014-06-06 Pedro Alves <palves@redhat.com>
566
567 * gdb.base/break-unload-file.exp: Fix typo.
568
d9a47287
YQ
5692014-06-06 Yao Qi <yao@codesourcery.com>
570
571 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
572 from "jit_function" to "^jit_function".
573
e5e01dbf
YQ
5742014-06-06 Yao Qi <yao@codesourcery.com>
575
576 * gdb.base/async.c (foo): Add one statement.
577 * gdb.base/async.exp: Get the next instruction address and
578 match the output of "nexti" by instruction address. Match
579 the hex address in the output of "finish".
580
73ba372c
GB
5812014-06-06 Gary Benson <gbenson@redhat.com>
582
583 * gdb.base/call-signals.c: Remove preprocessor conditionals
584 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
585 SIGSEGV and SIGTERM.
586 * gdb.base/sigall.c: Likewise.
587 * gdb.base/unwindonsignal.c: Likewise.
588 * gdb.reverse/sigall-reverse.c: Likewise.
589
831517df
YQ
5902014-06-06 Yao Qi <yao@codesourcery.com>
591
592 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
593 readable, skip the test.
594
b8b91e98
YQ
5952014-06-06 Yao Qi <yao@codesourcery.com>
596
597 * gdb.threads/staticthreads.c (thread_function): Move the line
598 setting breakpoint on forward.
599 * gdb.threads/staticthreads.exp: Update comments.
600
fb934770
LC
6012014-06-05 Ludovic Courtès <ludo@gnu.org>
602
603 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
604 "history-append! type error".
605
6ef284bd
SM
6062014-06-05 Simon Marchi <simon.marchi@ericsson.com>
607
608 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
609 erroneous dprintf expected input.
610
a872e241
DE
6112014-06-04 Doug Evans <xdje42@gmail.com>
612
613 * gdb.guile/scm-generics.exp: Delete.
614
16f691fb
DE
6152014-06-04 Doug Evans <xdje42@gmail.com>
616
617 * gdb.guile/scm-breakpoint.exp: Update.
618 Add tests for breakpoint registration.
619
012370f6
TT
6202014-06-04 Tom Tromey <tromey@redhat.com>
621
622 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
623 VLA-in-union.
624 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
625 inner_vla_struct, vla_union types. Initialize objects of those
626 types and compute their sizes.
627
9f5a4cef
HZ
6282014-06-04 Nathan Sidwell <nathan@codesourcery.com>
629 Hui Zhu <hui@codesourcery.com>
630
631 * gdb.base/fileio.exp: Add test for shell not available as well as
632 available.
633 * gdb.base/fileio.c (test_system): Check for shell twice.
634
90a45c4d
YQ
6352014-06-04 Yao Qi <yao@codesourcery.com>
636
637 * gdb.base/auto-connect-native-target.exp: Remove redundant
638 space from the regexp pattern.
639
70017e41
YQ
6402014-06-04 Yao Qi <yao@codesourcery.com>
641
642 * gdb.base/default.exp: Replace "child" with "native" in
643 regexp pattern.
644
883964a7
SC
6452014-06-03 Siva Chandra Reddy <sivachandra@google.com>
646
647 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
648 * gdb.python/py-xmethods.exp: New tests to test xmethods.
649 * gdb.python/py-xmethods.py: Python script supporting the
650 new testcase and tests.
651
ef370185
JB
6522014-06-03 Joel Brobecker <brobecker@adacore.com>
653 Pedro Alves <palves@redhat.com>
654
655 PR breakpoints/17000
656 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
657 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
658
1e2ccb61
BM
6592014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
660
661 * gdb.base/subst.exp: Add tests to verify partial path matching
662 output.
663
c6ec5ab2
PA
6642014-06-03 Pedro Alves <palves@redhat.com>
665
666 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
667 target that doesn't use software single-stepping.
668
835c559f
PA
6692014-06-03 Pedro Alves <palves@redhat.com>
670
671 PR breakpoints/17000
672 * gdb.base/sss-bp-on-user-bp-2.c: New file.
673 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
674
06eb1586
DE
6752014-06-02 Doug Evans <xdje42@gmail.com>
676
677 * gdb.guile/scm-parameter.exp: New file.
678
e698b8c4
DE
6792014-06-02 Doug Evans <xdje42@gmail.com>
680
681 * gdb.guile/scm-cmd.c: New file.
682 * gdb.guile/scm-cmd.exp: New file.
683
ded03782
DE
6842014-06-02 Doug Evans <xdje42@gmail.com>
685
686 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
687 pretty-printer lookup.
688 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
689 (make-pp_s-printer): Call it.
690 (make-pretty-printer-from-dict): New function.
691 (lookup-pretty-printer-maker-from-dict): New function.
692 (*pretty-printer*): Simplify.
693 (make-objfile-pp_s-printer): New function.
694 (install-objfile-pretty-printers!): New function.
695 (make-progspace-pp_s-printer): New function.
696 (install-progspace-pretty-printers!): New function.
697 * gdb.guile/scm-progspace.c: New file.
698 * gdb.guile/scm-progspace.exp: New file.
699
41fac0cf
PA
7002014-06-02 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/dprintf-bp-same-addr.c: New file.
703 * gdb.base/dprintf-bp-same-addr.exp: New file.
704
96ae5695
EBM
7052014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
706
707 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
708 * gdb.arch/powerpc-power.s: Likewise.
709
da02b3a8
JB
7102014-06-02 Joel Brobecker <brobecker@adacore.com>
711
712 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
713
c72b2e7b
YQ
7142014-06-01 Yao Qi <yao@codesourcery.com>
715
716 * gdb.base/watchpoint.exp (test_watch_location): Check null
717 pointer can be dereferenced. If not, do the test, otherwise
718 skip it.
719
53e8a631
AB
7202014-05-30 Andrew Burgess <aburgess@broadcom.com>
721
722 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
723 results.
724 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
725
938f0e2f
AB
7262014-05-30 Andrew Burgess <aburgess@broadcom.com>
727
728 * gdb.arch/amd64-invalid-stack-middle.S: New file.
729 * gdb.arch/amd64-invalid-stack-middle.c: New file.
730 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
731 * gdb.arch/amd64-invalid-stack-top.c: New file.
732 * gdb.arch/amd64-invalid-stack-top.exp: New file.
733
9ba6657a
PA
7342014-05-30 Pedro Alves <palves@redhat.com>
735
736 PR breakpoints/17000
737 * gdb.base/sss-bp-on-user-bp.c: New file.
738 * gdb.base/sss-bp-on-user-bp.exp: New file.
739
522c09bf
DB
7402014-05-30 David Blaikie <dblaikie@gmail.com>
741
742 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
743 gnu_inline semantics via attribute.
744 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
745 source explicitly specifies the required semantics.
746
bf4ef81e
MR
7472014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
748
749 * gdb.reverse/sigall-reverse.exp: Fix a typo.
750
329ea579
PA
7512014-05-29 Pedro Alves <palves@redhat.com>
752 Tom Tromey <tromey@redhat.com>
753
754 * gdb.base/async-shell.exp: Don't enable target-async.
755 * gdb.base/async.exp
756 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
757 parameter. Adjust.
758 (top level): Don't test with "target-async".
759 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
760 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
761 * gdb.base/inferior-died.exp: Don't enable target-async.
762 * gdb.base/interrupt-noterm.exp: Likewise.
763 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
764 * gdb.mi/mi-nonstop-exit.exp: Likewise.
765 * gdb.mi/mi-nonstop.exp: Likewise.
766 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
767 * gdb.mi/mi-nsintrall.exp: Likewise.
768 * gdb.mi/mi-nsmoribund.exp: Likewise.
769 * gdb.mi/mi-nsthrexec.exp: Likewise.
770 * gdb.mi/mi-watch-nonstop.exp: Likewise.
771 * gdb.multi/watchpoint-multi.exp: Adjust comment.
772 * gdb.python/py-evsignal.exp: Don't enable target-async.
773 * gdb.python/py-evthreads.exp: Likewise.
774 * gdb.python/py-prompt.exp: Likewise.
775 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
776 * gdb.server/solib-list.exp: Don't enable target-async.
777 * gdb.threads/thread-specific-bp.exp: Likewise.
778 * lib/mi-support.exp: Adjust to use mi-async.
779
fd664c91
PA
7802014-05-29 Pedro Alves <palves@redhat.com>
781
782 PR gdb/13860
783 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
784 reason, even in sync mode.
785
251bde03
PA
7862014-05-29 Pedro Alves <palves@redhat.com>
787 Hui Zhu <hui@codesourcery.com>
788
789 PR PR15693
790 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
791 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
792 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
793 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
794
7f3c0343
JB
7952014-05-28 Joel Brobecker <brobecker@adacore.com>
796
797 * config/monitor.exp (gdb_target_monitor): Replace use of
798 "set remotebaud" by "set serial baud".
799
b2715b27
AW
8002014-05-26 Andy Wingo <wingo@igalia.com>
801
802 * gdb.guile/scm-breakpoint.exp:
803 * gdb.guile/scm-gsmob.exp: Update to use plain old object
804 properties instead of gdb-object-properties.
805
498a4489
YQ
8062014-05-26 Yao Qi <yao@codesourcery.com>
807
808 * gdb.server/no-thread-db.exp: Specify source file name
809 explicitly when setting a breakpoint.
810
589fdceb
MM
8112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
812
813 * gdb.btrace/vdso.c: New.
814 * gdb.btrace/vdso.exp: New.
815
e9089e05
MM
8162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
817
818 * gdb.base/gcore.exp (capture_command_output): Move ...
819 * lib/gdb.exp (capture_command_output): ... here.
820
67b5c0c1
MM
8212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
822
823 * gdb.btrace/data.exp: Test memory access during btrace replay.
824
a2199296
SM
8252014-05-22 Simon Marchi <simon.marchi@ericsson.com>
826
827 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
828
17b2616c
PA
8292014-05-21 Pedro Alves <palves@redhat.com>
830
831 PR gdb/13860
832 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
833 (top level): Test that output related to execution commands is
834 sent to the console with CLI commands, but not with MI commands.
835 Test that breakpoint events are always mirrored to the console.
836 Also expect the new source line to be output after a "next" in
837 async mode too. Make it a pass/fail test.
838 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
839 output.
840 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
841
5166082f
PA
8422014-05-21 Pedro Alves <palves@redhat.com>
843
844 * gdb.base/list.exp (build_pattern, test_list): New procedures.
845 Use them to test variations of "list" after reaching a breakpoint.
846 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
847 Test "list" with listsize 10 after reaching a breakpoint.
848 * gdb.python/python.exp (decode_line current location line
849 number): Adjust expected line number.
850
2f25d70f
SM
8512014-05-21 Simon Marchi <simon.marchi@ericsson.com>
852
853 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
854 behavior for $args, pass it directly to "run".
855
ff604a67
MR
8562014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
857
858 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
859 30000 to 65536.
860
6a3cb8e8
PA
8612014-05-21 Pedro Alves <palves@redhat.com>
862
863 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
864 auto-connect-native-target off".
865 * gdb.base/auto-connect-native-target.c: New file.
866 * gdb.base/auto-connect-native-target.exp: New file.
867
4ebfc96e
PA
8682014-05-21 Pedro Alves <palves@redhat.com>
869
870 * gdb.base/default.exp: Test "target native" instead of "target
871 child".
872
36d46afb
MW
8732014-05-21 Mark Wielaard <mjw@redhat.com>
874
875 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
876
5876f503
JK
8772014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
878
879 Fix TLS access for -static -pthread.
880 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
881 <HAVE_TLS> (thread_function, main): Initialize it.
882 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
883 Add clean_restart.
884 <$have_tls != "">: Check TLSVAR.
885
0256a6ac
PA
8862014-05-21 Pedro Alves <palves@redhat.com>
887
888 * gdb.base/dcache-line-read-error.c: New.
889 * gdb.base/dcache-line-read-error.exp: New.
890
936d2992
PA
8912014-05-20 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/compare-sections.c: New file.
894 * gdb.base/compare-sections.exp: New file.
895
802e8e6d
PA
8962014-05-20 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/break-idempotent.c: New file.
899 * gdb.base/break-idempotent.exp: New file.
900
e59fa00f
MM
9012014-05-20 Markus Metzger <markus.t.metzger@intel.com>
902
903 * gdb.btrace/nohist.exp: New.
904
8b696e31
YQ
9052014-05-20 Yao Qi <yao@codesourcery.com>
906
907 * lib/gdb.exp (gdb_init): Set timeout if test file is under
908 gdb.reverse directory and gdb_reverse_timeout exists in board
909 setting.
910 * README: Document gdb_reverse_timeout.
911
73c9764f
YQ
9122014-05-20 Yao Qi <yao@codesourcery.com>
913
914 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
915 'test_file_name'. Treat args as a string instead of a list.
916 (gdb_init): Rename argument 'args' by 'test_file_name'.
917
f1f4348a
JK
9182014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * gdb.arch/powerpc-power.exp: New file.
921 * gdb.arch/powerpc-power.s: New file.
922
0dbe70ce
DE
9232014-05-16 Doug Evans <dje@google.com>
924
925 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
926 * gdb.base/completion.exp: Check that all expected files exist
927 before doing file completion.
0dbe70ce 928
8d551b02
DE
9292014-05-16 Doug Evans <dje@google.com>
930
931 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
932 Update.
933 (do_syscall_tests_without_xml): Update.
934
73eb7709
PA
9352014-05-16 Pedro Alves <palves@redhat.com>
936
937 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
938 instead of "unknown output after running".
939
3fae92fc
YQ
9402014-05-16 Yao Qi <yao@codesourcery.com>
941
942 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
943 file1.txt from host at the end.
944 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
945
c2b2ccc5
DE
9462014-05-15 Doug Evans <dje@google.com>
947
948 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
949 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
950 loading file. Add test for TU lookup.
951
8c217a4b
SM
9522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
953
954 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
955 calling "-exec-arguments" or "set args" before running the
956 inferior.
957
3deb39c6
SM
9582014-05-15 Simon Marchi <simon.marchi@ericsson.com>
959
960 * lib/mi-support.exp (mi_expect_stop): Expect message for
961 inferiors that exit with non-zero exit code.
962
71a79f8c
YQ
9632014-05-14 Yao Qi <yao@codesourcery.com>
964
965 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
966 match absolute path on remote host.
967 (test_file_list_exec_source_files): Remove "/" from the
968 pattern.
969
f23fcd46
YQ
9702014-05-14 Yao Qi <yao@codesourcery.com>
971
972 * boards/local-remote-host-notty.exp (${board}_file): New
973 proc.
974
9404b58f
KM
9752014-05-07 Kyle McMartin <kyle@redhat.com>
976
977 Pushed by Joel Brobecker <brobecker@adacore.com>.
978 * gdb.arch/aarch64-atomic-inst.c: New file.
979 * gdb.arch/aarch64-atomic-inst.exp: New file.
980
5e45f04c
YQ
9812014-05-07 Yao Qi <yao@codesourcery.com>
982
983 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
984 in current context" too.
985
c888a17d
KS
9862014-05-05 Keith Seitz <keiths@redhat.com>
987
988 * gdb.linespec/ls-dollar.exp: Add test for linespec
989 file:convenience_variable.
990
290a839c
YQ
9912014-05-05 Yao Qi <yao@codesourcery.com>
992
993 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
994 traceframes into tfile and ctf trace files. Read data from
995 trace file and test collected data.
996 (gdb_collect_locals_test): Likewise.
997 (gdb_unavailable_registers_test): Likewise.
998 (gdb_unavailable_floats): Likewise.
999 (gdb_collect_globals_test): Likewise.
1000 (top-level): Append "ctf" to trace_file_targets if GDB
1001 supports.
1002
b5262cd0
YQ
10032014-05-05 Yao Qi <yao@codesourcery.com>
1004
1005 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1006 code to ...
1007 (gdb_collect_args_test_1): ... it. New proc.
1008 (gdb_collect_locals_test): Move some code to ...
1009 (gdb_collect_locals_test_1): ... it. New proc.
1010 (gdb_unavailable_registers_test): Move some code to ...
1011 (gdb_unavailable_registers_test_1): ... it. New proc.
1012 (gdb_unavailable_floats): Move some code to ...
1013 (gdb_unavailable_floats_1): ... it. New proc.
1014
30a1e6cc
SDJ
10152014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1016
1017 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1018 probes to test for bitness recognition.
1019 * gdb.arch/amd64-stap-optional-prefix.exp
1020 (test_probe_value_without_reg): New procedure.
1021 Add code to test for different kinds of bitness.
1022
f33da99a
SDJ
10232014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1024
1025 PR breakpoints/16889
1026 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1027 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1028
5b80f00d
PA
10292014-05-01 Pedro Alves <palves@redhat.com>
1030
1031 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1032 gdb_file_cmd if no file is specified.
1033 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1034 last_loaded_file to set the remote exec-file.
1035
f8c2a73c
PA
10362014-05-01 Pedro Alves <palves@redhat.com>
1037
1038 * boards/local-remote-host.exp: New file.
1039
be6e8ac7
PA
10402014-05-01 Pedro Alves <palves@redhat.com>
1041
1042 * boards/local-remote-host.exp: Rename to ...
1043 * boards/local-remote-host-notty.exp: ... this.
1044
cac0dc8f
JB
10452014-04-28 Joel Brobecker <brobecker@adacore.com>
1046
1047 * gdb.ada/dyn_arrayidx: New testcase.
1048
9730e6cc
YQ
10492014-04-26 Yao Qi <yao@codesourcery.com>
1050
1051 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1052 and compute the length of function main. Save it in
1053 $main_length.
1054 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1055 (top-level): Use gdb_compile to compile objects into
1056 executable and restart GDB. Remove invocation to
1057 prepare_for_testing.
1058
7ae1a6a6
PA
10592014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1060 Pedro Alves <palves@redhat.com>
1061
1062 PR server/16255
1063 * gdb.multi/multi-attach.c: New file.
1064 * gdb.multi/multi-attach.exp: New file.
1065
4082afcc
PA
10662014-04-25 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1069 user.
1070 (top level): Test that "set remote conditional-breakpoints-packet
1071 off" works as intended.
1072 * gdb.base/dprintf.exp: Test that "set remote
1073 breakpoint-commands-packet off" works as intended.
1074 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1075 New function.
1076 (top level): Call it.
1077 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1078 remote fast-tracepoints-packet off" works as intended.
1079 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1080 * lib/gdb.exp (gdb_is_target_remote): ... here.
1081
2abc3f8d
DB
10822014-04-24 David Blaikie <dblaikie@gmail.com>
1083
1084 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1085 ensure clang would not discard them.
1086 * gdb.base/gdbvars.c: Ditto.
1087 * gdb.base/memattr.c: Ditto.
1088 * gdb.base/whatis.c: Ditto.
1089 * gdb.python/py-prettyprint.c: Ditto.
1090 * gdb.trace/actions.c: Ditto.
1091 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1092 ensure clang would not discard it.
1093
bfd39632
DB
10942014-04-24 David Blaikie <dblaikie@gmail.com>
1095
1096 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1097 clang to emit the full definition of type required by the test
1098 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1099
22842ff6
DB
11002014-04-24 David Blaikie <dblaikie@gmail.com>
1101
1102 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1103 coax Clang into emitting the definition of the type.
1104 * gdb.cp/pr10728-x.h (y): Ditto.
1105 * gdb.cp/pr10728-y.cc (y): Ditto.
1106
c2e827ad
DB
11072014-04-24 David Blaikie <dblaikie@gmail.com>
1108
1109 * gdb.base/label.exp: XFAIL label related tests under Clang.
1110 * gdb.cp/cplabel.exp: Ditto.
1111 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1112 under Clang those using labels.
1113
4c2d33e7
YQ
11142014-04-25 Yao Qi <yao@codesourcery.com>
1115
1116 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1117 double_label.
1118 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1119 partial_label and double_label.
1120
56083b99
DB
11212014-04-24 David Blaikie <dblaikie@gmail.com>
1122
1123 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1124
25d4e99d
DB
11252014-04-24 David Blaikie <dblaikie@gmail.com>
1126
1127 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1128 of the function to work across GCC and Clang.
1129 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1130 pointer types (const void ** const V void **).
1131
01f9f808
MS
11322014-04-24 Michael Sturm <michael.sturm@mintel.com>
1133 Walfred Tedeschi <walfred.tedeschi@intel.com>
1134
1135 * Makefile.in (EXECUTABLES): Added i386-avx512.
1136 * gdb.arch/i386-avx512.c: New file.
1137 * gdb.arch/i386-avx512.exp: Likewise.
1138
4b48d439
KS
11392014-04-23 Keith Seitz <keiths@redhat.com>
1140
1141 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1142 (mi_make_breakpoint_table): New procedure.
1143 (mi_create_breakpoint): Use mi_make_breakpoint
1144 and return the result.
1145 (mi_make_breakpoint): New procedure.
1146 (mi_build_kv_pairs): New procedure.
1147
1148 * gdb.mi/mi-break.exp: Remove unused globals,
1149 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1150 All callers updated.
1151 * gdb.mi/mi-dprintf.exp: Use variable to track command
1152 number.
1153 Update all callers of mi_create_breakpoint and use
1154 mi_make_breakpoint_table.
1155 Remove any unused global variables.
1156 * gdb.mi/mi-nonstop.exp: Likewise.
1157 * gdb.mi/mi-nsintrall.exp: Likewise.
1158 * gdb.mi/mi-nsmoribund.exp: Likewise.
1159 * gdb.mi/mi-nsthrexec.exp: Likewise.
1160 * gdb.mi/mi-reverse.exp: Likewise.
1161 * gdb.mi/mi-simplerun.exp: Likewise.
1162 * gdb.mi/mi-stepn.exp: Likewise.
1163 * gdb.mi/mi-syn-frame.exp: Likewise.
1164 * gdb.mi/mi-until.exp: Likewise.
1165 * gdb.mi/mi-var-cp.exp: Likewise.
1166 * gdb.mi/mi-var-display.exp: Likewise.
1167 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1168 * gdb.mi/mi2-var-child.exp: Likewise.
1169 * gdb.mi/mi-vla-c99.exp: Likewise.
1170 * lib/mi-support.exp: Likewise.
1171
1172 From Ian Lance Taylor <iant@cygnus.com>:
1173 * lib/gdb.exp (parse_args): New procedure.
1174
08351840
PA
11752014-04-23 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.base/break-unload-file.c: New file.
1178 * gdb.base/break-unload-file.exp: New file.
1179 * gdb.base/sym-file-lib.c (baz): New function.
1180 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1181 field.
1182 (load): Store the segment's mapped size.
1183 (unload): New function.
1184 (unload_shlib): New function.
1185 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1186 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1187 set a breakpoint at baz, and call it.
1188 * gdb.base/sym-file.exp: New tests for stale breakpoint
1189 instructions.
1190
076855f9
PA
11912014-04-23 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1194 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1195 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1196 * gdb.base/hbreak-unmapped.c: New file.
1197 * gdb.base/hbreak-unmapped.exp: New file.
1198 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1199 * lib/gdb.exp (gdb_is_target_remote): ... here.
1200
483805cf
PA
12012014-04-22 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.base/consecutive-step-over.c: New file.
1204 * gdb.base/consecutive-step-over.exp: New file.
1205
06d97543
PA
12062014-04-22 Pedro Alves <palves@redhat.com>
1207
1208 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1209 instead of send_gdb/gdb_expect.
1210
b4429ea2
YQ
12112014-04-22 Yao Qi <yao@codesourcery.com>
1212
1213 * lib/trace-support.exp (generate_tracefile): New procedure.
1214 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1215 return 0.
1216 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1217 if generate_tracefile returns 1.
1218
51d48146
PA
12192014-04-18 Tom Tromey <palves@redhat.com>
1220 Pedro alves <tromey@redhat.com>
1221
1222 PR backtrace/15558
1223 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1224 with a backtrace limit.
1225 * gdb.python/py-frame-inline.exp: Test running to an inline
1226 function with a backtrace limit, and printing the newest frame.
1227 * gdb.python/py-frame-inline.c (main): Call f.
1228
bd1dce5f
MS
12292014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1230
1231 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1232
40d1a503
MS
12332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1234
1235 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1236 Drop prefix from unsupported source file path.
1237
389b98f7
YQ
12382014-04-17 Yao Qi <yao@codesourcery.com>
1239
1240 * lib/gdb.exp (with_target_charset): New proc.
1241 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1242 with_target_charset.
1243 (test_print_strings): Likewise.
1244 (test_repeat_bytes): Likewise.
1245 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1246 for some tests.
1247
22869d73
KS
12482014-04-16 Keith Seitz <keiths@redhat.com>
1249
1250 PR gdb/15827
1251 * gdb.dwarf2/corrupt.c: New file.
1252 * gdb.dwarf2/corrupt.exp: New file.
1253
c4f87ca6
KS
12542014-04-16 Keith Seitz <keiths@redhat.com>
1255
1256 PR c++/16597
1257 * gdb.cp/namelessclass.cc: New file.
1258 * gdb.cp/namelessclass.exp: New file.
1259 * gdb.cp/namelessclass.S: New file.
1260
ab19de87
DE
12612014-04-16 Doug Evans <dje@google.com>
1262
1263 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1264 Add comment.
1265 (gdbserver_default_get_comm_port): New function.
1266 (gdbserver_start): Check if board file provided
1267 "gdbserver,get_comm_port" and use it if so.
1268 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1269 (gdb,socketport): Set to "stdio".
1270 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1271 (stdio_gdbserver_template): Delete.
1272 (${board}_get_remote_address): Update.
1273 (${board}_build_remote_cmd): Delete.
1274 (${board}_get_comm_port): New function.
1275 (${board}_spawn): Update.
1276 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1277 Delete.
1278 (${board}_get_remote_address): Update.
1279 (${board}_get_comm_port): New function.
1280
fc98a809
AB
12812014-04-16 Andrew Burgess <aburgess@broadcom.com>
1282
1283 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1284 appearing in any order.
1285
87fd9e6e
DE
12862014-04-15 Doug Evans <dje@google.com>
1287
1288 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1289 uninitialized value of "description".
1290
099fc3ea
KS
12912014-04-15 Keith Seitz <keiths@redhat.com>
1292
1293 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1294 Remove unused globals.
1295 (test_running_the_program): Likewise.
1296 (test_controlled_execution): Likewise.
1297 (test_controlling_breakpoints): Likewise.
1298 (test_program_termination): Likewise.
1299
5da151d4
KS
13002014-04-15 Keith Seitz <keiths@redhat.com>
1301
1302 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1303 unused globals.
1304 (test_rbreak_creation_and_listing): Likewise.
1305 (test_ignore_count): Likewise.
1306 (test_error): Likewise.
1307
35e5d2f0
PA
13082014-04-15 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1311 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1312 sym-file-loader.c.
1313 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1314 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1315 to sym-file-loader.c.
1316 (struct library): Forward declare.
1317 (load_shlib, lookup_function): Change prototypes.
1318 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1319 (translate_offset): Remove declarations.
1320 (get_text_addr): New declaration.
1321 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1322 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1323 sym-file-loader.h.
1324 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1325 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1326 here from sym-file-loader.h.
1327 (struct library): New structure.
1328 (load_shlib, lookup_function): Change prototypes and adjust to
1329 work with a struct library.
1330 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1331 (translate_offset): Make static.
1332 (get_text_addr): New function.
1333 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1334
eb4c1710
PA
13352014-04-15 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1338
2d1baf52
PA
13392014-04-15 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/sym-file-loader.c: Include <limits.h>.
1342 (SELF_LINK): New define.
1343 (get_origin): New function.
1344 (load_shlib): Use it.
1345 * gdb.base/sym-file.exp: Don't early return if the target is
1346 remote. Use runto_main, and issue fail is that fails. Use
1347 gdb_load_shlibs.
1348 (shlib_name): Delete.
1349 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1350
7dd6df01
PA
13512014-04-15 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.base/sym-file.exp: Remove regex characters from test
1354 message. Don't refer to breakpoint numbers in test messages.
1355
b50c8614
KS
13562014-04-14 Keith Seitz <keiths@redhat.com>
1357
1358 PR c++/16253
1359 * gdb.cp/var-tag.cc: New file.
1360 * gdb.cp/var-tag.exp: New file.
1361 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1362 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1363 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1364 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1365
3d567982
TT
13662014-04-14 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1369 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1370 type.
1371 * gdb.cp/enum-class.exp: New file.
1372 * gdb.cp/enum-class.cc: New file.
1373
0626fc76
TT
13742014-04-14 Tom Tromey <tromey@redhat.com>
1375
1376 * gdb.dwarf2/enum-type.exp: New file.
1377
dca325b3
SA
13782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1379
1380 * gdb.mi/mi-vla-c99.exp: New file.
1381 * gdb.mi/vla.c: New file.
1382
5854b38a
SA
13832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1384
1385 * gdb.base/vla-datatypes.c: New file.
1386 * gdb.base/vla-datatypes.exp: New file.
1387
463bb957
SA
13882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1389
1390 * gdb.base/vla-ptr.c: New file.
1391 * gdb.base/vla-ptr.exp: New file.
1392
3dd170be
SA
13932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1394
1395 * gdb.dwarf2/count.exp: New file.
1396
5ecaaa66
SA
13972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1398
1399 * gdb.base/vla-sideeffect.c: New file.
1400 * gdb.base/vla-sideeffect.exp: New file.
1401
41f1ada5
DB
14022014-04-14 David Blaikie <dblaikie@gmail.com>
1403
1404 * gdb.mi/non-stop.c: Add return value for non-void function return
1405 statement.
1406 * gdb.threads/staticthreads.c: Ditto.
1407
0be03e84
DE
14082014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1409 Doug Evans <xdje42@gmail.com>
1410
1411 * gdb.guile/scm-value.c: Improve test case.
1412 * gdb.guile/scm-value.exp: Add new test.
1413
f180a1fb
DB
14142014-04-11 David Blaikie <dblaikie@gmail.com>
1415
1416 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1417 override Clang's default.
1418
6b662e19
JB
14192014-04-11 Joel Brobecker <brobecker@adacore.com>
1420
1421 Revert the following changes (regressions):
1422
1423 * gdb.base/vla-sideeffect.c: New file.
1424 * gdb.base/vla-sideeffect.exp: New file.
1425
1426 * gdb.dwarf2/count.exp: New file.
1427
1428 * gdb.base/vla-multi.c: New file.
1429 * gdb.base/vla-multi.exp: New file.
1430
1431 * gdb.base/vla-ptr.c: New file.
1432 * gdb.base/vla-ptr.exp: New file.
1433
1434 * gdb.base/vla-datatypes.c: New file.
1435 * gdb.base/vla-datatypes.exp: New file.
1436
1437 * gdb.mi/mi-vla-c99.exp: New file.
1438 * gdb.mi/vla.c: New file.
1439
245a5f0b
KS
14402014-04-11 Keith Seitz <keiths@redhat.com>
1441
1442 PR c++/16675
1443 * gdb.cp/cpsizeof.exp: New file.
1444 * gdb.cp/cpsizeof.cc: New file.
1445
58a84dcf
SA
14462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1447
191a8a90
JB
1448 * gdb.mi/mi-vla-c99.exp: New file.
1449 * gdb.mi/vla.c: New file.
58a84dcf 1450
c8655f75
SA
14512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1452
1453 * gdb.base/vla-datatypes.c: New file.
1454 * gdb.base/vla-datatypes.exp: New file.
1455
024e13b4
SA
14562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1457
1458 * gdb.base/vla-ptr.c: New file.
1459 * gdb.base/vla-ptr.exp: New file.
1460
1a237e0e
SA
14612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1462
1463 * gdb.base/vla-multi.c: New file.
1464 * gdb.base/vla-multi.exp: New file.
1465
504f3432
SA
14662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1467
1468 * gdb.dwarf2/count.exp: New file.
1469
3bce8237
SA
14702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1471
191a8a90
JB
1472 * gdb.base/vla-sideeffect.c: New file.
1473 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1474
322f9c21
YQ
14752014-04-11 Yao Qi <yao@codesourcery.com>
1476
1477 * gdb.base/completion.exp: Check file exists before running tests
1478 on file completion.
1479
d708bcd1
PA
14802014-04-10 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.base/cond-eval-mode.c: New file.
1483 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1484 prepare_for_testing to build the new file. Check result of
1485 runto_main.
1486 (test_break, test_watch): New procedures.
1487 (top level): Use them.
1488
ae1d2761
PM
14892014-04-08 Pierre Muller <muller@sourceware.org>
1490
1491 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1492 Ctrl-V use for mingw hosts.
1493
7af389b8
SC
14942014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1495
1496 * gdb.python/py-value.c: Improve test case.
1497 * gdb.python/py-value.exp: Add new test.
1498
5e703181
DE
14992014-04-07 David Blaikie <dblaikie@gmail.com>
1500
1501 * lib/compiler.c: Identify the clang compiler.
1502 * lib/compiler.cc: Ditto.
1503
9810b410
YQ
15042014-04-03 Yao Qi <yao@codesourcery.com>
1505
1506 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1507
98d1b8dc
AB
15082014-04-01 Anton Blanchard <anton@samba.org>
1509
1510 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1511 messages unique.
1512
3114cea1
AB
15132014-04-01 Anton Blanchard <anton@samba.org>
1514
1515 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1516 prepare_for_testing.
1517
62f7182c
AB
15182014-04-01 Anton Blanchard <anton@samba.org>
1519
1520 * gdb.arch/ppc64-atomic-inst.c: Remove.
1521 * gdb.arch/ppc64-atomic-inst.S: New file.
1522 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1523
770e7fc7
DE
15242014-03-31 Doug Evans <dje@google.com>
1525
1526 * gdb.base/print-symbol-loading-lib.c: New file.
1527 * gdb.base/print-symbol-loading-main.c: New file.
1528 * gdb.base/print-symbol-loading.exp: New file.
1529
46e2bafa
YQ
15302014-03-31 Yao Qi <yao@codesourcery.com>
1531
1532 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1533
8776cfe9
JB
15342014-03-28 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.ada/mi_dyn_arr: New testcase.
1537
5d1ef361
DE
15382014-03-27 Doug Evans <dje@google.com>
1539
1540 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1541
b5bee914
YQ
15422014-03-27 Yao Qi <yao@codesourcery.com>
1543
1544 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1545 if target is nios2-*-*.
1546
0d4d0e77
YQ
15472014-03-26 Yao Qi <yao@codesourcery.com>
1548
1549 * lib/gdb.exp (readline_is_used): New proc.
1550 * gdb.base/completion.exp: Move tests on command complete up.
1551 Skip the rest of tests if readline is not used.
1552 * gdb.ada/complete.exp: Skp the test if readline is not
1553 used.
1554 * gdb.base/filesym.exp: Likewise.
1555 * gdb.base/macscp.exp: Likewise.
1556 * gdb.base/readline-ask.exp: Likewise.
1557 * gdb.base/readline.exp: Likewise.
1558 * gdb.python/py-cmd.exp: Likewise.
1559 * gdb.trace/tfile.exp: Likewise.
1560
29361eee
YQ
15612014-03-26 Yao Qi <yao@codesourcery.com>
1562
1563 * gdb.base/macscp.exp: Fix code format issues.
1564
bc9a5525
UW
15652014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1566
1567 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1568 * gdb.asm/powerpc64le.inc: New file.
1569
d3839ede
PA
15702014-03-25 Pedro Alves <palves@redhat.com>
1571 Doug Evans <dje@google.com>
1572
1573 * gdb.base/source-execution.c: New file.
1574 * gdb.base/source-execution.exp: New file.
1575 * gdb.base/source-execution.gdb: New file.
1576
01672a57
DE
15772014-03-24 Doug Evans <dje@google.com>
1578
1579 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1580 using fission.
1581
88bbeca9
HZ
15822014-03-24 Hui Zhu <hui@codesourcery.com>
1583 Pedro Alves <palves@redhat.com>
1584
1585 PR breakpoints/16101
1586 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1587 test pass/fail messages. Detect missing support for dprintf when
1588 breakpoints are actually inserted.
1589 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1590 breakpoints are actually inserted.
1591 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1592 fails.
1593
d2348791
JK
15942014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1597
feef67ab
DE
15982014-03-22 Doug Evans <xdje42@gmail.com>
1599
1600 * gdb.python/python.exp (python not supported): Verify multi-line
1601 python command issues an error.
25d743f9 1602 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1603 guile command issues an error.
feef67ab 1604
ecebef6a
MR
16052014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1606
1607 * gdb.threads/thread-specific.exp: Handle the lack of usable
1608 $this_breakpoint and $this_thread.
1609
ccdd1909
HZ
16102014-03-21 Hui Zhu <hui@codesourcery.com>
1611
1612 * gdb.base/attach.exp (do_command_attach_tests): New.
1613
beb460e8
PA
16142014-03-20 Tom Tromey <tromey@redhat.com>
1615 Pedro Alves <palves@redhat.com>
1616
1617 PR cli/15718
1618 * gdb.base/condbreak-call-false.c: New file.
1619 * gdb.base/condbreak-call-false.exp: New file.
1620
40acf43a
PA
16212014-03-20 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1624 Delete.
1625 (block_signals, unblock_signals): Delete.
1626 (child_function_2, main): Remove references to deleted variable
1627 and functions.
1628
9f5e1e02
PA
16292014-03-20 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1632 Use pthread_kill to signal thread 2.
1633 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1634 Adjust to make the test send itself a signal rather than using the
1635 host's "kill" command.
1636
99619bea
PA
16372014-03-20 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.threads/multiple-step-overs.c: New file.
1640 * gdb.threads/multiple-step-overs.exp: New file.
1641 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1642 Adjust expected infrun debug output.
1643
2adfaa28
PA
16442014-03-20 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1647 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1648
31e77af2
PA
16492014-03-20 Pedro Alves <palves@redhat.com>
1650
1651 PR breakpoints/7143
1652 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1653 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1654 of gdb_test_multiple.
1655 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1656 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1657
b9f437de
PA
16582014-03-20 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1661 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1662
05adc73e
PA
16632014-03-19 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/async.exp: Remove early return.
1666
6048b950
PA
16672014-03-19 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1670
8bcfb00a
PA
16712014-03-19 Pedro Alves <palves@redhat.com>
1672
1673 * gdb.base/async.exp (test_background): Expect \r\n after
1674 "completed." in the fail pattern.
1675
884e37dc
PA
16762014-03-19 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/async.exp (test_background): New procedure.
1679 Use it for all background execution command tests.
1680
148e57e2
PA
16812014-03-19 Pedro Alves <palves@redhat.com>
1682
1683 * gdb.base/async.exp: Use prepare_for_testing.
1684
f48088c7
PA
16852014-03-19 Pedro Alves <palves@redhat.com>
1686
1687 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1688 the same line.
1689
e2f6c966
PA
16902014-03-19 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/async.c (main): Add "jump here" and "until here" line
1693 marker comments.
1694 * gdb.base/async.exp (jump_here): New global.
1695 (jump& test): Use it.
1696 (until_here): New global.
1697 (until& test): Use it.
1698
c30568d4
PA
16992014-03-19 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/async.exp: Don't frob gdb_protocol.
1702
0172b6a7
DE
17032014-03-18 Doug Evans <xdje42@gmail.com>
1704
1705 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1706 Fix spelling of exec-done-display.
1707
06c868a8
JK
17082014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 PR gdb/15358
1711 * gdb.base/gdb-sigterm.c: New file.
1712 * gdb.base/gdb-sigterm.exp: New file.
1713
0c7e1a46
PA
17142014-03-18 Pedro Alves <palves@redhat.com>
1715
1716 PR gdb/13860
1717 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1718 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1719 solib-event.
1720
f7c77d93
JB
17212014-03-17 Joel Brobecker <brobecker@adacore.com>
1722
1723 * gdb.ada/pckd_arr_ren: New testcase.
1724
5a1e8c7a
DE
17252014-03-13 Doug Evans <xdje42@gmail.com>
1726
1727 PR guile/16612
1728 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1729 collect after discarding symbols.
1730
350e1a76
DE
17312014-03-13 Ludovic Courtès <ludo@gnu.org>
1732 Doug Evans <xdje42@gmail.com>
1733
1734 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1735 to history survives a gc.
1736
a69900ae
PA
17372014-03-13 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/default.exp: Don't test "target procfs".
1740
5db9f0bd
PA
17412014-03-13 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/default.exp: Update "target child" and "target procfs"
1744 tests to not expect "Unix".
1745
b3ccfe11
TT
17462014-03-12 Tom Tromey <tromey@redhat.com>
1747
1748 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1749 New procs. Add target-async tests.
1750 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1751 Add target-async tests.
1752
646f4417
AA
17532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1754
1755 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1756 'func_start' and 'func_end' for the beginning and end of the
1757 function code, respectively.
1758 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1759 'func_end' instead of 'func' and 'main'.
1760
288c211f
AA
17612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1762
1763 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1764 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1765 generate the debug info assembler source.
1766
e0c0f156
AA
17672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1768
1769 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1770 * gdb.dwarf2/arr-subrange.exp: Likewise.
1771 * gdb.dwarf2/dwz.exp: Likewise.
1772 * gdb.dwarf2/method-ptr.exp: Likewise.
1773 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1774 * gdb.dwarf2/subrange.exp: Likewise.
1775 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1776 * gdb.dwarf2/implptrpiece.exp: Likewise.
1777 * gdb.dwarf2/nostaticblock.exp: Likewise.
1778
0e5c4555
AA
17792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1780
1781 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1782 directory to absolute path name arguments.
1783
5ec18f2b
JG
17842014-03-10 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.ada/tagged_access: New testcase.
1787
847fc4f2
MM
17882014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1789
1790 * gdb.btrace/data.exp: Update expected output.
1791
cc3da688
YQ
17922014-03-06 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.trace/pr16508.exp: New file.
1795
0f26cec1
PA
17962014-03-05 Pedro Alves <palves@redhat.com>
1797
1798 PR gdb/16575
1799 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1800 procedure.
1801 (top level): Adjust to use it. Add tests that exercise breakpoint
1802 interaction with the code-cache.
1803
7a5a839f
LC
18042014-02-26 Ludovic Courtès <ludo@gnu.org>
1805
1806 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1807 test for 'history-append!'.
1808
31aa7e4e
JB
18092014-02-26 Joel Brobecker <brobecker@adacore.com>
1810
1811 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1812 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1813 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1814 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1815 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1816 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1817
1b588015
JB
18182014-02-26 Joel Brobecker <brobecker@adacore.com>
1819
1820 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1821 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1822 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1823
55426c9d
JB
18242014-02-26 Joel Brobecker <brobecker@adacore.com>
1825
1826 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1827
dc53a7ad
JB
18282014-02-26 Joel Brobecker <brobecker@adacore.com>
1829
1830 * gdb.dwarf2/arr-stride.c: New file.
1831 * gdb.dwarf2/arr-stride.exp: New file.
1832
12ab52e9
PA
18332014-02-26 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1836 that won't ever trigger. Make sure that GDB reports the correct
1837 breakpoint that caused the stop.
1838
849c862e
JK
18392014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 PR gdb/16626
1842 * gdb.base/auto-load-script: New file.
1843 * gdb.base/auto-load.c: New file.
1844 * gdb.base/auto-load.exp: New file.
1845
71b7d793
JK
1846 PR gdb/16626
1847 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1848
e2f0d509
JK
18492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1850
1851 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1852 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1853
50cc37c8
DE
18542014-02-24 Doug Evans <dje@google.com>
1855
1856 * lib/gdb.exp (run_on_host): Log error output if program fails.
1857
ea4758f2
PA
18582014-02-21 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.threads/step-after-sr-lock.c: Rename to ...
1861 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1862 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1863 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1864 ... this.
1865
d7b30f67
SDJ
18662014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1867
1868 PR tdep/16397
1869 * gdb.arch/amd64-stap-special-operands.exp: New file.
1870 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1871 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1872 * gdb.arch/amd64-stap-triplet.S: Likewise.
1873 * gdb.arch/amd64-stap-triplet.c: Likewise.
1874
83deb43f
JB
18752014-02-20 Joel Brobecker <brobecker@adacore.com>
1876
1877 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1878 in .section pseudo-op.
1879
adde2bff
DE
18802014-02-20 lin zuojian <manjian2006@gmail.com>
1881 Joel Brobecker <brobecker@adacore.com>
1882 Doug Evans <xdje42@gmail.com>
1883
1884 PR symtab/16581
1885 * gdb.dwarf2/dw2-icycle.S: New file.
1886 * gdb.dwarf2/dw2-icycle.c: New file.
1887 * gdb.dwarf2/dw2-icycle.exp: New file.
1888
f7bd0f78
SC
18892014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1890
1891 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1892 operations on gdb.Value objects.
1893 * gdb.python/py-value-cc.exp: Add new test to test operations on
1894 gdb.Value objects.
1895
c17ef0d5
DE
18962014-02-18 Doug Evans <dje@google.com>
1897
1898 * Makefile.in (TESTS): New variable.
1899 (expanded_tests, expanded_tests_or_none): New variables
1900 (check-single): Pass $(expanded_tests_or_none) to runtest.
1901 (check-parallel): Only run tests in $(TESTS) if non-empty.
1902 (check/no-matching-tests-found): New rule.
1903 * README: Document TESTS makefile variable.
1904
5dd3176f
DE
19052014-02-18 Doug Evans <dje@google.com>
1906
1907 * Makefile.in (check-parallel): rm -rf outputs temp.
1908
0b10be4f
JK
19092014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 Fix "ERROR: no fileid for" in the testsuite.
1912 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1913
85f224e7
DE
19142014-02-12 Doug Evans <dje@google.com>
1915
1916 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1917 (MISCELLANEOUS): New variable.
1918 (clean): rm -rf $(MISCELLANEOUS).
1919 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1920 dwp live in the same directory as symlinks, with each symlink pointed
1921 to a differently named file in a different directory.
1922
149b30ff
DE
19232014-02-11 Doug Evans <dje@google.com>
1924
1925 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1926 of Tcl file commands.
1927
1dfdac32
MK
19282014-02-10 Mark Kettenis <kettenis@gnu.org>
1929
1930 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1931 "kill -SIGUSR1 -1".
1932
aa4fb036
JB
19332014-02-10 Joel Brobecker <brobecker@adacore.com>
1934
1935 * gdb.ada/tick_length_array_enum_idx: New testcase.
1936
ed3ef339
DE
19372014-02-10 Doug Evans <xdje42@gmail.com>
1938
1939 * configure.ac (AC_OUTPUT): Add gdb.guile.
1940 * configure: Regenerate.
1941 * lib/gdb-guile.exp: New file.
1942 * lib/gdb.exp (get_target_charset): New function.
1943 * gdb.base/help.exp: Update expected output from "apropos apropos".
1944 * gdb.guile/Makefile.in: New file.
1945 * gdb.guile/guile.exp: New file.
1946 * gdb.guile/scm-arch.c: New file.
1947 * gdb.guile/scm-arch.exp: New file.
1948 * gdb.guile/scm-block.c: New file.
1949 * gdb.guile/scm-block.exp: New file.
1950 * gdb.guile/scm-breakpoint.c: New file.
1951 * gdb.guile/scm-breakpoint.exp: New file.
1952 * gdb.guile/scm-disasm.c: New file.
1953 * gdb.guile/scm-disasm.exp: New file.
1954 * gdb.guile/scm-equal.c: New file.
1955 * gdb.guile/scm-equal.exp: New file.
1956 * gdb.guile/scm-error.exp: New file.
1957 * gdb.guile/scm-error.scm: New file.
1958 * gdb.guile/scm-frame-args.c: New file.
1959 * gdb.guile/scm-frame-args.exp: New file.
1960 * gdb.guile/scm-frame-args.scm: New file.
1961 * gdb.guile/scm-frame-inline.c: New file.
1962 * gdb.guile/scm-frame-inline.exp: New file.
1963 * gdb.guile/scm-frame.c: New file.
1964 * gdb.guile/scm-frame.exp: New file.
1965 * gdb.guile/scm-generics.exp: New file.
1966 * gdb.guile/scm-gsmob.exp: New file.
1967 * gdb.guile/scm-iterator.c: New file.
1968 * gdb.guile/scm-iterator.exp: New file.
1969 * gdb.guile/scm-math.c: New file.
1970 * gdb.guile/scm-math.exp: New file.
1971 * gdb.guile/scm-objfile-script-gdb.in: New file.
1972 * gdb.guile/scm-objfile-script.c: New file.
1973 * gdb.guile/scm-objfile-script.exp: New file.
1974 * gdb.guile/scm-objfile.c: New file.
1975 * gdb.guile/scm-objfile.exp: New file.
1976 * gdb.guile/scm-ports.exp: New file.
1977 * gdb.guile/scm-pretty-print.c: New file.
1978 * gdb.guile/scm-pretty-print.exp: New file.
1979 * gdb.guile/scm-pretty-print.scm: New file.
1980 * gdb.guile/scm-section-script.c: New file.
1981 * gdb.guile/scm-section-script.exp: New file.
1982 * gdb.guile/scm-section-script.scm: New file.
1983 * gdb.guile/scm-symbol.c: New file.
1984 * gdb.guile/scm-symbol.exp: New file.
1985 * gdb.guile/scm-symtab-2.c: New file.
1986 * gdb.guile/scm-symtab.c: New file.
1987 * gdb.guile/scm-symtab.exp: New file.
1988 * gdb.guile/scm-type.c: New file.
1989 * gdb.guile/scm-type.exp: New file.
1990 * gdb.guile/scm-value-cc.cc: New file.
1991 * gdb.guile/scm-value-cc.exp: New file.
1992 * gdb.guile/scm-value.c: New file.
1993 * gdb.guile/scm-value.exp: New file.
1994 * gdb.guile/source2.scm: New file.
1995 * gdb.guile/types-module.cc: New file.
1996 * gdb.guile/types-module.exp: New file.
1997
7026a7c1
YQ
19982014-02-10 Yao Qi <yao@codesourcery.com>
1999
2000 PR testsuite/16543
2001 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2002 * configure: Regenerated.
2003 * Makefile.in: New file.
2004
6c466447
AS
20052014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2006
2007 * gdb.python/py-framefilter.exp: Fix typo.
2008
6e854735
YQ
20092014-02-08 Yao Qi <yao@codesourcery.com>
2010
2011 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2012 that no =breakpoint-modified is emitted when breakpoints are
2013 modified through MI commands.
2014
d137e6dc
PA
20152014-02-07 Pedro Alves <pedro@codesourcery.com>
2016 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.threads/step-after-sr-lock.c: New file.
2019 * gdb.threads/step-after-sr-lock.exp: New file.
2020
b5ee5a50
PA
20212014-02-07 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2024
3c77faf3
JK
20252014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2028 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2029
6dddc817
DE
20302014-02-06 Doug Evans <xdje42@gmail.com>
2031
2032 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2033 output.
2034
2035 * gdb.gdb/python-interrupts.exp: New file.
2036
de7b2893
YQ
20372014-02-05 Yao Qi <yao@codesourcery.com>
2038
2039 * gdb.trace/report.exp (use_collected_data): Test the output
2040 of "info threads" and "info inferiors".
2041
66d032ac
YQ
20422014-02-05 Yao Qi <yao@codesourcery.com>
2043
2044 Revert this patch:
2045
2046 2013-05-24 Yao Qi <yao@codesourcery.com>
2047
2048 * gdb.trace/tfile.exp: Test inferior and thread.
2049
591a12a1
UW
20502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2051
2052 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2053 on a function.
2054 * gdb.base/step-bt.c: Call hello via function pointer to make
2055 sure its first instruction is executed on powerpc64le-linux.
2056
0ff3e01f
UW
20572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2058
2059 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2060
084ee545
UW
20612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2062
2063 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2064 of the test patterns for use on little-endian systems.
2065
6ed14ff3
UW
20662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2067
2068 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2069 (decimal_vector): Fix for little-endian.
2070
401e27fd
JM
20712014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2072
2073 * gdb.arch/sparc-sysstep.exp: New file.
2074 * gdb.arch/sparc-sysstep.c: Likewise.
2075
2076 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2077
8b924729
EBM
20782014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2079
2080 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2081
fb151210
JB
20822014-01-23 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.ada/array_char_idx: New testcase.
2085
0740f8d8
TT
20862014-01-23 Tom Tromey <tromey@redhat.com>
2087
2088 PR python/16487:
2089 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2090 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2091 classes.
2092
21909fa1
TT
20932014-01-23 Tom Tromey <tromey@redhat.com>
2094
2095 PR python/16491:
2096 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2097 string from an inferior frame.
2098 * gdb.python/py-framefilter-mi.exp: Update.
2099
87ce2a04
DE
21002014-01-22 Doug Evans <dje@google.com>
2101
2102 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2103
237b092b
AA
21042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2105
2106 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2107
d674a709
AA
21082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2109
2110 * gdb.trace/entry-values.exp: Remove excess space character from
2111 regex patterns. Handle s390 call instruction.
2112
20fa3390
AA
21132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2114
2115 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2116 define "*_start" label. Make "name" static.
2117 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2118 ${name} by references to ${name}_start.
2119
78466714
AA
21202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2121
2122 * gdb.base/info-macros.exp: Remove "debug" from the compile
2123 options.
2124
ec9f644a
IB
21252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2126
2127 * gdb.dlang/demangle.exp: New file.
2128
94b1b47e
IB
21292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2130
2131 * gdb.dlang/primitive-types.exp: New file.
2132
7f420862
IB
21332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2134
2135 * configure.ac: Create gdb.dlang/Makefile.
2136 * configure: Regenerate.
2137 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2138 * gdb.dlang/Makefile.in: New file.
2139 * lib/d-support.exp: New file.
2140 * lib/gdb.exp (skip_d_tests): New proc.
2141
52834460
MM
21422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2143
2144 * gdb.btrace/delta.exp: Check reverse stepi.
2145 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2146 * gdb.btrace/finish.exp: New.
2147 * gdb.btrace/next.exp: New.
2148 * gdb.btrace/nexti.exp: New.
2149 * gdb.btrace/record_goto.c: Add comments.
2150 * gdb.btrace/step.exp: New.
2151 * gdb.btrace/stepi.exp: New.
2152 * gdb.btrace/multi-thread-step.c: New.
2153 * gdb.btrace/multi-thread-step.exp: New.
2154 * gdb.btrace/rn-dl-bind.c: New.
2155 * gdb.btrace/rn-dl-bind.exp: New.
2156 * gdb.btrace/data.c: New.
2157 * gdb.btrace/data.exp: New.
2158 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2159
6e07b1d2
MM
21602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2161
2162 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2163 * gdb.btrace/exception.exp: Update.
2164 * gdb.btrace/instruction_history.exp: Update.
2165 * gdb.btrace/record_goto.exp: Update.
2166 * gdb.btrace/tailcall.exp: Update.
2167 * gdb.btrace/unknown_functions.exp: Update.
2168 * gdb.btrace/delta.exp: New.
2169
0b722aec
MM
21702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2171
2172 * gdb.btrace/record_goto.exp: Add backtrace test.
2173 * gdb.btrace/tailcall.exp: Add backtrace test.
2174
066ce621
MM
21752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2176
2177 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2178 * gdb.btrace/record_goto.c: New.
2179 * gdb.btrace/record_goto.exp: New.
2180 * gdb.btrace/x86-record_goto.S: New.
2181
0688d04e
MM
21822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2183
2184 * gdb.btrace/function_call_history.exp: Update tests.
2185 * gdb.btrace/instruction_history.exp: Update tests.
2186
8710b709
MM
21872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2188
2189 * gdb.btrace/function_call_history.exp: Fix expected field
2190 order for "record function-call-history".
2191 Add new tests for "record function-call-history /c".
2192 * gdb.btrace/exception.cc: New.
2193 * gdb.btrace/exception.exp: New.
2194 * gdb.btrace/tailcall.exp: New.
2195 * gdb.btrace/x86-tailcall.S: New.
2196 * gdb.btrace/x86-tailcall.c: New.
2197 * gdb.btrace/unknown_functions.c: New.
2198 * gdb.btrace/unknown_functions.exp: New.
2199 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2200
5de9129b
MM
22012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2202
2203 * gdb.btrace/instruction_history.exp: Update.
2204 * gdb.btrace/function_call_history.exp: Update.
2205
23a7fe75
MM
22062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2207
2208 * gdb.btrace/function_call_history.exp: Fix expected function
2209 trace.
2210 * gdb.btrace/instruction_history.exp: Initialize traced.
2211 Remove traced_functions.
2212
724c7dd8
MM
22132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2214
2215 * gdb.btrace/function_call_history.exp: Update
2216 * gdb.btrace/instruction_history.exp: Update.
2217
6d78d93b
MM
22182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2219
2220 * gdb.btrace/enable.exp: Update expected text.
2221
93a360cc
OJ
22222014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2223
2224 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2225 bytes.
2226
3772b53f
MR
22272014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2228
2229 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2230
596662fa
OJ
22312014-01-15 Omair Javaid <omair.javaid@linaro.org>
2232
2233 * lib/gdb.exp (supports_process_record): Return true for
2234 arm*-linux*. (supports_reverse): Likewise.
2235
b5b08fb4
SC
22362014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2237
2238 PR python/15464
2239 PR python/16113
2240 * gdb.python/py-type.c: Enhance test case.
2241 * gdb.python/py-value-cc.cc: Likewise
2242 * gdb.python/py-type.exp: Add new tests.
2243 * gdb.python/py-value-cc.exp: Likewise
2244
52d7fb13
AA
22452014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2246 Pedro Alves <palves@redhat.com>
2247
2248 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2249 Make "name" extern.
2250 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2251 references to ${name}_start by references to ${name}.
2252
a2cd8cfe
JB
22532014-01-10 Joel Brobecker <brobecker@adacore.com>
2254
2255 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2256
4e23fced
JB
22572014-01-10 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2260
c6a9e42c
PA
22612014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2262 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.mi/mi-info-os.exp: Connect to the target with
2265 mi_gdb_target_load.
2266
b7ea362b
PA
22672014-01-08 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.threads/reconnect-signal.c: New file.
2270 * gdb.threads/reconnect-signal.exp: New file.
2271
5e3f4fab
EBM
22722014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * gdb.base/source-dir.exp: New file.
2275
79301218
JB
22762014-01-07 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdb.ada/mi_interface: New testcase.
2279
8e355c5d
JB
22802014-01-07 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2283 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2284 gdb.ada/pp-rec-component/pck.ads: New files.
2285
c0d48811
JB
22862014-01-07 Joel Brobecker <brobecker@adacore.com>
2287
2288 * gdb.python/py-pp-integral.c: New file.
2289 * gdb.python/py-pp-integral.py: New file.
2290 * gdb.python/py-pp-integral.exp: New file.
2291
17b609c3 2292For older changes see ChangeLog-1993-2013.
c906108c 2293\f
8d8cb839
EZ
2294;; Local Variables:
2295;; mode: change-log
2296;; left-margin: 8
2297;; fill-column: 74
2298;; version-control: never
2299;; End:
902f2ccb 2300
14f8b115 2301 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2302 Copying and distribution of this file, with or without modification,
2303 are permitted provided the copyright notice and this notice are preserved.