Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1af17fd9
YQ
12017-12-15 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4 if XML is disabled.
5
828d5846
XR
62017-12-15 Xavier Roirand <roirand@adacore.com>
7
8 * gdb.ada/same_component_name: New testcase.
9
79e8fcaa
JB
102017-12-14 Joel Brobecker <brobecker@adacore.com>
11
12 * gdb.ada/str_binop_equal: New testcase.
13
e05fa6f9
JB
142017-12-14 Joel Brobecker <brobecker@adacore.com>
15
16 * gdb.ada/task_switch_in_core: New testcase.
17
b89641ba
SM
182017-12-13 Simon Marchi <simon.marchi@ericsson.com>
19
20 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
21 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
22 call test_bkpt_qualified.
23 (test_bkpt_qualified): New proc.
24
6892d2e4
PA
252017-12-13 Pedro Alves <palves@redhat.com>
26
27 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
28 Tighten regexp by matching with an anchor.
29
a22ecf70
PA
302017-12-13 Pedro Alves <palves@redhat.com>
31
32 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
33 ("expression with namespace"): New set of tests.
34 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
35 (Nested::Test_NS::qux): New.
36 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
37 defaults to 'start_quote_char' and 'end_quote_char' parameters.
38
9937536c
JB
392017-12-13 Joel Brobecker <brobecker@adacore.com>
40
41 * gdb.base/server-del-break.c: New file.
42 * gdb.base/server-del-break.exp: New file.
43
fe49c6f5
SH
442017-12-12 Stafford Horne <shorne@gmail.com>
45
46 * gdb.xml/tdesc-regs.exp: Add or1k support.
47
c3d18620
SH
482017-12-12 Stafford Horne <shorne@gmail.com>
49
50 * gdb.base/bp-permanent.c: Define nop of or1k.
51
c5f9cfc8
JB
522017-12-11 Joel Brobecker <brobecker@adacore.com>
53
54 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
55 output with components being reordered.
56
a9c135fc
JB
572017-12-11 Joel Brobecker <brobecker@adacore.com>
58
59 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
60 output with components being reordered.
61
927aa2e7
JK
622017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
63 Pedro Alves <palves@redhat.com>
64
65 * gdb.base/maint.exp (check for .gdb_index): Check also for
66 .debug_names.
67 * gdb.dlang/watch-loc.c (.debug_aranges): New.
68 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
69 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
70 (.gdb_index used after symbol reloading): Support also .debug_names.
71 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
72
f17d9474
YQ
732017-12-08 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
76 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
77
a0de8c21
YQ
782017-12-08 Yao Qi <yao.qi@linaro.org>
79
80 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
81 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
82
a738ea1d
YQ
832017-12-08 Yao Qi <yao.qi@linaro.org>
84
85 * gdb.arch/aarch64-tagged-pointer.c: New file.
86 * gdb.arch/aarch64-tagged-pointer.exp: New file.
87
1cd9a73b
SDJ
882017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
89
90 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
91 "int".
92
fa6eb693
KS
932017-12-07 Keith Seitz <keiths@redhat.com>
94
95 PR breakpoints/22569
96 * gdb.linespec/ls-errs.exp: Change expected result of "break
97 -source this file has spaces.c -line 3".
98 Check that an explicit source file followed by whitespace is
99 identified as an invalid explicit location.
100
883fd55a
KS
1012017-12-07 Keith Seitz <keiths@redhat.com>
102
103 * gdb.cp/nested-types.cc: New file.
104 * gdb.cp/nested-types.exp: New file.
105 * lib/cp-support.exp: Load data-structures.exp library.
106 (debug_cp_test_ptype_class): New global.
107 (cp_ptype_class_verbose, next_line): New procedures.
108 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
109 Add and document new return value.
110 Switch the list of lines to a queue.
111 Add support for new `type' key for nested type definitions.
112 Add debugging/troubleshooting messages.
113 * lib/data-structures.exp: New file.
114
ec72db3e
SM
1152017-12-07 Simon Marchi <simon.marchi@ericsson.com>
116
117 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
118 with proc_with_prefix, don't use with_test_prefix.
119
99598d71
TT
1202017-12-07 Tom Tromey <tom@tromey.com>
121
122 * gdb.base/break.exp: Add test for empty "commands".
123
a8806230
YQ
1242017-12-07 Yao Qi <yao.qi@linaro.org>
125
126 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
127 malloc and catch syscall.
128
824cc835
PM
1292017-12-07 Phil Muldoon <pmuldoon@redhat.com>
130
131 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
132 tests for explicit locations.
133
7cc244de
PA
1342017-12-06 Pedro Alves <palves@redhat.com>
135
136 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
137 force-disabling XML descriptions.
138
50a1fdd5
PA
1392017-12-04 Pedro Alves <palves@redhat.com>
140
141 PR gdb/22499
142 * gdb.arch/amd64-disp-step-avx.S: New file.
143 * gdb.arch/amd64-disp-step-avx.exp: New file.
144
f0fb2488
PA
1452017-12-03 Pedro Alves <palves@redhat.com>
146
147 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
148 and <string.h>.
149 (parent_function): Print distinct messages when waitpid fails, or
150 the child exits with a signal, or the child exits for an unhandled
151 reason.
152 * gdb.threads/process-dies-while-detaching.exp
153 (detach_and_expect_exit): New 'inf_output_re' parameter and use
154 it. Wait for both inferior output and GDB's prompt. Use an
155 indirect spawn id list.
156 (do_detach): New parameter 'child_exit'. Use it to compute
157 expected inferior output.
158 (test_detach, test_detach_watch, test_detach_killed_outside):
159 Adjust to pass down the expected child exit kind.
160
97cbe998
SDJ
1612017-12-01 Joel Brobecker <brobecker@adacore.com>
162 Sergio Durigan Junior <sergiodj@redhat.com>
163 Pedro Alves <palves@redhat.com>
164
165 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
166
40fc416f
SDJ
1672017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
168
169 * gdb.base/relocate.exp: Add tests to guarantee that arguments
170 to 'symbol-file' and 'add-symbol-file' can be
171 position-independent.
172
1cc75e92
YQ
1732017-12-01 Yao Qi <yao.qi@linaro.org>
174
175 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
176 the URL in copyright header.
177 * gdb.arch/aarch64-fp.exp: Likewise.
178 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
179 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
180 * gdb.base/expand-psymtabs.exp: Likewise.
181 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
182 * gdb.fortran/common-block.exp: Likewise.
183 * gdb.fortran/common-block.f90: Likewise.
184 * gdb.fortran/logical.exp: Likewise.
185 * gdb.fortran/vla-datatypes.f90: Likewise.
186 * gdb.fortran/vla-sub.f90: Likewise.
187
875fb7a7
JB
1882017-11-30 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.ada/repeat_dyn: New testcase.
191
6f14765f
UW
1922017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
193
194 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
195 Update for changed thread numbering.
196 * gdb.cell/bt.exp: Update for changed GDB output.
197
f1af7b94
SM
1982017-11-30 Simon Marchi <simon.marchi@ericsson.com>
199
200 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
201 setting isremote by hand.
202 * boards/dwarf4-gdb-index.exp: Likewise.
203 * boards/fission.exp: Likewise.
204 * boards/stabs.exp: Likewise.
205
e3919f3e
PA
2062017-11-30 Pedro Alves <palves@redhat.com>
207
208 * gdb.linespec/cpls-ops.exp
209 (check_explicit_skips_function_argument): Extract the underlying
210 type of size_t instead of hardcoding it.
211
bd69330d
PA
2122017-11-29 Pedro Alves <palves@redhat.com>
213
214 PR c++/19436
215 * gdb.linespec/cpls-abi-tag.cc: New file.
216 * gdb.linespec/cpls-abi-tag.exp: New file.
217
a20714ff
PA
2182017-11-29 Pedro Alves <palves@redhat.com>
219
220 * gdb.base/langs.exp: Use -qualified.
221 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
222 it.
223 * gdb.cp/namespace.exp: Use -qualified.
224 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
225 (overload-3, template-overload, template-ret-type, const-overload)
226 (const-overload-quoted, anon-ns, ambiguous-prefix): New
227 procedures.
228 (test_driver): Call them.
229 * gdb.cp/save-bp-qualified.cc: New.
230 * gdb.cp/save-bp-qualified.exp: New.
231 * gdb.linespec/explicit.exp: Test -qualified.
232 * lib/completion-support.exp (completion::explicit_opts_list): Add
233 "-qualified".
234 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
235
f6f1d339
PM
2362017-11-29 Phil Muldoon <pmuldoon@redhat.com>
237
238 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
239
02ca603a
TT
2402017-11-29 Tom Tromey <tom@tromey.com>
241
242 * gdb.base/relocate.exp: Update invalid argument test.
243 Add new tests for invalid arguments.
244
ed6c0bfb
TP
2452017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
246
247 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
248 Return 0 as a long.
249 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
250
f106e10e
TP
2512017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
252
253 * gdb.cp/breakpoint.cc (bar): Set return type to void.
254 * gdb.cp/psymtab-parameter.cc (func): Likewise.
255 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
256 func ().
257 * gdb.cp/shadow.cc (B.func): Return 0.
258
10329bb2
JB
2592017-11-27 Joel Brobecker <brobecker@adacore.com>
260
261 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
262 expected output in gdb_expect call to allow the exception
263 message to be present as well. Fix syntax confusion to avoid
264 TCL thinking that exception_name is an array.
265
617cd4bc
UW
2662017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
267
268 * gdb.arch/spu-info.c: Include <unistd.h>.
269 (do_signal_test): Fix broken calls to write.
270 * gdb.arch/spu-info.exp: Use prepare_for_testing.
271 Fix checks for empty mailboxes. Update signal tests for corrected
272 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
273 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
274 * gdb.cell/arch.exp: Use standard_output_file.
275 * gdb.cell/break.exp: Likewise.
276 * gdb.cell/bt.exp: Likewise.
277 * gdb.cell/core.exp: Likewise.
278 * gdb.cell/dwarfaddr.exp: Likewise.
279 * gdb.cell/ea-cache.exp: Likewise.
280 * gdb.cell/ea-standalone.exp: Likewise.
281 * gdb.cell/f-regs.exp: Likewise.
282 * gdb.cell/fork.exp: Likewise.
283 * gdb.cell/gcore.exp: Likewise.
284 * gdb.cell/mem-access.exp: Likewise.
285 * gdb.cell/ptype.exp: Likewise.
286 * gdb.cell/registers.exp: Likewise.
287 * gdb.cell/sizeof.exp: Likewise.
288 * gdb.cell/solib-symbol.exp: Likewise.
289 * gdb.cell/solib.exp: Likewise.
617cd4bc 290
a81aaca0
PA
2912017-11-25 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/complete-empty.exp: New file.
294 * gdb.base/completion.exp: Adjust.
295
6a3c6ee4
PA
2962017-11-25 Pedro Alves <palves@redhat.com>
297
298 * gdb.linespec/cpls-ops.cc: New file.
299 * gdb.linespec/cpls-ops.exp: New file.
300 * lib/completion-support.exp (test_complete_prefix_range_re): New,
301 factored out from ...
302 (test_complete_prefix_range): ... this.
303
8955eb2d
PA
3042017-11-24 Pedro Alves <palves@redhat.com>
305
306 * gdb.linespec/cpcompletion.exp: New file.
307 * gdb.linespec/cpls-hyphen.cc: New file.
308 * gdb.linespec/cpls.cc: New file.
309 * gdb.linespec/cpls2.cc: New file.
310 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
311 test to use test_gdb_complete_unique. Add label completion,
312 keyword completion and explicit location completion tests.
313 * lib/completion-support.exp: New file.
314
e547c119
JB
3152017-11-24 Joel Brobecker <brobecker@adacore.com>
316
317 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
318 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
319 when hitting an exception catchpoint.
320
7c3c1aa8
YQ
3212017-11-22 Yao Qi <yao.qi@linaro.org>
322
323 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
324
41bd68f5
SM
3252017-11-22 Simon Marchi <simon.marchi@ericsson.com>
326
327 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
328 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
329 * gdb.dwarf2/info-locals-optimized-out.c: New file.
330
1daad298
YQ
3312017-11-22 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.base/info-os.exp: Pass pthreads.
334 * gdb.multi/multi-attach.exp: Likewise.
335
88465e87
YQ
3362017-11-22 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
339 compiler.
340
dc196b23
YQ
3412017-11-22 Yao Qi <yao.qi@linaro.org>
342
343 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
344 * gdb.base/break-interp.exp: Likewise.
345 * gdb.base/jit-attach-pie.exp: Likewise.
346
2400729e
UW
3472017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
348
349 * gdb.base/float128.c (large128): New variable.
350 * gdb.base/float128.exp: Add test to print largest __float128 value.
351
7a26362d
UW
3522017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
353
354 * gdb.arch/vsx-regs.exp: Update register content checks.
355
ed0f4273
UW
3562017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
357
358 * gdb.arch/ppc-longdouble.exp: New file.
359 * gdb.arch/ppc-longdouble.c: Likewise.
360
a25d69c6
PA
3612017-11-21 Pedro Alves <palves@redhat.com>
362
363 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
364
73fcf641
PA
3652017-11-20 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
368 (long_double_typedef): New typedefs.
369 Use DEF on double and long double.
370 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
371 cases.
372 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
373 and 'long_double_ptr_same_size' locals. Use them to decide
374 whether cast from array/function to float is valid/invalid.
375
71a3c369
TT
3762017-11-17 Tom Tromey <tom@tromey.com>
377
378 * gdb.rust/traits.rs: New file.
379 * gdb.rust/traits.exp: New file.
380
ced9779b
JB
3812017-11-17 Joel Brobecker <brobecker@adacore.com>
382
383 * gdb.ada/minsyms: New testcase.
384
a0922d80
PA
3852017-11-16 Pedro Alves <palves@redhat.com>
386
387 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
388 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
389
ea04e54c
PA
3902017-11-16 Pedro Alves <palves@redhat.com>
391
392 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
393 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
394
e849ea89
PA
3952017-11-16 Pedro Alves <palves@redhat.com>
396
397 * gdb.server/reconnect-ctrl-c.c: New file.
398 * gdb.server/reconnect-ctrl-c.exp: New file.
399
d8ae99a7
PM
4002017-11-16 Phil Muldoon <pmuldoon@redhat.com>
401
402 * gdb.python/py-rbreak.exp: New file.
403 * gdb.python/py-rbreak.c: New file.
404 * gdb.python/py-rbreak-func2.c: New file.
405
968a13f8
PA
4062017-11-16 Pedro Alves <palves@redhat.com>
407
408 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
409 pattern.
410 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
411 GDB.
412
71774bc9
SM
4132017-11-15 Simon Marchi <simon.marchi@ericsson.com>
414
415 * gdb.tui/completionn.exp (test_tab_completion): Add space in
416 regex.
417
ddbb44cf
SM
4182017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
419
420 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
421 test names.
422
584a564f
PA
4232017-11-09 Pedro Alves <palves@redhat.com>
424
425 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
426 factored out from ...
427 (top level): ... here, and adjusted to avoid expecting beyond the
428 prompt in a single gdb_test_multiple.
429
5ed7a928
PA
4302017-11-09 Pedro Alves <palves@redhat.com>
431
432 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
433 output.
434 * gdb.server/ext-attach.exp ("kill" test): Likewise.
435 * gdb.server/ext-restart.exp ("kill" test): Likewise.
436 * gdb.server/ext-run.exp ("kill" test): Likewise.
437 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
438
a60e0738
PA
4392017-11-09 Pedro Alves <palves@redhat.com>
440
441 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
442 match till end of line.
443
2c88253f
PA
4442017-11-09 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/memattr.exp: Tighten regexes to match the end line.
447
c7a38517
PA
4482017-11-09 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
451 New procedures, factored out from ...
452 (top level): ... here, and adjusted to avoid expecting beyond the
453 prompt in one go.
454
f29f4b6b
PA
4552017-11-09 Pedro Alves <palves@redhat.com>
456
457 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
458 output. Fix '?' match.
459
286acbb5
JB
4602017-11-08 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.ada/scoped_watch: New testcase.
463 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
464 which is actually correct.
465 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
466 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
467
62d7ae92
PA
4682017-11-08 Pedro Alves <palves@redhat.com>
469
470 * gdb.gdb/complaints.exp (test_initial_complaints)
471 (test_serial_complaints, test_short_complaints): Call
472 complaint_internal instead of complaint.
473
280ca31f
DT
4742017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
475
476 * gdb.threads/tls-core.c: New file.
477 * gdb.threads/tls-core.exp: Likewise.
478
b5ec771e
PA
4792017-11-08 Pedro Alves <palves@redhat.com>
480
481 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
482 (p Exported_Capitalized): New test.
483 (p exported_capitalized): New test.
484
a02b41a7
PA
4852017-11-07 Pedro Alves <palves@redhat.com>
486
487 * gdb.cp/ena-dis-br-range.exp: Add more tests.
488
95e95a6d
PA
4892017-11-07 Pedro Alves <palves@redhat.com>
490
491 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
492 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
493 (disable_invalid, disable_inverted, disable_negative): New
494 procedures.
495 ("bad numbers"): New set of tests.
496
cee62dbd
PA
4972017-11-07 Pedro Alves <palves@redhat.com>
498
499 * gdb.cp/ena-dis-br-range.exp: Add tests.
500
cc638e86
PA
5012017-11-07 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
504
d0fe4701
XR
5052017-11-07 Xavier Roirand <roirand@adacore.com>
506 Pedro Alves <palves@redhat.com>
507
508 * gdb.base/ena-dis-br.exp: Add reference to
509 gdb.cp/ena-dis-br-range.exp.
510 * gdb.cp/ena-dis-br-range.exp: New file.
511 * gdb.cp/ena-dis-br-range.cc: New file.
512
46f67f80
PA
5132017-11-06 Pedro Alves <palves@redhat.com>
514
515 * gdb.base/attach-non-pgrp-leader.c: New.
516 * gdb.base/attach-non-pgrp-leader.exp: New.
517
726e1356
PA
5182017-11-06 Pedro Alves <palves@redhat.com>
519
520 * configure.ac: No longer check for termio.h and sgtty.h.
521 * configure: Regenerate.
522 * remote-utils.c: Include termios.h instead of gdb_termios.h.
523 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
524 Remove termio and sgtty code.
525
50ab6ace
YQ
5262017-11-03 Yao Qi <yao.qi@linaro.org>
527
528 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
529 in GDB is disabled.
530
8e68731c
YQ
5312017-11-03 Yao Qi <yao.qi@linaro.org>
532
533 * gdb.python/py-thrhandle.exp: Skip it if python is not
534 enabled.
535
3a87ae65
SM
5362017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
537
538 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
539 as a breakpoint command.
540
484d8d36
MD
5412017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
542
543 PR python/21213
544 * gdb.python/py-infthread.exp: Test calling
545 InferiorThread.inferior () multiple times in a row.
546
4a27f119
KS
5472017-10-27 Keith Seitz <keiths@redhat.com>
548
549 * gdb.opt/inline-break.exp (break_info_1): New procedure.
550 Test "info break" for every inlined function breakpoint.
551
bb11dd58
YQ
5522017-10-27 Yao Qi <yao.qi@linaro.org>
553
554 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
555
a43f3893
PF
5562017-10-26 Patrick Frants <osscontribute@gmail.com>
557
558 * gdb.cp/classes.exp (test_static_members): Test printing
559 Outer::instance.
560 * gdb.cp/classes.c (struct Inner, struct Outer): New.
561 (Inner::instance, Outer::instance): New.
562
792ccf00
PA
5632017-10-24 Pedro Alves <palves@redhat.com>
564
565 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
566 extra console" test in two stages.
567
eb2bfbad
PA
5682017-10-24 Pedro Alves <palves@redhat.com>
569
570 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
571
1f75a651
PA
5722017-10-24 Pedro Alves <palves@redhat.com>
573
574 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
575 loop.
576
779990d9
PA
5772017-10-24 Pedro Alves <palves@redhat.com>
578
579 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
580 $attempt" and "stoppedtry $stoppedtry" test prefixes.
581
ad9b8f5d
PA
5822017-10-24 Pedro Alves <palves@redhat.com>
583
584 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
585 parameter and handle it. Don't output read value in test name.
586
fee6da6e
PA
5872017-10-24 Pedro Alves <palves@redhat.com>
588
589 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
590 custom test name.
591
10389c2c
PA
5922017-10-24 Pedro Alves <palves@redhat.com>
593
594 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
595 include the unstable output directory name in the test's name.
596 (initial_setup_simple) <'set args'>: Use custom test name.
597
a80e65a9
PA
5982017-10-24 Pedro Alves <palves@redhat.com>
599
600 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
601 with explicit test name.
602
15763a09
PA
6032017-10-20 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
606 'wait -i'. Use gdb_assert and remote_close.
607
49a4ce2e
AB
6082017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
611 number from variable rather than hard-coded.
612
a75868f5
PA
6132017-10-19 Pedro Alves <palves@redhat.com>
614
615 * gdb.base/long-inferior-output.c: New file.
616 * gdb.base/long-inferior-output.exp: New file.
617
c8ba13ad
KS
6182017-11-18 Keith Seitz <keiths@redhat.com>
619
620 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
621 method.
622 (main): Call it.
623 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
624 Add additional user-defined conversion operator tests.
625
b27de576
PA
6262017-10-17 Pedro Alves <palves@redhat.com>
627
628 * boards/native-stdio-gdbserver.exp: Load "local-board".
629
8484c955
PA
6302017-10-17 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/quit-live.c: New file.
633 * gdb.base/quit-live.exp: New file.
634
83d5a34d
KS
6352017-10-16 Keith Seitz <keiths@redhat.com>
636
637 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
638 (class_with_protected_typedef, class_with_private_typedef)
639 (struct_with_public_typedef, struct_with_protected_typedef)
640 (struct_with_private_typedef): New classes/structs.
641 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
642 typedefs and access specifiers.
643
739b3f1d
PA
6442017-10-16 Pedro Alves <palves@redhat.com>
645 Simon Marchi <simon.marchi@polymtl.ca>
646
647 * README (Local vs Remote vs Native): New section.
648 * boards/local-board.exp: New file, with bits factored out from
649 ...
650 * boards/native-extended-gdbserver.exp: ... here. Load
651 "local-board".
652 * boards/native-gdbserver.exp: Load "local-board".
653 (${board}_spawn, ${board}_exec): Delete.
654 * boards/native-stdio-gdbserver.exp: Most contents factored out to
655 ...
656 * boards/stdio-gdbserver-base.exp: ... this new file.
657 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
658 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
659 procedure.
660 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
661 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
662 stdio_gdbserver_command.
663 (${board}_get_remote_address, ${board}_get_comm_port)
664 (${board}_download, ${board}_upload): Delete.
665 (get_target_remote_pipe_cmd): New.
666
fe68b953
SM
6672017-10-16 Simon Marchi <simon.marchi@ericsson.com>
668
669 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
670 test_bkpt_deletion, test_bkpt_cond_and_cmds,
671 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
672 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
673 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
674 remove with_test_prefix.
675
300b6685
PA
6762017-10-13 Pedro Alves <palves@redhat.com>
677
678 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
679 * gdb.base/annota1.exp: Use it instead of is_remote.
680 * gdb.base/annota3.exp: Use it instead of is_remote.
681 * gdb.cp/annota2.exp: Use it instead of is_remote.
682 * gdb.cp/annota3.exp: Use it instead of is_remote.
683 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
684
50500caf
PA
6852017-10-13 Pedro Alves <palves@redhat.com>
686
687 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
688 (test_num_test_vars, run_and_count_vars, find_env)
689 (test_set_unset_env, test_inherit_env_var): New procedures.
690 (top level): Use them.
691
dad0c6d2
PA
6922017-10-13 Pedro Alves <palves@redhat.com>
693
694 * lib/selftest-support.exp (selftest_setup): Extend comments, and
695 also skip on stub-like targets.
696
8b0553c1
PA
6972017-10-13 Pedro Alves <palves@redhat.com>
698
699 PR gdb/22293
700 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
701 (top level): Move some tests to ...
702 (test_not_found): ... this new procedure.
703 (top level): Call it.
704
7594f623
PA
7052017-10-13 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
708 expect different "info terminal" output if testing with a
709 non-native target.
710
ebe3b402
PA
7112017-10-13 Pedro Alves <palves@redhat.com>
712 Simon Marchi <simon.marchi@polymtl.ca>
713
714 PR python/12966
715 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
716
42f1b161
PA
7172017-10-13 Pedro Alves <palves@redhat.com>
718
719 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
720 already.
721
8d6ef72b
PA
7222017-10-13 Pedro Alves <palves@redhat.com>
723
724 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
725 is_remote.
726
d7bcd5b8
PA
7272017-10-13 Pedro Alves <palves@redhat.com>
728
729 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
730 is_remote.
731
df479dc6
PA
7322017-10-13 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
735 is set.
736 (corefile_test_attach): Likewise. Check can_spawn_for_attach
737 instead of is_remote.
738
23fb630a
PA
7392017-10-13 Pedro Alves <palves@redhat.com>
740
741 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
742 (top level): Add comment.
743
cc77b1dc
PA
7442017-10-13 Pedro Alves <palves@redhat.com>
745
746 * gdb.base/remote.exp (top level): Fix comment typo and add
747 missing return.
748
27c9e813
PA
7492017-10-13 Pedro Alves <palves@redhat.com>
750 Simon Marchi <simon.marchi@polymtl.ca>
751
752 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
753 calls and add comments. Skip test if use_gdb_stub is set.
754 (top level): Use "set cwd" command instead of "cd" command.
755
5e830d98
PA
7562017-10-13 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
759 is_remote target check.
760
f5ca0032
PA
7612017-10-13 Pedro Alves <palves@redhat.com>
762
763 * gdb.base/scope.exp: Use build_executable + clean_restart +
764 gdb_file_cmd instead of prepare_for_testing and no longer skip
765 "before run" tests on is_remote target boards. Update comments.
766 * boards/native-extended-gdbserver.exp
767 (extended_gdbserver_load_last_file): New, factored out from ...
768 (gdb_load): ... this. Move further below and add comment.
769 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
770
8aed1c0d
PA
7712017-10-12 Pedro Alves <palves@redhat.com>
772
773 * gdb.base/attach.exp: Remove references to gdb64.
774 * gdb.base/dbx.exp: Remove references to gdb64.
775
cfa34c87
SM
7762017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
777 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/label.exp: Remove is_remote target check.
780
9192b7de
PA
7812017-10-12 Pedro Alves <palves@redhat.com>
782
783 * gdb.base/auvx.exp (coredir): Update comment.
784 (top level) <core_works>: Use "set cwd" command instead of "cd"
785 command.
786
6bf0052d
PA
7872017-10-12 Pedro Alves <palves@redhat.com>
788 Simon Marchi <simon.marchi@polymtl.ca>
789
790 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
791 target boards.
792
e48ef82d
PA
7932017-10-12 Pedro Alves <palves@redhat.com>
794 Simon Marchi <simon.marchi@polymtl.ca>
795
796 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
797 Instead skip if there's any gdb_protocol set.
798
8d7aea57
SM
7992017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
800 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
803
30440677
PA
8042017-10-12 Pedro Alves <palves@redhat.com>
805 Simon Marchi <simon.marchi@polymtl.ca>
806
807 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
808 instead of on dejagnu remote boards.
809
4e04f045
PA
8102017-10-12 Pedro Alves <palves@redhat.com>
811 Simon Marchi <simon.marchi@polymtl.ca>
812
813 * gdb.base/inferior-died.exp: Remove is_remote and isnative
814 checks. Use build_executable + clean_restart instead of
815 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
816 of enabling non-stop after starting gdb.
817
871a186e
PA
8182017-10-12 Pedro Alves <palves@redhat.com>
819
820 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
821 * gdb.threads/non-ldr-exc-2.exp: Ditto.
822 * gdb.threads/non-ldr-exc-3.exp: Ditto.
823 * gdb.threads/non-ldr-exc-4.exp: Ditto.
824
56d704da
AK
8252017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
826
827 * gdb.arch/arc-tdesc-cpu.exp: New file.
828 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
829
2f20e312
SM
8302017-10-10 Simon Marchi <simon.marchi@ericsson.com>
831
832 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
833
65630365
PA
8342017-10-10 Pedro Alves <palves@redhat.com>
835
836 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
837 expect CLI output.
838
bf469271
PA
8392017-10-10 Pedro Alves <palves@redhat.com>
840
841 * lib/selftest-support.exp (selftest_setup): Update for
842 captured_command_loop's prototype change.
843
777a42f1
PA
8442017-10-09 Pedro Alves <palves@redhat.com>
845
846 Test both arch1=>arch2 and arch2=>arch1.
847
848 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
849 (srcfile2, binfile2, march1, march2): Remove globals. Largely
850 factored out to...
851 (append_arch1_options, append_arch2_options, append_arch_options)
852 (build_executables): New procedures.
853 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
854 local.
855 (top level): Add new 'first_arch' testing axis.
856
cbd2b4e3
PA
8572017-10-09 Pedro Alves <palves@redhat.com>
858
859 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
860 (barrier): New.
861 (thread_start, all_started): New functions.
862 (main): Spawn new thread and wait until it is scheduled.
863 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
864 option.
865 (do_test): Add 'selected_thread' parameter. Run to all_started
866 instead of main. Explicitly set the breakpoint at main. Switch
867 to the SELECTED_THREAD thread.
868 (top level): Test handling the exec event with either the main
869 thread or the second thread selected.
870
5c9e4427
PA
8712017-10-09 Pedro Alves <palves@redhat.com>
872
873 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
874 logic. Move STOP marker after the value checks.
875 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
876 regexp.
877
b3b7c423
SL
8782017-10-06 Sandra Loosemore <sandra@codesourcery.com>
879
880 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
881
3b4b2f16
UW
8822017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
883
884 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
885 integer-to-dfp conversion.
886 * gdb.base/dfp-test.exp: Likewise.
887
5cd63fda
PA
8882017-10-04 Pedro Alves <palves@redhat.com>
889
890 * gdb.multi/hangout.c: Include <unistd.h>.
891 (hangout_loop): New function.
892 (main): Call alarm. Call hangout_loop in a loop.
893 * gdb.multi/hello.c: Include <unistd.h>.
894 (hello_loop): New function.
895 (main): Call alarm. Call hangout_loop in a loop.
896 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
897 inferior with the other selected.
898
4c71c105
SM
8992017-10-04 Simon Marchi <simon.marchi@ericsson.com>
900
901 * gdb.mi/list-thread-groups-available.exp: New file.
902 * gdb.mi/list-thread-groups-available.c: New file.
903
bc3b087d
SDJ
9042017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
905
906 * gdb.base/set-cwd.exp: Make it available on
907 native-extended-gdbserver.
908
d092c5a2
SDJ
9092017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
910
911 * gdb.base/set-cwd.c: New file.
912 * gdb.base/set-cwd.exp: Likewise.
913
45320ffa
TT
9142017-10-02 Tom Tromey <tom@tromey.com>
915
916 PR rust/22236:
917 * gdb.rust/simple.rs (main): New variable "fslice".
918 * gdb.rust/simple.exp: Add slice tests. Update string tests.
919
b3e3859b
TT
9202017-10-02 Tom Tromey <tom@tromey.com>
921
922 * gdb.rust/simple.exp: Test ptype of a slice.
923
01af5e0d
TT
9242017-10-02 Tom Tromey <tom@tromey.com>
925
926 * gdb.rust/simple.exp: Test index of slice.
927
a9bbfbd8
TT
9282017-09-27 Tom Tromey <tom@tromey.com>
929
930 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
931
df8899e5
TP
9322017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
933 Pedro Alves <palves@redhat.com>
934
935 * gdb.base/compare-sections.exp (get value of read-only section): Read
936 as unsigned value.
937 (corrupt read-only section): Likewise and don't set written if patching
938 failed.
939
757bf54b
KB
9402017-09-21 Kevin Buettner <kevinb@redhat.com>
941
942 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
943 files.
944
06871ae8
PA
9452017-09-20 Pedro Alves <palves@redhat.com>
946
947 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
948 symbol names in gdb's output.
949 * gdb.cp/overload.exp ("list all overloads"): Likewise.
950
e5f25bc5
PA
9512017-09-20 Pedro Alves <palves@redhat.com>
952
953 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
954 Rename to ...
955 (test_list_ambiguous_symbol): ... this and add a symbol name
956 parameter. Adjust.
957 (test_list_ambiguous_function): Reimplement on top of
958 test_list_ambiguous_symbol and also test listing ambiguous
959 variables.
960 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
961 (ambiguous_fun): ... this.
962 (ambiguous_var): New.
963 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
964 (ambiguous_fun): ... this.
965 (ambiguous_var): New.
966
4e5a4f58
JB
9672017-09-19 John Baldwin <jhb@FreeBSD.org>
968
969 * gdb.base/starti.c: New file.
970 * gdb.base/starti.exp: New file.
971 * lib/gdb.exp (gdb_starti_cmd): New procedure.
972
26e53f3e
PA
9732017-09-14 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
976 (top level): Use it instead of runto.
977
cb791d59
TT
9782017-09-11 Tom Tromey <tom@tromey.com>
979
980 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
981
7c96f8c1
TT
9822017-09-11 Tom Tromey <tom@tromey.com>
983
984 * gdb.python/py-infthread.exp: Add tests for new_thread event.
985 * gdb.python/py-inferior.exp: Add tests for new inferior events.
986
469412dd
CW
9872017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
988
989 * gdb.fortran/printing-types.exp: New file.
990 * gdb.fortran/printing-types.exp: New file.
991
e0f86435
BH
9922017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
993
994 * gdb.fortran/vla-ptype.exp: Fix typos.
995 * gdb.fortran/vla-value.exp: Same.
996
9e9af4be
BH
9972017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
998
999 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1000 * gdb.mi/mi-var-child-f.exp: Likewise.
1001 * gdb.mi/mi-vla-fortran.exp: Likewise.
1002
a5ad232b
FP
10032017-09-08 Frank Penczek <frank.penczek@intel.com>
1004 Christoph Weinmann <christoph.t.weinmann@intel.com>
1005 Bernhard Heckel <bernhard.heckel@intel.com>
1006
1007 * gdb.fortran/ptr-indentation.f90: New file.
1008 * gdb.fortran/ptr-indentation.exp: New file.
1009
5aec60eb
TT
10102017-09-05 Tom Tromey <tom@tromey.com>
1011
1012 PR gdb/22010:
1013 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1014
8f8f8152
TP
10152017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1016
1017 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1018
fbd1b771
JK
10192017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 * gdb.threads/tls-nodebug-pie.c: New file.
1022 * gdb.threads/tls-nodebug-pie.exp: New file.
1023
5eb5f850
TT
10242017-09-05 Tom Tromey <tom@tromey.com>
1025
1026 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1027 for rust.
1028
ae780a21
SM
10292017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1030
1031 * gdb.multi/multi-arch-exec.exp: Test with different
1032 "follow-exec-mode" settings.
1033 (do_test): New procedure.
1034
3693fdb3
PA
10352017-09-04 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.base/func-static.c (S::method const, S::method volatile)
1038 (S::method volatile const): New methods.
1039 (c_s, v_s, cv_s): New instances.
1040 (main): Call method() on them.
1041 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1042 (cannot_resolve): New procedure.
1043 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1044 print-quote-unquoted columns.
1045 (do_test): Test printing each scope too.
1046
e68cb8e0
PA
10472017-09-04 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.base/local-static.exp: Also test with
1050 class::method::variable wholly quoted.
1051 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1052
858be34c
PA
10532017-09-04 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.base/local-static.c: New.
1056 * gdb.base/local-static.cc: New.
1057 * gdb.base/local-static.exp: New.
1058
46a4882b
PA
10592017-09-04 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.asm/asm-source.exp: Add casts to int.
1062 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1063 (dataglobal64_1, dataglobal64_2): New globals.
1064 * gdb.base/nodebug.exp: Test different expressions involving the
1065 new globals, with print, whatis and ptype. Add casts to int.
1066 * gdb.base/solib-display.exp: Add casts to int.
1067 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1068 * gdb.cp/m-static.exp: Add cast to int.
1069 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1070 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1071 tls variable with no debug info without a cast. Test with a cast
1072 to int too.
1073 * gdb.trace/entry-values.exp: Add casts.
1074
2c5a2be1
PA
10752017-09-04 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/nodebug.exp: Test that ptype's error about functions
1078 with unknown return type includes the function name too.
1079
7022349d
PA
10802017-09-04 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1083 return type of munmap in infcall.
1084 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1085 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1086 type of ftell in infcall.
1087 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1088 type of getpid in infcall.
1089 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1090 infcall.
1091 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1092 Bail on failure to extract the pid.
1093 * gdb.base/nodebug.c: #include <stdint.h>.
1094 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1095 New functions.
1096 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1097 Change expected output of print/whatis/ptype with functions with
1098 no debug info. Test all supported languages. Call
1099 test_call_promotion.
1100 * gdb.compile/compile.exp: Adjust expected output to expect
1101 warning.
1102 * gdb.threads/siginfo-threads.exp: Likewise.
1103
54990598
PA
11042017-09-04 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1107 "prototypes". Test calling float functions via prototyped and
1108 unprototyped function pointers.
1109 (perform_all_tests): New parameter "prototypes". Pass it down.
1110 (top level): Pass down "prototypes" parameter to
1111 perform_all_tests.
1112
34d16ea2
SM
11132017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1114
1115 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1116 Test with nested loops.
1117
9521ecda
SM
11182017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.base/commands.exp: Call the new procedures.
1121 (loop_break_test, loop_continue_test): New procedures.
1122
80a65e9b
SM
11232017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1124
1125 * gdb.base/commands.exp: Call new procedure.
1126 (define_if_without_arg_test): New procedure.
1127
e439fa14
PA
11282017-09-04 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/list-ambiguous.exp: New file.
1131 * gdb.base/list-ambiguous0.c: New file.
1132 * gdb.base/list-ambiguous1.c: New file.
1133 * gdb.base/list.exp (test_list_range): Adjust expected output.
1134
0a2dde4a
SDJ
11352017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1136
1137 * gdb.base/share-env-with-gdbserver.c: New file.
1138 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1139
5e89eb3a
SM
11402017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1141
1142 * gdb.base/commands.exp (gdbvar_simple_if_test,
1143 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1144 progvar_simple_if_test, progvar_simple_while_test,
1145 progvar_complex_if_while_test, user_defined_command_test,
1146 user_defined_command_args_eval,
1147 user_defined_command_args_stack_test,
1148 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1149 temporary_breakpoint_commands,
1150 gdb_test_no_prompt, redefine_hook_test,
1151 redefine_backtrace_test): Remove "global gdb_prompt".
1152
fd437cbc
SM
11532017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1154
1155 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1156 New proc, call it from toplevel.
1157
87215ad1
SDJ
11582017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1159
1160 PR remote/21852
1161 * gdb.server/normal.c: New file, copied from gdb.base.
1162 * gdb.server/run-without-local-binary.exp: New file.
1163
58afddc6
WP
11642017-08-07 Weimin Pan <weimin.pan@oracle.com>
1165
1166 * gdb.arch/sparc64-adi.exp: New file.
1167 * gdb.arch/sparc64-adi.c: New file.
1168
5277199a
PA
11692017-08-22 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1172 (top level): Add "list all overloads" tests.
1173
14278e1f
TT
11742017-08-22 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.gdb/xfullpath.exp: Remove.
1177
bf223d3e
PA
11782017-08-21 Pedro Alves <palves@redhat.com>
1179
1180 PR gdb/19487
1181 * gdb.base/symbol-alias.c: New.
1182 * gdb.base/symbol-alias2.c: New.
1183 * gdb.base/symbol-alias.exp: New.
1184
c973d0aa
PA
11852017-08-21 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/dfp-test.c
1188 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1189 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1190 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1191 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1192 * gdb.base/whatis-ptype-typedefs.c: New.
1193 * gdb.base/whatis-ptype-typedefs.exp: New.
1194 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1195 (an_int, an_int_type, an_int_type2): New globals.
1196 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1197 involving typedefs and cast expressions.
1198 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1199 (lookup_typedefs_function): New.
1200 (typedefs_pretty_printers_dict): New.
1201 (top level): Register lookup_typedefs_function in
1202 gdb.pretty_printers.
1203
6d580b63
YQ
12042017-08-18 Yao Qi <yao.qi@linaro.org>
1205
1206 * gdb.server/unittest.exp: New.
1207
206726fb
SDJ
12082017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1209
1210 PR gdb/21954
1211 * gdb.base/environ.exp: Add test to check if 'unset environment'
1212 works.
1213
bf0ec4c2
AA
12142017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1215
1216 * lib/gdb.exp (universal_compile_options): New caching proc.
1217 (gdb_compile): Suppress GCC's coloring of messages.
1218
d6382fff
TT
12192017-08-14 Tom Tromey <tom@tromey.com>
1220
1221 PR gdb/21675:
1222 * gdb.base/printcmds.exp (test_radices): New function.
1223 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1224 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1225 * lib/gdb.exp (get_integer_valueof): Use p/d.
1226
c2c2dd9f
SM
12272017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1228
1229 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1230 characters.
1231
fdffd6f4
TT
12322017-08-05 Tom Tromey <tom@tromey.com>
1233
1234 * gdb.rust/simple.exp: Allow String to appear in a different
1235 namespace.
1236
27d41eac
YQ
12372017-07-26 Yao Qi <yao.qi@linaro.org>
1238
1239 * gdb.gdb/unittest.exp: Invoke command
1240 "maintenance check xml-descriptions".
1241
031ed05d
AA
12422017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1243
1244 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1245 calling context.
1246 (hex128): Drop erroneous calculation of parameters.
1247
dcd27ddf
SM
12482017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1249
1250 * gdb.python/py-unwind.exp: Disable stack protection when
1251 building test file.
1252
47e77640
PA
12532017-07-20 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.base/default.exp (set language): Adjust expected output.
1256
62d2a18a
PA
12572017-07-20 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1260 (test_minsym): ... this, and make static.
1261 (get_pck__foo__bar__minsym): Rename to ...
1262 (get_test_minsym): ... this.
1263 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1264 symbol names and comments.
1265 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1266 (get_test_minsym): ... this.
1267 (pck__foo__bar__minsym__2): Rename to ...
1268 (test_minsym): ... this.
1269 (main): Adjust.
1270
c45ec17c
PA
12712017-07-17 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/completion.exp: Adjust expected output.
1274 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1275 the completer works.
1276
c6756f62
PA
12772017-07-17 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1280
5bd68487
AB
12812017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1284
8880f2a9
TT
12852017-07-14 Tom Tromey <tom@tromey.com>
1286
1287 PR rust/21764:
1288 * gdb.rust/simple.exp: Add tests.
1289
65547233
TT
12902017-07-14 Tom Tromey <tom@tromey.com>
1291
1292 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1293
8f14146e
PA
12942017-07-14 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.linespec/base/one/thefile.cc (z1): New function.
1297 * gdb.linespec/base/two/thefile.cc (z2): New function.
1298 * gdb.linespec/linespec.exp: Add tests.
1299
b4365d02
AB
13002017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1303 to mi_create_breakpoint.
1304
5d2cbaa5
AB
13052017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1308 mi_create_breakpoint.
1309
11cb5716
IB
13102017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1311
1312 * gdb.dlang/demangle.exp: Update for demangling changes.
1313
03278692
TT
13142017-07-09 Tom Tromey <tom@tromey.com>
1315
1316 * gdb.dwarf2/shortpiece.exp: New file.
1317
33c5cd75
DB
13182017-07-06 David Blaikie <dblaikie@gmail.com>
1319
1320 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1321 built from fissiont-multi-cu{1,2}.c.
1322 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1323 except putting 'main' and 'func' in separate CUs in the same DWO file.
1324 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1325 test.
1326 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1327 test.
1328
8455d262
PA
13292017-07-06 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.python/py-unwind.exp: Test flushregs.
1332
dc4bde35
SDJ
13332017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1334
1335 PR cli/21688
1336 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1337 tests for alias commands and trailing whitespace.
1338
51ed89aa
SDJ
13392017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1340
1341 PR cli/21688
1342 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1343 procedure. Call it.
1344
eb17d413
PA
13452017-06-29 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/printcmds.exp: Add tests.
1348
41664b45
DG
13492017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1350
1351 PR gdb/21337
1352 * gdb.base/reread-readsym.exp: New file.
1353 * gdb.base/reread-readsym.c: New file.
1354
75312ae3
KB
13552017-06-21 Kevin Buettner <kevinb@redhat.com>
1356
1357 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1358 subpattern.
1359
66953522
PB
13602017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1361
1362 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1363 extended mnemonic.
1364 * gdb.arch/powerpc-power9.s: Likewise.
1365
5524b525
AA
13662017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1367
1368 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1369 on 32-bit x86 targets. Exploit is_*_target macros where
1370 appropriate.
1371
03c8af18
AA
13722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1373
1374 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1375 register pieces.
1376
3bf31011
AA
13772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1378
1379 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1380 located in one or more DWARF pieces.
1381
805acca0
AA
13822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1383
1384 * lib/gdb.exp (get_endianness): New proc.
1385 * gdb.arch/aarch64-fp.exp: Use it.
1386 * gdb.arch/altivec-regs.exp: Likewise.
1387 * gdb.arch/e500-regs.exp: Likewise.
1388 * gdb.arch/vsx-regs.exp: Likewise.
1389 * gdb.base/dump.exp: Likewise.
1390 * gdb.base/funcargs.exp: Likewise.
1391 * gdb.base/gnu_vector.exp: Likewise.
1392 * gdb.dwarf2/formdata16.exp: Likewise.
1393 * gdb.dwarf2/implptrpiece.exp: Likewise.
1394 * gdb.dwarf2/nonvar-access.exp: Likewise.
1395 * gdb.python/py-inferior.exp: Likewise.
1396 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1397
e9352324
AA
13982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1399
1400 PR gdb/21226
1401 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1402 stack value pieces are taken from the LSB end.
1403
d5d1163e
AA
14042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1405
1406 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1407 variable at nonzero offset.
1408
0567c986
AA
14092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1410
1411 * gdb.dwarf2/var-access.c: New file.
1412 * gdb.dwarf2/var-access.exp: New test.
1413 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1414
973e9aab
TT
14152017-06-12 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.dwarf2/formdata16.exp: Add tests.
1418
d9109c80
TT
14192017-06-12 Tom Tromey <tom@tromey.com>
1420
1421 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1422
30a25466
TT
14232017-06-12 Tom Tromey <tom@tromey.com>
1424
1425 PR exp/16225:
1426 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1427 * gdb.arch/vsx-regs.exp: Update tests.
1428 * gdb.arch/s390-vregs.exp (hex128): New proc.
1429 Update test.
1430 * gdb.arch/altivec-regs.exp: Update tests.
1431
aefd8b33
SDJ
14322017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1433
1434 * gdb.base/startup-with-shell.c: New file.
1435 * gdb.base/startup-with-shell.exp: Likewise.
1436
2090129c
SDJ
14372017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1438
1439 * gdb.server/non-existing-program.exp: Update regex in order to
1440 reflect the fact that gdbserver is now using fork_inferior (with a
1441 shell) to startup the inferior.
1442
8e86a419
SM
14432017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1444
1445 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1446 support function calls from GDB.
1447
e6cf65f2
TT
14482017-05-21 Tom Tromey <tom@tromey.com>
1449
1450 PR rust/21466:
1451 * gdb.rust/unsized.exp: New file.
1452 * gdb.rust/unsized.rs: New file.
1453
43cc5389
TT
14542017-05-19 Tom Tromey <tom@tromey.com>
1455
1456 PR rust/21484:
1457 * gdb.rust/watch.exp: New file.
1458 * gdb.rust/watch.rs: New file.
1459
ec8df234
TT
14602017-05-18 Tom Tromey <tom@tromey.com>
1461
1462 * gdb.rust/simple.exp: Allow Box to be qualified.
1463
3e3e7fae
TP
14642017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1465
1466 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1467
59cc050d
PA
14682017-05-18 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/fileio.c (test_write, test_read, test_close)
1471 (test_fstat): Don't print 'ret' in the fail path.
1472
c8f6abd1
PA
14732017-05-18 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1476 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1477 (test_system, test_rename, test_unlink, test_time): Change
1478 prototypes.
1479 * gdb.base/fileio.exp (stop_msg): Adjust.
1480
d2a03b77
PA
14812017-05-18 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/fileio.c (null_str): New global.
1484 (test_stat): Use it.
1485 * gdb.base/fileio.exp: Remove nowarnings.
1486
0d5c6999
YQ
14872017-05-17 Yao Qi <yao.qi@linaro.org>
1488
1489 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1490
21873064
YQ
14912017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1494 argument command.
1495 (top-level): Invoke test_set_inferior_tty.
1496
d512d31c
PA
14972017-05-04 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1500 Add parens to print call for Python 3.
1501
90cef2ed
KS
15022017-05-03 Keith Seitz <keiths@redhat.com>
1503
1504 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1505 (main): Call it.
1506
14f819c8
TW
15072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1508
1509 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1510 to prev and next.
1511
913aeadd
TW
15122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1513
1514 * gdb.python/py-record-btrace.exp: Remove test for
1515 gdb.BtraceInstruction.error.
1516
a3be24ad
TW
15172017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1518
1519 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1520
ae20e79a
TW
15212017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1522
1523 * gdb.python/py-record-btrace-threads.c: New file.
1524 * gdb.python/py-record-btrace-threads.exp: New file.
1525
45ce1b47
SDJ
15262017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1527
1528 PR testsuite/8595
1529 * gdb.base/environ.exp: Make test available in all architectures.
1530 Move bits related to "info program" testing to
1531 gdb.base/info-program.exp. Rewrite tests to use the two new
1532 procedures mentione below.
1533 (test_set_show_env_var) New procedure.
1534 (test_set_show_env_var_equal): Likewise.
1535 * gdb.base/info-program.exp: New file.
1536
e15c3eb4
KS
15372017-04-27 Keith Seitz <keiths@redhat.com>
1538
1539 * gdb.cp/oranking.cc (test15): New function.
1540 (main): Call test15 and declare additional variables for testing.
1541 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1542 "p foo101('abc')" tests.
1543 Add tests for cv qualifier overloads.
1544 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1545 "lvalue reference overload" test.
1546 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1547 "print value of f1 on Child&& in f2" test.
1548
3a3fd0fd
PA
15492017-04-19 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1552 procedure.
1553 (top level): Call it.
1554 * lib/gdb.exp (gdb_define_cmd): New procedure.
1555
53375380
PA
15562017-04-12 Pedro Alves <palves@redhat.com>
1557
1558 PR gdb/21323
1559 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1560 (wchar): New global.
1561 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1562 (do_test_wide_char, wide_char_types_no_program, top level): Add
1563 wchar_t testing.
1564
53e710ac
PA
15652017-04-12 Pedro Alves <palves@redhat.com>
1566
1567 PR c++/21323
1568 * gdb.cp/wide_char_types.c: New file.
1569 * gdb.cp/wide_char_types.exp: New file.
1570
0ad9d8c7
SDJ
15712017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1572
1573 PR gdb/21352
1574 * gdb.trace/tsv.exp: Add test for "tsave -r".
1575
b1b45502
IB
15762017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1577
1578 * gdb.dlang/watch-loc.c: New file.
1579 * gdb.dlang/watch-loc.exp: New file.
1580
ec13808e
JK
15812017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1584
fe5f7374
AK
15852017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1586
1587 * gdb.arch/arc-analyze-prologue.S: New file.
1588 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1589
eea78757
AK
15902017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1591
1592 * gdb.arch/arc-decode-insn.S: New file.
1593 * gdb.arch/arc-decode-insn.exp: Likewise.
1594
5badf10a
IR
15952017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1596
1597 PR tdep/20928
1598 * gdb.arch/sparc64-regs.exp: New file.
1599 * gdb.arch/sparc64-regs.S: Likewise.
1600
cee59b3f
TW
16012017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1602
1603 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1604 and memory view on Python 3.
1605
c0f55cc6
AV
16062017-03-20 Artemiy Volkov <artemiyv@acm.org>
1607 Keith Seitz <keiths@redhat.com>
1608
1609 PR gdb/14441
1610 * gdb.cp/demangle.exp: Add rvalue reference tests.
1611 * gdb.cp/rvalue-ref-casts.cc: New file.
1612 * gdb.cp/rvalue-ref-casts.exp: New file.
1613 * gdb.cp/rvalue-ref-overload.cc: New file.
1614 * gdb.cp/rvalue-ref-overload.exp: New file.
1615 * gdb.cp/rvalue-ref-params.cc: New file.
1616 * gdb.cp/rvalue-ref-params.exp: New file.
1617 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1618 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1619 * gdb.cp/rvalue-ref-types.cc: New file.
1620 * gdb.cp/rvalue-ref-types.exp: New file.
1621 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1622 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1623
51457a05
MAL
16242017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1625
1626 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1627 New procedure.
1628
5b291c04
MAL
16292017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1630
1631 * lib/mi-support.exp (mi_gdb_test): Add additional message
1632 for unexpected output.
1633
59a56148
AA
16342017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1635
1636 * gdb.base/examine-backward.c (Barrier): New character array
1637 constant, to ensure that TestStrings is preceded by a string
1638 terminator.
1639
7942e96e
AA
16402017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1641
1642 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1643 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1644 and implicit pointer into such a location.
1645
6ebac3fb
DE
16462017-03-16 Doug Evans <dje@google.com>
1647
1648 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1649
ec3b243d
TP
16502017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1651
1652 * gdb.cp/m-static.exp: Fix expectation for prototype of
1653 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
1654
16552017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
1656
1657 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1658 * gdb.guile/scm-lazy-string.c: New file.
1659 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1660 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1661 for pointer, array, typedef lazy strings.
1662
2cc36e25 16632017-03-16 Doug Evans <dje@google.com>
34b43320
DE
1664
1665 PR python/17728, python/18439, python/18779
1666 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1667 * gdb.python/py-lazy-string.c (pointer): New typedef.
1668 (main): New locals ptr, array, typedef_ptr.
1669 * gdb.python/py-value.exp: Move lazy string tests to ...
1670 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1671 array, typedef lazy strings.
ec3b243d 1672
0efcde63
AK
16732017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1674
1675 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1676 Add optional 'test' parameter.
1677
7978d7c3
SM
16782017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1679
1680 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1681 Skip for versions of DejaGnu < 1.5.
1682
896c0c1e
SM
16832017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1684
1685 * lib/gdb.exp (dejagnu_version): New proc.
1686 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1687 Use dejagnu_version.
1688
5f4d1085
KS
16892017-03-10 Keith Seitz <keiths@redhat.com>
1690
1691 PR c++/8128
1692 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1693 type from destructor regexps.
1694 Add a branch which actually passes the test.
1695 Adjust "ptype t5i" test names.
1696
1de05205
PA
16972017-03-08 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.base/step-over-exit.exp: Add explicit test message.
1700
c65d6b55
PA
17012017-03-08 Pedro Alves <palves@redhat.com>
1702
1703 PR gdb/18360
1704 * gdb.threads/interrupt-while-step-over.c: New file.
1705 * gdb.threads/interrupt-while-step-over.exp: New file.
1706
2e86a283
PA
17072017-03-08 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1710 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1711
25dcbff6
PA
17122017-03-08 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1715 PKRU as not supported as a PASS.
1716
dc9366eb
PA
17172017-03-08 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1720 prefix instead of $binfile1/$binfile2.
1721 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1722 in test message.
1723 * gdb.python/py-completion.exp: Use "load python file" as test
1724 messages instead of unstable path names.
1725
6e5d74e7
PA
17262017-03-08 Pedro Alves <palves@redhat.com>
1727 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 PR cli/21218
1730 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1731 New proc.
1732 (top level): Call it.
1733
9753a2f6
PA
17342017-03-08 Pedro Alves <palves@redhat.com>
1735
1736 PR tui/21216
1737 * gdb.tui/tui-nl-filtered-output.exp: New file.
1738
1a4dd9dd
PA
17392017-03-08 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/completion.exp: Move TUI completion tests to ...
1742 * gdb.tui/completion.exp: ... this new file.
1743
7cbbff33
PA
17442017-03-08 Pedro Alves <palves@redhat.com>
1745
1746 * gdb.base/tui-disasm-long-lines.c,
1747 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1748 gdb.base/tui-layout.exp: Move to ...
1749 * gdb.tui/: ... this new directory.
1750
5f6fd321
PA
17512017-03-07 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/tui-layout.c: New file.
1754 * gdb.base/tui-layout.exp: New file.
1755
44959fa8
PA
17562017-03-07 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/tui-layout.c: Rename to ...
1759 * gdb.base/tui-disasm-long-lines.c: ... this.
1760 * gdb.base/tui-layout.exp: Rename to ...
1761 * gdb.base/tui-disasm-long-lines.exp: ... this.
1762
f8c4e718
PA
17632017-03-07 Pedro Alves <palves@redhat.com>
1764
1765 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1766
6dbb839a 17672017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
1768
1769 * i386-mpx-call.c: New file.
1770 * i386-mpx-call.exp: New file.
1771
65b48a81
PB
17722017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1773
1774 * gdb.arch/powerpc-power.exp: Delete test.
1775 * gdb.arch/powerpc-power.s: Likewise.
1776 * gdb.disasm/disassembler-options.exp: New test.
1777 * gdb.arch/powerpc-altivec.exp: Likewise.
1778 * gdb.arch/powerpc-altivec.s: Likewise.
1779 * gdb.arch/powerpc-altivec2.exp: Likewise.
1780 * gdb.arch/powerpc-altivec2.s: Likewise.
1781 * gdb.arch/powerpc-altivec3.exp: Likewise.
1782 * gdb.arch/powerpc-altivec3.s: Likewise.
1783 * gdb.arch/powerpc-power7.exp: Likewise.
1784 * gdb.arch/powerpc-power7.s: Likewise.
1785 * gdb.arch/powerpc-power8.exp: Likewise.
1786 * gdb.arch/powerpc-power8.s: Likewise.
1787 * gdb.arch/powerpc-power9.exp: Likewise.
1788 * gdb.arch/powerpc-power9.s: Likewise.
1789 * gdb.arch/powerpc-vsx.exp: Likewise.
1790 * gdb.arch/powerpc-vsx.s: Likewise.
1791 * gdb.arch/powerpc-vsx2.exp: Likewise.
1792 * gdb.arch/powerpc-vsx2.s: Likewise.
1793 * gdb.arch/powerpc-vsx3.exp: Likewise.
1794 * gdb.arch/powerpc-vsx3.s: Likewise.
1795 * gdb.arch/arm-disassembler-options.exp: Likewise.
1796 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1797 * gdb.arch/s390-disassembler-options.exp: Likewise.
1798
17cd4947
LM
17992017-02-23 Luis Machado <lgustavo@codesourcery.com>
1800
1801 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1802 (check_supported_features): ... this. Changed return type to void.
1803 (supports_rdseed): New static global.
1804 (rdseed): Check supports_rdseed.
1805 (initialize): Call check_supported_features.
1806
2039d74e
EBM
18072017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1808
1809 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1810 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1811 and lqarx/stqcx.
1812 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1813 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1814
a51d7ecf
EBM
18152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1816
1817 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1818 uppercase.
1819
0224619f
JK
18202017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1821
1822 * gdb.dwarf2/formdata16.c: New file.
1823 * gdb.dwarf2/formdata16.exp: New file.
1824 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1825
216f72a1
JK
18262017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1829 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1830 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1831 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1832 DW_AT_GNU_*.
1833
43988095
JK
18342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1837
99e8a4f9
SDJ
18382017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1839
1840 PR gdb/21164
1841 * gdb.base/maint.exp: Add testcases for when the commands do
1842 not have arguments.
1843
b58a8c0c
TP
18442017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1845
1846 * gdb.cp/chained-calls.exp: Use p instead of P.
1847
4e746bb6
TW
18482017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1849
1850 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1851 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1852
3f77c769
TT
18532017-02-14 Tom Tromey <tom@tromey.com>
1854
1855 PR python/13598:
1856 * gdb.python/py-events.exp: Add before_prompt event tests.
1857
075beec0
AA
18582017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1859
1860 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1861
bf5f525c
LM
18622017-02-13 Luis Machado <lgustavo@codesourcery.com>
1863
1864 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1865 (main): Call my_unique_function_name.
1866 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1867 completion of patterns with a single match.
1868 Add missing -re switches to gdb_test_multiple calls.
1869
13a66184
LM
18702017-02-13 Luis Machado <lgustavo@codesourcery.com>
1871
1872 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1873 return if core file is not recognized.
1874
26a06916
SM
18752017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1876
1877 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1878 and extra UIs.
1879
b761ca9e
SM
18802017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1881
1882 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1883 proc_with_prefix.
1884
b964bee0
TT
18852017-02-10 Tom Tromey <tom@tromey.com>
1886
1887 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1888
18da0c51
MG
18892017-02-10 Martin Galvan <martingalvan@sourceware.org>
1890
1891 PR gdb/21122
1892 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1893
604c4576
JG
18942017-02-08 Jerome Guitton <guitton@adacore.com>
1895
1896 * gdb.base/define.exp: Add test for command abbreviations
1897 in define.
1898
20b477a7
LM
18992017-02-06 Luis Machado <lgustavo@codesourcery.com>
1900
1901 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1902 * gdb.reverse/insn-reverse-x86.c: New file.
1903
3f7b46f2
IR
19042017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1905
1906 PR tdep/20936
1907 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1908
f0fd41c1
TT
19092017-02-03 Tom Tromey <tom@tromey.com>
1910
1911 PR rust/21097:
1912 * gdb.rust/simple.exp: Add new tests.
1913
5be5dbf0
PA
19142017-02-02 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1917 tests.
1918
7346ef59
AA
19192017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1920
1921 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1922 taking a 2-byte value out of a 4-byte DWARF implicit value on
1923 big-endian targets.
1924 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1925 logic. Add test cases for DW_OP_implicit.
1926
787f0025
MM
19272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1928
1929 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1930
68777c29
MM
19312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1932
1933 * gdb.btrace/enable.exp: Call gdb_exit before
1934 skip_gdbserver_tests.
1935
0a1c7e28
MM
19362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1937
1938 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1939 GDBFLAGS.
1940
b5ac99b0
MM
19412017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1942
1943 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1944 the test is skipped.
1945 * gdb.btrace/data.exp: Likewise.
1946 * gdb.btrace/delta.exp: Likewise.
1947 * gdb.btrace/dlopen.exp: Likewise.
1948 * gdb.btrace/enable-running.exp: Likewise.
1949 * gdb.btrace/enable.exp: Likewise.
1950 * gdb.btrace/exception.exp: Likewise.
1951 * gdb.btrace/function_call_history.exp: Likewise.
1952 * gdb.btrace/gcore.exp: Likewise.
1953 * gdb.btrace/instruction_history.exp: Likewise.
1954 * gdb.btrace/multi-thread-step.exp: Likewise.
1955 * gdb.btrace/nohist.exp: Likewise.
1956 * gdb.btrace/non-stop.exp: Likewise.
1957 * gdb.btrace/reconnect.exp: Likewise.
1958 * gdb.btrace/record_goto-step.exp: Likewise.
1959 * gdb.btrace/record_goto.exp: Likewise.
1960 * gdb.btrace/rn-dl-bind.exp: Likewise.
1961 * gdb.btrace/segv.exp: Likewise.
1962 * gdb.btrace/step.exp: Likewise.
1963 * gdb.btrace/stepi.exp: Likewise.
1964 * gdb.btrace/tailcall-only.exp: Likewise.
1965 * gdb.btrace/tailcall.exp: Likewise.
1966 * gdb.btrace/tsx.exp: Likewise.
1967 * gdb.btrace/unknown_functions.exp: Likewise.
1968 * gdb.btrace/vdso.exp: Likewise.
1969
cd4007e4
MM
19702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1971
1972 * gdb.btrace/enable-running.c: New.
1973 * gdb.btrace/enable-running.exp: New.
1974
2735833d
WT
19752017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1976
1977 * gdb.arch/amd64-gs_base.c: New file.
1978 * gdb.arch/amd64-gs_base.exp: New file.
1979
b51e1e94
LM
19802017-01-26 Luis Machado <lgustavo@codesourcery.com>
1981
1982 * lib/memory.exp: Remove spurious empty newlines.
1983
72ca0410
SM
19842017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.python/py-bad-printers.exp: Load python file using "source".
1987 * gdb.python/py-events.exp: Likewise.
1988 * gdb.python/py-evsignal.exp: Likewise.
1989 * gdb.python/py-evthreads.exp: Likewise.
1990 * gdb.python/py-frame-args.exp: Likewise.
1991 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1992 * gdb.python/py-framefilter-mi.exp: Likewise.
1993 * gdb.python/py-framefilter.exp: Likewise.
1994 * gdb.python/py-mi.exp: Likewise.
1995 * gdb.python/py-pp-maint.exp: Likewise.
1996 * gdb.python/py-pp-registration.exp: Likewise.
1997 * gdb.python/py-prettyprint.exp: Likewise.
1998 (run_lang_tests): Likewise.
1999 * gdb.python/py-typeprint.exp: Likewise.
2000
e309aa65
LM
20012017-01-26 Luis Machado <lgustavo@codesourcery.com>
2002
2003 * lib/memory.exp: New file.
2004 * lib/gdb.exp: Load memory.exp.
2005 * gdb.base/memattr.exp (delete_memory): Move proc to
2006 lib/memory.exp and rename to delete_memory_regions.
2007 Replace delete_memory with delete_memory_regions.
2008 Cleanup memory regions before tests.
2009 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2010 before tests.
2011
515aff23
LM
20122017-01-26 Luis Machado <lgustavo@codesourcery.com>
2013
2014 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2015 files.
2016 (initialize): New function conditionally defined.
2017 (testcases): Move within conditional block.
2018 (main): Call initialize.
2019 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2020 of gdb.reverse/insn-reverse.c.
2021 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2022 gdb.reverse/insn-reverse.c.
2023
d8b49cf0
YQ
20242017-01-26 Yao Qi <yao.qi@linaro.org>
2025
2026 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2027 disassemble on address 0.
2028
f13a9a0c
YQ
20292017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2030 Yao Qi <yao.qi@linaro.org>
2031
2032 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2033 * gdb.dwarf2/implptr-64bit.S: Remove.
2034 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2035 variables in caller's context. Add DW_OP_implicit_value.
2036
5ac95241
YQ
20372017-01-25 Yao Qi <yao.qi@linaro.org>
2038
2039 * lib/dwarf.exp (Dwarf::_location): Handle
2040 DW_OP_GNU_implicit_pointer with proper size.
2041
23e82930
LM
20422017-01-20 Luis Machado <lgustavo@codesourcery.com>
2043
2044 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2045 and add untested calls.
2046
d334ae25
LM
20472017-01-20 Luis Machado <lgustavo@codesourcery.com>
2048
2049 * gdb.python/python.exp: Check line number against what GDB thinks
2050 the line number is for func1.
2051
f5e6296e
IB
20522017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2053
2054 * gdb.dlang/debug-expr.exp: New file.
2055
5b362f04
LM
20562016-12-23 Luis Machado <lgustavo@codesourcery.com>
2057
2058 Fix test names for the following files:
2059
2060 * gdb.ada/exec_changed.exp
2061 * gdb.ada/info_types.exp
2062 * gdb.arch/aarch64-atomic-inst.exp
2063 * gdb.arch/aarch64-fp.exp
2064 * gdb.arch/altivec-abi.exp
2065 * gdb.arch/altivec-regs.exp
2066 * gdb.arch/amd64-byte.exp
2067 * gdb.arch/amd64-disp-step.exp
2068 * gdb.arch/amd64-dword.exp
2069 * gdb.arch/amd64-entry-value-inline.exp
2070 * gdb.arch/amd64-entry-value-param.exp
2071 * gdb.arch/amd64-entry-value-paramref.exp
2072 * gdb.arch/amd64-entry-value.exp
2073 * gdb.arch/amd64-i386-address.exp
2074 * gdb.arch/amd64-invalid-stack-middle.exp
2075 * gdb.arch/amd64-invalid-stack-top.exp
2076 * gdb.arch/amd64-optimout-repeat.exp
2077 * gdb.arch/amd64-prologue-skip.exp
2078 * gdb.arch/amd64-prologue-xmm.exp
2079 * gdb.arch/amd64-stap-special-operands.exp
2080 * gdb.arch/amd64-stap-wrong-subexp.exp
2081 * gdb.arch/amd64-tailcall-cxx.exp
2082 * gdb.arch/amd64-tailcall-noret.exp
2083 * gdb.arch/amd64-tailcall-ret.exp
2084 * gdb.arch/amd64-tailcall-self.exp
2085 * gdb.arch/amd64-word.exp
2086 * gdb.arch/arm-bl-branch-dest.exp
2087 * gdb.arch/arm-disp-step.exp
2088 * gdb.arch/arm-neon.exp
2089 * gdb.arch/arm-single-step-kernel-helper.exp
2090 * gdb.arch/avr-flash-qualifier.exp
2091 * gdb.arch/disp-step-insn-reloc.exp
2092 * gdb.arch/e500-abi.exp
2093 * gdb.arch/e500-regs.exp
2094 * gdb.arch/ftrace-insn-reloc.exp
2095 * gdb.arch/i386-avx512.exp
2096 * gdb.arch/i386-bp_permanent.exp
2097 * gdb.arch/i386-byte.exp
2098 * gdb.arch/i386-cfi-notcurrent.exp
2099 * gdb.arch/i386-disp-step.exp
2100 * gdb.arch/i386-dr3-watch.exp
2101 * gdb.arch/i386-float.exp
2102 * gdb.arch/i386-gnu-cfi.exp
2103 * gdb.arch/i386-mpx-map.exp
2104 * gdb.arch/i386-mpx-sigsegv.exp
2105 * gdb.arch/i386-mpx-simple_segv.exp
2106 * gdb.arch/i386-mpx.exp
2107 * gdb.arch/i386-permbkpt.exp
2108 * gdb.arch/i386-prologue.exp
2109 * gdb.arch/i386-signal.exp
2110 * gdb.arch/i386-size-overlap.exp
2111 * gdb.arch/i386-unwind.exp
2112 * gdb.arch/i386-word.exp
2113 * gdb.arch/mips-fcr.exp
2114 * gdb.arch/powerpc-d128-regs.exp
2115 * gdb.arch/powerpc-stackless.exp
2116 * gdb.arch/ppc64-atomic-inst.exp
2117 * gdb.arch/s390-stackless.exp
2118 * gdb.arch/s390-tdbregs.exp
2119 * gdb.arch/s390-vregs.exp
2120 * gdb.arch/sparc-sysstep.exp
2121 * gdb.arch/thumb-bx-pc.exp
2122 * gdb.arch/thumb-singlestep.exp
2123 * gdb.arch/thumb2-it.exp
2124 * gdb.arch/vsx-regs.exp
2125 * gdb.asm/asm-source.exp
2126 * gdb.base/a2-run.exp
2127 * gdb.base/advance.exp
2128 * gdb.base/all-bin.exp
2129 * gdb.base/anon.exp
2130 * gdb.base/args.exp
2131 * gdb.base/arithmet.exp
2132 * gdb.base/async-shell.exp
2133 * gdb.base/async.exp
2134 * gdb.base/attach-pie-noexec.exp
2135 * gdb.base/attach-twice.exp
2136 * gdb.base/auto-load.exp
2137 * gdb.base/bang.exp
2138 * gdb.base/bitfields.exp
2139 * gdb.base/break-always.exp
2140 * gdb.base/break-caller-line.exp
2141 * gdb.base/break-entry.exp
2142 * gdb.base/break-inline.exp
2143 * gdb.base/break-on-linker-gcd-function.exp
2144 * gdb.base/break-probes.exp
2145 * gdb.base/break.exp
2146 * gdb.base/breakpoint-shadow.exp
2147 * gdb.base/call-ar-st.exp
2148 * gdb.base/call-sc.exp
2149 * gdb.base/call-signal-resume.exp
2150 * gdb.base/call-strs.exp
2151 * gdb.base/callfuncs.exp
2152 * gdb.base/catch-fork-static.exp
2153 * gdb.base/catch-gdb-caused-signals.exp
2154 * gdb.base/catch-load.exp
2155 * gdb.base/catch-signal-fork.exp
2156 * gdb.base/catch-signal.exp
2157 * gdb.base/catch-syscall.exp
2158 * gdb.base/charset.exp
2159 * gdb.base/checkpoint.exp
2160 * gdb.base/chng-syms.exp
2161 * gdb.base/code-expr.exp
2162 * gdb.base/code_elim.exp
2163 * gdb.base/commands.exp
2164 * gdb.base/completion.exp
2165 * gdb.base/complex.exp
2166 * gdb.base/cond-expr.exp
2167 * gdb.base/condbreak.exp
2168 * gdb.base/consecutive.exp
2169 * gdb.base/continue-all-already-running.exp
2170 * gdb.base/coredump-filter.exp
2171 * gdb.base/corefile.exp
2172 * gdb.base/dbx.exp
2173 * gdb.base/debug-expr.exp
2174 * gdb.base/define.exp
2175 * gdb.base/del.exp
2176 * gdb.base/disabled-location.exp
2177 * gdb.base/disasm-end-cu.exp
2178 * gdb.base/disasm-optim.exp
2179 * gdb.base/display.exp
2180 * gdb.base/duplicate-bp.exp
2181 * gdb.base/ena-dis-br.exp
2182 * gdb.base/ending-run.exp
2183 * gdb.base/enumval.exp
2184 * gdb.base/environ.exp
2185 * gdb.base/eu-strip-infcall.exp
2186 * gdb.base/eval-avoid-side-effects.exp
2187 * gdb.base/eval-skip.exp
2188 * gdb.base/exitsignal.exp
2189 * gdb.base/expand-psymtabs.exp
2190 * gdb.base/filesym.exp
2191 * gdb.base/find-unmapped.exp
2192 * gdb.base/finish.exp
2193 * gdb.base/float.exp
2194 * gdb.base/foll-exec-mode.exp
2195 * gdb.base/foll-exec.exp
2196 * gdb.base/foll-fork.exp
2197 * gdb.base/fortran-sym-case.exp
2198 * gdb.base/freebpcmd.exp
2199 * gdb.base/func-ptr.exp
2200 * gdb.base/func-ptrs.exp
2201 * gdb.base/funcargs.exp
2202 * gdb.base/gcore-buffer-overflow.exp
2203 * gdb.base/gcore-relro-pie.exp
2204 * gdb.base/gcore-relro.exp
2205 * gdb.base/gcore.exp
2206 * gdb.base/gdb1090.exp
2207 * gdb.base/gdb11530.exp
2208 * gdb.base/gdb11531.exp
2209 * gdb.base/gdb1821.exp
2210 * gdb.base/gdbindex-stabs.exp
2211 * gdb.base/gdbvars.exp
2212 * gdb.base/hbreak.exp
2213 * gdb.base/hbreak2.exp
2214 * gdb.base/included.exp
2215 * gdb.base/infcall-input.exp
2216 * gdb.base/inferior-died.exp
2217 * gdb.base/infnan.exp
2218 * gdb.base/info-macros.exp
2219 * gdb.base/info-os.exp
2220 * gdb.base/info-proc.exp
2221 * gdb.base/info-shared.exp
2222 * gdb.base/info-target.exp
2223 * gdb.base/infoline.exp
2224 * gdb.base/interp.exp
2225 * gdb.base/interrupt.exp
2226 * gdb.base/jit-reader.exp
2227 * gdb.base/jit-simple.exp
2228 * gdb.base/kill-after-signal.exp
2229 * gdb.base/kill-detach-inferiors-cmd.exp
2230 * gdb.base/label.exp
2231 * gdb.base/langs.exp
2232 * gdb.base/ldbl_e308.exp
2233 * gdb.base/line-symtabs.exp
2234 * gdb.base/linespecs.exp
2235 * gdb.base/list.exp
2236 * gdb.base/long_long.exp
2237 * gdb.base/longest-types.exp
2238 * gdb.base/maint.exp
2239 * gdb.base/max-value-size.exp
2240 * gdb.base/memattr.exp
2241 * gdb.base/mips_pro.exp
2242 * gdb.base/morestack.exp
2243 * gdb.base/moribund-step.exp
2244 * gdb.base/multi-forks.exp
2245 * gdb.base/nested-addr.exp
2246 * gdb.base/nextoverexit.exp
2247 * gdb.base/noreturn-finish.exp
2248 * gdb.base/noreturn-return.exp
2249 * gdb.base/nostdlib.exp
2250 * gdb.base/offsets.exp
2251 * gdb.base/opaque.exp
2252 * gdb.base/pc-fp.exp
2253 * gdb.base/permissions.exp
2254 * gdb.base/print-symbol-loading.exp
2255 * gdb.base/prologue-include.exp
2256 * gdb.base/psymtab.exp
2257 * gdb.base/ptype.exp
2258 * gdb.base/random-signal.exp
2259 * gdb.base/randomize.exp
2260 * gdb.base/range-stepping.exp
2261 * gdb.base/readline-ask.exp
2262 * gdb.base/recpar.exp
2263 * gdb.base/recurse.exp
2264 * gdb.base/relational.exp
2265 * gdb.base/restore.exp
2266 * gdb.base/return-nodebug.exp
2267 * gdb.base/return.exp
2268 * gdb.base/run-after-attach.exp
2269 * gdb.base/save-bp.exp
2270 * gdb.base/scope.exp
2271 * gdb.base/sect-cmd.exp
2272 * gdb.base/set-lang-auto.exp
2273 * gdb.base/set-noassign.exp
2274 * gdb.base/setvar.exp
2275 * gdb.base/sigall.exp
2276 * gdb.base/sigbpt.exp
2277 * gdb.base/siginfo-addr.exp
2278 * gdb.base/siginfo-infcall.exp
2279 * gdb.base/siginfo-obj.exp
2280 * gdb.base/siginfo.exp
2281 * gdb.base/signals-state-child.exp
2282 * gdb.base/signest.exp
2283 * gdb.base/sigstep.exp
2284 * gdb.base/sizeof.exp
2285 * gdb.base/skip.exp
2286 * gdb.base/solib-corrupted.exp
2287 * gdb.base/solib-nodir.exp
2288 * gdb.base/solib-search.exp
2289 * gdb.base/stack-checking.exp
2290 * gdb.base/stale-infcall.exp
2291 * gdb.base/stap-probe.exp
2292 * gdb.base/start.exp
2293 * gdb.base/step-break.exp
2294 * gdb.base/step-bt.exp
2295 * gdb.base/step-line.exp
2296 * gdb.base/step-over-exit.exp
2297 * gdb.base/step-over-syscall.exp
2298 * gdb.base/step-resume-infcall.exp
2299 * gdb.base/step-test.exp
2300 * gdb.base/store.exp
2301 * gdb.base/structs3.exp
2302 * gdb.base/sym-file.exp
2303 * gdb.base/symbol-without-target_section.exp
2304 * gdb.base/term.exp
2305 * gdb.base/testenv.exp
2306 * gdb.base/ui-redirect.exp
2307 * gdb.base/until.exp
2308 * gdb.base/unwindonsignal.exp
2309 * gdb.base/value-double-free.exp
2310 * gdb.base/vla-datatypes.exp
2311 * gdb.base/vla-ptr.exp
2312 * gdb.base/vla-sideeffect.exp
2313 * gdb.base/volatile.exp
2314 * gdb.base/watch-cond-infcall.exp
2315 * gdb.base/watch-cond.exp
2316 * gdb.base/watch-non-mem.exp
2317 * gdb.base/watch-read.exp
2318 * gdb.base/watch-vfork.exp
2319 * gdb.base/watchpoint-cond-gone.exp
2320 * gdb.base/watchpoint-delete.exp
2321 * gdb.base/watchpoint-hw-hit-once.exp
2322 * gdb.base/watchpoint-hw.exp
2323 * gdb.base/watchpoint-stops-at-right-insn.exp
2324 * gdb.base/watchpoints.exp
2325 * gdb.base/wchar.exp
2326 * gdb.base/whatis-exp.exp
2327 * gdb.btrace/buffer-size.exp
2328 * gdb.btrace/data.exp
2329 * gdb.btrace/delta.exp
2330 * gdb.btrace/dlopen.exp
2331 * gdb.btrace/enable.exp
2332 * gdb.btrace/exception.exp
2333 * gdb.btrace/function_call_history.exp
2334 * gdb.btrace/gcore.exp
2335 * gdb.btrace/instruction_history.exp
2336 * gdb.btrace/nohist.exp
2337 * gdb.btrace/reconnect.exp
2338 * gdb.btrace/record_goto-step.exp
2339 * gdb.btrace/record_goto.exp
2340 * gdb.btrace/rn-dl-bind.exp
2341 * gdb.btrace/segv.exp
2342 * gdb.btrace/step.exp
2343 * gdb.btrace/stepi.exp
2344 * gdb.btrace/tailcall-only.exp
2345 * gdb.btrace/tailcall.exp
2346 * gdb.btrace/tsx.exp
2347 * gdb.btrace/unknown_functions.exp
2348 * gdb.btrace/vdso.exp
2349 * gdb.compile/compile-ifunc.exp
2350 * gdb.compile/compile-ops.exp
2351 * gdb.compile/compile-print.exp
2352 * gdb.compile/compile-setjmp.exp
2353 * gdb.cp/abstract-origin.exp
2354 * gdb.cp/ambiguous.exp
2355 * gdb.cp/annota2.exp
2356 * gdb.cp/annota3.exp
2357 * gdb.cp/anon-ns.exp
2358 * gdb.cp/anon-struct.exp
2359 * gdb.cp/anon-union.exp
2360 * gdb.cp/arg-reference.exp
2361 * gdb.cp/baseenum.exp
2362 * gdb.cp/bool.exp
2363 * gdb.cp/breakpoint.exp
2364 * gdb.cp/bs15503.exp
2365 * gdb.cp/call-c.exp
2366 * gdb.cp/casts.exp
2367 * gdb.cp/chained-calls.exp
2368 * gdb.cp/class2.exp
2369 * gdb.cp/classes.exp
2370 * gdb.cp/cmpd-minsyms.exp
2371 * gdb.cp/converts.exp
2372 * gdb.cp/cp-relocate.exp
2373 * gdb.cp/cpcompletion.exp
2374 * gdb.cp/cpexprs.exp
2375 * gdb.cp/cplabel.exp
2376 * gdb.cp/cplusfuncs.exp
2377 * gdb.cp/cpsizeof.exp
2378 * gdb.cp/ctti.exp
2379 * gdb.cp/derivation.exp
2380 * gdb.cp/destrprint.exp
2381 * gdb.cp/dispcxx.exp
2382 * gdb.cp/enum-class.exp
2383 * gdb.cp/exception.exp
2384 * gdb.cp/exceptprint.exp
2385 * gdb.cp/expand-psymtabs-cxx.exp
2386 * gdb.cp/expand-sals.exp
2387 * gdb.cp/extern-c.exp
2388 * gdb.cp/filename.exp
2389 * gdb.cp/formatted-ref.exp
2390 * gdb.cp/fpointer.exp
2391 * gdb.cp/gdb1355.exp
2392 * gdb.cp/gdb2495.exp
2393 * gdb.cp/hang.exp
2394 * gdb.cp/impl-this.exp
2395 * gdb.cp/infcall-dlopen.exp
2396 * gdb.cp/inherit.exp
2397 * gdb.cp/iostream.exp
2398 * gdb.cp/koenig.exp
2399 * gdb.cp/local.exp
2400 * gdb.cp/m-data.exp
2401 * gdb.cp/m-static.exp
2402 * gdb.cp/mb-ctor.exp
2403 * gdb.cp/mb-inline.exp
2404 * gdb.cp/mb-templates.exp
2405 * gdb.cp/member-name.exp
2406 * gdb.cp/member-ptr.exp
2407 * gdb.cp/meth-typedefs.exp
2408 * gdb.cp/method.exp
2409 * gdb.cp/method2.exp
2410 * gdb.cp/minsym-fallback.exp
2411 * gdb.cp/misc.exp
2412 * gdb.cp/namelessclass.exp
2413 * gdb.cp/namespace-enum.exp
2414 * gdb.cp/namespace-nested-import.exp
2415 * gdb.cp/namespace.exp
2416 * gdb.cp/nextoverthrow.exp
2417 * gdb.cp/no-dmgl-verbose.exp
2418 * gdb.cp/non-trivial-retval.exp
2419 * gdb.cp/noparam.exp
2420 * gdb.cp/nsdecl.exp
2421 * gdb.cp/nsimport.exp
2422 * gdb.cp/nsnested.exp
2423 * gdb.cp/nsnoimports.exp
2424 * gdb.cp/nsrecurs.exp
2425 * gdb.cp/nsstress.exp
2426 * gdb.cp/nsusing.exp
2427 * gdb.cp/operator.exp
2428 * gdb.cp/oranking.exp
2429 * gdb.cp/overload-const.exp
2430 * gdb.cp/overload.exp
2431 * gdb.cp/ovldbreak.exp
2432 * gdb.cp/ovsrch.exp
2433 * gdb.cp/paren-type.exp
2434 * gdb.cp/parse-lang.exp
2435 * gdb.cp/pass-by-ref.exp
2436 * gdb.cp/pr-1023.exp
2437 * gdb.cp/pr-1210.exp
2438 * gdb.cp/pr-574.exp
2439 * gdb.cp/pr10687.exp
2440 * gdb.cp/pr12028.exp
2441 * gdb.cp/pr17132.exp
2442 * gdb.cp/pr17494.exp
2443 * gdb.cp/pr9067.exp
2444 * gdb.cp/pr9167.exp
2445 * gdb.cp/pr9631.exp
2446 * gdb.cp/printmethod.exp
2447 * gdb.cp/psmang.exp
2448 * gdb.cp/psymtab-parameter.exp
2449 * gdb.cp/ptype-cv-cp.exp
2450 * gdb.cp/ptype-flags.exp
2451 * gdb.cp/re-set-overloaded.exp
2452 * gdb.cp/ref-types.exp
2453 * gdb.cp/rtti.exp
2454 * gdb.cp/scope-err.exp
2455 * gdb.cp/shadow.exp
2456 * gdb.cp/smartp.exp
2457 * gdb.cp/static-method.exp
2458 * gdb.cp/static-print-quit.exp
2459 * gdb.cp/temargs.exp
2460 * gdb.cp/templates.exp
2461 * gdb.cp/try_catch.exp
2462 * gdb.cp/typedef-operator.exp
2463 * gdb.cp/typeid.exp
2464 * gdb.cp/userdef.exp
2465 * gdb.cp/using-crash.exp
2466 * gdb.cp/var-tag.exp
2467 * gdb.cp/virtbase.exp
2468 * gdb.cp/virtfunc.exp
2469 * gdb.cp/virtfunc2.exp
2470 * gdb.cp/vla-cxx.exp
2471 * gdb.disasm/t01_mov.exp
2472 * gdb.disasm/t02_mova.exp
2473 * gdb.disasm/t03_add.exp
2474 * gdb.disasm/t04_sub.exp
2475 * gdb.disasm/t05_cmp.exp
2476 * gdb.disasm/t06_ari2.exp
2477 * gdb.disasm/t07_ari3.exp
2478 * gdb.disasm/t08_or.exp
2479 * gdb.disasm/t09_xor.exp
2480 * gdb.disasm/t10_and.exp
2481 * gdb.disasm/t11_logs.exp
2482 * gdb.disasm/t12_bit.exp
2483 * gdb.disasm/t13_otr.exp
2484 * gdb.dlang/circular.exp
2485 * gdb.dwarf2/arr-stride.exp
2486 * gdb.dwarf2/arr-subrange.exp
2487 * gdb.dwarf2/atomic-type.exp
2488 * gdb.dwarf2/bad-regnum.exp
2489 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2490 * gdb.dwarf2/callframecfa.exp
2491 * gdb.dwarf2/clztest.exp
2492 * gdb.dwarf2/corrupt.exp
2493 * gdb.dwarf2/data-loc.exp
2494 * gdb.dwarf2/dup-psym.exp
2495 * gdb.dwarf2/dw2-anon-mptr.exp
2496 * gdb.dwarf2/dw2-anonymous-func.exp
2497 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2498 * gdb.dwarf2/dw2-bad-unresolved.exp
2499 * gdb.dwarf2/dw2-basic.exp
2500 * gdb.dwarf2/dw2-canonicalize-type.exp
2501 * gdb.dwarf2/dw2-case-insensitive.exp
2502 * gdb.dwarf2/dw2-common-block.exp
2503 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2504 * gdb.dwarf2/dw2-compressed.exp
2505 * gdb.dwarf2/dw2-const.exp
2506 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2507 * gdb.dwarf2/dw2-cu-size.exp
2508 * gdb.dwarf2/dw2-dup-frame.exp
2509 * gdb.dwarf2/dw2-entry-value.exp
2510 * gdb.dwarf2/dw2-icycle.exp
2511 * gdb.dwarf2/dw2-ifort-parameter.exp
2512 * gdb.dwarf2/dw2-inline-break.exp
2513 * gdb.dwarf2/dw2-inline-param.exp
2514 * gdb.dwarf2/dw2-intercu.exp
2515 * gdb.dwarf2/dw2-intermix.exp
2516 * gdb.dwarf2/dw2-lexical-block-bare.exp
2517 * gdb.dwarf2/dw2-linkage-name-trust.exp
2518 * gdb.dwarf2/dw2-minsym-in-cu.exp
2519 * gdb.dwarf2/dw2-noloc.exp
2520 * gdb.dwarf2/dw2-op-call.exp
2521 * gdb.dwarf2/dw2-op-out-param.exp
2522 * gdb.dwarf2/dw2-opt-structptr.exp
2523 * gdb.dwarf2/dw2-param-error.exp
2524 * gdb.dwarf2/dw2-producer.exp
2525 * gdb.dwarf2/dw2-ranges-base.exp
2526 * gdb.dwarf2/dw2-ref-missing-frame.exp
2527 * gdb.dwarf2/dw2-reg-undefined.exp
2528 * gdb.dwarf2/dw2-regno-invalid.exp
2529 * gdb.dwarf2/dw2-restore.exp
2530 * gdb.dwarf2/dw2-restrict.exp
2531 * gdb.dwarf2/dw2-single-line-discriminators.exp
2532 * gdb.dwarf2/dw2-strp.exp
2533 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2534 * gdb.dwarf2/dw2-unresolved.exp
2535 * gdb.dwarf2/dw2-var-zero-addr.exp
2536 * gdb.dwarf2/dw4-sig-types.exp
2537 * gdb.dwarf2/dwz.exp
2538 * gdb.dwarf2/dynarr-ptr.exp
2539 * gdb.dwarf2/enum-type.exp
2540 * gdb.dwarf2/gdb-index.exp
2541 * gdb.dwarf2/implptr-64bit.exp
2542 * gdb.dwarf2/implptr-optimized-out.exp
2543 * gdb.dwarf2/implptr.exp
2544 * gdb.dwarf2/implref-array.exp
2545 * gdb.dwarf2/implref-const.exp
2546 * gdb.dwarf2/implref-global.exp
2547 * gdb.dwarf2/implref-struct.exp
2548 * gdb.dwarf2/mac-fileno.exp
2549 * gdb.dwarf2/main-subprogram.exp
2550 * gdb.dwarf2/member-ptr-forwardref.exp
2551 * gdb.dwarf2/method-ptr.exp
2552 * gdb.dwarf2/missing-sig-type.exp
2553 * gdb.dwarf2/nonvar-access.exp
2554 * gdb.dwarf2/opaque-type-lookup.exp
2555 * gdb.dwarf2/pieces-optimized-out.exp
2556 * gdb.dwarf2/pieces.exp
2557 * gdb.dwarf2/pr10770.exp
2558 * gdb.dwarf2/pr13961.exp
2559 * gdb.dwarf2/staticvirtual.exp
2560 * gdb.dwarf2/subrange.exp
2561 * gdb.dwarf2/symtab-producer.exp
2562 * gdb.dwarf2/trace-crash.exp
2563 * gdb.dwarf2/typeddwarf.exp
2564 * gdb.dwarf2/valop.exp
2565 * gdb.dwarf2/watch-notconst.exp
2566 * gdb.fortran/array-element.exp
2567 * gdb.fortran/charset.exp
2568 * gdb.fortran/common-block.exp
2569 * gdb.fortran/complex.exp
2570 * gdb.fortran/derived-type-function.exp
2571 * gdb.fortran/derived-type.exp
2572 * gdb.fortran/logical.exp
2573 * gdb.fortran/module.exp
2574 * gdb.fortran/multi-dim.exp
2575 * gdb.fortran/nested-funcs.exp
2576 * gdb.fortran/print-formatted.exp
2577 * gdb.fortran/subarray.exp
2578 * gdb.fortran/vla-alloc-assoc.exp
2579 * gdb.fortran/vla-datatypes.exp
2580 * gdb.fortran/vla-history.exp
2581 * gdb.fortran/vla-ptr-info.exp
2582 * gdb.fortran/vla-ptype-sub.exp
2583 * gdb.fortran/vla-ptype.exp
2584 * gdb.fortran/vla-sizeof.exp
2585 * gdb.fortran/vla-type.exp
2586 * gdb.fortran/vla-value-sub-arbitrary.exp
2587 * gdb.fortran/vla-value-sub-finish.exp
2588 * gdb.fortran/vla-value-sub.exp
2589 * gdb.fortran/vla-value.exp
2590 * gdb.fortran/whatis_type.exp
2591 * gdb.go/chan.exp
2592 * gdb.go/handcall.exp
2593 * gdb.go/hello.exp
2594 * gdb.go/integers.exp
2595 * gdb.go/methods.exp
2596 * gdb.go/package.exp
2597 * gdb.go/strings.exp
2598 * gdb.go/types.exp
2599 * gdb.go/unsafe.exp
2600 * gdb.guile/scm-arch.exp
2601 * gdb.guile/scm-block.exp
2602 * gdb.guile/scm-breakpoint.exp
2603 * gdb.guile/scm-cmd.exp
2604 * gdb.guile/scm-disasm.exp
2605 * gdb.guile/scm-equal.exp
2606 * gdb.guile/scm-frame-args.exp
2607 * gdb.guile/scm-frame-inline.exp
2608 * gdb.guile/scm-frame.exp
2609 * gdb.guile/scm-iterator.exp
2610 * gdb.guile/scm-math.exp
2611 * gdb.guile/scm-objfile.exp
2612 * gdb.guile/scm-ports.exp
2613 * gdb.guile/scm-symbol.exp
2614 * gdb.guile/scm-symtab.exp
2615 * gdb.guile/scm-value-cc.exp
2616 * gdb.guile/types-module.exp
2617 * gdb.linespec/break-ask.exp
2618 * gdb.linespec/cpexplicit.exp
2619 * gdb.linespec/explicit.exp
2620 * gdb.linespec/keywords.exp
2621 * gdb.linespec/linespec.exp
2622 * gdb.linespec/ls-dollar.exp
2623 * gdb.linespec/ls-errs.exp
2624 * gdb.linespec/skip-two.exp
2625 * gdb.linespec/thread.exp
2626 * gdb.mi/mi-async.exp
2627 * gdb.mi/mi-basics.exp
2628 * gdb.mi/mi-break.exp
2629 * gdb.mi/mi-catch-load.exp
2630 * gdb.mi/mi-cli.exp
2631 * gdb.mi/mi-cmd-param-changed.exp
2632 * gdb.mi/mi-console.exp
2633 * gdb.mi/mi-detach.exp
2634 * gdb.mi/mi-disassemble.exp
2635 * gdb.mi/mi-eval.exp
2636 * gdb.mi/mi-file-transfer.exp
2637 * gdb.mi/mi-file.exp
2638 * gdb.mi/mi-fill-memory.exp
2639 * gdb.mi/mi-inheritance-syntax-error.exp
2640 * gdb.mi/mi-linespec-err-cp.exp
2641 * gdb.mi/mi-logging.exp
2642 * gdb.mi/mi-memory-changed.exp
2643 * gdb.mi/mi-read-memory.exp
2644 * gdb.mi/mi-record-changed.exp
2645 * gdb.mi/mi-reg-undefined.exp
2646 * gdb.mi/mi-regs.exp
2647 * gdb.mi/mi-return.exp
2648 * gdb.mi/mi-reverse.exp
2649 * gdb.mi/mi-simplerun.exp
2650 * gdb.mi/mi-solib.exp
2651 * gdb.mi/mi-stack.exp
2652 * gdb.mi/mi-stepi.exp
2653 * gdb.mi/mi-syn-frame.exp
2654 * gdb.mi/mi-until.exp
2655 * gdb.mi/mi-var-block.exp
2656 * gdb.mi/mi-var-child.exp
2657 * gdb.mi/mi-var-cmd.exp
2658 * gdb.mi/mi-var-cp.exp
2659 * gdb.mi/mi-var-display.exp
2660 * gdb.mi/mi-var-invalidate.exp
2661 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2662 * gdb.mi/mi-vla-fortran.exp
2663 * gdb.mi/mi-watch.exp
2664 * gdb.mi/mi2-var-child.exp
2665 * gdb.mi/user-selected-context-sync.exp
2666 * gdb.modula2/unbounded-array.exp
2667 * gdb.multi/dummy-frame-restore.exp
2668 * gdb.multi/multi-arch-exec.exp
2669 * gdb.multi/multi-arch.exp
2670 * gdb.multi/tids.exp
2671 * gdb.multi/watchpoint-multi.exp
2672 * gdb.opencl/callfuncs.exp
2673 * gdb.opencl/convs_casts.exp
2674 * gdb.opencl/datatypes.exp
2675 * gdb.opencl/operators.exp
2676 * gdb.opencl/vec_comps.exp
2677 * gdb.opt/clobbered-registers-O2.exp
2678 * gdb.opt/inline-break.exp
2679 * gdb.opt/inline-bt.exp
2680 * gdb.opt/inline-cmds.exp
2681 * gdb.opt/inline-locals.exp
2682 * gdb.pascal/case-insensitive-symbols.exp
2683 * gdb.pascal/floats.exp
2684 * gdb.pascal/gdb11492.exp
2685 * gdb.python/lib-types.exp
2686 * gdb.python/py-arch.exp
2687 * gdb.python/py-as-string.exp
2688 * gdb.python/py-bad-printers.exp
2689 * gdb.python/py-block.exp
2690 * gdb.python/py-breakpoint-create-fail.exp
2691 * gdb.python/py-breakpoint.exp
2692 * gdb.python/py-caller-is.exp
2693 * gdb.python/py-cmd.exp
2694 * gdb.python/py-explore-cc.exp
2695 * gdb.python/py-explore.exp
2696 * gdb.python/py-finish-breakpoint.exp
2697 * gdb.python/py-finish-breakpoint2.exp
2698 * gdb.python/py-frame-args.exp
2699 * gdb.python/py-frame-inline.exp
2700 * gdb.python/py-frame.exp
2701 * gdb.python/py-framefilter-mi.exp
2702 * gdb.python/py-infthread.exp
2703 * gdb.python/py-lazy-string.exp
2704 * gdb.python/py-linetable.exp
2705 * gdb.python/py-mi-events.exp
2706 * gdb.python/py-mi-objfile.exp
2707 * gdb.python/py-mi.exp
2708 * gdb.python/py-objfile.exp
2709 * gdb.python/py-pp-integral.exp
2710 * gdb.python/py-pp-maint.exp
2711 * gdb.python/py-pp-re-notag.exp
2712 * gdb.python/py-pp-registration.exp
2713 * gdb.python/py-recurse-unwind.exp
2714 * gdb.python/py-strfns.exp
2715 * gdb.python/py-symbol.exp
2716 * gdb.python/py-symtab.exp
2717 * gdb.python/py-sync-interp.exp
2718 * gdb.python/py-typeprint.exp
2719 * gdb.python/py-unwind-maint.exp
2720 * gdb.python/py-unwind.exp
2721 * gdb.python/py-value-cc.exp
2722 * gdb.python/py-xmethods.exp
2723 * gdb.reverse/amd64-tailcall-reverse.exp
2724 * gdb.reverse/break-precsave.exp
2725 * gdb.reverse/break-reverse.exp
2726 * gdb.reverse/consecutive-precsave.exp
2727 * gdb.reverse/consecutive-reverse.exp
2728 * gdb.reverse/finish-precsave.exp
2729 * gdb.reverse/finish-reverse-bkpt.exp
2730 * gdb.reverse/finish-reverse.exp
2731 * gdb.reverse/fstatat-reverse.exp
2732 * gdb.reverse/getresuid-reverse.exp
2733 * gdb.reverse/i386-precsave.exp
2734 * gdb.reverse/i386-reverse.exp
2735 * gdb.reverse/i386-sse-reverse.exp
2736 * gdb.reverse/i387-env-reverse.exp
2737 * gdb.reverse/i387-stack-reverse.exp
2738 * gdb.reverse/insn-reverse.exp
2739 * gdb.reverse/machinestate-precsave.exp
2740 * gdb.reverse/machinestate.exp
2741 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2742 * gdb.reverse/pipe-reverse.exp
2743 * gdb.reverse/readv-reverse.exp
2744 * gdb.reverse/recvmsg-reverse.exp
2745 * gdb.reverse/rerun-prec.exp
2746 * gdb.reverse/s390-mvcle.exp
2747 * gdb.reverse/step-precsave.exp
2748 * gdb.reverse/step-reverse.exp
2749 * gdb.reverse/time-reverse.exp
2750 * gdb.reverse/until-precsave.exp
2751 * gdb.reverse/until-reverse.exp
2752 * gdb.reverse/waitpid-reverse.exp
2753 * gdb.reverse/watch-precsave.exp
2754 * gdb.reverse/watch-reverse.exp
2755 * gdb.rust/generics.exp
2756 * gdb.rust/methods.exp
2757 * gdb.rust/modules.exp
2758 * gdb.rust/simple.exp
2759 * gdb.server/connect-with-no-symbol-file.exp
2760 * gdb.server/ext-attach.exp
2761 * gdb.server/ext-restart.exp
2762 * gdb.server/ext-wrapper.exp
2763 * gdb.server/file-transfer.exp
2764 * gdb.server/server-exec-info.exp
2765 * gdb.server/server-kill.exp
2766 * gdb.server/server-mon.exp
2767 * gdb.server/wrapper.exp
2768 * gdb.stabs/exclfwd.exp
2769 * gdb.stabs/gdb11479.exp
2770 * gdb.threads/clone-new-thread-event.exp
2771 * gdb.threads/corethreads.exp
2772 * gdb.threads/current-lwp-dead.exp
2773 * gdb.threads/dlopen-libpthread.exp
2774 * gdb.threads/gcore-thread.exp
2775 * gdb.threads/sigstep-threads.exp
2776 * gdb.threads/watchpoint-fork.exp
2777 * gdb.trace/actions-changed.exp
2778 * gdb.trace/backtrace.exp
2779 * gdb.trace/change-loc.exp
2780 * gdb.trace/circ.exp
2781 * gdb.trace/collection.exp
2782 * gdb.trace/disconnected-tracing.exp
2783 * gdb.trace/ftrace.exp
2784 * gdb.trace/mi-trace-frame-collected.exp
2785 * gdb.trace/mi-trace-unavailable.exp
2786 * gdb.trace/mi-traceframe-changed.exp
2787 * gdb.trace/mi-tsv-changed.exp
2788 * gdb.trace/no-attach-trace.exp
2789 * gdb.trace/passc-dyn.exp
2790 * gdb.trace/qtro.exp
2791 * gdb.trace/range-stepping.exp
2792 * gdb.trace/read-memory.exp
2793 * gdb.trace/save-trace.exp
2794 * gdb.trace/signal.exp
2795 * gdb.trace/status-stop.exp
2796 * gdb.trace/tfile.exp
2797 * gdb.trace/trace-break.exp
2798 * gdb.trace/trace-buffer-size.exp
2799 * gdb.trace/trace-condition.exp
2800 * gdb.trace/tracefile-pseudo-reg.exp
2801 * gdb.trace/tstatus.exp
2802 * gdb.trace/unavailable.exp
2803 * gdb.trace/while-dyn.exp
2804 * gdb.trace/while-stepping.exp
2805
34c41c68
DE
28062016-12-22 Doug Evans <xdje42@gmail.com>
2807
2808 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2809 and msymbols.
2810
16e69324
YQ
28112016-12-19 Yao Qi <yao.qi@linaro.org>
2812
2813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2814 (test_with_self): Don't call do_steps_and_nexts, and remove
2815 code about stepping into xmalloc.
2816
f94f411b
YQ
28172016-12-09 Yao Qi <yao.qi@linaro.org>
2818
2819 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2820
28212016-12-09 Yao Qi <yao.qi@linaro.org>
2822
2823 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2824
f1b5deee
PA
28252016-12-09 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/all-architectures-0.exp: New file.
2828 * gdb.base/all-architectures-1.exp: New file.
2829 * gdb.base/all-architectures-2.exp: New file.
2830 * gdb.base/all-architectures-3.exp: New file.
2831 * gdb.base/all-architectures-4.exp: New file.
2832 * gdb.base/all-architectures-5.exp: New file.
2833 * gdb.base/all-architectures-6.exp: New file.
2834 * gdb.base/all-architectures-7.exp: New file.
2835 * gdb.base/all-architectures.exp.in: New file.
2836
364ca42e
YQ
28372016-12-09 Yao Qi <yao.qi@linaro.org>
2838
2839 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2840
107c2d62
LM
28412016-12-02 Luis Machado <lgustavo@codesourcery.com>
2842
2843 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2844 possible.
2845 Remove useless pattern-matching code.
2846
df3ee9ca
PA
28472016-12-02 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2850 procedure.
2851 (top level): Call it.
2852
ec835369
PA
28532016-12-02 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2856 New procedure.
2857 (top level): Call it.
2858
01770bbd
PA
28592016-12-02 Pedro Alves <palves@redhat.com>
2860
2861 PR cli/20559
2862 * gdb.base/commands.exp (user_defined_command_args_eval): New
2863 procedure.
2864 (top level): Call it.
2865
008459ea
LM
28662016-12-02 Luis Machado <lgustavo@codesourcery.com>
2867
2868 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2869 timeout handling.
2870
0c1b455e
TT
28712016-12-02 Tom Tromey <tom@tromey.com>
2872
2873 * gdb.dwarf2/main-subprogram.c: New file.
2874 * gdb.dwarf2/main-subprogram.exp: New file.
2875
018572b8
LM
28762016-12-01 Luis Machado <lgustavo@codesourcery.com>
2877
2878 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2879 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2880 gdb_test_no_output for a couple of cases.
2881 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2882
84c93cd5
LM
28832016-12-01 Luis Machado <lgustavo@codesourcery.com>
2884
2885 Fix test names and standardize compilation error messages throughout
2886 the following files:
2887
2888 * gdb.ada/start.exp
2889 * gdb.arch/alpha-step.exp
2890 * gdb.arch/e500-prologue.exp
2891 * gdb.arch/ftrace-insn-reloc.exp
2892 * gdb.arch/gdb1291.exp
2893 * gdb.arch/gdb1431.exp
2894 * gdb.arch/gdb1558.exp
2895 * gdb.arch/i386-dr3-watch.exp
2896 * gdb.arch/i386-sse-stack-align.exp
2897 * gdb.arch/ia64-breakpoint-shadow.exp
2898 * gdb.arch/pa-nullify.exp
2899 * gdb.arch/powerpc-aix-prologue.exp
2900 * gdb.arch/thumb-bx-pc.exp
2901 * gdb.base/annota1.exp
2902 * gdb.base/annota3.exp
2903 * gdb.base/arrayidx.exp
2904 * gdb.base/assign.exp
2905 * gdb.base/attach.exp
2906 * gdb.base/auxv.exp
2907 * gdb.base/bang.exp
2908 * gdb.base/bfp-test.exp
2909 * gdb.base/bigcore.exp
2910 * gdb.base/bitfields2.exp
2911 * gdb.base/break-fun-addr.exp
2912 * gdb.base/break-probes.exp
2913 * gdb.base/call-rt-st.exp
2914 * gdb.base/callexit.exp
2915 * gdb.base/catch-fork-kill.exp
2916 * gdb.base/charset.exp
2917 * gdb.base/checkpoint.exp
2918 * gdb.base/comprdebug.exp
2919 * gdb.base/constvars.exp
2920 * gdb.base/coredump-filter.exp
2921 * gdb.base/cursal.exp
2922 * gdb.base/cvexpr.exp
2923 * gdb.base/detach.exp
2924 * gdb.base/display.exp
2925 * gdb.base/dmsym.exp
2926 * gdb.base/dprintf-pending.exp
2927 * gdb.base/dso2dso.exp
2928 * gdb.base/dtrace-probe.exp
2929 * gdb.base/dump.exp
2930 * gdb.base/enum_cond.exp
2931 * gdb.base/exe-lock.exp
2932 * gdb.base/exec-invalid-sysroot.exp
2933 * gdb.base/execl-update-breakpoints.exp
2934 * gdb.base/exprs.exp
2935 * gdb.base/fileio.exp
2936 * gdb.base/find.exp
2937 * gdb.base/finish.exp
2938 * gdb.base/fixsection.exp
2939 * gdb.base/foll-vfork.exp
2940 * gdb.base/frame-args.exp
2941 * gdb.base/gcore.exp
2942 * gdb.base/gdb1250.exp
2943 * gdb.base/global-var-nested-by-dso.exp
2944 * gdb.base/gnu-ifunc.exp
2945 * gdb.base/hashline1.exp
2946 * gdb.base/hashline2.exp
2947 * gdb.base/hashline3.exp
2948 * gdb.base/hbreak-in-shr-unsupported.exp
2949 * gdb.base/huge.exp
2950 * gdb.base/infcall-input.exp
2951 * gdb.base/info-fun.exp
2952 * gdb.base/info-shared.exp
2953 * gdb.base/jit-simple.exp
2954 * gdb.base/jit-so.exp
2955 * gdb.base/jit.exp
2956 * gdb.base/jump.exp
2957 * gdb.base/label.exp
2958 * gdb.base/lineinc.exp
2959 * gdb.base/logical.exp
2960 * gdb.base/longjmp.exp
2961 * gdb.base/macscp.exp
2962 * gdb.base/miscexprs.exp
2963 * gdb.base/new-ui-echo.exp
2964 * gdb.base/new-ui-pending-input.exp
2965 * gdb.base/new-ui.exp
2966 * gdb.base/nodebug.exp
2967 * gdb.base/nofield.exp
2968 * gdb.base/offsets.exp
2969 * gdb.base/overlays.exp
2970 * gdb.base/pending.exp
2971 * gdb.base/pointers.exp
2972 * gdb.base/pr11022.exp
2973 * gdb.base/printcmds.exp
2974 * gdb.base/prologue.exp
2975 * gdb.base/ptr-typedef.exp
2976 * gdb.base/realname-expand.exp
2977 * gdb.base/relativedebug.exp
2978 * gdb.base/relocate.exp
2979 * gdb.base/remote.exp
2980 * gdb.base/reread.exp
2981 * gdb.base/return2.exp
2982 * gdb.base/savedregs.exp
2983 * gdb.base/sep.exp
2984 * gdb.base/sepdebug.exp
2985 * gdb.base/sepsymtab.exp
2986 * gdb.base/set-inferior-tty.exp
2987 * gdb.base/setshow.exp
2988 * gdb.base/shlib-call.exp
2989 * gdb.base/sigaltstack.exp
2990 * gdb.base/siginfo-addr.exp
2991 * gdb.base/signals.exp
2992 * gdb.base/signull.exp
2993 * gdb.base/sigrepeat.exp
2994 * gdb.base/so-impl-ld.exp
2995 * gdb.base/solib-display.exp
2996 * gdb.base/solib-overlap.exp
2997 * gdb.base/solib-search.exp
2998 * gdb.base/solib-symbol.exp
2999 * gdb.base/structs.exp
3000 * gdb.base/structs2.exp
3001 * gdb.base/symtab-search-order.exp
3002 * gdb.base/twice.exp
3003 * gdb.base/unload.exp
3004 * gdb.base/varargs.exp
3005 * gdb.base/watchpoint-solib.exp
3006 * gdb.base/watchpoint.exp
3007 * gdb.base/whatis.exp
3008 * gdb.base/wrong_frame_bt_full.exp
3009 * gdb.btrace/dlopen.exp
3010 * gdb.cell/ea-standalone.exp
3011 * gdb.cell/ea-test.exp
3012 * gdb.cp/dispcxx.exp
3013 * gdb.cp/gdb2384.exp
3014 * gdb.cp/method2.exp
3015 * gdb.cp/nextoverthrow.exp
3016 * gdb.cp/pr10728.exp
3017 * gdb.disasm/am33.exp
3018 * gdb.disasm/h8300s.exp
3019 * gdb.disasm/mn10300.exp
3020 * gdb.disasm/sh3.exp
3021 * gdb.dwarf2/dw2-dir-file-name.exp
3022 * gdb.fortran/complex.exp
3023 * gdb.fortran/library-module.exp
3024 * gdb.guile/scm-pretty-print.exp
3025 * gdb.guile/scm-symbol.exp
3026 * gdb.guile/scm-type.exp
3027 * gdb.guile/scm-value.exp
3028 * gdb.linespec/linespec.exp
3029 * gdb.mi/gdb701.exp
3030 * gdb.mi/gdb792.exp
3031 * gdb.mi/mi-breakpoint-changed.exp
3032 * gdb.mi/mi-dprintf-pending.exp
3033 * gdb.mi/mi-dprintf.exp
3034 * gdb.mi/mi-exit-code.exp
3035 * gdb.mi/mi-pending.exp
3036 * gdb.mi/mi-solib.exp
3037 * gdb.mi/new-ui-mi-sync.exp
3038 * gdb.mi/pr11022.exp
3039 * gdb.mi/user-selected-context-sync.exp
3040 * gdb.opt/solib-intra-step.exp
3041 * gdb.python/py-events.exp
3042 * gdb.python/py-finish-breakpoint.exp
3043 * gdb.python/py-mi.exp
3044 * gdb.python/py-prettyprint.exp
3045 * gdb.python/py-shared.exp
3046 * gdb.python/py-symbol.exp
3047 * gdb.python/py-template.exp
3048 * gdb.python/py-type.exp
3049 * gdb.python/py-value.exp
3050 * gdb.reverse/solib-precsave.exp
3051 * gdb.reverse/solib-reverse.exp
3052 * gdb.server/solib-list.exp
3053 * gdb.stabs/weird.exp
3054 * gdb.threads/reconnect-signal.exp
3055 * gdb.threads/stepi-random-signal.exp
3056 * gdb.trace/actions.exp
3057 * gdb.trace/ax.exp
3058 * gdb.trace/backtrace.exp
3059 * gdb.trace/change-loc.exp
3060 * gdb.trace/deltrace.exp
3061 * gdb.trace/ftrace-lock.exp
3062 * gdb.trace/ftrace.exp
3063 * gdb.trace/infotrace.exp
3064 * gdb.trace/mi-tracepoint-changed.exp
3065 * gdb.trace/packetlen.exp
3066 * gdb.trace/passcount.exp
3067 * gdb.trace/pending.exp
3068 * gdb.trace/range-stepping.exp
3069 * gdb.trace/report.exp
3070 * gdb.trace/stap-trace.exp
3071 * gdb.trace/tfind.exp
3072 * gdb.trace/trace-break.exp
3073 * gdb.trace/trace-condition.exp
3074 * gdb.trace/trace-enable-disable.exp
3075 * gdb.trace/trace-mt.exp
3076 * gdb.trace/tracecmd.exp
3077 * gdb.trace/tspeed.exp
3078 * gdb.trace/tsv.exp
3079 * lib/perftest.exp
3080
fb9feb35
LM
30812016-12-01 Luis Machado <lgustavo@codesourcery.com>
3082
3083 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3084 with gdb_test_no_output.
3085 Use command as test name.
3086
cd2ddb6c
LM
30872016-12-01 Luis Machado <lgustavo@codesourcery.com>
3088
3089 Fix test names starting with uppercase throughout the files.
3090
3091 * gdb.ada/assign_1.exp
3092 * gdb.ada/boolean_expr.exp
3093 * gdb.base/arrayidx.exp
3094 * gdb.base/del.exp
3095 * gdb.base/gcore-buffer-overflow.exp
3096 * gdb.base/testenv.exp
3097 * gdb.compile/compile.exp
3098 * gdb.python/py-framefilter-invalidarg.exp
3099 * gdb.python/py-framefilter.exp
3100
bb95117e
LM
31012016-12-01 Luis Machado <lgustavo@codesourcery.com>
3102
3103 Fix test names starting with uppercase throughout the files.
3104
3105 * gdb.ada/array_return.exp
3106 * gdb.ada/expr_delims.exp
3107 * gdb.ada/mi_dyn_arr.exp
3108 * gdb.ada/mi_interface.exp
3109 * gdb.ada/mi_var_array.exp
3110 * gdb.ada/watch_arg.exp
3111 * gdb.arch/alpha-step.exp
3112 * gdb.arch/altivec-regs.exp
3113 * gdb.arch/e500-regs.exp
3114 * gdb.arch/powerpc-d128-regs.exp
3115 * gdb.base/arrayidx.exp
3116 * gdb.base/break.exp
3117 * gdb.base/checkpoint.exp
3118 * gdb.base/debug-expr.exp
3119 * gdb.base/dmsym.exp
3120 * gdb.base/radix.exp
3121 * gdb.base/sepdebug.exp
3122 * gdb.base/testenv.exp
3123 * gdb.base/watch_thread_num.exp
3124 * gdb.base/watchpoint-cond-gone.exp
3125 * gdb.cell/break.exp
3126 * gdb.cell/ea-cache.exp
3127 * gdb.compile/compile.exp
3128 * gdb.cp/gdb2495.exp
3129 * gdb.gdb/selftest.exp
3130 * gdb.gdb/xfullpath.exp
3131 * gdb.go/hello.exp
3132 * gdb.go/integers.exp
3133 * gdb.objc/basicclass.exp
3134 * gdb.pascal/hello.exp
3135 * gdb.pascal/integers.exp
3136 * gdb.python/py-breakpoint.exp
3137 * gdb.python/py-cmd.exp
3138 * gdb.python/py-linetable.exp
3139 * gdb.python/py-xmethods.exp
3140 * gdb.python/python.exp
3141 * gdb.reverse/consecutive-precsave.exp
3142 * gdb.reverse/finish-precsave.exp
3143 * gdb.reverse/i386-precsave.exp
3144 * gdb.reverse/machinestate-precsave.exp
3145 * gdb.reverse/sigall-precsave.exp
3146 * gdb.reverse/solib-precsave.exp
3147 * gdb.reverse/step-precsave.exp
3148 * gdb.reverse/until-precsave.exp
3149 * gdb.reverse/watch-precsave.exp
3150 * gdb.threads/leader-exit.exp
3151 * gdb.threads/pthreads.exp
3152 * gdb.threads/wp-replication.exp
3153 * gdb.trace/actions.exp
3154 * gdb.trace/mi-tsv-changed.exp
3155 * gdb.trace/tsv.exp
3156
de97fdd4
LM
31572016-12-01 Luis Machado <lgustavo@codesourcery.com>
3158
3159 Fix test names starting with uppercase throughout the files.
3160
3161 * gdb.arch/i386-bp_permanent.exp
3162 * gdb.arch/i386-gnu-cfi.exp
3163 * gdb.base/disasm-end-cu.exp
3164 * gdb.base/macscp.exp
3165 * gdb.base/pending.exp
3166 * gdb.base/watch_thread_num.exp
3167 * gdb.cp/exception.exp
3168 * gdb.cp/gdb2495.exp
3169 * gdb.cp/local.exp
3170 * gdb.python/py-evsignal.exp
3171 * gdb.python/python.exp
3172 * gdb.trace/tracecmd.exp
3173
9f058c10
LM
31742016-12-01 Luis Machado <lgustavo@codesourcery.com>
3175
3176 Fix test names starting with uppercase throughout the files.
3177
3178 * gdb.base/charset.exp
3179 * gdb.base/eval.exp
3180 * gdb.base/multi-forks.exp
3181 * gdb.guile/scm-progspace.exp
3182 * gdb.opencl/datatypes.exp
3183 * gdb.python/py-block.exp
3184 * gdb.python/py-function.exp
3185 * gdb.python/py-symbol.exp
3186 * gdb.python/py-symtab.exp
3187 * gdb.python/py-xmethods.exp
3188 * gdb.reverse/break-precsave.exp
3189 * gdb.reverse/break-reverse.exp
3190 * gdb.reverse/consecutive-precsave.exp
3191 * gdb.reverse/consecutive-reverse.exp
3192 * gdb.reverse/finish-precsave.exp
3193 * gdb.reverse/finish-reverse-bkpt.exp
3194 * gdb.reverse/finish-reverse.exp
3195 * gdb.reverse/fstatat-reverse.exp
3196 * gdb.reverse/getresuid-reverse.exp
3197 * gdb.reverse/i386-precsave.exp
3198 * gdb.reverse/i386-reverse.exp
3199 * gdb.reverse/i386-sse-reverse.exp
3200 * gdb.reverse/i387-stack-reverse.exp
3201 * gdb.reverse/insn-reverse.exp
3202 * gdb.reverse/machinestate-precsave.exp
3203 * gdb.reverse/machinestate.exp
3204 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3205 * gdb.reverse/pipe-reverse.exp
3206 * gdb.reverse/readv-reverse.exp
3207 * gdb.reverse/recvmsg-reverse.exp
3208 * gdb.reverse/rerun-prec.exp
3209 * gdb.reverse/s390-mvcle.exp
3210 * gdb.reverse/sigall-precsave.exp
3211 * gdb.reverse/sigall-reverse.exp
3212 * gdb.reverse/solib-precsave.exp
3213 * gdb.reverse/solib-reverse.exp
3214 * gdb.reverse/step-precsave.exp
3215 * gdb.reverse/step-reverse.exp
3216 * gdb.reverse/time-reverse.exp
3217 * gdb.reverse/until-precsave.exp
3218 * gdb.reverse/until-reverse.exp
3219 * gdb.reverse/waitpid-reverse.exp
3220 * gdb.reverse/watch-precsave.exp
3221 * gdb.reverse/watch-reverse.exp
3222
cdc7edd7
LM
32232016-12-01 Luis Machado <lgustavo@codesourcery.com>
3224
3225 Fix test names starting with uppercase throughout the files.
3226
3227 * gdb.arch/i386-mpx-simple_segv.exp
3228 * gdb.arch/i386-mpx.exp
3229 * gdb.arch/i386-permbkpt.exp
3230 * gdb.arch/pa-nullify.exp
3231 * gdb.arch/powerpc-d128-regs.exp
3232 * gdb.arch/vsx-regs.exp
3233 * gdb.base/bfp-test.exp
3234 * gdb.base/break.exp
3235 * gdb.base/breakpoint-shadow.exp
3236 * gdb.base/callfuncs.exp
3237 * gdb.base/charset.exp
3238 * gdb.base/commands.exp
3239 * gdb.base/completion.exp
3240 * gdb.base/dfp-test.exp
3241 * gdb.base/echo.exp
3242 * gdb.base/ending-run.exp
3243 * gdb.base/eval.exp
3244 * gdb.base/expand-psymtabs.exp
3245 * gdb.base/float128.exp
3246 * gdb.base/floatn.exp
3247 * gdb.base/foll-exec-mode.exp
3248 * gdb.base/gdb1056.exp
3249 * gdb.base/gdb11531.exp
3250 * gdb.base/kill-after-signal.exp
3251 * gdb.base/multi-forks.exp
3252 * gdb.base/overlays.exp
3253 * gdb.base/pending.exp
3254 * gdb.base/sepdebug.exp
3255 * gdb.base/testenv.exp
3256 * gdb.base/valgrind-db-attach.exp
3257 * gdb.base/watch_thread_num.exp
3258 * gdb.base/watchpoint-cond-gone.exp
3259 * gdb.base/watchpoint.exp
3260 * gdb.base/watchpoints.exp
3261 * gdb.cp/arg-reference.exp
3262 * gdb.cp/baseenum.exp
3263 * gdb.cp/operator.exp
3264 * gdb.cp/shadow.exp
3265 * gdb.dwarf2/dw2-op-out-param.exp
3266 * gdb.dwarf2/dw2-reg-undefined.exp
3267 * gdb.go/chan.exp
3268 * gdb.go/hello.exp
3269 * gdb.go/integers.exp
3270 * gdb.go/methods.exp
3271 * gdb.go/package.exp
3272 * gdb.guile/scm-parameter.exp
3273 * gdb.guile/scm-progspace.exp
3274 * gdb.guile/scm-value.exp
3275 * gdb.mi/mi-pending.exp
3276 * gdb.mi/user-selected-context-sync.exp
3277 * gdb.multi/multi-attach.exp
3278 * gdb.multi/tids.exp
3279 * gdb.opt/clobbered-registers-O2.exp
3280 * gdb.pascal/floats.exp
3281 * gdb.pascal/integers.exp
3282 * gdb.python/py-block.exp
3283 * gdb.python/py-events.exp
3284 * gdb.python/py-parameter.exp
3285 * gdb.python/py-symbol.exp
3286 * gdb.python/py-symtab.exp
3287 * gdb.python/py-type.exp
3288 * gdb.python/py-value.exp
3289 * gdb.python/py-xmethods.exp
3290 * gdb.python/python.exp
3291 * gdb.reverse/break-precsave.exp
3292 * gdb.reverse/consecutive-precsave.exp
3293 * gdb.reverse/finish-precsave.exp
3294 * gdb.reverse/i386-precsave.exp
3295 * gdb.reverse/machinestate-precsave.exp
3296 * gdb.reverse/sigall-precsave.exp
3297 * gdb.reverse/solib-precsave.exp
3298 * gdb.reverse/step-precsave.exp
3299 * gdb.reverse/until-precsave.exp
3300 * gdb.reverse/watch-precsave.exp
3301 * gdb.server/ext-attach.exp
3302 * gdb.server/ext-restart.exp
3303 * gdb.server/ext-run.exp
3304 * gdb.server/ext-wrapper.exp
3305 * gdb.stabs/gdb11479.exp
3306 * gdb.stabs/weird.exp
3307 * gdb.threads/attach-many-short-lived-threads.exp
3308 * gdb.threads/kill.exp
3309 * gdb.threads/watchpoint-fork.exp
3310
bc6c7af4
LM
33112016-12-01 Luis Machado <lgustavo@codesourcery.com>
3312
3313 Fix test names starting with uppercase throughout all the files below.
3314
3315 * gdb.ada/array_return.exp
3316 * gdb.ada/catch_ex.exp
3317 * gdb.ada/info_exc.exp
3318 * gdb.ada/mi_catch_ex.exp
3319 * gdb.ada/mi_dyn_arr.exp
3320 * gdb.ada/mi_ex_cond.exp
3321 * gdb.ada/mi_exc_info.exp
3322 * gdb.ada/mi_interface.exp
3323 * gdb.ada/mi_task_arg.exp
3324 * gdb.ada/mi_task_info.exp
3325 * gdb.ada/mi_var_array.exp
3326 * gdb.arch/alpha-step.exp
3327 * gdb.arch/amd64-disp-step.exp
3328 * gdb.arch/arm-disp-step.exp
3329 * gdb.arch/disp-step-insn-reloc.exp
3330 * gdb.arch/e500-prologue.exp
3331 * gdb.arch/ftrace-insn-reloc.exp
3332 * gdb.arch/gdb1558.exp
3333 * gdb.arch/i386-bp_permanent.exp
3334 * gdb.arch/i386-disp-step.exp
3335 * gdb.arch/i386-float.exp
3336 * gdb.arch/i386-gnu-cfi.exp
3337 * gdb.arch/ia64-breakpoint-shadow.exp
3338 * gdb.arch/mips16-thunks.exp
3339 * gdb.arch/pa-nullify.exp
3340 * gdb.arch/powerpc-aix-prologue.exp
3341 * gdb.arch/powerpc-power.exp
3342 * gdb.arch/ppc-dfp.exp
3343 * gdb.arch/s390-tdbregs.exp
3344 * gdb.arch/spu-info.exp
3345 * gdb.arch/spu-ls.exp
3346 * gdb.arch/thumb-bx-pc.exp
3347 * gdb.base/advance.exp
3348 * gdb.base/annota-input-while-running.exp
3349 * gdb.base/arrayidx.exp
3350 * gdb.base/asmlabel.exp
3351 * gdb.base/async.exp
3352 * gdb.base/attach-wait-input.exp
3353 * gdb.base/auto-connect-native-target.exp
3354 * gdb.base/batch-preserve-term-settings.exp
3355 * gdb.base/bfp-test.exp
3356 * gdb.base/bigcore.exp
3357 * gdb.base/bp-permanent.exp
3358 * gdb.base/break-always.exp
3359 * gdb.base/break-fun-addr.exp
3360 * gdb.base/break-idempotent.exp
3361 * gdb.base/break-main-file-remove-fail.exp
3362 * gdb.base/break-probes.exp
3363 * gdb.base/break-unload-file.exp
3364 * gdb.base/break.exp
3365 * gdb.base/call-ar-st.exp
3366 * gdb.base/call-rt-st.exp
3367 * gdb.base/call-sc.exp
3368 * gdb.base/call-signal-resume.exp
3369 * gdb.base/call-strs.exp
3370 * gdb.base/callexit.exp
3371 * gdb.base/callfuncs.exp
3372 * gdb.base/catch-gdb-caused-signals.exp
3373 * gdb.base/catch-signal-siginfo-cond.exp
3374 * gdb.base/catch-syscall.exp
3375 * gdb.base/compare-sections.exp
3376 * gdb.base/cond-eval-mode.exp
3377 * gdb.base/condbreak-call-false.exp
3378 * gdb.base/consecutive-step-over.exp
3379 * gdb.base/cursal.exp
3380 * gdb.base/disabled-location.exp
3381 * gdb.base/disasm-end-cu.exp
3382 * gdb.base/display.exp
3383 * gdb.base/double-prompt-target-event-error.exp
3384 * gdb.base/dprintf-bp-same-addr.exp
3385 * gdb.base/dprintf-detach.exp
3386 * gdb.base/dprintf-next.exp
3387 * gdb.base/dprintf-non-stop.exp
3388 * gdb.base/dprintf-pending.exp
3389 * gdb.base/dso2dso.exp
3390 * gdb.base/ending-run.exp
3391 * gdb.base/enum_cond.exp
3392 * gdb.base/examine-backward.exp
3393 * gdb.base/exe-lock.exp
3394 * gdb.base/exec-invalid-sysroot.exp
3395 * gdb.base/execl-update-breakpoints.exp
3396 * gdb.base/execution-termios.exp
3397 * gdb.base/fileio.exp
3398 * gdb.base/fixsection.exp
3399 * gdb.base/foll-exec-mode.exp
3400 * gdb.base/foll-exec.exp
3401 * gdb.base/fork-running-state.exp
3402 * gdb.base/frame-args.exp
3403 * gdb.base/fullpath-expand.exp
3404 * gdb.base/func-ptr.exp
3405 * gdb.base/gcore-relro-pie.exp
3406 * gdb.base/gdb1090.exp
3407 * gdb.base/gdb1555.exp
3408 * gdb.base/global-var-nested-by-dso.exp
3409 * gdb.base/gnu-ifunc.exp
3410 * gdb.base/hbreak-in-shr-unsupported.exp
3411 * gdb.base/hbreak-unmapped.exp
3412 * gdb.base/hook-stop.exp
3413 * gdb.base/infcall-input.exp
3414 * gdb.base/info-fun.exp
3415 * gdb.base/info-shared.exp
3416 * gdb.base/interrupt-noterm.exp
3417 * gdb.base/jit-so.exp
3418 * gdb.base/jit.exp
3419 * gdb.base/line-symtabs.exp
3420 * gdb.base/list.exp
3421 * gdb.base/longjmp.exp
3422 * gdb.base/macscp.exp
3423 * gdb.base/max-value-size.exp
3424 * gdb.base/nodebug.exp
3425 * gdb.base/nofield.exp
3426 * gdb.base/overlays.exp
3427 * gdb.base/paginate-after-ctrl-c-running.exp
3428 * gdb.base/paginate-bg-execution.exp
3429 * gdb.base/paginate-inferior-exit.exp
3430 * gdb.base/pending.exp
3431 * gdb.base/pr11022.exp
3432 * gdb.base/printcmds.exp
3433 * gdb.base/ptr-typedef.exp
3434 * gdb.base/ptype.exp
3435 * gdb.base/randomize.exp
3436 * gdb.base/range-stepping.exp
3437 * gdb.base/realname-expand.exp
3438 * gdb.base/relativedebug.exp
3439 * gdb.base/remote.exp
3440 * gdb.base/savedregs.exp
3441 * gdb.base/sepdebug.exp
3442 * gdb.base/set-noassign.exp
3443 * gdb.base/shlib-call.exp
3444 * gdb.base/shreloc.exp
3445 * gdb.base/sigaltstack.exp
3446 * gdb.base/sigbpt.exp
3447 * gdb.base/siginfo-addr.exp
3448 * gdb.base/siginfo-obj.exp
3449 * gdb.base/siginfo-thread.exp
3450 * gdb.base/signest.exp
3451 * gdb.base/signull.exp
3452 * gdb.base/sigrepeat.exp
3453 * gdb.base/skip.exp
3454 * gdb.base/so-impl-ld.exp
3455 * gdb.base/solib-corrupted.exp
3456 * gdb.base/solib-disc.exp
3457 * gdb.base/solib-display.exp
3458 * gdb.base/solib-overlap.exp
3459 * gdb.base/solib-search.exp
3460 * gdb.base/solib-symbol.exp
3461 * gdb.base/source-execution.exp
3462 * gdb.base/sss-bp-on-user-bp-2.exp
3463 * gdb.base/sss-bp-on-user-bp.exp
3464 * gdb.base/stack-checking.exp
3465 * gdb.base/stale-infcall.exp
3466 * gdb.base/step-break.exp
3467 * gdb.base/step-line.exp
3468 * gdb.base/step-over-exit.exp
3469 * gdb.base/step-test.exp
3470 * gdb.base/structs.exp
3471 * gdb.base/sym-file.exp
3472 * gdb.base/symtab-search-order.exp
3473 * gdb.base/term.exp
3474 * gdb.base/type-opaque.exp
3475 * gdb.base/unload.exp
3476 * gdb.base/until-nodebug.exp
3477 * gdb.base/until.exp
3478 * gdb.base/unwindonsignal.exp
3479 * gdb.base/watch-cond.exp
3480 * gdb.base/watch-non-mem.exp
3481 * gdb.base/watch_thread_num.exp
3482 * gdb.base/watchpoint-reuse-slot.exp
3483 * gdb.base/watchpoint-solib.exp
3484 * gdb.base/watchpoint.exp
3485 * gdb.btrace/dlopen.exp
3486 * gdb.cell/arch.exp
3487 * gdb.cell/break.exp
3488 * gdb.cell/bt.exp
3489 * gdb.cell/core.exp
3490 * gdb.cell/data.exp
3491 * gdb.cell/dwarfaddr.exp
3492 * gdb.cell/ea-cache.exp
3493 * gdb.cell/ea-standalone.exp
3494 * gdb.cell/ea-test.exp
3495 * gdb.cell/f-regs.exp
3496 * gdb.cell/fork.exp
3497 * gdb.cell/gcore.exp
3498 * gdb.cell/mem-access.exp
3499 * gdb.cell/ptype.exp
3500 * gdb.cell/registers.exp
3501 * gdb.cell/sizeof.exp
3502 * gdb.cell/solib-symbol.exp
3503 * gdb.cell/solib.exp
3504 * gdb.compile/compile-tls.exp
3505 * gdb.cp/exception.exp
3506 * gdb.cp/gdb2495.exp
3507 * gdb.cp/local.exp
3508 * gdb.cp/mb-inline.exp
3509 * gdb.cp/mb-templates.exp
3510 * gdb.cp/pr10687.exp
3511 * gdb.cp/pr9167.exp
3512 * gdb.cp/scope-err.exp
3513 * gdb.cp/templates.exp
3514 * gdb.cp/virtfunc.exp
3515 * gdb.dwarf2/dw2-dir-file-name.exp
3516 * gdb.dwarf2/dw2-single-line-discriminators.exp
3517 * gdb.fortran/complex.exp
3518 * gdb.fortran/library-module.exp
3519 * gdb.guile/guile.exp
3520 * gdb.guile/scm-cmd.exp
3521 * gdb.guile/scm-frame-inline.exp
3522 * gdb.guile/scm-objfile.exp
3523 * gdb.guile/scm-pretty-print.exp
3524 * gdb.guile/scm-symbol.exp
3525 * gdb.guile/scm-type.exp
3526 * gdb.guile/scm-value.exp
3527 * gdb.linespec/keywords.exp
3528 * gdb.linespec/ls-errs.exp
3529 * gdb.linespec/macro-relative.exp
3530 * gdb.linespec/thread.exp
3531 * gdb.mi/mi-breakpoint-changed.exp
3532 * gdb.mi/mi-dprintf-pending.exp
3533 * gdb.mi/mi-fullname-deleted.exp
3534 * gdb.mi/mi-logging.exp
3535 * gdb.mi/mi-pending.exp
3536 * gdb.mi/mi-solib.exp
3537 * gdb.mi/new-ui-mi-sync.exp
3538 * gdb.mi/user-selected-context-sync.exp
3539 * gdb.multi/dummy-frame-restore.exp
3540 * gdb.multi/multi-arch-exec.exp
3541 * gdb.multi/remove-inferiors.exp
3542 * gdb.multi/watchpoint-multi-exit.exp
3543 * gdb.opt/solib-intra-step.exp
3544 * gdb.perf/backtrace.exp
3545 * gdb.perf/single-step.exp
3546 * gdb.perf/skip-command.exp
3547 * gdb.perf/skip-prologue.exp
3548 * gdb.perf/solib.exp
3549 * gdb.python/lib-types.exp
3550 * gdb.python/py-as-string.exp
3551 * gdb.python/py-bad-printers.exp
3552 * gdb.python/py-block.exp
3553 * gdb.python/py-breakpoint.exp
3554 * gdb.python/py-cmd.exp
3555 * gdb.python/py-events.exp
3556 * gdb.python/py-evthreads.exp
3557 * gdb.python/py-finish-breakpoint.exp
3558 * gdb.python/py-finish-breakpoint2.exp
3559 * gdb.python/py-frame-inline.exp
3560 * gdb.python/py-frame.exp
3561 * gdb.python/py-inferior.exp
3562 * gdb.python/py-infthread.exp
3563 * gdb.python/py-mi.exp
3564 * gdb.python/py-objfile.exp
3565 * gdb.python/py-pp-maint.exp
3566 * gdb.python/py-pp-registration.exp
3567 * gdb.python/py-prettyprint.exp
3568 * gdb.python/py-recurse-unwind.exp
3569 * gdb.python/py-shared.exp
3570 * gdb.python/py-symbol.exp
3571 * gdb.python/py-symtab.exp
3572 * gdb.python/py-template.exp
3573 * gdb.python/py-type.exp
3574 * gdb.python/py-unwind-maint.exp
3575 * gdb.python/py-unwind.exp
3576 * gdb.python/py-value.exp
3577 * gdb.python/python.exp
3578 * gdb.reverse/finish-reverse-bkpt.exp
3579 * gdb.reverse/insn-reverse.exp
3580 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3581 * gdb.reverse/solib-precsave.exp
3582 * gdb.reverse/solib-reverse.exp
3583 * gdb.stabs/gdb11479.exp
3584 * gdb.stabs/weird.exp
3585 * gdb.threads/fork-child-threads.exp
3586 * gdb.threads/fork-plus-threads.exp
3587 * gdb.threads/fork-thread-pending.exp
3588 * gdb.threads/forking-threads-plus-breakpoint.exp
3589 * gdb.threads/hand-call-in-threads.exp
3590 * gdb.threads/interrupted-hand-call.exp
3591 * gdb.threads/linux-dp.exp
3592 * gdb.threads/local-watch-wrong-thread.exp
3593 * gdb.threads/next-while-other-thread-longjmps.exp
3594 * gdb.threads/non-ldr-exit.exp
3595 * gdb.threads/pending-step.exp
3596 * gdb.threads/print-threads.exp
3597 * gdb.threads/process-dies-while-detaching.exp
3598 * gdb.threads/process-dies-while-handling-bp.exp
3599 * gdb.threads/pthreads.exp
3600 * gdb.threads/queue-signal.exp
3601 * gdb.threads/reconnect-signal.exp
3602 * gdb.threads/signal-command-handle-nopass.exp
3603 * gdb.threads/signal-command-multiple-signals-pending.exp
3604 * gdb.threads/signal-delivered-right-thread.exp
3605 * gdb.threads/signal-sigtrap.exp
3606 * gdb.threads/sigthread.exp
3607 * gdb.threads/staticthreads.exp
3608 * gdb.threads/stepi-random-signal.exp
3609 * gdb.threads/thread-unwindonsignal.exp
3610 * gdb.threads/thread_check.exp
3611 * gdb.threads/thread_events.exp
3612 * gdb.threads/tid-reuse.exp
3613 * gdb.threads/tls-nodebug.exp
3614 * gdb.threads/tls-shared.exp
3615 * gdb.threads/tls-so_extern.exp
3616 * gdb.threads/tls.exp
3617 * gdb.threads/wp-replication.exp
3618 * gdb.trace/actions-changed.exp
3619 * gdb.trace/actions.exp
3620 * gdb.trace/backtrace.exp
3621 * gdb.trace/change-loc.exp
3622 * gdb.trace/collection.exp
3623 * gdb.trace/deltrace.exp
3624 * gdb.trace/disconnected-tracing.exp
3625 * gdb.trace/entry-values.exp
3626 * gdb.trace/ftrace-lock.exp
3627 * gdb.trace/ftrace.exp
3628 * gdb.trace/infotrace.exp
3629 * gdb.trace/mi-trace-frame-collected.exp
3630 * gdb.trace/mi-trace-unavailable.exp
3631 * gdb.trace/mi-traceframe-changed.exp
3632 * gdb.trace/mi-tracepoint-changed.exp
3633 * gdb.trace/mi-tsv-changed.exp
3634 * gdb.trace/no-attach-trace.exp
3635 * gdb.trace/packetlen.exp
3636 * gdb.trace/passc-dyn.exp
3637 * gdb.trace/passcount.exp
3638 * gdb.trace/pending.exp
3639 * gdb.trace/pr16508.exp
3640 * gdb.trace/qtro.exp
3641 * gdb.trace/range-stepping.exp
3642 * gdb.trace/read-memory.exp
3643 * gdb.trace/report.exp
3644 * gdb.trace/save-trace.exp
3645 * gdb.trace/signal.exp
3646 * gdb.trace/stap-trace.exp
3647 * gdb.trace/status-stop.exp
3648 * gdb.trace/strace.exp
3649 * gdb.trace/tfile.exp
3650 * gdb.trace/tfind.exp
3651 * gdb.trace/trace-break.exp
3652 * gdb.trace/trace-condition.exp
3653 * gdb.trace/trace-enable-disable.exp
3654 * gdb.trace/trace-mt.exp
3655 * gdb.trace/tracecmd.exp
3656 * gdb.trace/tracefile-pseudo-reg.exp
3657 * gdb.trace/tspeed.exp
3658 * gdb.trace/tstatus.exp
3659 * gdb.trace/tsv.exp
3660 * gdb.trace/unavailable.exp
3661 * gdb.trace/while-dyn.exp
3662 * gdb.trace/while-stepping.exp
3663 * lib/gdb-guile.exp
3664 * lib/gdb.exp
3665 * lib/mi-support.exp
3666 * lib/pascal.exp
3667 * lib/perftest.exp
3668 * lib/prelink-support.exp
3669 * lib/selftest-support.exp
3670
ad02e4fe
SM
36712016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3672
3673 * Makefile.in: Include disable-implicit-rules.mk.
3674
22347e55
AA
36752016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3676
3677 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3678 non-byte-aligned bit fields.
3679
da5b30da
AA
36802016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3681
3682 PR gdb/12616
3683 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3684 respects the DW_AT_data_bit_offset attribute.
3685
b593ecca
SM
36862016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3687
3688 * gdb.base/default.exp: Fix output of "set language".
3689
3b165252
SM
36902016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3691
3692 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3693 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3694 make.
3695 * configure.ac: Remove checks for the make program.
3696 * configure: Re-generate.
3697
1a2f3d7f
KB
36982016-11-16 Kevin Buettner <kevinb@redhat.com>
3699
3700 * gdb.python/py-recurse-unwind.c (main): Add loop.
3701 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3702 to read_register() and gdb.parse_and_eval(). Make each code
3703 call a separate case that can be individually tested.
3704 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3705 proc. Call cont_and_backtrace for each of the code paths that
3706 we want to test in the unwinder.
3707
b7f38fda
AA
37082016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3709
3710 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3711 the definition of struct S.
3712
1f8db343
CM
37132016-11-11 Catherine Moore <clm@codesourcery.com>
3714
3715 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3716
fad0c9fb
PA
37172016-11-09 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/commands.exp (runto_or_return): New procedure.
3720 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3721 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3722 (progvar_simple_while_test, progvar_complex_if_while_test)
3723 (if_while_breakpoint_command_test)
3724 (infrun_breakpoint_command_test, breakpoint_command_test)
3725 (user_defined_command_test, watchpoint_command_test)
3726 (test_command_prompt_position, redefine_hook_test)
3727 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3728 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3729 multi_line_input and multi_line. Remove gdb_expect and
3730 gdb_stop_suppressing_tests uses.
3731 * lib/gdb.exp (valnum_re): New global.
3732 (multi_line_input): New procedure.
3733
8354c62c
SM
37342016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3735
3736 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3737 Remove.
3738 (test_setup): Define with proc_with_prefix.
3739 (test_cli_inferior): Likewise.
3740 (test_cli_thread): Likewise.
3741 (test_cli_frame): Likewise.
3742 (test_cli_select_frame): Likewise.
3743 (test_cli_up_down): Likewise.
3744 (test_mi_thread_select): Likewise.
3745 (test_mi_stack_select_frame): Likewise.
3746 (test_cli_in_mi_inferior): Likewise.
3747 (test_cli_in_mi_thread): Likewise.
3748 (test_cli_in_mi_frame): Likewise.
3749 (top level): Do not use with_test_prefix_procname.
3750
64f367a2
PA
37512016-11-09 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/commands.exp (gdbvar_simple_if_test)
3754 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3755 (progvar_simple_if_test, progvar_simple_while_test)
3756 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3757 (infrun_breakpoint_command_test, breakpoint_command_test)
3758 (user_defined_command_test, watchpoint_command_test)
3759 (test_command_prompt_position, deprecated_command_test)
3760 (bp_deleted_in_command, temporary_breakpoint_commands)
3761 (stray_arg0_test, source_file_with_indented_comment)
3762 (recursive_source_test, if_commands_test)
3763 (error_clears_commands_left, redefine_hook_test)
3764 (redefine_backtrace_test): Use proc_with_prefix.
3765 * lib/gdb.exp (proc_with_prefix): New proc.
3766
0bb65f1e
AA
37672016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3768
3769 * gdb.base/tui-layout.c: New file.
3770 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3771 disassembly window contains very long lines.
3772
7353f247
TT
37732016-11-08 Tom Tromey <tom@tromey.com>
3774
3775 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3776 depend on Python 2.
3777
30a7bb83
TT
37782016-11-08 Tom Tromey <tom@tromey.com>
3779
3780 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3781 New method.
3782
cdf5a07c
MG
37832016-10-29 Manish Goregaokar <manish@mozilla.com>
3784
2806dc7e 3785 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 3786
51a789c3
MG
37872016-10-27 Manish Goregaokar <manish@mozilla.com>
3788
2806dc7e
PA
3789 * gdb.rust/simple.rs: Add test for univariant enums without
3790 discriminants and for encoded struct-like enums.
51a789c3 3791
f610ab6d
PA
37922016-10-28 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3795 gdb_test_multiple, tighten regexps and match symtabs and line
3796 tables incrementally.
3797
b129b0ca
LM
37982016-10-28 Luis Machado <lgustavo@codesourcery.com>
3799
3800 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3801 general.
3802
ecf45d2c
SL
38032016-10-25 Luis Machado <lgustavo@codesourcery.com>
3804
3805 * gdb.base/exec-invalid-sysroot.exp: New file.
3806
b8d38ee4
JK
38072016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3810
f90fd8c2
JK
38112016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3814
2d2476aa
MR
38152016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3816
2806dc7e
PA
3817 * gdb.base/killed-outside.exp: Remove $options from a call to
3818 `prepare_for_testing'.
2d2476aa 3819
e42b25a0
SM
38202016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3821
3822 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3823 Change test message.
3824
3ccdb432
SM
38252016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3826
3827 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3828 Update comment.
3829
5bad3170
SM
38302016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3831
3832 * gdb.trace/mi-trace-save.exp: New file.
3833
5ad9dba7
YQ
38342016-10-13 Yao Qi <yao.qi@linaro.org>
3835
3836 * gdb.base/code_elim.exp (get_var_address): Remove.
3837 * gdb.base/relocate.exp: Likewise.
3838 * gdb.base/shreloc.exp: Likewise.
3839 * lib/gdb.exp (get_var_address): New.
3840
62df7e21
YQ
38412016-10-13 Yao Qi <yao.qi@linaro.org>
3842
3843 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3844 floating point tests if $skip_float_test is false.
3845
4dac951e
LM
38462016-10-12 Luis Machado <lgustavo@codesourcery.com>
3847
3848 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3849 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3850 argc values.
3851 Add 1 to argc so we guarantee distinct initial/modified argc values.
3852
8f1a8fc4
JK
38532016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3856
16c85b5d
JK
38572016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3860 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3861 * gdb.arch/vsx-regs.exp: Likewise.
3862
1d0e042a
YQ
38632016-10-07 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3866
68dadef5
MM
38672016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3868
3869 * gdb.python/python.exp: Test decode_line("*0").
3870
33fa2c6e
DE
38712016-10-06 Doug Evans <dje@google.com>
3872
3873 * gdb.python/py-value.exp (test_value_creation): Add test for large
3874 unsigned 64-bit value.
3875
9c37b5ae
TT
38762016-10-06 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.compile/compile.exp: Change java tests to rust.
3879 * gdb.base/setshow.exp: Change java tests to rust.
3880 * gdb.base/default.exp: Remove java from language list.
3881 * README (Examples): Update language example.
3882 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3883 test.
3884 * lib/gdb.exp (skip_java_tests): Remove.
3885 * lib/java.exp: Remove.
3886 * gdb.java: Remove.
3887
78b86327
MR
38882016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3889
3890 * gdb.arch/mips-fcr.exp: New test.
3891 * gdb.arch/mips-fcr.c: Source for the new test.
3892
7470adbb
MR
38932016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3894
3895 * gdb.base/solib-disc.exp: Use `standard_output_file'
3896 throughout.
3897
4a556533
PA
38982016-10-06 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.base/jit-simple-dl.c: New file.
3901 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3902 * gdb.base/jit-simple.c: ... this.
3903 * gdb.base/jit-simple.exp (jit_run): Delete.
3904 (build_jit): New proc.
3905 (jit_test_reread): Recompile either the main program or the shared
3906 library, depending on what is being tested. Skip changing address
3907 if caller wants to. Compare before/after addresses. If testing
3908 standalone, explicitly load the binary. Test "maint info
3909 breakpoints".
3910 (top level): Add "standalone vs shared lib" and "change address"
3911 vs "same address" axes.
3912
5a122fbc
PA
39132016-10-06 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3916 call.
3917 (jit_run): Delete.
3918 (jit_test_reread): Use with_test_prefix. Reload the main binary
3919 explicitly. Compare the before/after addresses of the JIT
3920 descriptor.
3921
ee8da4b8
DE
39222016-08-15 Doug Evans <dje@google.com>
3923
3924 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3925 for single bitfields is bool.
3926 * gdb.xml/tdesc-regs.exp: Ditto.
3927
f389f6fe
JK
39282016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3929
3930 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3931
fdebf1a4
YQ
39322016-10-05 Yao Qi <yao.qi@linaro.org>
3933
3934 * lib/gdb.exp (support_complex_tests): Return zero if
3935 gdb_skip_float_test return true.
3936
9c36d954 39372016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3938 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
3939
3940 PR gdb/20487
3941 * gdb.mi/user-selected-context-sync.exp: New file.
3942 * gdb.mi/user-selected-context-sync.c: New file.
3943
4034d0ff 39442016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3945 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
3946
3947 PR gdb/20487
3948 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3949 =thread-select-event check.
3950
a4297203
PB
39512016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3952
3953 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3954 the compulsory L operand changes.
3955 * gdb.arch/powerpc-power.s: Likewise.
3956
bb805577
JK
39572016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3958
3959 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3960 * gdb.base/jit-attach-pie.c: New file.
3961 * gdb.base/jit-attach-pie.exp: New file.
3962
6d61dee5
PA
39632016-09-28 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/infcall-input.c: New file.
3966 * gdb.base/infcall-input.exp: New file.
3967
f73842fc
YQ
39682016-09-22 Yao Qi <yao.qi@linaro.org>
3969
3970 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3971 (gdb_exit): Rename it to ...
3972 (gdbserver_gdb_exit): ... Close GDBserver.
3973 (gdb_exit): New proc, call gdbserver_gdb_exit.
3974 (mi_gdb_exit): Likewise.
3975
90681dab
YQ
39762016-09-22 Yao Qi <yao.qi@linaro.org>
3977
3978 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3979 path.
3980 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3981 Remove duplication.
3982
9c211fd8
YQ
39832016-09-22 Yao Qi <yao.qi@linaro.org>
3984
3985 * lib/gdbserver-support.exp: Check the existence of
3986 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3987
ad0a504f
AK
39882016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3989
3990 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3991
36cf1806
TT
39922016-09-21 Tom Tromey <tom@tromey.com>
3993
3994 PR gdb/20604:
3995 * gdb.base/quit.exp: New file.
3996
74172ecf
SM
39972016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3998
3999 * .gitignore: New file.
4000
3d0ec882
MR
40012016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4002
4003 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4004 throughout.
4005
8193adea
AA
40062016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4007
4008 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4009
d41a5c09
JK
40102016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * gdb.cp/casts.cc (decltype): Move it ...
4013 (main): ... with its call to ...
4014 * gdb.cp/casts03.cc: ... a new file.
4015 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4016
d2dfe700
JK
40172016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4020
e2a92b16
PB
40212016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4022
4023 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4024 and sync up the test with tests in gas/testsuite/gas/ppc.
4025 * gdb.arch/powerpc-power.exp: Likewise.
4026
49b4de64
JK
40272016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4028
4029 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4030
2c29df25
SDJ
40312016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4032 Jan Kratochvil <jan.kratochvil@redhat.com>
4033
4034 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4035 make m1's definition to be different from m2's. Use 'dummy' as an
4036 argument for probe 'two'.
4037
cc3c2846
JB
40382016-09-10 Jon Beniston <jon@beniston.com>
4039
4040 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4041 for sim target.
4042
e1b2624a
AA
40432016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4044
4045 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4046 variable declaration.
4047 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4048 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4049 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4050 received HWCAP as its argument.
4051
4295e285
PA
40522016-09-06 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/new-ui-pending-input.c: New file.
4055 * gdb.base/new-ui-pending-input.exp: New file.
4056 * gdb.exp (clear_gdb_spawn_id): New procedure.
4057 (with_spawn_id): Check whether gdb_spawn_id exists before
4058 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4059 on exit.
4060
00d5215e
UW
40612016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4062
4063 * gdb.base/float128.c: New file.
4064 * gdb.base/float128.exp: Likewise.
4065 * gdb.base/floatn.c: Likewise.
4066 * gdb.base/floatn.exp: Likewise.
4067
a9ff5f12
UW
40682016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4069
4070 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4071
f245535c
PA
40722016-09-05 Pedro Alves <palves@redhat.com>
4073
4074 PR backtrace/19927
4075 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4076 unwinders are immediately called as side effect of "source" or
4077 "disable unwinder" commands.
4078 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4079
ae9cf263
YQ
40802016-09-02 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4083 is true and $type is "float" or "double".
4084
27aba047
YQ
40852016-09-02 Yao Qi <yao.qi@linaro.org>
4086
4087 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4088 true.
4089 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4090 * gdb.base/call-rt-st.exp: Likewise.
4091 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4092 return value instead of gdb,skip_float_test.
4093 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4094 (do_function_calls): Use its return value instead of
4095 gdb,skip_float_test.
4096 * gdb.base/finish.exp: Likewise.
4097 * gdb.base/funcargs.exp: Likewise.
4098 * gdb.base/return.exp: Likewise.
4099 * gdb.base/return2.exp: Likewise.
4100 * gdb.base/varargs.exp: Likewise.
4101 * lib/gdb.exp (gdb_skip_float_test): Change it to
4102 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4103
5af962df
AA
41042016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4105
4106 * gdb.multi/tids.exp: Test "thread apply all".
4107
7fac6910
JK
41082016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 * gdb.base/default.exp (tty): Remove.
4111
bb1fe4ac
KB
41122016-08-24 Kevin Buettner <kevinb@redhat.com>
4113
2806dc7e
PA
4114 * gdb.python/py-recurse-unwind.c: New file.
4115 * gdb.python/py-recurse-unwind.py: New file.
4116 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4117
0a1ddfa6
SM
41182016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4119
4120 * gdb.base/set-inferior-tty.exp: New file.
4121 * gdb.base/set-inferior-tty.c: New file.
4122
d9de1fe3
PA
41232016-08-23 Pedro Alves <palves@redhat.com>
4124
4125 PR gdb/20494
4126 * gdb.base/new-ui-echo.c: New file.
4127 * gdb.base/new-ui-echo.exp: New file.
4128
e9d9abd7
YQ
41292016-08-23 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4132 gdbserver_spawn.
4133 * gdb.server/connect-without-multi-process.exp (do_test):
4134 Likewise.
4135
3589529e
YQ
41362016-08-23 Yao Qi <yao.qi@linaro.org>
4137
4138 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4139 standalone_txt. Delete gdb_txt and standalone_txt on host
4140 and target. Spawn the binary on target. Copy files from
4141 target to host.
4142
6bb90213
PA
41432016-08-22 Pedro Alves <palves@redhat.com>
4144
4145 PR gdb/20505
4146 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4147 with_test_prefix. Factor out bits to ...
4148 (test_no_vdso): ... this new procedure.
4149
20c2c024
CL
41502016-08-19 Carl Love <cel@us.ibm.com>
4151
4152 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4153 maintaining separate logic for constructing the output path.
4154 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4155 * gdb.arch/ppc-dfp.exp: Likewise.
4156 * gdb.arch/ppc-fp.exp: Likewise.
4157 * gdb.arch/vsx-regs.exp: Likewise.
4158 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4159 binprefix for generating the additional binary files.
4160
0646e07d
PA
41612016-08-19 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.trace/mi-trace-frame-collected.exp
4164 (test_trace_frame_collected): On x32, expect two registers.
4165
46da9242
CL
41662016-08-18 Carl Love <cel@us.ibm.com>
4167
4168 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4169 and sync up the test with tests in gas/testsuite/gas/ppc.
4170 * gdb.arch/powerpc-power.exp: Likewise.
4171
eb2332d7
SM
41722016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4173
4174 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4175 expected error message.
4176
63c61e04
SM
41772016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4178
4179 * gdb.multi/remove-inferiors.exp: New file.
4180 * gdb.multi/remove-inferiors.c: New file.
4181
7b17065f
YQ
41822016-08-12 Yao Qi <yao.qi@linaro.org>
4183
4184 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4185 argument list.
4186
01d3dedf
PA
41872016-08-10 Pedro Alves <palves@redhat.com>
4188
4189 PR gdb/19187
4190 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4191 setup_kfails.
4192
3eb7562a
PA
41932016-08-09 Pedro Alves <palves@redhat.com>
4194 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 PR gdb/20418
4197 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4198 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4199
80614914
PA
42002016-08-09 Pedro Alves <palves@redhat.com>
4201
4202 PR mi/20431
4203 * gdb.mi/mi-cmd-error.exp: New file.
4204
f348d89a
PA
42052016-08-09 Pedro Alves <palves@redhat.com>
4206
4207 PR gdb/18653
4208 * gdb.base/signals-state-child.c: New file.
4209 * gdb.base/signals-state-child.exp: New file.
4210 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4211
e5ca03b4
PA
42122016-08-09 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4215
282a0691
TT
42162016-08-03 Tom Tromey <tom@tromey.com>
4217
4218 PR python/18565:
4219 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4220
41bfcd63
YQ
42212016-08-01 Yao Qi <yao.qi@linaro.org>
4222
4223 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4224 variable mode to "multi-process" if $multi_process is 1, otherwise
4225 set it to "single-process".
4226
e3465b24
YQ
42272016-08-01 Yao Qi <yao.qi@linaro.org>
4228
4229 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4230 * gdb.cp/cpexprs.exp: Likewise.
4231 * gdb.cp/m-static.exp: Likewise.
4232
0b31a4bc
TT
42332016-07-26 Tom Tromey <tom@tromey.com>
4234
4235 PR python/20190:
4236 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4237 test.
4238
e0461dbb
MM
42392016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4240
4241 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4242 selecting assembly source files.
4243 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4244 assembly source files.
4245 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4246 assembly source files.
4247 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4248 selecting assembly source files.
4249
8194e927
SM
42502016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4251
4252 * gdb.base/new-ui.exp (do_test_invalid_args): New
4253 procedure.
4254
c0272db5
TW
42552016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4256
4257 * gdb.btrace/reconnect.c: New file.
4258 * gdb.btrace/reconnect.exp: New file.
4259
e3487908
GKB
42602016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4261
4262 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4263 to test_catch_syscall_group.
4264 (test_catch_syscall_group): New.
4265
12df5c00
TT
42662016-07-21 Tom Tromey <tom@tromey.com>
4267
4268 * gdb.rust/simple.rs (main): Use empty struct expression.
4269 * gdb.rust/simple.exp: Add tests for empty struct expression.
4270
bae62ee2
YQ
42712016-07-21 Yao Qi <yao.qi@linaro.org>
4272
4273 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4274 if gdb_skip_xml_test is true on some targets.
4275
b1b53fb3
YQ
42762016-07-21 Yao Qi <yao.qi@linaro.org>
4277
4278 * gdb.server/solib-list.exp: Unset last_loaded_file.
4279
027d97f8
JK
42802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4283 "step into captured_main (args)".
4284
7674d381
JK
42852016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4286
4287 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4288
72b5d099
JK
42892016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4292
1f960ced
PA
42932016-07-19 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4296 * gdb.opt/inline-bt.exp: Likewise.
4297 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4298 additional_flags=-Winline.
4299 * gdb.opt/inline-locals.exp: Likewise.
4300 * gdb.opt/inline-markers.c (ATTR): Define.
4301 (inlined_fn): Use it.
4302
f25827c1
YQ
43032016-07-19 Yao Qi <yao.qi@linaro.org>
4304
4305 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4306 (test_with_self): Remove some code. Remove argument executable.
4307 (top-level): Use do_self_tests.
4308
37539ebe
DB
43092016-07-15 Zachary Welch <zwelch@codesourcery.com>
4310 Don Breazeal <donb@codesourcery.com>
4311
4312 * gdb.base/maint.exp: Escape paths used in regular expressions.
4313 * gdb.stabs/weird.exp: Likewise.
4314
dac790e1
TT
43152016-07-13 Tom Tromey <tom@tromey.com>
4316
4317 PR python/15620, PR python/18620:
4318 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4319 (test_bkpt_events): New procs.
4320
93daf339
TT
43212016-07-13 Tom Tromey <tom@tromey.com>
4322
4323 PR python/17698:
4324 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4325 test.
4326 (test_watchpoints): Likewise.
4327 (test_bkpt_pending): New proc.
4328
6571a381
TT
43292016-07-13 Tom Tromey <tom@tromey.com>
4330
4331 PR cli/18053:
4332 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4333 completion test.
4334
e8732474
JK
43352016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4338 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4339 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4340 f_label.
4341 (g): Rename g_end_lbl to g_label.
4342 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4343 low_pc and high_pc.
4344 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4345
e0f3fd7c
TT
43462016-07-12 Tom Tromey <tom@tromey.com>
4347
4348 PR python/19293:
4349 * gdb.python/py-unwind-maint.exp: Update tests.
4350
3cfe46b6
YQ
43512016-07-12 Yao Qi <yao.qi@linaro.org>
4352
4353 * lib/selftest-support.exp (selftest_setup): Match the output
4354 when captured_main is inlined.
4355
4f19a0e6
WT
43562016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4357
4358 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4359 New variables.
4360 (print this%a, print this%b, print this): New tests.
4361 * gdb.fortran/derived-types.f90 (this): New object and
4362 initialization.
4363
986cf455
SM
43642016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * gdb.ada/arraydim.exp: Remove extra directory level in build
4367 directory.
4368
f0464b23
SM
43692016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4370
4371 * lib/ada.exp: Remove extra directory level in build directory.
4372 * gdb.ada/cond_lang.exp: Likewise.
4373 * gdb.ada/exec_changed.exp: Likewise.
4374 * gdb.ada/lang_switch.exp: Likewise.
4375
42d94011
MG
43762016-07-06 Manish Goregaokar <manish@mozilla.com>
4377
2806dc7e
PA
4378 * simple.rs: Add test for raw pointer subscripting.
4379 * simple.exp: Add test expectations.
42d94011 4380
647c264c
YQ
43812016-07-05 Yao Qi <yao.qi@linaro.org>
4382
4383 * gdb.mi/mi-reverse.exp: Match =record-started output.
4384
20aa2c60
PA
43852016-07-01 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4388 procedure.
4389 (jit_reader_test): Test the jit reader's unwinder.
4390 * gdb.base/jithost.c (jit_function_00_code): New global.
4391 (main): Use memcpy to fill in the mmapped code, instead of poking
4392 bytes manually here.
4393 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4394 value.
4395 (read_debug_info): Save the function's range.
4396 (read_sp): New function.
4397 (unwind_frame): Use it. Also unwind RBP.
4398 (get_frame_id): Use read_sp.
4399 (gdb_init_reader): Use calloc instead of malloc.
4400 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4401 parameter. Use gdb_test_multiple.
4402
ced2dffb
PA
44032016-07-01 Pedro Alves <palves@redhat.com>
4404 Antoine Tremblay <antoine.tremblay@ericsson.com>
4405
4406 * gdb.threads/process-dies-while-detaching.c: New file.
4407 * gdb.threads/process-dies-while-detaching.exp: New file.
4408
63000888
PA
44092016-07-01 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.multi/watchpoint-multi-exit.c: New file.
4412 * gdb.multi/watchpoint-multi-exit.exp: New file.
4413
038d4868
PA
44142016-06-30 Pedro Alves <palves@redhat.com>
4415
4416 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4417 unset inferior_spawn_id.
4418
994e9c83
PA
44192016-06-30 Pedro Alves <palves@redhat.com>
4420
4421 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4422 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4423
e5653468
YQ
44242016-06-29 Yao Qi <yao.qi@linaro.org>
4425
4426 * gdb.base/return.c: Add copyright header.
4427
803b47e5
TT
44282016-06-29 Tom Tromey <tom@tromey.com>
4429
4430 PR python/20129:
4431 * gdb.python/py-framefilter.exp: Add tests for setting priority
4432 and disabling of non-existent frame filter.
4433
28244707
YQ
44342016-06-29 Yao Qi <yao.qi@linaro.org>
4435
4436 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4437 0x0f07ff.
4438
a31d2f06
YQ
44392016-06-28 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4442 triplets. Start gdb, execute catch syscall, and continue. Check
4443 gdb's output to determine catch syscall is supported.
4444
921d8f54
MG
44452016-06-27 Manish Goregaokar <manish@mozilla.com>
4446
25d49b86
PA
4447 * gdb.rust/simple.rs: Add test for returning unit in a function.
4448 * gdb.rust/simple.exp: Add expectation for functions returning
4449 unit.
921d8f54 4450
f4952523
PMR
44512016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4452
4453 * gdb.python/py-breakpoint-create-fail.c,
4454 gdb.python/py-breakpoint-create-fail.exp,
4455 gdb.python/py-breakpoint-create-fail.py: New testcase.
4456
fccb08f8
MG
44572016-06-25 Manish Goregaokar <manish@mozilla.com>
4458
4459 PR gdb/20239
4460 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
4461 * gdb.rust/simple.exp: Add test expectations for new NonZero
4462 tests.
fccb08f8 4463
6b850546
DT
44642016-06-24 David Taylor <dtaylor@emc.com>
4465
4466 * gdb.base/offsets.exp: New file.
4467 * gdb.base/offsets.c: New file.
4468
17621150
TT
44692016-06-23 Tom Tromey <tom@tromey.com>
4470
4471 PR gdb/16483:
4472 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4473 before any filters are loaded.
4474
04d59df6
WT
44752016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4476
4477 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4478 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4479 structs.
4480 * gdb.fortran/derived-type-function.exp: New file.
4481 * gdb.fortran/derived-type-function.f90: New file.
4482
4483
ac69f786
PA
44842016-06-21 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/new-ui.exp: New file.
4487 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4488 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4489 (with_spawn_id): New procedure.
4490
49940788
PA
44912016-06-21 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.mi/mi-exec-run.exp: New file.
4494
ef274d26
PA
44952016-06-21 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4498 breakpoint command's output on the main UI.
4499 (test_break): New procedure, factored out from calls in the top
4500 level.
4501 (top level): Use foreach_with_prefix to test MI as main UI and as
4502 separate UI.
4503
468afe6c
PA
45042016-06-21 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4507 (test_awatch_creation_and_listing)
4508 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4509 Remove 'type' parameter.
4510 (test_watchpoint_all): New parameter mi_mode. Remove
4511 with_test_prefix.
4512 (top level): Use foreach_with_prefix, and add main/separate UI MI
4513 testing axis.
4514
51f77c37
PA
45152016-06-21 Pedro Alves <palves@redhat.com>
4516
4517 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4518 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4519 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4520 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4521 (gdb_main_spawn_id, mi_spawn_id): Declare and
4522 comment.
4523 (mi_create_inferior_pty): New procedure,
4524 factored out from default_mi_gdb_start.
4525 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4526 procedures.
4527 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4528 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4529 Use mi_create_inferior_pty.
4530 (mi_gdb_start): Use eval to pass down args list.
4531
8980e177
PA
45322016-06-21 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4535 * gdb.opt/inline-cmds.exp: Add MI tests.
4536
f38d3ad1
PA
45372016-06-21 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4540
45db7c09
PA
45412016-06-21 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4544 (top level): Use it instead of mi_execute_to.
4545
5a069ab3
PA
45462016-06-21 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4549 (cont_handler_str): New.
4550 (signal_stop_handler): Set stop_handler_str instead of printing to
4551 stdout.
4552 (continue_handler): Set cont_handler_str instead of printing to
4553 stdout.
4554 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4555 mi_send_resuming_command. Print stop_handler_str and
4556 cont_handler_str instead of expecting the python events print
4557 directly.
4558
2838cc1d
SD
45592016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4560
4561 * gdb.base/jit-reader.exp: New file.
4562 * gdb.base/jithost.c: New file.
4563 * gdb.base/jithost.h: New file.
4564 * gdb.base/jitreader.c : New file.
4565 * gdb.base/jit-protocol.h: New file.
4566
21a77091
YQ
45672016-06-17 Yao Qi <yao.qi@linaro.org>
4568
4569 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4570 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4571 and detach-on-fork. Adjust tests.
4572 (top level): Invoke break_cond_on_syscall with combinations of
4573 syscall, follow-fork-mode and detach-on-fork.
4574
f50bf8e5
YQ
45752016-06-17 Yao Qi <yao.qi@linaro.org>
4576
4577 * gdb.base/step-over-exit.c: New.
4578 * gdb.base/step-over-exit.exp: New.
4579
a28d8e50
YTL
45802016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4581
4582 * gdb.base/float.exp: Add target check for nds32*-*-*.
4583 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4584
cad8e26d
AB
45852016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4588 for unsupported target features.
4589 * gdb.base/call-rt-st.exp: Likewise.
4590 * gdb.base/call-sc.exp: Likewise.
4591 * gdb.base/call-signal-resume.exp: Likewise.
4592 * gdb.base/call-strs.exp: Likewise.
4593 * gdb.base/callexit.exp: Likewise.
4594 * gdb.base/callfuncs.exp: Likewise.
4595 * gdb.base/nodebug.exp: Likewise.
4596 * gdb.base/printcmds.exp: Likewise.
4597 * gdb.base/ptype.exp: Likewise.
4598 * gdb.base/structs.exp: Likewise.
4599 * gdb.base/unwindonsignal.exp: Likewise.
4600 * gdb.cp/gdb2495.exp: Likewise.
4601 * gdb.cp/templates.exp: Likewise.
4602 * gdb.cp/virtfunc.exp: Likewise.
4603 * gdb.threads/hand-call-in-threads.exp: Likewise.
4604 * gdb.threads/interrupted-hand-call.exp: Likewise.
4605 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4606
347dc102
TT
46072016-06-10 Tom Tromey <tom@tromey.com>
4608
4609 PR rust/20110:
4610 * gdb.rust/expr.exp: Add test for integer constant larger than
4611 i32.
4612
5e13cf25
BH
46132016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4614
4615 * gdb.fortran/nested-funcs.exp: New.
4616 * gdb.fortran/nested-funcs.f90: New.
4617
bb556f1f
TK
46182016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4619
4620 * gdb.base/examine-backward.c: New file.
4621 * gdb.base/examine-backward.exp: New file.
4622
38b022b4
SM
46232016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4624
4625 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4626 matching.
4627
1b40ec05
TT
46282016-06-02 Tom Tromey <tom@tromey.com>
4629
4630 PR python/18984:
4631 * gdb.python/py-shared.exp: Add solib_name test.
4632
193bd378
SM
46332016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4634
4635 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4636
3326303b
MG
46372016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4638
4639 PR c++/19893
4640 * gdb.dwarf2/implref.exp: Rename to...
4641 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4642 * gdb.dwarf2/implref-array.c: New file.
4643 * gdb.dwarf2/implref-array.exp: Likewise.
4644 * gdb.dwarf2/implref-global.c: Likewise.
4645 * gdb.dwarf2/implref-global.exp: Likewise.
4646 * gdb.dwarf2/implref-struct.c: Likewise.
4647 * gdb.dwarf2/implref-struct.exp: Likewise.
4648
825c8ef2
AT
46492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4650
4651 * gdb.trace/trace-condition.exp: Add 64bit tests.
4652
2320162a
AT
46532016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4654
4655 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4656 bits types.
4657 (main): Adapt to 8 to 64 bits types.
4658 * gdb.trace/trace-condition.exp: Add new tests.
4659
a7818233
AT
46602016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4661
4662 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4663
0d336466
AT
46642016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4665
4666 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4667 Move condition tests...
4668 * gdb.trace/trace-condition.exp: Here.
4669
7faeb45a
AT
46702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4671
4672 * gdb.trace/trace-condition.exp: Add counter-case tests.
4673
e385593e
JK
46742016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 PR c++/15231
4677 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4678 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4679
744608cc
PA
46802016-05-27 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4683 New procedure.
4684 (top level): Call it, and bail out of DejaGnu is known to be bad.
4685
ac775bf4
AB
46862016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.base/whatis.c: Extend the test case.
4689 * gdb.base/whatis.exp: Add additional tests.
4690
2bbad2ea
BH
46912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4692
4693* gdb.fortran/type.f90: Add pointer variable.
4694* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4695
8b70175d
BH
46962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4697
4698 * gdb.fortran/vla-type.exp: Fix testcase name.
4699
86d8a848
BH
47002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4701
4702 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4703
e188eb36
BH
47042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4705
4706 * gdb.fortran/type.f90: Add nested structures.
4707 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4708 * gdb.fortran/derived-type.exp: Adapt expected output.
4709 * gdb.fortran/vla-type.exp: Adapt expected output.
4710
9b2db1fd
BH
47112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4712
4713 * gdb.fortran/whatis_type.exp: Adapt expected output.
4714
72b17055
BH
47152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4716
4717 * gdb.fortran/print_type.exp: Fix expected output.
4718 * gdb.fortran/whatis_type.exp: Fix expected output.
4719
3cd81d8d
BH
47202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4721
4722 * gdb.fortran/whatis_type.exp: Use multi_line.
4723
ddae9462
TT
47242016-05-24 Tom Tromey <tom@tromey.com>
4725
4726 PR python/17386:
4727 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4728 use value as an index.
4729
1957f6b8
TT
47302016-05-23 Tom Tromey <tom@tromey.com>
4731
4732 PR python/17981:
4733 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4734 no-breakpoint case.
4735
026a9174
PA
47362016-05-24 Pedro Alves <palves@redhat.com>
4737
4738 PR gdb/19828
4739 * gdb.threads/clone-attach-detach.c: New file.
4740 * gdb.threads/clone-attach-detach.exp: New file.
4741
e70a7231
FR
47422016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4743
4744 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4745
0f6ed0e0
TT
47462016-05-23 Tom Tromey <tom@tromey.com>
4747
4748 PR python/19438, PR python/18393:
4749 * gdb.python/py-progspace.exp: Add "dir" test.
4750 * gdb.python/py-objfile.exp: Add "dir" test.
4751
ffd19d61
YQ
47522016-05-23 Yao Qi <yao.qi@linaro.org>
4753
4754 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4755 * gdb.arch/thumb2-it.exp: Likewise.
4756
9e8f9b05
SM
47572016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 * gdb.mi/mi-threads-interrupt.c: New file.
4760 * gdb.mi/mi-threads-interrupt.exp: New file.
4761
61c6156d
SM
47622016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4763
4764 PR gdb/18077
4765 * gdb.mi/mi-async-run.exp: New file.
4766 * gdb.mi/mi-async-run.c: New file.
4767
67218854
TT
47682016-05-17 Tom Tromey <tom@tromey.com>
4769 Manish Goregaokar <manishsmail@gmail.com>
4770
4771 * lib/rust-support.exp: New file.
4772 * lib/gdb.exp (skip_rust_tests): New proc.
4773 (build_executable_from_specs): Handle rust.
4774 * lib/future.exp (gdb_find_rustc): New proc.
4775 (gdb_default_target_compile): Handle rust.
4776 * gdb.rust/expr.exp: New file.
4777 * gdb.rust/generics.exp: New file.
4778 * gdb.rust/generics.rs: New file.
4779 * gdb.rust/methods.exp: New file.
4780 * gdb.rust/methods.rs: New file.
4781 * gdb.rust/modules.exp: New file.
4782 * gdb.rust/modules.rs: New file.
4783 * gdb.rust/simple.exp: New file.
4784 * gdb.rust/simple.rs: New file.
4785
c44af4eb
TT
47862016-05-17 Tom Tromey <tom@tromey.com>
4787
4788 * gdb.base/default.exp (set language): Add rust.
4789
dcd1f979
TT
47902016-05-17 Tom Tromey <tom@tromey.com>
4791
4792 * gdb.gdb/unittest.exp: New file.
4793
155b7f57
YQ
47942016-05-16 Yao Qi <yao.qi@linaro.org>
4795
4796 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4797 shell_prompt. Update shell_prompt_re.
4798
8ddd5a6c
DE
47992016-05-12 Doug Evans <dje@google.com>
4800
4801 PR symtab/19999
4802 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4803 $options when building executable.
4804 * gdb.dwarf2/fission-loclists-pie.S: New file.
4805 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4806
02e370d9
SM
48072016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4810 of [is_remote target],
4811
8929ad8b
SM
48122016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4813
4814 * lib/gdb.exp (use_gdb_stub): New procedure.
4815
6c447423
DE
48162016-05-03 Yunlian Jiang <yunlian@google.com>
4817 Doug Evans <dje@google.com>
4818
4819 PR symtab/19914
4820 * gdb.dwarf2/dwp-sepdebug.c: New file.
4821 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4822
444e826c
SM
48232016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4824
4825 * gdb.base/detach.exp: Remove is_remote check.
4826
740feeaa
SM
48272016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4828
4829 * gdb.base/annota-input-while-running.exp: Don't check for
4830 [is_remote target]. Enable annotations after running to main.
4831 Remove unused "set test..." line.
4832
9080ac9d
SM
48332016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.trace/trace-enable-disable.exp: New file.
4836 * gdb.trace/trace-enable-disable.c: New file.
4837
952ebca5
SM
48382016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4841 use it in info sharedlibrary test.
4842 * gdb.trace/ftrace-lock.exp: Likewise.
4843 * gdb.trace/ftrace.exp: Likewise.
4844 * gdb.trace/range-stepping.exp: Likewise.
4845 * gdb.trace/trace-break.exp: Likewise.
4846 * gdb.trace/trace-condition.exp: Likewise.
4847 * gdb.trace/trace-mt.exp: Likewise.
4848
d9019901
SM
48492016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4850
4851 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4852 (gdb_load_shlib): ... this.
4853 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4854 gdb_load_shlib.
4855 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4856 * gdb.base/ctxobj.exp: Likewise.
4857 * gdb.base/dprintf-pending.exp: Likewise.
4858 * gdb.base/dso2dso.exp: Likewise.
4859 * gdb.base/fixsection.exp: Likewise.
4860 * gdb.base/gcore-relro.exp: Likewise.
4861 * gdb.base/gdb1555.exp: Likewise.
4862 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4863 * gdb.base/gnu-ifunc.exp: Likewise.
4864 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4865 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4866 * gdb.base/pending.exp: Likewise.
4867 * gdb.base/print-file-var.exp: Likewise.
4868 * gdb.base/print-symbol-loading.exp: Likewise.
4869 * gdb.base/shlib-call.exp: Likewise.
4870 * gdb.base/shreloc.exp: Likewise.
4871 * gdb.base/so-impl-ld.exp: Likewise.
4872 * gdb.base/solib-disc.exp: Likewise.
4873 * gdb.base/solib-nodir.exp: Likewise.
4874 * gdb.base/solib-overlap.exp: Likewise.
4875 * gdb.base/solib-symbol.exp: Likewise.
4876 * gdb.base/solib-weak.exp (do_test): Likewise.
4877 * gdb.base/sym-file.exp: Likewise.
4878 * gdb.base/symtab-search-order.exp: Likewise.
4879 * gdb.base/type-opaque.exp: Likewise.
4880 * gdb.base/unload.exp: Likewise.
4881 * gdb.base/watchpoint-solib.exp: Likewise.
4882 * gdb.compile/compile.exp: Likewise.
4883 * gdb.cp/gdb2384.exp: Likewise.
4884 * gdb.cp/infcall-dlopen.exp: Likewise.
4885 * gdb.cp/re-set-overloaded.exp: Likewise.
4886 * gdb.fortran/library-module.exp: Likewise.
4887 * gdb.opt/solib-intra-step.exp: Likewise.
4888 * gdb.python/py-finish-breakpoint.exp: Likewise.
4889 * gdb.python/py-shared.exp: Likewise.
4890 * gdb.reverse/solib-precsave.exp: Likewise.
4891 * gdb.reverse/solib-reverse.exp: Likewise.
4892 * gdb.server/solib-list.exp: Likewise.
4893 * gdb.threads/dlopen-libpthread.exp: Likewise.
4894 * gdb.threads/tls-shared.exp: Likewise.
4895 * gdb.threads/tls-so_extern.exp: Likewise.
4896 * gdb.trace/change-loc.exp: Likewise.
4897 * gdb.trace/ftrace-lock.exp: Likewise.
4898 * gdb.trace/ftrace.exp: Likewise.
4899 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4900 * gdb.trace/pending.exp: Likewise.
4901 * gdb.trace/range-stepping.exp: Likewise.
4902 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4903 (strace_info_marker): Likewise.
4904 (strace_probe_marker): Likewise.
4905 (strace_trace_on_same_addr): Likewise.
4906 (strace_trace_on_diff_addr): Likewise.
4907 * gdb.trace/trace-break.exp: Likewise.
4908 * gdb.trace/trace-condition.exp: Likewise.
4909 * gdb.trace/trace-mt.exp: Likewise.
4910
fca4cfd9
SM
49112016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4914 result of gdb_remote_download.
4915 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4916 * gdb.base/dso2dso.exp: Likewise.
4917 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4918 * gdb.base/print-file-var.exp: Likewise.
4919 * gdb.base/shlib-call.exp: Likewise.
4920 * gdb.base/shreloc.exp: Likewise.
4921 * gdb.base/solib-overlap.exp: Likewise.
4922 * gdb.base/solib-weak.exp (do_test): Likewise.
4923 * gdb.base/unload.exp: Likewise.
4924
11cf4ffb
YQ
49252016-04-27 Yao Qi <yao.qi@linaro.org>
4926
4927 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4928 exists.
4929
3e2e34f8
KB
49302016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4931
4932 * vla-type.exp: Print structure from toplevel.
4933
8f07e298
BH
49342016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4935
4936 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4937 of dynamic types.
4938 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4939 of dynamic types.
4940
9920b434
BH
49412016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4942
4943 * gdb.fortran/vla-type.f90: New file.
4944 * gdb.fortran/vla-type.exp: New file.
4945
f3abeff5
YQ
49462016-04-25 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/branch-to-self.c: New file.
4949 * gdb.base/branch-to-self.exp: New file.
4950
0a5d52f0
YQ
49512016-04-22 Yao Qi <yao.qi@linaro.org>
4952
4953 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4954 more after $hex.
4955
495346f6
YQ
49562016-04-22 Yao Qi <yao.qi@linaro.org>
4957
4958 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4959 * gdb.base/annota3.exp: Likewise.
4960
4a7e075c
YQ
49612016-04-22 Yao Qi <yao.qi@linaro.org>
4962
4963 * gdb.reverse/step-precsave.exp: Do one step and test program
4964 stops in "callee" and do multiple steps until program goes out
4965 of "callee".
4966 * gdb.reverse/step-reverse.exp: Likewise.
4967
5b061e98
YQ
49682016-04-22 Yao Qi <yao.qi@linaro.org>
4969
4970 * gdb.trace/signal.exp: Also pass if
4971 $tracepoint_hits($i) > $iterations.
4972
5c5dc57f
YQ
49732016-04-22 Yao Qi <yao.qi@linaro.org>
4974
4975 * gdb.trace/signal.c: New file.
4976 * gdb.trace/signal.exp: New file.
4977
a55411b9
DE
49782016-04-19 Doug Evans <xdje42@gmail.com>
4979
4980 * gdb.base/bad-file.exp: New file.
4981
a22df60a
MG
49822016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4983
4984 * gdb.dwarf2/implref.exp: New file.
4985
0c13f7e5
BH
49862016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4987
4988 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4989 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4990 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4991 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4992 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4993 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4994 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4995 * lib/fortran.exp (fortran_int4): New procedure.
4996 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4997 (fortran_logical4): Likewise.
4998
9b9b09e9
BH
49992016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5000
5001 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5002
a14d1f4d
BH
50032016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5004
5005 * lib/compiler.c: Add Intel specific preprocessor macros.
5006 * lib/compiler.cc: Likewise.
25d49b86 5007
7d49b1d0
LM
50082016-04-13 Luis Machado <lgustavo@codesourcery.com>
5009
5010 * gdb.server/connect-with-no-symbol-file.c: New file.
5011 * gdb.server/connect-with-no-symbol-file.exp: New file.
5012
8392fa22
SM
50132016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5016
8c4c4aeb
SM
50172016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5020 standard output directory.
5021
45e3745e
AT
50222016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5023
5024 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5025
e26b7e41
MM
50262016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5027
5028 * gdb.btrace/instruction_history.c (loop): Add declaration.
5029
8ce09462
AT
50302016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5031
5032 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5033
2e88a1ea
SM
50342016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5035
5036 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5037 parentheses to print.
5038 (continue_handler): Likewise.
5039
f48e22e3
SM
50402016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * gdb.server/solib-list.exp: Remove is_remote check.
5043 Pass shlib= to gdb_compile. Don't link shared library with
5044 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5045 Run binary filename through "readlink -f" on the target.
5046
096be756
PA
50472016-04-08 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5050 interpreter filename as argument to gdbserver_spawn.
5051 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5052 Return empty if $last_loaded_file does not exist.
5053
06500533
JK
50542016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5057 * gdb.base/jit-main.c: Use exit after usage.
5058
2d35e871
JK
50592016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5062 GDBHISTSIZE prior to the tests.
5063 * gdb.base/gdbinit-history.exp: Likewise.
5064
50652016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5066
5067 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5068 instead of build_executable. Use gdb_load_shlibs.
5069
c8064e7e
YQ
50702016-04-07 Yao Qi <yao.qi@linaro.org>
5071
5072 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5073 Execute "si" command.
5074
bde47561
YQ
50752016-04-07 Yao Qi <yao.qi@linaro.org>
5076
5077 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5078 number instead of the comments on some line.
5079
b16f8a3b
DB
50802016-04-06 Don Breazeal <donb@codesourcery.com>
5081
5082 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5083 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5084
c2f901df
SM
50852016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5086
5087 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5088 standard_output_file. Remove unused binfile variable.
5089
ac17fda0
CU
50902016-04-05 Catalin Udma <catalin.udma@freescale.com>
5091
5092 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5093 * gdb.python/py-mi-objfile.exp: Match "list main" output
5094 in console format.
5095
03a8c4df
SM
50962016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5097
5098 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5099 absolute.
5100
6e774b13
SM
51012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5104 absolute.
5105 * gdb.trace/ftrace.exp: Likewise.
5106 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5107 targets as well.
5108 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5109 (gdb_load_shlibs): Copy libraries to test directory when testing
5110 natively. Only set solib-search-path if testing remotely.
5111 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5112
7817ea46
SM
51132016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5116 gdb_download. Use it even if the target is not remote.
5117 * gdb.base/jit.exp (compile_jit_test): Likewise.
5118 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5119 output directory if the destination board is local, otherwise use
5120 the standard remote_download from DejaGnu.
5121 (gdb_download): Remove.
5122 (gdb_load_shlibs): Use gdb_remote_download instead of
5123 gdb_download.
5124 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5125 Use gdb_remote_download instead of gdb_download. Use it even if
5126 the target is not remote.
5127 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5128 instead of gdb_download.
5129
7beb7f68
SM
51302016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5131
5132 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5133 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5134 run.
5135
cc63428a
AV
51362016-04-01 Artemiy Volkov <artemiyv@acm.org>
5137
5138 PR gdb/19820
5139 * gdb.base/printcmds.exp: Add artificial arrays tests.
5140
64cdf930
PA
51412016-03-31 Pedro Alves <palves@redhat.com>
5142
5143 PR gdb/19858
5144 * gdb.base/jit-main.c: Include unistd.h.
5145 (ATTACH): Define to 0 if not already defined.
5146 (wait_for_gdb, mypid): New globals.
5147 (WAIT_FOR_GDB): New macro.
5148 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5149 some breakpoint locations.
5150 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5151 New procedures.
5152 (one_jit_test): Add REATTACH parameter, and handle it. Use
5153 continue_to_test_location.
5154 (top level): Test attach, and adjusts calls to one_jit_test.
5155
40dea8cb
PA
51562016-03-31 Pedro Alves <palves@redhat.com>
5157
5158 PR gdb/19858
5159 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5160 BINSUFFIX parameter, and handle it.
5161 (top level): Adjust calls compile_jit_test.
5162
e7ea3ec7
CU
51632016-03-31 Catalin Udma <catalin.udma@freescale.com>
5164
5165 PR python/19743
5166 * gdb.python/py-mi-events-gdb.py: New file.
5167 * gdb.python/py-mi-events.c: New file.
5168 * gdb.python/py-mi-events.exp: New file.
5169
e6359af3
YQ
51702016-03-30 Yao Qi <yao.qi@linaro.org>
5171
5172 * gdb.reverse/until-precsave.exp: Match function name only.
5173 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5174 Move malloc to a condition block.
5175 * gdb.reverse/until-reverse.exp: Match function name only.
5176
a4105d04
MK
51772016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5178
5179 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5180 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5181 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5182 variable for GPR 0 instead of assuming it is register 0.
5183 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5184 * lib/trace-support.exp: Add s390 registers.
5185
bfa6adb9
YQ
51862016-03-29 Yao Qi <yao.qi@linaro.org>
5187
5188 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5189
1e6697ea
YQ
51902016-03-24 Yao Qi <yao.qi@linaro.org>
5191
5192 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5193 test message.
5194
64bcd522
AA
51952016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5196
5197 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5198 maintaining separate logic for constructing the output path.
5199
7868401b
DB
52002016-03-16 Don Breazeal <donb@codesourcery.com>
5201
5202 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5203 Retry fork and waitpid on interrupted system call errors.
5204 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5205 Use with_timeout_factor to increase timeout by factor of 10.
5206
1cafadb4
DB
52072016-03-15 Don Breazeal <donb@codesourcery.com>
5208
5209 * gdb.cp/scope-err.cc: New test program.
5210 * gdb.cp/scope-err.exp: New test script.
5211 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5212 lines and "set breakpoint here" comment.
5213 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5214 Fixed some whitespace and format issues.
5215 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5216 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5217
81516450
DE
52182016-03-15 Doug Evans <dje@google.com>
5219
5220 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5221 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5222 All callers updated. Add tests for enums, mixed flags register.
5223
aa52b601
DE
52242016-03-15 Doug Evans <dje@google.com>
5225
5226 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5227 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5228
fa4ff313
SM
52292016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5230
5231 * gdb.base/default.exp: Add $_as_string to the list of expected
5232 convenience functions.
5233
f2403c39
AB
52342016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5237
f2f3ccb9
SM
52382016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5239
5240 * gdb.python/py-as-string.exp: New file.
5241 * gdb.python/py-as-string.c: New file.
5242
00dbd492
PA
52432016-03-09 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5246 signal" -> "Thread NN received signal" output change.
5247 * gdb.threads/ia64-sigill.exp: Likewise.
5248 * gdb.threads/linux-dp.exp: Likewise.
5249 * gdb.threads/manythreads.exp: Likewise.
5250 * gdb.threads/pending-step.exp: Likewise.
5251 * gdb.threads/print-threads.exp: Likewise.
5252 * gdb.threads/sigstep-threads.exp: Likewise.
5253 * gdb.threads/staticthreads.exp: Likewise.
5254 * gdb.threads/tls.exp: Likewise.
5255
1e6697ea
YQ
52562016-03-09 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.base/command-line-input.exp: New file.
5259
b04fd3be
MK
52602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5261
5262 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5263 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5264 * gdb.trace/pending.exp: Accept leading dot before function name.
5265 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5266 * lib/trace-support.exp: Set registers for ppc.
5267
98fa59e9
MK
52682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5269
5270 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5271 use it for disassembly; accept .main in addition to main in backtrace.
5272
f77198c8
MK
52732016-03-09 Wei-cheng Wang <cole945@gmail.com>
5274 Marcin Kościelnicki <koriakin@0x04.net>
5275
5276 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5277 (gdb_recursion_test_ptr): New global variable.
5278 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5279 gdb_recursion_test.
5280 (gdb_c_test): Ditto.
5281
ba84e0da
MK
52822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5283
5284 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5285 ordering.
5286
4366d36e
MK
52872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5288
5289 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5290 (bar): Add bar_start_lbl label.
5291 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5292 of foo/bar for emitting DWARF and tracing.
5293
5eb264df
SDJ
52942016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5295
5296 * analyze-racy-logs.py: Set executable bit.
5297
fb6a751f
SDJ
52982016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5299
5300 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5301 (CHECK_TARGET_TMP): Likewise.
5302 (check-single-racy): New rule.
5303 (check-parallel-racy): Likewise.
5304 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5305 (do-check-parallel-racy): New rule.
5306 (check-racy/%.exp): Likewise.
5307 * README (Racy testcases): New section.
5308 * analyze-racy-logs.py: New file.
5309
bdf7e230
DE
53102016-03-03 Doug Evans <dje@google.com>
5311
5312 * gdb.base/skip.exp: Use with_test_prefix.
5313
4719d415
YQ
53142016-03-03 Yao Qi <yao.qi@linaro.org>
5315
5316 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5317 Invoke step_over_syscall "clone" and break_cond_on_syscall
5318 "clone".
5319 * gdb.base/step-over-clone.c: New file.
5320
ea507862
YQ
53212016-03-03 Yao Qi <yao.qi@linaro.org>
5322
5323 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5324 code format.
5325
8fc8cbda
YQ
53262016-03-03 Yao Qi <yao.qi@linaro.org>
5327
5328 * gdb.base/disp-step-fork.c: Rename to ...
5329 * gdb.base/step-over-fork.c: ... it. New file.
5330 * gdb.base/disp-step-vfork.c: Rename to ...
5331 * gdb.base/step-over-vfork.c: ... it. New file.
5332 * gdb.base/disp-step-syscall.exp: Rename to ...
5333 * gdb.base/step-over-syscall.exp: ... it. New file.
5334 (disp_step_cross_syscall): Rename to ...
5335 (step_over_syscall): ... it.
5336
92fa70b0
YQ
53372016-03-03 Yao Qi <yao.qi@linaro.org>
5338
5339 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5340 If target supports condition evaluation on target, invoke
5341 break_cond_on_syscall for fork and vfork.
5342
e197ad3c
YQ
53432016-03-03 Yao Qi <yao.qi@linaro.org>
5344
5345 * gdb.base/disp-step-syscall.exp: Don't invoke
5346 support_displaced_stepping.
5347 (disp_step_cross_syscall): Test with displaced stepping off and
5348 on if supported.
5349
0b47da9f
YQ
53502016-03-03 Yao Qi <yao.qi@linaro.org>
5351
5352 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5353 proc.
5354 (setup): New proc.
5355 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5356 and setup.
5357
065ab6dc
BH
53582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5359
5360 * gdb.fortran/vla-history.exp: Remove breakpoint.
5361
07e448ad 53622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5363
25d49b86
PA
5364 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5365 exceeds timeout.
07e448ad 5366
9ac2d526 53672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5368
25d49b86
PA
5369 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5370 breakpoint.
9ac2d526 5371
17807369
BH
53722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5373
5374 * gdb.mi/vla.f90: Nullify pointer after declaration.
5375
86e501af
PA
53762016-03-01 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5379
1e903e32
PA
53802016-03-01 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5383 before anything else.
5384 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5385 _GNU_SOURCE here.
5386 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5387 before anything else.
5388 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5389
6ccb54e2
PA
53902016-03-01 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5393
30ca9da1
YQ
53942016-03-01 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5397 prepare_for_testing.
5398
dc856b38
YQ
53992016-03-01 Yao Qi <yao.qi@linaro.org>
5400
5401 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5402
4a932159
AA
54032016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5404
5405 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5406 manually constructing the output path.
5407
f2489477
AA
54082016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5409
5410 * gdb.arch/s390-stackless.S: New.
5411 * gdb.arch/s390-stackless.exp: New.
5412
38899f16
IB
54132016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5414
5415 * gdb.dlang/circular.c: New file.
5416 * gdb.dlang/circular.exp: New file.
5417
9fde51ed
YQ
54182016-02-26 Yao Qi <yao.qi@linaro.org>
5419
5420 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5421 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5422 (testcases): Update.
5423
ce90fefe
YQ
54242016-02-26 Yao Qi <yao.qi@linaro.org>
5425
5426 * gdb.reverse/aarch64.c: Rename to ...
5427 * gdb.reverse/insn-reverse.c: ... it.
5428 * gdb.reverse/aarch64.exp: Rename to ...
5429 * gdb.reverse/insn-reverse.exp: ... it.
5430
3263bceb
YQ
54312016-02-26 Yao Qi <yao.qi@linaro.org>
5432
5433 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5434 (testcase_ftype): New.
5435 (testcases): New array.
5436 (n_testcases): New.
5437 (main): Call each element in testcases.
5438 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5439 (read_testcase): New.
5440 Do the tests in a loop.
5441
6cb59ff1
YQ
54422016-02-25 Yao Qi <yao.qi@linaro.org>
5443
5444 * gdb.base/branches.c: Remove.
5445
ae91f625
MK
54462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5447
5448 PR gdb/13808
5449 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5450
678b48b7
MK
54512016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5452
5453 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5454
7337a6f2
MK
54552016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5456
5457 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5458 change x86_64 call_insn to 'callq'.
5459
861ca91f
AT
54602016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5461
5462 * gdb.trace/tfile-avx.c: Move to...
5463 * gdb.trace/tracefile-pseudo-reg.c: Here.
5464 * gdb.trace/tfile-avx.exp: Move to...
5465 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5466
bf74e428
GB
54672016-02-24 Gary Benson <gbenson@redhat.com>
5468
5469 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5470 message on attach.
5471
cce0e923
DE
54722016-02-23 Doug Evans <dje@google.com>
5473
5474 * gdb.base/skip.c (test_skip): New function.
5475 (end_test_skip_file_and_function): New function.
5476 (test_skip_file_and_function): New function.
5477 * gdb.base/skip1.c (test_skip): New function.
5478 (skip1_test_skip_file_and_function): New function.
5479 * gdb.base/skip.exp: Add tests for new skip options.
5480 * gdb.base/skip-solib.exp: Update expected output.
5481 * gdb.perf/skip-command.cc: New file.
5482 * gdb.perf/skip-command.exp: New file.
5483 * gdb.perf/skip-command.py: New file.
5484
4000e47e
MK
54852016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5486
5487 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5488 info registers pattern.
5489
24f75ead
IB
54902016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5491
5492 * lib/future.exp: Add D support.
5493 (gdb_find_gdc): New proc.
5494 (gdb_default_target_compile): Add D support.
5495
fbb7bcbe
WW
54962016-02-18 Wei-cheng Wang <cole945@gmail.com>
5497
5498 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5499 user+system time.
5500 (trace_speed_test): Determine the iteration count for a time
5501 between 15..30 seconds.
5502
012b3a21
WT
55032016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5504
5505 * gdb.arch/i386-mpx-sigsegv.c: New file.
5506 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5507 * gdb.arch/i386-mpx-simple_segv.c: New file.
5508 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5509
2d5189bd
YQ
55102016-02-18 Yao Qi <yao.qi@linaro.org>
5511
5512 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5513 Don't call setup_kfail.
5514
40fb20d0
YQ
55152016-02-18 Yao Qi <yao.qi@linaro.org>
5516
5517 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5518 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5519
21b1f8d2
DE
55202016-02-16 Doug Evans <dje@google.com>
5521
5522 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5523 * gdb.base/skip1.c: Ditto.
5524 * gdb.base/skip.exp: Whitespace cleanup.
5525
4041ed77
DB
55262016-02-16 Don Breazeal <donb@codesourcery.com>
5527
5528 PR remote/19496
5529 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5530 Remove kfail for PR remote/19496.
5531
c4ef31bf
SM
55322016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5533
5534 * lib/gdb.exp (standard_temp_file): Return a path specific to
5535 the runtest invocation.
5536
266b65b3
SM
55372016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5538
5539 * gdb.trace/save-trace.exp: Change relative path to be in the
5540 standard output directory.
5541
a7a0a6a9
JK
55422016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * gdb.arch/i386-prologue.c: Add missing prototypes.
5545
c99dbb42
JK
55462016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5547
5548 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5549 * gdb.arch/i386-prologue.exp: Likewise.
5550 * gdb.arch/i386-size.exp: Likewise.
5551
aa480355
SM
55522016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5555 define object file path.
5556 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5557 file path.
5558 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5559 standard_output_file to define binfile.
5560
ba881f50
JK
55612016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 Fix compatibility with recent gfortran-5.3.1.
5564 * gdb.fortran/vla-history.exp (print vla1 allocated)
5565 (print vla2 allocated, print $2, print $3): Remove
5566 (print $4): Rename to ...
5567 (print $2): ... here.
5568 (print $9): Rename to ...
5569 (print $5): ... here.
5570 (print $10): Rename to ...
5571 (print $6): ... here.
5572 * gdb.fortran/vla.f90: Add pvla initialization.
5573
e9fb005c
JK
55742016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5575
5576 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5577 New test.
5578 * gdb.fortran/vla-value-sub.exp: Likewise.
5579
e44e00ff
MK
55802016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5581
5582 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5583
97e94151
SM
55842016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5585
5586 * i386-biarch-core.exp: Define corefile using
5587 standard_output_file.
5588
01113bc1
YQ
55892016-02-12 Yao Qi <yao.qi@linaro.org>
5590
5591 * gdb.arch/arm-single-step-kernel-helper.c: New.
5592 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5593
33b4777c
MM
55942016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5595
5596 * gdb.btrace/tailcall-only.exp: New.
5597 * gdb.btrace/tailcall-only.c: New.
5598 * gdb.btrace/x86_64-tailcall-only.S: New.
5599 * gdb.btrace/i686-tailcall-only.S: New.
5600
acc23c11
PA
56012016-02-11 Pedro Alves <palves@redhat.com>
5602
5603 * README (Parallel testing): Add missing double quotes.
5604
e352bf0a
PA
56052016-02-11 Pedro Alves <palves@redhat.com>
5606
5607 * README (Parallel testing): New section.
5608 (GDB_PARALLEL): Rewrite.
5609 (FORCE_PARALLEL): Document.
5610
9f5fed78
MK
56112016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5612
5613 * gdb.trace/tfile-avx.c: New test.
5614 * gdb.trace/tfile-avx.exp: New test.
5615
9ef9e6a6
KS
56162016-02-09 Keith Seitz <keiths@redhat.com>
5617
5618 PR breakpoints/19546
5619 * gdb.base/infcall-exec.c: New file.
5620 * gdb.base/infcall-exec2.c: New file.
5621 * gdb.base/infcall-exec.exp: New file.
5622
a96e36da
KS
56232016-02-09 Keith Seitz <keiths@redhat.com>
5624
5625 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5626 (toplevel): Call test_bkpt_address.
5627
9f61929f
KS
56282016-02-09 Keith Seitz <keiths@redhat.com>
5629
5630 PR python/19506
5631 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5632 (toplevel): Call test_bkpt_address.
5633
1e94266c
SM
56342016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5635
5636 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5637 to AC_OUTPUT.
5638 * configure: Regenerate.
5639
2a7f3dff
PA
56402016-02-09 Pedro Alves <palves@redhat.com>
5641
5642 PR breakpoints/19548
5643 * gdb.base/execl-update-breakpoints.c (some_function): New
5644 function.
5645 (main): Call it.
5646 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5647 Tighten expected GDB output.
5648
2151ccc5
SM
56492016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * Makefile.in (ALL_SUBDIRS): Remove.
5652 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5653 (distclean maintainer-clean realclean): Likewise.
5654 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5655 * configure: Regenerate.
5656 * gdb.ada/Makefile.in: Delete.
5657 * gdb.arch/Makefile.in: Likewise.
5658 * gdb.asm/Makefile.in: Likewise.
5659 * gdb.base/Makefile.in: Likewise.
5660 * gdb.btrace/Makefile.in: Likewise.
5661 * gdb.cell/Makefile.in: Likewise.
5662 * gdb.compile/Makefile.in: Likewise.
5663 * gdb.cp/Makefile.in: Likewise.
5664 * gdb.disasm/Makefile.in: Likewise.
5665 * gdb.dlang/Makefile.in: Likewise.
5666 * gdb.dwarf2/Makefile.in: Likewise.
5667 * gdb.fortran/Makefile.in: Likewise.
5668 * gdb.gdb/Makefile.in: Likewise.
5669 * gdb.go/Makefile.in: Likewise.
5670 * gdb.guile/Makefile.in: Likewise.
5671 * gdb.java/Makefile.in: Likewise.
5672 * gdb.linespec/Makefile.in: Likewise.
5673 * gdb.mi/Makefile.in: Likewise.
5674 * gdb.modula2/Makefile.in: Likewise.
5675 * gdb.multi/Makefile.in: Likewise.
5676 * gdb.objc/Makefile.in: Likewise.
5677 * gdb.opencl/Makefile.in: Likewise.
5678 * gdb.opt/Makefile.in: Likewise.
5679 * gdb.pascal/Makefile.in: Likewise.
5680 * gdb.perf/Makefile.in: Likewise.
5681 * gdb.python/Makefile.in: Likewise.
5682 * gdb.reverse/Makefile.in: Likewise.
5683 * gdb.server/Makefile.in: Likewise.
5684 * gdb.stabs/Makefile.in: Likewise.
5685 * gdb.threads/Makefile.in: Likewise.
5686 * gdb.trace/Makefile.in: Likewise.
5687 * gdb.xml/Makefile.in: Likewise.
5688 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5689 GDB_PARALLEL.
5690 (standard_output_file): Remove check for GDB_PARALLEL, always
5691 return path in outputs/$subdir/$testname.
5692
437277d4
SM
56932016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5694
5695 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5696 (site.exp): Assign abs_srcdir to tcl's srcdir.
5697
31d913c7
YQ
56982016-02-04 Yao Qi <yao.qi@linaro.org>
5699
5700 * gdb.base/foll-exec-mode.c: Include limits.h.
5701 (main): Add parameters argc and argv. Get directory from
5702 argv[0].
5703 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5704 compilation.
5705 * gdb.base/foll-exec.c: Include limits.h.
5706 (main): Add parameters argc and argv.
5707 Get directory from argv[0].
5708 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5709 Adjust tests on the number of lines as source code changed.
5710 * gdb.base/foll-vfork-exit.c: Include limits.h.
5711 (main): Add one line of statement before vfork.
5712 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5713 (main): Add parameters argc and argv. Get directory from
5714 argv[0].
5715 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5716 (setup_gdb): Set tbreak to skip some source lines.
5717 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5718 (main): Add parameters argc and argv. Get directory from
5719 argv[0].
5720 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5721 compilation.
5722 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5723 (main): Add parameters argc and argv. Get directory from
5724 argv[0].
5725 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5726 compilation.
5727
9482b9fb
DE
57282016-02-01 Doug Evans <dje@google.com>
5729
5730 * gdb.base/skip.exp: Clean up multiple references to same test name.
5731
6b2e4f10
PA
57322016-02-01 Pedro Alves <palves@redhat.com>
5733
ccb6afd6 5734 PR remote/19496
6b2e4f10
PA
5735 * gdb.threads/forking-threads-plus-breakpoint.exp
5736 (displaced_stepping_supported): New global.
5737 (probe_displaced_stepping_support): New procedure.
5738 (do_test): Add 'displaced' parameter, and use it.
5739 (top level): Check for displaced stepping support. Add displaced
5740 stepping on/off testing axis.
5741
37a8db1a
AB
57422016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5745 pointer. Don't perform further tests on the unassociated pointer
5746 if the first test fails.
5747
5fdf6324
AB
57482016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 * gdb.base/max-value-size.c: New file.
5751 * gdb.base/max-value-size.exp: New file.
5752 * gdb.base/huge.exp: Disable max-value-size for this test.
5753
935c6144
IB
57542016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5755
5756 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5757
7fe8399d
YQ
57582016-01-28 Yao Qi <yao.qi@linaro.org>
5759
5760 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5761
a2077e25
PA
57622016-01-25 Pedro Alves <palves@redhat.com>
5763
5764 PR threads/19461
5765 * gdb.base/fork-running-state.c: New file.
5766 * gdb.base/fork-running-state.exp: New file.
5767
1d2736d4
PA
57682016-01-25 Pedro Alves <palves@redhat.com>
5769
5770 PR gdb/19494
5771 * gdb.base/catch-fork-kill.c: New file.
5772 * gdb.base/catch-fork-kill.exp: New file.
5773
f1da4b11
PA
57742016-01-25 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5777 Delete, moved to lib/gdb.exp.
5778 * gdb.threads/forking-threads-plus-breakpoint.exp
5779 (foreach_with_prefix): Likewise.
5780 * gdb.threads/process-dies-while-handling-bp.exp
5781 (foreach_with_prefix): Likewise.
5782 * lib/gdb.exp (foreach_with_prefix): New procedure.
5783
45f38546
MK
57842016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5785
5786 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5787 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5788
dc29a1ce
MK
57892016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5790
5791 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5792 endian targets.
5793
092127d7
JK
57942016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5795 Pedro Alves <palves@redhat.com>
5796
5797 Fix testsuite compatibility with Guile.
5798 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5799 number.
5800
31d765d3
JK
58012016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5802
5803 Fix testsuite compatibility with Guile.
5804 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5805 (thread 1): New test for backtrace through signal handler.
5806
1ac78c04
YQ
58072016-01-22 Yao Qi <yao.qi@linaro.org>
5808
5809 PR testsuite/19491
5810 * gdb.base/multi-forks.c: Include
5811 ../lib/unbuffer_output.c
5812 (main): Call gdb_unbuffer_output.
5813
4f5946a8
DE
58142016-01-21 Doug Evans <dje@google.com>
5815
5816 * lib/ada.exp (gdb_compile_ada): Fix typo.
5817
305e13e6
JB
58182016-01-21 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.base/break-fun-addr.exp: New file.
5821 * gdb.base/break-fun-addr1.c: New file.
5822 * gdb.base/break-fun-addr2.c: New file.
5823
5f5dfff6
SM
58242016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5825
5826 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5827 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5828 enum flag values.
5829
fd356fa2
AA
58302016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5831
5832 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5833 when GDB can not set the vector return value. Add more comments
5834 for clarification.
5835
9df22175
AT
58362016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5837
5838 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5839 command.
5840
41d1845e
SM
58412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5844
01ac6840
SM
58452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5846
5847 * Makefile.in (check-single): Pass --status to runtest.
5848 (check/%.exp): Likewise.
5849
58502016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5851
5852 * Makefile.in (check-parallel): Propagate return code from make
5853 do-check-parallel.
5854
bd0a71fa
MK
58552016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5856
5857 * gdb.trace/ftrace.exp: Fix expected message on continue.
5858 * gdb.trace/pending.exp: Fix expected message on continue.
5859 * gdb.trace/trace-break.exp: Fix expected message on continue.
5860
8bcbad33
SM
58612016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5862
5863 * lib/gdb.exp (gdb_test): Remove unused global references.
5864
f303dbd6
PA
58652016-01-18 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.base/async-shell.exp: Adjust expected output.
5868 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5869 * gdb.base/siginfo-thread.exp: Adjust expected output.
5870 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5871 * gdb.java/jnpe.exp: Adjust expected output.
5872 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5873 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5874 * gdb.threads/leader-exit.exp: Adjust expected output.
5875 * gdb.threads/manythreads.exp: Adjust expected output.
5876 * gdb.threads/pthreads.exp: Adjust expected output.
5877 * gdb.threads/schedlock.exp: Adjust expected output.
5878 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5879 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5880 expected output.
5881 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5882 output.
5883 * gdb.threads/sigthread.exp: Adjust expected output.
5884 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5885
b2789696
YQ
58862016-01-18 Yao Qi <yao.qi@linaro.org>
5887
5888 * gdb.guile/scm-section-script.c: Replace @progbits with
5889 %progbits.
5890 * gdb.python/py-section-script.c: Likewise.
5891
71ef29a8
PA
58922016-01-15 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.multi/tids.exp: Test star wildcard ranges.
5895
3f5b7598
PA
58962016-01-15 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5899 command from "thread apply" invocation.
5900 (thr_apply_info_thr_invalid): Default the expected output to the
5901 input tid list.
5902 (top level): Add tests that use convenience variables. Add tests
5903 for "thread apply" with a valid TID list, but missing the command.
5904
663f6d42
PA
59052016-01-13 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/default.exp: Expect $_gthread as well.
5908 * gdb.multi/tids.exp: Test $_gthread.
5909 * gdb.threads/thread-specific.exp: Test $_gthread.
5910
c84f6bbf
PA
59112016-01-13 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.multi/tids.exp: Test "info threads -gid".
5914
22a02324
PA
59152016-01-13 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5918 Breakpoint.thread.
5919 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5920
5d5658a1
PA
59212016-01-07 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/break.exp: Adjust to output changes.
5924 * gdb.base/hbreak2.exp: Likewise.
5925 * gdb.base/sepdebug.exp: Likewise.
5926 * gdb.base/watch_thread_num.exp: Likewise.
5927 * gdb.linespec/keywords.exp: Likewise.
5928 * gdb.multi/info-threads.exp: Likewise.
5929 * gdb.threads/thread-find.exp: Likewise.
5930 * gdb.multi/tids.c: New file.
5931 * gdb.multi/tids.exp: New file.
5932
84654457
PA
59332016-01-13 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5936
e3940304
PA
59372016-01-13 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.base/default.exp: Expect $_inferior as well.
5940 * gdb.multi/base.exp: Test $_inferior.
5941
a911d87a
PA
59422016-01-13 Pedro Alves <palves@redhat.com>
5943
5944 PR breakpoints/19388
5945 * gdb.base/catch-signal-siginfo-cond.c: New file.
5946 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5947
82075af2
JS
59482016-01-12 Josh Stone <jistone@redhat.com>
5949 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5950
5951 * gdb.base/catch-syscall.c (do_execve): New variable.
5952 (main): Conditionally trigger an execve.
5953 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5954 (test_catch_syscall_execve): New, check entry/return across execve.
5955 (do_syscall_tests): Call test_catch_syscall_execve.
5956
e46eeedd
PA
59572016-01-12 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.base/random-signal.exp (do_test): New procedure, with body
5960 of testcase moved in.
5961
01d8c27e
JK
59622016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5963 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.base/funcargs.exp (finish from indirectly called function):
5966 Reintroduce the case for 'First'.
5967
9a706302
JK
59682016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5969 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5972 (tcatch_vfork_then_child_follow_exec)
5973 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5974 identification.
5975
c0ecb95f
JK
59762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5979 and repeats to unlimited.
5980 * gdb.python/py-value.exp: Likewise.
5981 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5982 and repeats to unlimited.
5983
6cfc1fcb
JK
59842016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5985
5986 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5987 and reordering the functions.
5988 * gdb.multi/hangout.c: Likewise.
5989 * gdb.multi/hello.c: Likewise.
5990
582a1b00
SM
59912016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5994 absolute.
5995 (SingleStatisticTestResult.report): Use dict.keys instead of
5996 dict.iterkeys.
5997
79bc59cb
PA
59982016-01-06 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6001
43368e1d
MM
60022016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6003
6004 * gdb.btrace/dlopen.exp: New.
6005 * gdb.btrace/dlopen.c: New.
6006 * gdb.btrace/dlopen-dso.c: New.
6007
79fad5b8
SL
60082015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6009
6010 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6011 PATTERN argument is optional.
6012
ab8314b3
JB
60132015-12-24 Joel Brobecker <brobecker@adacore.com>
6014
6015 * lib/ada.exp (target_compile_ada_from_dir): New function.
6016 (gdb_compile_ada): Reimplement avoiding the use of project files.
6017 * gdb.ada/gnat_ada.gpr: Delete.
6018 * gdb.ada/cond_lang.exp: Adjust test to make path before
6019 filename optional.
6020 * gdb.ada/small_reg_param.exp: Likewise.
6021
fe33faff
SM
60222015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6023
6024 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6025
6d265cb4
TP
60262015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6027
6028 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6029 case.
6030
10125099
SM
60312015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6032
6033 * gdb.base/break.exp: Remove dead code.
6034 * gdb.base/sepdebug.exp: Likewise.
6035
3ca22649
SM
60362015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6037
6038 * gdb.asm/asm-source.exp: Remove HP-UX references.
6039 * gdb.base/annota1.exp: Likewise.
6040 * gdb.base/annota3.exp: Likewise.
6041 * gdb.base/attach.exp: Likewise.
6042 * gdb.base/bigcore.exp: Likewise.
6043 * gdb.base/break.exp: Likewise.
6044 * gdb.base/call-ar-st.exp: Likewise.
6045 * gdb.base/callfuncs.exp: Likewise.
6046 * gdb.base/catch-fork-static.exp: Likewise.
6047 * gdb.base/display.exp: Likewise.
6048 * gdb.base/foll-exec-mode.exp: Likewise.
6049 * gdb.base/foll-exec.exp: Likewise.
6050 * gdb.base/foll-fork.exp: Likewise.
6051 * gdb.base/foll-vfork.exp: Likewise.
6052 * gdb.base/funcargs.exp: Likewise.
6053 * gdb.base/hbreak2.exp: Likewise.
6054 * gdb.base/inferior-died.exp: Likewise.
6055 * gdb.base/interrupt.exp: Likewise.
6056 * gdb.base/multi-forks.exp: Likewise.
6057 * gdb.base/nodebug.exp: Likewise.
6058 * gdb.base/sepdebug.exp: Likewise.
6059 * gdb.base/solib1.c: Likewise.
6060 * gdb.base/step-test.exp: Likewise.
6061 * gdb.mi/non-stop.c: Likewise.
6062 * gdb.mi/pthreads.c: Likewise.
6063 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6064 * gdb.threads/pthreads.c: Likewise.
6065 * gdb.threads/staticthreads.exp: Likewise.
6066 * lib/future.exp: Likewise.
6067 * lib/gdb.exp: Likewise.
6068 * gdb.base/so-indr-cl.c: Remove.
6069 * gdb.base/so-indr-cl.exp: Likewise.
6070 * gdb.base/solib.c: Likewise.
6071 * gdb.base/solib.exp: Likewise.
6072 * gdb.base/solib2.c: Likewise.
6073
b6304613
SM
60742015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6075
6076 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6077 * gdb.base/call-ar-st.exp: Likewise.
6078 * gdb.base/callfuncs.exp: Likewise.
6079 * gdb.base/condbreak.exp: Likewise.
6080 * gdb.base/constvars.exp: Likewise.
6081 * gdb.base/hbreak2.exp: Likewise.
6082 * gdb.base/langs.exp: Likewise.
6083 * gdb.base/list.exp: Likewise.
6084 * gdb.base/long_long.exp: Likewise.
6085 * gdb.base/ptype.exp: Likewise.
6086 * gdb.base/scope.exp: Likewise.
6087 * gdb.base/signals.exp: Likewise.
6088 * gdb.base/so-impl-ld.exp: Likewise.
6089 * gdb.base/varargs.exp: Likewise.
6090 * gdb.base/volatile.exp: Likewise.
6091 * gdb.base/whatis.exp: Likewise.
6092 * gdb.cp/cplusfuncs.exp: Likewise.
6093 * gdb.cp/inherit.exp: Likewise.
6094 * gdb.cp/local.exp: Likewise.
6095 * gdb.cp/member-ptr.exp: Likewise.
6096 * gdb.cp/method.exp: Likewise.
6097 * gdb.cp/overload.exp: Likewise.
6098 * gdb.cp/templates.exp: Likewise.
6099 * gdb.stabs/weird.exp: Likewise.
6100 * lib/compiler.c: Likewise.
6101 * lib/compiler.cc: Likewise.
6102 * lib/cp-support.exp: Likewise.
6103 * lib/gdb.exp: Likewise.
6104
bf401b07
SM
61052015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6106
6107 * configure.ac: Remove HP-UX case.
6108 * configure: Regenerate.
6109
aff9c0f8
SM
61102015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * lib/gdb.exp (gdb_compile): Add function doc.
6113
a6904d5a
PA
61142015-12-17 Pedro Alves <palves@redhat.com>
6115
6116 PR threads/19354
6117 * gdb.multi/info-threads.exp: New file.
6118
a22279dd
YQ
61192015-12-15 Yao Qi <yao.qi@linaro.org>
6120
6121 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6122 is aarch64*-*-*.
6123
0588c796
SL
61242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6125
6126 * gdb.base/history-duplicates.exp: Skip if no readline support.
6127
5d978e17
SL
61282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6129
6130 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6131
7e763b86
SL
61322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6133
6134 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6135
87a3a92c
SL
61362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6137
6138 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6139 ctrl-C if nointerrupts target property is set.
6140 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6141 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6142 * gdb.base/paginate-bg-execution.exp: Likewise.
6143 * gdb.base/paginate-execution-startup.exp: Likewise.
6144 * gdb.base/random-signal.exp: Likewise.
6145 * gdb.base/range-stepping.exp: Likewise.
6146 * gdb.cp/annota2.exp: Likewise.
6147 * gdb.cp/annota3.exp: Likewise.
6148 * gdb.gdb/selftest.exp: Likewise.
6149 * gdb.threads/continue-pending-status.exp: Likewise.
6150 * gdb.threads/leader-exit.exp: Likewise.
6151 * gdb.threads/manythreads.exp: Likewise.
6152 * gdb.threads/pthreads.exp: Likewise.
6153 * gdb.threads/schedlock.exp: Likewise.
6154 * gdb.threads/sigthread.exp: Likewise.
6155
a8f077dc
DB
61562015-12-11 Don Breazeal <donb@codesourcery.com>
6157
6158 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6159 remote.
6160 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6161 * gdb.base/foll-exec.exp (main): Enable for target remote.
6162 * gdb.base/foll-fork.exp (main): Likewise.
6163 * gdb.base/foll-vfork.exp (main): Likewise.
6164 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6165 (proc continue_to_exit_bp_loc): Use clean_restart.
6166 * gdb.base/pie-execl.exp (main): Disable for target remote.
6167 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6168 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6169 * gdb.threads/execl.exp (main): Likewise.
6170 * gdb.threads/fork-child-threads.exp (main): Likewise.
6171 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6172 remote.
6173 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6174 remote.
6175 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6176 pid.tid style ptids, instead of just tid.
6177 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6178 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6179 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6180 ptids, instead of just tid.
6181
3b2464a8
AB
61822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * gdb.base/list.exp (test_list_forward): Add end of file error
6185 test.
6186 (test_repeat_list_command): Add end of file error test.
6187 (test_list_backwards): Add beginning of file error test.
6188
a0def019
AB
61892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * gdb.base/list.exp (test_list_invalid_args): New function,
6192 defined, and called.
6193
5c000dff
AB
61942015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6195
6196 * gdb.base/list.exp (test_list): Make test names unique.
6197
f1637ebe
YQ
61982015-12-11 Yao Qi <yao.qi@linaro.org>
6199
6200 * gdb.base/coremaker2.c: Remove.
6201
36d6fc0a
PA
62022015-12-10 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.multi/base.exp: Remove stale "spaces" references.
6205
762f7747
PA
62062015-12-10 Pedro Alves <palves@redhat.com>
6207
6208 * gdb.multi/base.exp: Don't use nowarnings.
6209 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6210 * gdb.multi/hangout.c: Include stdio.h.
6211 * gdb.multi/hello.c: Include stdlib.h.
6212 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6213 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6214 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6215
28d2bfb9
AB
62162015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6217
6218 * gdb.dwarf2/dw2-ranges-base.c: New file.
6219 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6220 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6221 support additional line table, and debug ranges generation.
6222 (Dwarf::ranges): New function, generate .debug_ranges.
6223 (Dwarf::lines): Support generating simple line table programs.
6224 (Dwarf::assemble): Initialise new namespace variables.
6225
5fc2beac
KB
62262015-12-09 Kevin Buettner <kevinb@redhat.com>
6227
6228 * gdb.base/async.exp (proc test_background): Add case for
6229 asynchronous execution not supported.
6230
1c35a88f
LM
62312015-12-09 Luis Machado <lgustavo@codesourcery.com>
6232
6233 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6234 format and change test names to make them unique.
6235
b593e3d9
RK
62362015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6237 Pedro Alves <pedro@redhat.com>
6238
6239 PR gdb/18702
6240 Add checking of floatformats setup on x86_64 hosts.
6241 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6242 (smallval, bigval): New labels/constants.
6243 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6244 float" after loading bigval and smallval.
6245
d72413e6
PMR
62462015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6247
6248 * gdb.ada/fun_overload_menu.exp: New testcase.
6249 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6250
ece66d65
JS
62512015-12-04 Josh Stone <jistone@redhat.com>
6252
6253 * gdb.base/catch-fork-static.exp: New.
6254
41d0efca
YQ
62552015-12-03 Yao Qi <yao.qi@linaro.org>
6256
6257 * gdb.base/sizeof.c: Don't include stdio.h and
6258 ../lib/unbuffer_output.c.
6259 (main): New variable 'size' and 'value'. Remove printf and
6260 gdb_unbuffer_output. Assign return value to size and value.
6261 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6262 at the beginning.
6263 (check_sizeof): Check the result by printing variable 'size'.
6264 (check_valueof): Check the result by printing variable 'value'.
6265
99fd02d9
YQ
62662015-12-01 Yao Qi <yao.qi@linaro.org>
6267
6268 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6269 for aarch64*-*-linux* target.
6270
f2faf941
PA
62712015-11-30 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6274
04bf20c5
PA
62752015-11-30 Pedro Alves <palves@redhat.com>
6276
6277 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6278 Handle non-stop mode vCont replies.
6279
09df4675
PA
62802015-11-30 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6283 prepare_for_testing. Start gdb with "set non-stop on" appended to
6284 GDBFLAGS. Lax expected stop output.
6285
58b584af
YQ
62862015-11-27 Yao Qi <yao.qi@linaro.org>
6287
6288 * gdb.arch/arm-neon.exp: New.
6289 * gdb.arch/arm-neon.c: New.
6290
dfcb77a8
YQ
62912015-11-27 Yao Qi <yao.qi@linaro.org>
6292
6293 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6294
88e8ec1b
YQ
62952015-11-27 Yao Qi <yao.qi@linaro.org>
6296
6297 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6298 frames-invalid annotation.
6299
bfde72c2
YQ
63002015-11-27 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6303
f6512a69
SM
63042015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * gdb.threads/names.exp: New file.
6307 * gdb.threads/names.c: New file.
6308 * README: Mention gdb,no_thread_names.
6309
46a3515b
MM
63102015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6311
6312 PR 19297
6313 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6314 support" error.
6315
62147a22
PA
63162015-11-24 Pedro Alves <palves@redhat.com>
6317
6318 PR 17539
6319 * gdb.base/display.exp: Expect displays to be sorted in ascending
6320 order. Use multi_line.
6321 * gdb.base/solib-display.exp: Likewise.
6322
2f341b6e
PA
63232015-11-24 Pedro Alves <palves@redhat.com>
6324
6325 PR 17539
25d49b86
PA
6326 * gdb.base/display.exp: Expect displays to be sorted in ascending
6327 order. Use multi_line.
6328 * gdb.base/solib-display.exp: Likewise.
2f341b6e 6329
7e0aa6aa
PA
63302015-11-24 Pedro Alves <palves@redhat.com>
6331
6332 PR 17539
6333 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6334 threads in ascending order.
6335 * gdb.base/foll-fork.exp: Likewise.
6336 * gdb.base/foll-vfork.exp: Likewise.
6337 * gdb.base/multi-forks.exp: Likewise.
6338 * gdb.mi/mi-nonstop.exp: Likewise.
6339 * gdb.mi/mi-nsintrall.exp: Likewise.
6340 * gdb.multi/base.exp: Likewise.
6341 * gdb.multi/multi-arch.exp: Likewise.
6342 * gdb.python/py-inferior.exp: Likewise.
6343 * gdb.threads/break-while-running.exp: Likewise.
6344 * gdb.threads/execl.exp: Likewise.
6345 * gdb.threads/gcore-thread.exp: Likewise.
6346 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6347 * gdb.threads/kill.exp: Likewise.
6348 * gdb.threads/linux-dp.exp: Likewise.
6349 * gdb.threads/multiple-step-overs.exp: Likewise.
6350 * gdb.threads/next-bp-other-thread.exp: Likewise.
6351 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6352 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6353 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6354 * gdb.threads/thread-find.exp: Likewise.
6355 * gdb.threads/tls.exp: Likewise.
6356 * lib/mi-support.exp (mi_reverse_list): Delete.
6357 (mi_check_thread_states): No longer reverse list.
6358
2cc57ad8
PA
63592015-11-24 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6362 use lowercase.
6363
c93e8391
SM
63642015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6365
6366 * gdb.trace/actions.c: Include trace-common.h.
6367 (main): Add a location for a fast tracepoint.
6368 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6369 the normal tracepoints.
6370 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6371
045ccf91
SM
63722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6373
6374 * save-trace.exp: Factor out code to these...
6375 (gdb_save_tracepoints): New.
6376 (gdb_load_tracepoints): New.
6377 (do_save_load_test): New.
6378
5506f9f6
KB
63792015-11-23 Kevin Buettner <kevinb@redhat.com>
6380
6381 * gdb.base/asmlabel.exp: New test.
6382 * gdb.base/asmlabel.c: New test case.
6383
16c3b12f
JB
63842015-11-23 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.base/wrong_frame_bt_full-main.c: New file.
6387 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6388 * gdb.base/wrong_frame_bt_full.exp: New file.
6389
155bfbd3
JB
63902015-11-23 Joel Brobecker <brobecker@adacore.com>
6391
6392 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6393
bb097445
JM
63942015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6395
206853a0 6396 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
6397 pstate register when comparing registers values in
6398 sparc64-*-linux-gnu targets to avoid spurious differences.
6399
9c88ed8f
JM
64002015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6401
206853a0 6402 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 6403
96161e25
SL
64042015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6405
6406 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6407 as type argument to gdb_compile.
6408 * gdb.base/nested-subp2.exp: Likewise.
6409 * gdb.base/nested-subp3.exp: Likewise.
6410
340c2830
DV
64112015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6412
6413 * lib/dwarf.exp (_note): Fix left shift of negative value.
6414 * gdb.trace/trace-condition.exp: Likewise.
6415
c1862d0f
YQ
64162015-11-13 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6419 comments about d10v.
6420 (test_scalar_returns): Likewise.
6421 * gdb.base/d10v.ld: Remove.
6422 * gdb.base/overlays.exp: Remove the target triplet checking for
6423 d10v-*-*.
6424 * gdb.base/structs.exp (test_struct_returns): Remove the
6425 comments about d10v.
6426 (test_struct_calls): Likewise.
6427
77ae9c19
YQ
64282015-11-13 Yao Qi <yao.qi@linaro.org>
6429
6430 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6431 * gdb.base/gnu_vector.c: Don't include stdio.h.
6432 (main): Don't print res and call add_some_intvecs.
6433
430e004e
MK
64342015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6435
6436 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6437 macro.
6438 (func5): Removed.
6439 (func4): Use FAST_TRACEPOINT_LABEL.
6440 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6441 macro.
6442 (func): Removed.
6443 (thread_function): Use FAST_TRACEPOINT_LABEL.
6444 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6445 (func): Remove.
6446 (marker): Use FAST_TRACEPOINT_LABEL.
6447 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6448 (pendfunc1): Remove.
6449 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6450 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6451 (foo): Remove.
6452 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6453 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6454 macro.
6455 (func): Remove.
6456 (marker): Use FAST_TRACEPOINT_LABEL.
6457 * gdb.trace/trace-common.h: New header.
6458 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6459 macro.
6460 (func): Remove.
6461 (marker): Use FAST_TRACEPOINT_LABEL.
6462 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6463 (func): Remove.
6464 (thread_function): Use FAST_TRACEPOINT_LABEL.
6465
6e7675a7
MK
64662015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6467
6468 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6469 in front.
6470 * gdb.trace/change-loc.exp: Use global pcreg definition.
6471 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6472 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6473 in front.
6474 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6475 * gdb.trace/pending.exp: Likewise.
6476 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6477 * gdb.trace/trace-break.exp: Likewise.
6478 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6479 in front.
6480 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6481 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6482 in front.
6483 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6484
dddc0e16
JB
64852015-11-09 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdb.ada/fin_fun_out: New testcase.
6488
c6f0b406
KB
64892015-11-07 Kevin Buettner <kevinb@redhat.com>
6490
6491 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6492 value associated with DW_AT_byte_size.
6493 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6494 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6495 DW_AT_upper_bound.
6496
f01dcfd9
KB
64972015-11-07 Kevin Buettner <kevinb@redhat.com>
6498
6499 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6500 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6501 version.
6502 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6503 gdb.dwarf2/dw2-canonicalize-type.exp,
6504 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6505 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6506 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6507 provided by gdb_target_symbol_prefix_flags_asm.
6508 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6509 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6510 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6511 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6512 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6513 macros where needed). Use this macro for symbols which require
6514 the prefix provided by SYMBOL_PREFIX.
6515
2223449a
KB
65162015-11-05 Kevin Buettner <kevinb@redhat.com>
6517
6518 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6519 New procs.
6520 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6521 representing expressions, of more than one list element.
6522 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6523 to prepend linker symbol prefix to f.
6524 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6525 table_1 and table_2.
6526 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6527 Likewise, for f and g.
6528 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6529 for ptr.
6530 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6531 for main.
6532 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6533 table_1_ptr and table_2_ptr.
6534
6f2f1a3a
JK
65352015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6536 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6539
566c56c9
MK
65402015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6541
6542 * gdb.reverse/s390-mvcle.c: New test.
6543 * gdb.reverse/s390-mvcle.exp: New file.
6544 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6545
d5f0636b
MK
65462015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6547
6548 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6549
7ad8b86c
MK
65502015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6551
6552 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6553 reaching marker2.
6554 * gdb.reverse/getresuid-reverse.exp: Likewise.
6555 * gdb.reverse/pipe-reverse.exp: Likewise.
6556 * gdb.reverse/readv-reverse.exp: Likewise.
6557 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6558 * gdb.reverse/time-reverse.exp: Likewise.
6559 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6560
4081c0f1
YQ
65612015-10-30 Yao Qi <yao.qi@linaro.org>
6562
6563 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6564 (empty_cycle): Remove.
6565 (main): Don't call empty_cycle. Don't use watch_count_done.
6566 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6567 empty_cycle. Rewrite the code counting HW watchpoints.
6568
452b4ba5
MK
65692015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6570
6571 * gdb.reverse/fstatat-reverse.c: New test.
6572 * gdb.reverse/fstatat-reverse.exp: New file.
6573 * gdb.reverse/getresuid-reverse.c: New test.
6574 * gdb.reverse/getresuid-reverse.exp: New file.
6575 * gdb.reverse/pipe-reverse.c: New test.
6576 * gdb.reverse/pipe-reverse.exp: New file.
6577 * gdb.reverse/readv-reverse.c: New test.
6578 * gdb.reverse/readv-reverse.exp: New file.
6579 * gdb.reverse/recvmsg-reverse.c: New test.
6580 * gdb.reverse/recvmsg-reverse.exp: New file.
6581 * gdb.reverse/time-reverse.c: New test.
6582 * gdb.reverse/time-reverse.exp: New file.
6583 * gdb.reverse/waitpid-reverse.c: New test.
6584 * gdb.reverse/waitpid-reverse.exp: New file.
6585
5e2e7507
JK
65862015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6589
0fde2c53
DE
65902015-10-26 Doug Evans <dje@google.com>
6591
6592 PR symtab/17391
6593 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6594 * gdb.dwarf2/bad-regnum.c: New file.
6595 * gdb.dwarf2/bad-regnum.exp: New file.
6596
1a70ae97
DE
65972015-10-26 Doug Evans <dje@google.com>
6598
6599 PR python/18938
6600 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6601 file.
6602
27dc26ab
JK
66032015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6606 for a change by "Mention language in compile error message".
6607
bed91f4d
SM
66082015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6609
6610 PR python/18073
6611 * gdb.python/py-type.c (C::a_method): New.
6612 (C::a_const_method): New.
6613 (C::a_static_method): New.
6614 (a_function): New.
6615 * gdb.python/py-type.exp (test_fields): Test getting fields
6616 from function and method.
6617
3f2f83dd
KB
66182015-10-21 Keven Boell <keven.boell@intel.com>
6619
6620 * gdb.fortran/vla-alloc-assoc.exp: New file.
6621 * gdb.fortran/vla-datatypes.exp: New file.
6622 * gdb.fortran/vla-datatypes.f90: New file.
6623 * gdb.fortran/vla-history.exp: New file.
6624 * gdb.fortran/vla-ptype-sub.exp: New file.
6625 * gdb.fortran/vla-ptype.exp: New file.
6626 * gdb.fortran/vla-sizeof.exp: New file.
6627 * gdb.fortran/vla-sub.f90: New file.
6628 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6629 * gdb.fortran/vla-value-sub-finish.exp: New file.
6630 * gdb.fortran/vla-value-sub.exp: New file.
6631 * gdb.fortran/vla-value.exp: New file.
6632 * gdb.fortran/vla-ptr-info.exp: New file.
6633 * gdb.mi/mi-vla-fortran.exp: New file.
6634 * gdb.mi/vla.f90: New file.
6635
27145d50
SL
66362015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6637
6638 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6639 of hardwired timeout value.
6640
5f3ff4f8
JK
66412015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6642 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6645 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6646
bfd09d20
JS
66472015-10-19 Josh Stone <jistone@redhat.com>
6648
6649 * gdb.base/catch-syscall.c: Include <sched.h>.
6650 (unknown_syscall): New variable.
6651 (main): Trigger a vfork and an unknown syscall.
6652 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6653 (unknown_syscall_number): Likewise.
6654 (check_call_to_syscall): Accept an optional syscall pattern.
6655 (check_return_from_syscall): Likewise.
6656 (check_continue): Likewise.
6657 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6658 (test_catch_syscall_skipping_return): New test toggling off 'catch
6659 syscall' to step over the syscall return, then toggling back on.
6660 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6661 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6662 (do_syscall_tests): Call test_catch_syscall_without_args and
6663 test_catch_syscall_mid_vfork.
6664 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6665 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6666
b32b93c6
AS
66672015-10-19 Andrew Stubbs <ams@codesourcery.com>
6668
6669 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6670 print g_vE): Add new pass patterns.
6671 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6672 print various symbol names for vptr fields.
6673
9d622bda
AB
66742015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6677 results.
6678
0fd8ac1c
YQ
66792015-10-12 Yao Qi <yao.qi@linaro.org>
6680
6681 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6682
34240514
YQ
66832015-10-12 Yao Qi <yao.qi@linaro.org>
6684
6685 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6686 is aarch64*-*-linux*.
6687
8240f442
YQ
66882015-10-12 Yao Qi <yao.qi@linaro.org>
6689
6690 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6691 (can_relocate_bcond_true): ... it.
6692 (can_relocate_bcond_false): New function.
6693 (foo): Likewise.
6694 (can_relocate_bl): Likewise.
6695 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6696 can_relocate_bl.
6697
2520f728
PMR
66982015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6699
6700 * gdb.base/nested-addr.c: New file.
6701 * gdb.base/nested-addr.exp: New testcase.
6702
abcef95a
MM
67032015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6704
6705 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6706 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6707 its output. Ignore the output of "record goto begin" and instead
6708 check that GDB is replaying.
6709
145e3ddb
PA
67102015-10-09 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6713 (top level): Use it in the run with no args test.
6714
d5d8c4e1
IB
67152015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6716
6717 * gdb.dlang/properties.exp: New file.
6718
06e635ef
SL
67192015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6720
6721 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6722 whether or not address 0x1000 is mapped on the target.
6723
e019fd1d
SM
67242015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6725
6726 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6727 build.
6728
77ba2a67
MM
67292015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6730
6731 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6732 instruction-history test.
6733
c60eb31f
DE
67342015-09-28 Doug Evans <dje@google.com>
6735
6736 * gdb.base/gcore.c (array_func): Add reference to static_array.
6737
9a3c8263
SM
67382015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6741 source line.
6742
9720e656
SL
67432015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6744
6745 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6746 short or char as base type.
6747
938d3bf2
SL
67482015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6749
6750 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6751 to allow any size enum.
6752
e6c2c623
PMR
67532015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6754
6755 * gdb.ada/array_ptr_renaming.exp: New testcase.
6756 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6757 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6758
06da0f77
PL
67592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6760
6761 * gdb.trace/ftrace-lock.c: New file.
6762 * gdb.trace/ftrace-lock.exp: New file.
6763
4f51c22a
PL
67642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6765
6766 * gdb.arch/insn-reloc.c: New file.
6767 * gdb.arch/ftrace-insn-reloc.exp: New file.
6768
7041adf4
PL
67692015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6770
6771 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6772 instruction.
6773 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6774 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6775 * gdb.trace/range-stepping.c: Likewise.
6776 * gdb.trace/trace-break.c: Likewise.
6777 * gdb.trace/trace-mt.c (thread_function): Likewise.
6778 * gdb.trace/ftrace.c (marker): Likewise.
6779 * gdb.trace/trace-condition.c (marker): Likewise.
6780 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6781 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6782 is_aarch64_target.
6783
015d2e7e
DE
67842015-09-18 Doug Evans <xdje42@gmail.com>
6785
6786 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6787 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6788
26b188a2
SL
67892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6790
6791 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6792 the breakpoint.
6793
79dc332b
SL
67942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6795
6796 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6797 the pending breakpoint. Remove timeout override for "Run till
6798 MI pending breakpoint on pendfunc3 on thread 2" test.
6799
f57929f2
SL
68002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6801
6802 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6803 filename pattern.
6804
3f469b17
SL
68052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6806
6807 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6808 in breakpoint filename pattern.
6809
515b89b3
SL
68102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6811
7800dbe4
SL
6812 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6813
68142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6815
515b89b3
SL
6816 * gdb.linespec/explicit.exp: Check for readline support for
6817 tab-completion tests. Fix obvious typo.
6818
d2939ba2
MM
68192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6820
6821 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6822 and replay.
6823
cbb55fa7
MM
68242015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6825
6826 * gdb.btrace/non-stop.c: New.
6827 * gdb.btrace/non-stop.exp: New.
6828
43691ca1
PL
68292015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6830 Yao Qi <yao.qi@linaro.org>
6831
6832 * gdb.trace/trace-condition.c: New file.
6833 * gdb.trace/trace-condition.exp: New file.
6834
d78908cf
WW
68352015-09-16 Wei-cheng Wang <cole945@gmail.com>
6836
6837 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6838 for testing bytecode compilation.
6839
1ed415e2
PA
68402015-09-16 Pedro Alves <palves@redhat.com>
6841 Sandra Loosemore <sandra@codesourcery.com>
6842
6843 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6844 (SECONDS): Redefine.
6845 (main): Call pthread_kill and alarm early.
6846 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6847 support.
6848 (test): If the target can't hardware step and doesn't support
6849 displaced stepping, increase the timeout.
6850
d136eff5
PA
68512015-09-16 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6854 (enable_debug): New procedures.
6855 (test): Use them. Bail out if waiting for threads fails.
6856 (top level): Bail out if a test fails.
6857
991f019c
YQ
68582015-09-16 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.asm/asm-source.exp: Set asm-arch for
6861 aarch64*-*-* target.
6862 * gdb.asm/aarch64.inc: New file.
6863
bfca584f
PMR
68642015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6865
6866 * gdb.ada/array_of_variable_length.exp: New testcase.
6867 * gdb.ada/array_of_variable_length/foo.adb: New file.
6868 * gdb.ada/array_of_variable_length/pck.adb: New file.
6869 * gdb.ada/array_of_variable_length/pck.ads: New file.
6870
b326e587
DE
68712015-09-15 Doug Evans <dje@google.com>
6872
6873 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6874 of function static local variable.
6875
5382cfab
PW
68762015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6877
6878 * gdb.threads/tls-so_extern.exp: New test file.
6879 * gdb.threads/tls-so_extern.c: New test file.
6880 * gdb.threads/tls-so_extern_main.c: New test file.
6881
141c5cc4
JK
68822015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 * gdb.opt/solib-intra-step-lib.c: New file.
6885 * gdb.opt/solib-intra-step-main.c: New file.
6886 * gdb.opt/solib-intra-step.exp: New file.
6887
d15dcecd
PA
68882015-09-15 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6891 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6892
4c2f2a79
PA
68932015-09-14 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/hook-stop-continue.c: Delete.
6896 * gdb.base/hook-stop-continue.exp: Delete.
6897 * gdb.base/hook-stop-frame.c: Delete.
6898 * gdb.base/hook-stop-frame.exp: Delete.
6899 * gdb.base/hook-stop.c: New file.
6900 * gdb.base/hook-stop.exp: New file.
6901
919e6dbe
PMR
69022015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6903
6904 * gdb.ada/access_to_packed_array.exp: New testcase.
6905 * gdb.ada/access_to_packed_array/foo.adb: New file.
6906 * gdb.ada/access_to_packed_array/pack.adb: New file.
6907 * gdb.ada/access_to_packed_array/pack.ads: New file.
6908
157280a4
MM
69092015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6910
6911 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6912 buffer size test.
6913
2fd33e94
DB
69142015-09-11 Don Breazeal <donb@codesourcery.com>
6915
6916 * gdb.base/foll-exec.c: Add copyright header. Fix
6917 formatting issues.
6918 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6919 (do_exec_tests): Use clean_restart in place of zap_session,
6920 and for test initialization. Fix formatting issues. Use
6921 fail in place of perror.
6922 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6923 an expect statement to match an expression with output from
6924 the program under debug.
6925 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6926 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6927 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6928 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6929 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6930
e70b6e8e
DE
69312015-09-09 Doug Evans <dje@google.com>
6932
6933 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6934
7a551a51
DE
69352015-09-09 Doug Evans <dje@google.com>
6936
6937 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6938
4c666f84
DE
69392015-09-09 Doug Evans <dje@google.com>
6940
6941 * gdb.base/savedregs.exp: Fix typo.
6942
243a9253
PA
69432015-09-09 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6946
c0fa8fbd
SL
69472015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6948
6949 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6950 command actually switches threads. Give up on remaining
6951 tests if target fails to stop at breakpoint.
6952
cd7c1778
PMR
69532015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6954
6955 * gdb.ada/funcall_char.exp: New testcase.
6956 * gdb.ada/funcall_char/foo.adb: New file.
6957
dc5c8746
PMR
69582015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6959
6960 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6961 expected outputs. Add two testcases for completing ambiguous
6962 functions.
6963 * gdb.ada/complete/aux_pck.adb: New file.
6964 * gdb.ada/complete/aux_pck.ads: New file.
6965 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6966 Ambiguous_Func functions.
6967 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6968 * gdb.ada/complete/pck.adb: Likewise.
6969
4e83a1e7
UW
69702015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6971
6972 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6973 failures to run the test program under GDB.
6974
8ce74153
LM
69752015-08-26 Luis Machado <lgustavo@codesourcery.com>
6976
6977 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6978 to C.
6979
e9756d52
PP
69802015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6981
6982 * gdb.base/run-after-attach.exp: New test file.
6983 * gdb.base/run-after-attach.c: New test file.
6984
8d37573b
DB
69852015-08-26 Don Breazeal <donb@codesourcery.com>
6986
6987 * gdb.base/foll-exec-2.c: New test program.
6988 * gdb.base/foll-exec-2.exp: New test.
6989
63e43d3a
PMR
69902015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6991
6992 * gdb.base/nested-subp1.exp: New file.
6993 * gdb.base/nested-subp1.c: New file.
6994 * gdb.base/nested-subp2.exp: New file.
6995 * gdb.base/nested-subp2.c: New file.
6996 * gdb.base/nested-subp3.exp: New file.
6997 * gdb.base/nested-subp3.c: New file.
6998
3d40fbb5
PA
69992015-08-24 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.server/connect-without-multi-process.c: New file.
7002 * gdb.server/connect-without-multi-process.exp: New file.
7003
4422ac93
LM
70042015-08-24 Luis Machado <lgustavo@codesourcery.com>
7005
7006 * gdb.opt/inline-markers.c: Make z int.
7007
91dddb86
LM
70082015-08-24 Luis Machado <lgustavo@codesourcery.com>
7009
7010 * gdb.opt/inline-markers.c: Make z volatile.
7011
a48847ee
LM
70122015-08-24 Luis Machado <lgustavo@codesourcery.com>
7013
7014 * gdb.opt/inline-bt.c: New volatile global z.
7015 * gdb.opt/inline-cmds.c: Likewise.
7016 * gdb.opt/inline-locals.c: Likewise.
7017 * gdb.opt/inline-markers.c: New extern global z.
7018 (marker): Use z.
7019 (inline_fn): Likewise.
7020
0ebbc52b
PA
70212015-08-24 Pedro Alves <palves@redhat.com>
7022
7023 * config/m32r-stub.exp: Remove file.
7024 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7025 * gdb.base/call-rt-st.exp: Likewise.
7026 * gdb.base/call-strs.exp: Likewise.
7027 * gdb.base/default.exp: Remove references to h8300-*-hms and
7028 *-*-udi*.
7029 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7030
77c365df
AA
70312015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7032
7033 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7034 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7035 and "return" use KFAIL when GDB can not read/write the vector
7036 return value.
7037
4313b8c0
GB
70382015-08-21 Gary Benson <gbenson@redhat.com>
7039
7040 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7041
0e433b32
PA
70422015-08-20 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.server/solib-list.exp: No longer expect an interior stop in
7045 non-stop mode.
7046
221e1a37
PA
70472015-08-20 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.server/connect-stopped-target.c: New file.
7050 * gdb.server/connect-stopped-target.exp: New file.
7051
40e3ad0e
PA
70522015-08-20 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.dwarf2/comp-unit-lang.exp: New file.
7055 * gdb.dwarf2/comp-unit-lang.c: New file.
7056
af39b327
PMR
70572015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7058
7059 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7060 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7061
7d45c7c3 70622015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7063
7d45c7c3
KB
7064 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7065 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7066
4d6cceb4
DE
70672015-08-18 Doug Evans <dje@google.com>
7068 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7069
7070 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7071 skip_python_tests. New arg prompt_regexp.
7072 (skip_python_tests): New function.
7073 * lib/mi-support.exp (mi_skip_python_tests): New function.
7074 * gdb.python/py-mi-objfile-gdb.py: New file.
7075 * gdb.python/py-mi-objfile.c: New file.
7076 * gdb.python/py-mi-objfile.exp: New file.
7077
ad89c2aa
KS
70782015-08-17 Keith Seitz <keiths@redhat.com>
7079
7080 * gdb.linespec/explicit.exp: Move strace test from here ...
7081 * gdb.trace/strace.exp: ... to here.
7082
e3ae3c43
PP
70832015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7084
7085 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7086 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7087
604b2636
DE
70882015-08-14 Doug Evans <xdje42@gmail.com>
7089
7090 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7091 inferior before selecting a new file.
7092
6ff0ba5f
DE
70932015-08-14 Doug Evans <xdje42@gmail.com>
7094
7095 * gdb.mi/mi-disassemble.exp: Update.
7096 * gdb.base/disasm-optim.S: New file.
7097 * gdb.base/disasm-optim.c: New file.
7098 * gdb.base/disasm-optim.h: New file.
7099 * gdb.base/disasm-optim.exp: New file.
7100
9ca98f92
KS
71012015-08-14 Keith Seitz <keiths@redhat.com>
7102
7103 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7104 "evaluated-by".
7105
52bbc560
JB
71062015-08-13 Joel Brobecker <brobecker@adacore.com>
7107
7108 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7109
5d8c3ed3
PMR
71102015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7111
7112 * gdb.ada/fun_renaming.exp: New testcase.
7113 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7114 * gdb.ada/fun_renaming/pack.adb: New file.
7115 * gdb.ada/fun_renaming/pack.ads: New file.
7116
ea8812bc
KS
71172015-08-12 Keith Seitz <keiths@redhat.com>
7118
7119 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7120 gdb_get_line_number.
7121
4dafcdeb
JB
71222015-08-12 Joel Brobecker <brobecker@adacore.com>
7123
7124 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7125 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7126 gdb.base/dso2dso.exp: New files.
7127
5ba32597
SDJ
71282015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7129 Pedro Alves <palves@redhat.com>
7130 Keith Seitz <keiths@redhat.com>
7131
7132 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7133 GDBFLAGS.
7134
b6dafabf
PP
71352015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7136
7137 * gdb.base/gdbhistsize-history.exp
7138 (test_histsize_history_setting): Use save_vars.
7139 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7140 Use save_vars.
7141 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7142 * gdb.base/readline.exp: Use save_vars.
7143
abe8e607
PP
71442015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7145
7146 * lib/gdb.exp (save_vars): New proc.
7147
629500fa
KS
71482015-08-11 Keith Seitz <keiths@redhat.com>
7149
7150 * gdb.base/help.exp: Update help_breakpoint_text.
7151
eb8c4e2e
KS
71522015-08-11 Keith Seitz <keiths@redhat.com>
7153
7154 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7155 (at toplevel): Call test_explicit_breakpoints.
7156 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7157 breakpoints.
7158 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7159 breakpoint conditions, "-cond".
7160
87f0e720
KS
71612015-08-11 Keith Seitz <keiths@redhat.com>
7162
7163 * gdb.linespec/3explicit.c: New file.
7164 * gdb.linespec/cpexplicit.cc: New file.
7165 * gdb.linespec/cpexplicit.exp: New file.
7166 * gdb.linespec/explicit.c: New file.
7167 * gdb.linespec/explicit.exp: New file.
7168 * gdb.linespec/explicit2.c: New file.
7169 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7170 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7171 before using in the matching pattern.
7172 Clarify that `prefix' is a regular expression.
7173
f00aae0f
KS
71742015-08-11 Keith Seitz <keiths@redhat.com>
7175
7176 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7177 test.
7178 Add tests for missing ",FMT" and ",".
7179
e27852be
DE
71802015-08-10 Doug Evans <dje@google.com>
7181 Keith Seitz <keiths@redhat.com>
7182
7183 PR gdb/17960
7184 * gdb.base/completion.exp: Add location completer tests.
7185
7f03bd92
PA
71862015-08-07 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7189 tests here.
7190 (top level): Run do_test with and without displaced stepping.
7191
3fc8eb30
PA
71922015-08-07 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/valgrind-disp-step.c: New file.
7195 * gdb.base/valgrind-disp-step.exp: New file.
7196
d4569d7b
PA
71972015-08-07 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7200 Delete function.
7201 (main): Add alarm. Run an infinite loop instead of calling
7202 wait_threads.
7203 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7204 comment.
7205 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7206 Delete function.
7207 (main): Add alarm. Run an infinite loop instead of calling
7208 wait_threads.
7209 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7210 comment.
7211
e1316e60
PA
72122015-08-07 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.base/checkpoint-ns.exp: New file.
7215 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7216 standard_testfile.
7217
da8c46d2
MM
72182015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7219
7220 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7221 * gdb.btrace/instruction_history.exp: Update.
7222 * gdb.btrace/tsx.exp: New.
7223 * gdb.btrace/tsx.c: New.
7224
de1c2c52
PA
72252015-08-06 Pedro Alves <palves@redhat.com>
7226
7227 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7228 increase timeout.
7229 * gdb.reverse/until-precsave.exp: Bump timeouts.
7230
782e0bf4
PA
72312015-08-06 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7234
83e97ed0
PA
72352015-08-06 Pedro Alves <palves@redhat.com>
7236
7237 PR gdb/18749
7238 * gdb.threads/process-dies-while-handling-bp.c: New file.
7239 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7240
863d01bd
PA
72412015-08-06 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7244 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7245
0a39bb32
PA
72462015-08-05 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7249 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7250
ee2d2b10
SL
72512015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7252
7253 * gdb.base/bp-permanent.exp: Report test as unsupported if
7254 the target cannot stop at the permanent breakpoint.
7255
4e1bdb00
DE
72562015-08-03 Doug Evans <dje@google.com>
7257
7258 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7259 10000.
7260
3d338901
DE
72612015-08-03 Doug Evans <dje@google.com>
7262
7263 * Makefile.in (workers/%.worker, build-perf): New rule.
7264 (GDB_PERFTEST_MODE): New variable.
7265 (check-perf): Use it.
7266 (clean): Clean up gdb.perf parallel build subdirs.
7267 * lib/build-piece.exp: New file.
7268 * lib/gdb.exp (make_gdb_parallel_path): New function
7269 (standard_output_file, standard_temp_file): Call it.
7270 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7271 of $GDB_PARALLEL.
7272 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7273
af061d3e
DE
72742015-08-03 Doug Evans <dje@google.com>
7275
8e1afc81 7276 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
7277 (LOG_FILE_NAME): New global.
7278 (TextReporter.__init__): Initialize self.txt_sum.
7279 (TextReporter.report): Add support for multiple data-points.
7280 Move report to perftest.sum, put raw data in perftest.log.
7281 (TextReporter.start): Open sum and log files.
7282 (TextReporter.end): Close sum and log files.
8e1afc81
DE
7283 * gdb.perf/lib/perftest/testresult.py
7284 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 7285
2c8c5d37
PA
72862015-07-31 Pedro Alves <palves@redhat.com>
7287
7288 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7289 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7290 kill_wait_spawned_process instead of explicit "kill -9".
7291 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7292 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7293 kill_wait_spawned_process.
7294 * gdb.base/attach-twice.exp: Likewise.
7295 * gdb.base/attach.exp: Likewise.
7296 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7297 gdb_test_multiple.
7298 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7299 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7300 kill_wait_spawned_process.
7301 * gdb.base/valgrind-infcall.exp: Likewise.
7302 * gdb.multi/multi-attach.exp: Likewise.
7303 * gdb.python/py-prompt.exp: Likewise.
7304 * gdb.python/py-sync-interp.exp: Likewise.
7305 * gdb.server/ext-attach.exp: Likewise.
7306 * gdb.threads/attach-into-signal.exp (corefunc): Use
7307 spawn_wait_for_attach, spawn_id_get_pid and
7308 kill_wait_spawned_process.
7309 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7310 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7311 spawn_id_get_pid and kill_wait_spawned_process.
7312 * gdb.threads/attach-stopped.exp (corefunc): Use
7313 spawn_wait_for_attach, spawn_id_get_pid and
7314 kill_wait_spawned_process.
7315 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7316 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7317 kill_wait_spawned_process instead of explicit "kill -9".
7318 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7319 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7320 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7321 processes. Don't map cygwin/windows pids here. Now returns a
7322 spawn id list.
7323
032a0fca
SL
73242015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7325
7326 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7327 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7328 correct patch.
7329
61a934ca
SL
73302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7331
7332 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7333
4bc4d428
SL
73342015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7335
7336 Reapply:
7337 2014-05-21 Mark Wielaard <mjw@redhat.com>
7338
7339 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7340
998d452a
PA
73412015-07-30 Pedro Alves <palves@redhat.com>
7342
7343 * linux-low.c (handle_extended_wait): Set the child's last
7344 reported status to TARGET_WAITKIND_STOPPED.
7345
69dde7dc
PA
73462015-07-30 Pedro Alves <palves@redhat.com>
7347
7348 PR threads/18600
7349 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7350 only shows inferior 1.
7351
4dd63d48
PA
73522015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7353 Pedro Alves <palves@redhat.com>
7354
7355 PR threads/18600
7356 * gdb.threads/fork-plus-threads.c: New file.
7357 * gdb.threads/fork-plus-threads.exp: New file.
7358
d618e4c5
PP
73592015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7360
7361 * gdb.base/batch-preserve-term-settings.exp
7362 (test_terminal_settings_preserved_after_cli_exit): Use
7363 send_quit_command.
7364
1eef6428
PA
73652015-07-29 Pedro Alves <palves@redhat.com>
7366 Don Breazeal <donb@codesourcery.com>
7367
7368 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7369 output from both inferior_spawn_id and gdb_spawn_id.
7370
7da5b897
SDJ
73712015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7372
7373 * gdb.threads/attach-into-signal.exp (corefunc): Use
7374 with_test_prefix on nested loops, uniquefying the test messages.
7375
dac804df
SDJ
73762015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7377
7378 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7379 commit.
7380
06265e53
PP
73812015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7382
7383 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7384 New proc.
7385 (test_terminal_settings_preserved_after_sigterm): New test.
7386
18206ca3
PP
73872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7388
7389 * gdb.base/batch-preserve-term-settings.exp
7390 (test_terminal_settings_preserved_after_cli_exit): New test.
7391
90074d11
PP
73922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7393
7394 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7395 manipulation of saved_gdbflags.
7396 (test_terminal_settings_preserved): Remove global declaration of
7397 the unused variable pagination_prompt. Remove manipulation of
7398 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7399 GDBFLAGS.
7400
eb1a7902
PA
74012015-07-29 Pedro Alves <palves@redhat.com>
7402
7403 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7404
8b75dd3b
PA
74052015-07-29 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7408 at the top.
7409
dedad4e3
PA
74102015-07-29 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7413 (main): Call gdb_unbuffer_output.
7414 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7415 (main): Call gdb_unbuffer_output.
7416 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7417 (main): Call gdb_unbuffer_output.
7418 * gdb.base/call-strs.exp: Adjust to step over the
7419 gdb_unbuffer_output call.
7420 * gdb.base/catch-gdb-caused-signals.c: Include
7421 "../lib/unbuffer_output.c".
7422 (main): Call gdb_unbuffer_output.
7423 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7424 (main): Call gdb_unbuffer_output.
7425 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7426 (main): Call gdb_unbuffer_output.
7427 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7428 (main): Call gdb_unbuffer_output.
7429 * gdb.base/shlib-call.exp: Adjust to step over the
7430 gdb_unbuffer_output call.
7431 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7432 (main): Call gdb_unbuffer_output.
7433 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7434 (main): Call gdb_unbuffer_output.
7435 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7436 (main): Rename to ...
7437 (test): ... this.
7438 (main): Reimplement.
7439 * gdb.base/varargs.exp: Run to test instead of to main.
7440 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7441 (main): Call gdb_unbuffer_output.
7442
58789a91
PA
74432015-07-29 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7446 factore out from mi_continue_dprintf. For call-style dprintfs,
7447 expect dprintf output out of $inferior_spawn_id.
7448 (mi_continue_dprintf): Use mi_expect_dprintf.
7449 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7450 (main): Call gdb_unbuffer_output.
7451
e8376742
PA
74522015-07-29 Pedro Alves <palves@redhat.com>
7453
7454 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7455 (default_mi_gdb_start): Set inferior_spawn_id instead of
7456 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7457 gdb_spawn_id.
7458 (mi_gdb_test): Always expect inferior output from both
7459 $inferior_spawn_id and $gdb_spawn_id.
7460
08280010
PA
74612015-07-29 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7464 send_inferior and $inferior_spawn_id.
7465
4d30e432
PA
74662015-07-29 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.gdb/complaints.exp (test_initial_complaints)
7469 (test_serial_complaints, test_short_complaints): Use
7470 gdb_test_stdio.
7471 (test_empty_complaint): Handle $inferior_spawn_id !=
7472 $gdb_spawn_id.
7473
0d30a335
PA
74742015-07-29 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.base/varargs.exp: Use gdb_test_stdio.
7477
39413b29
PA
74782015-07-29 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7481
7cb000a9
PA
74822015-07-29 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7485
d7b8ac82
PA
74862015-07-29 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7489 parameter into two new parameters, "inf_result" and "gdb_result".
7490 Expect inferior output and gdb output from $inferior_spawn_id and
7491 $gdb_spawn_id, respectively. Adjust all callers.
7492
789c3a0c
PA
74932015-07-29 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7496 of gdb_test_sequence.
7497
77e760c3
PA
74982015-07-29 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7501 (saw_spurious_output): Expect inferior output from
7502 $inferior_spawn_id. Use gdb_test_stdio.
7503
8396d2cd
PA
75042015-07-29 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/dprintf.exp: Use standard_testfile. Change
7507 prepare_for_testing call.
7508 (srcfile): Don't set.
7509 (restart): New procedure.
7510 (test_dprintf): New procecure, use to continue over dprintfs.
7511 (test_call, test_agent): New procedures, tests moved here.
7512 Restart gdb and recreate dprintfs. Adjust expected output.
7513
2051d61f
PA
75142015-07-29 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7517
452397af
PA
75182015-07-29 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7521
8aed9555
PA
75222015-07-29 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7525 gdb_test_stdio.
7526
188a61b4
PA
75272015-07-29 Pedro Alves <palves@redhat.com>
7528
7529 * lib/gdb.exp (gdb_test_stdio): New procedure.
7530
12264a45
PA
75312015-07-29 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7534
23ffc893
PA
75352015-07-29 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.base/call-signal-resume.exp: Remove check for
7538 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7539 * gdb.base/unwindonsignal.exp: Likewise.
7540 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7541 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7542
65566918
PA
75432015-07-29 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/siginfo-addr.c (pass): New function.
7546 (handler): Call it iff si_addr is correct.
7547 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7548 Set a breakpoint at "pass" and continue to it.
7549
d60a9221
SDJ
75502015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7551
7552 * gdb.python/py-objfile.exp: Make some tests have unique names.
7553 * gdb.python/py-pp-registration.exp: Likewise.
7554
bde40b8f
PA
75552015-07-28 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7558
13e1dec8
SM
75592015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7560
7561 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7562
da33c9a7
SM
75632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7564
7565 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7566
077836f7
PP
75672015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7568
7569 * gdb.base/gdb-sigterm-2.exp: New test.
7570
b8cc7b2e
DE
75712015-07-25 Doug Evans <xdje42@gmail.com>
7572
7573 Revert:
7574 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7575 (workers/%.worker, build-perf): New rule.
7576 (GDB_PERFTEST_MODE): New variable.
7577 (check-perf): Use it.
7578 (clean): Clean up gdb.perf parallel build subdirs.
7579 * lib/build-piece.exp: New file.
7580 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7581 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7582 name.
7583 (standard_temp_file): Ditto.
7584 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7585 of $GDB_PARALLEL.
7586
c8bd4544
DE
75872015-07-24 Doug Evans <dje@google.com>
7588
7589 * gdb.perf/lib/perftest/utils.py: New file.
7590 * gdb.perf/gm-hello.cc: New file.
7591 * gdb.perf/gm-pervasive-typedef.cc: New file.
7592 * gdb.perf/gm-pervasive-typedef.h: New file.
7593 * gdb.perf/gm-std.cc: New file.
7594 * gdb.perf/gm-std.h: New file.
7595 * gdb.perf/gm-use-cerr.cc: New file.
7596 * gdb.perf/gm-utils.h: New file.
7597 * gdb.perf/gmonster-null-lookup.py: New file.
7598 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7599 * gdb.perf/gmonster-print-cerr.py: New file.
7600 * gdb.perf/gmonster-ptype-string.py: New file.
7601 * gdb.perf/gmonster-runto-main.py: New file.
7602 * gdb.perf/gmonster-select-file.py: New file.
7603 * gdb.perf/gmonster1-null-lookup.exp: New file.
7604 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7605 * gdb.perf/gmonster1-print-cerr.exp: New file.
7606 * gdb.perf/gmonster1-ptype-string.exp: New file.
7607 * gdb.perf/gmonster1-runto-main.exp: New file.
7608 * gdb.perf/gmonster1-select-file.exp: New file.
7609 * gdb.perf/gmonster1.cc: New file.
7610 * gdb.perf/gmonster1.exp: New file.
7611 * gdb.perf/gmonster2-null-lookup.exp: New file.
7612 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7613 * gdb.perf/gmonster2-print-cerr.exp: New file.
7614 * gdb.perf/gmonster2-ptype-string.exp: New file.
7615 * gdb.perf/gmonster2-runto-main.exp: New file.
7616 * gdb.perf/gmonster2-select-file.exp: New file.
7617 * gdb.perf/gmonster2.cc: New file.
7618 * gdb.perf/gmonster2.exp: New file.
7619
6eab34f3
DE
76202015-07-24 Doug Evans <dje@google.com>
7621
7622 * gdb.perf/README: New file.
7623 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7624 * lib/gen-perf-test.exp: New file.
7625
63738bfd
DE
76262015-07-24 Doug Evans <dje@google.com>
7627
7628 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7629 (PerfTest::startup): New function.
7630 (PerfTest::run): Return result of calling body.
7631 (PerfTest::assemble): Rewrite.
7632 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7633 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7634 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7635 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7636 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7637
7b606f95
DE
76382015-07-24 Doug Evans <dje@google.com>
7639
7640 * lib/gdb.exp (clean_restart): Make executable optional.
7641
a97b16b8
DE
76422015-07-24 Doug Evans <dje@google.com>
7643
7644 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7645 compiler_info references.
7646 * gdb.cp/temargs.exp: Ditto.
7647 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7648 (get_compiler_info): Early exit if already computed. Set compiler_info
7649 to "unknown" if there was a problem.
7650 (test_compiler_info): Add function comment. Call get_compiler_info.
7651
35baa57f
DE
76522015-07-24 Doug Evans <dje@google.com>
7653
7654 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7655 (workers/%.worker, build-perf): New rule.
7656 (GDB_PERFTEST_MODE): New variable.
7657 (check-perf): Use it.
7658 (clean): Clean up gdb.perf parallel build subdirs.
7659 * lib/build-piece.exp: New file.
7660 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7661 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7662 name.
7663 (standard_temp_file): Ditto.
7664 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7665 of $GDB_PARALLEL.
7666
6ebea266
DE
76672015-07-24 Doug Evans <dje@google.com>
7668
7669 * lib/future.exp (gdb_default_target_compile): New option
7670 "early_flags".
7671 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7672 --as-needed.
7673
1e76a7e9
SDJ
76742015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7675
7676 * gdb.base/catch-syscall.exp: Call gdb_exit before
7677 gdb_skip_xml_test.
7678
5068630a
PA
76792015-07-24 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.python/py-events.exp: Accept output between the stop event
7682 and the prompt.
7683 * gdb.python/py-evsignal.exp: Likewise.
7684 * gdb.python/py-evthreads.exp: Likewise.
7685
77598427
PA
76862015-07-24 Pedro Alves <palves@redhat.com>
7687
7688 PR gdb/18717
7689 * gdb.threads/non-ldr-exit.c: New file.
7690 * gdb.threads/non-ldr-exit.exp: New file.
7691
11e6c98f
YQ
76922015-07-24 Yao Qi <yao.qi@linaro.org>
7693
7694 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7695 restarting process.
7696
51aee833
YQ
76972015-07-24 Yao Qi <yao.qi@linaro.org>
7698
7699 * gdb.server/ext-restart.exp: New file.
7700
8cfe207c
YQ
77012015-07-24 Yao Qi <yao.qi@linaro.org>
7702
7703 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7704 argument options.
7705 * gdb.server/ext-wrapper.exp: New file.
7706
cc12ce38
DE
77072015-07-23 Doug Evans <dje@google.com>
7708
7709 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7710 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7711
d0d84780
PMR
77122015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7713
7714 * gdb.ada/var_arr_typedef.exp: New testcase.
7715 * gdb.ada/var_arr_typedef/pack.adb: New file.
7716 * gdb.ada/var_arr_typedef/pack.ads: New file.
7717 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7718
8b558f79
JB
77192015-07-20 Joel Brobecker <brobecker@adacore.com>
7720
7721 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7722
775a3298
JK
77232015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.arch/i386-biarch-core.exp: Replace istarget
7726 by "complete set gnutarget". Remove expectation for the "core-file"
7727 command.
7728
db1ff28b
JK
77292015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 Revert the previous commit:
7732 Tests for validate symbol file using build-id.
7733
0a94970d
JK
77342015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7735
7736 Tests for validate symbol file using build-id.
7737 * gdb.base/solib-mismatch-lib.c: New file.
7738 * gdb.base/solib-mismatch-libmod.c: New file.
7739 * gdb.base/solib-mismatch.c: New file.
7740 * gdb.base/solib-mismatch.exp: New file.
7741
03346981
SL
77422015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7743
7744 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7745 nios2-*-linux*.
7746 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7747 * gdb.base/siginfo.exp: Likewise.
7748 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7749
42422cc7
PL
77502015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7751
7752 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7753 Move it to ...
7754 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7755 ... here.
7756 * gdb.trace/range-stepping.exp: Check that the target supports
7757 range stepping.
7758
cfa68bae
JK
77592015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7760
7761 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7762
8ffdba26
PA
77632015-07-14 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.base/killed-outside.exp: New file.
7766 * gdb.base/killed-outside.c: New file.
7767
218a5a11
JK
77682015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7769
7770 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7771 (n at main): New.
7772 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7773
e03ed3c6
AA
77742015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7775
7776 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7777 infcall tests instead of setting up for KFAIL.
7778
485668e5
MM
77792015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7780
7781 * gdb.btrace/record_goto-step.exp: New.
7782
08464196
JK
77832015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 PR compile/18484
7786 * gdb.compile/compile.c (struct struct_type): Add volatile to
7787 selffield's type.
7788 * gdb.compile/compile.exp
7789 (compile code struct_object.selffield = &struct_object): Skip further
7790 struct_object tests if this one xfails.
7791
bcf5c1d9
RC
77922015-07-08 Robert O'Callahan <robert@ocallahan.org>
7793
7794 PR exp/18617
7795 * gdb.trace/ax.exp: Add test.
7796
4931af25
YQ
77972015-07-07 Yao Qi <yao.qi@linaro.org>
7798
7799 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7800 instead of istarget "aarch64*-*-*".
7801 * gdb.arch/aarch64-fp.exp: Likewise.
7802 * gdb.base/float.exp: Likewise.
7803 * gdb.reverse/aarch64.exp: Likewise.
7804 * lib/gdb.exp (is_aarch64_target): New proc.
7805
9fcf688e
YQ
78062015-07-07 Yao Qi <yao.qi@linaro.org>
7807
7808 * lib/gdb.exp (is_aarch32_target): New proc.
7809 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7810 instead of "istarget "arm*-*-*"".
7811 * gdb.arch/arm-disp-step.exp: Likewise.
7812 * gdb.arch/thumb-bx-pc.exp: Likewise.
7813 * gdb.arch/thumb-prologue.exp: Likewise.
7814 * gdb.arch/thumb-singlestep.exp: Likewise.
7815 * gdb.base/disp-step-syscall.exp: Likewise.
7816 * gdb.base/float.exp: Likewise.
7817
fbd8d50d
YQ
78182015-07-07 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7821 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7822
71be1fdc
YQ
78232015-07-07 Yao Qi <yao.qi@linaro.org>
7824
7825 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7826 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7827 if it exists.
7828 * gdb.multi/multi-arch.exp: Likewise.
7829
3e221d36
SM
78302015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7831
7832 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7833 print.
7834
d441430b
YQ
78352015-07-07 Yao Qi <yao.qi@linaro.org>
7836
7837 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7838
06f810bd
MG
78392015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7840
7841 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7842 '[' and ']' characters.
7843
5e61e7c0
IB
78442015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7845
7846 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7847
28bf096c
PA
78482015-06-29 Pedro Alves <palves@redhat.com>
7849
7850 PR threads/18127
7851 * gdb.threads/hand-call-new-thread.c: New file.
7852 * gdb.threads/hand-call-new-thread.c: New file.
7853
ee93cd5e
KS
78542015-06-26 Keith Seitz <keiths@redhat.com>
7855 Doug Evans <dje@google.com>
7856
7857 PR 16253
7858 * gdb.cp/var-tag-2.cc: New file.
7859 * gdb.cp/var-tag-3.cc: New file.
7860 * gdb.cp/var-tag-4.cc: New file.
7861 * gdb.cp/var-tag.cc: New file.
7862 * gdb.cp/var-tag.exp: New file.
7863
fc637f04
PP
78642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7865
7866 * gdb.base/history-duplicates.exp: New test.
7867
2e52ae68
PP
78682015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7869
7870 * gdb.base/completion.exp: Test the completion of the "focus"
7871 command.
7872
6e22494e
JK
78732015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7874
7875 * gdb.arch/amd64-prologue-skip.S: New file.
7876 * gdb.arch/amd64-prologue-skip.exp: New file.
7877
bf7b9cd9
SM
78782015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7879
7880 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7881 is_address_zero_readable check.
7882
201e8dfd
PB
78832015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7884
7885 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7886 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7887
5cd867b4
YQ
78882015-06-24 Yao Qi <yao.qi@linaro.org>
7889
7890 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7891 linux targets.
7892
4d7be007
YQ
78932015-06-24 Yao Qi <yao.qi@linaro.org>
7894
7895 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7896 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7897 * gdb.base/siginfo-thread.exp: Likewise.
7898
07fcd301
YQ
78992015-06-22 Yao Qi <yao.qi@linaro.org>
7900
7901 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7902
52042a00
YQ
79032015-06-22 Yao Qi <yao.qi@linaro.org>
7904
7905 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7906 aarch64*-*-*.
7907 (skip_hw_watchpoint_tests): Likewise.
7908
74bd41ce
PP
79092015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7910
7911 * gdb.base/gdbinit-history.exp: Test the interaction between
7912 setting GDBHISTSIZE and setting the history size via .gdbinit.
7913
bc460514
PP
79142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7915
7916 PR gdb/16999
7917 * gdb.base/gdbhistsize-history.exp: New test.
7918
b58c513b
PP
79192015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7920
7921 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7922 with GDBHISTSIZE.
7923 * gdb.base/readline.exp: Likewise.
7924
92046791
YQ
79252015-06-17 Yao Qi <yao.qi@linaro.org>
7926
7927 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7928 line.
7929
2093d2d3
PP
79302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7931
7932 * gdb.base/gdbinit-history.exp: Add test case to check that
7933 an unlimited history file does not get truncated on exit.
7934
e6c693af
AA
79352015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7938 (VECTOR): New macro. Use it...
7939 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7940 ...for these typedefs.
7941 (int8, char1, int1, double1): New typedefs.
7942 (struct just_int2, struct two_int2): New structures.
7943 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7944 (add_structvecs, add_singlevecs): New functions.
7945 (main): Call add_some_intvecs twice.
7946 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7947 the compile and exit upon failure. Try compiling for the "native"
7948 architecture. Test inferior function calls with vector arguments
7949 and vector return value handling with "finish" and "return".
7950
c74f7d1c
JT
79512015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7952
7953 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7954 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7955 PE file.
7956 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7957
98aa42ee
AT
79582015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7959
7960 PR breakpoints/16465
7961 * gdb.mi/mi-dprintf-pending.c: New file.
7962 * gdb.mi/mi-dprintf-pending.exp: New test.
7963 * gdb.mi/mi-dprintf-pendshr.c: New file.
7964
7d73c23c 79652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 7966 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
7967
7968 * gdb.arch/i386-mpx-map.c: New file.
7969 * gdb.arch/i386-mpx-map.exp: New File.
7970
79712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7972
7973 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7974 * gdb.arch/i386-mpx.exp: Indentation fixed.
7975
79762015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7977
7978 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7979 function and improved indentation.
7980 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7981 gdb_test_multiple. Added additional tests to skip the test.
7982
79832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7984
7985 * gdb.arch/i386-avx512.c: Change path in include file.
7986 * gdb.arch/i386-avx512.exp: Change include dir path
7987 compilation flag.
7988 * gdb.arch/i386-mpx.c: Change path in include file.
7989 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7990 flag.
7991
d5eba19a
JK
79922015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 * gdb.compile/compile-print.exp (compile print *vararray@3)
7995 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7996
7f361056
JK
79972015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8000 (do not keep jit in memory): ... this.
8001 (expect 5): Change it to ...
8002 (expect no 5): ... this.
8003
3b462ec2
SM
80042015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8005
8006 PR gdb/15564
8007 * gdb.mi/mi-detach.exp: New file.
8008
e0619de6
JK
80092015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 PR symtab/18392
8012 * gdb.arch/amd64-tailcall-self.S: New file.
8013 * gdb.arch/amd64-tailcall-self.c: New file.
8014 * gdb.arch/amd64-tailcall-self.exp: New file.
8015
e970cb34
DB
80162015-05-28 Don Breazeal <donb@codesourcery.com>
8017
8018 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8019 tests for remote targets by checking is_target_gdbserver.
8020
b2e2f908
DE
80212015-05-27 Doug Evans <dje@google.com>
8022
8023 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8024 * gdb.dwarf2/opaque-type-lookup.c: New file.
8025 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8026
82c7be31
DE
80272015-05-26 Doug Evans <dje@google.com>
8028
8029 * gdb.cp/iostream.cc: New file.
8030 * gdb.cp/iostream.exp: New file.
8031
b4f54984
DE
80322015-05-26 Doug Evans <dje@google.com>
8033
8034 * gdb.dwarf2/dw2-op-call.exp: Update.
8035 * gdb.dwarf2/dw4-sig-types.exp: Update.
8036 * gdb.dwarf2/implptr.exp: Update.
8037 * gdb.mi/mi-cmd-param-changed.exp: Update.
8038
4ea6efe9
DE
80392015-05-26 Doug Evans <dje@google.com>
8040
8041 * gdb.python/py-lazy-string.c: New file.
8042 * gdb.python/py-lazy-string.exp: New file.
8043 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8044 (main): Update. Add estring3.
8045 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8046 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8047
f6bb7db3
YQ
80482015-05-26 Omair Javaid <omair.javaid@linaro.org>
8049 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.reverse/aarch64.c: New.
8052 * gdb.reverse/aarch64.exp: New.
8053
a81bfbd0
OJ
80542015-05-26 Omair Javaid <omair.javaid@linaro.org>
8055
25d49b86
PA
8056 * lib/gdb.exp (supports_process_record): Return true for
8057 aarch64*-linux*.
a81bfbd0
OJ
8058 (supports_reverse): Likewise.
8059
158bf1b4
PP
80602015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8061
8062 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8063 Use with_test_prefix.
8064
a0145030
AB
80652015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8066
8067 * gdb.base/completion.exp: Add test for completion of layout
8068 names.
8069
ebe3b578
AB
80702015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8071
8072 * lib/gdb.exp (skip_tui_tests): New proc.
8073 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8074
84204ed7
PA
80752015-05-19 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8078 Save the whole env array instead of just HOME. Unset HISTSIZE in
8079 the environment while testing. Restore whole environment
8080 afterwards.
8081
37442ce1
DE
80822015-05-16 Doug Evans <xdje42@gmail.com>
8083
8084 * gdb.guile/scm-ports.c: New file.
8085 * gdb.guile/scm-ports.exp: Add memory port tests.
8086
36de76f9
JK
80872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.compile/compile-print.c: New file.
8090 * gdb.compile/compile-print.exp: New file.
8091
3a9558c4
JK
80922015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8093
8094 * gdb.compile/compile-ops.exp: Cast param to void.
8095 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8096 (compile code struct_object.selffield = &struct_object): Add xfail.
8097
aa715135
JG
80982015-05-15 Joel Brobecker <brobecker@adacore.com>
8099
8100 * gdb.ada/arr_enum_with_gap: New testcase.
8101
931e5bc3
JG
81022015-05-15 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdb.ada/byte_packed_arr: New testcase.
8105
9cd4d857
JB
81062015-05-15 Joel Brobecker <brobecker@adacore.com>
8107
8108 * gdb.ada/pckd_neg: New testcase.
8109
ebfd00d2
PP
81102015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8111
8112 PR gdb/17820
8113 * gdb.base/gdbinit-history.exp: New test.
8114 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8115 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8116
4c082a81
SC
81172015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8118
8119 * gdb.python/py-xmethods.cc: Enhance test case.
8120 * gdb.python/py-xmethods.exp: New tests.
8121 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8122 function.
8123 (B_indexoper): Likewise.
8124 (global_dm_list) : Add new xmethod worker functions.
8125
f7797074
SDJ
81262015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8127
8128 * gdb.base/coredump-filter.exp: Correctly unset
8129 "coredump_var_addr" array.
8130
a4674e4e
PA
81312015-05-08 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.server/non-existing-program.exp: Unset spawn_id.
8134
df2eb078
SC
81352015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8136
8137 PR python/18291
8138 * gdb.python/py-xmethods.exp: Add tests.
8139
422349a3
YQ
81402015-05-08 Yao Qi <yao.qi@linaro.org>
8141
8142 PR gdb/18208
8143 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8144 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8145 function set_coredump_filter, and remove remote_exec call.
8146 Remove argument ipid. Callers update.
8147 (top level): Don't get inferior's PID.
8148
63fc80ce
AA
81492015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8150
8151 * gdb.base/watch_thread_num.exp: Skip test on targets without
8152 access watchpoints.
8153
80ad801e
PA
81542015-05-06 Pedro Alves <palves@redhat.com>
8155
8156 PR server/18081
8157 * gdb.server/non-existing-program.exp: New file.
8158
0fa7fe50
JB
81592015-05-05 Joel Brobecker <brobecker@adacore.com>
8160
8161 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8162
3ea89b92
PMR
81632015-05-05 Joel Brobecker <brobecker@adacore.com>
8164
8165 * gdb.ada/out_of_line_in_inlined: New testcase.
8166
87b8eff0
JB
81672015-05-05 Joel Brobecker <brobecker@adacore.com>
8168
8169 * gdb.ada/var_rec_arr: New testcase.
8170
5fccc635
YQ
81712015-04-30 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.base/break-idempotent.exp: If
8174 skip_hw_watchpoint_multi_tests returns true, skip the tests
8175 on "rwatch" and "awatch".
8176
42d38f42
YQ
81772015-04-30 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.base/relativedebug.exp: Invoke gdb command
8180 "info sharedlibrary", and if libc.so doesn't have debug info,
8181 skip the test.
8182
2ce1cdbf
DE
81832015-04-29 Doug Evans <dje@google.com>
8184
8185 * gdb.python/py-xmethods.exp: Add ptype tests.
8186 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8187 get_result_type method.
8188
f24a38c5
LM
81892015-04-29 Luis Machado <lgustavo@codesourcery.com>
8190
8191 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8192 the target does not support hardware watchpoints.
8193
ecbf2b3c
LM
81942015-04-29 Luis Machado <lgustavo@codesourcery.com>
8195
8196 * gdb.base/break-always.exp: Abort testing if writing to memory
8197 causes an error.
8198
34f5f757
DE
81992015-04-28 Doug Evans <dje@google.com>
8200
8201 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8202 * gdb.python/py-pp-registration.exp: ... here. New file.
8203 * gdb.python/py-pp-registration.c: New file.
8204 * gdb.python/py-pp-registration.py: New file.
8205
69b4374a
DE
82062015-04-28 Doug Evans <dje@google.com>
8207
8208 * gdb.python/py-bad-printers.c: New file.
8209 * gdb.python/py-bad-printers.py: New file.
8210 * gdb.python/py-bad-printers.exp: New file.
8211
59fb7612
SS
82122015-04-28 Sasha Smundak <asmundak@google.com>
8213
8214 * gdb.python/py-type.exp: New test.
8215
2631b16a
AW
82162015-04-28 Andy Wingo <wingo@igalia.com>
8217
8218 * gdb.python/py-parameter.exp:
8219 * gdb.guile/scm-parameter.exp: Escape the path that we are
8220 matching against, as it might contain characters that are special
8221 to regular expressions.
8222
460efde1
JB
82232015-04-27 Joel Brobecker <brobecker@adacore.com>
8224
8225 * gdb.ada/rec_comp: New testcase.
8226
2d369d8e
SDJ
82272015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8228
8229 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8230 before using it.
8231
cf75d6c3
AB
82322015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8235 new tests for verilog output.
8236
8dbe7ca5
YQ
82372015-04-24 Yao Qi <yao.qi@linaro.org>
8238
8239 * boards/remote-gdbserver-on-localhost.exp: New file.
8240
4ef9fb2f
PA
82412015-04-23 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8244 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8245 "end of file", remove $inferior_spawn_id from the indirect list.
8246
0a803169
PA
82472015-04-23 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8250
749ef8f8
PA
82512015-04-23 Pedro Alves <palves@redhat.com>
8252
8253 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8254 on $any_spawn_id instead of only on $gdb_spawn_id.
8255
8aae4344
PM
82562015-04-21 Pierre Muller <muller@sourceware.org>
8257
8258 PR pascal/17815
8259 * lib/pascal.exp (gpc_compile): Add new option "class".
8260 (fpc_compile): Likewise.
8261 * gdb.pascal/case-insensitive-symbols.pas: New file.
8262 * gdb.pascal/case-insensitive-symbols.exp: New file.
8263
1586c8fb
GB
82642015-04-20 Gary Benson <gbenson@redhat.com>
8265
8266 * gdb.base/attach.exp: Fix three extended remote failures.
8267
1b6e6f5c
GB
82682015-04-17 Gary Benson <gbenson@redhat.com>
8269
8270 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8271 the main executable over the remote protocol.
8272
e797481d
PA
82732015-04-16 Pedro Alves <palves@redhat.com>
8274
8275 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8276 a new gdbserver if gdbserver_reconnect_p is set.
8277
1ca99c42
PA
82782015-04-16 Pedro Alves <palves@redhat.com>
8279
8280 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8281 is set, don't exit gdbserver.
8282
af9fd6f8
AA
82832015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8284
8285 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8286 appropriate .insn, such that an older assembler can be used.
8287 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8288 the z/Architecture instruction set on 31-bit targets as well.
8289
04ff1e61
AA
82902015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.go/handcall.exp: Remove all logic related to the first
8293 breakpoint and rely on go_runto_main instead.
8294 * gdb.go/strings.exp: Likewise.
8295 * gdb.go/unsafe.exp: Likewise.
8296 * gdb.go/hello.exp: Likewise. Also rename the remaining
8297 breakpoint marker to "breakpoint 1".
8298 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8299 * gdb.go/strings.go: Likewise.
8300 * gdb.go/unsafe.go: Likewise.
8301 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8302 "set breakpoint 2 here" and rename the remaining breakpoint marker
8303 to "breakpoint 1".
8304
40d2f8d6
SM
83052015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8306
8307 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8308 if itertools.imap is not present.
8309 * gdb.python/py-objfile.exp: Add parentheses.
8310 * gdb.python/py-type.exp: Same.
8311 * gdb.python/py-unwind-maint.py: Same.
8312
8cbc97c6
YQ
83132015-04-15 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8316 of ":$ptr_size" and set its form explicitly.
8317
45fd756c
YQ
83182015-04-15 Pedro Alves <palves@redhat.com>
8319 Yao Qi <yao.qi@linaro.org>
8320
8321 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8322 timeout by factor of 4.
8323 (test_regular_watch): Likewise.
8324 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8325 * gdb.reverse/sigall-reverse.exp: Likewise.
8326 * gdb.reverse/until-precsave.exp: Likewise.
8327 * lib/gdb.exp (with_timeout_factor): New proc.
8328 (gdb_expect): Move some code to ...
8329 (get_largest_timeout): ... here. New procedure.
8330
9e811bc3
LM
83312015-04-14 Luis Machado <lgustavo@codesourcery.com>
8332
8333 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8334
0ff6fcb2
LM
83352015-04-13 Luis Machado <lgustavo@codesourcery.com>
8336
8337 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8338 to write to the .text section.
8339
7578d5f7
LM
83402015-04-13 Luis Machado <lgustavo@codesourcery.com>
8341
8342 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8343 Handle the case of targets that do not provide PID information.
8344
2efe15c4
YQ
83452015-04-13 Yao Qi <yao.qi@linaro.org>
8346
8347 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8348 and use expect instead of gdb_expect.
8349
8cd8f2f8
SDJ
83502015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8351
8352 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8353 "coredump_var_addr" to avoid naming conflict with other testcases.
8354
9ee41772
PA
83552015-04-10 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8358 gdb_test_sequence and gdb_assert.
8359
07473109
PA
83602015-04-10 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8363 test messages that don't include the breakpoint address.
8364
de3db44c
YQ
83652015-04-10 Yao Qi <yao.qi@linaro.org>
8366
8367 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8368 false for some offset and width combinations which aren't
8369 supported by linux kernel.
8370
c79d856c
PA
83712015-04-10 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8374 procedure, factored out from ...
8375 (top level): ... here. Add "set displaced-stepping" testing axis.
8376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8377 parameter "displaced". Use it.
8378 (top level): Use foreach and add "set displaced-stepping" testing
8379 axis.
8380
ebc90b50
PA
83812015-04-10 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8384 Remove comment.
8385 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8386 both the address of the instruction that triggers the watchpoint
8387 and the address of the instruction immediately after, and use
8388 those addresses for the test. Fix comment.
8389
8f572e5c
PA
83902015-04-10 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.base/sigstep.exp (breakpoint_to_handler)
8393 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8394 Test "backtrace" in handler.
8395 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8396 (top level): Add new "displaced" test axis to
8397 breakpoint_to_handler, breakpoint_to_handler_entry and
8398 breakpoint_over_handler.
8399
8d707a12
PA
84002015-04-10 Pedro Alves <palves@redhat.com>
8401
8402 PR gdb/18216
8403 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8404
ef713951
YQ
84052015-04-10 Yao Qi <yao.qi@linaro.org>
8406
8407 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8408 (test_add_rn_pc): New function.
8409 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8410 (top level): Invoke test_add_rn_pc.
8411
906d60cf
PA
84122015-04-10 Pedro Alves <palves@redhat.com>
8413
8414 PR gdb/13858
8415 * gdb.base/step-over-no-symbols.exp: New file.
8416
f2983cc3
AW
84172015-04-09 Andy Wingo <wingo@igalia.com>
8418
8419 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8420 after the Python tests.
8421
6d62641c
SDJ
84222015-04-08 Keith Seitz <keiths@redhat.com>
8423
8424 PR python/16699
8425 * gdb.python/py-completion.exp: New tests for completion.
8426 * gdb.python/py-completion.py (CompleteLimit1): New class.
8427 (CompleteLimit2): Likewise.
8428 (CompleteLimit3): Likewise.
8429 (CompleteLimit4): Likewise.
8430 (CompleteLimit5): Likewise.
8431 (CompleteLimit6): Likewise.
8432 (CompleteLimit7): Likewise.
8433
f3770638
PA
84342015-04-08 Pedro Alves <palves@redhat.com>
8435
8436 PR gdb/18214
8437 PR gdb/18216
8438 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8439 function.
8440 (main): Install it as SIGUSR1 handler.
8441 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8442 parameter. Always use "setup" as prefix. Toggle "set
8443 displaced-stepping" off/on depending on global. Don't switch to
8444 thread 1 here.
8445 (top level): Add displaced stepping "off/on" test axis. Update
8446 "setup" calls. Wrap each subtest with with_test_prefix. Test
8447 continuing with a queued signal in each thread.
8448
4496bed7
PA
84492015-04-08 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8452 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8453 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8454 Return early if running to main fails.
8455 * gdb.trace/while-stepping.exp: Likewise.
8456
b97fde92
PA
84572015-04-07 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8460 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8461 interact with inferior program.
8462
f71c18e7
PA
84632015-04-07 Pedro Alves <palves@redhat.com>
8464
8465 * lib/gdb.exp (inferior_spawn_id): New global.
8466 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8467 spawn id after processing the user code.
8468 (default_gdb_start): Set inferior_spawn_id.
8469 (send_inferior): New procedure.
8470 * lib/gdbserver-support.exp (gdbserver_start): Set
8471 inferior_spawn_id.
8472 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8473
6423214f
PA
84742015-04-07 Pedro Alves <palves@redhat.com>
8475
8476 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8477 * lib/gdbserver-support.exp (gdbserver_start): Make
8478 $server_spawn_id global.
8479 (gdbserver_start): Don't wait for gdbserver's spawn id with
8480 expect_background.
8481 (close_gdbserver): New procedure.
8482 (gdb_exit): Rename the default version and reimplement.
8483
71c0ee8c
PA
84842015-04-07 Pedro Alves <palves@redhat.com>
8485
72f4393d 8486 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
8487 append the substituted item, not the original item.
8488
203bc29b
PA
84892015-04-07 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8492 gdb_expect.
8493
508a3ddf
PA
84942015-04-07 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8497 output appearing once only.
8498
9f6dbe2b
PA
84992015-04-07 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8502 that doesn't expect anything. Return early if running to main
8503 fails.
8504
337532fa
YQ
85052015-04-07 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8508 (child_function): Call alarm.
8509 (main): Move call to alarm into the loop.
8510 * gdb.threads/non-stop-fair-events.exp: Build program with
8511 -DTIMEOUT=$timeout.
8512
01b622d4
DE
85132015-04-06 Doug Evans <xdje42@gmail.com>
8514
8515 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8516 Fix dest parameter to board_info.
8517 (fpc_compile): Ditto.
8518 (gdb_compile_pascal): Rename dest arg to destfile.
8519
961f4160
PMR
85202015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8521
8522 * gdb.ada/funcall_ref.exp: New file.
8523 * gdb.ada/funcall_ref/foo.adb: New file.
8524
cafda597
YQ
85252015-04-02 Yao Qi <yao.qi@linaro.org>
8526
8527 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8528 is remote.
8529
fed040c6
GB
85302015-04-02 Gary Benson <gbenson@redhat.com>
8531
8532 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8533
d11916aa
SS
85342015-04-01 Sasha Smundak <asmundak@google.com>
8535
8536 * gdb.python/py-unwind-maint.c: New file.
8537 * gdb.python/py-unwind-maint.exp: New test.
8538 * gdb.python/py-unwind-maint.py: New file.
8539 * gdb.python/py-unwind.c: New file.
8540 * gdb.python/py-unwind.exp: New test.
8541 * gdb.python/py-unwind.py: New test.
8542
a1471180
PA
85432015-04-01 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8546 to fail instead of non-existent $test.
8547
0bbeccb1
PA
85482015-04-01 Pedro Alves <palves@redhat.com>
8549
8550 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8551 GDBFLAGS if not empty.
8552
3c724c8c
PMR
85532015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8554
8555 * gdb.ada/complete.exp: Remove "multi_line".
8556 * gdb.ada/info_exc.exp: Remove "multi_line".
8557 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8558 * gdb.ada/ptype_field.exp: Remove "multi_line".
8559 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8560 * gdb.ada/tagged.exp: Remove "multi_line".
8561 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8562 [multi_line ...]
8563 * gdb.btrace/delta.exp: Likewise.
8564 * gdb.btrace/exception.exp: Likewise.
8565 * gdb.btrace/function_call_history.exp: Likewise.
8566 * gdb.btrace/instruction_history.exp: Likewise.
8567 * gdb.btrace/nohist.exp: Likewise.
8568 * gdb.btrace/record_goto.exp: Likewise.
8569 * gdb.btrace/segv.exp: Likewise.
8570 * gdb.btrace/stepi.exp: Likewise.
8571 * gdb.btrace/tailcall.exp: Likewise.
8572 * gdb.btrace/unknown_functions.exp: Likewise.
8573 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8574 * lib/gdb.exp: Add the "multi_line" helper.
8575
4eec2deb
PA
85762015-04-01 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.threads/tid-reuse.c: New file.
8579 * gdb.threads/tid-reuse.exp: New file.
8580
df8411da
SDJ
85812015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8582
8583 PR corefiles/16092
8584 * gdb.base/coredump-filter.c: New file.
8585 * gdb.base/coredump-filter.exp: Likewise.
8586
6ef37366
PM
85872015-03-27 Petr Machata <pmachata@redhat.com>
8588
8589 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8590 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8591 (Dwarf::assemble): Initialize them.
8592 (Dwarf::lines): New function.
8593
7ec911b0
JT
85942015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8595
8596 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8597 SYMBOL_PREFIX for x86_64-*-cygwin.
8598
ff908ebf
AW
85992015-03-26 Andy Wingo <wingo@igalia.com>
8600
8601 PR symtab/18148
8602 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8603 const_value but not a location.
8604 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8605 location defined in non-main CUs are visible.
8606
6d5f0679
YQ
86072015-03-26 Yao Qi <yao.qi@linaro.org>
8608
8609 PR testsuite/18139
8610 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8611 Add a line number entry for the same line.
8612 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8613 Add a line number entry for the same line.
8614
2898689b
YQ
86152015-03-26 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8618 .int 0.
8619 (func): Likewise. Add .Lfunc_1 label.
8620 Use .Lfunc_1 label.
8621 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8622 .int 0.
8623 (func): Likewise.
8624 Use .Lfunc_1 label.
8625
85180498
YQ
86262015-03-26 Yao Qi <yao.qi@linaro.org>
8627
8628 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8629 Call gdb_compile instead to compile each .s files without debug
8630 information.
8631
8aa08a8d
YQ
86322015-03-26 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.base/savedregs.exp (process_saved_regs): Make
8635 "Saved registers:" optional in the pattern.
8636
66849923
MM
86372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8638
8639 * gdb.btrace/next.exp: Merged into step.exp.
8640 * gdb.btrace/finish.exp: Merged into step.exp.
8641 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8642 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8643 "record goto" and checking the exact replay position.
8644 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8645 check for "Recording format" in "info record" output.
8646 * gdb.btrace/record_goto.exp: Choose test file based on target.
8647 * gdb.btrace/x86-record_goto.S: Renamed into ...
8648 * gdb.btrace/x86_64-record_goto.S: ... this.
8649 * gdb.btrace/i686-record_goto.S: New.
8650 * gdb.btrace/x86-tailcall.S: Renamed into ...
8651 * gdb.btrace/x86_64-tailcall.S: ... this.
8652 * gdb.btrace/i686-tailcall.S: New.
8653 * gdb.btrace/x86-tailcall.c: Renamed into ...
8654 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8655 separate statements. Update test.
8656 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8657 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8658 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8659 * gdb.btrace/tailcall.exp: Choose test file based on target.
8660 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8661
11cc1b74
MM
86622015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8663
8664 * gdb.btrace/exception.exp: Increase BTS buffer size.
8665
a25d8bf9
PA
86662015-03-24 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8669
856e7dd6
PA
86702015-03-24 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.threads/schedlock.exp (test_step): No longer expect that
8673 "set scheduler-locking step" with "next" over a function call runs
8674 threads unlocked.
8675
ad235a41
AT
86762015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8677
8678 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8679
15630549
AT
86802015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8681
8682 PR breakpoints/16466
8683 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8684 * gdb.mi/mi-pending.c (thread_func): New function.
8685 (int main): Add threading support required.
8686 * gdb.mi/mi-pending.exp: Add tests for this issue.
8687 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8688 (pendfunc2): Remove stdio dependency.
8689 * gdb.mi/mi-pendshr2.c: New file.
8690
693dca06
KS
86912015-03-23 Keith Seitz <keiths@redhat.com>
8692
8693 * gdb.linespec/keywords.c: New file.
8694 * gdb.linespec/keywords.exp: New file.
8695
7e993ebf
KS
86962015-03-23 Keith Seitz <keiths@redhat.com>
8697
8698 PR gdb/18021
8699 * gdb.dwarf2/staticvirtual.exp: New test.
8700
bc23328c
JK
87012015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8704 * README: Remove HP-UX and gdb.hp.
8705 (configuration):
8706 * configure: Regenerate.
8707 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8708 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8709 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8710 gdb.hp/gdb.defects/Makefile.
8711 * gdb.hp/Makefile.in: File deleted.
8712 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8713 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8714 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8715 * gdb.hp/gdb.aCC/run.c: File deleted.
8716 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8717 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8718 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8719 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8720 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8721 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8722 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8723 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8724 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8725 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8726 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8727 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8728 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8729 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8730 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8731 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8732 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8733 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8734 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8735 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8736 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8737 * gdb.hp/gdb.compat/average.c: File deleted.
8738 * gdb.hp/gdb.compat/sum.c: File deleted.
8739 * gdb.hp/gdb.compat/xdb.c: File deleted.
8740 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8741 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8742 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8743 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8744 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8745 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8746 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8747 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8748 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8749 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8750 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8751 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8752 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8753 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8754 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8755 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8756 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8757 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8758 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8759 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8760 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8761 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8762 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8763 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8764 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8765 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8766 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8767 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8768 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8769 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8770 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8771 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8772 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8773 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8774 * gdb.hp/tools/odump: File deleted.
8775
8bf3b159
PA
87762015-03-19 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8779 (saw_thread_3): New globals.
8780 (top level): Increment them when an event for the corresponding
8781 thread is seen.
8782 (no thread starvation): New test.
8783
eb54c8bf
PA
87842015-03-19 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.threads/continue-pending-status.c: New file.
8787 * gdb.threads/continue-pending-status.exp: New file.
8788
32d2e5d6
PA
87892015-03-18 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8792 Use gdb_is_target_remote instead of is_remote. Use
8793 gdb_test_multiple instead of gdb_expect. Exit early if
8794 gdb_test_multiple hits its internal matches. Tighten stepi tests
8795 expected output. Fail on exit with any signal, instead of just
8796 SIGILL.
8797
f68f11b7
YQ
87982015-03-18 Yao Qi <yao.qi@linaro.org>
8799
8800 PR tdep/18107
8801 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8802 variable.
8803 * gdb.base/catch-syscall.exp: Don't skip it on
8804 aarch64*-*-linux* target. Remove elements in all_syscalls.
8805 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8806 target.
8807 (setup_all_syscalls): New proc.
8808
ca5fd19b
YQ
88092015-03-16 Yao Qi <yao.qi@linaro.org>
8810
8811 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8812 (top level): Skip tests if valid_addr_p returns false for
8813 $cmd1 or $cmd2.
8814
85642ba0
AW
88152015-03-11 Andy Wingo <wingo@igalia.com>
8816
8817 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8818
e03f9645
YQ
88192015-03-11 Yao Qi <yao.qi@linaro.org>
8820
8821 * gdb.base/catch-syscall.exp: Fix typo in comments.
8822
5d0962b2
YQ
88232015-03-11 Yao Qi <yao.qi@linaro.org>
8824
8825 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8826
b2df3cef
PA
88272015-03-09 Pedro Alves <palves@redhat.com>
8828
8829 * dg-extract-results.py: Delete.
8830
ef878e53
PA
88312015-03-09 Pedro Alves <palves@redhat.com>
8832
8833 Merge dg-extract-results.sh from GCC upstream (r218843).
8834
8835 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8836 * dg-extract-results.sh: Use --text with grep to avoid issues with
8837 binary files. Fall back to cat -v, if that doesn't work.
8838
9494d219
PA
88392015-03-05 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8842
a8d9763a
SM
88432015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * lib/mi-support.exp (mi_expect_interrupt): Accept
8846 alternative event for when in all-stop mode.
8847
be9957b8
PA
88482015-03-04 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8851
d57be0f4 88522015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
8853
8854 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8855
c214c7cf
AA
88562015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8857
8858 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8859 regexps for GDB's current line display, accept a hex address
8860 preceding the line number.
8861
6d74a497
AA
88622015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8865 the 'arch1' variable for "s390*-linux*" targets.
8866
511aee7c
PA
88672015-03-04 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8870 (main): Pass missing retval argument to pthread_join call.
8871
95e50b27
PA
88722015-03-02 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8875 (top level): Call do_test with non-stop as well.
8876
28054d69
PA
88772015-03-02 Pedro Alves <palves@redhat.com>
8878
8879 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8880 -1.
8881
4fa5d7b4
AA
88822015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8883
8884 * gdb.arch/s390-vregs.exp: New test.
8885 * gdb.arch/s390-vregs.S: New file.
8886
97c18565
PA
88872015-02-27 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8890 call to catch_command_errors.
8891 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8892 catch_command_errors.
8893
a37bfa30
PA
88942015-02-27 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8897 "true" for boolean result.
8898 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8899 prototype of main.
8900
6f98576f
PA
89012015-02-27 Pedro Alves <palves@redhat.com>
8902
8903 * lib/unbuffer_output.c: New file.
8904 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8905 (main): Call gdb_unbuffer_output.
8906
eba5ab56
YQ
89072015-02-27 Yao Qi <yao.qi@linaro.org>
8908
8909 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8910 target.
8911
0def5aaa
DE
89122015-02-26 Doug Evans <dje@google.com>
8913
8914 * gdb.cp/class2.cc (Dbase, D): New classes.
8915 (main): New local delta.
8916 * gdb.cp/class2.exp: Test printing delta.
8917 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8918 (dynbar): New global.
8919 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8920
081a1c2c
JK
89212015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 * gdb.compile/compile-ifunc.c: New file.
8924 * gdb.compile/compile-ifunc.exp: New file.
8925
2f41223f
AT
89262015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8927
8928 * gdb.base/structs.exp: Check for correct struct on finish.
8929
03eddd80
YQ
89302015-02-26 Yao Qi <yao.qi@linaro.org>
8931
8932 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8933 is zero.
8934
80c57053
JK
89352015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.arch/cordic.ko.bz2: New file.
8938 * gdb.arch/cordic.ko.debug.bz2: New file.
8939 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8940
21613c12
YQ
89412015-02-25 Yao Qi <yao.qi@linaro.org>
8942
8943 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8944 aarch64*-*-* target.
8945
d8b901ed
PA
89462015-02-23 Pedro Alves <palves@redhat.com>
8947
8948 * lib/gdb.exp (delete_breakpoints): Rewrite using
8949 gdb_test_multiple.
8950
e5b85ead
PA
89512015-02-23 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/info-os.c: Include stdlib.h.
8954
85c3a371
DE
89552015-02-22 Doug Evans <xdje42@gmail.com>
8956
8957 PR symtab/17855
8958 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8959 is read after symbols have been re-read.
8960 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8961 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8962
96553a0c
DE
89632015-02-21 Doug Evans <dje@google.com>
8964
8965 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8966
97a0c697
JK
89672015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 PR corefiles/17808
8970 * gdb.arch/i386-biarch-core.core.bz2: New file.
8971 * gdb.arch/i386-biarch-core.exp: New file.
8972
a47cd6e9
PA
89732015-02-21 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8976 runto_main fails.
8977
c5facdc4
PA
89782015-02-20 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8981 info probes.
8982
2db9a427
PA
89832015-02-20 Pedro Alves <palves@redhat.com>
8984
8985 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8986
60fb7e9e
PA
89872015-02-20 Pedro Alves <palves@redhat.com>
8988
8989 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8990 clean_restart before gdb_target_supports_trace.
8991
5c5019c2
PA
89922015-02-20 Pedro Alves <palves@redhat.com>
8993
8994 PR threads/18006
8995 * gdb.threads/clone-thread_db.c: New file.
8996 * gdb.threads/clone-thread_db.exp: New file.
8997
c9587f88
AT
89982015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8999
9000 PR breakpoints/16812
9001 * gdb.base/catch-gdb-caused-signals.c: New file.
9002 * gdb.base/catch-gdb-caused-signals.exp: New file.
9003
f6a88844
JM
90042015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9005
9006 * configure: Regenerated.
9007 * configure.ac: Use GDB_AC_TRANSFORM.
9008 * aclocal.m4: sinclude ../transform.m4.
9009
497c491b
JM
90102015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9011
9012 * lib/dtrace.exp: New file.
9013 * gdb.base/dtrace-probe.exp: Likewise.
9014 * gdb.base/dtrace-probe.d: Likewise.
9015 * gdb.base/dtrace-probe.c: Likewise.
9016 * lib/pdtrace.in: Likewise.
9017 * configure.ac: Output variables with the transformed names of
9018 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9019 * configure: Regenerated.
9020
03e98035
JM
90212015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9022
9023 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9024 expected message when trying to access $_probe_* convenience
9025 variables while not on a probe.
9026
63cc30e9
JK
90272015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9030
0703599a
PA
90312015-02-11 Pedro Alves <pedro@codesourcery.com>
9032
9033 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9034 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9035
7e60a48e
DE
90362015-02-10 Doug Evans <xdje42@gmail.com>
9037
9038 * lib/gdb.exp (gdb_load): Always return a result.
9039
01b088bc
PA
90402015-02-10 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.threads/signal-sigtrap.c: New file.
9043 * gdb.threads/signal-sigtrap.exp: New file.
9044
b05ec7a5
AT
90452015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9046
9047 * gdb.trace/no-attach-trace.c: New file.
9048 * gdb.trace/no-attach-trace.exp: New file.
9049
a2c2acaf
MW
90502015-02-09 Mark Wielaard <mjw@redhat.com>
9051
9052 * gdb.dwarf2/atomic.c: New file.
9053 * gdb.dwarf2/atomic-type.exp: Likewise.
9054
31fd9caa
MM
90552015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9056
9057 * gdb.btrace/buffer-size.exp: Update "info record" output.
9058 * gdb.btrace/delta.exp: Update "info record" output.
9059 * gdb.btrace/enable.exp: Update "info record" output.
9060 * gdb.btrace/finish.exp: Update "info record" output.
9061 * gdb.btrace/instruction_history.exp: Update "info record" output.
9062 * gdb.btrace/next.exp: Update "info record" output.
9063 * gdb.btrace/nexti.exp: Update "info record" output.
9064 * gdb.btrace/step.exp: Update "info record" output.
9065 * gdb.btrace/stepi.exp: Update "info record" output.
9066 * gdb.btrace/nohist.exp: Update "info record" output.
9067
d33501a5
MM
90682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9069
9070 * gdb.btrace/buffer-size: New.
9071
f4abbc16
MM
90722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9073
9074 * gdb.btrace/delta.exp: Update "info record" output.
9075 * gdb.btrace/enable.exp: Update "info record" output.
9076 * gdb.btrace/finish.exp: Update "info record" output.
9077 * gdb.btrace/instruction_history.exp: Update "info record" output.
9078 * gdb.btrace/next.exp: Update "info record" output.
9079 * gdb.btrace/nexti.exp: Update "info record" output.
9080 * gdb.btrace/step.exp: Update "info record" output.
9081 * gdb.btrace/stepi.exp: Update "info record" output.
9082 * gdb.btrace/nohist.exp: Update "info record" output.
9083
b9d61307
SM
90842015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9085
9086 PR gdb/15678
9087 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9088
e584fdbc
PA
90892015-02-06 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9092 macro.
9093 (seconds_left, again): New globals.
9094 (main): Wait seconds_left in a 1-second sleep loop instead of
9095 sleeping 180 seconds. If 'again' is set, reset the seconds
9096 counter.
9097 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9098 'again' in the inferior before detaching. Print the seconds left.
9099 (options): New global.
9100 (top level): Build program with -DTIMEOUT=$timeout.
9101
77f41761
PA
91022015-02-06 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9105 determine how many seconds to pass to 'alarm'.
9106 * gdb.base/gdb-sigterm.exp (top level): Build program with
9107 -DTIMEOUT=$timeout.
9108 (do_test): Return success/failure indication. Add more verbose
9109 logging. Don't fail if 200 single steps are seen. Instead, fail
9110 when the test times out.
9111 (passes): New global.
9112 (top level): Break the testing loop if testing fails on any
9113 iteration. Use gdb_assert.
9114
b9394193
DB
91152015-02-04 Don Breazeal <donb@codesourcery.com>
9116
9117 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9118 and initialize them.
9119 (ipc_cleanup): New function.
9120 (main): Don't declare shmid, semid, and msqid. Add a call to
9121 atexit so that we call ipc_cleanup on exit.
9122
42d9e528
PA
91232015-02-04 Pedro Alves <palves@redhat.com>
9124
9125 * boards/native-extended-gdbserver.exp: Remove any target variant
9126 specifications from the board name before clearing the isremote
9127 flag from board_info.
9128
ae6ae975
DE
91292015-01-31 Doug Evans <xdje42@gmail.com>
9130
9131 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9132
cfb069a8
GB
91332015-01-31 Gary Benson <gbenson@redhat.com>
9134
9135 * gdb.base/completion.exp: Disable completion limiting for
9136 existing tests. Add new tests to check completion limiting.
9137 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9138
5dd31d79
DE
91392015-01-31 Doug Evans <xdje42@gmail.com>
9140
9141 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9142
9f050062
DE
91432015-01-31 Doug Evans <xdje42@gmail.com>
9144
9145 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9146 entries. Duplicate file section script entries.
9147 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9148 inlined entries. Add test for safe-path rejection.
9149 * gdb.python/py-section-script.c: Add duplicate inlined section script
9150 entries. Duplicate file section script entries.
9151 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9152 inlined entries. Add test for safe-path rejection.
9153
df25ebbd
JB
91542015-01-29 Joel Brobecker <brobecker@adacore.com>
9155
9156 * gdb.ada/disc_arr_bound: New testcase.
9157
4a0ca9ec
JB
91582015-01-29 Joel Brobecker <brobecker@adacore.com>
9159
9160 * gdb.ada/mi_var_array: New testcase.
9161
3a8b707a
DE
91622015-01-27 Doug Evans <dje@google.com>
9163
9164 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9165 Add test for objfile.filename, objfile.username after objfile
9166 has been unloaded.
9167
f8313f6e
JB
91682015-01-26 Joel Brobecker <brobecker@adacore.com>
9169
9170 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9171 the second test to print the name attribute of value
9172 returned by the call to gdb.lookup_type, and adjust
9173 the expected output accordingly.
9174
37bc665e
MW
91752015-01-25 Mark Wielaard <mjw@redhat.com>
9176
9177 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9178 * gdb.base/disp-step-fork.c: Include unistd.h.
9179 * gdb.base/siginfo-obj.c: Include stdio.h.
9180 * gdb.base/siginfo-thread.c: Likewise.
9181 * gdb.mi/non-stop.c: Include unistd.h.
9182 * gdb.mi/nsthrexec.c: Include stdio.h.
9183 * gdb.mi/pthreads.c: Include unistd.h.
9184 * gdb.modula2/unbounded1.c (main): Declare returns int.
9185 * gdb.reverse/consecutive-reverse.c: Likewise.
9186 * gdb.threads/create-fail.c: Include unistd.h.
9187 * gdb.threads/killed.c: Likewise.
9188 * gdb.threads/linux-dp.c: Likewise.
9189 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9190 * gdb.threads/non-ldr-exc-2.c: Likewise.
9191 * gdb.threads/non-ldr-exc-3.c: Likewise.
9192 * gdb.threads/non-ldr-exc-4.c: Likewise.
9193 * gdb.threads/pthreads.c: Include unistd.h.
9194 (main): Declare returns int.
9195 * gdb.threads/tls-main.c (foo): New declaration.
9196 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9197
f7e5394d
SM
91982015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9201 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9202
743649fd
MW
92032015-01-15 Mark Wielaard <mjw@redhat.com>
9204
9205 * gdb.base/noreturn-return.c: New file.
9206 * gdb.base/noreturn-return.exp: New file.
9207 * gdb.base/noreturn-finish.c: New file.
9208 * gdb.base/noreturn-finish.exp: New file.
9209
198297aa
PA
92102015-01-23 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.threads/continue-pending-after-query.c: New file.
9213 * gdb.threads/continue-pending-after-query.exp: New file.
9214
717cf30c
AG
92152015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9216 Simon Marchi <simon.marchi@ericsson.com>
9217
9218 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9219 * gdb.base/valgrind-db-attach.exp: Same.
9220 * gdb.base/valgrind-infcall.exp: Same.
9221 * lib/mi-support.exp (default_mi_gdb_start): Same.
9222 * lib/prompt.exp (default_prompt_gdb_start): Same.
9223 * lib/gdb.exp (default_gdb_spawn): Same.
9224 (gdb_interact): New.
9225
9226
4b62a76e
JK
92272015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 * gdb.compile/compile.exp (pointer to jit function): New test.
9230
b4cdae6f
WW
92312015-01-17 Wei-cheng Wang <cole945@gmail.com>
9232
9233 * lib/gdb.exp (supports_process_record): Return true for
9234 powerpc*-*-linux*.
9235 (supports_reverse): Likewise.
9236
d221e7ef
DB
92372015-01-15 Don Breazeal <donb@codesourcery.com>
9238
9239 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9240 instead of checking whether the target board is remote and
9241 use spawn_wait_for_attach instead of exec/sleep.
9242 * gdb.base/attach-twice.exp: Likewise.
9243
bafffb51
JB
92442015-01-15 Joel Brobecker <brobecker@adacore.com>
9245
9246 * gdb.ada/var_arr_attrs: New testcase.
9247
5589af0e
PA
92482015-01-14 Pedro Alves <palves@redhat.com>
9249 Joel Brobecker <brobecker@adacore.com>
9250
9251 PR gdb/17525
9252 * gdb.base/bp-cmds-execution-x-script.c: New file.
9253 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9254 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9255
6c400b59
PA
92562015-01-14 Pedro Alves <palves@redhat.com>
9257
9258 PR cli/17828
9259 * gdb.base/batch-preserve-term-settings.c: New file.
9260 * gdb.base/batch-preserve-term-settings.exp: New file.
9261
e02c96a7
DE
92622015-01-13 Doug Evans <dje@google.com>
9263
9264 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9265 binary.
9266
576fd14c
JB
92672015-01-13 Joel Brobecker <brobecker@adacore.com>
9268
9269 * Makefile.in (clean mostlyclean): Do not delete *.py.
9270
04dccad0
JB
92712015-01-13 Joel Brobecker <brobecker@adacore.com>
9272
9273 * gdb.python/py-lookup-type.exp: New file.
9274
3d230f71
PA
92752015-01-12 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9278 restore GDBFLAGS before returning.
9279
7e67715d
JK
92802015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9281
9282 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9283 is_amd64_regs_target and is_x86_like_target.
9284
f2e0d4b4
DE
92852015-01-11 Doug Evans <xdje42@gmail.com>
9286
9287 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9288 is given without an explicit form.
9289 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9290 attributes.
9291 * gdb.dwarf/corrupt.exp: Ditto.
9292 * gdb.dwarf2/enum-type.exp: Ditto.
9293 * gdb.trace/entry-values.exp: Ditto.
9294 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9295
439250fb
DE
92962015-01-11 Doug Evans <xdje42@gmail.com>
9297
9298 PR gdb/15830
9299 * gdb.base/maint.exp: Remove references to "maint demangle".
9300 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9301 Add tests for explicitly specifying language to demangle.
9302 * gdb.dlang/demangle.exp: Ditto.
9303
ede9f622
PA
93042015-01-09 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.threads/non-stop-fair-events.c: New file.
9307 * gdb.threads/non-stop-fair-events.exp: New file.
9308
a7b796db
PA
93092015-01-09 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9312 the global scope. Set a breakpoint after all threads are started
9313 rather than stepping over two source lines. Expect the prompt.
9314 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9315 global.
9316 (NUM): Now 15.
9317 (main): Use threads_started_barrier to wait for all threads to
9318 start. Main thread no longer calls thread_function. Exit after
9319 180 seconds.
9320 (loop): New function.
9321 (thread_function): Wait on threads_started_barrier barrier. Call
9322 'loop' at each iteration.
9323 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9324 threads have started, instead of hardcoding number of "next"
9325 steps. Use an access watchpoint instead of a write watchpoint.
9326
9665ffdd
PA
93272015-01-09 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9330 (thread_func): Wait on barrier.
9331 (main): Wait for all threads to start before stopping GDB.
9332 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9333 global.
9334 (thread1_func, thread2_func): Wait on barrier.
9335 (main): Wait for all threads to start before stopping GDB.
9336 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9337 New global.
9338 (thread1_func, thread2_func): Wait on barrier.
9339 (main): Wait for all threads to start before stopping GDB.
9340
c945a99f
PA
93412015-01-09 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.threads/attach-many-short-lived-threads.c: New file.
9344 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9345
c1a747c1
PA
93462014-01-09 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9349 instead of to thread 2.
9350 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9351 Add barrier around each pthread_create call instead of around all
9352 calls.
9353 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9354 Set a break on thread_function and have the child threads hit it
9355 one at at a time.
9356
60b3033e
PA
93572015-01-09 Pedro Alves <palves@redhat.com>
9358
9359 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9360 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9361 false.
9362 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9363 checking whether the target board is remote.
9364 * gdb.multi/multi-attach.exp: Likewise.
9365 * gdb.python/py-sync-interp.exp: Likewise.
9366 * gdb.server/ext-attach.exp: Likewise.
9367 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9368 tests that need to attach, instead of checking whether the target
9369 board is remote at the top of the file.
9370
acc018ac
YQ
93712015-01-08 Yao Qi <yao@codesourcery.com>
9372
9373 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9374
50a18af8
JK
93752015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 Fix testcase compilation.
9378 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9379
8503d6e1
JB
93802015-01-06 Joel Brobecker <brobecker@adacore.com>
9381
9382 * gdb.python/py-type.exp: Add a couple test about empty
9383 array creation, and negative-length array creation.
9384
cc73dbcc
DE
93852015-01-02 Doug Evans <xdje42@gmail.com>
9386
9387 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9388
0300bbc7
DE
93892015-01-02 Doug Evans <dje@google.com>
9390
9391 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9392
9d85a0ec
YQ
93932014-12-29 Yao Qi <yao@codesourcery.com>
9394
9395 * gdb.trace/entry-values.exp: Update comments. Rename variable
9396 bar_call_foo to returned_from_foo.
9397
87186c6a
MMN
93982014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9399
9400 PR gdb/17394
9401 * gdb.linespec/break-asm-file.c: New file.
9402 * gdb.linespec/break-asm-file.exp: New file.
9403 * gdb.linespec/break-asm-file0.s: New file.
9404 * gdb.linespec/break-asm-file1.s: New file.
9405
1bab7383
YQ
94062014-12-18 Nigel Stephens <nigel@mips.com>
9407 Maciej W. Rozycki <macro@codesourcery.com>
9408
9409 * gdb.base/float.exp: Handle the new output from "info float" on
9410 MIPS targets.
9411
1bc1068a
JK
94122014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 Fix MinGW compilation.
9415 * gdb.compile/compile-ops.exp: Update untested message if
9416 !skip_compile_feature_tests.
9417 * gdb.compile/compile-setjmp.exp: Likewise.
9418 * gdb.compile/compile-tls.exp: Likewise.
9419 * gdb.compile/compile.exp: Likewise.
9420 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9421 supported on this host".
9422
b6615d10
DE
94232014-12-16 Doug Evans <xdje42@gmail.com>
9424
9425 * boards/stabs.exp: New file.
9426
25dda427
AA
94272014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9428
9429 * gdb.base/completion.exp: Adjust to format changes of "maint
9430 print user-registers".
9431
bf330350
CU
94322014-12-16 Catalin Udma <catalin.udma@freescale.com>
9433
9434 PR server/17457
9435 * gdb.arch/aarch64-fp.c: New file.
9436 * gdb.arch/aarch64-fp.exp: New file.
9437
395cf596
SDJ
94382014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9439
9440 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9441 r210637, r210913, r211666, r215400, r215817).
9442
9443 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9444 * dg-extract-results.py: New file.
9445 * dg-extract-results.sh: Use it if the environment seems
9446 suitable.
9447
9448 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9449
9450 * dg-extract-results.py (parse_run): Handle warnings that
9451 are printed before a test harness is run.
9452
9453 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9454
9455 * dg-extract-results.py (Named): Remove __cmp__ method.
9456 (output_variation): Use a key to sort variation.harnesses.
9457
9458 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9459
9460 * dg-extract-results.py: For Python 3, force sys.stdout to
9461 handle surrogate escape sequences.
9462 (safe_open): New function.
9463 (output_segment, main): Use it.
9464
9465 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9466
9467 * dg-extract-results.py (Prog.result_re): Include options
9468 in test name.
9469
9470 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9471
9472 * dg-extract-results.py (output_variation): Always sort if
9473 do_sum.
9474
e882ef3c
SM
94752014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9476
9477 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9478 as long as we get pagination notifications.
9479
4992aa20
JM
94802014-12-15 Jason Merrill <jason@redhat.com>
9481
9482 * Makefile.in (check-gdb.%): Restore.
9483 * README: Mention it.
9484
c1b5a1a6
JB
94852014-12-13 Joel Brobecker <brobecker@adacore.com>
9486
9487 * gdb.ada/str_uninit: New testcase.
9488
5537b577
JK
94892014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9490
9491 PR symtab/17642
9492 * gdb.base/vla-stub-define.c: New file.
9493 * gdb.base/vla-stub.c: New file.
9494 * gdb.base/vla-stub.exp: New file.
9495
bb2ec1b3
TT
94962014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9497 Jan Kratochvil <jan.kratochvil@redhat.com>
9498 Tom Tromey <tromey@redhat.com>
9499
9500 * configure.ac: Add gdb.compile/.
9501 * configure: Regenerate.
9502 * gdb.compile/Makefile.in: New file.
9503 * gdb.compile/compile-ops.exp: New file.
9504 * gdb.compile/compile-ops.c: New file.
9505 * gdb.compile/compile-tls.c: New file.
9506 * gdb.compile/compile-tls.exp: New file.
9507 * gdb.compile/compile-constvar.S: New file.
9508 * gdb.compile/compile-constvar.c: New file.
9509 * gdb.compile/compile-mod.c: New file.
9510 * gdb.compile/compile-nodebug.c: New file.
9511 * gdb.compile/compile-setjmp-mod.c: New file.
9512 * gdb.compile/compile-setjmp.c: New file.
9513 * gdb.compile/compile-setjmp.exp: New file.
9514 * gdb.compile/compile-shlib.c: New file.
9515 * gdb.compile/compile.c: New file.
9516 * gdb.compile/compile.exp: New file.
9517 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9518
4ff709eb
TT
95192014-12-12 Tom Tromey <tromey@redhat.com>
9520
9521 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9522 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9523
6dddd6a5
DE
95242014-12-12 Doug Evans <dje@google.com>
9525
9526 * lib/gdb-python.exp (get_python_valueof): New function.
9527 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9528
71c24708
AA
95292014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9530
9531 * gdb.base/completion.exp: Add test for completion of "info
9532 registers ".
9533
3e29f34a
MR
95342014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9535
9536 * gdb.base/func-ptrs.c: New file.
9537 * gdb.base/func-ptrs.exp: New file.
9538
fc126975
SM
95392014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9540
9541 PR breakpoints/17012
9542 * gdb.base/dprintf-detach.c: New file.
9543 * gdb.base/dprintf-detach.exp: New file.
9544
0a46d518
SM
95452014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9546
9547 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9548 * lib/gdb.exp (target_is_gdbserver): New procedure.
9549
a0be3e44
DE
95502014-12-08 Doug Evans <dje@google.com>
9551
9552 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9553
df1b803a
YQ
95542014-12-05 Yao Qi <yao@codesourcery.com>
9555
9556 * gdb.guile/scm-error.exp: Remove the third argument to
9557 gdb_remote_download.
9558 * gdb.guile/scm-frame-args.exp: Likewise.
9559 * gdb.guile/scm-section-script.exp: Likewise.
9560
ddb9f679
YQ
95612014-12-05 Yao Qi <yao@codesourcery.com>
9562
9563 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9564
86e4ed39
DE
95652014-12-04 Doug Evans <dje@google.com>
9566
9567 * gdb.python/py-objfile.exp: Add tests for
9568 objfile.add_separate_debug_file.
9569
7c50a931
DE
95702014-12-04 Doug Evans <dje@google.com>
9571
9572 * lib/gdb.exp (get_build_id): New function.
9573 (build_id_debug_filename_get): Rewrite to use it.
9574 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9575
621661e3
MR
95762014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9577
9578 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9579 `method(long)', not just 0x0.
9580 * gdb.cp/nsalias.exp: Align code labels to 4.
9581 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9582 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9583 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9584 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9585 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9586 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9587
29f0c3b7
DE
95882014-12-02 Doug Evans <dje@google.com>
9589
e1e061e7 9590 PR symtab/17602
29f0c3b7 9591 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 9592 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
9593 * gdb.cp/anon-ns.exp: Update.
9594
162078c8
NB
95952014-12-02 Nick Bull <nicholaspbull@gmail.com>
9596
9597 * gdb.python/py-events.py (inferior_call_handler): New.
9598 (register_changed_handler, memory_changed_handler): New.
9599 (test_events.invoke): Register new handlers.
9600 * gdb.python/py-events.exp: Add tests for inferior call,
9601 memory_changed and register_changed events.
9602
fdb09caf
AA
96032014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9604
9605 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9606 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9607 if the linker doesn't understand this.
9608
55cfb2c4
SM
96092014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9610
9611 * gdb.python/python.exp: Change expected reply to help().
9612
9e8cd6df
YQ
96132014-12-01 Yao Qi <yao@codesourcery.com>
9614
9615 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9616 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9617 * configure: Re-generated.
9618
6c659fc2
SC
96192014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9620
9621 * gdb.cp/chained-calls.cc: New file.
9622 * gdb.cp/chained-calls.exp: New file.
9623 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9624
d7fc3181
SM
96252014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9628 * gdb.dwarf2/symtab-producer.exp: Same.
9629 * gdb.gdb/python-interrupts.exp: Same.
9630 * gdb.gdb/python-selftest.exp: Same.
9631 * gdb.python/py-linetable.exp: Same.
9632 * gdb.python/py-type.exp: Same.
9633 * gdb.python/py-value-cc.exp: Same.
9634 * gdb.python/py-value.exp: Same.
9635
10e79639
YQ
96362014-11-28 Yao Qi <yao@codesourcery.com>
9637
9638 * gdb.base/break-probes.exp: Match library name prefixed with
9639 sysroot.
9640
f28a0564
SM
96412014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9642
9643 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9644 test expected output. Add parentheses for the call to print.
9645 Remove L suffix from integers.
9646
3fe1ce1d
DE
96472014-11-26 Doug Evans <dje@google.com>
9648
9649 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9650
84429e27
YQ
96512014-11-22 Yao Qi <yao@codesourcery.com>
9652
9653 * gdb.trace/entry-values.c: Remove asms.
9654 (foo): Add foo_label.
9655 (bar): Add bar_label.
9656 * gdb.trace/entry-values.exp: Remove code computing foo's
9657 length and bar's length.
9658 (Dwarf::assemble): Invoke function_range for bar and use
9659 MACRO_AT_func for foo.
9660
26741859
YQ
96612014-11-22 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9664 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9665 Use .Lgcc43_procstart instead of gcc43.
9666
45e44d27
JB
96672014-11-21 Joel Brobecker <brobecker@adacore.com>
9668
9669 * gdb.ada/n_arr_bound: New testcase.
9670
458c8db8
SDJ
96712014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9672
9673 PR breakpoints/10737
9674 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9675 test_catch_syscall_multi_arch.
9676 (test_catch_syscall_multi_arch): New function.
9677
43f3e411
DE
96782014-11-20 Doug Evans <xdje42@gmail.com>
9679
9680 * gdb.base/maint.exp: Update expected output.
9681
0d7b2549
AA
96822014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9683
9684 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9685 4-byte instruction on S390.
9686
8908fca5
JB
96872014-11-19 Joel Brobecker <brobecker@adacore.com>
9688
9689 * gdb.ada/arr_arr: New testcase.
9690
4a46959e
JB
96912014-11-19 Joel Brobecker <brobecker@adacore.com>
9692
9693 * gdb.ada/pkd_arr_elem: New Testcase.
9694
470e2f4e
LM
96952014-11-18 Luis Machado <lgustavo@codesourcery.com>
9696
9697 * gdb.reverse/break-precsave: Expect completion message for
9698 core file reads.
9699 * gdb.reverse/consecutive-precsave.exp: Likewise.
9700 * gdb.reverse/finish-precsave.exp: Likewise.
9701 * gdb.reverse/i386-precsave.exp: Likewise.
9702 * gdb.reverse/machinestate-precsave.exp: Likewise.
9703 * gdb.reverse/sigall-precsave.exp: Likewise.
9704 * gdb.reverse/solib-precsave.exp: Likewise.
9705 * gdb.reverse/step-precsave.exp: Likewise.
9706 * gdb.reverse/until-precsave.exp: Likewise.
9707 * gdb.reverse/watch-precsave.exp: Likewise.
9708
a267f3ad
AA
97092014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9710
9711 * gdb.base/bp-permanent.c: Include unistd.h.
9712 * gdb.python/py-framefilter-mi.c (main): Add return type.
9713 * gdb.python/py-framefilter.c (main): Likewise.
9714 * gdb.trace/actions-changed.c (main): Likewise.
9715
12084a9a
AA
97162014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9717
9718 * gdb.mi/until.c: Add eye-catchers.
9719 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9720 line numbers.
9721
dc7e1a77
AA
97222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9723
9724 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9725 function header variants in break1.c.
9726 * gdb.base/ena-dis-br.exp: Likewise.
9727 * gdb.base/hbreak2.exp: Likewise.
9728 * gdb.reverse/until-precsave.exp: Drop references to removed
9729 non-prototype function header variants in ur1.c.
9730 * gdb.reverse/until-reverse.exp: Likewise.
9731
41c77605
PM
97322014-11-17 Petr Machata <pmachata@redhat.com>
9733
9734 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9735 ${_cu_offset_size} bytes abbrev offset.
9736
34248c3a
DE
97372014-11-15 Doug Evans <xdje42@gmail.com>
9738
9739 PR symtab/17559
9740 * gdb.base/line-symtabs.exp: New file.
9741 * gdb.base/line-symtabs.c: New file.
9742 * gdb.base/line-symtabs.h: New file.
9743
646da059
YQ
97442014-11-14 Yao Qi <yao@codesourcery.com>
9745
9746 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9747 (func): Add label func_label.
9748 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9749 Replace low_pc and high_pc with MACRO_AT_range.
9750 Replace name, low_pc and high_pc with MACRO_AT_func.
9751
9301ebe6
YQ
97522014-11-14 Yao Qi <yao@codesourcery.com>
9753
9754 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9755 Replace name, low_pc and high_pc with MACRO_AT_func.
9756
f166b542
YQ
97572014-11-14 Yao Qi <yao@codesourcery.com>
9758
9759 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9760 produce debug information.
9761 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9762
0f6e71e3
YQ
97632014-11-14 Yao Qi <yao@codesourcery.com>
9764
9765 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9766 object and get function length.
9767 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9768 with MACRO_AT_func.
9769 (top-level): Replace gdb_compile and clean_restart with
9770 prepare_for_testing.
9771 * gdb.dwarf2/main.c (main): Add label main_label.
9772
876c4df9
YQ
97732014-11-14 Yao Qi <yao@codesourcery.com>
9774
9775 * lib/dwarf.exp (function_range): New procedure.
9776 (Dwarf::_handle_macro_at_func): New procedure.
9777 (Dwarf::_handle_macro_at_range): New procedure.
9778 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9779
02ad9cf1
YQ
97802014-11-14 Yao Qi <yao@codesourcery.com>
9781
9782 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9783 (_handle_attribute): New procedure.
9784
a59add0c
AA
97852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9786
9787 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9788 * gdb.base/call-sc.c (zed): Likewise.
9789 * gdb.base/checkpoint.c (main): Likewise.
9790 * gdb.base/dump.c (main): Likewise.
9791 * gdb.base/gcore.c (main): Likewise.
9792 * gdb.base/huge.c (main): Likewise.
9793 * gdb.base/multi-forks.c (main): Likewise.
9794 * gdb.base/pr10179-a.c (main): Likewise.
9795 * gdb.base/savedregs.c (main): Likewise.
9796 * gdb.base/sigaltstack.c (main): Likewise.
9797 * gdb.base/siginfo.c (main): Likewise.
9798 * gdb.base/structs.c (zed): Likewise.
9799 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9800 * gdb.mi/mi-syn-frame.c (main): Likewise.
9801 * gdb.mi/until.c (foo, main): Likewise.
9802 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9803 * gdb.base/solib-weak.c (foo): Declare.
9804 * gdb.base/attach-twice.c: Include stdio.h.
9805 * gdb.base/weaklib1.c: Likewise.
9806 * gdb.base/weaklib2.c: Likewise.
9807 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9808 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9809 unistd.h.
9810 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9811 * gdb.mi/mi-exit-code.c: Likewise.
9812 * gdb.base/break-interp-lib.c: Include string.h.
9813 * gdb.base/coremaker.c: Likewise.
9814 * gdb.base/testenv.c: Likewise.
9815 * gdb.python/py-finish-breakpoint.c: Likewise.
9816 * gdb.base/inferior-died.c: Include sys/wait.h.
9817 * gdb.base/fileio.c: Include time.h.
9818 * gdb.base/async-shell.c: Include unistd.h.
9819 * gdb.base/dprintf-non-stop.c: Likewise.
9820 * gdb.base/info-os.c: Likewise.
9821 * gdb.mi/mi-console.c: Likewise.
9822 * gdb.mi/watch-nonstop.c: Likewise.
9823 * gdb.python/py-events.c: Likewise.
9824 * gdb.base/async.c (baz): Move up before its invocation.
9825 * gdb.base/code_elim2.c (my_global_func): Likewise.
9826 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9827 * gdb.base/advance.c (func2): Likewise.
9828
3b5d5997
AA
98292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9832 variant.
9833 * gdb.base/annota3.c: Likewise.
9834 * gdb.base/async.c: Likewise.
9835 * gdb.base/average.c: Likewise.
9836 * gdb.base/call-ar-st.c: Likewise.
9837 * gdb.base/call-rt-st.c: Likewise.
9838 * gdb.base/call-sc.c: Likewise.
9839 * gdb.base/call-strs.c: Likewise.
9840 * gdb.base/ending-run.c: Likewise.
9841 * gdb.base/execd-prog.c: Likewise.
9842 * gdb.base/exprs.c: Likewise.
9843 * gdb.base/foll-exec.c: Likewise.
9844 * gdb.base/foll-fork.c: Likewise.
9845 * gdb.base/foll-vfork.c: Likewise.
9846 * gdb.base/funcargs.c: Likewise.
9847 * gdb.base/gcore.c: Likewise.
9848 * gdb.base/jump.c: Likewise.
9849 * gdb.base/langs0.c: Likewise.
9850 * gdb.base/langs1.c: Likewise.
9851 * gdb.base/langs2.c: Likewise.
9852 * gdb.base/mips_pro.c: Likewise.
9853 * gdb.base/nodebug.c: Likewise.
9854 * gdb.base/opaque0.c: Likewise.
9855 * gdb.base/opaque1.c: Likewise.
9856 * gdb.base/recurse.c: Likewise.
9857 * gdb.base/run.c: Likewise.
9858 * gdb.base/scope0.c: Likewise.
9859 * gdb.base/scope1.c: Likewise.
9860 * gdb.base/setshow.c: Likewise.
9861 * gdb.base/setvar.c: Likewise.
9862 * gdb.base/shmain.c: Likewise.
9863 * gdb.base/shr1.c: Likewise.
9864 * gdb.base/shr2.c: Likewise.
9865 * gdb.base/sigall.c: Likewise.
9866 * gdb.base/signals.c: Likewise.
9867 * gdb.base/so-indr-cl.c: Likewise.
9868 * gdb.base/solib2.c: Likewise.
9869 * gdb.base/structs.c: Likewise.
9870 * gdb.base/sum.c: Likewise.
9871 * gdb.base/vforked-prog.c: Likewise.
9872 * gdb.base/watchpoint.c: Likewise.
9873 * gdb.reverse/shr2.c: Likewise.
9874 * gdb.reverse/until-reverse.c: Likewise.
9875 * gdb.reverse/ur1.c: Likewise.
9876 * gdb.reverse/watch-reverse.c: Likewise.
9877
066a77c5
AA
98782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9879
9880 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9881 variant.
9882 * gdb.base/sepdebug.exp: Drop references to removed code.
9883
4f204ea5
AA
98842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9885
9886 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9887 variant. Preserve original line numbering.
9888 * gdb.base/list1.c: Likewise.
9889
3b377a3a
AA
98902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9891
9892 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9893 variant.
9894 * gdb.base/break1.c: Likewise.
9895 * gdb.base/break.exp: Drop references to removed code.
9896
e444df73
AA
98972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9898
9899 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9900 variant.
9901
8008f2a7
AA
99022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9903
9904 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9905
a5a06887
AA
99062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9907
9908 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9909 logic into perform_all_tests() and invoke it with and without
9910 function header prototypes.
9911 (do_function_calls): Remove conditional XFAIL for PR 5318.
9912 (rerun_and_prepare): Remove duplicate code.
9913 (perform_all_tests): New. Main logic moved here.
9914
44dba9b9
AA
99152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9916
9917 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9918 code guarded by #ifdef NO_PROTOTYPES.
9919 (t_double_many_args): Likewise.
9920 (DEF_FUNC_MANY_ARGS_1): Likewise.
9921 (DEF_FUNC_VALUES_1): Likewise.
9922 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9923 guarded by #ifdef PROTOTYPES.
9924
d1fbcd56
AA
99252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9926
9927 * gdb.mi/mi-console.c: Add eye-catcher.
9928 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9929 instead of literal line number.
9930
b0e59b8f
AA
99312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9932
9933 * gdb.base/shr2.c: Add eye-catcher.
9934 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9935 line number.
9936
78f98cca
AA
99372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9938
9939 * gdb.base/jump.c: Add eye-catchers.
9940 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9941 numbers.
9942
58fa2af0
AA
99432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9944
9945 * gdb.base/execd-prog.c: Add eye-catchers.
9946 * gdb.base/foll-exec.c: Likewise.
9947 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9948 line numbers.
9949
04e5059b
AA
99502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9951
9952 * gdb.base/ending-run.c: Add eye-catchers.
9953 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9954 literal line numbers.
9955
dbfdb174
AA
99562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9957
9958 * gdb.base/call-rt-st.c: Add eye-catchers.
9959 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9960 literal line numbers.
9961
888a2ade
AA
99622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9963
9964 * gdb.base/call-ar-st.c: Add eye-catchers.
9965 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9966 literal line numbers.
9967
6acc2dde
AA
99682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9969
9970 * gdb.base/average.c: Add eye-catchers.
9971 * gdb.base/sum.c: Likewise.
9972 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9973 regexps dynamically.
9974
9ecfcd1d
AA
99752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9976
9977 * gdb.base/solib1.c: Add eye-catchers.
9978 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9979 literal line numbers.
9980
78708b7c
PA
99812014-11-12 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9984 leader has exited.
9985
af48d08f
PA
99862014-11-12 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.arch/i386-bp_permanent.c: New file.
9989 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9990 (srcfile): Set to i386-bp_permanent.c.
9991 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9992 that stepi does not execute the 'leave' instruction, instead of
9993 testing it does execute.
9994 * gdb.base/bp-permanent.c: New file.
9995 * gdb.base/bp-permanent.exp: New file.
9996
af3768e9
DE
99972014-11-10 Doug Evans <xdje42@gmail.com>
9998
9999 PR symtab/17564
10000 * gdb.base/symtab-search-order.exp: New file.
10001 * gdb.base/symtab-search-order.c: New file.
10002 * gdb.base/symtab-search-order-1.c: New file.
10003 * gdb.base/symtab-search-order-shlib-1.c: New file.
10004
9de00a4a
PA
100052014-11-07 Pedro Alves <palves@redhat.com>
10006
10007 PR gdb/17511
10008 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10009 i?86-*-linux*.
10010
e0f52461
SC
100112014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10012
10013 PR c++/17494
10014 * gdb.cp/pr17494.cc: New file.
10015 * gdb.cp/pr17494.exp: New file.
10016
6ce8c980
YQ
100172014-11-02 Yao Qi <yao@codesourcery.com>
10018
10019 * gdb.python/python.exp: Get working directory and match the
10020 output of "set extended-prompt \\w " with it.
10021
02be9a71
DE
100222014-10-30 Doug Evans <dje@google.com>
10023
10024 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10025 in objfiles.
10026 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10027 in progspaces.
10028
3bdff46b
LM
100292014-10-30 Janis Johnson <janisjo@codesourcery.com>
10030
10031 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10032 * gdb.base/realname-expand.exp: Likewise.
10033 * gdb.linespec/macro-relative.exp: Likewise.
10034
ab917dfb
PA
100352014-10-29 Pedro Alves <palves@redhat.com>
10036
10037 PR gdb/17408
10038 * gdb.threads/schedlock.c (some_function): New function.
10039 (call_function): New global.
10040 (MAYBE_CALL_SOME_FUNCTION): New macro.
10041 (thread_function): Call it.
10042 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10043 and use it instead of a global counter. Adjust all callers.
10044 (get_current_thread): Use "find current thread" for test message
10045 here rather than having all callers pass down the same string.
10046 (goto_loop): New procedure, factored out from ...
10047 (my_continue): ... this.
10048 (step_ten_loops): Change parameter from test message to command to
10049 use. Adjust.
10050 (list_count): Delete global.
10051 (check_result): New procedure, factored out from duplicate top
10052 level code.
10053 (continue tests): Wrap in with_test_prefix.
10054 (test_step): New procedure, factored out from duplicate top level
10055 code.
10056 (top level): Test "step" in combination with all scheduler-locking
10057 modes. Test "next" in combination with all scheduler-locking
10058 modes, and in combination with stepping over a function call or
10059 not.
10060 * gdb.threads/next-bp-other-thread.c: New file.
10061 * gdb.threads/next-bp-other-thread.exp: New file.
10062
d3d4baed
PA
100632014-10-29 Pedro Alves <palves@redhat.com>
10064
10065 PR python/17372
10066 * gdb.python/python.exp: Test a multi-line command that spawns
10067 interactive Python.
10068 * gdb.base/multi-line-starts-subshell.exp: New file.
10069
563e8d85
YQ
100702014-10-29 Yao Qi <yao@codesourcery.com>
10071
10072 * gdb.base/fileio.exp: Make directories on host.
10073
0ea4d52e
YQ
100742014-10-29 Yao Qi <yao@codesourcery.com>
10075
10076 * gdb.base/fileio.c (test_write): Close the file.
10077
7f5ef605
PA
100782014-10-28 Pedro Alves <palves@redhat.com>
10079
10080 PR gdb/12623
10081 * gdb.base/sigstep.c (no_handler): New global.
10082 (main): If 'no_handler is true, set the signal handlers to
10083 SIG_IGN.
10084 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10085 with_sw_watch and no_handler parameters. Handle them.
10086 (top level) <stepping over handler when stopped at a breakpoint
10087 test>: Add a test axis for testing with a software watchpoint, and
10088 another for testing with the signal handler set to SIG_IGN.
10089 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10090 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10091
abbdbd03
PA
100922014-10-28 Pedro Alves <palves@redhat.com>
10093
10094 PR gdb/17511
10095 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10096 * gdb.base/sigstep.exp (other_handler_location): New global.
10097 (advance): Support stepping into the signal handler, and running
10098 commands while in the handler.
10099 (in_handler_map): New global.
10100 (top level): In the advance test, add combinations for getting
10101 into the handler with stepping commands, and for running commands
10102 in the handler. Add comment descripting the advancei tests.
10103
1df4399f
PA
101042014-10-28 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.base/sigstep.exp: Use build_executable instead of
10107 prepare_for_testing.
10108 (top level): Move code that starts GDB, runs to main and creates a
10109 display to ...
10110 (restart): ... this new procedure.
10111 (top level): Move backtrace from signal handler test to ...
10112 (validate_backtrace): ... this new procedure.
10113 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10114 with_test_prefix. Always restart GDB.
10115 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10116 with_test_prefix. Always restart GDB. No need to delete
10117 breakpoints after the test.
10118 (test_skip_handler): Remove prefix parameter.
10119 (skip_over_handler, breakpoint_to_handler)
10120 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10121 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10122 restart GDB. No need to delete breakpoints after the test.
10123 (top level): Use foreach to call the test procedures with
10124 different commands.
10125
a5b6e449
PA
101262014-10-28 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10129 instead of GNATS numbers.
10130 * gdb.base/sigbpt.exp: Likewise.
10131 * gdb.base/siginfo.exp: Likewise.
10132 * gdb.base/sigstep.exp: Likewise.
10133
e5f8a7cc
PA
101342014-10-27 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/sigstep.c (dummy): New global.
10137 (main): Issue a couple writes to the new global.
10138 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10139 procedures.
10140 (skip_over_handler): Use test_skip_handler.
10141 (top level): Call skip_over_handler for stepi and nexti too.
10142 (breakpoint_over_handler): Use test_skip_handler.
10143 (top level): Call breakpoint_over_handler for stepi and nexti too.
10144
763905a3
YQ
101452014-10-27 Yao Qi <yao@codesourcery.com>
10146
10147 * gdb.trace/tfile.c (adjust_function_address)
10148 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10149 function descriptor.
10150
6f259a23
DB
101512014-10-24 Don Breazeal <donb@codesourcery.com>
10152
10153 * gdb.base/foll-fork.exp (test_follow_fork,
10154 catch_fork_child_follow): Check for updated fork messages emitted
10155 from infrun.c.
10156 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10157 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10158 vfork_and_exec_child_follow_through_step): Check for updated vfork
10159 messages emitted from infrun.c.
10160
09dd9a69
PA
101612014-10-24 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.base/corefile.exp: Remove references to ultrix.
10164 * gdb.base/interrupt.exp: Likewise.
10165 * gdb.base/whatis.exp: Likewise.
10166 * gdb.gdb/selftest.exp: Likewise.
10167 * gdb.threads/manythreads.exp: Likewise.
10168 * gdb.threads/print-threads.exp: Likewise.
10169 * gdb.threads/pthreads.exp:: Likewise.
10170 * gdb.threads/schedlock.exp: Likewise.
10171
3433cfa5
SC
101722014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10173
10174 * gdb.cp/non-trivial-retval.cc: Add a test case.
10175 * gdb.cp/non-trivial-retval.exp: Add a test.
10176
092f880b
YQ
101772014-10-20 Yao Qi <yao@codesourcery.com>
10178
10179 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10180 * gdb.python/py-objfile-script-gdb.py: New file.
10181 * gdb.python/py-objfile-script.exp: Update reference to
10182 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10183 of remote_download. Remove the dest file.
10184
acbdb7f3
YQ
101852014-10-20 Yao Qi <yao@codesourcery.com>
10186
10187 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10188 * gdb.base/step-line.exp: Likewise.
10189 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10190 * gdb.dwarf2/dw2-basic.exp: Likewise.
10191 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10192 * gdb.dwarf2/dw2-filename.exp: Likewise.
10193 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10194 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10195 * gdb.dwarf2/dw2-producer.exp: Likewise.
10196 * gdb.dwarf2/mac-fileno.exp: Likewise.
10197 * gdb.python/py-frame-args.exp: Likewise.
10198 * gdb.python/py-framefilter.exp: Likewise.
10199 * gdb.python/py-mi.exp: Likewise.
10200 * gdb.python/py-objfile-script.exp: Likewise
10201 * gdb.python/py-pp-integral.exp: Likewise.
10202 * gdb.python/py-pp-re-notag.exp: Likewise.
10203 * gdb.python/py-prettyprint.exp: Likewise.
10204 * gdb.python/py-section-script.exp: Likewise.
10205 * gdb.python/py-typeprint.exp: Likewise.
10206 * gdb.python/py-xmethods.exp: Likewise.
10207 * gdb.stabs/weird.exp: Likewise.
10208 * gdb.xml/tdesc-regs.exp: Likewise.
10209
bd286a29
KCY
102102014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10211
10212 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10213 (out_cu): Use addr_len for the size of addresses.
10214 (out_line): Likewise. Size DW_LNE_set_address instruction
10215 according to addr_len.
10216 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10217 (FUNC): Add START_INSNS to definition.
10218
673dc4a0
YQ
102192014-10-18 Yao Qi <yao@codesourcery.com>
10220
10221 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10222 gdb_has_argv0 return true.
10223 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10224 check [target_info exists noargs], check [gdb_has_argv0]
10225 instead.
10226 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10227 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10228 procedures.
10229
4ffbba72
DE
102302014-10-17 Doug Evans <dje@google.com>
10231
10232 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10233 event.
10234 * gdb.python/py-events.py: Add clear_objfiles event.
10235
d096d8c1
DE
102362014-10-17 Doug Evans <dje@google.com>
10237
10238 * gdb.python/py-objfile.exp: Test progspace attribute.
10239
a80db015
LM
102402014-10-17 Luis Machado <lgustavo@codesourcery.com>
10241
10242 * gdb.guile/scm-breakpoint.exp: Do not assume any
10243 directory separators when matching source file paths.
10244 * gdb.python/py-breakpoint.exp: Likewise.
10245 * gdb.reverse/break-precsave.exp: Likewise.
10246 * gdb.reverse/break-reverse.exp: Likewise.
10247 * gdb.reverse/consecutive-precsave.exp: Likewise.
10248 * gdb.reverse/finish-precsave.exp: Likewise.
10249 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10250 * gdb.reverse/finish-reverse.exp: Likewise.
10251 * gdb.reverse/i386-precsave.exp: Likewise.
10252 * gdb.reverse/i387-env-reverse.exp: Likewise.
10253 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10254 * gdb.reverse/machinestate-precsave.exp: Likewise.
10255 * gdb.reverse/machinestate.exp: Likewise.
10256 * gdb.reverse/sigall-precsave.exp: Likewise.
10257 * gdb.reverse/solib-precsave.exp: Likewise.
10258 * gdb.reverse/step-precsave.exp: Likewise.
10259 * gdb.reverse/until-precsave.exp: Likewise.
10260 * gdb.reverse/watch-precsave.exp: Likewise.
10261 * gdb.reverse/watch-reverse.exp: Likewise.
10262
b22089ab
YQ
102632014-10-17 Yao Qi <yao@codesourcery.com>
10264
10265 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10266 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10267
6c4486e6
PA
102682014-10-17 Pedro Alves <palves@redhat.com>
10269
10270 PR gdb/17471
10271 * gdb.base/bg-execution-repeat.c: New file.
10272 * gdb.base/bg-execution-repeat.exp: New file.
10273
0ff33695
PA
102742014-10-17 Pedro Alves <palves@redhat.com>
10275
10276 PR gdb/17300
10277 * gdb.base/continue-all-already-running.c: New file.
10278 * gdb.base/continue-all-already-running.exp: New file.
10279
6fdebc3d
PA
102802014-10-17 Pedro Alves <palves@redhat.com>
10281
10282 PR gdb/17472
10283 * gdb.base/annota-input-while-running.c: New file.
10284 * gdb.base/annota-input-while-running.exp: New file.
10285
32a8097b
PA
102862014-10-17 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/callfuncs.exp: emove references to osf.
10289 * gdb.base/sigall.exp: Likewise.
10290 * gdb.gdb/selftest.exp: Likewise.
10291 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10292 * gdb.mi/non-stop.c: Likewise.
10293 * gdb.mi/pthreads.c: Likewise.
10294 * gdb.reverse/sigall-precsave.exp: Likewise.
10295 * gdb.reverse/sigall-reverse.exp: Likewise.
10296 * gdb.threads/pthreads.c: Likewise.
10297 * gdb.threads/pthreads.exp: Likewise.
10298
7a3517ff
YQ
102992014-10-17 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10302 check 'target_info exists noargs'.
10303 (test_command_prompt_position): Likewise.
10304 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10305 Remove "set args".
10306 (progvar_simple_while_test): Likewise.
10307 (progvar_complex_if_while_test): Likewise.
10308 (if_while_breakpoint_command_test): Likewise.
10309 (infrun_breakpoint_command_test): Likewise.
10310 (breakpoint_command_test): Likewise.
10311 (watchpoint_command_test): Likewise.
10312 (bp_deleted_in_command_test): Likewise.
10313 (temporary_breakpoint_commands): Likewise.
10314
bb99c472
YQ
103152014-10-16 Yao Qi <yao@codesourcery.com>
10316
10317 * gdb.base/remotetimeout.exp: Remove noargs checking.
10318
7c16b83e
PA
103192014-10-15 Pedro Alves <palves@redhat.com>
10320
10321 PR breakpoints/9649
10322 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10323 * gdb.base/breakpoint-in-ro-region.exp
10324 (probe_target_hardware_step): New procedure.
10325 (top level): Probe hardware stepping and hardware breakpoint
10326 support. Test stepping through a read-only region, with both
10327 "breakpoint auto-hw" on and off and both "always-inserted" on and
10328 off.
10329
35a49624
IB
103302014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10331
10332 * gdb.dlang/demangle.exp: Update for demangling changes.
10333
2d1c107c
SC
103342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10335
10336 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10337 * gdb.cp/non-trivial-retval.exp: Add new tests.
10338
778811d5
SC
103392014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10340
10341 PR c++/13403
10342 PR c++/15154
10343 * gdb.cp/non-trivial-retval.cc: New file.
10344 * gdb.cp/non-trivial-retval.exp: New file.
10345
10c5f0a8
YQ
103462014-10-15 Yao Qi <yao@codesourcery.com>
10347
10348 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10349 remote host.
10350
65d7b369
YQ
103512014-10-15 Yao Qi <yao@codesourcery.com>
10352
10353 * gdb.python/py-symbol.exp: Match file base name if host is
10354 remote, otherwise match file name with dir name.
10355 * gdb.python/py-symtab.exp: Likewise.
10356 * gdb.python/python.exp: Likewise.
10357
46dc1394
YQ
103582014-10-15 Yao Qi <yao@codesourcery.com>
10359
10360 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10361 pattern.
10362 * gdb.python/py-symtab.exp: Likewise.
10363 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10364 locationn.
10365
c40cc657
JB
103662014-10-14 Joel Brobecker <brobecker@adacore.com>
10367
10368 * gdb.ada/addr_arith: New testcase.
10369
2abf49e1
MR
103702014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10371
10372 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10373 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10374 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10375 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10376
f7088df3
SDJ
103772014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10378
10379 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10380 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10381 * gdb.arch/stap-eval-lang-ada.exp: New file.
10382
4dc06805
YQ
103832014-10-14 Yao Qi <yao@codesourcery.com>
10384
10385 * gdb.mi/mi-var-child.c (nothing1): New function.
10386 (nothing2): New function.
10387 (do_children_tests): Set function pointers by nothing1 and
10388 nothing2.
10389 * gdb.mi/mi-var-child.exp: Step over new added statements.
10390 Update test to match the new output.
10391 * gdb.mi/var-cmd.c (nothing1): New function.
10392 (nothing2): New function.
10393 (do_children_tests): Set function pointers by nothing1 and
10394 nothing2.
10395 * gdb.mi/mi-var-display.exp: Update test to match output.
10396 Step to the line specified by $line_dct_nothing.
10397 Increase the number of lines to step.
10398
46a93de2
YQ
103992014-10-14 Yao Qi <yao@codesourcery.com>
10400
10401 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10402 tests.
10403 * gdb.mi/mi2-var-child.exp: Likewise.
10404
14ea52ee
DE
104052014-10-13 Doug Evans <dje@google.com>
10406
10407 * gdb.python/py-objfile.exp: Change name of file name test.
10408
e5c6e92b
DE
104092014-10-13 Doug Evans <dje@google.com>
10410
10411 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10412 from the start of the CU.
10413
c780cc2f
JK
104142014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10415 Yao Qi <yao@codesourcery.com>
10416
10417 Fix "save breakpoints" for "catch" command.
10418 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10419 Remove -nonewline. Match also the added "main" line.
10420
99894e11
JK
104212014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 Fix "save breakpoints" for "disable $bpnum" command.
10424 * gdb.base/save-bp.c (main): Add label.
10425 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10426
6e1ac5a3
JK
104272014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10430
754dd2b0
YQ
104312014-10-11 Yao Qi <yao@codesourcery.com>
10432
10433 * gdb.server/server-kill.exp: Execute command
10434 "set remote trace-status-packet on" before "tstatus".
10435
f90183d7
YQ
104362014-10-11 Yao Qi <yao@codesourcery.com>
10437
10438 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10439 (main): Call getppid.
10440 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10441 and continue to it. Read variable "server_pid".
10442
bf40a607
YQ
104432014-10-11 Yao Qi <yao@codesourcery.com>
10444
10445 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10446
052ca370
YQ
104472014-10-11 Yao Qi <yao@codesourcery.com>
10448
10449 * gdb.threads/thread-find.exp: Don't execute command
10450 "info threads".
10451 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10452 * gdb.threads/linux-dp.exp: Don't check the condition
10453 $threads_created equals to zero.
10454
3831839c
PA
104552014-10-10 Pedro Alves <palves@redhat.com>
10456
10457 * gdb.base/bigcore.exp: Remove references to IRIX.
10458 * gdb.base/funcargs.exp: Likewise.
10459 * gdb.base/interrupt.exp: Likewise.
10460 * gdb.base/mips_pro.exp: Likewise.
10461 * gdb.base/nodebug.exp: Likewise.
10462 * gdb.base/setvar.exp: Likewise.
10463 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10464
8b9a549d
PA
104652014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10466 Pedro Alves <palves@redhat.com>
10467
10468 PR symtab/14466
10469 * gdb.base/vdso-warning.c: New file.
10470 * gdb.base/vdso-warning.exp: New file.
10471
d48ba5e8
DE
104722014-10-02 Doug Evans <dje@google.com>
10473
10474 * gdb.base/structs.c (main): Don't run forever.
10475
2278c276
PA
104762014-10-02 Pedro Alves <palves@redhat.com>
10477
10478 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10479 (top level) <stop threads 1, stop threads 2>: Use it.
10480
b57bacec
PA
104812014-10-02 Pedro Alves <palves@redhat.com>
10482
10483 * gdb.threads/break-while-running.exp (test): Add new
10484 'update_thread_list' argument. Skip "info threads" if false.
10485 (top level): Add new 'update_thread_list' axis.
10486
13fd3ff3
PA
104872014-10-02 Pedro Alves <palves@redhat.com>
10488
10489 PR breakpoints/17431
10490 * gdb.base/execl-update-breakpoints.c: New file.
10491 * gdb.base/execl-update-breakpoints.exp: New file.
10492
0fec99e8
PA
104932014-10-01 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.base/breakpoint-in-ro-region.c: New file.
10496 * gdb.base/breakpoint-in-ro-region.exp: New file.
10497
2ddf4301
SM
104982014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * gdb.mi/mi-exit-code.exp: New file.
10501 * gdb.mi/mi-exit-code.c: New file.
10502
6a5f3f43
YQ
105032014-09-30 Yao Qi <yao@codesourcery.com>
10504
10505 * lib/prelink-support.exp (build_executable_own_libs): Error if
10506 the target isn't native.
10507
345bcc73
YQ
105082014-09-30 Yao Qi <yao@codesourcery.com>
10509
10510 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10511 false.
10512
a25a5a45
PA
105132014-09-22 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.threads/break-while-running.exp: New file.
10516 * gdb.threads/break-while-running.c: New file.
10517
00ba3162
YQ
105182014-09-19 Yao Qi <yao@codesourcery.com>
10519
10520 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10521 Invoke test. Restart GDB with --readnow and invoke test again.
10522
c3b7b696
YQ
105232014-09-19 Yao Qi <yao@codesourcery.com>
10524
10525 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10526 proc set_breakpoint_on_gcd_function. Invoke
10527 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10528 invoke set_breakpoint_on_gcd_function again.
10529
2b4fd423
DE
105302014-09-18 Doug Evans <dje@google.com>
10531
10532 * gdb.dwarf2/symtab-producer.exp: New file.
10533
a5947601
SDJ
105342014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10535
10536 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10537 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10538 * gdb.base/global-var-nested-by-dso.c: Likewise.
10539 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10540
91c19059
SDJ
105412014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10542 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.base/watch-bitfields.exp: Pass string other than test file
10545 name to prepare_for_testing.
10546 (watch): New procedure.
10547 (expect_watchpoint): Use with_test_prefix.
10548 (top level): Factor out tests to ...
10549 (test_watch_location, test_regular_watch): ... these new
10550 procedures, and use with_test_prefix and gdb_continue_to_end.
10551
bb9d5f81
PP
105522014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10553
10554 PR breakpoints/12526
10555 * gdb.base/watch-bitfields.exp: New file.
10556 * gdb.base/watch-bitfields.c: New file.
10557
635856f5
PA
105582014-09-16 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10561 software and hardware addresses, not software address against
10562 itself.
10563
7280ceea
PA
105642014-09-16 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10567 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10568
428b16bd
PA
105692014-09-16 Pedro Alves <palves@redhat.com>
10570
10571 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10572 files.
10573 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10574 "*-*-vxworks*" throughout.
10575 * gdb.base/break.exp: Likewise.
10576 * gdb.base/default.exp: Likewise.
10577 * gdb.base/scope.exp: Likewise.
10578 * gdb.base/sepdebug.exp: Likewise.
10579 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10580 throughout.
10581 * gdb.base/run.c: Likewise.
10582 * gdb.base/sepdebug.c: Likewise.
10583 * gdb.hp/gdb.aCC/run.c: Likewise.
10584 * gdb.reverse/until-reverse.c: Likewise.
10585 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10586
666d413c
YQ
105872014-09-16 Yao Qi <yao@codesourcery.com>
10588
10589 * boards/local-remote-host-native.exp: New file.
10590
57cbd724
DE
105912014-09-14 Doug Evans <xdje42@gmail.com>
10592
10593 * gdb.threads/queue-signal.c (thread_count): New variable.
10594 (thread_count_mutex, thread_count_condvar): New variables.
10595 (incr_thread_count, wait_all_threads_running): New functions.
10596 (main): Wait for all threads to be in their thread functions.
10597
81219e53
DE
105982014-09-13 Doug Evans <xdje42@gmail.com>
10599
10600 * gdb.threads/queue-signal.c: New file.
10601 * gdb.threads/queue-signal.exp: New file.
10602
3714cea7
DE
106032014-09-13 Doug Evans <xdje42@gmail.com>
10604
10605 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10606 be consistent with what default_gdb_init uses.
10607 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10608 the plain text of the prompt. Add some logging printfs.
10609 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10610
fa43b1d7
PA
106112014-09-12 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10614 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10615 * gdb.arch/i386-size-overlap.exp: Likewise.
10616 * gdb.arch/i386-size.exp: Likewise.
10617 * gdb.arch/i386-unwind.exp: Likewise.
10618 * gdb.base/a2-run.exp: Likewise.
10619 * gdb.base/break.exp: Likewise.
10620 * gdb.base/charset.exp: Likewise.
10621 * gdb.base/chng-syms.exp: Likewise.
10622 * gdb.base/commands.exp: Likewise.
10623 * gdb.base/dbx.exp: Likewise.
10624 * gdb.base/find.exp: Likewise.
10625 * gdb.base/funcargs.exp: Likewise.
10626 * gdb.base/jit-simple.exp: Likewise.
10627 * gdb.base/reread.exp: Likewise.
10628 * gdb.base/sepdebug.exp: Likewise.
10629 * gdb.base/step-bt.exp: Likewise.
10630 * gdb.cp/mb-inline.exp: Likewise.
10631 * gdb.cp/mb-templates.exp: Likewise.
10632 * gdb.objc/basicclass.exp: Likewise.
10633 * gdb.threads/killed.exp: Likewise.
10634
9d9bf2df
EBM
106352014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10636
10637 PR tdep/17379
10638 * gdb.arch/powerpc-stackless.S: New file.
10639 * gdb.arch/powerpc-stackless.exp: New file.
10640
1cf2f1b0
JK
106412014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 * gdb.base/attach.c: Include unistd.h.
10644 (main): Call alarm. Add label postloop.
10645 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10646 gdb_breakpoint, gdb_continue_to_breakpoint.
10647 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10648
98880d46
PA
106492014-09-11 Pedro Alves <palves@redhat.com>
10650
10651 PR gdb/17347
10652 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10653 * gdb.base/attach.exp (test_command_line_attach_run): New
10654 procedure.
10655 (top level): Call it.
10656
4c92ff2c
PA
106572014-09-11 Pedro Alves <palves@redhat.com>
10658
10659 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10660 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10661 (do_command_attach_tests): Use spawn_wait_for_attach.
10662 * gdb.base/solib-overlap.exp: Likewise.
10663 * gdb.multi/multi-attach.exp: Likewise.
10664 * gdb.python/py-prompt.exp: Likewise.
10665 * gdb.python/py-sync-interp.exp: Likewise.
10666 * gdb.server/ext-attach.exp: Likewise.
10667
3adc1a7d
GKB
106682014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10669
10670 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10671 command in testcase. Simplify testcase.
10672
96334934
JB
106732014-09-10 Joel Brobecker <brobecker@adacore.com>
10674
10675 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10676
eb479039
JB
106772014-09-10 Joel Brobecker <brobecker@adacore.com>
10678
10679 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10680
deede10c
JB
106812014-09-10 Joel Brobecker <brobecker@adacore.com>
10682
10683 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10684
7828a5f5
JB
106852014-09-10 Joel Brobecker <brobecker@adacore.com>
10686
10687 * gdb.dwarf2/dynarr-ptr.c: New file.
10688 * gdb.dwarf2/dynarr-ptr.exp: New file.
10689
33aeebcf
MR
106902014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10691
10692 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10693 of 30 rather than hardcoding 120 for a slow test case. Take the
10694 `gdb,timeout' target setting into account for this calculation.
10695 Don't extend the timeout for the test cases that don't need it.
10696
7b415901
MR
106972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10698
10699 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10700 a factor of 2 for a slow test case. Take the `gdb,timeout'
10701 target setting into account for this calculation.
10702 * gdb.reverse/until-precsave.exp: Increase the timeout by
10703 a factor of 15 and 3 respectively rather than adding 120
10704 for a pair of slow test cases. Take the `gdb,timeout'
10705 target setting into account for this calculation.
10706
4a40f85a
MR
107072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10708
10709 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10710 timeout, don't pass one down to gdb_expect.
10711 (gdb_expect): Rework timeout selection.
10712
09635af7
MR
107132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10714
10715 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10716 exception on timeout.
10717 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10718 (gdbserver_start_extended): Catch any `gdbserver_start' error
10719 exceptions.
10720 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10721 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10722 `gdbserver_gdb_load' error exceptions.
10723
2bdd10b7
MR
107242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10725
10726 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10727 120 on waiting for the TCP socket to open.
10728
316935f0
DE
107292014-09-09 Doug Evans <xdje42@gmail.com>
10730
10731 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10732 _caller_matches, _any_caller_is, _any_caller_matches.
10733
83740597
DE
107342014-09-09 Doug Evans <xdje42@gmail.com>
10735
10736 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10737
4c122fc3
YQ
107382014-09-09 Yao Qi <yao@codesourcery.com>
10739
10740 * gdb.mi/mi-var-display.exp: Set print symbol off.
10741
a9f116cb
GKB
107422014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10743
10744 PR gdb/17035
10745 * gdb.base/commands.exp: Add tests to verify user-defined
10746 commands with empty bodies.
10747 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10748 python commands in `show user command`.
10749 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10750 scheme commands in `show user command`.
10751
c75bd3a2
JK
107522014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10753
10754 PR python/17355
10755 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10756 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10757 * gdb.python/py-framefilter-invalidarg.exp: New file.
10758 * gdb.python/py-framefilter-invalidarg.py: New file.
10759
faa42425
DE
107602014-09-06 Doug Evans <xdje42@gmail.com>
10761
10762 PR 15276
10763 * gdb.python/py-caller-is.c: New file.
10764 * gdb.python/py-caller-is.exp: New file.
10765
474ca4f6
SDJ
107662014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10767
10768 PR gdb/17235
10769 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10770 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10771
eb0b0463
SDJ
107722014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10773
10774 PR fortran/17237
10775 * gdb.fortran/print-formatted.exp: New file.
10776 * gdb.fortran/print-formatted.f90: Likewise.
10777
5f3b99cf
SS
107782014-09-03 Sasha Smundak <asmundak@google.com>
10779
10780 * gdb.python/py-frame.exp: Test Frame.read_register.
10781
7d793aa9
SDJ
107822014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10783
10784 PR python/16699
10785 * gdb.python/py-completion.exp: New file.
10786 * gdb.python/py-completion.py: Likewise.
10787
fb0576e9
DE
107882014-08-28 Doug Evans <dje@google.com>
10789
10790 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10791 eax,etc. are live with values set by gdb and thus the compiler can't
10792 use them.
10793 * gdb.arch/i386-pseudo.c (main): Ditto.
10794
ee92b0dd
DE
107952014-08-27 Doug Evans <dje@google.com>
10796
10797 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10798
6649db35
DE
107992014-08-25 Doug Evans <dje@google.com>
10800
10801 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10802 (main): Ditto.
10803
564b7600
DE
108042014-08-25 Doug Evans <dje@google.com>
10805
10806 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10807
3881fb67
YQ
108082014-08-24 Yao Qi <yao@codesourcery.com>
10809
10810 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10811 symbol off.
10812 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10813
a05a36a5
DE
108142014-08-22 Doug Evans <dje@google.com>
10815
10816 PR 17276
10817 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10818 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10819 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10820
7c343b48
YQ
108212014-08-22 Yao Qi <yao@codesourcery.com>
10822
10823 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10824 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10825 * gdb.python/python.exp: Likewise. Use .py file on the host
10826 instead of the build.
10827
22fd09ae
JK
108282014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 * gdb.threads/gcore-stale-thread.c: New file.
10831 * gdb.threads/gcore-stale-thread.exp: New file.
10832
a8454a7c
PA
108332014-08-21 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10836 * gdb.base/gcore-relro-pie.exp: Likewise.
10837 * gdb.base/gcore-relro.exp: Likewise.
10838 * gdb.base/gcore.exp: Likewise.
10839 * gdb.base/print-symbol-loading.exp: Likewise.
10840 * gdb.threads/gcore-thread.exp: Likewise.
10841 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10842
2a31c623
PA
108432014-08-20 Pedro Alves <palves@redhat.com>
10844 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10847 configure.
10848 (EXPECT): Handle READ1 being set.
10849 (all): Depend on EXTRA_RULES.
10850 (check-read1, expect-read1, read1.so, read1): New rules.
10851 * README (Testsuite Parameters): Document the READ1 make variable.
10852 (Race detection): New section.
10853 * configure: Regenerate.
10854 * configure.ac: If build==host==target, and running under a
10855 GNU/glibc system, add read1 to the extra Makefile rules.
10856 (EXTRA_RULES): AC_SUBST it.
10857 * lib/read1.c: New file.
10858
d36430db
JB
108592014-08-20 Joel Brobecker <brobecker@adacore.com>
10860
10861 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10862 the handling of variables declared as a typedef to an array
10863 which a DW_AT_data_location attribute.
10864
9a0dc9e3
PA
108652014-08-19 Andrew Burgess <aburgess@broadcom.com>
10866 Pedro Alves <palves@redhat.com>
10867
10868 PR symtab/14604
10869 PR symtab/14605
10870 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10871 gdb_test.
10872
0718a8da
PA
108732014-08-19 Pedro Alves <palves@redhat.com>
10874
10875 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10876
13b448cd
YQ
108772014-08-19 Yao Qi <yao@codesourcery.com>
10878
10879 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10880 right line.
10881
1cbf5077
DB
108822014-08-18 David Blaikie <dblaikie@gmail.com>
10883
10884 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10885
bf0fae19
JB
108862014-08-18 Joel Brobecker <brobecker@adacore.com>
10887
10888 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10889 attribute in array range.
10890
3c8c5dcc
JB
108912014-08-18 Joel Brobecker <brobecker@adacore.com>
10892
10893 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10894
e66d4446
SC
108952014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10896
10897 PR c++/17132
10898 * gdb.cp/pr17132.cc: New file.
10899 * gdb.cp/pr17132.exp: New file.
10900
940df408
SC
109012014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10902
10903 * gdb.python/py-xmethods.py (A_getarrayind)
10904 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10905 Use 'print' with function call syntax.
10906 (E_method_matcher.match): Fix tab vs space indentation mixup.
10907
ebcc6c3a
YQ
109082014-08-15 Yao Qi <yao@codesourcery.com>
10909
10910 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10911 false.
10912
775e0f04
YQ
109132014-08-15 Yao Qi <yao@codesourcery.com>
10914
10915 * gdb.cp/casts.exp: Set print symbol off.
10916 * gdb.cp/class2.exp: Likewise.
10917 * gdb.cp/overload.exp: Likewise.
10918 * gdb.cp/templates.exp: Likewise.
10919
d769e349
DE
109202014-08-11 Doug Evans <dje@google.com>
10921
10922 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10923 (test_load_shlib): Update.
10924
20c6f1e1
YQ
109252014-08-09 Yao Qi <yao@codesourcery.com>
10926
10927 * gdb.base/display.exp: Invoke is_address_zero_readable.
10928 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10929 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10930 * gdb.base/hbreak-unmapped.exp: Return if
10931 is_address_zero_readable returns true.
10932 * gdb.base/signest.exp: Likewise.
10933 * gdb.base/signull.exp: Likewise.
10934 * gdb.base/sigbpt.exp: Likewise.
10935 * gdb.guile/scm-disasm.exp: Do the test if
10936 is_address_zero_readable returns false.
10937 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10938 * gdb.python/py-arch.exp: Likewise.
10939 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10940 * lib/gdb.exp (is_address_zero_readable): New proc.
10941
5792e8e3
YQ
109422014-08-09 Yao Qi <yao@codesourcery.com>
10943
10944 PR testsuite/13443
10945 * gdb.mi/mi-var-display.exp: Make test messages unique.
10946
3cecbbbe
TT
109472014-08-04 Tom Tromey <tromey@redhat.com>
10948
10949 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10950 target 0".
10951
00b51ff5
TT
109522014-08-04 Tom Tromey <tromey@redhat.com>
10953
10954 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10955 "target_resume".
10956
6908c509
JB
109572014-08-01 Joel Brobecker <brobecker@adacore.com>
10958
10959 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10960 inner_vla_struct_object_size.
10961 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10962 as xfail.
10963
cc6563d2
PA
109642014-07-30 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10967 comment.
10968
7e09a223
YQ
109692014-07-29 Yao Qi <yao@codesourcery.com>
10970
10971 PR gdb/17206
10972 * gdb.base/until-nodebug.exp: New.
10973
7ebdbe92
DE
109742014-07-28 Doug Evans <xdje42@gmail.com>
10975
10976 PR guile/17203
10977 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10978 previously existing parameter, and previously ambiguously spelled
10979 parameter.
10980
fdb1adc6
WN
109812014-07-28 Will Newton <will.newton@linaro.org>
10982
10983 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10984
186fcde0
DE
109852014-07-26 Ludovic Courtès <ludo@gnu.org>
10986 Doug Evans <xdje42@gmail.com>
10987
10988 PR guile/17146
10989 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10990
70509625
PA
109912014-07-25 Pedro Alves <palves@redhat.com>
10992
10993 * gdb.threads/signal-command-handle-nopass.c: New file.
10994 * gdb.threads/signal-command-handle-nopass.exp: New file.
10995 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10996 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10997 * gdb.threads/signal-delivered-right-thread.c: New file.
10998 * gdb.threads/signal-delivered-right-thread.exp: New file.
10999
c3f814a1
PA
110002014-07-25 Pedro Alves <palves@redhat.com>
11001
11002 * gdb.base/double-prompt-target-event-error.exp
11003 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11004 match.
11005 (cancel_pagination_in_target_event): Rework double prompt
11006 detection.
11007 * gdb.base/paginate-after-ctrl-c-running.exp
11008 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11009 <return>' match.
11010 * gdb.base/paginate-bg-execution.exp
11011 (test_bg_execution_pagination_return)
11012 (test_bg_execution_pagination_cancel): Remove '-notransfer
11013 <return>' matches.
11014 * gdb.base/paginate-execution-startup.exp
11015 (test_fg_execution_pagination_return)
11016 (test_fg_execution_pagination_cancel): Remove '-notransfer
11017 <return>' matches.
11018 * gdb.base/paginate-inferior-exit.exp
11019 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11020 match.
11021 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11022 * lib/gdb.exp (pagination_prompt): Run text through
11023 string_to_regexp.
11024 (gdb_test_multiple): Match $pagination_prompt instead of
11025 "<return>".
11026 (string_to_regexp): Move to lib/gdb-utils.exp.
11027
e214cf6c
JK
110282014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 * gdb.arch/amd64-entry-value-paramref.S: New file.
11031 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11032 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11033 * gdb.arch/amd64-optimout-repeat.S: New file.
11034 * gdb.arch/amd64-optimout-repeat.c: New file.
11035 * gdb.arch/amd64-optimout-repeat.exp: New file.
11036
17d0c5c8
JK
110372014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11038
11039 PR gdb/17170
11040 * gdb.base/statistics.exp: New file.
11041
b8b8facf
DE
110422014-07-17 Doug Evans <dje@google.com>
11043
74b49205 11044 PR gdb/17170
b8b8facf
DE
11045 * gdb.base/maint.exp: Update testing of per-command stats.
11046
1b5d0ab3
PA
110472014-07-16 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11050 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11051 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11052 (tfile_write_buf): New functions.
11053 (add_memory_block): Rewrite using the above.
11054 (adjust_function_address): New function.
11055 (FUNCTION_ADDRESS): New macro.
11056 (write_basic_trace_file): Remove short_x local, and use
11057 tfile_write_16. Change type of func_addr local to unsigned long
11058 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11059 here. Cast argument of add_memory_block to char pointer.
11060 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11061 (main): Remove parameters.
11062 * gdb.trace/tfile.exp: Remove nowarnings.
11063
4d974e88
SM
110642014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * gdb.base/debug-expr.exp: Test string evaluation with
11067 "debug expression" on.
11068
41e99568
PA
110692014-07-15 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/reread.exp: Use clean_restart.
11072
487d9753
PL
110732014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11074
11075 * gdb.arch/avr-flash-qualifer.c: New.
11076 * gdb.arch/avr-flash-qualifer.exp: New.
11077
cc1c52ad
PA
110782014-07-14 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11081 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11082
1e973570
PA
110832014-07-14 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.base/double-prompt-target-event-error.c: New file.
11086 * gdb.base/double-prompt-target-event-error.exp: New file.
11087
93d6eb10
PA
110882014-07-14 Pedro Alves <palves@redhat.com>
11089
11090 PR gdb/17072
11091 * gdb.base/paginate-inferior-exit.c: New file.
11092 * gdb.base/paginate-inferior-exit.exp: New file.
11093
0017922d
PA
110942014-07-14 Pedro Alves <palves@redhat.com>
11095
11096 PR gdb/17072
11097 * gdb.base/paginate-bg-execution.c: New file.
11098 * gdb.base/paginate-bg-execution.exp: New file.
11099
94696ad3
PA
111002014-07-14 Pedro Alves <palves@redhat.com>
11101
11102 PR gdb/17072
11103 * gdb.base/paginate-execution-startup.c: New file.
11104 * gdb.base/paginate-execution-startup.exp: New file.
11105 * lib/gdb.exp (pagination_prompt): New global.
11106 (default_gdb_spawn): New procedure, factored out from
11107 default_gdb_spawn.
11108 (default_gdb_start): Adjust to call default_gdb_spawn.
11109 (gdb_spawn): New procedure.
11110
bd293940
PA
111112014-07-14 Pedro Alves <palves@redhat.com>
11112
11113 * lib/gdb.exp (gdb_assert): New procedure.
11114 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11115
c933f875
PA
111162014-07-14 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/execution-termios.c: New file.
11119 * gdb.base/execution-termios.exp: New file.
11120
d98b7a16
TT
111212014-07-14 Tom Tromey <tromey@redhat.com>
11122
11123 * gdb.cp/vla-cxx.cc: New file.
11124 * gdb.cp/vla-cxx.exp: New file.
11125
548740d6
TT
111262014-07-14 Tom Tromey <tromey@redhat.com>
11127
11128 * gdb.reverse/rerun-prec.c: New file.
11129 * gdb.reverse/rerun-prec.exp: New file.
11130
a25eb028
MR
111312014-07-12 Maciej W. Rozycki <macro@mips.com>
11132 Maciej W. Rozycki <macro@codesourcery.com>
11133
11134 * lib/gdb-utils.exp: New file.
11135 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11136 inline `gdb_init_command' processing.
11137 (gdb_start_cmd): Likewise.
11138 * lib/mi-support.exp (mi_run_cmd): Likewise.
11139 * README: Document `gdb_init_command' and `gdb_init_commands'.
11140
218c2655
JK
111412014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 Fix false FAIL running under a very long directory name.
11144 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11145 and "set print elements 10000". Twice.
11146
5401fde3
YQ
111472014-07-11 Yao Qi <yao@codesourcery.com>
11148
11149 * gdb.base/exprs.exp: "set print symbol off".
11150
e76126e8
PA
111512014-07-11 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.threads/kill.c: New file.
11154 * gdb.threads/kill.exp: New file.
11155
2d6f0de6
YQ
111562014-07-10 Yao Qi <yao@codesourcery.com>
11157
11158 * gdb.trace/tfile.c (write_basic_trace_file)
11159 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11160 address written to trace file.
11161
7180e04a
PA
111622014-07-09 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/attach-wait-input.exp: New file.
11165 * gdb.base/attach-wait-input.c: New file.
11166
9a9a7608
AB
111672014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11168
11169 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11170 setting up test structures.
11171 (main): Call new test function.
11172 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11173 test function, continue into test function and walk test
11174 structures.
11175
161ac41e
YQ
111762014-07-02 Yao Qi <yao@codesourcery.com>
11177
11178 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11179 'bar_start' at the beginning of functions 'foo' and 'bar'
11180 respectively.
11181 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11182 instead of 'foo' and 'bar'.
11183
1f267ae3
MM
111842014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11185
11186 * gdb.btrace/segv.exp: New.
11187 * gdb.btrace/segv.c: New.
11188
2b239efb
LM
111892014-07-02 Luis Machado <lgustavo@codesourcery.com>
11190
11191 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11192 instruction.
11193
cf363f18
MW
111942014-06-30 Mark Wielaard <mjw@redhat.com>
11195
11196 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11197 vulture, vilify, villar): New volatile array constants.
11198 (vindictive, vegetation): New const volatile array constants.
11199 * gdb.base/volatile.exp: Test volatile and const volatile array
11200 types.
11201
aebf9d24
AA
112022014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11203
11204 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11205 target lacks support for awatch, rwatch, or hbreak.
11206
b67a2c6f
YQ
112072014-06-27 Yao Qi <yao@codesourcery.com>
11208
11209 * gdb.multi/dummy-frame-restore.exp: New.
11210 * gdb.multi/dummy-frame-restore.c: New.
11211
aef92902
MM
112122014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11213
11214 * gdb.btrace/gcore.exp: New.
11215
8e9db26e
PA
112162014-06-23 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/watchpoint-reuse-slot.c: New file.
11219 * gdb.base/watchpoint-reuse-slot.exp: New file.
11220
70afc5b7
SC
112212014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11222
11223 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11224 progspace's filename in 'info', 'enable' and 'disable' command
11225 tests.
11226
b972bd9c
JK
112272014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11230 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11231 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11232
125f8a3d
GB
112332014-06-20 Gary Benson <gbenson@redhat.com>
11234
11235 * gdb.arch/i386-avx.exp: Fix include file location.
11236 * gdb.arch/i386-sse.exp: Likewise.
11237
3ed9baed
IB
112382014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11239
11240 * gdb.dlang/expression.exp: New file.
11241
034f788c
PA
112422014-06-19 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11245 out from ...
11246 (top level): ... here. Iterate running tests under different
11247 scheduler-locking settings.
11248
45371d0c
LM
112492014-06-18 Luis Machado <lgustavo@codesourcery.com>
11250
11251 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11252 to DW_FORM_addr and use non-zero addresses.
11253
5d376983
SC
112542014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11255
11256 PR gdb/17017
11257 * gdb.python/py-xmethods.cc: Add global function call counters and
11258 increment them in their respective functions. Remove "cout"
11259 statements.
11260 * gdb.python/py-xmethods.exp: Make tests check the global function
11261 call counters instead of depending on inferior IO.
11262
a1aa2221
LM
112632014-06-18 Don Breazeal <donb@codesourcery.com>
11264
11265 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11266 Deleted procedure.
11267 (explicit_fork_parent_follow): Deleted procedure.
11268 (explicit_fork_child_follow): Deleted procedure.
11269 (test_follow_fork): New procedure.
11270 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 11271 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
11272 procedure calls.
11273
0fc05997
YQ
112742014-06-17 Yao Qi <yao@codesourcery.com>
11275
11276 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11277 CP1252.
11278
70795c52
LM
112792014-06-17 Luis Machado <lgustavo@codesourcery.com>
11280
11281 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11282 Initialize ptr and S explicitly.
11283 (skip_type_update_when_not_use_rtti_test): Likewise.
11284
6be47f0c
KS
112852014-06-16 Keith Seitz <keiths@redhat.com>
11286
11287 PR mi/15863
11288 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11289 the inferior is started.
11290
d03de421
PA
112912014-06-16 Pedro Alves <palves@redhat.com>
11292
11293 * gdb.base/break-main-file-remove-fail.c: New file.
11294 * gdb.base/break-main-file-remove-fail.exp: New file.
11295 * gdb.base/break-unload-file.exp: Use build_executable instead of
11296 prepare_for_testing.
11297 (test_break): New parameter "initial_load". Handle it.
11298 (top level): Add initial_load cmdline/file axis.
11299
f9579b99
TT
113002014-06-12 Tom Tromey <tromey@redhat.com>
11301
11302 * gdb.base/completion.exp: Don't use directory name in test.
11303
3657956b
GB
113042014-06-09 Gary Benson <gbenson@redhat.com>
11305
11306 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11307 separate the always-available ANSI-standard signals from the
11308 signals that require checking.
11309 (main): Likewise.
11310 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11311 Likewise.
11312 (main): Likewise.
11313
4186eb54
KS
113142014-06-07 Keith Seitz <keiths@redhat.com>
11315
11316 Revert:
11317 PR c++/16253
11318 * gdb.cp/var-tag.cc: New file.
11319 * gdb.cp/var-tag.exp: New file.
11320 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11321 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11322 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11323 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11324
25326a28 113252014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
11326
11327 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11328
829155c9
PA
113292014-06-06 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11332 in target debug output instead of looking at RSP packets,
11333 disabling the test on any target that uses hardware stepping.
11334 Update comments.
11335
61c8d22e
PA
113362014-06-06 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/break-unload-file.exp: Fix typo.
11339
d9a47287
YQ
113402014-06-06 Yao Qi <yao@codesourcery.com>
11341
11342 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11343 from "jit_function" to "^jit_function".
11344
e5e01dbf
YQ
113452014-06-06 Yao Qi <yao@codesourcery.com>
11346
11347 * gdb.base/async.c (foo): Add one statement.
11348 * gdb.base/async.exp: Get the next instruction address and
11349 match the output of "nexti" by instruction address. Match
11350 the hex address in the output of "finish".
11351
73ba372c
GB
113522014-06-06 Gary Benson <gbenson@redhat.com>
11353
11354 * gdb.base/call-signals.c: Remove preprocessor conditionals
11355 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11356 SIGSEGV and SIGTERM.
11357 * gdb.base/sigall.c: Likewise.
11358 * gdb.base/unwindonsignal.c: Likewise.
11359 * gdb.reverse/sigall-reverse.c: Likewise.
11360
831517df
YQ
113612014-06-06 Yao Qi <yao@codesourcery.com>
11362
11363 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11364 readable, skip the test.
11365
b8b91e98
YQ
113662014-06-06 Yao Qi <yao@codesourcery.com>
11367
11368 * gdb.threads/staticthreads.c (thread_function): Move the line
11369 setting breakpoint on forward.
11370 * gdb.threads/staticthreads.exp: Update comments.
11371
fb934770
LC
113722014-06-05 Ludovic Courtès <ludo@gnu.org>
11373
11374 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11375 "history-append! type error".
11376
6ef284bd
SM
113772014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11380 erroneous dprintf expected input.
11381
a872e241
DE
113822014-06-04 Doug Evans <xdje42@gmail.com>
11383
11384 * gdb.guile/scm-generics.exp: Delete.
11385
16f691fb
DE
113862014-06-04 Doug Evans <xdje42@gmail.com>
11387
11388 * gdb.guile/scm-breakpoint.exp: Update.
11389 Add tests for breakpoint registration.
11390
012370f6
TT
113912014-06-04 Tom Tromey <tromey@redhat.com>
11392
11393 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11394 VLA-in-union.
11395 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11396 inner_vla_struct, vla_union types. Initialize objects of those
11397 types and compute their sizes.
11398
9f5a4cef
HZ
113992014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11400 Hui Zhu <hui@codesourcery.com>
11401
11402 * gdb.base/fileio.exp: Add test for shell not available as well as
11403 available.
11404 * gdb.base/fileio.c (test_system): Check for shell twice.
11405
90a45c4d
YQ
114062014-06-04 Yao Qi <yao@codesourcery.com>
11407
11408 * gdb.base/auto-connect-native-target.exp: Remove redundant
11409 space from the regexp pattern.
11410
70017e41
YQ
114112014-06-04 Yao Qi <yao@codesourcery.com>
11412
11413 * gdb.base/default.exp: Replace "child" with "native" in
11414 regexp pattern.
11415
883964a7
SC
114162014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11417
11418 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11419 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11420 * gdb.python/py-xmethods.py: Python script supporting the
11421 new testcase and tests.
11422
ef370185
JB
114232014-06-03 Joel Brobecker <brobecker@adacore.com>
11424 Pedro Alves <palves@redhat.com>
11425
11426 PR breakpoints/17000
11427 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11428 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11429
1e2ccb61
BM
114302014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11431
11432 * gdb.base/subst.exp: Add tests to verify partial path matching
11433 output.
11434
c6ec5ab2
PA
114352014-06-03 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11438 target that doesn't use software single-stepping.
11439
835c559f
PA
114402014-06-03 Pedro Alves <palves@redhat.com>
11441
11442 PR breakpoints/17000
11443 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11444 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11445
06eb1586
DE
114462014-06-02 Doug Evans <xdje42@gmail.com>
11447
11448 * gdb.guile/scm-parameter.exp: New file.
11449
e698b8c4
DE
114502014-06-02 Doug Evans <xdje42@gmail.com>
11451
11452 * gdb.guile/scm-cmd.c: New file.
11453 * gdb.guile/scm-cmd.exp: New file.
11454
ded03782
DE
114552014-06-02 Doug Evans <xdje42@gmail.com>
11456
11457 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11458 pretty-printer lookup.
11459 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11460 (make-pp_s-printer): Call it.
11461 (make-pretty-printer-from-dict): New function.
11462 (lookup-pretty-printer-maker-from-dict): New function.
11463 (*pretty-printer*): Simplify.
11464 (make-objfile-pp_s-printer): New function.
11465 (install-objfile-pretty-printers!): New function.
11466 (make-progspace-pp_s-printer): New function.
11467 (install-progspace-pretty-printers!): New function.
11468 * gdb.guile/scm-progspace.c: New file.
11469 * gdb.guile/scm-progspace.exp: New file.
11470
41fac0cf
PA
114712014-06-02 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.base/dprintf-bp-same-addr.c: New file.
11474 * gdb.base/dprintf-bp-same-addr.exp: New file.
11475
96ae5695
EBM
114762014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11477
11478 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11479 * gdb.arch/powerpc-power.s: Likewise.
11480
da02b3a8
JB
114812014-06-02 Joel Brobecker <brobecker@adacore.com>
11482
11483 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11484
c72b2e7b
YQ
114852014-06-01 Yao Qi <yao@codesourcery.com>
11486
11487 * gdb.base/watchpoint.exp (test_watch_location): Check null
11488 pointer can be dereferenced. If not, do the test, otherwise
11489 skip it.
11490
53e8a631
AB
114912014-05-30 Andrew Burgess <aburgess@broadcom.com>
11492
11493 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11494 results.
11495 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11496
938f0e2f
AB
114972014-05-30 Andrew Burgess <aburgess@broadcom.com>
11498
11499 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11500 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11501 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11502 * gdb.arch/amd64-invalid-stack-top.c: New file.
11503 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11504
9ba6657a
PA
115052014-05-30 Pedro Alves <palves@redhat.com>
11506
11507 PR breakpoints/17000
11508 * gdb.base/sss-bp-on-user-bp.c: New file.
11509 * gdb.base/sss-bp-on-user-bp.exp: New file.
11510
522c09bf
DB
115112014-05-30 David Blaikie <dblaikie@gmail.com>
11512
11513 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11514 gnu_inline semantics via attribute.
11515 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11516 source explicitly specifies the required semantics.
11517
bf4ef81e
MR
115182014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11519
11520 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11521
329ea579
PA
115222014-05-29 Pedro Alves <palves@redhat.com>
11523 Tom Tromey <tromey@redhat.com>
11524
11525 * gdb.base/async-shell.exp: Don't enable target-async.
11526 * gdb.base/async.exp
11527 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11528 parameter. Adjust.
11529 (top level): Don't test with "target-async".
11530 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11531 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11532 * gdb.base/inferior-died.exp: Don't enable target-async.
11533 * gdb.base/interrupt-noterm.exp: Likewise.
11534 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11535 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11536 * gdb.mi/mi-nonstop.exp: Likewise.
11537 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11538 * gdb.mi/mi-nsintrall.exp: Likewise.
11539 * gdb.mi/mi-nsmoribund.exp: Likewise.
11540 * gdb.mi/mi-nsthrexec.exp: Likewise.
11541 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11542 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11543 * gdb.python/py-evsignal.exp: Don't enable target-async.
11544 * gdb.python/py-evthreads.exp: Likewise.
11545 * gdb.python/py-prompt.exp: Likewise.
11546 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11547 * gdb.server/solib-list.exp: Don't enable target-async.
11548 * gdb.threads/thread-specific-bp.exp: Likewise.
11549 * lib/mi-support.exp: Adjust to use mi-async.
11550
fd664c91
PA
115512014-05-29 Pedro Alves <palves@redhat.com>
11552
11553 PR gdb/13860
11554 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11555 reason, even in sync mode.
11556
251bde03
PA
115572014-05-29 Pedro Alves <palves@redhat.com>
11558 Hui Zhu <hui@codesourcery.com>
11559
11560 PR PR15693
11561 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11562 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11563 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11564 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11565
7f3c0343
JB
115662014-05-28 Joel Brobecker <brobecker@adacore.com>
11567
11568 * config/monitor.exp (gdb_target_monitor): Replace use of
11569 "set remotebaud" by "set serial baud".
11570
b2715b27
AW
115712014-05-26 Andy Wingo <wingo@igalia.com>
11572
11573 * gdb.guile/scm-breakpoint.exp:
11574 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11575 properties instead of gdb-object-properties.
11576
498a4489
YQ
115772014-05-26 Yao Qi <yao@codesourcery.com>
11578
11579 * gdb.server/no-thread-db.exp: Specify source file name
11580 explicitly when setting a breakpoint.
11581
589fdceb
MM
115822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.btrace/vdso.c: New.
11585 * gdb.btrace/vdso.exp: New.
11586
e9089e05
MM
115872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11588
11589 * gdb.base/gcore.exp (capture_command_output): Move ...
11590 * lib/gdb.exp (capture_command_output): ... here.
11591
67b5c0c1
MM
115922014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11593
11594 * gdb.btrace/data.exp: Test memory access during btrace replay.
11595
a2199296
SM
115962014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11599
17b2616c
PA
116002014-05-21 Pedro Alves <palves@redhat.com>
11601
11602 PR gdb/13860
11603 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11604 (top level): Test that output related to execution commands is
11605 sent to the console with CLI commands, but not with MI commands.
11606 Test that breakpoint events are always mirrored to the console.
11607 Also expect the new source line to be output after a "next" in
11608 async mode too. Make it a pass/fail test.
11609 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11610 output.
11611 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11612
5166082f
PA
116132014-05-21 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11616 Use them to test variations of "list" after reaching a breakpoint.
11617 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11618 Test "list" with listsize 10 after reaching a breakpoint.
11619 * gdb.python/python.exp (decode_line current location line
11620 number): Adjust expected line number.
11621
2f25d70f
SM
116222014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11623
11624 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11625 behavior for $args, pass it directly to "run".
11626
ff604a67
MR
116272014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11628
11629 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11630 30000 to 65536.
11631
6a3cb8e8
PA
116322014-05-21 Pedro Alves <palves@redhat.com>
11633
11634 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11635 auto-connect-native-target off".
11636 * gdb.base/auto-connect-native-target.c: New file.
11637 * gdb.base/auto-connect-native-target.exp: New file.
11638
4ebfc96e
PA
116392014-05-21 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/default.exp: Test "target native" instead of "target
11642 child".
11643
36d46afb
MW
116442014-05-21 Mark Wielaard <mjw@redhat.com>
11645
11646 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11647
5876f503
JK
116482014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11649
11650 Fix TLS access for -static -pthread.
11651 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11652 <HAVE_TLS> (thread_function, main): Initialize it.
11653 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11654 Add clean_restart.
11655 <$have_tls != "">: Check TLSVAR.
11656
0256a6ac
PA
116572014-05-21 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/dcache-line-read-error.c: New.
11660 * gdb.base/dcache-line-read-error.exp: New.
11661
936d2992
PA
116622014-05-20 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.base/compare-sections.c: New file.
11665 * gdb.base/compare-sections.exp: New file.
11666
802e8e6d
PA
116672014-05-20 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/break-idempotent.c: New file.
11670 * gdb.base/break-idempotent.exp: New file.
11671
e59fa00f
MM
116722014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11673
11674 * gdb.btrace/nohist.exp: New.
11675
8b696e31
YQ
116762014-05-20 Yao Qi <yao@codesourcery.com>
11677
11678 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11679 gdb.reverse directory and gdb_reverse_timeout exists in board
11680 setting.
11681 * README: Document gdb_reverse_timeout.
11682
73c9764f
YQ
116832014-05-20 Yao Qi <yao@codesourcery.com>
11684
11685 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11686 'test_file_name'. Treat args as a string instead of a list.
11687 (gdb_init): Rename argument 'args' by 'test_file_name'.
11688
f1f4348a
JK
116892014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11690
11691 * gdb.arch/powerpc-power.exp: New file.
11692 * gdb.arch/powerpc-power.s: New file.
11693
0dbe70ce
DE
116942014-05-16 Doug Evans <dje@google.com>
11695
11696 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
11697 * gdb.base/completion.exp: Check that all expected files exist
11698 before doing file completion.
0dbe70ce 11699
8d551b02
DE
117002014-05-16 Doug Evans <dje@google.com>
11701
11702 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11703 Update.
11704 (do_syscall_tests_without_xml): Update.
11705
73eb7709
PA
117062014-05-16 Pedro Alves <palves@redhat.com>
11707
11708 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11709 instead of "unknown output after running".
11710
3fae92fc
YQ
117112014-05-16 Yao Qi <yao@codesourcery.com>
11712
11713 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11714 file1.txt from host at the end.
11715 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11716
c2b2ccc5
DE
117172014-05-15 Doug Evans <dje@google.com>
11718
11719 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11720 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11721 loading file. Add test for TU lookup.
11722
8c217a4b
SM
117232014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11724
11725 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11726 calling "-exec-arguments" or "set args" before running the
11727 inferior.
11728
3deb39c6
SM
117292014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11730
11731 * lib/mi-support.exp (mi_expect_stop): Expect message for
11732 inferiors that exit with non-zero exit code.
11733
71a79f8c
YQ
117342014-05-14 Yao Qi <yao@codesourcery.com>
11735
11736 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11737 match absolute path on remote host.
11738 (test_file_list_exec_source_files): Remove "/" from the
11739 pattern.
11740
f23fcd46
YQ
117412014-05-14 Yao Qi <yao@codesourcery.com>
11742
11743 * boards/local-remote-host-notty.exp (${board}_file): New
11744 proc.
11745
9404b58f
KM
117462014-05-07 Kyle McMartin <kyle@redhat.com>
11747
11748 Pushed by Joel Brobecker <brobecker@adacore.com>.
11749 * gdb.arch/aarch64-atomic-inst.c: New file.
11750 * gdb.arch/aarch64-atomic-inst.exp: New file.
11751
5e45f04c
YQ
117522014-05-07 Yao Qi <yao@codesourcery.com>
11753
11754 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11755 in current context" too.
11756
c888a17d
KS
117572014-05-05 Keith Seitz <keiths@redhat.com>
11758
11759 * gdb.linespec/ls-dollar.exp: Add test for linespec
11760 file:convenience_variable.
11761
290a839c
YQ
117622014-05-05 Yao Qi <yao@codesourcery.com>
11763
11764 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11765 traceframes into tfile and ctf trace files. Read data from
11766 trace file and test collected data.
11767 (gdb_collect_locals_test): Likewise.
11768 (gdb_unavailable_registers_test): Likewise.
11769 (gdb_unavailable_floats): Likewise.
11770 (gdb_collect_globals_test): Likewise.
11771 (top-level): Append "ctf" to trace_file_targets if GDB
11772 supports.
11773
b5262cd0
YQ
117742014-05-05 Yao Qi <yao@codesourcery.com>
11775
11776 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11777 code to ...
11778 (gdb_collect_args_test_1): ... it. New proc.
11779 (gdb_collect_locals_test): Move some code to ...
11780 (gdb_collect_locals_test_1): ... it. New proc.
11781 (gdb_unavailable_registers_test): Move some code to ...
11782 (gdb_unavailable_registers_test_1): ... it. New proc.
11783 (gdb_unavailable_floats): Move some code to ...
11784 (gdb_unavailable_floats_1): ... it. New proc.
11785
30a1e6cc
SDJ
117862014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11787
11788 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11789 probes to test for bitness recognition.
11790 * gdb.arch/amd64-stap-optional-prefix.exp
11791 (test_probe_value_without_reg): New procedure.
11792 Add code to test for different kinds of bitness.
11793
f33da99a
SDJ
117942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11795
11796 PR breakpoints/16889
11797 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11798 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11799
5b80f00d
PA
118002014-05-01 Pedro Alves <palves@redhat.com>
11801
11802 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11803 gdb_file_cmd if no file is specified.
11804 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11805 last_loaded_file to set the remote exec-file.
11806
f8c2a73c
PA
118072014-05-01 Pedro Alves <palves@redhat.com>
11808
11809 * boards/local-remote-host.exp: New file.
11810
be6e8ac7
PA
118112014-05-01 Pedro Alves <palves@redhat.com>
11812
11813 * boards/local-remote-host.exp: Rename to ...
11814 * boards/local-remote-host-notty.exp: ... this.
11815
cac0dc8f
JB
118162014-04-28 Joel Brobecker <brobecker@adacore.com>
11817
11818 * gdb.ada/dyn_arrayidx: New testcase.
11819
9730e6cc
YQ
118202014-04-26 Yao Qi <yao@codesourcery.com>
11821
11822 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11823 and compute the length of function main. Save it in
11824 $main_length.
11825 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11826 (top-level): Use gdb_compile to compile objects into
11827 executable and restart GDB. Remove invocation to
11828 prepare_for_testing.
11829
7ae1a6a6
PA
118302014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11831 Pedro Alves <palves@redhat.com>
11832
11833 PR server/16255
11834 * gdb.multi/multi-attach.c: New file.
11835 * gdb.multi/multi-attach.exp: New file.
11836
4082afcc
PA
118372014-04-25 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11840 user.
11841 (top level): Test that "set remote conditional-breakpoints-packet
11842 off" works as intended.
11843 * gdb.base/dprintf.exp: Test that "set remote
11844 breakpoint-commands-packet off" works as intended.
11845 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11846 New function.
11847 (top level): Call it.
11848 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11849 remote fast-tracepoints-packet off" works as intended.
11850 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11851 * lib/gdb.exp (gdb_is_target_remote): ... here.
11852
2abc3f8d
DB
118532014-04-24 David Blaikie <dblaikie@gmail.com>
11854
11855 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11856 ensure clang would not discard them.
11857 * gdb.base/gdbvars.c: Ditto.
11858 * gdb.base/memattr.c: Ditto.
11859 * gdb.base/whatis.c: Ditto.
11860 * gdb.python/py-prettyprint.c: Ditto.
11861 * gdb.trace/actions.c: Ditto.
11862 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11863 ensure clang would not discard it.
11864
bfd39632
DB
118652014-04-24 David Blaikie <dblaikie@gmail.com>
11866
11867 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11868 clang to emit the full definition of type required by the test
11869 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11870
22842ff6
DB
118712014-04-24 David Blaikie <dblaikie@gmail.com>
11872
11873 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11874 coax Clang into emitting the definition of the type.
11875 * gdb.cp/pr10728-x.h (y): Ditto.
11876 * gdb.cp/pr10728-y.cc (y): Ditto.
11877
c2e827ad
DB
118782014-04-24 David Blaikie <dblaikie@gmail.com>
11879
11880 * gdb.base/label.exp: XFAIL label related tests under Clang.
11881 * gdb.cp/cplabel.exp: Ditto.
11882 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11883 under Clang those using labels.
11884
4c2d33e7
YQ
118852014-04-25 Yao Qi <yao@codesourcery.com>
11886
11887 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11888 double_label.
11889 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11890 partial_label and double_label.
11891
56083b99
DB
118922014-04-24 David Blaikie <dblaikie@gmail.com>
11893
11894 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11895
25d4e99d
DB
118962014-04-24 David Blaikie <dblaikie@gmail.com>
11897
11898 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11899 of the function to work across GCC and Clang.
11900 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11901 pointer types (const void ** const V void **).
11902
01f9f808
MS
119032014-04-24 Michael Sturm <michael.sturm@mintel.com>
11904 Walfred Tedeschi <walfred.tedeschi@intel.com>
11905
11906 * Makefile.in (EXECUTABLES): Added i386-avx512.
11907 * gdb.arch/i386-avx512.c: New file.
11908 * gdb.arch/i386-avx512.exp: Likewise.
11909
4b48d439
KS
119102014-04-23 Keith Seitz <keiths@redhat.com>
11911
11912 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11913 (mi_make_breakpoint_table): New procedure.
11914 (mi_create_breakpoint): Use mi_make_breakpoint
11915 and return the result.
11916 (mi_make_breakpoint): New procedure.
11917 (mi_build_kv_pairs): New procedure.
11918
11919 * gdb.mi/mi-break.exp: Remove unused globals,
11920 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11921 All callers updated.
11922 * gdb.mi/mi-dprintf.exp: Use variable to track command
11923 number.
11924 Update all callers of mi_create_breakpoint and use
11925 mi_make_breakpoint_table.
11926 Remove any unused global variables.
11927 * gdb.mi/mi-nonstop.exp: Likewise.
11928 * gdb.mi/mi-nsintrall.exp: Likewise.
11929 * gdb.mi/mi-nsmoribund.exp: Likewise.
11930 * gdb.mi/mi-nsthrexec.exp: Likewise.
11931 * gdb.mi/mi-reverse.exp: Likewise.
11932 * gdb.mi/mi-simplerun.exp: Likewise.
11933 * gdb.mi/mi-stepn.exp: Likewise.
11934 * gdb.mi/mi-syn-frame.exp: Likewise.
11935 * gdb.mi/mi-until.exp: Likewise.
11936 * gdb.mi/mi-var-cp.exp: Likewise.
11937 * gdb.mi/mi-var-display.exp: Likewise.
11938 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11939 * gdb.mi/mi2-var-child.exp: Likewise.
11940 * gdb.mi/mi-vla-c99.exp: Likewise.
11941 * lib/mi-support.exp: Likewise.
11942
11943 From Ian Lance Taylor <iant@cygnus.com>:
11944 * lib/gdb.exp (parse_args): New procedure.
11945
08351840
PA
119462014-04-23 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.base/break-unload-file.c: New file.
11949 * gdb.base/break-unload-file.exp: New file.
11950 * gdb.base/sym-file-lib.c (baz): New function.
11951 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11952 field.
11953 (load): Store the segment's mapped size.
11954 (unload): New function.
11955 (unload_shlib): New function.
11956 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11957 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11958 set a breakpoint at baz, and call it.
11959 * gdb.base/sym-file.exp: New tests for stale breakpoint
11960 instructions.
11961
076855f9
PA
119622014-04-23 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11965 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11966 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11967 * gdb.base/hbreak-unmapped.c: New file.
11968 * gdb.base/hbreak-unmapped.exp: New file.
11969 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11970 * lib/gdb.exp (gdb_is_target_remote): ... here.
11971
483805cf
PA
119722014-04-22 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.base/consecutive-step-over.c: New file.
11975 * gdb.base/consecutive-step-over.exp: New file.
11976
06d97543
PA
119772014-04-22 Pedro Alves <palves@redhat.com>
11978
11979 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11980 instead of send_gdb/gdb_expect.
11981
b4429ea2
YQ
119822014-04-22 Yao Qi <yao@codesourcery.com>
11983
11984 * lib/trace-support.exp (generate_tracefile): New procedure.
11985 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11986 return 0.
11987 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11988 if generate_tracefile returns 1.
11989
51d48146
PA
119902014-04-18 Tom Tromey <palves@redhat.com>
11991 Pedro alves <tromey@redhat.com>
11992
11993 PR backtrace/15558
11994 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11995 with a backtrace limit.
11996 * gdb.python/py-frame-inline.exp: Test running to an inline
11997 function with a backtrace limit, and printing the newest frame.
11998 * gdb.python/py-frame-inline.c (main): Call f.
11999
bd1dce5f
MS
120002014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12001
12002 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12003
40d1a503
MS
120042014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12005
12006 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12007 Drop prefix from unsupported source file path.
12008
389b98f7
YQ
120092014-04-17 Yao Qi <yao@codesourcery.com>
12010
12011 * lib/gdb.exp (with_target_charset): New proc.
12012 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12013 with_target_charset.
12014 (test_print_strings): Likewise.
12015 (test_repeat_bytes): Likewise.
12016 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12017 for some tests.
12018
22869d73
KS
120192014-04-16 Keith Seitz <keiths@redhat.com>
12020
12021 PR gdb/15827
12022 * gdb.dwarf2/corrupt.c: New file.
12023 * gdb.dwarf2/corrupt.exp: New file.
12024
c4f87ca6
KS
120252014-04-16 Keith Seitz <keiths@redhat.com>
12026
12027 PR c++/16597
12028 * gdb.cp/namelessclass.cc: New file.
12029 * gdb.cp/namelessclass.exp: New file.
12030 * gdb.cp/namelessclass.S: New file.
12031
ab19de87
DE
120322014-04-16 Doug Evans <dje@google.com>
12033
12034 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12035 Add comment.
12036 (gdbserver_default_get_comm_port): New function.
12037 (gdbserver_start): Check if board file provided
12038 "gdbserver,get_comm_port" and use it if so.
12039 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12040 (gdb,socketport): Set to "stdio".
12041 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12042 (stdio_gdbserver_template): Delete.
12043 (${board}_get_remote_address): Update.
12044 (${board}_build_remote_cmd): Delete.
12045 (${board}_get_comm_port): New function.
12046 (${board}_spawn): Update.
12047 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12048 Delete.
12049 (${board}_get_remote_address): Update.
12050 (${board}_get_comm_port): New function.
12051
fc98a809
AB
120522014-04-16 Andrew Burgess <aburgess@broadcom.com>
12053
12054 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12055 appearing in any order.
12056
87fd9e6e
DE
120572014-04-15 Doug Evans <dje@google.com>
12058
12059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12060 uninitialized value of "description".
12061
099fc3ea
KS
120622014-04-15 Keith Seitz <keiths@redhat.com>
12063
12064 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12065 Remove unused globals.
12066 (test_running_the_program): Likewise.
12067 (test_controlled_execution): Likewise.
12068 (test_controlling_breakpoints): Likewise.
12069 (test_program_termination): Likewise.
12070
5da151d4
KS
120712014-04-15 Keith Seitz <keiths@redhat.com>
12072
12073 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12074 unused globals.
12075 (test_rbreak_creation_and_listing): Likewise.
12076 (test_ignore_count): Likewise.
12077 (test_error): Likewise.
12078
35e5d2f0
PA
120792014-04-15 Pedro Alves <palves@redhat.com>
12080
12081 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12082 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12083 sym-file-loader.c.
12084 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12085 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12086 to sym-file-loader.c.
12087 (struct library): Forward declare.
12088 (load_shlib, lookup_function): Change prototypes.
12089 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12090 (translate_offset): Remove declarations.
12091 (get_text_addr): New declaration.
12092 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12093 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12094 sym-file-loader.h.
12095 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12096 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12097 here from sym-file-loader.h.
12098 (struct library): New structure.
12099 (load_shlib, lookup_function): Change prototypes and adjust to
12100 work with a struct library.
12101 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12102 (translate_offset): Make static.
12103 (get_text_addr): New function.
12104 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12105
eb4c1710
PA
121062014-04-15 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12109
2d1baf52
PA
121102014-04-15 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.base/sym-file-loader.c: Include <limits.h>.
12113 (SELF_LINK): New define.
12114 (get_origin): New function.
12115 (load_shlib): Use it.
12116 * gdb.base/sym-file.exp: Don't early return if the target is
12117 remote. Use runto_main, and issue fail is that fails. Use
12118 gdb_load_shlibs.
12119 (shlib_name): Delete.
12120 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12121
7dd6df01
PA
121222014-04-15 Pedro Alves <palves@redhat.com>
12123
12124 * gdb.base/sym-file.exp: Remove regex characters from test
12125 message. Don't refer to breakpoint numbers in test messages.
12126
b50c8614
KS
121272014-04-14 Keith Seitz <keiths@redhat.com>
12128
12129 PR c++/16253
12130 * gdb.cp/var-tag.cc: New file.
12131 * gdb.cp/var-tag.exp: New file.
12132 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12133 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12134 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12135 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12136
3d567982
TT
121372014-04-14 Tom Tromey <tromey@redhat.com>
12138
12139 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12140 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12141 type.
12142 * gdb.cp/enum-class.exp: New file.
12143 * gdb.cp/enum-class.cc: New file.
12144
0626fc76
TT
121452014-04-14 Tom Tromey <tromey@redhat.com>
12146
12147 * gdb.dwarf2/enum-type.exp: New file.
12148
dca325b3
SA
121492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12150
12151 * gdb.mi/mi-vla-c99.exp: New file.
12152 * gdb.mi/vla.c: New file.
12153
5854b38a
SA
121542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12155
12156 * gdb.base/vla-datatypes.c: New file.
12157 * gdb.base/vla-datatypes.exp: New file.
12158
463bb957
SA
121592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12160
12161 * gdb.base/vla-ptr.c: New file.
12162 * gdb.base/vla-ptr.exp: New file.
12163
3dd170be
SA
121642014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12165
12166 * gdb.dwarf2/count.exp: New file.
12167
5ecaaa66
SA
121682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12169
12170 * gdb.base/vla-sideeffect.c: New file.
12171 * gdb.base/vla-sideeffect.exp: New file.
12172
41f1ada5
DB
121732014-04-14 David Blaikie <dblaikie@gmail.com>
12174
12175 * gdb.mi/non-stop.c: Add return value for non-void function return
12176 statement.
12177 * gdb.threads/staticthreads.c: Ditto.
12178
0be03e84
DE
121792014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12180 Doug Evans <xdje42@gmail.com>
12181
12182 * gdb.guile/scm-value.c: Improve test case.
12183 * gdb.guile/scm-value.exp: Add new test.
12184
f180a1fb
DB
121852014-04-11 David Blaikie <dblaikie@gmail.com>
12186
12187 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12188 override Clang's default.
12189
6b662e19
JB
121902014-04-11 Joel Brobecker <brobecker@adacore.com>
12191
12192 Revert the following changes (regressions):
12193
12194 * gdb.base/vla-sideeffect.c: New file.
12195 * gdb.base/vla-sideeffect.exp: New file.
12196
12197 * gdb.dwarf2/count.exp: New file.
12198
12199 * gdb.base/vla-multi.c: New file.
12200 * gdb.base/vla-multi.exp: New file.
12201
12202 * gdb.base/vla-ptr.c: New file.
12203 * gdb.base/vla-ptr.exp: New file.
12204
12205 * gdb.base/vla-datatypes.c: New file.
12206 * gdb.base/vla-datatypes.exp: New file.
12207
12208 * gdb.mi/mi-vla-c99.exp: New file.
12209 * gdb.mi/vla.c: New file.
12210
245a5f0b
KS
122112014-04-11 Keith Seitz <keiths@redhat.com>
12212
12213 PR c++/16675
12214 * gdb.cp/cpsizeof.exp: New file.
12215 * gdb.cp/cpsizeof.cc: New file.
12216
58a84dcf
SA
122172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12218
191a8a90
JB
12219 * gdb.mi/mi-vla-c99.exp: New file.
12220 * gdb.mi/vla.c: New file.
58a84dcf 12221
c8655f75
SA
122222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12223
12224 * gdb.base/vla-datatypes.c: New file.
12225 * gdb.base/vla-datatypes.exp: New file.
12226
024e13b4
SA
122272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12228
12229 * gdb.base/vla-ptr.c: New file.
12230 * gdb.base/vla-ptr.exp: New file.
12231
1a237e0e
SA
122322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12233
12234 * gdb.base/vla-multi.c: New file.
12235 * gdb.base/vla-multi.exp: New file.
12236
504f3432
SA
122372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12238
12239 * gdb.dwarf2/count.exp: New file.
12240
3bce8237
SA
122412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12242
191a8a90
JB
12243 * gdb.base/vla-sideeffect.c: New file.
12244 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12245
322f9c21
YQ
122462014-04-11 Yao Qi <yao@codesourcery.com>
12247
12248 * gdb.base/completion.exp: Check file exists before running tests
12249 on file completion.
12250
d708bcd1
PA
122512014-04-10 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/cond-eval-mode.c: New file.
12254 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12255 prepare_for_testing to build the new file. Check result of
12256 runto_main.
12257 (test_break, test_watch): New procedures.
12258 (top level): Use them.
12259
ae1d2761
PM
122602014-04-08 Pierre Muller <muller@sourceware.org>
12261
12262 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12263 Ctrl-V use for mingw hosts.
12264
7af389b8
SC
122652014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12266
12267 * gdb.python/py-value.c: Improve test case.
12268 * gdb.python/py-value.exp: Add new test.
12269
5e703181
DE
122702014-04-07 David Blaikie <dblaikie@gmail.com>
12271
12272 * lib/compiler.c: Identify the clang compiler.
12273 * lib/compiler.cc: Ditto.
12274
9810b410
YQ
122752014-04-03 Yao Qi <yao@codesourcery.com>
12276
12277 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12278
98d1b8dc
AB
122792014-04-01 Anton Blanchard <anton@samba.org>
12280
12281 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12282 messages unique.
12283
3114cea1
AB
122842014-04-01 Anton Blanchard <anton@samba.org>
12285
12286 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12287 prepare_for_testing.
12288
62f7182c
AB
122892014-04-01 Anton Blanchard <anton@samba.org>
12290
12291 * gdb.arch/ppc64-atomic-inst.c: Remove.
12292 * gdb.arch/ppc64-atomic-inst.S: New file.
12293 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12294
770e7fc7
DE
122952014-03-31 Doug Evans <dje@google.com>
12296
12297 * gdb.base/print-symbol-loading-lib.c: New file.
12298 * gdb.base/print-symbol-loading-main.c: New file.
12299 * gdb.base/print-symbol-loading.exp: New file.
12300
46e2bafa
YQ
123012014-03-31 Yao Qi <yao@codesourcery.com>
12302
12303 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12304
8776cfe9
JB
123052014-03-28 Joel Brobecker <brobecker@adacore.com>
12306
12307 * gdb.ada/mi_dyn_arr: New testcase.
12308
5d1ef361
DE
123092014-03-27 Doug Evans <dje@google.com>
12310
12311 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12312
b5bee914
YQ
123132014-03-27 Yao Qi <yao@codesourcery.com>
12314
12315 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12316 if target is nios2-*-*.
12317
0d4d0e77
YQ
123182014-03-26 Yao Qi <yao@codesourcery.com>
12319
12320 * lib/gdb.exp (readline_is_used): New proc.
12321 * gdb.base/completion.exp: Move tests on command complete up.
12322 Skip the rest of tests if readline is not used.
12323 * gdb.ada/complete.exp: Skp the test if readline is not
12324 used.
12325 * gdb.base/filesym.exp: Likewise.
12326 * gdb.base/macscp.exp: Likewise.
12327 * gdb.base/readline-ask.exp: Likewise.
12328 * gdb.base/readline.exp: Likewise.
12329 * gdb.python/py-cmd.exp: Likewise.
12330 * gdb.trace/tfile.exp: Likewise.
12331
29361eee
YQ
123322014-03-26 Yao Qi <yao@codesourcery.com>
12333
12334 * gdb.base/macscp.exp: Fix code format issues.
12335
bc9a5525
UW
123362014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12337
12338 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12339 * gdb.asm/powerpc64le.inc: New file.
12340
d3839ede
PA
123412014-03-25 Pedro Alves <palves@redhat.com>
12342 Doug Evans <dje@google.com>
12343
12344 * gdb.base/source-execution.c: New file.
12345 * gdb.base/source-execution.exp: New file.
12346 * gdb.base/source-execution.gdb: New file.
12347
01672a57
DE
123482014-03-24 Doug Evans <dje@google.com>
12349
12350 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12351 using fission.
12352
88bbeca9
HZ
123532014-03-24 Hui Zhu <hui@codesourcery.com>
12354 Pedro Alves <palves@redhat.com>
12355
12356 PR breakpoints/16101
12357 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12358 test pass/fail messages. Detect missing support for dprintf when
12359 breakpoints are actually inserted.
12360 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12361 breakpoints are actually inserted.
12362 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12363 fails.
12364
d2348791
JK
123652014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12366
12367 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12368
feef67ab
DE
123692014-03-22 Doug Evans <xdje42@gmail.com>
12370
12371 * gdb.python/python.exp (python not supported): Verify multi-line
12372 python command issues an error.
25d743f9 12373 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 12374 guile command issues an error.
feef67ab 12375
ecebef6a
MR
123762014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12377
12378 * gdb.threads/thread-specific.exp: Handle the lack of usable
12379 $this_breakpoint and $this_thread.
12380
ccdd1909
HZ
123812014-03-21 Hui Zhu <hui@codesourcery.com>
12382
12383 * gdb.base/attach.exp (do_command_attach_tests): New.
12384
beb460e8
PA
123852014-03-20 Tom Tromey <tromey@redhat.com>
12386 Pedro Alves <palves@redhat.com>
12387
12388 PR cli/15718
12389 * gdb.base/condbreak-call-false.c: New file.
12390 * gdb.base/condbreak-call-false.exp: New file.
12391
40acf43a
PA
123922014-03-20 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12395 Delete.
12396 (block_signals, unblock_signals): Delete.
12397 (child_function_2, main): Remove references to deleted variable
12398 and functions.
12399
9f5e1e02
PA
124002014-03-20 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12403 Use pthread_kill to signal thread 2.
12404 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12405 Adjust to make the test send itself a signal rather than using the
12406 host's "kill" command.
12407
99619bea
PA
124082014-03-20 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.threads/multiple-step-overs.c: New file.
12411 * gdb.threads/multiple-step-overs.exp: New file.
12412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12413 Adjust expected infrun debug output.
12414
2adfaa28
PA
124152014-03-20 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12418 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12419
31e77af2
PA
124202014-03-20 Pedro Alves <palves@redhat.com>
12421
12422 PR breakpoints/7143
12423 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12424 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12425 of gdb_test_multiple.
12426 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12427 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12428
b9f437de
PA
124292014-03-20 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12432 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12433
05adc73e
PA
124342014-03-19 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/async.exp: Remove early return.
12437
6048b950
PA
124382014-03-19 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12441
8bcfb00a
PA
124422014-03-19 Pedro Alves <palves@redhat.com>
12443
12444 * gdb.base/async.exp (test_background): Expect \r\n after
12445 "completed." in the fail pattern.
12446
884e37dc
PA
124472014-03-19 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/async.exp (test_background): New procedure.
12450 Use it for all background execution command tests.
12451
148e57e2
PA
124522014-03-19 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/async.exp: Use prepare_for_testing.
12455
f48088c7
PA
124562014-03-19 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12459 the same line.
12460
e2f6c966
PA
124612014-03-19 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.base/async.c (main): Add "jump here" and "until here" line
12464 marker comments.
12465 * gdb.base/async.exp (jump_here): New global.
12466 (jump& test): Use it.
12467 (until_here): New global.
12468 (until& test): Use it.
12469
c30568d4
PA
124702014-03-19 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/async.exp: Don't frob gdb_protocol.
12473
0172b6a7
DE
124742014-03-18 Doug Evans <xdje42@gmail.com>
12475
12476 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12477 Fix spelling of exec-done-display.
12478
06c868a8
JK
124792014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12480
12481 PR gdb/15358
12482 * gdb.base/gdb-sigterm.c: New file.
12483 * gdb.base/gdb-sigterm.exp: New file.
12484
0c7e1a46
PA
124852014-03-18 Pedro Alves <palves@redhat.com>
12486
12487 PR gdb/13860
12488 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12489 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12490 solib-event.
12491
f7c77d93
JB
124922014-03-17 Joel Brobecker <brobecker@adacore.com>
12493
12494 * gdb.ada/pckd_arr_ren: New testcase.
12495
5a1e8c7a
DE
124962014-03-13 Doug Evans <xdje42@gmail.com>
12497
12498 PR guile/16612
12499 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12500 collect after discarding symbols.
12501
350e1a76
DE
125022014-03-13 Ludovic Courtès <ludo@gnu.org>
12503 Doug Evans <xdje42@gmail.com>
12504
12505 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12506 to history survives a gc.
12507
a69900ae
PA
125082014-03-13 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/default.exp: Don't test "target procfs".
12511
5db9f0bd
PA
125122014-03-13 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.base/default.exp: Update "target child" and "target procfs"
12515 tests to not expect "Unix".
12516
b3ccfe11
TT
125172014-03-12 Tom Tromey <tromey@redhat.com>
12518
12519 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12520 New procs. Add target-async tests.
12521 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12522 Add target-async tests.
12523
646f4417
AA
125242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12525
12526 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12527 'func_start' and 'func_end' for the beginning and end of the
12528 function code, respectively.
12529 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12530 'func_end' instead of 'func' and 'main'.
12531
288c211f
AA
125322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12533
12534 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12535 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12536 generate the debug info assembler source.
12537
e0c0f156
AA
125382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12539
12540 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12541 * gdb.dwarf2/arr-subrange.exp: Likewise.
12542 * gdb.dwarf2/dwz.exp: Likewise.
12543 * gdb.dwarf2/method-ptr.exp: Likewise.
12544 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12545 * gdb.dwarf2/subrange.exp: Likewise.
12546 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12547 * gdb.dwarf2/implptrpiece.exp: Likewise.
12548 * gdb.dwarf2/nostaticblock.exp: Likewise.
12549
0e5c4555
AA
125502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12551
12552 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12553 directory to absolute path name arguments.
12554
5ec18f2b
JG
125552014-03-10 Joel Brobecker <brobecker@adacore.com>
12556
12557 * gdb.ada/tagged_access: New testcase.
12558
847fc4f2
MM
125592014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12560
12561 * gdb.btrace/data.exp: Update expected output.
12562
cc3da688
YQ
125632014-03-06 Yao Qi <yao@codesourcery.com>
12564
12565 * gdb.trace/pr16508.exp: New file.
12566
0f26cec1
PA
125672014-03-05 Pedro Alves <palves@redhat.com>
12568
12569 PR gdb/16575
12570 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12571 procedure.
12572 (top level): Adjust to use it. Add tests that exercise breakpoint
12573 interaction with the code-cache.
12574
7a5a839f
LC
125752014-02-26 Ludovic Courtès <ludo@gnu.org>
12576
12577 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12578 test for 'history-append!'.
12579
31aa7e4e
JB
125802014-02-26 Joel Brobecker <brobecker@adacore.com>
12581
12582 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12583 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12584 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12585 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12586 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12587 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12588
1b588015
JB
125892014-02-26 Joel Brobecker <brobecker@adacore.com>
12590
12591 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12592 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12593 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12594
55426c9d
JB
125952014-02-26 Joel Brobecker <brobecker@adacore.com>
12596
12597 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12598
dc53a7ad
JB
125992014-02-26 Joel Brobecker <brobecker@adacore.com>
12600
12601 * gdb.dwarf2/arr-stride.c: New file.
12602 * gdb.dwarf2/arr-stride.exp: New file.
12603
12ab52e9
PA
126042014-02-26 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12607 that won't ever trigger. Make sure that GDB reports the correct
12608 breakpoint that caused the stop.
12609
849c862e
JK
126102014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 PR gdb/16626
12613 * gdb.base/auto-load-script: New file.
12614 * gdb.base/auto-load.c: New file.
12615 * gdb.base/auto-load.exp: New file.
12616
71b7d793
JK
12617 PR gdb/16626
12618 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12619
e2f0d509
JK
126202014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12621
12622 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12623 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12624
50cc37c8
DE
126252014-02-24 Doug Evans <dje@google.com>
12626
12627 * lib/gdb.exp (run_on_host): Log error output if program fails.
12628
ea4758f2
PA
126292014-02-21 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.threads/step-after-sr-lock.c: Rename to ...
12632 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12633 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12634 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12635 ... this.
12636
d7b30f67
SDJ
126372014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12638
12639 PR tdep/16397
12640 * gdb.arch/amd64-stap-special-operands.exp: New file.
12641 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12642 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12643 * gdb.arch/amd64-stap-triplet.S: Likewise.
12644 * gdb.arch/amd64-stap-triplet.c: Likewise.
12645
83deb43f
JB
126462014-02-20 Joel Brobecker <brobecker@adacore.com>
12647
12648 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12649 in .section pseudo-op.
12650
adde2bff
DE
126512014-02-20 lin zuojian <manjian2006@gmail.com>
12652 Joel Brobecker <brobecker@adacore.com>
12653 Doug Evans <xdje42@gmail.com>
12654
12655 PR symtab/16581
12656 * gdb.dwarf2/dw2-icycle.S: New file.
12657 * gdb.dwarf2/dw2-icycle.c: New file.
12658 * gdb.dwarf2/dw2-icycle.exp: New file.
12659
f7bd0f78
SC
126602014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12661
12662 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12663 operations on gdb.Value objects.
12664 * gdb.python/py-value-cc.exp: Add new test to test operations on
12665 gdb.Value objects.
12666
c17ef0d5
DE
126672014-02-18 Doug Evans <dje@google.com>
12668
12669 * Makefile.in (TESTS): New variable.
12670 (expanded_tests, expanded_tests_or_none): New variables
12671 (check-single): Pass $(expanded_tests_or_none) to runtest.
12672 (check-parallel): Only run tests in $(TESTS) if non-empty.
12673 (check/no-matching-tests-found): New rule.
12674 * README: Document TESTS makefile variable.
12675
5dd3176f
DE
126762014-02-18 Doug Evans <dje@google.com>
12677
12678 * Makefile.in (check-parallel): rm -rf outputs temp.
12679
0b10be4f
JK
126802014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12681
12682 Fix "ERROR: no fileid for" in the testsuite.
12683 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12684
85f224e7
DE
126852014-02-12 Doug Evans <dje@google.com>
12686
12687 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12688 (MISCELLANEOUS): New variable.
12689 (clean): rm -rf $(MISCELLANEOUS).
12690 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12691 dwp live in the same directory as symlinks, with each symlink pointed
12692 to a differently named file in a different directory.
12693
149b30ff
DE
126942014-02-11 Doug Evans <dje@google.com>
12695
12696 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12697 of Tcl file commands.
12698
1dfdac32
MK
126992014-02-10 Mark Kettenis <kettenis@gnu.org>
12700
12701 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12702 "kill -SIGUSR1 -1".
12703
aa4fb036
JB
127042014-02-10 Joel Brobecker <brobecker@adacore.com>
12705
12706 * gdb.ada/tick_length_array_enum_idx: New testcase.
12707
ed3ef339
DE
127082014-02-10 Doug Evans <xdje42@gmail.com>
12709
12710 * configure.ac (AC_OUTPUT): Add gdb.guile.
12711 * configure: Regenerate.
12712 * lib/gdb-guile.exp: New file.
12713 * lib/gdb.exp (get_target_charset): New function.
12714 * gdb.base/help.exp: Update expected output from "apropos apropos".
12715 * gdb.guile/Makefile.in: New file.
12716 * gdb.guile/guile.exp: New file.
12717 * gdb.guile/scm-arch.c: New file.
12718 * gdb.guile/scm-arch.exp: New file.
12719 * gdb.guile/scm-block.c: New file.
12720 * gdb.guile/scm-block.exp: New file.
12721 * gdb.guile/scm-breakpoint.c: New file.
12722 * gdb.guile/scm-breakpoint.exp: New file.
12723 * gdb.guile/scm-disasm.c: New file.
12724 * gdb.guile/scm-disasm.exp: New file.
12725 * gdb.guile/scm-equal.c: New file.
12726 * gdb.guile/scm-equal.exp: New file.
12727 * gdb.guile/scm-error.exp: New file.
12728 * gdb.guile/scm-error.scm: New file.
12729 * gdb.guile/scm-frame-args.c: New file.
12730 * gdb.guile/scm-frame-args.exp: New file.
12731 * gdb.guile/scm-frame-args.scm: New file.
12732 * gdb.guile/scm-frame-inline.c: New file.
12733 * gdb.guile/scm-frame-inline.exp: New file.
12734 * gdb.guile/scm-frame.c: New file.
12735 * gdb.guile/scm-frame.exp: New file.
12736 * gdb.guile/scm-generics.exp: New file.
12737 * gdb.guile/scm-gsmob.exp: New file.
12738 * gdb.guile/scm-iterator.c: New file.
12739 * gdb.guile/scm-iterator.exp: New file.
12740 * gdb.guile/scm-math.c: New file.
12741 * gdb.guile/scm-math.exp: New file.
12742 * gdb.guile/scm-objfile-script-gdb.in: New file.
12743 * gdb.guile/scm-objfile-script.c: New file.
12744 * gdb.guile/scm-objfile-script.exp: New file.
12745 * gdb.guile/scm-objfile.c: New file.
12746 * gdb.guile/scm-objfile.exp: New file.
12747 * gdb.guile/scm-ports.exp: New file.
12748 * gdb.guile/scm-pretty-print.c: New file.
12749 * gdb.guile/scm-pretty-print.exp: New file.
12750 * gdb.guile/scm-pretty-print.scm: New file.
12751 * gdb.guile/scm-section-script.c: New file.
12752 * gdb.guile/scm-section-script.exp: New file.
12753 * gdb.guile/scm-section-script.scm: New file.
12754 * gdb.guile/scm-symbol.c: New file.
12755 * gdb.guile/scm-symbol.exp: New file.
12756 * gdb.guile/scm-symtab-2.c: New file.
12757 * gdb.guile/scm-symtab.c: New file.
12758 * gdb.guile/scm-symtab.exp: New file.
12759 * gdb.guile/scm-type.c: New file.
12760 * gdb.guile/scm-type.exp: New file.
12761 * gdb.guile/scm-value-cc.cc: New file.
12762 * gdb.guile/scm-value-cc.exp: New file.
12763 * gdb.guile/scm-value.c: New file.
12764 * gdb.guile/scm-value.exp: New file.
12765 * gdb.guile/source2.scm: New file.
12766 * gdb.guile/types-module.cc: New file.
12767 * gdb.guile/types-module.exp: New file.
12768
7026a7c1
YQ
127692014-02-10 Yao Qi <yao@codesourcery.com>
12770
12771 PR testsuite/16543
12772 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12773 * configure: Regenerated.
12774 * Makefile.in: New file.
12775
6c466447
AS
127762014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12777
12778 * gdb.python/py-framefilter.exp: Fix typo.
12779
6e854735
YQ
127802014-02-08 Yao Qi <yao@codesourcery.com>
12781
12782 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12783 that no =breakpoint-modified is emitted when breakpoints are
12784 modified through MI commands.
12785
d137e6dc
PA
127862014-02-07 Pedro Alves <pedro@codesourcery.com>
12787 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.threads/step-after-sr-lock.c: New file.
12790 * gdb.threads/step-after-sr-lock.exp: New file.
12791
b5ee5a50
PA
127922014-02-07 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12795
3c77faf3
JK
127962014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12797
12798 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12799 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12800
6dddc817
DE
128012014-02-06 Doug Evans <xdje42@gmail.com>
12802
12803 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12804 output.
12805
12806 * gdb.gdb/python-interrupts.exp: New file.
12807
de7b2893
YQ
128082014-02-05 Yao Qi <yao@codesourcery.com>
12809
12810 * gdb.trace/report.exp (use_collected_data): Test the output
12811 of "info threads" and "info inferiors".
12812
66d032ac
YQ
128132014-02-05 Yao Qi <yao@codesourcery.com>
12814
12815 Revert this patch:
12816
12817 2013-05-24 Yao Qi <yao@codesourcery.com>
12818
12819 * gdb.trace/tfile.exp: Test inferior and thread.
12820
591a12a1
UW
128212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12822
12823 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12824 on a function.
12825 * gdb.base/step-bt.c: Call hello via function pointer to make
12826 sure its first instruction is executed on powerpc64le-linux.
12827
0ff3e01f
UW
128282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12829
12830 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12831
084ee545
UW
128322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12833
12834 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12835 of the test patterns for use on little-endian systems.
12836
6ed14ff3
UW
128372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12838
12839 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12840 (decimal_vector): Fix for little-endian.
12841
401e27fd
JM
128422014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12843
12844 * gdb.arch/sparc-sysstep.exp: New file.
12845 * gdb.arch/sparc-sysstep.c: Likewise.
12846
12847 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12848
8b924729
EBM
128492014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12850
12851 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12852
fb151210
JB
128532014-01-23 Tom Tromey <tromey@redhat.com>
12854
12855 * gdb.ada/array_char_idx: New testcase.
12856
0740f8d8
TT
128572014-01-23 Tom Tromey <tromey@redhat.com>
12858
12859 PR python/16487:
12860 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12861 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12862 classes.
12863
21909fa1
TT
128642014-01-23 Tom Tromey <tromey@redhat.com>
12865
12866 PR python/16491:
12867 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12868 string from an inferior frame.
12869 * gdb.python/py-framefilter-mi.exp: Update.
12870
87ce2a04
DE
128712014-01-22 Doug Evans <dje@google.com>
12872
12873 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12874
237b092b
AA
128752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12876
12877 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12878
d674a709
AA
128792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12880
12881 * gdb.trace/entry-values.exp: Remove excess space character from
12882 regex patterns. Handle s390 call instruction.
12883
20fa3390
AA
128842014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12885
12886 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12887 define "*_start" label. Make "name" static.
12888 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12889 ${name} by references to ${name}_start.
12890
78466714
AA
128912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12892
12893 * gdb.base/info-macros.exp: Remove "debug" from the compile
12894 options.
12895
ec9f644a
IB
128962014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12897
12898 * gdb.dlang/demangle.exp: New file.
12899
94b1b47e
IB
129002014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12901
12902 * gdb.dlang/primitive-types.exp: New file.
12903
7f420862
IB
129042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12905
12906 * configure.ac: Create gdb.dlang/Makefile.
12907 * configure: Regenerate.
12908 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12909 * gdb.dlang/Makefile.in: New file.
12910 * lib/d-support.exp: New file.
12911 * lib/gdb.exp (skip_d_tests): New proc.
12912
52834460
MM
129132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12914
12915 * gdb.btrace/delta.exp: Check reverse stepi.
12916 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12917 * gdb.btrace/finish.exp: New.
12918 * gdb.btrace/next.exp: New.
12919 * gdb.btrace/nexti.exp: New.
12920 * gdb.btrace/record_goto.c: Add comments.
12921 * gdb.btrace/step.exp: New.
12922 * gdb.btrace/stepi.exp: New.
12923 * gdb.btrace/multi-thread-step.c: New.
12924 * gdb.btrace/multi-thread-step.exp: New.
12925 * gdb.btrace/rn-dl-bind.c: New.
12926 * gdb.btrace/rn-dl-bind.exp: New.
12927 * gdb.btrace/data.c: New.
12928 * gdb.btrace/data.exp: New.
12929 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12930
6e07b1d2
MM
129312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12932
12933 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12934 * gdb.btrace/exception.exp: Update.
12935 * gdb.btrace/instruction_history.exp: Update.
12936 * gdb.btrace/record_goto.exp: Update.
12937 * gdb.btrace/tailcall.exp: Update.
12938 * gdb.btrace/unknown_functions.exp: Update.
12939 * gdb.btrace/delta.exp: New.
12940
0b722aec
MM
129412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12942
12943 * gdb.btrace/record_goto.exp: Add backtrace test.
12944 * gdb.btrace/tailcall.exp: Add backtrace test.
12945
066ce621
MM
129462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12947
12948 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12949 * gdb.btrace/record_goto.c: New.
12950 * gdb.btrace/record_goto.exp: New.
12951 * gdb.btrace/x86-record_goto.S: New.
12952
0688d04e
MM
129532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12954
12955 * gdb.btrace/function_call_history.exp: Update tests.
12956 * gdb.btrace/instruction_history.exp: Update tests.
12957
8710b709
MM
129582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12959
12960 * gdb.btrace/function_call_history.exp: Fix expected field
12961 order for "record function-call-history".
12962 Add new tests for "record function-call-history /c".
12963 * gdb.btrace/exception.cc: New.
12964 * gdb.btrace/exception.exp: New.
12965 * gdb.btrace/tailcall.exp: New.
12966 * gdb.btrace/x86-tailcall.S: New.
12967 * gdb.btrace/x86-tailcall.c: New.
12968 * gdb.btrace/unknown_functions.c: New.
12969 * gdb.btrace/unknown_functions.exp: New.
12970 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12971
5de9129b
MM
129722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12973
12974 * gdb.btrace/instruction_history.exp: Update.
12975 * gdb.btrace/function_call_history.exp: Update.
12976
23a7fe75
MM
129772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12978
12979 * gdb.btrace/function_call_history.exp: Fix expected function
12980 trace.
12981 * gdb.btrace/instruction_history.exp: Initialize traced.
12982 Remove traced_functions.
12983
724c7dd8
MM
129842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12985
12986 * gdb.btrace/function_call_history.exp: Update
12987 * gdb.btrace/instruction_history.exp: Update.
12988
6d78d93b
MM
129892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12990
12991 * gdb.btrace/enable.exp: Update expected text.
12992
93a360cc
OJ
129932014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12994
12995 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12996 bytes.
12997
3772b53f
MR
129982014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12999
13000 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13001
596662fa
OJ
130022014-01-15 Omair Javaid <omair.javaid@linaro.org>
13003
13004 * lib/gdb.exp (supports_process_record): Return true for
13005 arm*-linux*. (supports_reverse): Likewise.
13006
b5b08fb4
SC
130072014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13008
13009 PR python/15464
13010 PR python/16113
13011 * gdb.python/py-type.c: Enhance test case.
13012 * gdb.python/py-value-cc.cc: Likewise
13013 * gdb.python/py-type.exp: Add new tests.
13014 * gdb.python/py-value-cc.exp: Likewise
13015
52d7fb13
AA
130162014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13017 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13020 Make "name" extern.
13021 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13022 references to ${name}_start by references to ${name}.
13023
a2cd8cfe
JB
130242014-01-10 Joel Brobecker <brobecker@adacore.com>
13025
13026 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13027
4e23fced
JB
130282014-01-10 Joel Brobecker <brobecker@adacore.com>
13029
13030 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13031
c6a9e42c
PA
130322014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13033 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13036 mi_gdb_target_load.
c6a9e42c 13037
b7ea362b
PA
130382014-01-08 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.threads/reconnect-signal.c: New file.
13041 * gdb.threads/reconnect-signal.exp: New file.
13042
5e3f4fab
EBM
130432014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 * gdb.base/source-dir.exp: New file.
13046
79301218
JB
130472014-01-07 Joel Brobecker <brobecker@adacore.com>
13048
13049 * gdb.ada/mi_interface: New testcase.
13050
8e355c5d
JB
130512014-01-07 Joel Brobecker <brobecker@adacore.com>
13052
13053 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13054 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13055 gdb.ada/pp-rec-component/pck.ads: New files.
13056
c0d48811
JB
130572014-01-07 Joel Brobecker <brobecker@adacore.com>
13058
13059 * gdb.python/py-pp-integral.c: New file.
13060 * gdb.python/py-pp-integral.py: New file.
13061 * gdb.python/py-pp-integral.exp: New file.
13062
17b609c3 13063For older changes see ChangeLog-1993-2013.
c906108c 13064\f
8d8cb839
EZ
13065;; Local Variables:
13066;; mode: change-log
13067;; left-margin: 8
13068;; fill-column: 74
13069;; version-control: never
13070;; End:
902f2ccb 13071
61baf725 13072 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
13073 Copying and distribution of this file, with or without modification,
13074 are permitted provided the copyright notice and this notice are preserved.
This page took 2.968519 seconds and 4 git commands to generate.