]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Ada: Print bounds/length of pointer to array with dynamic bounds
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
eb479039
JB
12014-09-10 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4
deede10c
JB
52014-09-10 Joel Brobecker <brobecker@adacore.com>
6
7 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8
7828a5f5
JB
92014-09-10 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.dwarf2/dynarr-ptr.c: New file.
12 * gdb.dwarf2/dynarr-ptr.exp: New file.
13
33aeebcf
MR
142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15
16 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17 of 30 rather than hardcoding 120 for a slow test case. Take the
18 `gdb,timeout' target setting into account for this calculation.
19 Don't extend the timeout for the test cases that don't need it.
20
7b415901
MR
212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22
23 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
24 a factor of 2 for a slow test case. Take the `gdb,timeout'
25 target setting into account for this calculation.
26 * gdb.reverse/until-precsave.exp: Increase the timeout by
27 a factor of 15 and 3 respectively rather than adding 120
28 for a pair of slow test cases. Take the `gdb,timeout'
29 target setting into account for this calculation.
30
4a40f85a
MR
312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
32
33 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
34 timeout, don't pass one down to gdb_expect.
35 (gdb_expect): Rework timeout selection.
36
09635af7
MR
372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
38
39 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
40 exception on timeout.
41 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
42 (gdbserver_start_extended): Catch any `gdbserver_start' error
43 exceptions.
44 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
45 * lib/mi-support.exp (mi_gdb_target_load): Catch any
46 `gdbserver_gdb_load' error exceptions.
47
2bdd10b7
MR
482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
49
50 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
51 120 on waiting for the TCP socket to open.
52
316935f0
DE
532014-09-09 Doug Evans <xdje42@gmail.com>
54
55 * gdb.base/default.exp (show_conv_list): Add _caller_is,
56 _caller_matches, _any_caller_is, _any_caller_matches.
57
83740597
DE
582014-09-09 Doug Evans <xdje42@gmail.com>
59
60 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
61
4c122fc3
YQ
622014-09-09 Yao Qi <yao@codesourcery.com>
63
64 * gdb.mi/mi-var-display.exp: Set print symbol off.
65
a9f116cb
GKB
662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
67
68 PR gdb/17035
69 * gdb.base/commands.exp: Add tests to verify user-defined
70 commands with empty bodies.
71 * gdb.python/py-cmd.exp: Test that we don't show user-defined
72 python commands in `show user command`.
73 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
74 scheme commands in `show user command`.
75
c75bd3a2
JK
762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 PR python/17355
79 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
80 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
81 * gdb.python/py-framefilter-invalidarg.exp: New file.
82 * gdb.python/py-framefilter-invalidarg.py: New file.
83
faa42425
DE
842014-09-06 Doug Evans <xdje42@gmail.com>
85
86 PR 15276
87 * gdb.python/py-caller-is.c: New file.
88 * gdb.python/py-caller-is.exp: New file.
89
474ca4f6
SDJ
902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 PR gdb/17235
93 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
94 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
95
eb0b0463
SDJ
962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
97
98 PR fortran/17237
99 * gdb.fortran/print-formatted.exp: New file.
100 * gdb.fortran/print-formatted.f90: Likewise.
101
5f3b99cf
SS
1022014-09-03 Sasha Smundak <asmundak@google.com>
103
104 * gdb.python/py-frame.exp: Test Frame.read_register.
105
7d793aa9
SDJ
1062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
107
108 PR python/16699
109 * gdb.python/py-completion.exp: New file.
110 * gdb.python/py-completion.py: Likewise.
111
fb0576e9
DE
1122014-08-28 Doug Evans <dje@google.com>
113
114 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
115 eax,etc. are live with values set by gdb and thus the compiler can't
116 use them.
117 * gdb.arch/i386-pseudo.c (main): Ditto.
118
ee92b0dd
DE
1192014-08-27 Doug Evans <dje@google.com>
120
121 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
122
6649db35
DE
1232014-08-25 Doug Evans <dje@google.com>
124
125 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
126 (main): Ditto.
127
564b7600
DE
1282014-08-25 Doug Evans <dje@google.com>
129
130 * gdb.threads/thread-execl.exp: #include <stdio.h>.
131
3881fb67
YQ
1322014-08-24 Yao Qi <yao@codesourcery.com>
133
134 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
135 symbol off.
136 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
137
a05a36a5
DE
1382014-08-22 Doug Evans <dje@google.com>
139
140 PR 17276
141 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
142 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
143 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
144
7c343b48
YQ
1452014-08-22 Yao Qi <yao@codesourcery.com>
146
147 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
148 * gdb.python/py-finish-breakpoint2.exp: Likewise.
149 * gdb.python/python.exp: Likewise. Use .py file on the host
150 instead of the build.
151
22fd09ae
JK
1522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
153
154 * gdb.threads/gcore-stale-thread.c: New file.
155 * gdb.threads/gcore-stale-thread.exp: New file.
156
a8454a7c
PA
1572014-08-21 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
160 * gdb.base/gcore-relro-pie.exp: Likewise.
161 * gdb.base/gcore-relro.exp: Likewise.
162 * gdb.base/gcore.exp: Likewise.
163 * gdb.base/print-symbol-loading.exp: Likewise.
164 * gdb.threads/gcore-thread.exp: Likewise.
165 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
166
2a31c623
PA
1672014-08-20 Pedro Alves <palves@redhat.com>
168 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 * Makefile.in (EXTRA_RULES, CC): New variables, get from
171 configure.
172 (EXPECT): Handle READ1 being set.
173 (all): Depend on EXTRA_RULES.
174 (check-read1, expect-read1, read1.so, read1): New rules.
175 * README (Testsuite Parameters): Document the READ1 make variable.
176 (Race detection): New section.
177 * configure: Regenerate.
178 * configure.ac: If build==host==target, and running under a
179 GNU/glibc system, add read1 to the extra Makefile rules.
180 (EXTRA_RULES): AC_SUBST it.
181 * lib/read1.c: New file.
182
d36430db
JB
1832014-08-20 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
186 the handling of variables declared as a typedef to an array
187 which a DW_AT_data_location attribute.
188
9a0dc9e3
PA
1892014-08-19 Andrew Burgess <aburgess@broadcom.com>
190 Pedro Alves <palves@redhat.com>
191
192 PR symtab/14604
193 PR symtab/14605
194 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
195 gdb_test.
196
0718a8da
PA
1972014-08-19 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
200
13b448cd
YQ
2012014-08-19 Yao Qi <yao@codesourcery.com>
202
203 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
204 right line.
205
1cbf5077
DB
2062014-08-18 David Blaikie <dblaikie@gmail.com>
207
208 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
209
bf0fae19
JB
2102014-08-18 Joel Brobecker <brobecker@adacore.com>
211
212 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
213 attribute in array range.
214
3c8c5dcc
JB
2152014-08-18 Joel Brobecker <brobecker@adacore.com>
216
217 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
218
e66d4446
SC
2192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
220
221 PR c++/17132
222 * gdb.cp/pr17132.cc: New file.
223 * gdb.cp/pr17132.exp: New file.
224
940df408
SC
2252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
226
227 * gdb.python/py-xmethods.py (A_getarrayind)
228 (E_method_char_worker.__call__, E_method_int_worker.__call__):
229 Use 'print' with function call syntax.
230 (E_method_matcher.match): Fix tab vs space indentation mixup.
231
ebcc6c3a
YQ
2322014-08-15 Yao Qi <yao@codesourcery.com>
233
234 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
235 false.
236
775e0f04
YQ
2372014-08-15 Yao Qi <yao@codesourcery.com>
238
239 * gdb.cp/casts.exp: Set print symbol off.
240 * gdb.cp/class2.exp: Likewise.
241 * gdb.cp/overload.exp: Likewise.
242 * gdb.cp/templates.exp: Likewise.
243
d769e349
DE
2442014-08-11 Doug Evans <dje@google.com>
245
246 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
247 (test_load_shlib): Update.
248
20c6f1e1
YQ
2492014-08-09 Yao Qi <yao@codesourcery.com>
250
251 * gdb.base/display.exp: Invoke is_address_zero_readable.
252 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
253 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
254 * gdb.base/hbreak-unmapped.exp: Return if
255 is_address_zero_readable returns true.
256 * gdb.base/signest.exp: Likewise.
257 * gdb.base/signull.exp: Likewise.
258 * gdb.base/sigbpt.exp: Likewise.
259 * gdb.guile/scm-disasm.exp: Do the test if
260 is_address_zero_readable returns false.
261 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
262 * gdb.python/py-arch.exp: Likewise.
263 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
264 * lib/gdb.exp (is_address_zero_readable): New proc.
265
5792e8e3
YQ
2662014-08-09 Yao Qi <yao@codesourcery.com>
267
268 PR testsuite/13443
269 * gdb.mi/mi-var-display.exp: Make test messages unique.
270
3cecbbbe
TT
2712014-08-04 Tom Tromey <tromey@redhat.com>
272
273 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
274 target 0".
275
00b51ff5
TT
2762014-08-04 Tom Tromey <tromey@redhat.com>
277
278 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
279 "target_resume".
280
6908c509
JB
2812014-08-01 Joel Brobecker <brobecker@adacore.com>
282
283 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
284 inner_vla_struct_object_size.
285 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
286 as xfail.
287
cc6563d2
PA
2882014-07-30 Pedro Alves <palves@redhat.com>
289
290 * gdb.threads/signal-command-handle-nopass.exp (test): Add
291 comment.
292
7e09a223
YQ
2932014-07-29 Yao Qi <yao@codesourcery.com>
294
295 PR gdb/17206
296 * gdb.base/until-nodebug.exp: New.
297
7ebdbe92
DE
2982014-07-28 Doug Evans <xdje42@gmail.com>
299
300 PR guile/17203
301 * gdb.guile/scm-parameter.exp: Add tests for trying to create
302 previously existing parameter, and previously ambiguously spelled
303 parameter.
304
fdb1adc6
WN
3052014-07-28 Will Newton <will.newton@linaro.org>
306
307 * gdb.base/varargs.exp: Remove KFAILs for ARM.
308
186fcde0
DE
3092014-07-26 Ludovic Courtès <ludo@gnu.org>
310 Doug Evans <xdje42@gmail.com>
311
312 PR guile/17146
313 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
314
70509625
PA
3152014-07-25 Pedro Alves <palves@redhat.com>
316
317 * gdb.threads/signal-command-handle-nopass.c: New file.
318 * gdb.threads/signal-command-handle-nopass.exp: New file.
319 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
320 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
321 * gdb.threads/signal-delivered-right-thread.c: New file.
322 * gdb.threads/signal-delivered-right-thread.exp: New file.
323
c3f814a1
PA
3242014-07-25 Pedro Alves <palves@redhat.com>
325
326 * gdb.base/double-prompt-target-event-error.exp
327 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
328 match.
329 (cancel_pagination_in_target_event): Rework double prompt
330 detection.
331 * gdb.base/paginate-after-ctrl-c-running.exp
332 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
333 <return>' match.
334 * gdb.base/paginate-bg-execution.exp
335 (test_bg_execution_pagination_return)
336 (test_bg_execution_pagination_cancel): Remove '-notransfer
337 <return>' matches.
338 * gdb.base/paginate-execution-startup.exp
339 (test_fg_execution_pagination_return)
340 (test_fg_execution_pagination_cancel): Remove '-notransfer
341 <return>' matches.
342 * gdb.base/paginate-inferior-exit.exp
343 (test_paginate_inferior_exited): Remove '-notransfer <return>'
344 match.
345 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
346 * lib/gdb.exp (pagination_prompt): Run text through
347 string_to_regexp.
348 (gdb_test_multiple): Match $pagination_prompt instead of
349 "<return>".
350 (string_to_regexp): Move to lib/gdb-utils.exp.
351
e214cf6c
JK
3522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 * gdb.arch/amd64-entry-value-paramref.S: New file.
355 * gdb.arch/amd64-entry-value-paramref.cc: New file.
356 * gdb.arch/amd64-entry-value-paramref.exp: New file.
357 * gdb.arch/amd64-optimout-repeat.S: New file.
358 * gdb.arch/amd64-optimout-repeat.c: New file.
359 * gdb.arch/amd64-optimout-repeat.exp: New file.
360
17d0c5c8
JK
3612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 PR gdb/17170
364 * gdb.base/statistics.exp: New file.
365
b8b8facf
DE
3662014-07-17 Doug Evans <dje@google.com>
367
74b49205 368 PR gdb/17170
b8b8facf
DE
369 * gdb.base/maint.exp: Update testing of per-command stats.
370
1b5d0ab3
PA
3712014-07-16 Pedro Alves <palves@redhat.com>
372
373 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
374 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
375 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
376 (tfile_write_buf): New functions.
377 (add_memory_block): Rewrite using the above.
378 (adjust_function_address): New function.
379 (FUNCTION_ADDRESS): New macro.
380 (write_basic_trace_file): Remove short_x local, and use
381 tfile_write_16. Change type of func_addr local to unsigned long
382 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
383 here. Cast argument of add_memory_block to char pointer.
384 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
385 (main): Remove parameters.
386 * gdb.trace/tfile.exp: Remove nowarnings.
387
4d974e88
SM
3882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
389
390 * gdb.base/debug-expr.exp: Test string evaluation with
391 "debug expression" on.
392
41e99568
PA
3932014-07-15 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/reread.exp: Use clean_restart.
396
487d9753
PL
3972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
398
399 * gdb.arch/avr-flash-qualifer.c: New.
400 * gdb.arch/avr-flash-qualifer.exp: New.
401
cc1c52ad
PA
4022014-07-14 Pedro Alves <palves@redhat.com>
403
404 * gdb.base/paginate-after-ctrl-c-running.c: New file.
405 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
406
1e973570
PA
4072014-07-14 Pedro Alves <palves@redhat.com>
408
409 * gdb.base/double-prompt-target-event-error.c: New file.
410 * gdb.base/double-prompt-target-event-error.exp: New file.
411
93d6eb10
PA
4122014-07-14 Pedro Alves <palves@redhat.com>
413
414 PR gdb/17072
415 * gdb.base/paginate-inferior-exit.c: New file.
416 * gdb.base/paginate-inferior-exit.exp: New file.
417
0017922d
PA
4182014-07-14 Pedro Alves <palves@redhat.com>
419
420 PR gdb/17072
421 * gdb.base/paginate-bg-execution.c: New file.
422 * gdb.base/paginate-bg-execution.exp: New file.
423
94696ad3
PA
4242014-07-14 Pedro Alves <palves@redhat.com>
425
426 PR gdb/17072
427 * gdb.base/paginate-execution-startup.c: New file.
428 * gdb.base/paginate-execution-startup.exp: New file.
429 * lib/gdb.exp (pagination_prompt): New global.
430 (default_gdb_spawn): New procedure, factored out from
431 default_gdb_spawn.
432 (default_gdb_start): Adjust to call default_gdb_spawn.
433 (gdb_spawn): New procedure.
434
bd293940
PA
4352014-07-14 Pedro Alves <palves@redhat.com>
436
437 * lib/gdb.exp (gdb_assert): New procedure.
438 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
439
c933f875
PA
4402014-07-14 Pedro Alves <palves@redhat.com>
441
442 * gdb.base/execution-termios.c: New file.
443 * gdb.base/execution-termios.exp: New file.
444
d98b7a16
TT
4452014-07-14 Tom Tromey <tromey@redhat.com>
446
447 * gdb.cp/vla-cxx.cc: New file.
448 * gdb.cp/vla-cxx.exp: New file.
449
548740d6
TT
4502014-07-14 Tom Tromey <tromey@redhat.com>
451
452 * gdb.reverse/rerun-prec.c: New file.
453 * gdb.reverse/rerun-prec.exp: New file.
454
a25eb028
MR
4552014-07-12 Maciej W. Rozycki <macro@mips.com>
456 Maciej W. Rozycki <macro@codesourcery.com>
457
458 * lib/gdb-utils.exp: New file.
459 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
460 inline `gdb_init_command' processing.
461 (gdb_start_cmd): Likewise.
462 * lib/mi-support.exp (mi_run_cmd): Likewise.
463 * README: Document `gdb_init_command' and `gdb_init_commands'.
464
218c2655
JK
4652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 Fix false FAIL running under a very long directory name.
468 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
469 and "set print elements 10000". Twice.
470
5401fde3
YQ
4712014-07-11 Yao Qi <yao@codesourcery.com>
472
473 * gdb.base/exprs.exp: "set print symbol off".
474
e76126e8
PA
4752014-07-11 Pedro Alves <palves@redhat.com>
476
477 * gdb.threads/kill.c: New file.
478 * gdb.threads/kill.exp: New file.
479
2d6f0de6
YQ
4802014-07-10 Yao Qi <yao@codesourcery.com>
481
482 * gdb.trace/tfile.c (write_basic_trace_file)
483 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
484 address written to trace file.
485
7180e04a
PA
4862014-07-09 Pedro Alves <palves@redhat.com>
487
488 * gdb.base/attach-wait-input.exp: New file.
489 * gdb.base/attach-wait-input.c: New file.
490
9a9a7608
AB
4912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
494 setting up test structures.
495 (main): Call new test function.
496 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
497 test function, continue into test function and walk test
498 structures.
499
161ac41e
YQ
5002014-07-02 Yao Qi <yao@codesourcery.com>
501
502 * gdb.trace/entry-values.c: Define labels 'foo_start' and
503 'bar_start' at the beginning of functions 'foo' and 'bar'
504 respectively.
505 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
506 instead of 'foo' and 'bar'.
507
1f267ae3
MM
5082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.btrace/segv.exp: New.
511 * gdb.btrace/segv.c: New.
512
2b239efb
LM
5132014-07-02 Luis Machado <lgustavo@codesourcery.com>
514
515 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
516 instruction.
517
cf363f18
MW
5182014-06-30 Mark Wielaard <mjw@redhat.com>
519
520 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
521 vulture, vilify, villar): New volatile array constants.
522 (vindictive, vegetation): New const volatile array constants.
523 * gdb.base/volatile.exp: Test volatile and const volatile array
524 types.
525
aebf9d24
AA
5262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
527
528 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
529 target lacks support for awatch, rwatch, or hbreak.
530
b67a2c6f
YQ
5312014-06-27 Yao Qi <yao@codesourcery.com>
532
533 * gdb.multi/dummy-frame-restore.exp: New.
534 * gdb.multi/dummy-frame-restore.c: New.
535
aef92902
MM
5362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
537
538 * gdb.btrace/gcore.exp: New.
539
8e9db26e
PA
5402014-06-23 Pedro Alves <palves@redhat.com>
541
542 * gdb.base/watchpoint-reuse-slot.c: New file.
543 * gdb.base/watchpoint-reuse-slot.exp: New file.
544
70afc5b7
SC
5452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
546
547 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
548 progspace's filename in 'info', 'enable' and 'disable' command
549 tests.
550
b972bd9c
JK
5512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
554 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
555 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
556
125f8a3d
GB
5572014-06-20 Gary Benson <gbenson@redhat.com>
558
559 * gdb.arch/i386-avx.exp: Fix include file location.
560 * gdb.arch/i386-sse.exp: Likewise.
561
3ed9baed
IB
5622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
563
564 * gdb.dlang/expression.exp: New file.
565
034f788c
PA
5662014-06-19 Pedro Alves <palves@redhat.com>
567
568 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
569 out from ...
570 (top level): ... here. Iterate running tests under different
571 scheduler-locking settings.
572
45371d0c
LM
5732014-06-18 Luis Machado <lgustavo@codesourcery.com>
574
575 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
576 to DW_FORM_addr and use non-zero addresses.
577
5d376983
SC
5782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
579
580 PR gdb/17017
581 * gdb.python/py-xmethods.cc: Add global function call counters and
582 increment them in their respective functions. Remove "cout"
583 statements.
584 * gdb.python/py-xmethods.exp: Make tests check the global function
585 call counters instead of depending on inferior IO.
586
a1aa2221
LM
5872014-06-18 Don Breazeal <donb@codesourcery.com>
588
589 * gdb.base/foll-fork.exp (default_fork_parent_follow):
590 Deleted procedure.
591 (explicit_fork_parent_follow): Deleted procedure.
592 (explicit_fork_child_follow): Deleted procedure.
593 (test_follow_fork): New procedure.
594 (do_fork_tests): Replace calls to deleted procedures with
595 calls to test_follow_fork and reset GDB for subsequent
596 procedure calls.
597
0fc05997
YQ
5982014-06-17 Yao Qi <yao@codesourcery.com>
599
600 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
601 CP1252.
602
70795c52
LM
6032014-06-17 Luis Machado <lgustavo@codesourcery.com>
604
605 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
606 Initialize ptr and S explicitly.
607 (skip_type_update_when_not_use_rtti_test): Likewise.
608
6be47f0c
KS
6092014-06-16 Keith Seitz <keiths@redhat.com>
610
611 PR mi/15863
612 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
613 the inferior is started.
614
d03de421
PA
6152014-06-16 Pedro Alves <palves@redhat.com>
616
617 * gdb.base/break-main-file-remove-fail.c: New file.
618 * gdb.base/break-main-file-remove-fail.exp: New file.
619 * gdb.base/break-unload-file.exp: Use build_executable instead of
620 prepare_for_testing.
621 (test_break): New parameter "initial_load". Handle it.
622 (top level): Add initial_load cmdline/file axis.
623
f9579b99
TT
6242014-06-12 Tom Tromey <tromey@redhat.com>
625
626 * gdb.base/completion.exp: Don't use directory name in test.
627
3657956b
GB
6282014-06-09 Gary Benson <gbenson@redhat.com>
629
630 * gdb.base/sigall.c [Functions to send signals]: Reorder to
631 separate the always-available ANSI-standard signals from the
632 signals that require checking.
633 (main): Likewise.
634 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
635 Likewise.
636 (main): Likewise.
637
4186eb54
KS
6382014-06-07 Keith Seitz <keiths@redhat.com>
639
640 Revert:
641 PR c++/16253
642 * gdb.cp/var-tag.cc: New file.
643 * gdb.cp/var-tag.exp: New file.
644 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
645 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
646 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
647 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
648
25326a28 6492014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
650
651 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
652
829155c9
PA
6532014-06-06 Pedro Alves <palves@redhat.com>
654
655 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
656 in target debug output instead of looking at RSP packets,
657 disabling the test on any target that uses hardware stepping.
658 Update comments.
659
61c8d22e
PA
6602014-06-06 Pedro Alves <palves@redhat.com>
661
662 * gdb.base/break-unload-file.exp: Fix typo.
663
d9a47287
YQ
6642014-06-06 Yao Qi <yao@codesourcery.com>
665
666 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
667 from "jit_function" to "^jit_function".
668
e5e01dbf
YQ
6692014-06-06 Yao Qi <yao@codesourcery.com>
670
671 * gdb.base/async.c (foo): Add one statement.
672 * gdb.base/async.exp: Get the next instruction address and
673 match the output of "nexti" by instruction address. Match
674 the hex address in the output of "finish".
675
73ba372c
GB
6762014-06-06 Gary Benson <gbenson@redhat.com>
677
678 * gdb.base/call-signals.c: Remove preprocessor conditionals
679 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
680 SIGSEGV and SIGTERM.
681 * gdb.base/sigall.c: Likewise.
682 * gdb.base/unwindonsignal.c: Likewise.
683 * gdb.reverse/sigall-reverse.c: Likewise.
684
831517df
YQ
6852014-06-06 Yao Qi <yao@codesourcery.com>
686
687 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
688 readable, skip the test.
689
b8b91e98
YQ
6902014-06-06 Yao Qi <yao@codesourcery.com>
691
692 * gdb.threads/staticthreads.c (thread_function): Move the line
693 setting breakpoint on forward.
694 * gdb.threads/staticthreads.exp: Update comments.
695
fb934770
LC
6962014-06-05 Ludovic Courtès <ludo@gnu.org>
697
698 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
699 "history-append! type error".
700
6ef284bd
SM
7012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
702
703 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
704 erroneous dprintf expected input.
705
a872e241
DE
7062014-06-04 Doug Evans <xdje42@gmail.com>
707
708 * gdb.guile/scm-generics.exp: Delete.
709
16f691fb
DE
7102014-06-04 Doug Evans <xdje42@gmail.com>
711
712 * gdb.guile/scm-breakpoint.exp: Update.
713 Add tests for breakpoint registration.
714
012370f6
TT
7152014-06-04 Tom Tromey <tromey@redhat.com>
716
717 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
718 VLA-in-union.
719 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
720 inner_vla_struct, vla_union types. Initialize objects of those
721 types and compute their sizes.
722
9f5a4cef
HZ
7232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
724 Hui Zhu <hui@codesourcery.com>
725
726 * gdb.base/fileio.exp: Add test for shell not available as well as
727 available.
728 * gdb.base/fileio.c (test_system): Check for shell twice.
729
90a45c4d
YQ
7302014-06-04 Yao Qi <yao@codesourcery.com>
731
732 * gdb.base/auto-connect-native-target.exp: Remove redundant
733 space from the regexp pattern.
734
70017e41
YQ
7352014-06-04 Yao Qi <yao@codesourcery.com>
736
737 * gdb.base/default.exp: Replace "child" with "native" in
738 regexp pattern.
739
883964a7
SC
7402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
741
742 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
743 * gdb.python/py-xmethods.exp: New tests to test xmethods.
744 * gdb.python/py-xmethods.py: Python script supporting the
745 new testcase and tests.
746
ef370185
JB
7472014-06-03 Joel Brobecker <brobecker@adacore.com>
748 Pedro Alves <palves@redhat.com>
749
750 PR breakpoints/17000
751 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
752 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
753
1e2ccb61
BM
7542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
755
756 * gdb.base/subst.exp: Add tests to verify partial path matching
757 output.
758
c6ec5ab2
PA
7592014-06-03 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
762 target that doesn't use software single-stepping.
763
835c559f
PA
7642014-06-03 Pedro Alves <palves@redhat.com>
765
766 PR breakpoints/17000
767 * gdb.base/sss-bp-on-user-bp-2.c: New file.
768 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
769
06eb1586
DE
7702014-06-02 Doug Evans <xdje42@gmail.com>
771
772 * gdb.guile/scm-parameter.exp: New file.
773
e698b8c4
DE
7742014-06-02 Doug Evans <xdje42@gmail.com>
775
776 * gdb.guile/scm-cmd.c: New file.
777 * gdb.guile/scm-cmd.exp: New file.
778
ded03782
DE
7792014-06-02 Doug Evans <xdje42@gmail.com>
780
781 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
782 pretty-printer lookup.
783 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
784 (make-pp_s-printer): Call it.
785 (make-pretty-printer-from-dict): New function.
786 (lookup-pretty-printer-maker-from-dict): New function.
787 (*pretty-printer*): Simplify.
788 (make-objfile-pp_s-printer): New function.
789 (install-objfile-pretty-printers!): New function.
790 (make-progspace-pp_s-printer): New function.
791 (install-progspace-pretty-printers!): New function.
792 * gdb.guile/scm-progspace.c: New file.
793 * gdb.guile/scm-progspace.exp: New file.
794
41fac0cf
PA
7952014-06-02 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/dprintf-bp-same-addr.c: New file.
798 * gdb.base/dprintf-bp-same-addr.exp: New file.
799
96ae5695
EBM
8002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
801
802 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
803 * gdb.arch/powerpc-power.s: Likewise.
804
da02b3a8
JB
8052014-06-02 Joel Brobecker <brobecker@adacore.com>
806
807 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
808
c72b2e7b
YQ
8092014-06-01 Yao Qi <yao@codesourcery.com>
810
811 * gdb.base/watchpoint.exp (test_watch_location): Check null
812 pointer can be dereferenced. If not, do the test, otherwise
813 skip it.
814
53e8a631
AB
8152014-05-30 Andrew Burgess <aburgess@broadcom.com>
816
817 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
818 results.
819 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
820
938f0e2f
AB
8212014-05-30 Andrew Burgess <aburgess@broadcom.com>
822
823 * gdb.arch/amd64-invalid-stack-middle.S: New file.
824 * gdb.arch/amd64-invalid-stack-middle.c: New file.
825 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
826 * gdb.arch/amd64-invalid-stack-top.c: New file.
827 * gdb.arch/amd64-invalid-stack-top.exp: New file.
828
9ba6657a
PA
8292014-05-30 Pedro Alves <palves@redhat.com>
830
831 PR breakpoints/17000
832 * gdb.base/sss-bp-on-user-bp.c: New file.
833 * gdb.base/sss-bp-on-user-bp.exp: New file.
834
522c09bf
DB
8352014-05-30 David Blaikie <dblaikie@gmail.com>
836
837 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
838 gnu_inline semantics via attribute.
839 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
840 source explicitly specifies the required semantics.
841
bf4ef81e
MR
8422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
843
844 * gdb.reverse/sigall-reverse.exp: Fix a typo.
845
329ea579
PA
8462014-05-29 Pedro Alves <palves@redhat.com>
847 Tom Tromey <tromey@redhat.com>
848
849 * gdb.base/async-shell.exp: Don't enable target-async.
850 * gdb.base/async.exp
851 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
852 parameter. Adjust.
853 (top level): Don't test with "target-async".
854 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
855 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
856 * gdb.base/inferior-died.exp: Don't enable target-async.
857 * gdb.base/interrupt-noterm.exp: Likewise.
858 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
859 * gdb.mi/mi-nonstop-exit.exp: Likewise.
860 * gdb.mi/mi-nonstop.exp: Likewise.
861 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
862 * gdb.mi/mi-nsintrall.exp: Likewise.
863 * gdb.mi/mi-nsmoribund.exp: Likewise.
864 * gdb.mi/mi-nsthrexec.exp: Likewise.
865 * gdb.mi/mi-watch-nonstop.exp: Likewise.
866 * gdb.multi/watchpoint-multi.exp: Adjust comment.
867 * gdb.python/py-evsignal.exp: Don't enable target-async.
868 * gdb.python/py-evthreads.exp: Likewise.
869 * gdb.python/py-prompt.exp: Likewise.
870 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
871 * gdb.server/solib-list.exp: Don't enable target-async.
872 * gdb.threads/thread-specific-bp.exp: Likewise.
873 * lib/mi-support.exp: Adjust to use mi-async.
874
fd664c91
PA
8752014-05-29 Pedro Alves <palves@redhat.com>
876
877 PR gdb/13860
878 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
879 reason, even in sync mode.
880
251bde03
PA
8812014-05-29 Pedro Alves <palves@redhat.com>
882 Hui Zhu <hui@codesourcery.com>
883
884 PR PR15693
885 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
886 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
887 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
888 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
889
7f3c0343
JB
8902014-05-28 Joel Brobecker <brobecker@adacore.com>
891
892 * config/monitor.exp (gdb_target_monitor): Replace use of
893 "set remotebaud" by "set serial baud".
894
b2715b27
AW
8952014-05-26 Andy Wingo <wingo@igalia.com>
896
897 * gdb.guile/scm-breakpoint.exp:
898 * gdb.guile/scm-gsmob.exp: Update to use plain old object
899 properties instead of gdb-object-properties.
900
498a4489
YQ
9012014-05-26 Yao Qi <yao@codesourcery.com>
902
903 * gdb.server/no-thread-db.exp: Specify source file name
904 explicitly when setting a breakpoint.
905
589fdceb
MM
9062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
907
908 * gdb.btrace/vdso.c: New.
909 * gdb.btrace/vdso.exp: New.
910
e9089e05
MM
9112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
912
913 * gdb.base/gcore.exp (capture_command_output): Move ...
914 * lib/gdb.exp (capture_command_output): ... here.
915
67b5c0c1
MM
9162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
917
918 * gdb.btrace/data.exp: Test memory access during btrace replay.
919
a2199296
SM
9202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
921
922 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
923
17b2616c
PA
9242014-05-21 Pedro Alves <palves@redhat.com>
925
926 PR gdb/13860
927 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
928 (top level): Test that output related to execution commands is
929 sent to the console with CLI commands, but not with MI commands.
930 Test that breakpoint events are always mirrored to the console.
931 Also expect the new source line to be output after a "next" in
932 async mode too. Make it a pass/fail test.
933 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
934 output.
935 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
936
5166082f
PA
9372014-05-21 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/list.exp (build_pattern, test_list): New procedures.
940 Use them to test variations of "list" after reaching a breakpoint.
941 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
942 Test "list" with listsize 10 after reaching a breakpoint.
943 * gdb.python/python.exp (decode_line current location line
944 number): Adjust expected line number.
945
2f25d70f
SM
9462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
947
948 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
949 behavior for $args, pass it directly to "run".
950
ff604a67
MR
9512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
952
953 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
954 30000 to 65536.
955
6a3cb8e8
PA
9562014-05-21 Pedro Alves <palves@redhat.com>
957
958 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
959 auto-connect-native-target off".
960 * gdb.base/auto-connect-native-target.c: New file.
961 * gdb.base/auto-connect-native-target.exp: New file.
962
4ebfc96e
PA
9632014-05-21 Pedro Alves <palves@redhat.com>
964
965 * gdb.base/default.exp: Test "target native" instead of "target
966 child".
967
36d46afb
MW
9682014-05-21 Mark Wielaard <mjw@redhat.com>
969
970 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
971
5876f503
JK
9722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 Fix TLS access for -static -pthread.
975 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
976 <HAVE_TLS> (thread_function, main): Initialize it.
977 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
978 Add clean_restart.
979 <$have_tls != "">: Check TLSVAR.
980
0256a6ac
PA
9812014-05-21 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/dcache-line-read-error.c: New.
984 * gdb.base/dcache-line-read-error.exp: New.
985
936d2992
PA
9862014-05-20 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/compare-sections.c: New file.
989 * gdb.base/compare-sections.exp: New file.
990
802e8e6d
PA
9912014-05-20 Pedro Alves <palves@redhat.com>
992
993 * gdb.base/break-idempotent.c: New file.
994 * gdb.base/break-idempotent.exp: New file.
995
e59fa00f
MM
9962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
997
998 * gdb.btrace/nohist.exp: New.
999
8b696e31
YQ
10002014-05-20 Yao Qi <yao@codesourcery.com>
1001
1002 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1003 gdb.reverse directory and gdb_reverse_timeout exists in board
1004 setting.
1005 * README: Document gdb_reverse_timeout.
1006
73c9764f
YQ
10072014-05-20 Yao Qi <yao@codesourcery.com>
1008
1009 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1010 'test_file_name'. Treat args as a string instead of a list.
1011 (gdb_init): Rename argument 'args' by 'test_file_name'.
1012
f1f4348a
JK
10132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 * gdb.arch/powerpc-power.exp: New file.
1016 * gdb.arch/powerpc-power.s: New file.
1017
0dbe70ce
DE
10182014-05-16 Doug Evans <dje@google.com>
1019
1020 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
1021 * gdb.base/completion.exp: Check that all expected files exist
1022 before doing file completion.
0dbe70ce 1023
8d551b02
DE
10242014-05-16 Doug Evans <dje@google.com>
1025
1026 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1027 Update.
1028 (do_syscall_tests_without_xml): Update.
1029
73eb7709
PA
10302014-05-16 Pedro Alves <palves@redhat.com>
1031
1032 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1033 instead of "unknown output after running".
1034
3fae92fc
YQ
10352014-05-16 Yao Qi <yao@codesourcery.com>
1036
1037 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1038 file1.txt from host at the end.
1039 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1040
c2b2ccc5
DE
10412014-05-15 Doug Evans <dje@google.com>
1042
1043 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1044 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1045 loading file. Add test for TU lookup.
1046
8c217a4b
SM
10472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1048
1049 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1050 calling "-exec-arguments" or "set args" before running the
1051 inferior.
1052
3deb39c6
SM
10532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1054
1055 * lib/mi-support.exp (mi_expect_stop): Expect message for
1056 inferiors that exit with non-zero exit code.
1057
71a79f8c
YQ
10582014-05-14 Yao Qi <yao@codesourcery.com>
1059
1060 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1061 match absolute path on remote host.
1062 (test_file_list_exec_source_files): Remove "/" from the
1063 pattern.
1064
f23fcd46
YQ
10652014-05-14 Yao Qi <yao@codesourcery.com>
1066
1067 * boards/local-remote-host-notty.exp (${board}_file): New
1068 proc.
1069
9404b58f
KM
10702014-05-07 Kyle McMartin <kyle@redhat.com>
1071
1072 Pushed by Joel Brobecker <brobecker@adacore.com>.
1073 * gdb.arch/aarch64-atomic-inst.c: New file.
1074 * gdb.arch/aarch64-atomic-inst.exp: New file.
1075
5e45f04c
YQ
10762014-05-07 Yao Qi <yao@codesourcery.com>
1077
1078 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1079 in current context" too.
1080
c888a17d
KS
10812014-05-05 Keith Seitz <keiths@redhat.com>
1082
1083 * gdb.linespec/ls-dollar.exp: Add test for linespec
1084 file:convenience_variable.
1085
290a839c
YQ
10862014-05-05 Yao Qi <yao@codesourcery.com>
1087
1088 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1089 traceframes into tfile and ctf trace files. Read data from
1090 trace file and test collected data.
1091 (gdb_collect_locals_test): Likewise.
1092 (gdb_unavailable_registers_test): Likewise.
1093 (gdb_unavailable_floats): Likewise.
1094 (gdb_collect_globals_test): Likewise.
1095 (top-level): Append "ctf" to trace_file_targets if GDB
1096 supports.
1097
b5262cd0
YQ
10982014-05-05 Yao Qi <yao@codesourcery.com>
1099
1100 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1101 code to ...
1102 (gdb_collect_args_test_1): ... it. New proc.
1103 (gdb_collect_locals_test): Move some code to ...
1104 (gdb_collect_locals_test_1): ... it. New proc.
1105 (gdb_unavailable_registers_test): Move some code to ...
1106 (gdb_unavailable_registers_test_1): ... it. New proc.
1107 (gdb_unavailable_floats): Move some code to ...
1108 (gdb_unavailable_floats_1): ... it. New proc.
1109
30a1e6cc
SDJ
11102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1111
1112 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1113 probes to test for bitness recognition.
1114 * gdb.arch/amd64-stap-optional-prefix.exp
1115 (test_probe_value_without_reg): New procedure.
1116 Add code to test for different kinds of bitness.
1117
f33da99a
SDJ
11182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1119
1120 PR breakpoints/16889
1121 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1122 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1123
5b80f00d
PA
11242014-05-01 Pedro Alves <palves@redhat.com>
1125
1126 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1127 gdb_file_cmd if no file is specified.
1128 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1129 last_loaded_file to set the remote exec-file.
1130
f8c2a73c
PA
11312014-05-01 Pedro Alves <palves@redhat.com>
1132
1133 * boards/local-remote-host.exp: New file.
1134
be6e8ac7
PA
11352014-05-01 Pedro Alves <palves@redhat.com>
1136
1137 * boards/local-remote-host.exp: Rename to ...
1138 * boards/local-remote-host-notty.exp: ... this.
1139
cac0dc8f
JB
11402014-04-28 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdb.ada/dyn_arrayidx: New testcase.
1143
9730e6cc
YQ
11442014-04-26 Yao Qi <yao@codesourcery.com>
1145
1146 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1147 and compute the length of function main. Save it in
1148 $main_length.
1149 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1150 (top-level): Use gdb_compile to compile objects into
1151 executable and restart GDB. Remove invocation to
1152 prepare_for_testing.
1153
7ae1a6a6
PA
11542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1155 Pedro Alves <palves@redhat.com>
1156
1157 PR server/16255
1158 * gdb.multi/multi-attach.c: New file.
1159 * gdb.multi/multi-attach.exp: New file.
1160
4082afcc
PA
11612014-04-25 Pedro Alves <palves@redhat.com>
1162
1163 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1164 user.
1165 (top level): Test that "set remote conditional-breakpoints-packet
1166 off" works as intended.
1167 * gdb.base/dprintf.exp: Test that "set remote
1168 breakpoint-commands-packet off" works as intended.
1169 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1170 New function.
1171 (top level): Call it.
1172 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1173 remote fast-tracepoints-packet off" works as intended.
1174 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1175 * lib/gdb.exp (gdb_is_target_remote): ... here.
1176
2abc3f8d
DB
11772014-04-24 David Blaikie <dblaikie@gmail.com>
1178
1179 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1180 ensure clang would not discard them.
1181 * gdb.base/gdbvars.c: Ditto.
1182 * gdb.base/memattr.c: Ditto.
1183 * gdb.base/whatis.c: Ditto.
1184 * gdb.python/py-prettyprint.c: Ditto.
1185 * gdb.trace/actions.c: Ditto.
1186 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1187 ensure clang would not discard it.
1188
bfd39632
DB
11892014-04-24 David Blaikie <dblaikie@gmail.com>
1190
1191 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1192 clang to emit the full definition of type required by the test
1193 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1194
22842ff6
DB
11952014-04-24 David Blaikie <dblaikie@gmail.com>
1196
1197 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1198 coax Clang into emitting the definition of the type.
1199 * gdb.cp/pr10728-x.h (y): Ditto.
1200 * gdb.cp/pr10728-y.cc (y): Ditto.
1201
c2e827ad
DB
12022014-04-24 David Blaikie <dblaikie@gmail.com>
1203
1204 * gdb.base/label.exp: XFAIL label related tests under Clang.
1205 * gdb.cp/cplabel.exp: Ditto.
1206 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1207 under Clang those using labels.
1208
4c2d33e7
YQ
12092014-04-25 Yao Qi <yao@codesourcery.com>
1210
1211 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1212 double_label.
1213 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1214 partial_label and double_label.
1215
56083b99
DB
12162014-04-24 David Blaikie <dblaikie@gmail.com>
1217
1218 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1219
25d4e99d
DB
12202014-04-24 David Blaikie <dblaikie@gmail.com>
1221
1222 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1223 of the function to work across GCC and Clang.
1224 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1225 pointer types (const void ** const V void **).
1226
01f9f808
MS
12272014-04-24 Michael Sturm <michael.sturm@mintel.com>
1228 Walfred Tedeschi <walfred.tedeschi@intel.com>
1229
1230 * Makefile.in (EXECUTABLES): Added i386-avx512.
1231 * gdb.arch/i386-avx512.c: New file.
1232 * gdb.arch/i386-avx512.exp: Likewise.
1233
4b48d439
KS
12342014-04-23 Keith Seitz <keiths@redhat.com>
1235
1236 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1237 (mi_make_breakpoint_table): New procedure.
1238 (mi_create_breakpoint): Use mi_make_breakpoint
1239 and return the result.
1240 (mi_make_breakpoint): New procedure.
1241 (mi_build_kv_pairs): New procedure.
1242
1243 * gdb.mi/mi-break.exp: Remove unused globals,
1244 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1245 All callers updated.
1246 * gdb.mi/mi-dprintf.exp: Use variable to track command
1247 number.
1248 Update all callers of mi_create_breakpoint and use
1249 mi_make_breakpoint_table.
1250 Remove any unused global variables.
1251 * gdb.mi/mi-nonstop.exp: Likewise.
1252 * gdb.mi/mi-nsintrall.exp: Likewise.
1253 * gdb.mi/mi-nsmoribund.exp: Likewise.
1254 * gdb.mi/mi-nsthrexec.exp: Likewise.
1255 * gdb.mi/mi-reverse.exp: Likewise.
1256 * gdb.mi/mi-simplerun.exp: Likewise.
1257 * gdb.mi/mi-stepn.exp: Likewise.
1258 * gdb.mi/mi-syn-frame.exp: Likewise.
1259 * gdb.mi/mi-until.exp: Likewise.
1260 * gdb.mi/mi-var-cp.exp: Likewise.
1261 * gdb.mi/mi-var-display.exp: Likewise.
1262 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1263 * gdb.mi/mi2-var-child.exp: Likewise.
1264 * gdb.mi/mi-vla-c99.exp: Likewise.
1265 * lib/mi-support.exp: Likewise.
1266
1267 From Ian Lance Taylor <iant@cygnus.com>:
1268 * lib/gdb.exp (parse_args): New procedure.
1269
08351840
PA
12702014-04-23 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.base/break-unload-file.c: New file.
1273 * gdb.base/break-unload-file.exp: New file.
1274 * gdb.base/sym-file-lib.c (baz): New function.
1275 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1276 field.
1277 (load): Store the segment's mapped size.
1278 (unload): New function.
1279 (unload_shlib): New function.
1280 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1281 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1282 set a breakpoint at baz, and call it.
1283 * gdb.base/sym-file.exp: New tests for stale breakpoint
1284 instructions.
1285
076855f9
PA
12862014-04-23 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1289 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1290 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1291 * gdb.base/hbreak-unmapped.c: New file.
1292 * gdb.base/hbreak-unmapped.exp: New file.
1293 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1294 * lib/gdb.exp (gdb_is_target_remote): ... here.
1295
483805cf
PA
12962014-04-22 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/consecutive-step-over.c: New file.
1299 * gdb.base/consecutive-step-over.exp: New file.
1300
06d97543
PA
13012014-04-22 Pedro Alves <palves@redhat.com>
1302
1303 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1304 instead of send_gdb/gdb_expect.
1305
b4429ea2
YQ
13062014-04-22 Yao Qi <yao@codesourcery.com>
1307
1308 * lib/trace-support.exp (generate_tracefile): New procedure.
1309 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1310 return 0.
1311 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1312 if generate_tracefile returns 1.
1313
51d48146
PA
13142014-04-18 Tom Tromey <palves@redhat.com>
1315 Pedro alves <tromey@redhat.com>
1316
1317 PR backtrace/15558
1318 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1319 with a backtrace limit.
1320 * gdb.python/py-frame-inline.exp: Test running to an inline
1321 function with a backtrace limit, and printing the newest frame.
1322 * gdb.python/py-frame-inline.c (main): Call f.
1323
bd1dce5f
MS
13242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1325
1326 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1327
40d1a503
MS
13282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1329
1330 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1331 Drop prefix from unsupported source file path.
1332
389b98f7
YQ
13332014-04-17 Yao Qi <yao@codesourcery.com>
1334
1335 * lib/gdb.exp (with_target_charset): New proc.
1336 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1337 with_target_charset.
1338 (test_print_strings): Likewise.
1339 (test_repeat_bytes): Likewise.
1340 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1341 for some tests.
1342
22869d73
KS
13432014-04-16 Keith Seitz <keiths@redhat.com>
1344
1345 PR gdb/15827
1346 * gdb.dwarf2/corrupt.c: New file.
1347 * gdb.dwarf2/corrupt.exp: New file.
1348
c4f87ca6
KS
13492014-04-16 Keith Seitz <keiths@redhat.com>
1350
1351 PR c++/16597
1352 * gdb.cp/namelessclass.cc: New file.
1353 * gdb.cp/namelessclass.exp: New file.
1354 * gdb.cp/namelessclass.S: New file.
1355
ab19de87
DE
13562014-04-16 Doug Evans <dje@google.com>
1357
1358 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1359 Add comment.
1360 (gdbserver_default_get_comm_port): New function.
1361 (gdbserver_start): Check if board file provided
1362 "gdbserver,get_comm_port" and use it if so.
1363 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1364 (gdb,socketport): Set to "stdio".
1365 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1366 (stdio_gdbserver_template): Delete.
1367 (${board}_get_remote_address): Update.
1368 (${board}_build_remote_cmd): Delete.
1369 (${board}_get_comm_port): New function.
1370 (${board}_spawn): Update.
1371 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1372 Delete.
1373 (${board}_get_remote_address): Update.
1374 (${board}_get_comm_port): New function.
1375
fc98a809
AB
13762014-04-16 Andrew Burgess <aburgess@broadcom.com>
1377
1378 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1379 appearing in any order.
1380
87fd9e6e
DE
13812014-04-15 Doug Evans <dje@google.com>
1382
1383 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1384 uninitialized value of "description".
1385
099fc3ea
KS
13862014-04-15 Keith Seitz <keiths@redhat.com>
1387
1388 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1389 Remove unused globals.
1390 (test_running_the_program): Likewise.
1391 (test_controlled_execution): Likewise.
1392 (test_controlling_breakpoints): Likewise.
1393 (test_program_termination): Likewise.
1394
5da151d4
KS
13952014-04-15 Keith Seitz <keiths@redhat.com>
1396
1397 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1398 unused globals.
1399 (test_rbreak_creation_and_listing): Likewise.
1400 (test_ignore_count): Likewise.
1401 (test_error): Likewise.
1402
35e5d2f0
PA
14032014-04-15 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1406 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1407 sym-file-loader.c.
1408 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1409 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1410 to sym-file-loader.c.
1411 (struct library): Forward declare.
1412 (load_shlib, lookup_function): Change prototypes.
1413 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1414 (translate_offset): Remove declarations.
1415 (get_text_addr): New declaration.
1416 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1417 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1418 sym-file-loader.h.
1419 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1420 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1421 here from sym-file-loader.h.
1422 (struct library): New structure.
1423 (load_shlib, lookup_function): Change prototypes and adjust to
1424 work with a struct library.
1425 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1426 (translate_offset): Make static.
1427 (get_text_addr): New function.
1428 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1429
eb4c1710
PA
14302014-04-15 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1433
2d1baf52
PA
14342014-04-15 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/sym-file-loader.c: Include <limits.h>.
1437 (SELF_LINK): New define.
1438 (get_origin): New function.
1439 (load_shlib): Use it.
1440 * gdb.base/sym-file.exp: Don't early return if the target is
1441 remote. Use runto_main, and issue fail is that fails. Use
1442 gdb_load_shlibs.
1443 (shlib_name): Delete.
1444 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1445
7dd6df01
PA
14462014-04-15 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.base/sym-file.exp: Remove regex characters from test
1449 message. Don't refer to breakpoint numbers in test messages.
1450
b50c8614
KS
14512014-04-14 Keith Seitz <keiths@redhat.com>
1452
1453 PR c++/16253
1454 * gdb.cp/var-tag.cc: New file.
1455 * gdb.cp/var-tag.exp: New file.
1456 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1457 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1458 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1459 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1460
3d567982
TT
14612014-04-14 Tom Tromey <tromey@redhat.com>
1462
1463 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1464 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1465 type.
1466 * gdb.cp/enum-class.exp: New file.
1467 * gdb.cp/enum-class.cc: New file.
1468
0626fc76
TT
14692014-04-14 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.dwarf2/enum-type.exp: New file.
1472
dca325b3
SA
14732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1474
1475 * gdb.mi/mi-vla-c99.exp: New file.
1476 * gdb.mi/vla.c: New file.
1477
5854b38a
SA
14782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1479
1480 * gdb.base/vla-datatypes.c: New file.
1481 * gdb.base/vla-datatypes.exp: New file.
1482
463bb957
SA
14832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1484
1485 * gdb.base/vla-ptr.c: New file.
1486 * gdb.base/vla-ptr.exp: New file.
1487
3dd170be
SA
14882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1489
1490 * gdb.dwarf2/count.exp: New file.
1491
5ecaaa66
SA
14922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1493
1494 * gdb.base/vla-sideeffect.c: New file.
1495 * gdb.base/vla-sideeffect.exp: New file.
1496
41f1ada5
DB
14972014-04-14 David Blaikie <dblaikie@gmail.com>
1498
1499 * gdb.mi/non-stop.c: Add return value for non-void function return
1500 statement.
1501 * gdb.threads/staticthreads.c: Ditto.
1502
0be03e84
DE
15032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1504 Doug Evans <xdje42@gmail.com>
1505
1506 * gdb.guile/scm-value.c: Improve test case.
1507 * gdb.guile/scm-value.exp: Add new test.
1508
f180a1fb
DB
15092014-04-11 David Blaikie <dblaikie@gmail.com>
1510
1511 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1512 override Clang's default.
1513
6b662e19
JB
15142014-04-11 Joel Brobecker <brobecker@adacore.com>
1515
1516 Revert the following changes (regressions):
1517
1518 * gdb.base/vla-sideeffect.c: New file.
1519 * gdb.base/vla-sideeffect.exp: New file.
1520
1521 * gdb.dwarf2/count.exp: New file.
1522
1523 * gdb.base/vla-multi.c: New file.
1524 * gdb.base/vla-multi.exp: New file.
1525
1526 * gdb.base/vla-ptr.c: New file.
1527 * gdb.base/vla-ptr.exp: New file.
1528
1529 * gdb.base/vla-datatypes.c: New file.
1530 * gdb.base/vla-datatypes.exp: New file.
1531
1532 * gdb.mi/mi-vla-c99.exp: New file.
1533 * gdb.mi/vla.c: New file.
1534
245a5f0b
KS
15352014-04-11 Keith Seitz <keiths@redhat.com>
1536
1537 PR c++/16675
1538 * gdb.cp/cpsizeof.exp: New file.
1539 * gdb.cp/cpsizeof.cc: New file.
1540
58a84dcf
SA
15412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1542
191a8a90
JB
1543 * gdb.mi/mi-vla-c99.exp: New file.
1544 * gdb.mi/vla.c: New file.
58a84dcf 1545
c8655f75
SA
15462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1547
1548 * gdb.base/vla-datatypes.c: New file.
1549 * gdb.base/vla-datatypes.exp: New file.
1550
024e13b4
SA
15512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1552
1553 * gdb.base/vla-ptr.c: New file.
1554 * gdb.base/vla-ptr.exp: New file.
1555
1a237e0e
SA
15562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1557
1558 * gdb.base/vla-multi.c: New file.
1559 * gdb.base/vla-multi.exp: New file.
1560
504f3432
SA
15612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1562
1563 * gdb.dwarf2/count.exp: New file.
1564
3bce8237
SA
15652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1566
191a8a90
JB
1567 * gdb.base/vla-sideeffect.c: New file.
1568 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1569
322f9c21
YQ
15702014-04-11 Yao Qi <yao@codesourcery.com>
1571
1572 * gdb.base/completion.exp: Check file exists before running tests
1573 on file completion.
1574
d708bcd1
PA
15752014-04-10 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.base/cond-eval-mode.c: New file.
1578 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1579 prepare_for_testing to build the new file. Check result of
1580 runto_main.
1581 (test_break, test_watch): New procedures.
1582 (top level): Use them.
1583
ae1d2761
PM
15842014-04-08 Pierre Muller <muller@sourceware.org>
1585
1586 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1587 Ctrl-V use for mingw hosts.
1588
7af389b8
SC
15892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1590
1591 * gdb.python/py-value.c: Improve test case.
1592 * gdb.python/py-value.exp: Add new test.
1593
5e703181
DE
15942014-04-07 David Blaikie <dblaikie@gmail.com>
1595
1596 * lib/compiler.c: Identify the clang compiler.
1597 * lib/compiler.cc: Ditto.
1598
9810b410
YQ
15992014-04-03 Yao Qi <yao@codesourcery.com>
1600
1601 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1602
98d1b8dc
AB
16032014-04-01 Anton Blanchard <anton@samba.org>
1604
1605 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1606 messages unique.
1607
3114cea1
AB
16082014-04-01 Anton Blanchard <anton@samba.org>
1609
1610 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1611 prepare_for_testing.
1612
62f7182c
AB
16132014-04-01 Anton Blanchard <anton@samba.org>
1614
1615 * gdb.arch/ppc64-atomic-inst.c: Remove.
1616 * gdb.arch/ppc64-atomic-inst.S: New file.
1617 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1618
770e7fc7
DE
16192014-03-31 Doug Evans <dje@google.com>
1620
1621 * gdb.base/print-symbol-loading-lib.c: New file.
1622 * gdb.base/print-symbol-loading-main.c: New file.
1623 * gdb.base/print-symbol-loading.exp: New file.
1624
46e2bafa
YQ
16252014-03-31 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1628
8776cfe9
JB
16292014-03-28 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.ada/mi_dyn_arr: New testcase.
1632
5d1ef361
DE
16332014-03-27 Doug Evans <dje@google.com>
1634
1635 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1636
b5bee914
YQ
16372014-03-27 Yao Qi <yao@codesourcery.com>
1638
1639 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1640 if target is nios2-*-*.
1641
0d4d0e77
YQ
16422014-03-26 Yao Qi <yao@codesourcery.com>
1643
1644 * lib/gdb.exp (readline_is_used): New proc.
1645 * gdb.base/completion.exp: Move tests on command complete up.
1646 Skip the rest of tests if readline is not used.
1647 * gdb.ada/complete.exp: Skp the test if readline is not
1648 used.
1649 * gdb.base/filesym.exp: Likewise.
1650 * gdb.base/macscp.exp: Likewise.
1651 * gdb.base/readline-ask.exp: Likewise.
1652 * gdb.base/readline.exp: Likewise.
1653 * gdb.python/py-cmd.exp: Likewise.
1654 * gdb.trace/tfile.exp: Likewise.
1655
29361eee
YQ
16562014-03-26 Yao Qi <yao@codesourcery.com>
1657
1658 * gdb.base/macscp.exp: Fix code format issues.
1659
bc9a5525
UW
16602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1661
1662 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1663 * gdb.asm/powerpc64le.inc: New file.
1664
d3839ede
PA
16652014-03-25 Pedro Alves <palves@redhat.com>
1666 Doug Evans <dje@google.com>
1667
1668 * gdb.base/source-execution.c: New file.
1669 * gdb.base/source-execution.exp: New file.
1670 * gdb.base/source-execution.gdb: New file.
1671
01672a57
DE
16722014-03-24 Doug Evans <dje@google.com>
1673
1674 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1675 using fission.
1676
88bbeca9
HZ
16772014-03-24 Hui Zhu <hui@codesourcery.com>
1678 Pedro Alves <palves@redhat.com>
1679
1680 PR breakpoints/16101
1681 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1682 test pass/fail messages. Detect missing support for dprintf when
1683 breakpoints are actually inserted.
1684 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1685 breakpoints are actually inserted.
1686 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1687 fails.
1688
d2348791
JK
16892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1692
feef67ab
DE
16932014-03-22 Doug Evans <xdje42@gmail.com>
1694
1695 * gdb.python/python.exp (python not supported): Verify multi-line
1696 python command issues an error.
25d743f9 1697 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1698 guile command issues an error.
feef67ab 1699
ecebef6a
MR
17002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1701
1702 * gdb.threads/thread-specific.exp: Handle the lack of usable
1703 $this_breakpoint and $this_thread.
1704
ccdd1909
HZ
17052014-03-21 Hui Zhu <hui@codesourcery.com>
1706
1707 * gdb.base/attach.exp (do_command_attach_tests): New.
1708
beb460e8
PA
17092014-03-20 Tom Tromey <tromey@redhat.com>
1710 Pedro Alves <palves@redhat.com>
1711
1712 PR cli/15718
1713 * gdb.base/condbreak-call-false.c: New file.
1714 * gdb.base/condbreak-call-false.exp: New file.
1715
40acf43a
PA
17162014-03-20 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1719 Delete.
1720 (block_signals, unblock_signals): Delete.
1721 (child_function_2, main): Remove references to deleted variable
1722 and functions.
1723
9f5e1e02
PA
17242014-03-20 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1727 Use pthread_kill to signal thread 2.
1728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1729 Adjust to make the test send itself a signal rather than using the
1730 host's "kill" command.
1731
99619bea
PA
17322014-03-20 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.threads/multiple-step-overs.c: New file.
1735 * gdb.threads/multiple-step-overs.exp: New file.
1736 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1737 Adjust expected infrun debug output.
1738
2adfaa28
PA
17392014-03-20 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1742 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1743
31e77af2
PA
17442014-03-20 Pedro Alves <palves@redhat.com>
1745
1746 PR breakpoints/7143
1747 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1748 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1749 of gdb_test_multiple.
1750 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1751 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1752
b9f437de
PA
17532014-03-20 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1756 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1757
05adc73e
PA
17582014-03-19 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/async.exp: Remove early return.
1761
6048b950
PA
17622014-03-19 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1765
8bcfb00a
PA
17662014-03-19 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.base/async.exp (test_background): Expect \r\n after
1769 "completed." in the fail pattern.
1770
884e37dc
PA
17712014-03-19 Pedro Alves <palves@redhat.com>
1772
1773 * gdb.base/async.exp (test_background): New procedure.
1774 Use it for all background execution command tests.
1775
148e57e2
PA
17762014-03-19 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.base/async.exp: Use prepare_for_testing.
1779
f48088c7
PA
17802014-03-19 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1783 the same line.
1784
e2f6c966
PA
17852014-03-19 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/async.c (main): Add "jump here" and "until here" line
1788 marker comments.
1789 * gdb.base/async.exp (jump_here): New global.
1790 (jump& test): Use it.
1791 (until_here): New global.
1792 (until& test): Use it.
1793
c30568d4
PA
17942014-03-19 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.base/async.exp: Don't frob gdb_protocol.
1797
0172b6a7
DE
17982014-03-18 Doug Evans <xdje42@gmail.com>
1799
1800 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1801 Fix spelling of exec-done-display.
1802
06c868a8
JK
18032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1804
1805 PR gdb/15358
1806 * gdb.base/gdb-sigterm.c: New file.
1807 * gdb.base/gdb-sigterm.exp: New file.
1808
0c7e1a46
PA
18092014-03-18 Pedro Alves <palves@redhat.com>
1810
1811 PR gdb/13860
1812 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1813 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1814 solib-event.
1815
f7c77d93
JB
18162014-03-17 Joel Brobecker <brobecker@adacore.com>
1817
1818 * gdb.ada/pckd_arr_ren: New testcase.
1819
5a1e8c7a
DE
18202014-03-13 Doug Evans <xdje42@gmail.com>
1821
1822 PR guile/16612
1823 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1824 collect after discarding symbols.
1825
350e1a76
DE
18262014-03-13 Ludovic Courtès <ludo@gnu.org>
1827 Doug Evans <xdje42@gmail.com>
1828
1829 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1830 to history survives a gc.
1831
a69900ae
PA
18322014-03-13 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.base/default.exp: Don't test "target procfs".
1835
5db9f0bd
PA
18362014-03-13 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.base/default.exp: Update "target child" and "target procfs"
1839 tests to not expect "Unix".
1840
b3ccfe11
TT
18412014-03-12 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1844 New procs. Add target-async tests.
1845 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1846 Add target-async tests.
1847
646f4417
AA
18482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1849
1850 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1851 'func_start' and 'func_end' for the beginning and end of the
1852 function code, respectively.
1853 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1854 'func_end' instead of 'func' and 'main'.
1855
288c211f
AA
18562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1857
1858 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1859 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1860 generate the debug info assembler source.
1861
e0c0f156
AA
18622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1863
1864 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1865 * gdb.dwarf2/arr-subrange.exp: Likewise.
1866 * gdb.dwarf2/dwz.exp: Likewise.
1867 * gdb.dwarf2/method-ptr.exp: Likewise.
1868 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1869 * gdb.dwarf2/subrange.exp: Likewise.
1870 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1871 * gdb.dwarf2/implptrpiece.exp: Likewise.
1872 * gdb.dwarf2/nostaticblock.exp: Likewise.
1873
0e5c4555
AA
18742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1875
1876 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1877 directory to absolute path name arguments.
1878
5ec18f2b
JG
18792014-03-10 Joel Brobecker <brobecker@adacore.com>
1880
1881 * gdb.ada/tagged_access: New testcase.
1882
847fc4f2
MM
18832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1884
1885 * gdb.btrace/data.exp: Update expected output.
1886
cc3da688
YQ
18872014-03-06 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.trace/pr16508.exp: New file.
1890
0f26cec1
PA
18912014-03-05 Pedro Alves <palves@redhat.com>
1892
1893 PR gdb/16575
1894 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1895 procedure.
1896 (top level): Adjust to use it. Add tests that exercise breakpoint
1897 interaction with the code-cache.
1898
7a5a839f
LC
18992014-02-26 Ludovic Courtès <ludo@gnu.org>
1900
1901 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1902 test for 'history-append!'.
1903
31aa7e4e
JB
19042014-02-26 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1907 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1908 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1909 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1910 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1911 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1912
1b588015
JB
19132014-02-26 Joel Brobecker <brobecker@adacore.com>
1914
1915 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1916 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1917 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1918
55426c9d
JB
19192014-02-26 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1922
dc53a7ad
JB
19232014-02-26 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.dwarf2/arr-stride.c: New file.
1926 * gdb.dwarf2/arr-stride.exp: New file.
1927
12ab52e9
PA
19282014-02-26 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1931 that won't ever trigger. Make sure that GDB reports the correct
1932 breakpoint that caused the stop.
1933
849c862e
JK
19342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1935
1936 PR gdb/16626
1937 * gdb.base/auto-load-script: New file.
1938 * gdb.base/auto-load.c: New file.
1939 * gdb.base/auto-load.exp: New file.
1940
71b7d793
JK
1941 PR gdb/16626
1942 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1943
e2f0d509
JK
19442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1947 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1948
50cc37c8
DE
19492014-02-24 Doug Evans <dje@google.com>
1950
1951 * lib/gdb.exp (run_on_host): Log error output if program fails.
1952
ea4758f2
PA
19532014-02-21 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.threads/step-after-sr-lock.c: Rename to ...
1956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1957 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1958 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1959 ... this.
1960
d7b30f67
SDJ
19612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1962
1963 PR tdep/16397
1964 * gdb.arch/amd64-stap-special-operands.exp: New file.
1965 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1966 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1967 * gdb.arch/amd64-stap-triplet.S: Likewise.
1968 * gdb.arch/amd64-stap-triplet.c: Likewise.
1969
83deb43f
JB
19702014-02-20 Joel Brobecker <brobecker@adacore.com>
1971
1972 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1973 in .section pseudo-op.
1974
adde2bff
DE
19752014-02-20 lin zuojian <manjian2006@gmail.com>
1976 Joel Brobecker <brobecker@adacore.com>
1977 Doug Evans <xdje42@gmail.com>
1978
1979 PR symtab/16581
1980 * gdb.dwarf2/dw2-icycle.S: New file.
1981 * gdb.dwarf2/dw2-icycle.c: New file.
1982 * gdb.dwarf2/dw2-icycle.exp: New file.
1983
f7bd0f78
SC
19842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1985
1986 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1987 operations on gdb.Value objects.
1988 * gdb.python/py-value-cc.exp: Add new test to test operations on
1989 gdb.Value objects.
1990
c17ef0d5
DE
19912014-02-18 Doug Evans <dje@google.com>
1992
1993 * Makefile.in (TESTS): New variable.
1994 (expanded_tests, expanded_tests_or_none): New variables
1995 (check-single): Pass $(expanded_tests_or_none) to runtest.
1996 (check-parallel): Only run tests in $(TESTS) if non-empty.
1997 (check/no-matching-tests-found): New rule.
1998 * README: Document TESTS makefile variable.
1999
5dd3176f
DE
20002014-02-18 Doug Evans <dje@google.com>
2001
2002 * Makefile.in (check-parallel): rm -rf outputs temp.
2003
0b10be4f
JK
20042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 Fix "ERROR: no fileid for" in the testsuite.
2007 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2008
85f224e7
DE
20092014-02-12 Doug Evans <dje@google.com>
2010
2011 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2012 (MISCELLANEOUS): New variable.
2013 (clean): rm -rf $(MISCELLANEOUS).
2014 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2015 dwp live in the same directory as symlinks, with each symlink pointed
2016 to a differently named file in a different directory.
2017
149b30ff
DE
20182014-02-11 Doug Evans <dje@google.com>
2019
2020 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2021 of Tcl file commands.
2022
1dfdac32
MK
20232014-02-10 Mark Kettenis <kettenis@gnu.org>
2024
2025 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2026 "kill -SIGUSR1 -1".
2027
aa4fb036
JB
20282014-02-10 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdb.ada/tick_length_array_enum_idx: New testcase.
2031
ed3ef339
DE
20322014-02-10 Doug Evans <xdje42@gmail.com>
2033
2034 * configure.ac (AC_OUTPUT): Add gdb.guile.
2035 * configure: Regenerate.
2036 * lib/gdb-guile.exp: New file.
2037 * lib/gdb.exp (get_target_charset): New function.
2038 * gdb.base/help.exp: Update expected output from "apropos apropos".
2039 * gdb.guile/Makefile.in: New file.
2040 * gdb.guile/guile.exp: New file.
2041 * gdb.guile/scm-arch.c: New file.
2042 * gdb.guile/scm-arch.exp: New file.
2043 * gdb.guile/scm-block.c: New file.
2044 * gdb.guile/scm-block.exp: New file.
2045 * gdb.guile/scm-breakpoint.c: New file.
2046 * gdb.guile/scm-breakpoint.exp: New file.
2047 * gdb.guile/scm-disasm.c: New file.
2048 * gdb.guile/scm-disasm.exp: New file.
2049 * gdb.guile/scm-equal.c: New file.
2050 * gdb.guile/scm-equal.exp: New file.
2051 * gdb.guile/scm-error.exp: New file.
2052 * gdb.guile/scm-error.scm: New file.
2053 * gdb.guile/scm-frame-args.c: New file.
2054 * gdb.guile/scm-frame-args.exp: New file.
2055 * gdb.guile/scm-frame-args.scm: New file.
2056 * gdb.guile/scm-frame-inline.c: New file.
2057 * gdb.guile/scm-frame-inline.exp: New file.
2058 * gdb.guile/scm-frame.c: New file.
2059 * gdb.guile/scm-frame.exp: New file.
2060 * gdb.guile/scm-generics.exp: New file.
2061 * gdb.guile/scm-gsmob.exp: New file.
2062 * gdb.guile/scm-iterator.c: New file.
2063 * gdb.guile/scm-iterator.exp: New file.
2064 * gdb.guile/scm-math.c: New file.
2065 * gdb.guile/scm-math.exp: New file.
2066 * gdb.guile/scm-objfile-script-gdb.in: New file.
2067 * gdb.guile/scm-objfile-script.c: New file.
2068 * gdb.guile/scm-objfile-script.exp: New file.
2069 * gdb.guile/scm-objfile.c: New file.
2070 * gdb.guile/scm-objfile.exp: New file.
2071 * gdb.guile/scm-ports.exp: New file.
2072 * gdb.guile/scm-pretty-print.c: New file.
2073 * gdb.guile/scm-pretty-print.exp: New file.
2074 * gdb.guile/scm-pretty-print.scm: New file.
2075 * gdb.guile/scm-section-script.c: New file.
2076 * gdb.guile/scm-section-script.exp: New file.
2077 * gdb.guile/scm-section-script.scm: New file.
2078 * gdb.guile/scm-symbol.c: New file.
2079 * gdb.guile/scm-symbol.exp: New file.
2080 * gdb.guile/scm-symtab-2.c: New file.
2081 * gdb.guile/scm-symtab.c: New file.
2082 * gdb.guile/scm-symtab.exp: New file.
2083 * gdb.guile/scm-type.c: New file.
2084 * gdb.guile/scm-type.exp: New file.
2085 * gdb.guile/scm-value-cc.cc: New file.
2086 * gdb.guile/scm-value-cc.exp: New file.
2087 * gdb.guile/scm-value.c: New file.
2088 * gdb.guile/scm-value.exp: New file.
2089 * gdb.guile/source2.scm: New file.
2090 * gdb.guile/types-module.cc: New file.
2091 * gdb.guile/types-module.exp: New file.
2092
7026a7c1
YQ
20932014-02-10 Yao Qi <yao@codesourcery.com>
2094
2095 PR testsuite/16543
2096 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2097 * configure: Regenerated.
2098 * Makefile.in: New file.
2099
6c466447
AS
21002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2101
2102 * gdb.python/py-framefilter.exp: Fix typo.
2103
6e854735
YQ
21042014-02-08 Yao Qi <yao@codesourcery.com>
2105
2106 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2107 that no =breakpoint-modified is emitted when breakpoints are
2108 modified through MI commands.
2109
d137e6dc
PA
21102014-02-07 Pedro Alves <pedro@codesourcery.com>
2111 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.threads/step-after-sr-lock.c: New file.
2114 * gdb.threads/step-after-sr-lock.exp: New file.
2115
b5ee5a50
PA
21162014-02-07 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2119
3c77faf3
JK
21202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2121
2122 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2123 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2124
6dddc817
DE
21252014-02-06 Doug Evans <xdje42@gmail.com>
2126
2127 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2128 output.
2129
2130 * gdb.gdb/python-interrupts.exp: New file.
2131
de7b2893
YQ
21322014-02-05 Yao Qi <yao@codesourcery.com>
2133
2134 * gdb.trace/report.exp (use_collected_data): Test the output
2135 of "info threads" and "info inferiors".
2136
66d032ac
YQ
21372014-02-05 Yao Qi <yao@codesourcery.com>
2138
2139 Revert this patch:
2140
2141 2013-05-24 Yao Qi <yao@codesourcery.com>
2142
2143 * gdb.trace/tfile.exp: Test inferior and thread.
2144
591a12a1
UW
21452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2146
2147 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2148 on a function.
2149 * gdb.base/step-bt.c: Call hello via function pointer to make
2150 sure its first instruction is executed on powerpc64le-linux.
2151
0ff3e01f
UW
21522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2153
2154 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2155
084ee545
UW
21562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2157
2158 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2159 of the test patterns for use on little-endian systems.
2160
6ed14ff3
UW
21612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2162
2163 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2164 (decimal_vector): Fix for little-endian.
2165
401e27fd
JM
21662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2167
2168 * gdb.arch/sparc-sysstep.exp: New file.
2169 * gdb.arch/sparc-sysstep.c: Likewise.
2170
2171 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2172
8b924729
EBM
21732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2174
2175 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2176
fb151210
JB
21772014-01-23 Tom Tromey <tromey@redhat.com>
2178
2179 * gdb.ada/array_char_idx: New testcase.
2180
0740f8d8
TT
21812014-01-23 Tom Tromey <tromey@redhat.com>
2182
2183 PR python/16487:
2184 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2185 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2186 classes.
2187
21909fa1
TT
21882014-01-23 Tom Tromey <tromey@redhat.com>
2189
2190 PR python/16491:
2191 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2192 string from an inferior frame.
2193 * gdb.python/py-framefilter-mi.exp: Update.
2194
87ce2a04
DE
21952014-01-22 Doug Evans <dje@google.com>
2196
2197 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2198
237b092b
AA
21992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2200
2201 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2202
d674a709
AA
22032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2204
2205 * gdb.trace/entry-values.exp: Remove excess space character from
2206 regex patterns. Handle s390 call instruction.
2207
20fa3390
AA
22082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2209
2210 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2211 define "*_start" label. Make "name" static.
2212 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2213 ${name} by references to ${name}_start.
2214
78466714
AA
22152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2216
2217 * gdb.base/info-macros.exp: Remove "debug" from the compile
2218 options.
2219
ec9f644a
IB
22202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2221
2222 * gdb.dlang/demangle.exp: New file.
2223
94b1b47e
IB
22242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2225
2226 * gdb.dlang/primitive-types.exp: New file.
2227
7f420862
IB
22282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2229
2230 * configure.ac: Create gdb.dlang/Makefile.
2231 * configure: Regenerate.
2232 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2233 * gdb.dlang/Makefile.in: New file.
2234 * lib/d-support.exp: New file.
2235 * lib/gdb.exp (skip_d_tests): New proc.
2236
52834460
MM
22372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2238
2239 * gdb.btrace/delta.exp: Check reverse stepi.
2240 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2241 * gdb.btrace/finish.exp: New.
2242 * gdb.btrace/next.exp: New.
2243 * gdb.btrace/nexti.exp: New.
2244 * gdb.btrace/record_goto.c: Add comments.
2245 * gdb.btrace/step.exp: New.
2246 * gdb.btrace/stepi.exp: New.
2247 * gdb.btrace/multi-thread-step.c: New.
2248 * gdb.btrace/multi-thread-step.exp: New.
2249 * gdb.btrace/rn-dl-bind.c: New.
2250 * gdb.btrace/rn-dl-bind.exp: New.
2251 * gdb.btrace/data.c: New.
2252 * gdb.btrace/data.exp: New.
2253 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2254
6e07b1d2
MM
22552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2256
2257 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2258 * gdb.btrace/exception.exp: Update.
2259 * gdb.btrace/instruction_history.exp: Update.
2260 * gdb.btrace/record_goto.exp: Update.
2261 * gdb.btrace/tailcall.exp: Update.
2262 * gdb.btrace/unknown_functions.exp: Update.
2263 * gdb.btrace/delta.exp: New.
2264
0b722aec
MM
22652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2266
2267 * gdb.btrace/record_goto.exp: Add backtrace test.
2268 * gdb.btrace/tailcall.exp: Add backtrace test.
2269
066ce621
MM
22702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2271
2272 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2273 * gdb.btrace/record_goto.c: New.
2274 * gdb.btrace/record_goto.exp: New.
2275 * gdb.btrace/x86-record_goto.S: New.
2276
0688d04e
MM
22772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2278
2279 * gdb.btrace/function_call_history.exp: Update tests.
2280 * gdb.btrace/instruction_history.exp: Update tests.
2281
8710b709
MM
22822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2283
2284 * gdb.btrace/function_call_history.exp: Fix expected field
2285 order for "record function-call-history".
2286 Add new tests for "record function-call-history /c".
2287 * gdb.btrace/exception.cc: New.
2288 * gdb.btrace/exception.exp: New.
2289 * gdb.btrace/tailcall.exp: New.
2290 * gdb.btrace/x86-tailcall.S: New.
2291 * gdb.btrace/x86-tailcall.c: New.
2292 * gdb.btrace/unknown_functions.c: New.
2293 * gdb.btrace/unknown_functions.exp: New.
2294 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2295
5de9129b
MM
22962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2297
2298 * gdb.btrace/instruction_history.exp: Update.
2299 * gdb.btrace/function_call_history.exp: Update.
2300
23a7fe75
MM
23012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2302
2303 * gdb.btrace/function_call_history.exp: Fix expected function
2304 trace.
2305 * gdb.btrace/instruction_history.exp: Initialize traced.
2306 Remove traced_functions.
2307
724c7dd8
MM
23082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2309
2310 * gdb.btrace/function_call_history.exp: Update
2311 * gdb.btrace/instruction_history.exp: Update.
2312
6d78d93b
MM
23132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2314
2315 * gdb.btrace/enable.exp: Update expected text.
2316
93a360cc
OJ
23172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2318
2319 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2320 bytes.
2321
3772b53f
MR
23222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2323
2324 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2325
596662fa
OJ
23262014-01-15 Omair Javaid <omair.javaid@linaro.org>
2327
2328 * lib/gdb.exp (supports_process_record): Return true for
2329 arm*-linux*. (supports_reverse): Likewise.
2330
b5b08fb4
SC
23312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2332
2333 PR python/15464
2334 PR python/16113
2335 * gdb.python/py-type.c: Enhance test case.
2336 * gdb.python/py-value-cc.cc: Likewise
2337 * gdb.python/py-type.exp: Add new tests.
2338 * gdb.python/py-value-cc.exp: Likewise
2339
52d7fb13
AA
23402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2341 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2344 Make "name" extern.
2345 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2346 references to ${name}_start by references to ${name}.
2347
a2cd8cfe
JB
23482014-01-10 Joel Brobecker <brobecker@adacore.com>
2349
2350 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2351
4e23fced
JB
23522014-01-10 Joel Brobecker <brobecker@adacore.com>
2353
2354 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2355
c6a9e42c
PA
23562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2357 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.mi/mi-info-os.exp: Connect to the target with
2360 mi_gdb_target_load.
2361
b7ea362b
PA
23622014-01-08 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.threads/reconnect-signal.c: New file.
2365 * gdb.threads/reconnect-signal.exp: New file.
2366
5e3f4fab
EBM
23672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 * gdb.base/source-dir.exp: New file.
2370
79301218
JB
23712014-01-07 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.ada/mi_interface: New testcase.
2374
8e355c5d
JB
23752014-01-07 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2378 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2379 gdb.ada/pp-rec-component/pck.ads: New files.
2380
c0d48811
JB
23812014-01-07 Joel Brobecker <brobecker@adacore.com>
2382
2383 * gdb.python/py-pp-integral.c: New file.
2384 * gdb.python/py-pp-integral.py: New file.
2385 * gdb.python/py-pp-integral.exp: New file.
2386
17b609c3 2387For older changes see ChangeLog-1993-2013.
c906108c 2388\f
8d8cb839
EZ
2389;; Local Variables:
2390;; mode: change-log
2391;; left-margin: 8
2392;; fill-column: 74
2393;; version-control: never
2394;; End:
902f2ccb 2395
14f8b115 2396 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2397 Copying and distribution of this file, with or without modification,
2398 are permitted provided the copyright notice and this notice are preserved.