(Ada) crash assigning to record component which is an array
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/assign_arr: New testcase.
4
5 2017-12-18 Xavier Roirand <roirand@adacore.com>
6
7 * gdb.ada/funcall_ptr: New testcase.
8
9 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10
11 PR cli/16224
12 * gdb.base/ptype-offsets.cc: New file.
13 * gdb.base/ptype-offsets.exp: New file.
14
15 2017-12-15 Yao Qi <yao.qi@linaro.org>
16
17 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
18 if XML is disabled.
19
20 2017-12-15 Xavier Roirand <roirand@adacore.com>
21
22 * gdb.ada/same_component_name: New testcase.
23
24 2017-12-14 Joel Brobecker <brobecker@adacore.com>
25
26 * gdb.ada/str_binop_equal: New testcase.
27
28 2017-12-14 Joel Brobecker <brobecker@adacore.com>
29
30 * gdb.ada/task_switch_in_core: New testcase.
31
32 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
33
34 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
35 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
36 call test_bkpt_qualified.
37 (test_bkpt_qualified): New proc.
38
39 2017-12-13 Pedro Alves <palves@redhat.com>
40
41 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
42 Tighten regexp by matching with an anchor.
43
44 2017-12-13 Pedro Alves <palves@redhat.com>
45
46 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
47 ("expression with namespace"): New set of tests.
48 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
49 (Nested::Test_NS::qux): New.
50 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
51 defaults to 'start_quote_char' and 'end_quote_char' parameters.
52
53 2017-12-13 Joel Brobecker <brobecker@adacore.com>
54
55 * gdb.base/server-del-break.c: New file.
56 * gdb.base/server-del-break.exp: New file.
57
58 2017-12-12 Stafford Horne <shorne@gmail.com>
59
60 * gdb.xml/tdesc-regs.exp: Add or1k support.
61
62 2017-12-12 Stafford Horne <shorne@gmail.com>
63
64 * gdb.base/bp-permanent.c: Define nop of or1k.
65
66 2017-12-11 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
69 output with components being reordered.
70
71 2017-12-11 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
74 output with components being reordered.
75
76 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
77 Pedro Alves <palves@redhat.com>
78
79 * gdb.base/maint.exp (check for .gdb_index): Check also for
80 .debug_names.
81 * gdb.dlang/watch-loc.c (.debug_aranges): New.
82 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
83 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
84 (.gdb_index used after symbol reloading): Support also .debug_names.
85 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
86
87 2017-12-08 Yao Qi <yao.qi@linaro.org>
88
89 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
90 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
91
92 2017-12-08 Yao Qi <yao.qi@linaro.org>
93
94 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
95 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
96
97 2017-12-08 Yao Qi <yao.qi@linaro.org>
98
99 * gdb.arch/aarch64-tagged-pointer.c: New file.
100 * gdb.arch/aarch64-tagged-pointer.exp: New file.
101
102 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
105 "int".
106
107 2017-12-07 Keith Seitz <keiths@redhat.com>
108
109 PR breakpoints/22569
110 * gdb.linespec/ls-errs.exp: Change expected result of "break
111 -source this file has spaces.c -line 3".
112 Check that an explicit source file followed by whitespace is
113 identified as an invalid explicit location.
114
115 2017-12-07 Keith Seitz <keiths@redhat.com>
116
117 * gdb.cp/nested-types.cc: New file.
118 * gdb.cp/nested-types.exp: New file.
119 * lib/cp-support.exp: Load data-structures.exp library.
120 (debug_cp_test_ptype_class): New global.
121 (cp_ptype_class_verbose, next_line): New procedures.
122 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
123 Add and document new return value.
124 Switch the list of lines to a queue.
125 Add support for new `type' key for nested type definitions.
126 Add debugging/troubleshooting messages.
127 * lib/data-structures.exp: New file.
128
129 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
130
131 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
132 with proc_with_prefix, don't use with_test_prefix.
133
134 2017-12-07 Tom Tromey <tom@tromey.com>
135
136 * gdb.base/break.exp: Add test for empty "commands".
137
138 2017-12-07 Yao Qi <yao.qi@linaro.org>
139
140 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
141 malloc and catch syscall.
142
143 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
144
145 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
146 tests for explicit locations.
147
148 2017-12-06 Pedro Alves <palves@redhat.com>
149
150 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
151 force-disabling XML descriptions.
152
153 2017-12-04 Pedro Alves <palves@redhat.com>
154
155 PR gdb/22499
156 * gdb.arch/amd64-disp-step-avx.S: New file.
157 * gdb.arch/amd64-disp-step-avx.exp: New file.
158
159 2017-12-03 Pedro Alves <palves@redhat.com>
160
161 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
162 and <string.h>.
163 (parent_function): Print distinct messages when waitpid fails, or
164 the child exits with a signal, or the child exits for an unhandled
165 reason.
166 * gdb.threads/process-dies-while-detaching.exp
167 (detach_and_expect_exit): New 'inf_output_re' parameter and use
168 it. Wait for both inferior output and GDB's prompt. Use an
169 indirect spawn id list.
170 (do_detach): New parameter 'child_exit'. Use it to compute
171 expected inferior output.
172 (test_detach, test_detach_watch, test_detach_killed_outside):
173 Adjust to pass down the expected child exit kind.
174
175 2017-12-01 Joel Brobecker <brobecker@adacore.com>
176 Sergio Durigan Junior <sergiodj@redhat.com>
177 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
180
181 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
182
183 * gdb.base/relocate.exp: Add tests to guarantee that arguments
184 to 'symbol-file' and 'add-symbol-file' can be
185 position-independent.
186
187 2017-12-01 Yao Qi <yao.qi@linaro.org>
188
189 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
190 the URL in copyright header.
191 * gdb.arch/aarch64-fp.exp: Likewise.
192 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
193 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
194 * gdb.base/expand-psymtabs.exp: Likewise.
195 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
196 * gdb.fortran/common-block.exp: Likewise.
197 * gdb.fortran/common-block.f90: Likewise.
198 * gdb.fortran/logical.exp: Likewise.
199 * gdb.fortran/vla-datatypes.f90: Likewise.
200 * gdb.fortran/vla-sub.f90: Likewise.
201
202 2017-11-30 Joel Brobecker <brobecker@adacore.com>
203
204 * gdb.ada/repeat_dyn: New testcase.
205
206 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
207
208 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
209 Update for changed thread numbering.
210 * gdb.cell/bt.exp: Update for changed GDB output.
211
212 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
213
214 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
215 setting isremote by hand.
216 * boards/dwarf4-gdb-index.exp: Likewise.
217 * boards/fission.exp: Likewise.
218 * boards/stabs.exp: Likewise.
219
220 2017-11-30 Pedro Alves <palves@redhat.com>
221
222 * gdb.linespec/cpls-ops.exp
223 (check_explicit_skips_function_argument): Extract the underlying
224 type of size_t instead of hardcoding it.
225
226 2017-11-29 Pedro Alves <palves@redhat.com>
227
228 PR c++/19436
229 * gdb.linespec/cpls-abi-tag.cc: New file.
230 * gdb.linespec/cpls-abi-tag.exp: New file.
231
232 2017-11-29 Pedro Alves <palves@redhat.com>
233
234 * gdb.base/langs.exp: Use -qualified.
235 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
236 it.
237 * gdb.cp/namespace.exp: Use -qualified.
238 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
239 (overload-3, template-overload, template-ret-type, const-overload)
240 (const-overload-quoted, anon-ns, ambiguous-prefix): New
241 procedures.
242 (test_driver): Call them.
243 * gdb.cp/save-bp-qualified.cc: New.
244 * gdb.cp/save-bp-qualified.exp: New.
245 * gdb.linespec/explicit.exp: Test -qualified.
246 * lib/completion-support.exp (completion::explicit_opts_list): Add
247 "-qualified".
248 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
249
250 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
251
252 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
253
254 2017-11-29 Tom Tromey <tom@tromey.com>
255
256 * gdb.base/relocate.exp: Update invalid argument test.
257 Add new tests for invalid arguments.
258
259 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
260
261 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
262 Return 0 as a long.
263 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
264
265 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
266
267 * gdb.cp/breakpoint.cc (bar): Set return type to void.
268 * gdb.cp/psymtab-parameter.cc (func): Likewise.
269 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
270 func ().
271 * gdb.cp/shadow.cc (B.func): Return 0.
272
273 2017-11-27 Joel Brobecker <brobecker@adacore.com>
274
275 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
276 expected output in gdb_expect call to allow the exception
277 message to be present as well. Fix syntax confusion to avoid
278 TCL thinking that exception_name is an array.
279
280 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
281
282 * gdb.arch/spu-info.c: Include <unistd.h>.
283 (do_signal_test): Fix broken calls to write.
284 * gdb.arch/spu-info.exp: Use prepare_for_testing.
285 Fix checks for empty mailboxes. Update signal tests for corrected
286 do_signal_test routine. Allow nonzero event status.
287 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
288 * gdb.cell/arch.exp: Use standard_output_file.
289 * gdb.cell/break.exp: Likewise.
290 * gdb.cell/bt.exp: Likewise.
291 * gdb.cell/core.exp: Likewise.
292 * gdb.cell/dwarfaddr.exp: Likewise.
293 * gdb.cell/ea-cache.exp: Likewise.
294 * gdb.cell/ea-standalone.exp: Likewise.
295 * gdb.cell/f-regs.exp: Likewise.
296 * gdb.cell/fork.exp: Likewise.
297 * gdb.cell/gcore.exp: Likewise.
298 * gdb.cell/mem-access.exp: Likewise.
299 * gdb.cell/ptype.exp: Likewise.
300 * gdb.cell/registers.exp: Likewise.
301 * gdb.cell/sizeof.exp: Likewise.
302 * gdb.cell/solib-symbol.exp: Likewise.
303 * gdb.cell/solib.exp: Likewise.
304
305 2017-11-25 Pedro Alves <palves@redhat.com>
306
307 * gdb.base/complete-empty.exp: New file.
308 * gdb.base/completion.exp: Adjust.
309
310 2017-11-25 Pedro Alves <palves@redhat.com>
311
312 * gdb.linespec/cpls-ops.cc: New file.
313 * gdb.linespec/cpls-ops.exp: New file.
314 * lib/completion-support.exp (test_complete_prefix_range_re): New,
315 factored out from ...
316 (test_complete_prefix_range): ... this.
317
318 2017-11-24 Pedro Alves <palves@redhat.com>
319
320 * gdb.linespec/cpcompletion.exp: New file.
321 * gdb.linespec/cpls-hyphen.cc: New file.
322 * gdb.linespec/cpls.cc: New file.
323 * gdb.linespec/cpls2.cc: New file.
324 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
325 test to use test_gdb_complete_unique. Add label completion,
326 keyword completion and explicit location completion tests.
327 * lib/completion-support.exp: New file.
328
329 2017-11-24 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
332 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
333 when hitting an exception catchpoint.
334
335 2017-11-22 Yao Qi <yao.qi@linaro.org>
336
337 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
338
339 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
340
341 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
342 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
343 * gdb.dwarf2/info-locals-optimized-out.c: New file.
344
345 2017-11-22 Yao Qi <yao.qi@linaro.org>
346
347 * gdb.base/info-os.exp: Pass pthreads.
348 * gdb.multi/multi-attach.exp: Likewise.
349
350 2017-11-22 Yao Qi <yao.qi@linaro.org>
351
352 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
353 compiler.
354
355 2017-11-22 Yao Qi <yao.qi@linaro.org>
356
357 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
358 * gdb.base/break-interp.exp: Likewise.
359 * gdb.base/jit-attach-pie.exp: Likewise.
360
361 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
362
363 * gdb.base/float128.c (large128): New variable.
364 * gdb.base/float128.exp: Add test to print largest __float128 value.
365
366 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
367
368 * gdb.arch/vsx-regs.exp: Update register content checks.
369
370 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
371
372 * gdb.arch/ppc-longdouble.exp: New file.
373 * gdb.arch/ppc-longdouble.c: Likewise.
374
375 2017-11-21 Pedro Alves <palves@redhat.com>
376
377 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
378
379 2017-11-20 Pedro Alves <palves@redhat.com>
380
381 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
382 (long_double_typedef): New typedefs.
383 Use DEF on double and long double.
384 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
385 cases.
386 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
387 and 'long_double_ptr_same_size' locals. Use them to decide
388 whether cast from array/function to float is valid/invalid.
389
390 2017-11-17 Tom Tromey <tom@tromey.com>
391
392 * gdb.rust/traits.rs: New file.
393 * gdb.rust/traits.exp: New file.
394
395 2017-11-17 Joel Brobecker <brobecker@adacore.com>
396
397 * gdb.ada/minsyms: New testcase.
398
399 2017-11-16 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
402 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
403
404 2017-11-16 Pedro Alves <palves@redhat.com>
405
406 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
407 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
408
409 2017-11-16 Pedro Alves <palves@redhat.com>
410
411 * gdb.server/reconnect-ctrl-c.c: New file.
412 * gdb.server/reconnect-ctrl-c.exp: New file.
413
414 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
415
416 * gdb.python/py-rbreak.exp: New file.
417 * gdb.python/py-rbreak.c: New file.
418 * gdb.python/py-rbreak-func2.c: New file.
419
420 2017-11-16 Pedro Alves <palves@redhat.com>
421
422 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
423 pattern.
424 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
425 GDB.
426
427 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
428
429 * gdb.tui/completionn.exp (test_tab_completion): Add space in
430 regex.
431
432 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
433
434 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
435 test names.
436
437 2017-11-09 Pedro Alves <palves@redhat.com>
438
439 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
440 factored out from ...
441 (top level): ... here, and adjusted to avoid expecting beyond the
442 prompt in a single gdb_test_multiple.
443
444 2017-11-09 Pedro Alves <palves@redhat.com>
445
446 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
447 output.
448 * gdb.server/ext-attach.exp ("kill" test): Likewise.
449 * gdb.server/ext-restart.exp ("kill" test): Likewise.
450 * gdb.server/ext-run.exp ("kill" test): Likewise.
451 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
452
453 2017-11-09 Pedro Alves <palves@redhat.com>
454
455 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
456 match till end of line.
457
458 2017-11-09 Pedro Alves <palves@redhat.com>
459
460 * gdb.base/memattr.exp: Tighten regexes to match the end line.
461
462 2017-11-09 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
465 New procedures, factored out from ...
466 (top level): ... here, and adjusted to avoid expecting beyond the
467 prompt in one go.
468
469 2017-11-09 Pedro Alves <palves@redhat.com>
470
471 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
472 output. Fix '?' match.
473
474 2017-11-08 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.ada/scoped_watch: New testcase.
477 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
478 which is actually correct.
479 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
480 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
481
482 2017-11-08 Pedro Alves <palves@redhat.com>
483
484 * gdb.gdb/complaints.exp (test_initial_complaints)
485 (test_serial_complaints, test_short_complaints): Call
486 complaint_internal instead of complaint.
487
488 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
489
490 * gdb.threads/tls-core.c: New file.
491 * gdb.threads/tls-core.exp: Likewise.
492
493 2017-11-08 Pedro Alves <palves@redhat.com>
494
495 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
496 (p Exported_Capitalized): New test.
497 (p exported_capitalized): New test.
498
499 2017-11-07 Pedro Alves <palves@redhat.com>
500
501 * gdb.cp/ena-dis-br-range.exp: Add more tests.
502
503 2017-11-07 Pedro Alves <palves@redhat.com>
504
505 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
506 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
507 (disable_invalid, disable_inverted, disable_negative): New
508 procedures.
509 ("bad numbers"): New set of tests.
510
511 2017-11-07 Pedro Alves <palves@redhat.com>
512
513 * gdb.cp/ena-dis-br-range.exp: Add tests.
514
515 2017-11-07 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
518
519 2017-11-07 Xavier Roirand <roirand@adacore.com>
520 Pedro Alves <palves@redhat.com>
521
522 * gdb.base/ena-dis-br.exp: Add reference to
523 gdb.cp/ena-dis-br-range.exp.
524 * gdb.cp/ena-dis-br-range.exp: New file.
525 * gdb.cp/ena-dis-br-range.cc: New file.
526
527 2017-11-06 Pedro Alves <palves@redhat.com>
528
529 * gdb.base/attach-non-pgrp-leader.c: New.
530 * gdb.base/attach-non-pgrp-leader.exp: New.
531
532 2017-11-06 Pedro Alves <palves@redhat.com>
533
534 * configure.ac: No longer check for termio.h and sgtty.h.
535 * configure: Regenerate.
536 * remote-utils.c: Include termios.h instead of gdb_termios.h.
537 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
538 Remove termio and sgtty code.
539
540 2017-11-03 Yao Qi <yao.qi@linaro.org>
541
542 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
543 in GDB is disabled.
544
545 2017-11-03 Yao Qi <yao.qi@linaro.org>
546
547 * gdb.python/py-thrhandle.exp: Skip it if python is not
548 enabled.
549
550 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
551
552 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
553 as a breakpoint command.
554
555 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
556
557 PR python/21213
558 * gdb.python/py-infthread.exp: Test calling
559 InferiorThread.inferior () multiple times in a row.
560
561 2017-10-27 Keith Seitz <keiths@redhat.com>
562
563 * gdb.opt/inline-break.exp (break_info_1): New procedure.
564 Test "info break" for every inlined function breakpoint.
565
566 2017-10-27 Yao Qi <yao.qi@linaro.org>
567
568 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
569
570 2017-10-26 Patrick Frants <osscontribute@gmail.com>
571
572 * gdb.cp/classes.exp (test_static_members): Test printing
573 Outer::instance.
574 * gdb.cp/classes.c (struct Inner, struct Outer): New.
575 (Inner::instance, Outer::instance): New.
576
577 2017-10-24 Pedro Alves <palves@redhat.com>
578
579 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
580 extra console" test in two stages.
581
582 2017-10-24 Pedro Alves <palves@redhat.com>
583
584 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
585
586 2017-10-24 Pedro Alves <palves@redhat.com>
587
588 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
589 loop.
590
591 2017-10-24 Pedro Alves <palves@redhat.com>
592
593 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
594 $attempt" and "stoppedtry $stoppedtry" test prefixes.
595
596 2017-10-24 Pedro Alves <palves@redhat.com>
597
598 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
599 parameter and handle it. Don't output read value in test name.
600
601 2017-10-24 Pedro Alves <palves@redhat.com>
602
603 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
604 custom test name.
605
606 2017-10-24 Pedro Alves <palves@redhat.com>
607
608 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
609 include the unstable output directory name in the test's name.
610 (initial_setup_simple) <'set args'>: Use custom test name.
611
612 2017-10-24 Pedro Alves <palves@redhat.com>
613
614 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
615 with explicit test name.
616
617 2017-10-20 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
620 'wait -i'. Use gdb_assert and remote_close.
621
622 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
625 number from variable rather than hard-coded.
626
627 2017-10-19 Pedro Alves <palves@redhat.com>
628
629 * gdb.base/long-inferior-output.c: New file.
630 * gdb.base/long-inferior-output.exp: New file.
631
632 2017-11-18 Keith Seitz <keiths@redhat.com>
633
634 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
635 method.
636 (main): Call it.
637 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
638 Add additional user-defined conversion operator tests.
639
640 2017-10-17 Pedro Alves <palves@redhat.com>
641
642 * boards/native-stdio-gdbserver.exp: Load "local-board".
643
644 2017-10-17 Pedro Alves <palves@redhat.com>
645
646 * gdb.base/quit-live.c: New file.
647 * gdb.base/quit-live.exp: New file.
648
649 2017-10-16 Keith Seitz <keiths@redhat.com>
650
651 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
652 (class_with_protected_typedef, class_with_private_typedef)
653 (struct_with_public_typedef, struct_with_protected_typedef)
654 (struct_with_private_typedef): New classes/structs.
655 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
656 typedefs and access specifiers.
657
658 2017-10-16 Pedro Alves <palves@redhat.com>
659 Simon Marchi <simon.marchi@polymtl.ca>
660
661 * README (Local vs Remote vs Native): New section.
662 * boards/local-board.exp: New file, with bits factored out from
663 ...
664 * boards/native-extended-gdbserver.exp: ... here. Load
665 "local-board".
666 * boards/native-gdbserver.exp: Load "local-board".
667 (${board}_spawn, ${board}_exec): Delete.
668 * boards/native-stdio-gdbserver.exp: Most contents factored out to
669 ...
670 * boards/stdio-gdbserver-base.exp: ... this new file.
671 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
672 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
673 procedure.
674 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
675 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
676 stdio_gdbserver_command.
677 (${board}_get_remote_address, ${board}_get_comm_port)
678 (${board}_download, ${board}_upload): Delete.
679 (get_target_remote_pipe_cmd): New.
680
681 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
682
683 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
684 test_bkpt_deletion, test_bkpt_cond_and_cmds,
685 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
686 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
687 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
688 remove with_test_prefix.
689
690 2017-10-13 Pedro Alves <palves@redhat.com>
691
692 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
693 * gdb.base/annota1.exp: Use it instead of is_remote.
694 * gdb.base/annota3.exp: Use it instead of is_remote.
695 * gdb.cp/annota2.exp: Use it instead of is_remote.
696 * gdb.cp/annota3.exp: Use it instead of is_remote.
697 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
698
699 2017-10-13 Pedro Alves <palves@redhat.com>
700
701 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
702 (test_num_test_vars, run_and_count_vars, find_env)
703 (test_set_unset_env, test_inherit_env_var): New procedures.
704 (top level): Use them.
705
706 2017-10-13 Pedro Alves <palves@redhat.com>
707
708 * lib/selftest-support.exp (selftest_setup): Extend comments, and
709 also skip on stub-like targets.
710
711 2017-10-13 Pedro Alves <palves@redhat.com>
712
713 PR gdb/22293
714 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
715 (top level): Move some tests to ...
716 (test_not_found): ... this new procedure.
717 (top level): Call it.
718
719 2017-10-13 Pedro Alves <palves@redhat.com>
720
721 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
722 expect different "info terminal" output if testing with a
723 non-native target.
724
725 2017-10-13 Pedro Alves <palves@redhat.com>
726 Simon Marchi <simon.marchi@polymtl.ca>
727
728 PR python/12966
729 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
730
731 2017-10-13 Pedro Alves <palves@redhat.com>
732
733 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
734 already.
735
736 2017-10-13 Pedro Alves <palves@redhat.com>
737
738 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
739 is_remote.
740
741 2017-10-13 Pedro Alves <palves@redhat.com>
742
743 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
744 is_remote.
745
746 2017-10-13 Pedro Alves <palves@redhat.com>
747
748 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
749 is set.
750 (corefile_test_attach): Likewise. Check can_spawn_for_attach
751 instead of is_remote.
752
753 2017-10-13 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
756 (top level): Add comment.
757
758 2017-10-13 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/remote.exp (top level): Fix comment typo and add
761 missing return.
762
763 2017-10-13 Pedro Alves <palves@redhat.com>
764 Simon Marchi <simon.marchi@polymtl.ca>
765
766 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
767 calls and add comments. Skip test if use_gdb_stub is set.
768 (top level): Use "set cwd" command instead of "cd" command.
769
770 2017-10-13 Pedro Alves <palves@redhat.com>
771
772 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
773 is_remote target check.
774
775 2017-10-13 Pedro Alves <palves@redhat.com>
776
777 * gdb.base/scope.exp: Use build_executable + clean_restart +
778 gdb_file_cmd instead of prepare_for_testing and no longer skip
779 "before run" tests on is_remote target boards. Update comments.
780 * boards/native-extended-gdbserver.exp
781 (extended_gdbserver_load_last_file): New, factored out from ...
782 (gdb_load): ... this. Move further below and add comment.
783 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
784
785 2017-10-12 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/attach.exp: Remove references to gdb64.
788 * gdb.base/dbx.exp: Remove references to gdb64.
789
790 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
791 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/label.exp: Remove is_remote target check.
794
795 2017-10-12 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/auvx.exp (coredir): Update comment.
798 (top level) <core_works>: Use "set cwd" command instead of "cd"
799 command.
800
801 2017-10-12 Pedro Alves <palves@redhat.com>
802 Simon Marchi <simon.marchi@polymtl.ca>
803
804 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
805 target boards.
806
807 2017-10-12 Pedro Alves <palves@redhat.com>
808 Simon Marchi <simon.marchi@polymtl.ca>
809
810 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
811 Instead skip if there's any gdb_protocol set.
812
813 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
814 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
817
818 2017-10-12 Pedro Alves <palves@redhat.com>
819 Simon Marchi <simon.marchi@polymtl.ca>
820
821 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
822 instead of on dejagnu remote boards.
823
824 2017-10-12 Pedro Alves <palves@redhat.com>
825 Simon Marchi <simon.marchi@polymtl.ca>
826
827 * gdb.base/inferior-died.exp: Remove is_remote and isnative
828 checks. Use build_executable + clean_restart instead of
829 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
830 of enabling non-stop after starting gdb.
831
832 2017-10-12 Pedro Alves <palves@redhat.com>
833
834 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
835 * gdb.threads/non-ldr-exc-2.exp: Ditto.
836 * gdb.threads/non-ldr-exc-3.exp: Ditto.
837 * gdb.threads/non-ldr-exc-4.exp: Ditto.
838
839 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
840
841 * gdb.arch/arc-tdesc-cpu.exp: New file.
842 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
843
844 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
845
846 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
847
848 2017-10-10 Pedro Alves <palves@redhat.com>
849
850 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
851 expect CLI output.
852
853 2017-10-10 Pedro Alves <palves@redhat.com>
854
855 * lib/selftest-support.exp (selftest_setup): Update for
856 captured_command_loop's prototype change.
857
858 2017-10-09 Pedro Alves <palves@redhat.com>
859
860 Test both arch1=>arch2 and arch2=>arch1.
861
862 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
863 (srcfile2, binfile2, march1, march2): Remove globals. Largely
864 factored out to...
865 (append_arch1_options, append_arch2_options, append_arch_options)
866 (build_executables): New procedures.
867 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
868 local.
869 (top level): Add new 'first_arch' testing axis.
870
871 2017-10-09 Pedro Alves <palves@redhat.com>
872
873 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
874 (barrier): New.
875 (thread_start, all_started): New functions.
876 (main): Spawn new thread and wait until it is scheduled.
877 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
878 option.
879 (do_test): Add 'selected_thread' parameter. Run to all_started
880 instead of main. Explicitly set the breakpoint at main. Switch
881 to the SELECTED_THREAD thread.
882 (top level): Test handling the exec event with either the main
883 thread or the second thread selected.
884
885 2017-10-09 Pedro Alves <palves@redhat.com>
886
887 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
888 logic. Move STOP marker after the value checks.
889 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
890 regexp.
891
892 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
893
894 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
895
896 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
897
898 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
899 integer-to-dfp conversion.
900 * gdb.base/dfp-test.exp: Likewise.
901
902 2017-10-04 Pedro Alves <palves@redhat.com>
903
904 * gdb.multi/hangout.c: Include <unistd.h>.
905 (hangout_loop): New function.
906 (main): Call alarm. Call hangout_loop in a loop.
907 * gdb.multi/hello.c: Include <unistd.h>.
908 (hello_loop): New function.
909 (main): Call alarm. Call hangout_loop in a loop.
910 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
911 inferior with the other selected.
912
913 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
914
915 * gdb.mi/list-thread-groups-available.exp: New file.
916 * gdb.mi/list-thread-groups-available.c: New file.
917
918 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
919
920 * gdb.base/set-cwd.exp: Make it available on
921 native-extended-gdbserver.
922
923 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
924
925 * gdb.base/set-cwd.c: New file.
926 * gdb.base/set-cwd.exp: Likewise.
927
928 2017-10-02 Tom Tromey <tom@tromey.com>
929
930 PR rust/22236:
931 * gdb.rust/simple.rs (main): New variable "fslice".
932 * gdb.rust/simple.exp: Add slice tests. Update string tests.
933
934 2017-10-02 Tom Tromey <tom@tromey.com>
935
936 * gdb.rust/simple.exp: Test ptype of a slice.
937
938 2017-10-02 Tom Tromey <tom@tromey.com>
939
940 * gdb.rust/simple.exp: Test index of slice.
941
942 2017-09-27 Tom Tromey <tom@tromey.com>
943
944 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
945
946 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
947 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/compare-sections.exp (get value of read-only section): Read
950 as unsigned value.
951 (corrupt read-only section): Likewise and don't set written if patching
952 failed.
953
954 2017-09-21 Kevin Buettner <kevinb@redhat.com>
955
956 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
957 files.
958
959 2017-09-20 Pedro Alves <palves@redhat.com>
960
961 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
962 symbol names in gdb's output.
963 * gdb.cp/overload.exp ("list all overloads"): Likewise.
964
965 2017-09-20 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
968 Rename to ...
969 (test_list_ambiguous_symbol): ... this and add a symbol name
970 parameter. Adjust.
971 (test_list_ambiguous_function): Reimplement on top of
972 test_list_ambiguous_symbol and also test listing ambiguous
973 variables.
974 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
975 (ambiguous_fun): ... this.
976 (ambiguous_var): New.
977 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
978 (ambiguous_fun): ... this.
979 (ambiguous_var): New.
980
981 2017-09-19 John Baldwin <jhb@FreeBSD.org>
982
983 * gdb.base/starti.c: New file.
984 * gdb.base/starti.exp: New file.
985 * lib/gdb.exp (gdb_starti_cmd): New procedure.
986
987 2017-09-14 Pedro Alves <palves@redhat.com>
988
989 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
990 (top level): Use it instead of runto.
991
992 2017-09-11 Tom Tromey <tom@tromey.com>
993
994 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
995
996 2017-09-11 Tom Tromey <tom@tromey.com>
997
998 * gdb.python/py-infthread.exp: Add tests for new_thread event.
999 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1000
1001 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1002
1003 * gdb.fortran/printing-types.exp: New file.
1004 * gdb.fortran/printing-types.exp: New file.
1005
1006 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1007
1008 * gdb.fortran/vla-ptype.exp: Fix typos.
1009 * gdb.fortran/vla-value.exp: Same.
1010
1011 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1012
1013 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1014 * gdb.mi/mi-var-child-f.exp: Likewise.
1015 * gdb.mi/mi-vla-fortran.exp: Likewise.
1016
1017 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1018 Christoph Weinmann <christoph.t.weinmann@intel.com>
1019 Bernhard Heckel <bernhard.heckel@intel.com>
1020
1021 * gdb.fortran/ptr-indentation.f90: New file.
1022 * gdb.fortran/ptr-indentation.exp: New file.
1023
1024 2017-09-05 Tom Tromey <tom@tromey.com>
1025
1026 PR gdb/22010:
1027 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1028
1029 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1030
1031 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1032
1033 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1034
1035 * gdb.threads/tls-nodebug-pie.c: New file.
1036 * gdb.threads/tls-nodebug-pie.exp: New file.
1037
1038 2017-09-05 Tom Tromey <tom@tromey.com>
1039
1040 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1041 for rust.
1042
1043 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1044
1045 * gdb.multi/multi-arch-exec.exp: Test with different
1046 "follow-exec-mode" settings.
1047 (do_test): New procedure.
1048
1049 2017-09-04 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.base/func-static.c (S::method const, S::method volatile)
1052 (S::method volatile const): New methods.
1053 (c_s, v_s, cv_s): New instances.
1054 (main): Call method() on them.
1055 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1056 (cannot_resolve): New procedure.
1057 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1058 print-quote-unquoted columns.
1059 (do_test): Test printing each scope too.
1060
1061 2017-09-04 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.base/local-static.exp: Also test with
1064 class::method::variable wholly quoted.
1065 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1066
1067 2017-09-04 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.base/local-static.c: New.
1070 * gdb.base/local-static.cc: New.
1071 * gdb.base/local-static.exp: New.
1072
1073 2017-09-04 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.asm/asm-source.exp: Add casts to int.
1076 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1077 (dataglobal64_1, dataglobal64_2): New globals.
1078 * gdb.base/nodebug.exp: Test different expressions involving the
1079 new globals, with print, whatis and ptype. Add casts to int.
1080 * gdb.base/solib-display.exp: Add casts to int.
1081 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1082 * gdb.cp/m-static.exp: Add cast to int.
1083 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1084 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1085 tls variable with no debug info without a cast. Test with a cast
1086 to int too.
1087 * gdb.trace/entry-values.exp: Add casts.
1088
1089 2017-09-04 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.base/nodebug.exp: Test that ptype's error about functions
1092 with unknown return type includes the function name too.
1093
1094 2017-09-04 Pedro Alves <palves@redhat.com>
1095
1096 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1097 return type of munmap in infcall.
1098 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1099 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1100 type of ftell in infcall.
1101 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1102 type of getpid in infcall.
1103 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1104 infcall.
1105 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1106 Bail on failure to extract the pid.
1107 * gdb.base/nodebug.c: #include <stdint.h>.
1108 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1109 New functions.
1110 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1111 Change expected output of print/whatis/ptype with functions with
1112 no debug info. Test all supported languages. Call
1113 test_call_promotion.
1114 * gdb.compile/compile.exp: Adjust expected output to expect
1115 warning.
1116 * gdb.threads/siginfo-threads.exp: Likewise.
1117
1118 2017-09-04 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1121 "prototypes". Test calling float functions via prototyped and
1122 unprototyped function pointers.
1123 (perform_all_tests): New parameter "prototypes". Pass it down.
1124 (top level): Pass down "prototypes" parameter to
1125 perform_all_tests.
1126
1127 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1128
1129 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1130 Test with nested loops.
1131
1132 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1133
1134 * gdb.base/commands.exp: Call the new procedures.
1135 (loop_break_test, loop_continue_test): New procedures.
1136
1137 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1138
1139 * gdb.base/commands.exp: Call new procedure.
1140 (define_if_without_arg_test): New procedure.
1141
1142 2017-09-04 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.base/list-ambiguous.exp: New file.
1145 * gdb.base/list-ambiguous0.c: New file.
1146 * gdb.base/list-ambiguous1.c: New file.
1147 * gdb.base/list.exp (test_list_range): Adjust expected output.
1148
1149 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1150
1151 * gdb.base/share-env-with-gdbserver.c: New file.
1152 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1153
1154 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1155
1156 * gdb.base/commands.exp (gdbvar_simple_if_test,
1157 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1158 progvar_simple_if_test, progvar_simple_while_test,
1159 progvar_complex_if_while_test, user_defined_command_test,
1160 user_defined_command_args_eval,
1161 user_defined_command_args_stack_test,
1162 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1163 temporary_breakpoint_commands,
1164 gdb_test_no_prompt, redefine_hook_test,
1165 redefine_backtrace_test): Remove "global gdb_prompt".
1166
1167 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1168
1169 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1170 New proc, call it from toplevel.
1171
1172 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1173
1174 PR remote/21852
1175 * gdb.server/normal.c: New file, copied from gdb.base.
1176 * gdb.server/run-without-local-binary.exp: New file.
1177
1178 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1179
1180 * gdb.arch/sparc64-adi.exp: New file.
1181 * gdb.arch/sparc64-adi.c: New file.
1182
1183 2017-08-22 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1186 (top level): Add "list all overloads" tests.
1187
1188 2017-08-22 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.gdb/xfullpath.exp: Remove.
1191
1192 2017-08-21 Pedro Alves <palves@redhat.com>
1193
1194 PR gdb/19487
1195 * gdb.base/symbol-alias.c: New.
1196 * gdb.base/symbol-alias2.c: New.
1197 * gdb.base/symbol-alias.exp: New.
1198
1199 2017-08-21 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.base/dfp-test.c
1202 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1203 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1204 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1205 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1206 * gdb.base/whatis-ptype-typedefs.c: New.
1207 * gdb.base/whatis-ptype-typedefs.exp: New.
1208 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1209 (an_int, an_int_type, an_int_type2): New globals.
1210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1211 involving typedefs and cast expressions.
1212 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1213 (lookup_typedefs_function): New.
1214 (typedefs_pretty_printers_dict): New.
1215 (top level): Register lookup_typedefs_function in
1216 gdb.pretty_printers.
1217
1218 2017-08-18 Yao Qi <yao.qi@linaro.org>
1219
1220 * gdb.server/unittest.exp: New.
1221
1222 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1223
1224 PR gdb/21954
1225 * gdb.base/environ.exp: Add test to check if 'unset environment'
1226 works.
1227
1228 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1229
1230 * lib/gdb.exp (universal_compile_options): New caching proc.
1231 (gdb_compile): Suppress GCC's coloring of messages.
1232
1233 2017-08-14 Tom Tromey <tom@tromey.com>
1234
1235 PR gdb/21675:
1236 * gdb.base/printcmds.exp (test_radices): New function.
1237 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1238 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1239 * lib/gdb.exp (get_integer_valueof): Use p/d.
1240
1241 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1242
1243 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1244 characters.
1245
1246 2017-08-05 Tom Tromey <tom@tromey.com>
1247
1248 * gdb.rust/simple.exp: Allow String to appear in a different
1249 namespace.
1250
1251 2017-07-26 Yao Qi <yao.qi@linaro.org>
1252
1253 * gdb.gdb/unittest.exp: Invoke command
1254 "maintenance check xml-descriptions".
1255
1256 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1257
1258 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1259 calling context.
1260 (hex128): Drop erroneous calculation of parameters.
1261
1262 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * gdb.python/py-unwind.exp: Disable stack protection when
1265 building test file.
1266
1267 2017-07-20 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/default.exp (set language): Adjust expected output.
1270
1271 2017-07-20 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1274 (test_minsym): ... this, and make static.
1275 (get_pck__foo__bar__minsym): Rename to ...
1276 (get_test_minsym): ... this.
1277 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1278 symbol names and comments.
1279 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1280 (get_test_minsym): ... this.
1281 (pck__foo__bar__minsym__2): Rename to ...
1282 (test_minsym): ... this.
1283 (main): Adjust.
1284
1285 2017-07-17 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.base/completion.exp: Adjust expected output.
1288 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1289 the completer works.
1290
1291 2017-07-17 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1294
1295 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1298
1299 2017-07-14 Tom Tromey <tom@tromey.com>
1300
1301 PR rust/21764:
1302 * gdb.rust/simple.exp: Add tests.
1303
1304 2017-07-14 Tom Tromey <tom@tromey.com>
1305
1306 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1307
1308 2017-07-14 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.linespec/base/one/thefile.cc (z1): New function.
1311 * gdb.linespec/base/two/thefile.cc (z2): New function.
1312 * gdb.linespec/linespec.exp: Add tests.
1313
1314 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1317 to mi_create_breakpoint.
1318
1319 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1322 mi_create_breakpoint.
1323
1324 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1325
1326 * gdb.dlang/demangle.exp: Update for demangling changes.
1327
1328 2017-07-09 Tom Tromey <tom@tromey.com>
1329
1330 * gdb.dwarf2/shortpiece.exp: New file.
1331
1332 2017-07-06 David Blaikie <dblaikie@gmail.com>
1333
1334 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1335 built from fissiont-multi-cu{1,2}.c.
1336 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1337 except putting 'main' and 'func' in separate CUs in the same DWO file.
1338 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1339 test.
1340 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1341 test.
1342
1343 2017-07-06 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.python/py-unwind.exp: Test flushregs.
1346
1347 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1348
1349 PR cli/21688
1350 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1351 tests for alias commands and trailing whitespace.
1352
1353 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1354
1355 PR cli/21688
1356 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1357 procedure. Call it.
1358
1359 2017-06-29 Pedro Alves <palves@redhat.com>
1360
1361 * gdb.base/printcmds.exp: Add tests.
1362
1363 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1364
1365 PR gdb/21337
1366 * gdb.base/reread-readsym.exp: New file.
1367 * gdb.base/reread-readsym.c: New file.
1368
1369 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1370
1371 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1372 subpattern.
1373
1374 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1375
1376 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1377 extended mnemonic.
1378 * gdb.arch/powerpc-power9.s: Likewise.
1379
1380 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1381
1382 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1383 on 32-bit x86 targets. Exploit is_*_target macros where
1384 appropriate.
1385
1386 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1387
1388 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1389 register pieces.
1390
1391 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1392
1393 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1394 located in one or more DWARF pieces.
1395
1396 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1397
1398 * lib/gdb.exp (get_endianness): New proc.
1399 * gdb.arch/aarch64-fp.exp: Use it.
1400 * gdb.arch/altivec-regs.exp: Likewise.
1401 * gdb.arch/e500-regs.exp: Likewise.
1402 * gdb.arch/vsx-regs.exp: Likewise.
1403 * gdb.base/dump.exp: Likewise.
1404 * gdb.base/funcargs.exp: Likewise.
1405 * gdb.base/gnu_vector.exp: Likewise.
1406 * gdb.dwarf2/formdata16.exp: Likewise.
1407 * gdb.dwarf2/implptrpiece.exp: Likewise.
1408 * gdb.dwarf2/nonvar-access.exp: Likewise.
1409 * gdb.python/py-inferior.exp: Likewise.
1410 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1411
1412 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1413
1414 PR gdb/21226
1415 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1416 stack value pieces are taken from the LSB end.
1417
1418 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1419
1420 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1421 variable at nonzero offset.
1422
1423 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1424
1425 * gdb.dwarf2/var-access.c: New file.
1426 * gdb.dwarf2/var-access.exp: New test.
1427 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1428
1429 2017-06-12 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.dwarf2/formdata16.exp: Add tests.
1432
1433 2017-06-12 Tom Tromey <tom@tromey.com>
1434
1435 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1436
1437 2017-06-12 Tom Tromey <tom@tromey.com>
1438
1439 PR exp/16225:
1440 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1441 * gdb.arch/vsx-regs.exp: Update tests.
1442 * gdb.arch/s390-vregs.exp (hex128): New proc.
1443 Update test.
1444 * gdb.arch/altivec-regs.exp: Update tests.
1445
1446 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1447
1448 * gdb.base/startup-with-shell.c: New file.
1449 * gdb.base/startup-with-shell.exp: Likewise.
1450
1451 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1452
1453 * gdb.server/non-existing-program.exp: Update regex in order to
1454 reflect the fact that gdbserver is now using fork_inferior (with a
1455 shell) to startup the inferior.
1456
1457 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1458
1459 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1460 support function calls from GDB.
1461
1462 2017-05-21 Tom Tromey <tom@tromey.com>
1463
1464 PR rust/21466:
1465 * gdb.rust/unsized.exp: New file.
1466 * gdb.rust/unsized.rs: New file.
1467
1468 2017-05-19 Tom Tromey <tom@tromey.com>
1469
1470 PR rust/21484:
1471 * gdb.rust/watch.exp: New file.
1472 * gdb.rust/watch.rs: New file.
1473
1474 2017-05-18 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.rust/simple.exp: Allow Box to be qualified.
1477
1478 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1479
1480 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1481
1482 2017-05-18 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.base/fileio.c (test_write, test_read, test_close)
1485 (test_fstat): Don't print 'ret' in the fail path.
1486
1487 2017-05-18 Pedro Alves <palves@redhat.com>
1488
1489 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1490 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1491 (test_system, test_rename, test_unlink, test_time): Change
1492 prototypes.
1493 * gdb.base/fileio.exp (stop_msg): Adjust.
1494
1495 2017-05-18 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.base/fileio.c (null_str): New global.
1498 (test_stat): Use it.
1499 * gdb.base/fileio.exp: Remove nowarnings.
1500
1501 2017-05-17 Yao Qi <yao.qi@linaro.org>
1502
1503 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1504
1505 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1506
1507 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1508 argument command.
1509 (top-level): Invoke test_set_inferior_tty.
1510
1511 2017-05-04 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1514 Add parens to print call for Python 3.
1515
1516 2017-05-03 Keith Seitz <keiths@redhat.com>
1517
1518 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1519 (main): Call it.
1520
1521 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1522
1523 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1524 to prev and next.
1525
1526 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1527
1528 * gdb.python/py-record-btrace.exp: Remove test for
1529 gdb.BtraceInstruction.error.
1530
1531 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1532
1533 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1534
1535 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1536
1537 * gdb.python/py-record-btrace-threads.c: New file.
1538 * gdb.python/py-record-btrace-threads.exp: New file.
1539
1540 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1541
1542 PR testsuite/8595
1543 * gdb.base/environ.exp: Make test available in all architectures.
1544 Move bits related to "info program" testing to
1545 gdb.base/info-program.exp. Rewrite tests to use the two new
1546 procedures mentione below.
1547 (test_set_show_env_var) New procedure.
1548 (test_set_show_env_var_equal): Likewise.
1549 * gdb.base/info-program.exp: New file.
1550
1551 2017-04-27 Keith Seitz <keiths@redhat.com>
1552
1553 * gdb.cp/oranking.cc (test15): New function.
1554 (main): Call test15 and declare additional variables for testing.
1555 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1556 "p foo101('abc')" tests.
1557 Add tests for cv qualifier overloads.
1558 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1559 "lvalue reference overload" test.
1560 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1561 "print value of f1 on Child&& in f2" test.
1562
1563 2017-04-19 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1566 procedure.
1567 (top level): Call it.
1568 * lib/gdb.exp (gdb_define_cmd): New procedure.
1569
1570 2017-04-12 Pedro Alves <palves@redhat.com>
1571
1572 PR gdb/21323
1573 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1574 (wchar): New global.
1575 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1576 (do_test_wide_char, wide_char_types_no_program, top level): Add
1577 wchar_t testing.
1578
1579 2017-04-12 Pedro Alves <palves@redhat.com>
1580
1581 PR c++/21323
1582 * gdb.cp/wide_char_types.c: New file.
1583 * gdb.cp/wide_char_types.exp: New file.
1584
1585 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1586
1587 PR gdb/21352
1588 * gdb.trace/tsv.exp: Add test for "tsave -r".
1589
1590 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1591
1592 * gdb.dlang/watch-loc.c: New file.
1593 * gdb.dlang/watch-loc.exp: New file.
1594
1595 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1598
1599 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1600
1601 * gdb.arch/arc-analyze-prologue.S: New file.
1602 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1603
1604 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1605
1606 * gdb.arch/arc-decode-insn.S: New file.
1607 * gdb.arch/arc-decode-insn.exp: Likewise.
1608
1609 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1610
1611 PR tdep/20928
1612 * gdb.arch/sparc64-regs.exp: New file.
1613 * gdb.arch/sparc64-regs.S: Likewise.
1614
1615 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1616
1617 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1618 and memory view on Python 3.
1619
1620 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1621 Keith Seitz <keiths@redhat.com>
1622
1623 PR gdb/14441
1624 * gdb.cp/demangle.exp: Add rvalue reference tests.
1625 * gdb.cp/rvalue-ref-casts.cc: New file.
1626 * gdb.cp/rvalue-ref-casts.exp: New file.
1627 * gdb.cp/rvalue-ref-overload.cc: New file.
1628 * gdb.cp/rvalue-ref-overload.exp: New file.
1629 * gdb.cp/rvalue-ref-params.cc: New file.
1630 * gdb.cp/rvalue-ref-params.exp: New file.
1631 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1632 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1633 * gdb.cp/rvalue-ref-types.cc: New file.
1634 * gdb.cp/rvalue-ref-types.exp: New file.
1635 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1636 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1637
1638 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1639
1640 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1641 New procedure.
1642
1643 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1644
1645 * lib/mi-support.exp (mi_gdb_test): Add additional message
1646 for unexpected output.
1647
1648 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1649
1650 * gdb.base/examine-backward.c (Barrier): New character array
1651 constant, to ensure that TestStrings is preceded by a string
1652 terminator.
1653
1654 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1655
1656 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1657 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1658 and implicit pointer into such a location.
1659
1660 2017-03-16 Doug Evans <dje@google.com>
1661
1662 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1663
1664 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1665
1666 * gdb.cp/m-static.exp: Fix expectation for prototype of
1667 test5.single_constructor and single_constructor::single_constructor.
1668
1669 2017-03-16 Doug Evans <dje@google.com>
1670
1671 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1672 * gdb.guile/scm-lazy-string.c: New file.
1673 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1674 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1675 for pointer, array, typedef lazy strings.
1676
1677 2017-03-16 Doug Evans <dje@google.com>
1678
1679 PR python/17728, python/18439, python/18779
1680 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1681 * gdb.python/py-lazy-string.c (pointer): New typedef.
1682 (main): New locals ptr, array, typedef_ptr.
1683 * gdb.python/py-value.exp: Move lazy string tests to ...
1684 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1685 array, typedef lazy strings.
1686
1687 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1688
1689 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1690 Add optional 'test' parameter.
1691
1692 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1693
1694 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1695 Skip for versions of DejaGnu < 1.5.
1696
1697 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1698
1699 * lib/gdb.exp (dejagnu_version): New proc.
1700 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1701 Use dejagnu_version.
1702
1703 2017-03-10 Keith Seitz <keiths@redhat.com>
1704
1705 PR c++/8128
1706 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1707 type from destructor regexps.
1708 Add a branch which actually passes the test.
1709 Adjust "ptype t5i" test names.
1710
1711 2017-03-08 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/step-over-exit.exp: Add explicit test message.
1714
1715 2017-03-08 Pedro Alves <palves@redhat.com>
1716
1717 PR gdb/18360
1718 * gdb.threads/interrupt-while-step-over.c: New file.
1719 * gdb.threads/interrupt-while-step-over.exp: New file.
1720
1721 2017-03-08 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1724 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1725
1726 2017-03-08 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1729 PKRU as not supported as a PASS.
1730
1731 2017-03-08 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1734 prefix instead of $binfile1/$binfile2.
1735 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1736 in test message.
1737 * gdb.python/py-completion.exp: Use "load python file" as test
1738 messages instead of unstable path names.
1739
1740 2017-03-08 Pedro Alves <palves@redhat.com>
1741 Jan Kratochvil <jan.kratochvil@redhat.com>
1742
1743 PR cli/21218
1744 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1745 New proc.
1746 (top level): Call it.
1747
1748 2017-03-08 Pedro Alves <palves@redhat.com>
1749
1750 PR tui/21216
1751 * gdb.tui/tui-nl-filtered-output.exp: New file.
1752
1753 2017-03-08 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.base/completion.exp: Move TUI completion tests to ...
1756 * gdb.tui/completion.exp: ... this new file.
1757
1758 2017-03-08 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/tui-disasm-long-lines.c,
1761 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1762 gdb.base/tui-layout.exp: Move to ...
1763 * gdb.tui/: ... this new directory.
1764
1765 2017-03-07 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.base/tui-layout.c: New file.
1768 * gdb.base/tui-layout.exp: New file.
1769
1770 2017-03-07 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/tui-layout.c: Rename to ...
1773 * gdb.base/tui-disasm-long-lines.c: ... this.
1774 * gdb.base/tui-layout.exp: Rename to ...
1775 * gdb.base/tui-disasm-long-lines.exp: ... this.
1776
1777 2017-03-07 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1780
1781 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1782
1783 * i386-mpx-call.c: New file.
1784 * i386-mpx-call.exp: New file.
1785
1786 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1787
1788 * gdb.arch/powerpc-power.exp: Delete test.
1789 * gdb.arch/powerpc-power.s: Likewise.
1790 * gdb.disasm/disassembler-options.exp: New test.
1791 * gdb.arch/powerpc-altivec.exp: Likewise.
1792 * gdb.arch/powerpc-altivec.s: Likewise.
1793 * gdb.arch/powerpc-altivec2.exp: Likewise.
1794 * gdb.arch/powerpc-altivec2.s: Likewise.
1795 * gdb.arch/powerpc-altivec3.exp: Likewise.
1796 * gdb.arch/powerpc-altivec3.s: Likewise.
1797 * gdb.arch/powerpc-power7.exp: Likewise.
1798 * gdb.arch/powerpc-power7.s: Likewise.
1799 * gdb.arch/powerpc-power8.exp: Likewise.
1800 * gdb.arch/powerpc-power8.s: Likewise.
1801 * gdb.arch/powerpc-power9.exp: Likewise.
1802 * gdb.arch/powerpc-power9.s: Likewise.
1803 * gdb.arch/powerpc-vsx.exp: Likewise.
1804 * gdb.arch/powerpc-vsx.s: Likewise.
1805 * gdb.arch/powerpc-vsx2.exp: Likewise.
1806 * gdb.arch/powerpc-vsx2.s: Likewise.
1807 * gdb.arch/powerpc-vsx3.exp: Likewise.
1808 * gdb.arch/powerpc-vsx3.s: Likewise.
1809 * gdb.arch/arm-disassembler-options.exp: Likewise.
1810 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1811 * gdb.arch/s390-disassembler-options.exp: Likewise.
1812
1813 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1814
1815 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1816 (check_supported_features): ... this. Changed return type to void.
1817 (supports_rdseed): New static global.
1818 (rdseed): Check supports_rdseed.
1819 (initialize): Call check_supported_features.
1820
1821 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1822
1823 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1824 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1825 and lqarx/stqcx.
1826 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1827 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1828
1829 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1830
1831 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1832 uppercase.
1833
1834 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.dwarf2/formdata16.c: New file.
1837 * gdb.dwarf2/formdata16.exp: New file.
1838 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1839
1840 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1843 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1844 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1845 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1846 DW_AT_GNU_*.
1847
1848 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1851
1852 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1853
1854 PR gdb/21164
1855 * gdb.base/maint.exp: Add testcases for when the commands do
1856 not have arguments.
1857
1858 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1859
1860 * gdb.cp/chained-calls.exp: Use p instead of P.
1861
1862 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1863
1864 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1865 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1866
1867 2017-02-14 Tom Tromey <tom@tromey.com>
1868
1869 PR python/13598:
1870 * gdb.python/py-events.exp: Add before_prompt event tests.
1871
1872 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1873
1874 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1875
1876 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1877
1878 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1879 (main): Call my_unique_function_name.
1880 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1881 completion of patterns with a single match.
1882 Add missing -re switches to gdb_test_multiple calls.
1883
1884 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1885
1886 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1887 return if core file is not recognized.
1888
1889 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1890
1891 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1892 and extra UIs.
1893
1894 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1895
1896 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1897 proc_with_prefix.
1898
1899 2017-02-10 Tom Tromey <tom@tromey.com>
1900
1901 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1902
1903 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1904
1905 PR gdb/21122
1906 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1907
1908 2017-02-08 Jerome Guitton <guitton@adacore.com>
1909
1910 * gdb.base/define.exp: Add test for command abbreviations
1911 in define.
1912
1913 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
1914
1915 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1916 * gdb.reverse/insn-reverse-x86.c: New file.
1917
1918 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1919
1920 PR tdep/20936
1921 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1922
1923 2017-02-03 Tom Tromey <tom@tromey.com>
1924
1925 PR rust/21097:
1926 * gdb.rust/simple.exp: Add new tests.
1927
1928 2017-02-02 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1931 tests.
1932
1933 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1934
1935 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1936 taking a 2-byte value out of a 4-byte DWARF implicit value on
1937 big-endian targets.
1938 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1939 logic. Add test cases for DW_OP_implicit.
1940
1941 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1942
1943 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1944
1945 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1946
1947 * gdb.btrace/enable.exp: Call gdb_exit before
1948 skip_gdbserver_tests.
1949
1950 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1951
1952 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1953 GDBFLAGS.
1954
1955 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1956
1957 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1958 the test is skipped.
1959 * gdb.btrace/data.exp: Likewise.
1960 * gdb.btrace/delta.exp: Likewise.
1961 * gdb.btrace/dlopen.exp: Likewise.
1962 * gdb.btrace/enable-running.exp: Likewise.
1963 * gdb.btrace/enable.exp: Likewise.
1964 * gdb.btrace/exception.exp: Likewise.
1965 * gdb.btrace/function_call_history.exp: Likewise.
1966 * gdb.btrace/gcore.exp: Likewise.
1967 * gdb.btrace/instruction_history.exp: Likewise.
1968 * gdb.btrace/multi-thread-step.exp: Likewise.
1969 * gdb.btrace/nohist.exp: Likewise.
1970 * gdb.btrace/non-stop.exp: Likewise.
1971 * gdb.btrace/reconnect.exp: Likewise.
1972 * gdb.btrace/record_goto-step.exp: Likewise.
1973 * gdb.btrace/record_goto.exp: Likewise.
1974 * gdb.btrace/rn-dl-bind.exp: Likewise.
1975 * gdb.btrace/segv.exp: Likewise.
1976 * gdb.btrace/step.exp: Likewise.
1977 * gdb.btrace/stepi.exp: Likewise.
1978 * gdb.btrace/tailcall-only.exp: Likewise.
1979 * gdb.btrace/tailcall.exp: Likewise.
1980 * gdb.btrace/tsx.exp: Likewise.
1981 * gdb.btrace/unknown_functions.exp: Likewise.
1982 * gdb.btrace/vdso.exp: Likewise.
1983
1984 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1985
1986 * gdb.btrace/enable-running.c: New.
1987 * gdb.btrace/enable-running.exp: New.
1988
1989 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1990
1991 * gdb.arch/amd64-gs_base.c: New file.
1992 * gdb.arch/amd64-gs_base.exp: New file.
1993
1994 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1995
1996 * lib/memory.exp: Remove spurious empty newlines.
1997
1998 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1999
2000 * gdb.python/py-bad-printers.exp: Load python file using "source".
2001 * gdb.python/py-events.exp: Likewise.
2002 * gdb.python/py-evsignal.exp: Likewise.
2003 * gdb.python/py-evthreads.exp: Likewise.
2004 * gdb.python/py-frame-args.exp: Likewise.
2005 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2006 * gdb.python/py-framefilter-mi.exp: Likewise.
2007 * gdb.python/py-framefilter.exp: Likewise.
2008 * gdb.python/py-mi.exp: Likewise.
2009 * gdb.python/py-pp-maint.exp: Likewise.
2010 * gdb.python/py-pp-registration.exp: Likewise.
2011 * gdb.python/py-prettyprint.exp: Likewise.
2012 (run_lang_tests): Likewise.
2013 * gdb.python/py-typeprint.exp: Likewise.
2014
2015 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2016
2017 * lib/memory.exp: New file.
2018 * lib/gdb.exp: Load memory.exp.
2019 * gdb.base/memattr.exp (delete_memory): Move proc to
2020 lib/memory.exp and rename to delete_memory_regions.
2021 Replace delete_memory with delete_memory_regions.
2022 Cleanup memory regions before tests.
2023 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2024 before tests.
2025
2026 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2027
2028 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2029 files.
2030 (initialize): New function conditionally defined.
2031 (testcases): Move within conditional block.
2032 (main): Call initialize.
2033 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2034 of gdb.reverse/insn-reverse.c.
2035 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2036 gdb.reverse/insn-reverse.c.
2037
2038 2017-01-26 Yao Qi <yao.qi@linaro.org>
2039
2040 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2041 disassemble on address 0.
2042
2043 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2044 Yao Qi <yao.qi@linaro.org>
2045
2046 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2047 * gdb.dwarf2/implptr-64bit.S: Remove.
2048 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2049 variables in caller's context. Add DW_OP_implicit_value.
2050
2051 2017-01-25 Yao Qi <yao.qi@linaro.org>
2052
2053 * lib/dwarf.exp (Dwarf::_location): Handle
2054 DW_OP_GNU_implicit_pointer with proper size.
2055
2056 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2057
2058 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2059 and add untested calls.
2060
2061 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2062
2063 * gdb.python/python.exp: Check line number against what GDB thinks
2064 the line number is for func1.
2065
2066 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2067
2068 * gdb.dlang/debug-expr.exp: New file.
2069
2070 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2071
2072 Fix test names for the following files:
2073
2074 * gdb.ada/exec_changed.exp
2075 * gdb.ada/info_types.exp
2076 * gdb.arch/aarch64-atomic-inst.exp
2077 * gdb.arch/aarch64-fp.exp
2078 * gdb.arch/altivec-abi.exp
2079 * gdb.arch/altivec-regs.exp
2080 * gdb.arch/amd64-byte.exp
2081 * gdb.arch/amd64-disp-step.exp
2082 * gdb.arch/amd64-dword.exp
2083 * gdb.arch/amd64-entry-value-inline.exp
2084 * gdb.arch/amd64-entry-value-param.exp
2085 * gdb.arch/amd64-entry-value-paramref.exp
2086 * gdb.arch/amd64-entry-value.exp
2087 * gdb.arch/amd64-i386-address.exp
2088 * gdb.arch/amd64-invalid-stack-middle.exp
2089 * gdb.arch/amd64-invalid-stack-top.exp
2090 * gdb.arch/amd64-optimout-repeat.exp
2091 * gdb.arch/amd64-prologue-skip.exp
2092 * gdb.arch/amd64-prologue-xmm.exp
2093 * gdb.arch/amd64-stap-special-operands.exp
2094 * gdb.arch/amd64-stap-wrong-subexp.exp
2095 * gdb.arch/amd64-tailcall-cxx.exp
2096 * gdb.arch/amd64-tailcall-noret.exp
2097 * gdb.arch/amd64-tailcall-ret.exp
2098 * gdb.arch/amd64-tailcall-self.exp
2099 * gdb.arch/amd64-word.exp
2100 * gdb.arch/arm-bl-branch-dest.exp
2101 * gdb.arch/arm-disp-step.exp
2102 * gdb.arch/arm-neon.exp
2103 * gdb.arch/arm-single-step-kernel-helper.exp
2104 * gdb.arch/avr-flash-qualifier.exp
2105 * gdb.arch/disp-step-insn-reloc.exp
2106 * gdb.arch/e500-abi.exp
2107 * gdb.arch/e500-regs.exp
2108 * gdb.arch/ftrace-insn-reloc.exp
2109 * gdb.arch/i386-avx512.exp
2110 * gdb.arch/i386-bp_permanent.exp
2111 * gdb.arch/i386-byte.exp
2112 * gdb.arch/i386-cfi-notcurrent.exp
2113 * gdb.arch/i386-disp-step.exp
2114 * gdb.arch/i386-dr3-watch.exp
2115 * gdb.arch/i386-float.exp
2116 * gdb.arch/i386-gnu-cfi.exp
2117 * gdb.arch/i386-mpx-map.exp
2118 * gdb.arch/i386-mpx-sigsegv.exp
2119 * gdb.arch/i386-mpx-simple_segv.exp
2120 * gdb.arch/i386-mpx.exp
2121 * gdb.arch/i386-permbkpt.exp
2122 * gdb.arch/i386-prologue.exp
2123 * gdb.arch/i386-signal.exp
2124 * gdb.arch/i386-size-overlap.exp
2125 * gdb.arch/i386-unwind.exp
2126 * gdb.arch/i386-word.exp
2127 * gdb.arch/mips-fcr.exp
2128 * gdb.arch/powerpc-d128-regs.exp
2129 * gdb.arch/powerpc-stackless.exp
2130 * gdb.arch/ppc64-atomic-inst.exp
2131 * gdb.arch/s390-stackless.exp
2132 * gdb.arch/s390-tdbregs.exp
2133 * gdb.arch/s390-vregs.exp
2134 * gdb.arch/sparc-sysstep.exp
2135 * gdb.arch/thumb-bx-pc.exp
2136 * gdb.arch/thumb-singlestep.exp
2137 * gdb.arch/thumb2-it.exp
2138 * gdb.arch/vsx-regs.exp
2139 * gdb.asm/asm-source.exp
2140 * gdb.base/a2-run.exp
2141 * gdb.base/advance.exp
2142 * gdb.base/all-bin.exp
2143 * gdb.base/anon.exp
2144 * gdb.base/args.exp
2145 * gdb.base/arithmet.exp
2146 * gdb.base/async-shell.exp
2147 * gdb.base/async.exp
2148 * gdb.base/attach-pie-noexec.exp
2149 * gdb.base/attach-twice.exp
2150 * gdb.base/auto-load.exp
2151 * gdb.base/bang.exp
2152 * gdb.base/bitfields.exp
2153 * gdb.base/break-always.exp
2154 * gdb.base/break-caller-line.exp
2155 * gdb.base/break-entry.exp
2156 * gdb.base/break-inline.exp
2157 * gdb.base/break-on-linker-gcd-function.exp
2158 * gdb.base/break-probes.exp
2159 * gdb.base/break.exp
2160 * gdb.base/breakpoint-shadow.exp
2161 * gdb.base/call-ar-st.exp
2162 * gdb.base/call-sc.exp
2163 * gdb.base/call-signal-resume.exp
2164 * gdb.base/call-strs.exp
2165 * gdb.base/callfuncs.exp
2166 * gdb.base/catch-fork-static.exp
2167 * gdb.base/catch-gdb-caused-signals.exp
2168 * gdb.base/catch-load.exp
2169 * gdb.base/catch-signal-fork.exp
2170 * gdb.base/catch-signal.exp
2171 * gdb.base/catch-syscall.exp
2172 * gdb.base/charset.exp
2173 * gdb.base/checkpoint.exp
2174 * gdb.base/chng-syms.exp
2175 * gdb.base/code-expr.exp
2176 * gdb.base/code_elim.exp
2177 * gdb.base/commands.exp
2178 * gdb.base/completion.exp
2179 * gdb.base/complex.exp
2180 * gdb.base/cond-expr.exp
2181 * gdb.base/condbreak.exp
2182 * gdb.base/consecutive.exp
2183 * gdb.base/continue-all-already-running.exp
2184 * gdb.base/coredump-filter.exp
2185 * gdb.base/corefile.exp
2186 * gdb.base/dbx.exp
2187 * gdb.base/debug-expr.exp
2188 * gdb.base/define.exp
2189 * gdb.base/del.exp
2190 * gdb.base/disabled-location.exp
2191 * gdb.base/disasm-end-cu.exp
2192 * gdb.base/disasm-optim.exp
2193 * gdb.base/display.exp
2194 * gdb.base/duplicate-bp.exp
2195 * gdb.base/ena-dis-br.exp
2196 * gdb.base/ending-run.exp
2197 * gdb.base/enumval.exp
2198 * gdb.base/environ.exp
2199 * gdb.base/eu-strip-infcall.exp
2200 * gdb.base/eval-avoid-side-effects.exp
2201 * gdb.base/eval-skip.exp
2202 * gdb.base/exitsignal.exp
2203 * gdb.base/expand-psymtabs.exp
2204 * gdb.base/filesym.exp
2205 * gdb.base/find-unmapped.exp
2206 * gdb.base/finish.exp
2207 * gdb.base/float.exp
2208 * gdb.base/foll-exec-mode.exp
2209 * gdb.base/foll-exec.exp
2210 * gdb.base/foll-fork.exp
2211 * gdb.base/fortran-sym-case.exp
2212 * gdb.base/freebpcmd.exp
2213 * gdb.base/func-ptr.exp
2214 * gdb.base/func-ptrs.exp
2215 * gdb.base/funcargs.exp
2216 * gdb.base/gcore-buffer-overflow.exp
2217 * gdb.base/gcore-relro-pie.exp
2218 * gdb.base/gcore-relro.exp
2219 * gdb.base/gcore.exp
2220 * gdb.base/gdb1090.exp
2221 * gdb.base/gdb11530.exp
2222 * gdb.base/gdb11531.exp
2223 * gdb.base/gdb1821.exp
2224 * gdb.base/gdbindex-stabs.exp
2225 * gdb.base/gdbvars.exp
2226 * gdb.base/hbreak.exp
2227 * gdb.base/hbreak2.exp
2228 * gdb.base/included.exp
2229 * gdb.base/infcall-input.exp
2230 * gdb.base/inferior-died.exp
2231 * gdb.base/infnan.exp
2232 * gdb.base/info-macros.exp
2233 * gdb.base/info-os.exp
2234 * gdb.base/info-proc.exp
2235 * gdb.base/info-shared.exp
2236 * gdb.base/info-target.exp
2237 * gdb.base/infoline.exp
2238 * gdb.base/interp.exp
2239 * gdb.base/interrupt.exp
2240 * gdb.base/jit-reader.exp
2241 * gdb.base/jit-simple.exp
2242 * gdb.base/kill-after-signal.exp
2243 * gdb.base/kill-detach-inferiors-cmd.exp
2244 * gdb.base/label.exp
2245 * gdb.base/langs.exp
2246 * gdb.base/ldbl_e308.exp
2247 * gdb.base/line-symtabs.exp
2248 * gdb.base/linespecs.exp
2249 * gdb.base/list.exp
2250 * gdb.base/long_long.exp
2251 * gdb.base/longest-types.exp
2252 * gdb.base/maint.exp
2253 * gdb.base/max-value-size.exp
2254 * gdb.base/memattr.exp
2255 * gdb.base/mips_pro.exp
2256 * gdb.base/morestack.exp
2257 * gdb.base/moribund-step.exp
2258 * gdb.base/multi-forks.exp
2259 * gdb.base/nested-addr.exp
2260 * gdb.base/nextoverexit.exp
2261 * gdb.base/noreturn-finish.exp
2262 * gdb.base/noreturn-return.exp
2263 * gdb.base/nostdlib.exp
2264 * gdb.base/offsets.exp
2265 * gdb.base/opaque.exp
2266 * gdb.base/pc-fp.exp
2267 * gdb.base/permissions.exp
2268 * gdb.base/print-symbol-loading.exp
2269 * gdb.base/prologue-include.exp
2270 * gdb.base/psymtab.exp
2271 * gdb.base/ptype.exp
2272 * gdb.base/random-signal.exp
2273 * gdb.base/randomize.exp
2274 * gdb.base/range-stepping.exp
2275 * gdb.base/readline-ask.exp
2276 * gdb.base/recpar.exp
2277 * gdb.base/recurse.exp
2278 * gdb.base/relational.exp
2279 * gdb.base/restore.exp
2280 * gdb.base/return-nodebug.exp
2281 * gdb.base/return.exp
2282 * gdb.base/run-after-attach.exp
2283 * gdb.base/save-bp.exp
2284 * gdb.base/scope.exp
2285 * gdb.base/sect-cmd.exp
2286 * gdb.base/set-lang-auto.exp
2287 * gdb.base/set-noassign.exp
2288 * gdb.base/setvar.exp
2289 * gdb.base/sigall.exp
2290 * gdb.base/sigbpt.exp
2291 * gdb.base/siginfo-addr.exp
2292 * gdb.base/siginfo-infcall.exp
2293 * gdb.base/siginfo-obj.exp
2294 * gdb.base/siginfo.exp
2295 * gdb.base/signals-state-child.exp
2296 * gdb.base/signest.exp
2297 * gdb.base/sigstep.exp
2298 * gdb.base/sizeof.exp
2299 * gdb.base/skip.exp
2300 * gdb.base/solib-corrupted.exp
2301 * gdb.base/solib-nodir.exp
2302 * gdb.base/solib-search.exp
2303 * gdb.base/stack-checking.exp
2304 * gdb.base/stale-infcall.exp
2305 * gdb.base/stap-probe.exp
2306 * gdb.base/start.exp
2307 * gdb.base/step-break.exp
2308 * gdb.base/step-bt.exp
2309 * gdb.base/step-line.exp
2310 * gdb.base/step-over-exit.exp
2311 * gdb.base/step-over-syscall.exp
2312 * gdb.base/step-resume-infcall.exp
2313 * gdb.base/step-test.exp
2314 * gdb.base/store.exp
2315 * gdb.base/structs3.exp
2316 * gdb.base/sym-file.exp
2317 * gdb.base/symbol-without-target_section.exp
2318 * gdb.base/term.exp
2319 * gdb.base/testenv.exp
2320 * gdb.base/ui-redirect.exp
2321 * gdb.base/until.exp
2322 * gdb.base/unwindonsignal.exp
2323 * gdb.base/value-double-free.exp
2324 * gdb.base/vla-datatypes.exp
2325 * gdb.base/vla-ptr.exp
2326 * gdb.base/vla-sideeffect.exp
2327 * gdb.base/volatile.exp
2328 * gdb.base/watch-cond-infcall.exp
2329 * gdb.base/watch-cond.exp
2330 * gdb.base/watch-non-mem.exp
2331 * gdb.base/watch-read.exp
2332 * gdb.base/watch-vfork.exp
2333 * gdb.base/watchpoint-cond-gone.exp
2334 * gdb.base/watchpoint-delete.exp
2335 * gdb.base/watchpoint-hw-hit-once.exp
2336 * gdb.base/watchpoint-hw.exp
2337 * gdb.base/watchpoint-stops-at-right-insn.exp
2338 * gdb.base/watchpoints.exp
2339 * gdb.base/wchar.exp
2340 * gdb.base/whatis-exp.exp
2341 * gdb.btrace/buffer-size.exp
2342 * gdb.btrace/data.exp
2343 * gdb.btrace/delta.exp
2344 * gdb.btrace/dlopen.exp
2345 * gdb.btrace/enable.exp
2346 * gdb.btrace/exception.exp
2347 * gdb.btrace/function_call_history.exp
2348 * gdb.btrace/gcore.exp
2349 * gdb.btrace/instruction_history.exp
2350 * gdb.btrace/nohist.exp
2351 * gdb.btrace/reconnect.exp
2352 * gdb.btrace/record_goto-step.exp
2353 * gdb.btrace/record_goto.exp
2354 * gdb.btrace/rn-dl-bind.exp
2355 * gdb.btrace/segv.exp
2356 * gdb.btrace/step.exp
2357 * gdb.btrace/stepi.exp
2358 * gdb.btrace/tailcall-only.exp
2359 * gdb.btrace/tailcall.exp
2360 * gdb.btrace/tsx.exp
2361 * gdb.btrace/unknown_functions.exp
2362 * gdb.btrace/vdso.exp
2363 * gdb.compile/compile-ifunc.exp
2364 * gdb.compile/compile-ops.exp
2365 * gdb.compile/compile-print.exp
2366 * gdb.compile/compile-setjmp.exp
2367 * gdb.cp/abstract-origin.exp
2368 * gdb.cp/ambiguous.exp
2369 * gdb.cp/annota2.exp
2370 * gdb.cp/annota3.exp
2371 * gdb.cp/anon-ns.exp
2372 * gdb.cp/anon-struct.exp
2373 * gdb.cp/anon-union.exp
2374 * gdb.cp/arg-reference.exp
2375 * gdb.cp/baseenum.exp
2376 * gdb.cp/bool.exp
2377 * gdb.cp/breakpoint.exp
2378 * gdb.cp/bs15503.exp
2379 * gdb.cp/call-c.exp
2380 * gdb.cp/casts.exp
2381 * gdb.cp/chained-calls.exp
2382 * gdb.cp/class2.exp
2383 * gdb.cp/classes.exp
2384 * gdb.cp/cmpd-minsyms.exp
2385 * gdb.cp/converts.exp
2386 * gdb.cp/cp-relocate.exp
2387 * gdb.cp/cpcompletion.exp
2388 * gdb.cp/cpexprs.exp
2389 * gdb.cp/cplabel.exp
2390 * gdb.cp/cplusfuncs.exp
2391 * gdb.cp/cpsizeof.exp
2392 * gdb.cp/ctti.exp
2393 * gdb.cp/derivation.exp
2394 * gdb.cp/destrprint.exp
2395 * gdb.cp/dispcxx.exp
2396 * gdb.cp/enum-class.exp
2397 * gdb.cp/exception.exp
2398 * gdb.cp/exceptprint.exp
2399 * gdb.cp/expand-psymtabs-cxx.exp
2400 * gdb.cp/expand-sals.exp
2401 * gdb.cp/extern-c.exp
2402 * gdb.cp/filename.exp
2403 * gdb.cp/formatted-ref.exp
2404 * gdb.cp/fpointer.exp
2405 * gdb.cp/gdb1355.exp
2406 * gdb.cp/gdb2495.exp
2407 * gdb.cp/hang.exp
2408 * gdb.cp/impl-this.exp
2409 * gdb.cp/infcall-dlopen.exp
2410 * gdb.cp/inherit.exp
2411 * gdb.cp/iostream.exp
2412 * gdb.cp/koenig.exp
2413 * gdb.cp/local.exp
2414 * gdb.cp/m-data.exp
2415 * gdb.cp/m-static.exp
2416 * gdb.cp/mb-ctor.exp
2417 * gdb.cp/mb-inline.exp
2418 * gdb.cp/mb-templates.exp
2419 * gdb.cp/member-name.exp
2420 * gdb.cp/member-ptr.exp
2421 * gdb.cp/meth-typedefs.exp
2422 * gdb.cp/method.exp
2423 * gdb.cp/method2.exp
2424 * gdb.cp/minsym-fallback.exp
2425 * gdb.cp/misc.exp
2426 * gdb.cp/namelessclass.exp
2427 * gdb.cp/namespace-enum.exp
2428 * gdb.cp/namespace-nested-import.exp
2429 * gdb.cp/namespace.exp
2430 * gdb.cp/nextoverthrow.exp
2431 * gdb.cp/no-dmgl-verbose.exp
2432 * gdb.cp/non-trivial-retval.exp
2433 * gdb.cp/noparam.exp
2434 * gdb.cp/nsdecl.exp
2435 * gdb.cp/nsimport.exp
2436 * gdb.cp/nsnested.exp
2437 * gdb.cp/nsnoimports.exp
2438 * gdb.cp/nsrecurs.exp
2439 * gdb.cp/nsstress.exp
2440 * gdb.cp/nsusing.exp
2441 * gdb.cp/operator.exp
2442 * gdb.cp/oranking.exp
2443 * gdb.cp/overload-const.exp
2444 * gdb.cp/overload.exp
2445 * gdb.cp/ovldbreak.exp
2446 * gdb.cp/ovsrch.exp
2447 * gdb.cp/paren-type.exp
2448 * gdb.cp/parse-lang.exp
2449 * gdb.cp/pass-by-ref.exp
2450 * gdb.cp/pr-1023.exp
2451 * gdb.cp/pr-1210.exp
2452 * gdb.cp/pr-574.exp
2453 * gdb.cp/pr10687.exp
2454 * gdb.cp/pr12028.exp
2455 * gdb.cp/pr17132.exp
2456 * gdb.cp/pr17494.exp
2457 * gdb.cp/pr9067.exp
2458 * gdb.cp/pr9167.exp
2459 * gdb.cp/pr9631.exp
2460 * gdb.cp/printmethod.exp
2461 * gdb.cp/psmang.exp
2462 * gdb.cp/psymtab-parameter.exp
2463 * gdb.cp/ptype-cv-cp.exp
2464 * gdb.cp/ptype-flags.exp
2465 * gdb.cp/re-set-overloaded.exp
2466 * gdb.cp/ref-types.exp
2467 * gdb.cp/rtti.exp
2468 * gdb.cp/scope-err.exp
2469 * gdb.cp/shadow.exp
2470 * gdb.cp/smartp.exp
2471 * gdb.cp/static-method.exp
2472 * gdb.cp/static-print-quit.exp
2473 * gdb.cp/temargs.exp
2474 * gdb.cp/templates.exp
2475 * gdb.cp/try_catch.exp
2476 * gdb.cp/typedef-operator.exp
2477 * gdb.cp/typeid.exp
2478 * gdb.cp/userdef.exp
2479 * gdb.cp/using-crash.exp
2480 * gdb.cp/var-tag.exp
2481 * gdb.cp/virtbase.exp
2482 * gdb.cp/virtfunc.exp
2483 * gdb.cp/virtfunc2.exp
2484 * gdb.cp/vla-cxx.exp
2485 * gdb.disasm/t01_mov.exp
2486 * gdb.disasm/t02_mova.exp
2487 * gdb.disasm/t03_add.exp
2488 * gdb.disasm/t04_sub.exp
2489 * gdb.disasm/t05_cmp.exp
2490 * gdb.disasm/t06_ari2.exp
2491 * gdb.disasm/t07_ari3.exp
2492 * gdb.disasm/t08_or.exp
2493 * gdb.disasm/t09_xor.exp
2494 * gdb.disasm/t10_and.exp
2495 * gdb.disasm/t11_logs.exp
2496 * gdb.disasm/t12_bit.exp
2497 * gdb.disasm/t13_otr.exp
2498 * gdb.dlang/circular.exp
2499 * gdb.dwarf2/arr-stride.exp
2500 * gdb.dwarf2/arr-subrange.exp
2501 * gdb.dwarf2/atomic-type.exp
2502 * gdb.dwarf2/bad-regnum.exp
2503 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2504 * gdb.dwarf2/callframecfa.exp
2505 * gdb.dwarf2/clztest.exp
2506 * gdb.dwarf2/corrupt.exp
2507 * gdb.dwarf2/data-loc.exp
2508 * gdb.dwarf2/dup-psym.exp
2509 * gdb.dwarf2/dw2-anon-mptr.exp
2510 * gdb.dwarf2/dw2-anonymous-func.exp
2511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2512 * gdb.dwarf2/dw2-bad-unresolved.exp
2513 * gdb.dwarf2/dw2-basic.exp
2514 * gdb.dwarf2/dw2-canonicalize-type.exp
2515 * gdb.dwarf2/dw2-case-insensitive.exp
2516 * gdb.dwarf2/dw2-common-block.exp
2517 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2518 * gdb.dwarf2/dw2-compressed.exp
2519 * gdb.dwarf2/dw2-const.exp
2520 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2521 * gdb.dwarf2/dw2-cu-size.exp
2522 * gdb.dwarf2/dw2-dup-frame.exp
2523 * gdb.dwarf2/dw2-entry-value.exp
2524 * gdb.dwarf2/dw2-icycle.exp
2525 * gdb.dwarf2/dw2-ifort-parameter.exp
2526 * gdb.dwarf2/dw2-inline-break.exp
2527 * gdb.dwarf2/dw2-inline-param.exp
2528 * gdb.dwarf2/dw2-intercu.exp
2529 * gdb.dwarf2/dw2-intermix.exp
2530 * gdb.dwarf2/dw2-lexical-block-bare.exp
2531 * gdb.dwarf2/dw2-linkage-name-trust.exp
2532 * gdb.dwarf2/dw2-minsym-in-cu.exp
2533 * gdb.dwarf2/dw2-noloc.exp
2534 * gdb.dwarf2/dw2-op-call.exp
2535 * gdb.dwarf2/dw2-op-out-param.exp
2536 * gdb.dwarf2/dw2-opt-structptr.exp
2537 * gdb.dwarf2/dw2-param-error.exp
2538 * gdb.dwarf2/dw2-producer.exp
2539 * gdb.dwarf2/dw2-ranges-base.exp
2540 * gdb.dwarf2/dw2-ref-missing-frame.exp
2541 * gdb.dwarf2/dw2-reg-undefined.exp
2542 * gdb.dwarf2/dw2-regno-invalid.exp
2543 * gdb.dwarf2/dw2-restore.exp
2544 * gdb.dwarf2/dw2-restrict.exp
2545 * gdb.dwarf2/dw2-single-line-discriminators.exp
2546 * gdb.dwarf2/dw2-strp.exp
2547 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2548 * gdb.dwarf2/dw2-unresolved.exp
2549 * gdb.dwarf2/dw2-var-zero-addr.exp
2550 * gdb.dwarf2/dw4-sig-types.exp
2551 * gdb.dwarf2/dwz.exp
2552 * gdb.dwarf2/dynarr-ptr.exp
2553 * gdb.dwarf2/enum-type.exp
2554 * gdb.dwarf2/gdb-index.exp
2555 * gdb.dwarf2/implptr-64bit.exp
2556 * gdb.dwarf2/implptr-optimized-out.exp
2557 * gdb.dwarf2/implptr.exp
2558 * gdb.dwarf2/implref-array.exp
2559 * gdb.dwarf2/implref-const.exp
2560 * gdb.dwarf2/implref-global.exp
2561 * gdb.dwarf2/implref-struct.exp
2562 * gdb.dwarf2/mac-fileno.exp
2563 * gdb.dwarf2/main-subprogram.exp
2564 * gdb.dwarf2/member-ptr-forwardref.exp
2565 * gdb.dwarf2/method-ptr.exp
2566 * gdb.dwarf2/missing-sig-type.exp
2567 * gdb.dwarf2/nonvar-access.exp
2568 * gdb.dwarf2/opaque-type-lookup.exp
2569 * gdb.dwarf2/pieces-optimized-out.exp
2570 * gdb.dwarf2/pieces.exp
2571 * gdb.dwarf2/pr10770.exp
2572 * gdb.dwarf2/pr13961.exp
2573 * gdb.dwarf2/staticvirtual.exp
2574 * gdb.dwarf2/subrange.exp
2575 * gdb.dwarf2/symtab-producer.exp
2576 * gdb.dwarf2/trace-crash.exp
2577 * gdb.dwarf2/typeddwarf.exp
2578 * gdb.dwarf2/valop.exp
2579 * gdb.dwarf2/watch-notconst.exp
2580 * gdb.fortran/array-element.exp
2581 * gdb.fortran/charset.exp
2582 * gdb.fortran/common-block.exp
2583 * gdb.fortran/complex.exp
2584 * gdb.fortran/derived-type-function.exp
2585 * gdb.fortran/derived-type.exp
2586 * gdb.fortran/logical.exp
2587 * gdb.fortran/module.exp
2588 * gdb.fortran/multi-dim.exp
2589 * gdb.fortran/nested-funcs.exp
2590 * gdb.fortran/print-formatted.exp
2591 * gdb.fortran/subarray.exp
2592 * gdb.fortran/vla-alloc-assoc.exp
2593 * gdb.fortran/vla-datatypes.exp
2594 * gdb.fortran/vla-history.exp
2595 * gdb.fortran/vla-ptr-info.exp
2596 * gdb.fortran/vla-ptype-sub.exp
2597 * gdb.fortran/vla-ptype.exp
2598 * gdb.fortran/vla-sizeof.exp
2599 * gdb.fortran/vla-type.exp
2600 * gdb.fortran/vla-value-sub-arbitrary.exp
2601 * gdb.fortran/vla-value-sub-finish.exp
2602 * gdb.fortran/vla-value-sub.exp
2603 * gdb.fortran/vla-value.exp
2604 * gdb.fortran/whatis_type.exp
2605 * gdb.go/chan.exp
2606 * gdb.go/handcall.exp
2607 * gdb.go/hello.exp
2608 * gdb.go/integers.exp
2609 * gdb.go/methods.exp
2610 * gdb.go/package.exp
2611 * gdb.go/strings.exp
2612 * gdb.go/types.exp
2613 * gdb.go/unsafe.exp
2614 * gdb.guile/scm-arch.exp
2615 * gdb.guile/scm-block.exp
2616 * gdb.guile/scm-breakpoint.exp
2617 * gdb.guile/scm-cmd.exp
2618 * gdb.guile/scm-disasm.exp
2619 * gdb.guile/scm-equal.exp
2620 * gdb.guile/scm-frame-args.exp
2621 * gdb.guile/scm-frame-inline.exp
2622 * gdb.guile/scm-frame.exp
2623 * gdb.guile/scm-iterator.exp
2624 * gdb.guile/scm-math.exp
2625 * gdb.guile/scm-objfile.exp
2626 * gdb.guile/scm-ports.exp
2627 * gdb.guile/scm-symbol.exp
2628 * gdb.guile/scm-symtab.exp
2629 * gdb.guile/scm-value-cc.exp
2630 * gdb.guile/types-module.exp
2631 * gdb.linespec/break-ask.exp
2632 * gdb.linespec/cpexplicit.exp
2633 * gdb.linespec/explicit.exp
2634 * gdb.linespec/keywords.exp
2635 * gdb.linespec/linespec.exp
2636 * gdb.linespec/ls-dollar.exp
2637 * gdb.linespec/ls-errs.exp
2638 * gdb.linespec/skip-two.exp
2639 * gdb.linespec/thread.exp
2640 * gdb.mi/mi-async.exp
2641 * gdb.mi/mi-basics.exp
2642 * gdb.mi/mi-break.exp
2643 * gdb.mi/mi-catch-load.exp
2644 * gdb.mi/mi-cli.exp
2645 * gdb.mi/mi-cmd-param-changed.exp
2646 * gdb.mi/mi-console.exp
2647 * gdb.mi/mi-detach.exp
2648 * gdb.mi/mi-disassemble.exp
2649 * gdb.mi/mi-eval.exp
2650 * gdb.mi/mi-file-transfer.exp
2651 * gdb.mi/mi-file.exp
2652 * gdb.mi/mi-fill-memory.exp
2653 * gdb.mi/mi-inheritance-syntax-error.exp
2654 * gdb.mi/mi-linespec-err-cp.exp
2655 * gdb.mi/mi-logging.exp
2656 * gdb.mi/mi-memory-changed.exp
2657 * gdb.mi/mi-read-memory.exp
2658 * gdb.mi/mi-record-changed.exp
2659 * gdb.mi/mi-reg-undefined.exp
2660 * gdb.mi/mi-regs.exp
2661 * gdb.mi/mi-return.exp
2662 * gdb.mi/mi-reverse.exp
2663 * gdb.mi/mi-simplerun.exp
2664 * gdb.mi/mi-solib.exp
2665 * gdb.mi/mi-stack.exp
2666 * gdb.mi/mi-stepi.exp
2667 * gdb.mi/mi-syn-frame.exp
2668 * gdb.mi/mi-until.exp
2669 * gdb.mi/mi-var-block.exp
2670 * gdb.mi/mi-var-child.exp
2671 * gdb.mi/mi-var-cmd.exp
2672 * gdb.mi/mi-var-cp.exp
2673 * gdb.mi/mi-var-display.exp
2674 * gdb.mi/mi-var-invalidate.exp
2675 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2676 * gdb.mi/mi-vla-fortran.exp
2677 * gdb.mi/mi-watch.exp
2678 * gdb.mi/mi2-var-child.exp
2679 * gdb.mi/user-selected-context-sync.exp
2680 * gdb.modula2/unbounded-array.exp
2681 * gdb.multi/dummy-frame-restore.exp
2682 * gdb.multi/multi-arch-exec.exp
2683 * gdb.multi/multi-arch.exp
2684 * gdb.multi/tids.exp
2685 * gdb.multi/watchpoint-multi.exp
2686 * gdb.opencl/callfuncs.exp
2687 * gdb.opencl/convs_casts.exp
2688 * gdb.opencl/datatypes.exp
2689 * gdb.opencl/operators.exp
2690 * gdb.opencl/vec_comps.exp
2691 * gdb.opt/clobbered-registers-O2.exp
2692 * gdb.opt/inline-break.exp
2693 * gdb.opt/inline-bt.exp
2694 * gdb.opt/inline-cmds.exp
2695 * gdb.opt/inline-locals.exp
2696 * gdb.pascal/case-insensitive-symbols.exp
2697 * gdb.pascal/floats.exp
2698 * gdb.pascal/gdb11492.exp
2699 * gdb.python/lib-types.exp
2700 * gdb.python/py-arch.exp
2701 * gdb.python/py-as-string.exp
2702 * gdb.python/py-bad-printers.exp
2703 * gdb.python/py-block.exp
2704 * gdb.python/py-breakpoint-create-fail.exp
2705 * gdb.python/py-breakpoint.exp
2706 * gdb.python/py-caller-is.exp
2707 * gdb.python/py-cmd.exp
2708 * gdb.python/py-explore-cc.exp
2709 * gdb.python/py-explore.exp
2710 * gdb.python/py-finish-breakpoint.exp
2711 * gdb.python/py-finish-breakpoint2.exp
2712 * gdb.python/py-frame-args.exp
2713 * gdb.python/py-frame-inline.exp
2714 * gdb.python/py-frame.exp
2715 * gdb.python/py-framefilter-mi.exp
2716 * gdb.python/py-infthread.exp
2717 * gdb.python/py-lazy-string.exp
2718 * gdb.python/py-linetable.exp
2719 * gdb.python/py-mi-events.exp
2720 * gdb.python/py-mi-objfile.exp
2721 * gdb.python/py-mi.exp
2722 * gdb.python/py-objfile.exp
2723 * gdb.python/py-pp-integral.exp
2724 * gdb.python/py-pp-maint.exp
2725 * gdb.python/py-pp-re-notag.exp
2726 * gdb.python/py-pp-registration.exp
2727 * gdb.python/py-recurse-unwind.exp
2728 * gdb.python/py-strfns.exp
2729 * gdb.python/py-symbol.exp
2730 * gdb.python/py-symtab.exp
2731 * gdb.python/py-sync-interp.exp
2732 * gdb.python/py-typeprint.exp
2733 * gdb.python/py-unwind-maint.exp
2734 * gdb.python/py-unwind.exp
2735 * gdb.python/py-value-cc.exp
2736 * gdb.python/py-xmethods.exp
2737 * gdb.reverse/amd64-tailcall-reverse.exp
2738 * gdb.reverse/break-precsave.exp
2739 * gdb.reverse/break-reverse.exp
2740 * gdb.reverse/consecutive-precsave.exp
2741 * gdb.reverse/consecutive-reverse.exp
2742 * gdb.reverse/finish-precsave.exp
2743 * gdb.reverse/finish-reverse-bkpt.exp
2744 * gdb.reverse/finish-reverse.exp
2745 * gdb.reverse/fstatat-reverse.exp
2746 * gdb.reverse/getresuid-reverse.exp
2747 * gdb.reverse/i386-precsave.exp
2748 * gdb.reverse/i386-reverse.exp
2749 * gdb.reverse/i386-sse-reverse.exp
2750 * gdb.reverse/i387-env-reverse.exp
2751 * gdb.reverse/i387-stack-reverse.exp
2752 * gdb.reverse/insn-reverse.exp
2753 * gdb.reverse/machinestate-precsave.exp
2754 * gdb.reverse/machinestate.exp
2755 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2756 * gdb.reverse/pipe-reverse.exp
2757 * gdb.reverse/readv-reverse.exp
2758 * gdb.reverse/recvmsg-reverse.exp
2759 * gdb.reverse/rerun-prec.exp
2760 * gdb.reverse/s390-mvcle.exp
2761 * gdb.reverse/step-precsave.exp
2762 * gdb.reverse/step-reverse.exp
2763 * gdb.reverse/time-reverse.exp
2764 * gdb.reverse/until-precsave.exp
2765 * gdb.reverse/until-reverse.exp
2766 * gdb.reverse/waitpid-reverse.exp
2767 * gdb.reverse/watch-precsave.exp
2768 * gdb.reverse/watch-reverse.exp
2769 * gdb.rust/generics.exp
2770 * gdb.rust/methods.exp
2771 * gdb.rust/modules.exp
2772 * gdb.rust/simple.exp
2773 * gdb.server/connect-with-no-symbol-file.exp
2774 * gdb.server/ext-attach.exp
2775 * gdb.server/ext-restart.exp
2776 * gdb.server/ext-wrapper.exp
2777 * gdb.server/file-transfer.exp
2778 * gdb.server/server-exec-info.exp
2779 * gdb.server/server-kill.exp
2780 * gdb.server/server-mon.exp
2781 * gdb.server/wrapper.exp
2782 * gdb.stabs/exclfwd.exp
2783 * gdb.stabs/gdb11479.exp
2784 * gdb.threads/clone-new-thread-event.exp
2785 * gdb.threads/corethreads.exp
2786 * gdb.threads/current-lwp-dead.exp
2787 * gdb.threads/dlopen-libpthread.exp
2788 * gdb.threads/gcore-thread.exp
2789 * gdb.threads/sigstep-threads.exp
2790 * gdb.threads/watchpoint-fork.exp
2791 * gdb.trace/actions-changed.exp
2792 * gdb.trace/backtrace.exp
2793 * gdb.trace/change-loc.exp
2794 * gdb.trace/circ.exp
2795 * gdb.trace/collection.exp
2796 * gdb.trace/disconnected-tracing.exp
2797 * gdb.trace/ftrace.exp
2798 * gdb.trace/mi-trace-frame-collected.exp
2799 * gdb.trace/mi-trace-unavailable.exp
2800 * gdb.trace/mi-traceframe-changed.exp
2801 * gdb.trace/mi-tsv-changed.exp
2802 * gdb.trace/no-attach-trace.exp
2803 * gdb.trace/passc-dyn.exp
2804 * gdb.trace/qtro.exp
2805 * gdb.trace/range-stepping.exp
2806 * gdb.trace/read-memory.exp
2807 * gdb.trace/save-trace.exp
2808 * gdb.trace/signal.exp
2809 * gdb.trace/status-stop.exp
2810 * gdb.trace/tfile.exp
2811 * gdb.trace/trace-break.exp
2812 * gdb.trace/trace-buffer-size.exp
2813 * gdb.trace/trace-condition.exp
2814 * gdb.trace/tracefile-pseudo-reg.exp
2815 * gdb.trace/tstatus.exp
2816 * gdb.trace/unavailable.exp
2817 * gdb.trace/while-dyn.exp
2818 * gdb.trace/while-stepping.exp
2819
2820 2016-12-22 Doug Evans <xdje42@gmail.com>
2821
2822 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2823 and msymbols.
2824
2825 2016-12-19 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2828 (test_with_self): Don't call do_steps_and_nexts, and remove
2829 code about stepping into xmalloc.
2830
2831 2016-12-09 Yao Qi <yao.qi@linaro.org>
2832
2833 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2834
2835 2016-12-09 Yao Qi <yao.qi@linaro.org>
2836
2837 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2838
2839 2016-12-09 Pedro Alves <palves@redhat.com>
2840
2841 * gdb.base/all-architectures-0.exp: New file.
2842 * gdb.base/all-architectures-1.exp: New file.
2843 * gdb.base/all-architectures-2.exp: New file.
2844 * gdb.base/all-architectures-3.exp: New file.
2845 * gdb.base/all-architectures-4.exp: New file.
2846 * gdb.base/all-architectures-5.exp: New file.
2847 * gdb.base/all-architectures-6.exp: New file.
2848 * gdb.base/all-architectures-7.exp: New file.
2849 * gdb.base/all-architectures.exp.in: New file.
2850
2851 2016-12-09 Yao Qi <yao.qi@linaro.org>
2852
2853 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2854
2855 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2856
2857 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2858 possible.
2859 Remove useless pattern-matching code.
2860
2861 2016-12-02 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2864 procedure.
2865 (top level): Call it.
2866
2867 2016-12-02 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2870 New procedure.
2871 (top level): Call it.
2872
2873 2016-12-02 Pedro Alves <palves@redhat.com>
2874
2875 PR cli/20559
2876 * gdb.base/commands.exp (user_defined_command_args_eval): New
2877 procedure.
2878 (top level): Call it.
2879
2880 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2881
2882 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2883 timeout handling.
2884
2885 2016-12-02 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.dwarf2/main-subprogram.c: New file.
2888 * gdb.dwarf2/main-subprogram.exp: New file.
2889
2890 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2891
2892 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2893 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2894 gdb_test_no_output for a couple of cases.
2895 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2896
2897 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2898
2899 Fix test names and standardize compilation error messages throughout
2900 the following files:
2901
2902 * gdb.ada/start.exp
2903 * gdb.arch/alpha-step.exp
2904 * gdb.arch/e500-prologue.exp
2905 * gdb.arch/ftrace-insn-reloc.exp
2906 * gdb.arch/gdb1291.exp
2907 * gdb.arch/gdb1431.exp
2908 * gdb.arch/gdb1558.exp
2909 * gdb.arch/i386-dr3-watch.exp
2910 * gdb.arch/i386-sse-stack-align.exp
2911 * gdb.arch/ia64-breakpoint-shadow.exp
2912 * gdb.arch/pa-nullify.exp
2913 * gdb.arch/powerpc-aix-prologue.exp
2914 * gdb.arch/thumb-bx-pc.exp
2915 * gdb.base/annota1.exp
2916 * gdb.base/annota3.exp
2917 * gdb.base/arrayidx.exp
2918 * gdb.base/assign.exp
2919 * gdb.base/attach.exp
2920 * gdb.base/auxv.exp
2921 * gdb.base/bang.exp
2922 * gdb.base/bfp-test.exp
2923 * gdb.base/bigcore.exp
2924 * gdb.base/bitfields2.exp
2925 * gdb.base/break-fun-addr.exp
2926 * gdb.base/break-probes.exp
2927 * gdb.base/call-rt-st.exp
2928 * gdb.base/callexit.exp
2929 * gdb.base/catch-fork-kill.exp
2930 * gdb.base/charset.exp
2931 * gdb.base/checkpoint.exp
2932 * gdb.base/comprdebug.exp
2933 * gdb.base/constvars.exp
2934 * gdb.base/coredump-filter.exp
2935 * gdb.base/cursal.exp
2936 * gdb.base/cvexpr.exp
2937 * gdb.base/detach.exp
2938 * gdb.base/display.exp
2939 * gdb.base/dmsym.exp
2940 * gdb.base/dprintf-pending.exp
2941 * gdb.base/dso2dso.exp
2942 * gdb.base/dtrace-probe.exp
2943 * gdb.base/dump.exp
2944 * gdb.base/enum_cond.exp
2945 * gdb.base/exe-lock.exp
2946 * gdb.base/exec-invalid-sysroot.exp
2947 * gdb.base/execl-update-breakpoints.exp
2948 * gdb.base/exprs.exp
2949 * gdb.base/fileio.exp
2950 * gdb.base/find.exp
2951 * gdb.base/finish.exp
2952 * gdb.base/fixsection.exp
2953 * gdb.base/foll-vfork.exp
2954 * gdb.base/frame-args.exp
2955 * gdb.base/gcore.exp
2956 * gdb.base/gdb1250.exp
2957 * gdb.base/global-var-nested-by-dso.exp
2958 * gdb.base/gnu-ifunc.exp
2959 * gdb.base/hashline1.exp
2960 * gdb.base/hashline2.exp
2961 * gdb.base/hashline3.exp
2962 * gdb.base/hbreak-in-shr-unsupported.exp
2963 * gdb.base/huge.exp
2964 * gdb.base/infcall-input.exp
2965 * gdb.base/info-fun.exp
2966 * gdb.base/info-shared.exp
2967 * gdb.base/jit-simple.exp
2968 * gdb.base/jit-so.exp
2969 * gdb.base/jit.exp
2970 * gdb.base/jump.exp
2971 * gdb.base/label.exp
2972 * gdb.base/lineinc.exp
2973 * gdb.base/logical.exp
2974 * gdb.base/longjmp.exp
2975 * gdb.base/macscp.exp
2976 * gdb.base/miscexprs.exp
2977 * gdb.base/new-ui-echo.exp
2978 * gdb.base/new-ui-pending-input.exp
2979 * gdb.base/new-ui.exp
2980 * gdb.base/nodebug.exp
2981 * gdb.base/nofield.exp
2982 * gdb.base/offsets.exp
2983 * gdb.base/overlays.exp
2984 * gdb.base/pending.exp
2985 * gdb.base/pointers.exp
2986 * gdb.base/pr11022.exp
2987 * gdb.base/printcmds.exp
2988 * gdb.base/prologue.exp
2989 * gdb.base/ptr-typedef.exp
2990 * gdb.base/realname-expand.exp
2991 * gdb.base/relativedebug.exp
2992 * gdb.base/relocate.exp
2993 * gdb.base/remote.exp
2994 * gdb.base/reread.exp
2995 * gdb.base/return2.exp
2996 * gdb.base/savedregs.exp
2997 * gdb.base/sep.exp
2998 * gdb.base/sepdebug.exp
2999 * gdb.base/sepsymtab.exp
3000 * gdb.base/set-inferior-tty.exp
3001 * gdb.base/setshow.exp
3002 * gdb.base/shlib-call.exp
3003 * gdb.base/sigaltstack.exp
3004 * gdb.base/siginfo-addr.exp
3005 * gdb.base/signals.exp
3006 * gdb.base/signull.exp
3007 * gdb.base/sigrepeat.exp
3008 * gdb.base/so-impl-ld.exp
3009 * gdb.base/solib-display.exp
3010 * gdb.base/solib-overlap.exp
3011 * gdb.base/solib-search.exp
3012 * gdb.base/solib-symbol.exp
3013 * gdb.base/structs.exp
3014 * gdb.base/structs2.exp
3015 * gdb.base/symtab-search-order.exp
3016 * gdb.base/twice.exp
3017 * gdb.base/unload.exp
3018 * gdb.base/varargs.exp
3019 * gdb.base/watchpoint-solib.exp
3020 * gdb.base/watchpoint.exp
3021 * gdb.base/whatis.exp
3022 * gdb.base/wrong_frame_bt_full.exp
3023 * gdb.btrace/dlopen.exp
3024 * gdb.cell/ea-standalone.exp
3025 * gdb.cell/ea-test.exp
3026 * gdb.cp/dispcxx.exp
3027 * gdb.cp/gdb2384.exp
3028 * gdb.cp/method2.exp
3029 * gdb.cp/nextoverthrow.exp
3030 * gdb.cp/pr10728.exp
3031 * gdb.disasm/am33.exp
3032 * gdb.disasm/h8300s.exp
3033 * gdb.disasm/mn10300.exp
3034 * gdb.disasm/sh3.exp
3035 * gdb.dwarf2/dw2-dir-file-name.exp
3036 * gdb.fortran/complex.exp
3037 * gdb.fortran/library-module.exp
3038 * gdb.guile/scm-pretty-print.exp
3039 * gdb.guile/scm-symbol.exp
3040 * gdb.guile/scm-type.exp
3041 * gdb.guile/scm-value.exp
3042 * gdb.linespec/linespec.exp
3043 * gdb.mi/gdb701.exp
3044 * gdb.mi/gdb792.exp
3045 * gdb.mi/mi-breakpoint-changed.exp
3046 * gdb.mi/mi-dprintf-pending.exp
3047 * gdb.mi/mi-dprintf.exp
3048 * gdb.mi/mi-exit-code.exp
3049 * gdb.mi/mi-pending.exp
3050 * gdb.mi/mi-solib.exp
3051 * gdb.mi/new-ui-mi-sync.exp
3052 * gdb.mi/pr11022.exp
3053 * gdb.mi/user-selected-context-sync.exp
3054 * gdb.opt/solib-intra-step.exp
3055 * gdb.python/py-events.exp
3056 * gdb.python/py-finish-breakpoint.exp
3057 * gdb.python/py-mi.exp
3058 * gdb.python/py-prettyprint.exp
3059 * gdb.python/py-shared.exp
3060 * gdb.python/py-symbol.exp
3061 * gdb.python/py-template.exp
3062 * gdb.python/py-type.exp
3063 * gdb.python/py-value.exp
3064 * gdb.reverse/solib-precsave.exp
3065 * gdb.reverse/solib-reverse.exp
3066 * gdb.server/solib-list.exp
3067 * gdb.stabs/weird.exp
3068 * gdb.threads/reconnect-signal.exp
3069 * gdb.threads/stepi-random-signal.exp
3070 * gdb.trace/actions.exp
3071 * gdb.trace/ax.exp
3072 * gdb.trace/backtrace.exp
3073 * gdb.trace/change-loc.exp
3074 * gdb.trace/deltrace.exp
3075 * gdb.trace/ftrace-lock.exp
3076 * gdb.trace/ftrace.exp
3077 * gdb.trace/infotrace.exp
3078 * gdb.trace/mi-tracepoint-changed.exp
3079 * gdb.trace/packetlen.exp
3080 * gdb.trace/passcount.exp
3081 * gdb.trace/pending.exp
3082 * gdb.trace/range-stepping.exp
3083 * gdb.trace/report.exp
3084 * gdb.trace/stap-trace.exp
3085 * gdb.trace/tfind.exp
3086 * gdb.trace/trace-break.exp
3087 * gdb.trace/trace-condition.exp
3088 * gdb.trace/trace-enable-disable.exp
3089 * gdb.trace/trace-mt.exp
3090 * gdb.trace/tracecmd.exp
3091 * gdb.trace/tspeed.exp
3092 * gdb.trace/tsv.exp
3093 * lib/perftest.exp
3094
3095 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3096
3097 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3098 with gdb_test_no_output.
3099 Use command as test name.
3100
3101 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3102
3103 Fix test names starting with uppercase throughout the files.
3104
3105 * gdb.ada/assign_1.exp
3106 * gdb.ada/boolean_expr.exp
3107 * gdb.base/arrayidx.exp
3108 * gdb.base/del.exp
3109 * gdb.base/gcore-buffer-overflow.exp
3110 * gdb.base/testenv.exp
3111 * gdb.compile/compile.exp
3112 * gdb.python/py-framefilter-invalidarg.exp
3113 * gdb.python/py-framefilter.exp
3114
3115 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3116
3117 Fix test names starting with uppercase throughout the files.
3118
3119 * gdb.ada/array_return.exp
3120 * gdb.ada/expr_delims.exp
3121 * gdb.ada/mi_dyn_arr.exp
3122 * gdb.ada/mi_interface.exp
3123 * gdb.ada/mi_var_array.exp
3124 * gdb.ada/watch_arg.exp
3125 * gdb.arch/alpha-step.exp
3126 * gdb.arch/altivec-regs.exp
3127 * gdb.arch/e500-regs.exp
3128 * gdb.arch/powerpc-d128-regs.exp
3129 * gdb.base/arrayidx.exp
3130 * gdb.base/break.exp
3131 * gdb.base/checkpoint.exp
3132 * gdb.base/debug-expr.exp
3133 * gdb.base/dmsym.exp
3134 * gdb.base/radix.exp
3135 * gdb.base/sepdebug.exp
3136 * gdb.base/testenv.exp
3137 * gdb.base/watch_thread_num.exp
3138 * gdb.base/watchpoint-cond-gone.exp
3139 * gdb.cell/break.exp
3140 * gdb.cell/ea-cache.exp
3141 * gdb.compile/compile.exp
3142 * gdb.cp/gdb2495.exp
3143 * gdb.gdb/selftest.exp
3144 * gdb.gdb/xfullpath.exp
3145 * gdb.go/hello.exp
3146 * gdb.go/integers.exp
3147 * gdb.objc/basicclass.exp
3148 * gdb.pascal/hello.exp
3149 * gdb.pascal/integers.exp
3150 * gdb.python/py-breakpoint.exp
3151 * gdb.python/py-cmd.exp
3152 * gdb.python/py-linetable.exp
3153 * gdb.python/py-xmethods.exp
3154 * gdb.python/python.exp
3155 * gdb.reverse/consecutive-precsave.exp
3156 * gdb.reverse/finish-precsave.exp
3157 * gdb.reverse/i386-precsave.exp
3158 * gdb.reverse/machinestate-precsave.exp
3159 * gdb.reverse/sigall-precsave.exp
3160 * gdb.reverse/solib-precsave.exp
3161 * gdb.reverse/step-precsave.exp
3162 * gdb.reverse/until-precsave.exp
3163 * gdb.reverse/watch-precsave.exp
3164 * gdb.threads/leader-exit.exp
3165 * gdb.threads/pthreads.exp
3166 * gdb.threads/wp-replication.exp
3167 * gdb.trace/actions.exp
3168 * gdb.trace/mi-tsv-changed.exp
3169 * gdb.trace/tsv.exp
3170
3171 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3172
3173 Fix test names starting with uppercase throughout the files.
3174
3175 * gdb.arch/i386-bp_permanent.exp
3176 * gdb.arch/i386-gnu-cfi.exp
3177 * gdb.base/disasm-end-cu.exp
3178 * gdb.base/macscp.exp
3179 * gdb.base/pending.exp
3180 * gdb.base/watch_thread_num.exp
3181 * gdb.cp/exception.exp
3182 * gdb.cp/gdb2495.exp
3183 * gdb.cp/local.exp
3184 * gdb.python/py-evsignal.exp
3185 * gdb.python/python.exp
3186 * gdb.trace/tracecmd.exp
3187
3188 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3189
3190 Fix test names starting with uppercase throughout the files.
3191
3192 * gdb.base/charset.exp
3193 * gdb.base/eval.exp
3194 * gdb.base/multi-forks.exp
3195 * gdb.guile/scm-progspace.exp
3196 * gdb.opencl/datatypes.exp
3197 * gdb.python/py-block.exp
3198 * gdb.python/py-function.exp
3199 * gdb.python/py-symbol.exp
3200 * gdb.python/py-symtab.exp
3201 * gdb.python/py-xmethods.exp
3202 * gdb.reverse/break-precsave.exp
3203 * gdb.reverse/break-reverse.exp
3204 * gdb.reverse/consecutive-precsave.exp
3205 * gdb.reverse/consecutive-reverse.exp
3206 * gdb.reverse/finish-precsave.exp
3207 * gdb.reverse/finish-reverse-bkpt.exp
3208 * gdb.reverse/finish-reverse.exp
3209 * gdb.reverse/fstatat-reverse.exp
3210 * gdb.reverse/getresuid-reverse.exp
3211 * gdb.reverse/i386-precsave.exp
3212 * gdb.reverse/i386-reverse.exp
3213 * gdb.reverse/i386-sse-reverse.exp
3214 * gdb.reverse/i387-stack-reverse.exp
3215 * gdb.reverse/insn-reverse.exp
3216 * gdb.reverse/machinestate-precsave.exp
3217 * gdb.reverse/machinestate.exp
3218 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3219 * gdb.reverse/pipe-reverse.exp
3220 * gdb.reverse/readv-reverse.exp
3221 * gdb.reverse/recvmsg-reverse.exp
3222 * gdb.reverse/rerun-prec.exp
3223 * gdb.reverse/s390-mvcle.exp
3224 * gdb.reverse/sigall-precsave.exp
3225 * gdb.reverse/sigall-reverse.exp
3226 * gdb.reverse/solib-precsave.exp
3227 * gdb.reverse/solib-reverse.exp
3228 * gdb.reverse/step-precsave.exp
3229 * gdb.reverse/step-reverse.exp
3230 * gdb.reverse/time-reverse.exp
3231 * gdb.reverse/until-precsave.exp
3232 * gdb.reverse/until-reverse.exp
3233 * gdb.reverse/waitpid-reverse.exp
3234 * gdb.reverse/watch-precsave.exp
3235 * gdb.reverse/watch-reverse.exp
3236
3237 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3238
3239 Fix test names starting with uppercase throughout the files.
3240
3241 * gdb.arch/i386-mpx-simple_segv.exp
3242 * gdb.arch/i386-mpx.exp
3243 * gdb.arch/i386-permbkpt.exp
3244 * gdb.arch/pa-nullify.exp
3245 * gdb.arch/powerpc-d128-regs.exp
3246 * gdb.arch/vsx-regs.exp
3247 * gdb.base/bfp-test.exp
3248 * gdb.base/break.exp
3249 * gdb.base/breakpoint-shadow.exp
3250 * gdb.base/callfuncs.exp
3251 * gdb.base/charset.exp
3252 * gdb.base/commands.exp
3253 * gdb.base/completion.exp
3254 * gdb.base/dfp-test.exp
3255 * gdb.base/echo.exp
3256 * gdb.base/ending-run.exp
3257 * gdb.base/eval.exp
3258 * gdb.base/expand-psymtabs.exp
3259 * gdb.base/float128.exp
3260 * gdb.base/floatn.exp
3261 * gdb.base/foll-exec-mode.exp
3262 * gdb.base/gdb1056.exp
3263 * gdb.base/gdb11531.exp
3264 * gdb.base/kill-after-signal.exp
3265 * gdb.base/multi-forks.exp
3266 * gdb.base/overlays.exp
3267 * gdb.base/pending.exp
3268 * gdb.base/sepdebug.exp
3269 * gdb.base/testenv.exp
3270 * gdb.base/valgrind-db-attach.exp
3271 * gdb.base/watch_thread_num.exp
3272 * gdb.base/watchpoint-cond-gone.exp
3273 * gdb.base/watchpoint.exp
3274 * gdb.base/watchpoints.exp
3275 * gdb.cp/arg-reference.exp
3276 * gdb.cp/baseenum.exp
3277 * gdb.cp/operator.exp
3278 * gdb.cp/shadow.exp
3279 * gdb.dwarf2/dw2-op-out-param.exp
3280 * gdb.dwarf2/dw2-reg-undefined.exp
3281 * gdb.go/chan.exp
3282 * gdb.go/hello.exp
3283 * gdb.go/integers.exp
3284 * gdb.go/methods.exp
3285 * gdb.go/package.exp
3286 * gdb.guile/scm-parameter.exp
3287 * gdb.guile/scm-progspace.exp
3288 * gdb.guile/scm-value.exp
3289 * gdb.mi/mi-pending.exp
3290 * gdb.mi/user-selected-context-sync.exp
3291 * gdb.multi/multi-attach.exp
3292 * gdb.multi/tids.exp
3293 * gdb.opt/clobbered-registers-O2.exp
3294 * gdb.pascal/floats.exp
3295 * gdb.pascal/integers.exp
3296 * gdb.python/py-block.exp
3297 * gdb.python/py-events.exp
3298 * gdb.python/py-parameter.exp
3299 * gdb.python/py-symbol.exp
3300 * gdb.python/py-symtab.exp
3301 * gdb.python/py-type.exp
3302 * gdb.python/py-value.exp
3303 * gdb.python/py-xmethods.exp
3304 * gdb.python/python.exp
3305 * gdb.reverse/break-precsave.exp
3306 * gdb.reverse/consecutive-precsave.exp
3307 * gdb.reverse/finish-precsave.exp
3308 * gdb.reverse/i386-precsave.exp
3309 * gdb.reverse/machinestate-precsave.exp
3310 * gdb.reverse/sigall-precsave.exp
3311 * gdb.reverse/solib-precsave.exp
3312 * gdb.reverse/step-precsave.exp
3313 * gdb.reverse/until-precsave.exp
3314 * gdb.reverse/watch-precsave.exp
3315 * gdb.server/ext-attach.exp
3316 * gdb.server/ext-restart.exp
3317 * gdb.server/ext-run.exp
3318 * gdb.server/ext-wrapper.exp
3319 * gdb.stabs/gdb11479.exp
3320 * gdb.stabs/weird.exp
3321 * gdb.threads/attach-many-short-lived-threads.exp
3322 * gdb.threads/kill.exp
3323 * gdb.threads/watchpoint-fork.exp
3324
3325 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3326
3327 Fix test names starting with uppercase throughout all the files below.
3328
3329 * gdb.ada/array_return.exp
3330 * gdb.ada/catch_ex.exp
3331 * gdb.ada/info_exc.exp
3332 * gdb.ada/mi_catch_ex.exp
3333 * gdb.ada/mi_dyn_arr.exp
3334 * gdb.ada/mi_ex_cond.exp
3335 * gdb.ada/mi_exc_info.exp
3336 * gdb.ada/mi_interface.exp
3337 * gdb.ada/mi_task_arg.exp
3338 * gdb.ada/mi_task_info.exp
3339 * gdb.ada/mi_var_array.exp
3340 * gdb.arch/alpha-step.exp
3341 * gdb.arch/amd64-disp-step.exp
3342 * gdb.arch/arm-disp-step.exp
3343 * gdb.arch/disp-step-insn-reloc.exp
3344 * gdb.arch/e500-prologue.exp
3345 * gdb.arch/ftrace-insn-reloc.exp
3346 * gdb.arch/gdb1558.exp
3347 * gdb.arch/i386-bp_permanent.exp
3348 * gdb.arch/i386-disp-step.exp
3349 * gdb.arch/i386-float.exp
3350 * gdb.arch/i386-gnu-cfi.exp
3351 * gdb.arch/ia64-breakpoint-shadow.exp
3352 * gdb.arch/mips16-thunks.exp
3353 * gdb.arch/pa-nullify.exp
3354 * gdb.arch/powerpc-aix-prologue.exp
3355 * gdb.arch/powerpc-power.exp
3356 * gdb.arch/ppc-dfp.exp
3357 * gdb.arch/s390-tdbregs.exp
3358 * gdb.arch/spu-info.exp
3359 * gdb.arch/spu-ls.exp
3360 * gdb.arch/thumb-bx-pc.exp
3361 * gdb.base/advance.exp
3362 * gdb.base/annota-input-while-running.exp
3363 * gdb.base/arrayidx.exp
3364 * gdb.base/asmlabel.exp
3365 * gdb.base/async.exp
3366 * gdb.base/attach-wait-input.exp
3367 * gdb.base/auto-connect-native-target.exp
3368 * gdb.base/batch-preserve-term-settings.exp
3369 * gdb.base/bfp-test.exp
3370 * gdb.base/bigcore.exp
3371 * gdb.base/bp-permanent.exp
3372 * gdb.base/break-always.exp
3373 * gdb.base/break-fun-addr.exp
3374 * gdb.base/break-idempotent.exp
3375 * gdb.base/break-main-file-remove-fail.exp
3376 * gdb.base/break-probes.exp
3377 * gdb.base/break-unload-file.exp
3378 * gdb.base/break.exp
3379 * gdb.base/call-ar-st.exp
3380 * gdb.base/call-rt-st.exp
3381 * gdb.base/call-sc.exp
3382 * gdb.base/call-signal-resume.exp
3383 * gdb.base/call-strs.exp
3384 * gdb.base/callexit.exp
3385 * gdb.base/callfuncs.exp
3386 * gdb.base/catch-gdb-caused-signals.exp
3387 * gdb.base/catch-signal-siginfo-cond.exp
3388 * gdb.base/catch-syscall.exp
3389 * gdb.base/compare-sections.exp
3390 * gdb.base/cond-eval-mode.exp
3391 * gdb.base/condbreak-call-false.exp
3392 * gdb.base/consecutive-step-over.exp
3393 * gdb.base/cursal.exp
3394 * gdb.base/disabled-location.exp
3395 * gdb.base/disasm-end-cu.exp
3396 * gdb.base/display.exp
3397 * gdb.base/double-prompt-target-event-error.exp
3398 * gdb.base/dprintf-bp-same-addr.exp
3399 * gdb.base/dprintf-detach.exp
3400 * gdb.base/dprintf-next.exp
3401 * gdb.base/dprintf-non-stop.exp
3402 * gdb.base/dprintf-pending.exp
3403 * gdb.base/dso2dso.exp
3404 * gdb.base/ending-run.exp
3405 * gdb.base/enum_cond.exp
3406 * gdb.base/examine-backward.exp
3407 * gdb.base/exe-lock.exp
3408 * gdb.base/exec-invalid-sysroot.exp
3409 * gdb.base/execl-update-breakpoints.exp
3410 * gdb.base/execution-termios.exp
3411 * gdb.base/fileio.exp
3412 * gdb.base/fixsection.exp
3413 * gdb.base/foll-exec-mode.exp
3414 * gdb.base/foll-exec.exp
3415 * gdb.base/fork-running-state.exp
3416 * gdb.base/frame-args.exp
3417 * gdb.base/fullpath-expand.exp
3418 * gdb.base/func-ptr.exp
3419 * gdb.base/gcore-relro-pie.exp
3420 * gdb.base/gdb1090.exp
3421 * gdb.base/gdb1555.exp
3422 * gdb.base/global-var-nested-by-dso.exp
3423 * gdb.base/gnu-ifunc.exp
3424 * gdb.base/hbreak-in-shr-unsupported.exp
3425 * gdb.base/hbreak-unmapped.exp
3426 * gdb.base/hook-stop.exp
3427 * gdb.base/infcall-input.exp
3428 * gdb.base/info-fun.exp
3429 * gdb.base/info-shared.exp
3430 * gdb.base/interrupt-noterm.exp
3431 * gdb.base/jit-so.exp
3432 * gdb.base/jit.exp
3433 * gdb.base/line-symtabs.exp
3434 * gdb.base/list.exp
3435 * gdb.base/longjmp.exp
3436 * gdb.base/macscp.exp
3437 * gdb.base/max-value-size.exp
3438 * gdb.base/nodebug.exp
3439 * gdb.base/nofield.exp
3440 * gdb.base/overlays.exp
3441 * gdb.base/paginate-after-ctrl-c-running.exp
3442 * gdb.base/paginate-bg-execution.exp
3443 * gdb.base/paginate-inferior-exit.exp
3444 * gdb.base/pending.exp
3445 * gdb.base/pr11022.exp
3446 * gdb.base/printcmds.exp
3447 * gdb.base/ptr-typedef.exp
3448 * gdb.base/ptype.exp
3449 * gdb.base/randomize.exp
3450 * gdb.base/range-stepping.exp
3451 * gdb.base/realname-expand.exp
3452 * gdb.base/relativedebug.exp
3453 * gdb.base/remote.exp
3454 * gdb.base/savedregs.exp
3455 * gdb.base/sepdebug.exp
3456 * gdb.base/set-noassign.exp
3457 * gdb.base/shlib-call.exp
3458 * gdb.base/shreloc.exp
3459 * gdb.base/sigaltstack.exp
3460 * gdb.base/sigbpt.exp
3461 * gdb.base/siginfo-addr.exp
3462 * gdb.base/siginfo-obj.exp
3463 * gdb.base/siginfo-thread.exp
3464 * gdb.base/signest.exp
3465 * gdb.base/signull.exp
3466 * gdb.base/sigrepeat.exp
3467 * gdb.base/skip.exp
3468 * gdb.base/so-impl-ld.exp
3469 * gdb.base/solib-corrupted.exp
3470 * gdb.base/solib-disc.exp
3471 * gdb.base/solib-display.exp
3472 * gdb.base/solib-overlap.exp
3473 * gdb.base/solib-search.exp
3474 * gdb.base/solib-symbol.exp
3475 * gdb.base/source-execution.exp
3476 * gdb.base/sss-bp-on-user-bp-2.exp
3477 * gdb.base/sss-bp-on-user-bp.exp
3478 * gdb.base/stack-checking.exp
3479 * gdb.base/stale-infcall.exp
3480 * gdb.base/step-break.exp
3481 * gdb.base/step-line.exp
3482 * gdb.base/step-over-exit.exp
3483 * gdb.base/step-test.exp
3484 * gdb.base/structs.exp
3485 * gdb.base/sym-file.exp
3486 * gdb.base/symtab-search-order.exp
3487 * gdb.base/term.exp
3488 * gdb.base/type-opaque.exp
3489 * gdb.base/unload.exp
3490 * gdb.base/until-nodebug.exp
3491 * gdb.base/until.exp
3492 * gdb.base/unwindonsignal.exp
3493 * gdb.base/watch-cond.exp
3494 * gdb.base/watch-non-mem.exp
3495 * gdb.base/watch_thread_num.exp
3496 * gdb.base/watchpoint-reuse-slot.exp
3497 * gdb.base/watchpoint-solib.exp
3498 * gdb.base/watchpoint.exp
3499 * gdb.btrace/dlopen.exp
3500 * gdb.cell/arch.exp
3501 * gdb.cell/break.exp
3502 * gdb.cell/bt.exp
3503 * gdb.cell/core.exp
3504 * gdb.cell/data.exp
3505 * gdb.cell/dwarfaddr.exp
3506 * gdb.cell/ea-cache.exp
3507 * gdb.cell/ea-standalone.exp
3508 * gdb.cell/ea-test.exp
3509 * gdb.cell/f-regs.exp
3510 * gdb.cell/fork.exp
3511 * gdb.cell/gcore.exp
3512 * gdb.cell/mem-access.exp
3513 * gdb.cell/ptype.exp
3514 * gdb.cell/registers.exp
3515 * gdb.cell/sizeof.exp
3516 * gdb.cell/solib-symbol.exp
3517 * gdb.cell/solib.exp
3518 * gdb.compile/compile-tls.exp
3519 * gdb.cp/exception.exp
3520 * gdb.cp/gdb2495.exp
3521 * gdb.cp/local.exp
3522 * gdb.cp/mb-inline.exp
3523 * gdb.cp/mb-templates.exp
3524 * gdb.cp/pr10687.exp
3525 * gdb.cp/pr9167.exp
3526 * gdb.cp/scope-err.exp
3527 * gdb.cp/templates.exp
3528 * gdb.cp/virtfunc.exp
3529 * gdb.dwarf2/dw2-dir-file-name.exp
3530 * gdb.dwarf2/dw2-single-line-discriminators.exp
3531 * gdb.fortran/complex.exp
3532 * gdb.fortran/library-module.exp
3533 * gdb.guile/guile.exp
3534 * gdb.guile/scm-cmd.exp
3535 * gdb.guile/scm-frame-inline.exp
3536 * gdb.guile/scm-objfile.exp
3537 * gdb.guile/scm-pretty-print.exp
3538 * gdb.guile/scm-symbol.exp
3539 * gdb.guile/scm-type.exp
3540 * gdb.guile/scm-value.exp
3541 * gdb.linespec/keywords.exp
3542 * gdb.linespec/ls-errs.exp
3543 * gdb.linespec/macro-relative.exp
3544 * gdb.linespec/thread.exp
3545 * gdb.mi/mi-breakpoint-changed.exp
3546 * gdb.mi/mi-dprintf-pending.exp
3547 * gdb.mi/mi-fullname-deleted.exp
3548 * gdb.mi/mi-logging.exp
3549 * gdb.mi/mi-pending.exp
3550 * gdb.mi/mi-solib.exp
3551 * gdb.mi/new-ui-mi-sync.exp
3552 * gdb.mi/user-selected-context-sync.exp
3553 * gdb.multi/dummy-frame-restore.exp
3554 * gdb.multi/multi-arch-exec.exp
3555 * gdb.multi/remove-inferiors.exp
3556 * gdb.multi/watchpoint-multi-exit.exp
3557 * gdb.opt/solib-intra-step.exp
3558 * gdb.perf/backtrace.exp
3559 * gdb.perf/single-step.exp
3560 * gdb.perf/skip-command.exp
3561 * gdb.perf/skip-prologue.exp
3562 * gdb.perf/solib.exp
3563 * gdb.python/lib-types.exp
3564 * gdb.python/py-as-string.exp
3565 * gdb.python/py-bad-printers.exp
3566 * gdb.python/py-block.exp
3567 * gdb.python/py-breakpoint.exp
3568 * gdb.python/py-cmd.exp
3569 * gdb.python/py-events.exp
3570 * gdb.python/py-evthreads.exp
3571 * gdb.python/py-finish-breakpoint.exp
3572 * gdb.python/py-finish-breakpoint2.exp
3573 * gdb.python/py-frame-inline.exp
3574 * gdb.python/py-frame.exp
3575 * gdb.python/py-inferior.exp
3576 * gdb.python/py-infthread.exp
3577 * gdb.python/py-mi.exp
3578 * gdb.python/py-objfile.exp
3579 * gdb.python/py-pp-maint.exp
3580 * gdb.python/py-pp-registration.exp
3581 * gdb.python/py-prettyprint.exp
3582 * gdb.python/py-recurse-unwind.exp
3583 * gdb.python/py-shared.exp
3584 * gdb.python/py-symbol.exp
3585 * gdb.python/py-symtab.exp
3586 * gdb.python/py-template.exp
3587 * gdb.python/py-type.exp
3588 * gdb.python/py-unwind-maint.exp
3589 * gdb.python/py-unwind.exp
3590 * gdb.python/py-value.exp
3591 * gdb.python/python.exp
3592 * gdb.reverse/finish-reverse-bkpt.exp
3593 * gdb.reverse/insn-reverse.exp
3594 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3595 * gdb.reverse/solib-precsave.exp
3596 * gdb.reverse/solib-reverse.exp
3597 * gdb.stabs/gdb11479.exp
3598 * gdb.stabs/weird.exp
3599 * gdb.threads/fork-child-threads.exp
3600 * gdb.threads/fork-plus-threads.exp
3601 * gdb.threads/fork-thread-pending.exp
3602 * gdb.threads/forking-threads-plus-breakpoint.exp
3603 * gdb.threads/hand-call-in-threads.exp
3604 * gdb.threads/interrupted-hand-call.exp
3605 * gdb.threads/linux-dp.exp
3606 * gdb.threads/local-watch-wrong-thread.exp
3607 * gdb.threads/next-while-other-thread-longjmps.exp
3608 * gdb.threads/non-ldr-exit.exp
3609 * gdb.threads/pending-step.exp
3610 * gdb.threads/print-threads.exp
3611 * gdb.threads/process-dies-while-detaching.exp
3612 * gdb.threads/process-dies-while-handling-bp.exp
3613 * gdb.threads/pthreads.exp
3614 * gdb.threads/queue-signal.exp
3615 * gdb.threads/reconnect-signal.exp
3616 * gdb.threads/signal-command-handle-nopass.exp
3617 * gdb.threads/signal-command-multiple-signals-pending.exp
3618 * gdb.threads/signal-delivered-right-thread.exp
3619 * gdb.threads/signal-sigtrap.exp
3620 * gdb.threads/sigthread.exp
3621 * gdb.threads/staticthreads.exp
3622 * gdb.threads/stepi-random-signal.exp
3623 * gdb.threads/thread-unwindonsignal.exp
3624 * gdb.threads/thread_check.exp
3625 * gdb.threads/thread_events.exp
3626 * gdb.threads/tid-reuse.exp
3627 * gdb.threads/tls-nodebug.exp
3628 * gdb.threads/tls-shared.exp
3629 * gdb.threads/tls-so_extern.exp
3630 * gdb.threads/tls.exp
3631 * gdb.threads/wp-replication.exp
3632 * gdb.trace/actions-changed.exp
3633 * gdb.trace/actions.exp
3634 * gdb.trace/backtrace.exp
3635 * gdb.trace/change-loc.exp
3636 * gdb.trace/collection.exp
3637 * gdb.trace/deltrace.exp
3638 * gdb.trace/disconnected-tracing.exp
3639 * gdb.trace/entry-values.exp
3640 * gdb.trace/ftrace-lock.exp
3641 * gdb.trace/ftrace.exp
3642 * gdb.trace/infotrace.exp
3643 * gdb.trace/mi-trace-frame-collected.exp
3644 * gdb.trace/mi-trace-unavailable.exp
3645 * gdb.trace/mi-traceframe-changed.exp
3646 * gdb.trace/mi-tracepoint-changed.exp
3647 * gdb.trace/mi-tsv-changed.exp
3648 * gdb.trace/no-attach-trace.exp
3649 * gdb.trace/packetlen.exp
3650 * gdb.trace/passc-dyn.exp
3651 * gdb.trace/passcount.exp
3652 * gdb.trace/pending.exp
3653 * gdb.trace/pr16508.exp
3654 * gdb.trace/qtro.exp
3655 * gdb.trace/range-stepping.exp
3656 * gdb.trace/read-memory.exp
3657 * gdb.trace/report.exp
3658 * gdb.trace/save-trace.exp
3659 * gdb.trace/signal.exp
3660 * gdb.trace/stap-trace.exp
3661 * gdb.trace/status-stop.exp
3662 * gdb.trace/strace.exp
3663 * gdb.trace/tfile.exp
3664 * gdb.trace/tfind.exp
3665 * gdb.trace/trace-break.exp
3666 * gdb.trace/trace-condition.exp
3667 * gdb.trace/trace-enable-disable.exp
3668 * gdb.trace/trace-mt.exp
3669 * gdb.trace/tracecmd.exp
3670 * gdb.trace/tracefile-pseudo-reg.exp
3671 * gdb.trace/tspeed.exp
3672 * gdb.trace/tstatus.exp
3673 * gdb.trace/tsv.exp
3674 * gdb.trace/unavailable.exp
3675 * gdb.trace/while-dyn.exp
3676 * gdb.trace/while-stepping.exp
3677 * lib/gdb-guile.exp
3678 * lib/gdb.exp
3679 * lib/mi-support.exp
3680 * lib/pascal.exp
3681 * lib/perftest.exp
3682 * lib/prelink-support.exp
3683 * lib/selftest-support.exp
3684
3685 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3686
3687 * Makefile.in: Include disable-implicit-rules.mk.
3688
3689 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3690
3691 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3692 non-byte-aligned bit fields.
3693
3694 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3695
3696 PR gdb/12616
3697 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3698 respects the DW_AT_data_bit_offset attribute.
3699
3700 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3701
3702 * gdb.base/default.exp: Fix output of "set language".
3703
3704 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3705
3706 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3707 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3708 make.
3709 * configure.ac: Remove checks for the make program.
3710 * configure: Re-generate.
3711
3712 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3713
3714 * gdb.python/py-recurse-unwind.c (main): Add loop.
3715 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3716 to read_register() and gdb.parse_and_eval(). Make each code
3717 call a separate case that can be individually tested.
3718 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3719 proc. Call cont_and_backtrace for each of the code paths that
3720 we want to test in the unwinder.
3721
3722 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3723
3724 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3725 the definition of struct S.
3726
3727 2016-11-11 Catherine Moore <clm@codesourcery.com>
3728
3729 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3730
3731 2016-11-09 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/commands.exp (runto_or_return): New procedure.
3734 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3735 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3736 (progvar_simple_while_test, progvar_complex_if_while_test)
3737 (if_while_breakpoint_command_test)
3738 (infrun_breakpoint_command_test, breakpoint_command_test)
3739 (user_defined_command_test, watchpoint_command_test)
3740 (test_command_prompt_position, redefine_hook_test)
3741 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3742 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3743 multi_line_input and multi_line. Remove gdb_expect and
3744 gdb_stop_suppressing_tests uses.
3745 * lib/gdb.exp (valnum_re): New global.
3746 (multi_line_input): New procedure.
3747
3748 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3749
3750 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3751 Remove.
3752 (test_setup): Define with proc_with_prefix.
3753 (test_cli_inferior): Likewise.
3754 (test_cli_thread): Likewise.
3755 (test_cli_frame): Likewise.
3756 (test_cli_select_frame): Likewise.
3757 (test_cli_up_down): Likewise.
3758 (test_mi_thread_select): Likewise.
3759 (test_mi_stack_select_frame): Likewise.
3760 (test_cli_in_mi_inferior): Likewise.
3761 (test_cli_in_mi_thread): Likewise.
3762 (test_cli_in_mi_frame): Likewise.
3763 (top level): Do not use with_test_prefix_procname.
3764
3765 2016-11-09 Pedro Alves <palves@redhat.com>
3766
3767 * gdb.base/commands.exp (gdbvar_simple_if_test)
3768 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3769 (progvar_simple_if_test, progvar_simple_while_test)
3770 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3771 (infrun_breakpoint_command_test, breakpoint_command_test)
3772 (user_defined_command_test, watchpoint_command_test)
3773 (test_command_prompt_position, deprecated_command_test)
3774 (bp_deleted_in_command, temporary_breakpoint_commands)
3775 (stray_arg0_test, source_file_with_indented_comment)
3776 (recursive_source_test, if_commands_test)
3777 (error_clears_commands_left, redefine_hook_test)
3778 (redefine_backtrace_test): Use proc_with_prefix.
3779 * lib/gdb.exp (proc_with_prefix): New proc.
3780
3781 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3782
3783 * gdb.base/tui-layout.c: New file.
3784 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3785 disassembly window contains very long lines.
3786
3787 2016-11-08 Tom Tromey <tom@tromey.com>
3788
3789 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3790 depend on Python 2.
3791
3792 2016-11-08 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3795 New method.
3796
3797 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3798
3799 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3800
3801 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3802
3803 * gdb.rust/simple.rs: Add test for univariant enums without
3804 discriminants and for encoded struct-like enums.
3805
3806 2016-10-28 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3809 gdb_test_multiple, tighten regexps and match symtabs and line
3810 tables incrementally.
3811
3812 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3813
3814 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3815 general.
3816
3817 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3818
3819 * gdb.base/exec-invalid-sysroot.exp: New file.
3820
3821 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3824
3825 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3826
3827 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3828
3829 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3830
3831 * gdb.base/killed-outside.exp: Remove $options from a call to
3832 `prepare_for_testing'.
3833
3834 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3835
3836 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3837 Change test message.
3838
3839 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3840
3841 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3842 Update comment.
3843
3844 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3845
3846 * gdb.trace/mi-trace-save.exp: New file.
3847
3848 2016-10-13 Yao Qi <yao.qi@linaro.org>
3849
3850 * gdb.base/code_elim.exp (get_var_address): Remove.
3851 * gdb.base/relocate.exp: Likewise.
3852 * gdb.base/shreloc.exp: Likewise.
3853 * lib/gdb.exp (get_var_address): New.
3854
3855 2016-10-13 Yao Qi <yao.qi@linaro.org>
3856
3857 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3858 floating point tests if $skip_float_test is false.
3859
3860 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
3861
3862 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3863 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3864 argc values.
3865 Add 1 to argc so we guarantee distinct initial/modified argc values.
3866
3867 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3870
3871 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3874 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3875 * gdb.arch/vsx-regs.exp: Likewise.
3876
3877 2016-10-07 Yao Qi <yao.qi@linaro.org>
3878
3879 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3880
3881 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3882
3883 * gdb.python/python.exp: Test decode_line("*0").
3884
3885 2016-10-06 Doug Evans <dje@google.com>
3886
3887 * gdb.python/py-value.exp (test_value_creation): Add test for large
3888 unsigned 64-bit value.
3889
3890 2016-10-06 Tom Tromey <tom@tromey.com>
3891
3892 * gdb.compile/compile.exp: Change java tests to rust.
3893 * gdb.base/setshow.exp: Change java tests to rust.
3894 * gdb.base/default.exp: Remove java from language list.
3895 * README (Examples): Update language example.
3896 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3897 test.
3898 * lib/gdb.exp (skip_java_tests): Remove.
3899 * lib/java.exp: Remove.
3900 * gdb.java: Remove.
3901
3902 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3903
3904 * gdb.arch/mips-fcr.exp: New test.
3905 * gdb.arch/mips-fcr.c: Source for the new test.
3906
3907 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3908
3909 * gdb.base/solib-disc.exp: Use `standard_output_file'
3910 throughout.
3911
3912 2016-10-06 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/jit-simple-dl.c: New file.
3915 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3916 * gdb.base/jit-simple.c: ... this.
3917 * gdb.base/jit-simple.exp (jit_run): Delete.
3918 (build_jit): New proc.
3919 (jit_test_reread): Recompile either the main program or the shared
3920 library, depending on what is being tested. Skip changing address
3921 if caller wants to. Compare before/after addresses. If testing
3922 standalone, explicitly load the binary. Test "maint info
3923 breakpoints".
3924 (top level): Add "standalone vs shared lib" and "change address"
3925 vs "same address" axes.
3926
3927 2016-10-06 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3930 call.
3931 (jit_run): Delete.
3932 (jit_test_reread): Use with_test_prefix. Reload the main binary
3933 explicitly. Compare the before/after addresses of the JIT
3934 descriptor.
3935
3936 2016-08-15 Doug Evans <dje@google.com>
3937
3938 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3939 for single bitfields is bool.
3940 * gdb.xml/tdesc-regs.exp: Ditto.
3941
3942 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3945
3946 2016-10-05 Yao Qi <yao.qi@linaro.org>
3947
3948 * lib/gdb.exp (support_complex_tests): Return zero if
3949 gdb_skip_float_test return true.
3950
3951 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3952 Simon Marchi <simon.marchi@ericsson.com>
3953
3954 PR gdb/20487
3955 * gdb.mi/user-selected-context-sync.exp: New file.
3956 * gdb.mi/user-selected-context-sync.c: New file.
3957
3958 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3959 Simon Marchi <simon.marchi@ericsson.com>
3960
3961 PR gdb/20487
3962 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3963 =thread-select-event check.
3964
3965 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3966
3967 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3968 the compulsory L operand changes.
3969 * gdb.arch/powerpc-power.s: Likewise.
3970
3971 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3974 * gdb.base/jit-attach-pie.c: New file.
3975 * gdb.base/jit-attach-pie.exp: New file.
3976
3977 2016-09-28 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.base/infcall-input.c: New file.
3980 * gdb.base/infcall-input.exp: New file.
3981
3982 2016-09-22 Yao Qi <yao.qi@linaro.org>
3983
3984 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3985 (gdb_exit): Rename it to ...
3986 (gdbserver_gdb_exit): ... Close GDBserver.
3987 (gdb_exit): New proc, call gdbserver_gdb_exit.
3988 (mi_gdb_exit): Likewise.
3989
3990 2016-09-22 Yao Qi <yao.qi@linaro.org>
3991
3992 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3993 path.
3994 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3995 Remove duplication.
3996
3997 2016-09-22 Yao Qi <yao.qi@linaro.org>
3998
3999 * lib/gdbserver-support.exp: Check the existence of
4000 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4001
4002 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4003
4004 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4005
4006 2016-09-21 Tom Tromey <tom@tromey.com>
4007
4008 PR gdb/20604:
4009 * gdb.base/quit.exp: New file.
4010
4011 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4012
4013 * .gitignore: New file.
4014
4015 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4016
4017 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4018 throughout.
4019
4020 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4021
4022 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4023
4024 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 * gdb.cp/casts.cc (decltype): Move it ...
4027 (main): ... with its call to ...
4028 * gdb.cp/casts03.cc: ... a new file.
4029 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4030
4031 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4034
4035 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4036
4037 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4038 and sync up the test with tests in gas/testsuite/gas/ppc.
4039 * gdb.arch/powerpc-power.exp: Likewise.
4040
4041 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4044
4045 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4046 Jan Kratochvil <jan.kratochvil@redhat.com>
4047
4048 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4049 make m1's definition to be different from m2's. Use 'dummy' as an
4050 argument for probe 'two'.
4051
4052 2016-09-10 Jon Beniston <jon@beniston.com>
4053
4054 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4055 for sim target.
4056
4057 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4058
4059 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4060 variable declaration.
4061 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4062 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4063 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4064 received HWCAP as its argument.
4065
4066 2016-09-06 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/new-ui-pending-input.c: New file.
4069 * gdb.base/new-ui-pending-input.exp: New file.
4070 * gdb.exp (clear_gdb_spawn_id): New procedure.
4071 (with_spawn_id): Check whether gdb_spawn_id exists before
4072 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4073 on exit.
4074
4075 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4076
4077 * gdb.base/float128.c: New file.
4078 * gdb.base/float128.exp: Likewise.
4079 * gdb.base/floatn.c: Likewise.
4080 * gdb.base/floatn.exp: Likewise.
4081
4082 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4083
4084 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4085
4086 2016-09-05 Pedro Alves <palves@redhat.com>
4087
4088 PR backtrace/19927
4089 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4090 unwinders are immediately called as side effect of "source" or
4091 "disable unwinder" commands.
4092 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4093
4094 2016-09-02 Yao Qi <yao.qi@linaro.org>
4095
4096 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4097 is true and $type is "float" or "double".
4098
4099 2016-09-02 Yao Qi <yao.qi@linaro.org>
4100
4101 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4102 true.
4103 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4104 * gdb.base/call-rt-st.exp: Likewise.
4105 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4106 return value instead of gdb,skip_float_test.
4107 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4108 (do_function_calls): Use its return value instead of
4109 gdb,skip_float_test.
4110 * gdb.base/finish.exp: Likewise.
4111 * gdb.base/funcargs.exp: Likewise.
4112 * gdb.base/return.exp: Likewise.
4113 * gdb.base/return2.exp: Likewise.
4114 * gdb.base/varargs.exp: Likewise.
4115 * lib/gdb.exp (gdb_skip_float_test): Change it to
4116 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4117
4118 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4119
4120 * gdb.multi/tids.exp: Test "thread apply all".
4121
4122 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * gdb.base/default.exp (tty): Remove.
4125
4126 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4127
4128 * gdb.python/py-recurse-unwind.c: New file.
4129 * gdb.python/py-recurse-unwind.py: New file.
4130 * gdb.python/py-recurse-unwind.exp: New file.
4131
4132 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4133
4134 * gdb.base/set-inferior-tty.exp: New file.
4135 * gdb.base/set-inferior-tty.c: New file.
4136
4137 2016-08-23 Pedro Alves <palves@redhat.com>
4138
4139 PR gdb/20494
4140 * gdb.base/new-ui-echo.c: New file.
4141 * gdb.base/new-ui-echo.exp: New file.
4142
4143 2016-08-23 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4146 gdbserver_spawn.
4147 * gdb.server/connect-without-multi-process.exp (do_test):
4148 Likewise.
4149
4150 2016-08-23 Yao Qi <yao.qi@linaro.org>
4151
4152 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4153 standalone_txt. Delete gdb_txt and standalone_txt on host
4154 and target. Spawn the binary on target. Copy files from
4155 target to host.
4156
4157 2016-08-22 Pedro Alves <palves@redhat.com>
4158
4159 PR gdb/20505
4160 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4161 with_test_prefix. Factor out bits to ...
4162 (test_no_vdso): ... this new procedure.
4163
4164 2016-08-19 Carl Love <cel@us.ibm.com>
4165
4166 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4167 maintaining separate logic for constructing the output path.
4168 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4169 * gdb.arch/ppc-dfp.exp: Likewise.
4170 * gdb.arch/ppc-fp.exp: Likewise.
4171 * gdb.arch/vsx-regs.exp: Likewise.
4172 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4173 binprefix for generating the additional binary files.
4174
4175 2016-08-19 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.trace/mi-trace-frame-collected.exp
4178 (test_trace_frame_collected): On x32, expect two registers.
4179
4180 2016-08-18 Carl Love <cel@us.ibm.com>
4181
4182 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4183 and sync up the test with tests in gas/testsuite/gas/ppc.
4184 * gdb.arch/powerpc-power.exp: Likewise.
4185
4186 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4187
4188 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4189 expected error message.
4190
4191 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4192
4193 * gdb.multi/remove-inferiors.exp: New file.
4194 * gdb.multi/remove-inferiors.c: New file.
4195
4196 2016-08-12 Yao Qi <yao.qi@linaro.org>
4197
4198 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4199 argument list.
4200
4201 2016-08-10 Pedro Alves <palves@redhat.com>
4202
4203 PR gdb/19187
4204 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4205 setup_kfails.
4206
4207 2016-08-09 Pedro Alves <palves@redhat.com>
4208 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 PR gdb/20418
4211 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4212 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4213
4214 2016-08-09 Pedro Alves <palves@redhat.com>
4215
4216 PR mi/20431
4217 * gdb.mi/mi-cmd-error.exp: New file.
4218
4219 2016-08-09 Pedro Alves <palves@redhat.com>
4220
4221 PR gdb/18653
4222 * gdb.base/signals-state-child.c: New file.
4223 * gdb.base/signals-state-child.exp: New file.
4224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4225
4226 2016-08-09 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4229
4230 2016-08-03 Tom Tromey <tom@tromey.com>
4231
4232 PR python/18565:
4233 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4234
4235 2016-08-01 Yao Qi <yao.qi@linaro.org>
4236
4237 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4238 variable mode to "multi-process" if $multi_process is 1, otherwise
4239 set it to "single-process".
4240
4241 2016-08-01 Yao Qi <yao.qi@linaro.org>
4242
4243 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4244 * gdb.cp/cpexprs.exp: Likewise.
4245 * gdb.cp/m-static.exp: Likewise.
4246
4247 2016-07-26 Tom Tromey <tom@tromey.com>
4248
4249 PR python/20190:
4250 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4251 test.
4252
4253 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4254
4255 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4256 selecting assembly source files.
4257 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4258 assembly source files.
4259 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4260 assembly source files.
4261 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4262 selecting assembly source files.
4263
4264 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4265
4266 * gdb.base/new-ui.exp (do_test_invalid_args): New
4267 procedure.
4268
4269 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4270
4271 * gdb.btrace/reconnect.c: New file.
4272 * gdb.btrace/reconnect.exp: New file.
4273
4274 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4275
4276 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4277 to test_catch_syscall_group.
4278 (test_catch_syscall_group): New.
4279
4280 2016-07-21 Tom Tromey <tom@tromey.com>
4281
4282 * gdb.rust/simple.rs (main): Use empty struct expression.
4283 * gdb.rust/simple.exp: Add tests for empty struct expression.
4284
4285 2016-07-21 Yao Qi <yao.qi@linaro.org>
4286
4287 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4288 if gdb_skip_xml_test is true on some targets.
4289
4290 2016-07-21 Yao Qi <yao.qi@linaro.org>
4291
4292 * gdb.server/solib-list.exp: Unset last_loaded_file.
4293
4294 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4297 "step into captured_main (args)".
4298
4299 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4302
4303 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4306
4307 2016-07-19 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4310 * gdb.opt/inline-bt.exp: Likewise.
4311 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4312 additional_flags=-Winline.
4313 * gdb.opt/inline-locals.exp: Likewise.
4314 * gdb.opt/inline-markers.c (ATTR): Define.
4315 (inlined_fn): Use it.
4316
4317 2016-07-19 Yao Qi <yao.qi@linaro.org>
4318
4319 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4320 (test_with_self): Remove some code. Remove argument executable.
4321 (top-level): Use do_self_tests.
4322
4323 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4324 Don Breazeal <donb@codesourcery.com>
4325
4326 * gdb.base/maint.exp: Escape paths used in regular expressions.
4327 * gdb.stabs/weird.exp: Likewise.
4328
4329 2016-07-13 Tom Tromey <tom@tromey.com>
4330
4331 PR python/15620, PR python/18620:
4332 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4333 (test_bkpt_events): New procs.
4334
4335 2016-07-13 Tom Tromey <tom@tromey.com>
4336
4337 PR python/17698:
4338 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4339 test.
4340 (test_watchpoints): Likewise.
4341 (test_bkpt_pending): New proc.
4342
4343 2016-07-13 Tom Tromey <tom@tromey.com>
4344
4345 PR cli/18053:
4346 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4347 completion test.
4348
4349 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4352 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4353 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4354 f_label.
4355 (g): Rename g_end_lbl to g_label.
4356 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4357 low_pc and high_pc.
4358 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4359
4360 2016-07-12 Tom Tromey <tom@tromey.com>
4361
4362 PR python/19293:
4363 * gdb.python/py-unwind-maint.exp: Update tests.
4364
4365 2016-07-12 Yao Qi <yao.qi@linaro.org>
4366
4367 * lib/selftest-support.exp (selftest_setup): Match the output
4368 when captured_main is inlined.
4369
4370 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4371
4372 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4373 New variables.
4374 (print this%a, print this%b, print this): New tests.
4375 * gdb.fortran/derived-types.f90 (this): New object and
4376 initialization.
4377
4378 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4379
4380 * gdb.ada/arraydim.exp: Remove extra directory level in build
4381 directory.
4382
4383 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4384
4385 * lib/ada.exp: Remove extra directory level in build directory.
4386 * gdb.ada/cond_lang.exp: Likewise.
4387 * gdb.ada/exec_changed.exp: Likewise.
4388 * gdb.ada/lang_switch.exp: Likewise.
4389
4390 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4391
4392 * simple.rs: Add test for raw pointer subscripting.
4393 * simple.exp: Add test expectations.
4394
4395 2016-07-05 Yao Qi <yao.qi@linaro.org>
4396
4397 * gdb.mi/mi-reverse.exp: Match =record-started output.
4398
4399 2016-07-01 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4402 procedure.
4403 (jit_reader_test): Test the jit reader's unwinder.
4404 * gdb.base/jithost.c (jit_function_00_code): New global.
4405 (main): Use memcpy to fill in the mmapped code, instead of poking
4406 bytes manually here.
4407 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4408 value.
4409 (read_debug_info): Save the function's range.
4410 (read_sp): New function.
4411 (unwind_frame): Use it. Also unwind RBP.
4412 (get_frame_id): Use read_sp.
4413 (gdb_init_reader): Use calloc instead of malloc.
4414 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4415 parameter. Use gdb_test_multiple.
4416
4417 2016-07-01 Pedro Alves <palves@redhat.com>
4418 Antoine Tremblay <antoine.tremblay@ericsson.com>
4419
4420 * gdb.threads/process-dies-while-detaching.c: New file.
4421 * gdb.threads/process-dies-while-detaching.exp: New file.
4422
4423 2016-07-01 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.multi/watchpoint-multi-exit.c: New file.
4426 * gdb.multi/watchpoint-multi-exit.exp: New file.
4427
4428 2016-06-30 Pedro Alves <palves@redhat.com>
4429
4430 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4431 unset inferior_spawn_id.
4432
4433 2016-06-30 Pedro Alves <palves@redhat.com>
4434
4435 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4436 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4437
4438 2016-06-29 Yao Qi <yao.qi@linaro.org>
4439
4440 * gdb.base/return.c: Add copyright header.
4441
4442 2016-06-29 Tom Tromey <tom@tromey.com>
4443
4444 PR python/20129:
4445 * gdb.python/py-framefilter.exp: Add tests for setting priority
4446 and disabling of non-existent frame filter.
4447
4448 2016-06-29 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4451 0x0f07ff.
4452
4453 2016-06-28 Yao Qi <yao.qi@linaro.org>
4454
4455 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4456 triplets. Start gdb, execute catch syscall, and continue. Check
4457 gdb's output to determine catch syscall is supported.
4458
4459 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4460
4461 * gdb.rust/simple.rs: Add test for returning unit in a function.
4462 * gdb.rust/simple.exp: Add expectation for functions returning
4463 unit.
4464
4465 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4466
4467 * gdb.python/py-breakpoint-create-fail.c,
4468 gdb.python/py-breakpoint-create-fail.exp,
4469 gdb.python/py-breakpoint-create-fail.py: New testcase.
4470
4471 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4472
4473 PR gdb/20239
4474 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4475 * gdb.rust/simple.exp: Add test expectations for new NonZero
4476 tests.
4477
4478 2016-06-24 David Taylor <dtaylor@emc.com>
4479
4480 * gdb.base/offsets.exp: New file.
4481 * gdb.base/offsets.c: New file.
4482
4483 2016-06-23 Tom Tromey <tom@tromey.com>
4484
4485 PR gdb/16483:
4486 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4487 before any filters are loaded.
4488
4489 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4490
4491 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4492 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4493 structs.
4494 * gdb.fortran/derived-type-function.exp: New file.
4495 * gdb.fortran/derived-type-function.f90: New file.
4496
4497
4498 2016-06-21 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.base/new-ui.exp: New file.
4501 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4502 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4503 (with_spawn_id): New procedure.
4504
4505 2016-06-21 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.mi/mi-exec-run.exp: New file.
4508
4509 2016-06-21 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4512 breakpoint command's output on the main UI.
4513 (test_break): New procedure, factored out from calls in the top
4514 level.
4515 (top level): Use foreach_with_prefix to test MI as main UI and as
4516 separate UI.
4517
4518 2016-06-21 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4521 (test_awatch_creation_and_listing)
4522 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4523 Remove 'type' parameter.
4524 (test_watchpoint_all): New parameter mi_mode. Remove
4525 with_test_prefix.
4526 (top level): Use foreach_with_prefix, and add main/separate UI MI
4527 testing axis.
4528
4529 2016-06-21 Pedro Alves <palves@redhat.com>
4530
4531 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4532 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4533 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4534 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4535 (gdb_main_spawn_id, mi_spawn_id): Declare and
4536 comment.
4537 (mi_create_inferior_pty): New procedure,
4538 factored out from default_mi_gdb_start.
4539 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4540 procedures.
4541 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4542 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4543 Use mi_create_inferior_pty.
4544 (mi_gdb_start): Use eval to pass down args list.
4545
4546 2016-06-21 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4549 * gdb.opt/inline-cmds.exp: Add MI tests.
4550
4551 2016-06-21 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4554
4555 2016-06-21 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4558 (top level): Use it instead of mi_execute_to.
4559
4560 2016-06-21 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4563 (cont_handler_str): New.
4564 (signal_stop_handler): Set stop_handler_str instead of printing to
4565 stdout.
4566 (continue_handler): Set cont_handler_str instead of printing to
4567 stdout.
4568 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4569 mi_send_resuming_command. Print stop_handler_str and
4570 cont_handler_str instead of expecting the python events print
4571 directly.
4572
4573 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4574
4575 * gdb.base/jit-reader.exp: New file.
4576 * gdb.base/jithost.c: New file.
4577 * gdb.base/jithost.h: New file.
4578 * gdb.base/jitreader.c : New file.
4579 * gdb.base/jit-protocol.h: New file.
4580
4581 2016-06-17 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4584 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4585 and detach-on-fork. Adjust tests.
4586 (top level): Invoke break_cond_on_syscall with combinations of
4587 syscall, follow-fork-mode and detach-on-fork.
4588
4589 2016-06-17 Yao Qi <yao.qi@linaro.org>
4590
4591 * gdb.base/step-over-exit.c: New.
4592 * gdb.base/step-over-exit.exp: New.
4593
4594 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4595
4596 * gdb.base/float.exp: Add target check for nds32*-*-*.
4597 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4598
4599 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4602 for unsupported target features.
4603 * gdb.base/call-rt-st.exp: Likewise.
4604 * gdb.base/call-sc.exp: Likewise.
4605 * gdb.base/call-signal-resume.exp: Likewise.
4606 * gdb.base/call-strs.exp: Likewise.
4607 * gdb.base/callexit.exp: Likewise.
4608 * gdb.base/callfuncs.exp: Likewise.
4609 * gdb.base/nodebug.exp: Likewise.
4610 * gdb.base/printcmds.exp: Likewise.
4611 * gdb.base/ptype.exp: Likewise.
4612 * gdb.base/structs.exp: Likewise.
4613 * gdb.base/unwindonsignal.exp: Likewise.
4614 * gdb.cp/gdb2495.exp: Likewise.
4615 * gdb.cp/templates.exp: Likewise.
4616 * gdb.cp/virtfunc.exp: Likewise.
4617 * gdb.threads/hand-call-in-threads.exp: Likewise.
4618 * gdb.threads/interrupted-hand-call.exp: Likewise.
4619 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4620
4621 2016-06-10 Tom Tromey <tom@tromey.com>
4622
4623 PR rust/20110:
4624 * gdb.rust/expr.exp: Add test for integer constant larger than
4625 i32.
4626
4627 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4628
4629 * gdb.fortran/nested-funcs.exp: New.
4630 * gdb.fortran/nested-funcs.f90: New.
4631
4632 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4633
4634 * gdb.base/examine-backward.c: New file.
4635 * gdb.base/examine-backward.exp: New file.
4636
4637 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4638
4639 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4640 matching.
4641
4642 2016-06-02 Tom Tromey <tom@tromey.com>
4643
4644 PR python/18984:
4645 * gdb.python/py-shared.exp: Add solib_name test.
4646
4647 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4650
4651 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4652
4653 PR c++/19893
4654 * gdb.dwarf2/implref.exp: Rename to...
4655 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4656 * gdb.dwarf2/implref-array.c: New file.
4657 * gdb.dwarf2/implref-array.exp: Likewise.
4658 * gdb.dwarf2/implref-global.c: Likewise.
4659 * gdb.dwarf2/implref-global.exp: Likewise.
4660 * gdb.dwarf2/implref-struct.c: Likewise.
4661 * gdb.dwarf2/implref-struct.exp: Likewise.
4662
4663 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4664
4665 * gdb.trace/trace-condition.exp: Add 64bit tests.
4666
4667 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4668
4669 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4670 bits types.
4671 (main): Adapt to 8 to 64 bits types.
4672 * gdb.trace/trace-condition.exp: Add new tests.
4673
4674 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4675
4676 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4677
4678 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4679
4680 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4681 Move condition tests...
4682 * gdb.trace/trace-condition.exp: Here.
4683
4684 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4685
4686 * gdb.trace/trace-condition.exp: Add counter-case tests.
4687
4688 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 PR c++/15231
4691 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4692 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4693
4694 2016-05-27 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4697 New procedure.
4698 (top level): Call it, and bail out of DejaGnu is known to be bad.
4699
4700 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4701
4702 * gdb.base/whatis.c: Extend the test case.
4703 * gdb.base/whatis.exp: Add additional tests.
4704
4705 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4706
4707 * gdb.fortran/type.f90: Add pointer variable.
4708 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4709
4710 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4711
4712 * gdb.fortran/vla-type.exp: Fix testcase name.
4713
4714 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4715
4716 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4717
4718 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4719
4720 * gdb.fortran/type.f90: Add nested structures.
4721 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4722 * gdb.fortran/derived-type.exp: Adapt expected output.
4723 * gdb.fortran/vla-type.exp: Adapt expected output.
4724
4725 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4726
4727 * gdb.fortran/whatis_type.exp: Adapt expected output.
4728
4729 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4730
4731 * gdb.fortran/print_type.exp: Fix expected output.
4732 * gdb.fortran/whatis_type.exp: Fix expected output.
4733
4734 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4735
4736 * gdb.fortran/whatis_type.exp: Use multi_line.
4737
4738 2016-05-24 Tom Tromey <tom@tromey.com>
4739
4740 PR python/17386:
4741 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4742 use value as an index.
4743
4744 2016-05-23 Tom Tromey <tom@tromey.com>
4745
4746 PR python/17981:
4747 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4748 no-breakpoint case.
4749
4750 2016-05-24 Pedro Alves <palves@redhat.com>
4751
4752 PR gdb/19828
4753 * gdb.threads/clone-attach-detach.c: New file.
4754 * gdb.threads/clone-attach-detach.exp: New file.
4755
4756 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4757
4758 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4759
4760 2016-05-23 Tom Tromey <tom@tromey.com>
4761
4762 PR python/19438, PR python/18393:
4763 * gdb.python/py-progspace.exp: Add "dir" test.
4764 * gdb.python/py-objfile.exp: Add "dir" test.
4765
4766 2016-05-23 Yao Qi <yao.qi@linaro.org>
4767
4768 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4769 * gdb.arch/thumb2-it.exp: Likewise.
4770
4771 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4772
4773 * gdb.mi/mi-threads-interrupt.c: New file.
4774 * gdb.mi/mi-threads-interrupt.exp: New file.
4775
4776 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4777
4778 PR gdb/18077
4779 * gdb.mi/mi-async-run.exp: New file.
4780 * gdb.mi/mi-async-run.c: New file.
4781
4782 2016-05-17 Tom Tromey <tom@tromey.com>
4783 Manish Goregaokar <manishsmail@gmail.com>
4784
4785 * lib/rust-support.exp: New file.
4786 * lib/gdb.exp (skip_rust_tests): New proc.
4787 (build_executable_from_specs): Handle rust.
4788 * lib/future.exp (gdb_find_rustc): New proc.
4789 (gdb_default_target_compile): Handle rust.
4790 * gdb.rust/expr.exp: New file.
4791 * gdb.rust/generics.exp: New file.
4792 * gdb.rust/generics.rs: New file.
4793 * gdb.rust/methods.exp: New file.
4794 * gdb.rust/methods.rs: New file.
4795 * gdb.rust/modules.exp: New file.
4796 * gdb.rust/modules.rs: New file.
4797 * gdb.rust/simple.exp: New file.
4798 * gdb.rust/simple.rs: New file.
4799
4800 2016-05-17 Tom Tromey <tom@tromey.com>
4801
4802 * gdb.base/default.exp (set language): Add rust.
4803
4804 2016-05-17 Tom Tromey <tom@tromey.com>
4805
4806 * gdb.gdb/unittest.exp: New file.
4807
4808 2016-05-16 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4811 shell_prompt. Update shell_prompt_re.
4812
4813 2016-05-12 Doug Evans <dje@google.com>
4814
4815 PR symtab/19999
4816 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4817 $options when building executable.
4818 * gdb.dwarf2/fission-loclists-pie.S: New file.
4819 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4820
4821 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4822
4823 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4824 of [is_remote target],
4825
4826 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4827
4828 * lib/gdb.exp (use_gdb_stub): New procedure.
4829
4830 2016-05-03 Yunlian Jiang <yunlian@google.com>
4831 Doug Evans <dje@google.com>
4832
4833 PR symtab/19914
4834 * gdb.dwarf2/dwp-sepdebug.c: New file.
4835 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4836
4837 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4838
4839 * gdb.base/detach.exp: Remove is_remote check.
4840
4841 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4842
4843 * gdb.base/annota-input-while-running.exp: Don't check for
4844 [is_remote target]. Enable annotations after running to main.
4845 Remove unused "set test..." line.
4846
4847 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4848
4849 * gdb.trace/trace-enable-disable.exp: New file.
4850 * gdb.trace/trace-enable-disable.c: New file.
4851
4852 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4853
4854 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4855 use it in info sharedlibrary test.
4856 * gdb.trace/ftrace-lock.exp: Likewise.
4857 * gdb.trace/ftrace.exp: Likewise.
4858 * gdb.trace/range-stepping.exp: Likewise.
4859 * gdb.trace/trace-break.exp: Likewise.
4860 * gdb.trace/trace-condition.exp: Likewise.
4861 * gdb.trace/trace-mt.exp: Likewise.
4862
4863 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4864
4865 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4866 (gdb_load_shlib): ... this.
4867 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4868 gdb_load_shlib.
4869 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4870 * gdb.base/ctxobj.exp: Likewise.
4871 * gdb.base/dprintf-pending.exp: Likewise.
4872 * gdb.base/dso2dso.exp: Likewise.
4873 * gdb.base/fixsection.exp: Likewise.
4874 * gdb.base/gcore-relro.exp: Likewise.
4875 * gdb.base/gdb1555.exp: Likewise.
4876 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4877 * gdb.base/gnu-ifunc.exp: Likewise.
4878 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4879 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4880 * gdb.base/pending.exp: Likewise.
4881 * gdb.base/print-file-var.exp: Likewise.
4882 * gdb.base/print-symbol-loading.exp: Likewise.
4883 * gdb.base/shlib-call.exp: Likewise.
4884 * gdb.base/shreloc.exp: Likewise.
4885 * gdb.base/so-impl-ld.exp: Likewise.
4886 * gdb.base/solib-disc.exp: Likewise.
4887 * gdb.base/solib-nodir.exp: Likewise.
4888 * gdb.base/solib-overlap.exp: Likewise.
4889 * gdb.base/solib-symbol.exp: Likewise.
4890 * gdb.base/solib-weak.exp (do_test): Likewise.
4891 * gdb.base/sym-file.exp: Likewise.
4892 * gdb.base/symtab-search-order.exp: Likewise.
4893 * gdb.base/type-opaque.exp: Likewise.
4894 * gdb.base/unload.exp: Likewise.
4895 * gdb.base/watchpoint-solib.exp: Likewise.
4896 * gdb.compile/compile.exp: Likewise.
4897 * gdb.cp/gdb2384.exp: Likewise.
4898 * gdb.cp/infcall-dlopen.exp: Likewise.
4899 * gdb.cp/re-set-overloaded.exp: Likewise.
4900 * gdb.fortran/library-module.exp: Likewise.
4901 * gdb.opt/solib-intra-step.exp: Likewise.
4902 * gdb.python/py-finish-breakpoint.exp: Likewise.
4903 * gdb.python/py-shared.exp: Likewise.
4904 * gdb.reverse/solib-precsave.exp: Likewise.
4905 * gdb.reverse/solib-reverse.exp: Likewise.
4906 * gdb.server/solib-list.exp: Likewise.
4907 * gdb.threads/dlopen-libpthread.exp: Likewise.
4908 * gdb.threads/tls-shared.exp: Likewise.
4909 * gdb.threads/tls-so_extern.exp: Likewise.
4910 * gdb.trace/change-loc.exp: Likewise.
4911 * gdb.trace/ftrace-lock.exp: Likewise.
4912 * gdb.trace/ftrace.exp: Likewise.
4913 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4914 * gdb.trace/pending.exp: Likewise.
4915 * gdb.trace/range-stepping.exp: Likewise.
4916 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4917 (strace_info_marker): Likewise.
4918 (strace_probe_marker): Likewise.
4919 (strace_trace_on_same_addr): Likewise.
4920 (strace_trace_on_diff_addr): Likewise.
4921 * gdb.trace/trace-break.exp: Likewise.
4922 * gdb.trace/trace-condition.exp: Likewise.
4923 * gdb.trace/trace-mt.exp: Likewise.
4924
4925 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4928 result of gdb_remote_download.
4929 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4930 * gdb.base/dso2dso.exp: Likewise.
4931 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4932 * gdb.base/print-file-var.exp: Likewise.
4933 * gdb.base/shlib-call.exp: Likewise.
4934 * gdb.base/shreloc.exp: Likewise.
4935 * gdb.base/solib-overlap.exp: Likewise.
4936 * gdb.base/solib-weak.exp (do_test): Likewise.
4937 * gdb.base/unload.exp: Likewise.
4938
4939 2016-04-27 Yao Qi <yao.qi@linaro.org>
4940
4941 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4942 exists.
4943
4944 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4945
4946 * vla-type.exp: Print structure from toplevel.
4947
4948 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4949
4950 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4951 of dynamic types.
4952 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4953 of dynamic types.
4954
4955 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4956
4957 * gdb.fortran/vla-type.f90: New file.
4958 * gdb.fortran/vla-type.exp: New file.
4959
4960 2016-04-25 Yao Qi <yao.qi@linaro.org>
4961
4962 * gdb.base/branch-to-self.c: New file.
4963 * gdb.base/branch-to-self.exp: New file.
4964
4965 2016-04-22 Yao Qi <yao.qi@linaro.org>
4966
4967 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4968 more after $hex.
4969
4970 2016-04-22 Yao Qi <yao.qi@linaro.org>
4971
4972 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4973 * gdb.base/annota3.exp: Likewise.
4974
4975 2016-04-22 Yao Qi <yao.qi@linaro.org>
4976
4977 * gdb.reverse/step-precsave.exp: Do one step and test program
4978 stops in "callee" and do multiple steps until program goes out
4979 of "callee".
4980 * gdb.reverse/step-reverse.exp: Likewise.
4981
4982 2016-04-22 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.trace/signal.exp: Also pass if
4985 $tracepoint_hits($i) > $iterations.
4986
4987 2016-04-22 Yao Qi <yao.qi@linaro.org>
4988
4989 * gdb.trace/signal.c: New file.
4990 * gdb.trace/signal.exp: New file.
4991
4992 2016-04-19 Doug Evans <xdje42@gmail.com>
4993
4994 * gdb.base/bad-file.exp: New file.
4995
4996 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4997
4998 * gdb.dwarf2/implref.exp: New file.
4999
5000 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5001
5002 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5003 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5004 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5005 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5006 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5007 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5008 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5009 * lib/fortran.exp (fortran_int4): New procedure.
5010 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5011 (fortran_logical4): Likewise.
5012
5013 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5014
5015 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5016
5017 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5018
5019 * lib/compiler.c: Add Intel specific preprocessor macros.
5020 * lib/compiler.cc: Likewise.
5021
5022 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5023
5024 * gdb.server/connect-with-no-symbol-file.c: New file.
5025 * gdb.server/connect-with-no-symbol-file.exp: New file.
5026
5027 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5028
5029 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5030
5031 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5032
5033 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5034 standard output directory.
5035
5036 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5037
5038 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5039
5040 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5041
5042 * gdb.btrace/instruction_history.c (loop): Add declaration.
5043
5044 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5045
5046 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5047
5048 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5049
5050 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5051 parentheses to print.
5052 (continue_handler): Likewise.
5053
5054 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 * gdb.server/solib-list.exp: Remove is_remote check.
5057 Pass shlib= to gdb_compile. Don't link shared library with
5058 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5059 Run binary filename through "readlink -f" on the target.
5060
5061 2016-04-08 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5064 interpreter filename as argument to gdbserver_spawn.
5065 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5066 Return empty if $last_loaded_file does not exist.
5067
5068 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5071 * gdb.base/jit-main.c: Use exit after usage.
5072
5073 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5074
5075 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5076 GDBHISTSIZE prior to the tests.
5077 * gdb.base/gdbinit-history.exp: Likewise.
5078
5079 2016-04-07 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5082 instead of build_executable. Use gdb_load_shlibs.
5083
5084 2016-04-07 Yao Qi <yao.qi@linaro.org>
5085
5086 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5087 Execute "si" command.
5088
5089 2016-04-07 Yao Qi <yao.qi@linaro.org>
5090
5091 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5092 number instead of the comments on some line.
5093
5094 2016-04-06 Don Breazeal <donb@codesourcery.com>
5095
5096 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5097 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5098
5099 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5100
5101 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5102 standard_output_file. Remove unused binfile variable.
5103
5104 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5105
5106 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5107 * gdb.python/py-mi-objfile.exp: Match "list main" output
5108 in console format.
5109
5110 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5111
5112 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5113 absolute.
5114
5115 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5116
5117 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5118 absolute.
5119 * gdb.trace/ftrace.exp: Likewise.
5120 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5121 targets as well.
5122 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5123 (gdb_load_shlibs): Copy libraries to test directory when testing
5124 natively. Only set solib-search-path if testing remotely.
5125 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5126
5127 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5130 gdb_download. Use it even if the target is not remote.
5131 * gdb.base/jit.exp (compile_jit_test): Likewise.
5132 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5133 output directory if the destination board is local, otherwise use
5134 the standard remote_download from DejaGnu.
5135 (gdb_download): Remove.
5136 (gdb_load_shlibs): Use gdb_remote_download instead of
5137 gdb_download.
5138 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5139 Use gdb_remote_download instead of gdb_download. Use it even if
5140 the target is not remote.
5141 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5142 instead of gdb_download.
5143
5144 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5145
5146 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5147 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5148 run.
5149
5150 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5151
5152 PR gdb/19820
5153 * gdb.base/printcmds.exp: Add artificial arrays tests.
5154
5155 2016-03-31 Pedro Alves <palves@redhat.com>
5156
5157 PR gdb/19858
5158 * gdb.base/jit-main.c: Include unistd.h.
5159 (ATTACH): Define to 0 if not already defined.
5160 (wait_for_gdb, mypid): New globals.
5161 (WAIT_FOR_GDB): New macro.
5162 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5163 some breakpoint locations.
5164 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5165 New procedures.
5166 (one_jit_test): Add REATTACH parameter, and handle it. Use
5167 continue_to_test_location.
5168 (top level): Test attach, and adjusts calls to one_jit_test.
5169
5170 2016-03-31 Pedro Alves <palves@redhat.com>
5171
5172 PR gdb/19858
5173 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5174 BINSUFFIX parameter, and handle it.
5175 (top level): Adjust calls compile_jit_test.
5176
5177 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5178
5179 PR python/19743
5180 * gdb.python/py-mi-events-gdb.py: New file.
5181 * gdb.python/py-mi-events.c: New file.
5182 * gdb.python/py-mi-events.exp: New file.
5183
5184 2016-03-30 Yao Qi <yao.qi@linaro.org>
5185
5186 * gdb.reverse/until-precsave.exp: Match function name only.
5187 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5188 Move malloc to a condition block.
5189 * gdb.reverse/until-reverse.exp: Match function name only.
5190
5191 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5192
5193 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5194 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5195 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5196 variable for GPR 0 instead of assuming it is register 0.
5197 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5198 * lib/trace-support.exp: Add s390 registers.
5199
5200 2016-03-29 Yao Qi <yao.qi@linaro.org>
5201
5202 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5203
5204 2016-03-24 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5207 test message.
5208
5209 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5210
5211 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5212 maintaining separate logic for constructing the output path.
5213
5214 2016-03-16 Don Breazeal <donb@codesourcery.com>
5215
5216 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5217 Retry fork and waitpid on interrupted system call errors.
5218 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5219 Use with_timeout_factor to increase timeout by factor of 10.
5220
5221 2016-03-15 Don Breazeal <donb@codesourcery.com>
5222
5223 * gdb.cp/scope-err.cc: New test program.
5224 * gdb.cp/scope-err.exp: New test script.
5225 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5226 lines and "set breakpoint here" comment.
5227 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5228 Fixed some whitespace and format issues.
5229 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5230 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5231
5232 2016-03-15 Doug Evans <dje@google.com>
5233
5234 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5235 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5236 All callers updated. Add tests for enums, mixed flags register.
5237
5238 2016-03-15 Doug Evans <dje@google.com>
5239
5240 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5241 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5242
5243 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5244
5245 * gdb.base/default.exp: Add $_as_string to the list of expected
5246 convenience functions.
5247
5248 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5251
5252 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5253
5254 * gdb.python/py-as-string.exp: New file.
5255 * gdb.python/py-as-string.c: New file.
5256
5257 2016-03-09 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5260 signal" -> "Thread NN received signal" output change.
5261 * gdb.threads/ia64-sigill.exp: Likewise.
5262 * gdb.threads/linux-dp.exp: Likewise.
5263 * gdb.threads/manythreads.exp: Likewise.
5264 * gdb.threads/pending-step.exp: Likewise.
5265 * gdb.threads/print-threads.exp: Likewise.
5266 * gdb.threads/sigstep-threads.exp: Likewise.
5267 * gdb.threads/staticthreads.exp: Likewise.
5268 * gdb.threads/tls.exp: Likewise.
5269
5270 2016-03-09 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.base/command-line-input.exp: New file.
5273
5274 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5275
5276 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5277 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5278 * gdb.trace/pending.exp: Accept leading dot before function name.
5279 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5280 * lib/trace-support.exp: Set registers for ppc.
5281
5282 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5283
5284 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5285 use it for disassembly; accept .main in addition to main in backtrace.
5286
5287 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5288 Marcin Kościelnicki <koriakin@0x04.net>
5289
5290 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5291 (gdb_recursion_test_ptr): New global variable.
5292 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5293 gdb_recursion_test.
5294 (gdb_c_test): Ditto.
5295
5296 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5297
5298 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5299 ordering.
5300
5301 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5302
5303 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5304 (bar): Add bar_start_lbl label.
5305 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5306 of foo/bar for emitting DWARF and tracing.
5307
5308 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5309
5310 * analyze-racy-logs.py: Set executable bit.
5311
5312 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5313
5314 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5315 (CHECK_TARGET_TMP): Likewise.
5316 (check-single-racy): New rule.
5317 (check-parallel-racy): Likewise.
5318 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5319 (do-check-parallel-racy): New rule.
5320 (check-racy/%.exp): Likewise.
5321 * README (Racy testcases): New section.
5322 * analyze-racy-logs.py: New file.
5323
5324 2016-03-03 Doug Evans <dje@google.com>
5325
5326 * gdb.base/skip.exp: Use with_test_prefix.
5327
5328 2016-03-03 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5331 Invoke step_over_syscall "clone" and break_cond_on_syscall
5332 "clone".
5333 * gdb.base/step-over-clone.c: New file.
5334
5335 2016-03-03 Yao Qi <yao.qi@linaro.org>
5336
5337 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5338 code format.
5339
5340 2016-03-03 Yao Qi <yao.qi@linaro.org>
5341
5342 * gdb.base/disp-step-fork.c: Rename to ...
5343 * gdb.base/step-over-fork.c: ... it. New file.
5344 * gdb.base/disp-step-vfork.c: Rename to ...
5345 * gdb.base/step-over-vfork.c: ... it. New file.
5346 * gdb.base/disp-step-syscall.exp: Rename to ...
5347 * gdb.base/step-over-syscall.exp: ... it. New file.
5348 (disp_step_cross_syscall): Rename to ...
5349 (step_over_syscall): ... it.
5350
5351 2016-03-03 Yao Qi <yao.qi@linaro.org>
5352
5353 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5354 If target supports condition evaluation on target, invoke
5355 break_cond_on_syscall for fork and vfork.
5356
5357 2016-03-03 Yao Qi <yao.qi@linaro.org>
5358
5359 * gdb.base/disp-step-syscall.exp: Don't invoke
5360 support_displaced_stepping.
5361 (disp_step_cross_syscall): Test with displaced stepping off and
5362 on if supported.
5363
5364 2016-03-03 Yao Qi <yao.qi@linaro.org>
5365
5366 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5367 proc.
5368 (setup): New proc.
5369 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5370 and setup.
5371
5372 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5373
5374 * gdb.fortran/vla-history.exp: Remove breakpoint.
5375
5376 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5377
5378 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5379 exceeds timeout.
5380
5381 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5382
5383 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5384 breakpoint.
5385
5386 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5387
5388 * gdb.mi/vla.f90: Nullify pointer after declaration.
5389
5390 2016-03-01 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5393
5394 2016-03-01 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5397 before anything else.
5398 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5399 _GNU_SOURCE here.
5400 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5401 before anything else.
5402 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5403
5404 2016-03-01 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5407
5408 2016-03-01 Yao Qi <yao.qi@linaro.org>
5409
5410 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5411 prepare_for_testing.
5412
5413 2016-03-01 Yao Qi <yao.qi@linaro.org>
5414
5415 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5416
5417 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5418
5419 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5420 manually constructing the output path.
5421
5422 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * gdb.arch/s390-stackless.S: New.
5425 * gdb.arch/s390-stackless.exp: New.
5426
5427 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5428
5429 * gdb.dlang/circular.c: New file.
5430 * gdb.dlang/circular.exp: New file.
5431
5432 2016-02-26 Yao Qi <yao.qi@linaro.org>
5433
5434 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5435 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5436 (testcases): Update.
5437
5438 2016-02-26 Yao Qi <yao.qi@linaro.org>
5439
5440 * gdb.reverse/aarch64.c: Rename to ...
5441 * gdb.reverse/insn-reverse.c: ... it.
5442 * gdb.reverse/aarch64.exp: Rename to ...
5443 * gdb.reverse/insn-reverse.exp: ... it.
5444
5445 2016-02-26 Yao Qi <yao.qi@linaro.org>
5446
5447 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5448 (testcase_ftype): New.
5449 (testcases): New array.
5450 (n_testcases): New.
5451 (main): Call each element in testcases.
5452 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5453 (read_testcase): New.
5454 Do the tests in a loop.
5455
5456 2016-02-25 Yao Qi <yao.qi@linaro.org>
5457
5458 * gdb.base/branches.c: Remove.
5459
5460 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5461
5462 PR gdb/13808
5463 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5464
5465 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5466
5467 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5468
5469 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5470
5471 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5472 change x86_64 call_insn to 'callq'.
5473
5474 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5475
5476 * gdb.trace/tfile-avx.c: Move to...
5477 * gdb.trace/tracefile-pseudo-reg.c: Here.
5478 * gdb.trace/tfile-avx.exp: Move to...
5479 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5480
5481 2016-02-24 Gary Benson <gbenson@redhat.com>
5482
5483 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5484 message on attach.
5485
5486 2016-02-23 Doug Evans <dje@google.com>
5487
5488 * gdb.base/skip.c (test_skip): New function.
5489 (end_test_skip_file_and_function): New function.
5490 (test_skip_file_and_function): New function.
5491 * gdb.base/skip1.c (test_skip): New function.
5492 (skip1_test_skip_file_and_function): New function.
5493 * gdb.base/skip.exp: Add tests for new skip options.
5494 * gdb.base/skip-solib.exp: Update expected output.
5495 * gdb.perf/skip-command.cc: New file.
5496 * gdb.perf/skip-command.exp: New file.
5497 * gdb.perf/skip-command.py: New file.
5498
5499 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5500
5501 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5502 info registers pattern.
5503
5504 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5505
5506 * lib/future.exp: Add D support.
5507 (gdb_find_gdc): New proc.
5508 (gdb_default_target_compile): Add D support.
5509
5510 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5511
5512 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5513 user+system time.
5514 (trace_speed_test): Determine the iteration count for a time
5515 between 15..30 seconds.
5516
5517 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5518
5519 * gdb.arch/i386-mpx-sigsegv.c: New file.
5520 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5521 * gdb.arch/i386-mpx-simple_segv.c: New file.
5522 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5523
5524 2016-02-18 Yao Qi <yao.qi@linaro.org>
5525
5526 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5527 Don't call setup_kfail.
5528
5529 2016-02-18 Yao Qi <yao.qi@linaro.org>
5530
5531 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5532 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5533
5534 2016-02-16 Doug Evans <dje@google.com>
5535
5536 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5537 * gdb.base/skip1.c: Ditto.
5538 * gdb.base/skip.exp: Whitespace cleanup.
5539
5540 2016-02-16 Don Breazeal <donb@codesourcery.com>
5541
5542 PR remote/19496
5543 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5544 Remove kfail for PR remote/19496.
5545
5546 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5547
5548 * lib/gdb.exp (standard_temp_file): Return a path specific to
5549 the runtest invocation.
5550
5551 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5552
5553 * gdb.trace/save-trace.exp: Change relative path to be in the
5554 standard output directory.
5555
5556 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5557
5558 * gdb.arch/i386-prologue.c: Add missing prototypes.
5559
5560 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5561
5562 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5563 * gdb.arch/i386-prologue.exp: Likewise.
5564 * gdb.arch/i386-size.exp: Likewise.
5565
5566 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5567
5568 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5569 define object file path.
5570 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5571 file path.
5572 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5573 standard_output_file to define binfile.
5574
5575 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5576
5577 Fix compatibility with recent gfortran-5.3.1.
5578 * gdb.fortran/vla-history.exp (print vla1 allocated)
5579 (print vla2 allocated, print $2, print $3): Remove
5580 (print $4): Rename to ...
5581 (print $2): ... here.
5582 (print $9): Rename to ...
5583 (print $5): ... here.
5584 (print $10): Rename to ...
5585 (print $6): ... here.
5586 * gdb.fortran/vla.f90: Add pvla initialization.
5587
5588 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5589
5590 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5591 New test.
5592 * gdb.fortran/vla-value-sub.exp: Likewise.
5593
5594 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5595
5596 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5597
5598 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5599
5600 * i386-biarch-core.exp: Define corefile using
5601 standard_output_file.
5602
5603 2016-02-12 Yao Qi <yao.qi@linaro.org>
5604
5605 * gdb.arch/arm-single-step-kernel-helper.c: New.
5606 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5607
5608 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5609
5610 * gdb.btrace/tailcall-only.exp: New.
5611 * gdb.btrace/tailcall-only.c: New.
5612 * gdb.btrace/x86_64-tailcall-only.S: New.
5613 * gdb.btrace/i686-tailcall-only.S: New.
5614
5615 2016-02-11 Pedro Alves <palves@redhat.com>
5616
5617 * README (Parallel testing): Add missing double quotes.
5618
5619 2016-02-11 Pedro Alves <palves@redhat.com>
5620
5621 * README (Parallel testing): New section.
5622 (GDB_PARALLEL): Rewrite.
5623 (FORCE_PARALLEL): Document.
5624
5625 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5626
5627 * gdb.trace/tfile-avx.c: New test.
5628 * gdb.trace/tfile-avx.exp: New test.
5629
5630 2016-02-09 Keith Seitz <keiths@redhat.com>
5631
5632 PR breakpoints/19546
5633 * gdb.base/infcall-exec.c: New file.
5634 * gdb.base/infcall-exec2.c: New file.
5635 * gdb.base/infcall-exec.exp: New file.
5636
5637 2016-02-09 Keith Seitz <keiths@redhat.com>
5638
5639 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5640 (toplevel): Call test_bkpt_address.
5641
5642 2016-02-09 Keith Seitz <keiths@redhat.com>
5643
5644 PR python/19506
5645 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5646 (toplevel): Call test_bkpt_address.
5647
5648 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5649
5650 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5651 to AC_OUTPUT.
5652 * configure: Regenerate.
5653
5654 2016-02-09 Pedro Alves <palves@redhat.com>
5655
5656 PR breakpoints/19548
5657 * gdb.base/execl-update-breakpoints.c (some_function): New
5658 function.
5659 (main): Call it.
5660 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5661 Tighten expected GDB output.
5662
5663 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5664
5665 * Makefile.in (ALL_SUBDIRS): Remove.
5666 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5667 (distclean maintainer-clean realclean): Likewise.
5668 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5669 * configure: Regenerate.
5670 * gdb.ada/Makefile.in: Delete.
5671 * gdb.arch/Makefile.in: Likewise.
5672 * gdb.asm/Makefile.in: Likewise.
5673 * gdb.base/Makefile.in: Likewise.
5674 * gdb.btrace/Makefile.in: Likewise.
5675 * gdb.cell/Makefile.in: Likewise.
5676 * gdb.compile/Makefile.in: Likewise.
5677 * gdb.cp/Makefile.in: Likewise.
5678 * gdb.disasm/Makefile.in: Likewise.
5679 * gdb.dlang/Makefile.in: Likewise.
5680 * gdb.dwarf2/Makefile.in: Likewise.
5681 * gdb.fortran/Makefile.in: Likewise.
5682 * gdb.gdb/Makefile.in: Likewise.
5683 * gdb.go/Makefile.in: Likewise.
5684 * gdb.guile/Makefile.in: Likewise.
5685 * gdb.java/Makefile.in: Likewise.
5686 * gdb.linespec/Makefile.in: Likewise.
5687 * gdb.mi/Makefile.in: Likewise.
5688 * gdb.modula2/Makefile.in: Likewise.
5689 * gdb.multi/Makefile.in: Likewise.
5690 * gdb.objc/Makefile.in: Likewise.
5691 * gdb.opencl/Makefile.in: Likewise.
5692 * gdb.opt/Makefile.in: Likewise.
5693 * gdb.pascal/Makefile.in: Likewise.
5694 * gdb.perf/Makefile.in: Likewise.
5695 * gdb.python/Makefile.in: Likewise.
5696 * gdb.reverse/Makefile.in: Likewise.
5697 * gdb.server/Makefile.in: Likewise.
5698 * gdb.stabs/Makefile.in: Likewise.
5699 * gdb.threads/Makefile.in: Likewise.
5700 * gdb.trace/Makefile.in: Likewise.
5701 * gdb.xml/Makefile.in: Likewise.
5702 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5703 GDB_PARALLEL.
5704 (standard_output_file): Remove check for GDB_PARALLEL, always
5705 return path in outputs/$subdir/$testname.
5706
5707 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5708
5709 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5710 (site.exp): Assign abs_srcdir to tcl's srcdir.
5711
5712 2016-02-04 Yao Qi <yao.qi@linaro.org>
5713
5714 * gdb.base/foll-exec-mode.c: Include limits.h.
5715 (main): Add parameters argc and argv. Get directory from
5716 argv[0].
5717 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5718 compilation.
5719 * gdb.base/foll-exec.c: Include limits.h.
5720 (main): Add parameters argc and argv.
5721 Get directory from argv[0].
5722 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5723 Adjust tests on the number of lines as source code changed.
5724 * gdb.base/foll-vfork-exit.c: Include limits.h.
5725 (main): Add one line of statement before vfork.
5726 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5727 (main): Add parameters argc and argv. Get directory from
5728 argv[0].
5729 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5730 (setup_gdb): Set tbreak to skip some source lines.
5731 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5732 (main): Add parameters argc and argv. Get directory from
5733 argv[0].
5734 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5735 compilation.
5736 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5737 (main): Add parameters argc and argv. Get directory from
5738 argv[0].
5739 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5740 compilation.
5741
5742 2016-02-01 Doug Evans <dje@google.com>
5743
5744 * gdb.base/skip.exp: Clean up multiple references to same test name.
5745
5746 2016-02-01 Pedro Alves <palves@redhat.com>
5747
5748 PR remote/19496
5749 * gdb.threads/forking-threads-plus-breakpoint.exp
5750 (displaced_stepping_supported): New global.
5751 (probe_displaced_stepping_support): New procedure.
5752 (do_test): Add 'displaced' parameter, and use it.
5753 (top level): Check for displaced stepping support. Add displaced
5754 stepping on/off testing axis.
5755
5756 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5759 pointer. Don't perform further tests on the unassociated pointer
5760 if the first test fails.
5761
5762 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5763
5764 * gdb.base/max-value-size.c: New file.
5765 * gdb.base/max-value-size.exp: New file.
5766 * gdb.base/huge.exp: Disable max-value-size for this test.
5767
5768 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5769
5770 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5771
5772 2016-01-28 Yao Qi <yao.qi@linaro.org>
5773
5774 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5775
5776 2016-01-25 Pedro Alves <palves@redhat.com>
5777
5778 PR threads/19461
5779 * gdb.base/fork-running-state.c: New file.
5780 * gdb.base/fork-running-state.exp: New file.
5781
5782 2016-01-25 Pedro Alves <palves@redhat.com>
5783
5784 PR gdb/19494
5785 * gdb.base/catch-fork-kill.c: New file.
5786 * gdb.base/catch-fork-kill.exp: New file.
5787
5788 2016-01-25 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5791 Delete, moved to lib/gdb.exp.
5792 * gdb.threads/forking-threads-plus-breakpoint.exp
5793 (foreach_with_prefix): Likewise.
5794 * gdb.threads/process-dies-while-handling-bp.exp
5795 (foreach_with_prefix): Likewise.
5796 * lib/gdb.exp (foreach_with_prefix): New procedure.
5797
5798 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5799
5800 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5801 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5802
5803 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5804
5805 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5806 endian targets.
5807
5808 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5809 Pedro Alves <palves@redhat.com>
5810
5811 Fix testsuite compatibility with Guile.
5812 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5813 number.
5814
5815 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5816
5817 Fix testsuite compatibility with Guile.
5818 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5819 (thread 1): New test for backtrace through signal handler.
5820
5821 2016-01-22 Yao Qi <yao.qi@linaro.org>
5822
5823 PR testsuite/19491
5824 * gdb.base/multi-forks.c: Include
5825 ../lib/unbuffer_output.c
5826 (main): Call gdb_unbuffer_output.
5827
5828 2016-01-21 Doug Evans <dje@google.com>
5829
5830 * lib/ada.exp (gdb_compile_ada): Fix typo.
5831
5832 2016-01-21 Joel Brobecker <brobecker@adacore.com>
5833
5834 * gdb.base/break-fun-addr.exp: New file.
5835 * gdb.base/break-fun-addr1.c: New file.
5836 * gdb.base/break-fun-addr2.c: New file.
5837
5838 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5839
5840 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5841 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5842 enum flag values.
5843
5844 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5845
5846 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5847 when GDB can not set the vector return value. Add more comments
5848 for clarification.
5849
5850 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5851
5852 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5853 command.
5854
5855 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5856
5857 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5858
5859 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5860
5861 * Makefile.in (check-single): Pass --status to runtest.
5862 (check/%.exp): Likewise.
5863
5864 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5865
5866 * Makefile.in (check-parallel): Propagate return code from make
5867 do-check-parallel.
5868
5869 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5870
5871 * gdb.trace/ftrace.exp: Fix expected message on continue.
5872 * gdb.trace/pending.exp: Fix expected message on continue.
5873 * gdb.trace/trace-break.exp: Fix expected message on continue.
5874
5875 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5876
5877 * lib/gdb.exp (gdb_test): Remove unused global references.
5878
5879 2016-01-18 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/async-shell.exp: Adjust expected output.
5882 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5883 * gdb.base/siginfo-thread.exp: Adjust expected output.
5884 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5885 * gdb.java/jnpe.exp: Adjust expected output.
5886 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5887 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5888 * gdb.threads/leader-exit.exp: Adjust expected output.
5889 * gdb.threads/manythreads.exp: Adjust expected output.
5890 * gdb.threads/pthreads.exp: Adjust expected output.
5891 * gdb.threads/schedlock.exp: Adjust expected output.
5892 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5893 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5894 expected output.
5895 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5896 output.
5897 * gdb.threads/sigthread.exp: Adjust expected output.
5898 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5899
5900 2016-01-18 Yao Qi <yao.qi@linaro.org>
5901
5902 * gdb.guile/scm-section-script.c: Replace @progbits with
5903 %progbits.
5904 * gdb.python/py-section-script.c: Likewise.
5905
5906 2016-01-15 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.multi/tids.exp: Test star wildcard ranges.
5909
5910 2016-01-15 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5913 command from "thread apply" invocation.
5914 (thr_apply_info_thr_invalid): Default the expected output to the
5915 input tid list.
5916 (top level): Add tests that use convenience variables. Add tests
5917 for "thread apply" with a valid TID list, but missing the command.
5918
5919 2016-01-13 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/default.exp: Expect $_gthread as well.
5922 * gdb.multi/tids.exp: Test $_gthread.
5923 * gdb.threads/thread-specific.exp: Test $_gthread.
5924
5925 2016-01-13 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.multi/tids.exp: Test "info threads -gid".
5928
5929 2016-01-13 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5932 Breakpoint.thread.
5933 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5934
5935 2016-01-07 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/break.exp: Adjust to output changes.
5938 * gdb.base/hbreak2.exp: Likewise.
5939 * gdb.base/sepdebug.exp: Likewise.
5940 * gdb.base/watch_thread_num.exp: Likewise.
5941 * gdb.linespec/keywords.exp: Likewise.
5942 * gdb.multi/info-threads.exp: Likewise.
5943 * gdb.threads/thread-find.exp: Likewise.
5944 * gdb.multi/tids.c: New file.
5945 * gdb.multi/tids.exp: New file.
5946
5947 2016-01-13 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5950
5951 2016-01-13 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.base/default.exp: Expect $_inferior as well.
5954 * gdb.multi/base.exp: Test $_inferior.
5955
5956 2016-01-13 Pedro Alves <palves@redhat.com>
5957
5958 PR breakpoints/19388
5959 * gdb.base/catch-signal-siginfo-cond.c: New file.
5960 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5961
5962 2016-01-12 Josh Stone <jistone@redhat.com>
5963 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5964
5965 * gdb.base/catch-syscall.c (do_execve): New variable.
5966 (main): Conditionally trigger an execve.
5967 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5968 (test_catch_syscall_execve): New, check entry/return across execve.
5969 (do_syscall_tests): Call test_catch_syscall_execve.
5970
5971 2016-01-12 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/random-signal.exp (do_test): New procedure, with body
5974 of testcase moved in.
5975
5976 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5977 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/funcargs.exp (finish from indirectly called function):
5980 Reintroduce the case for 'First'.
5981
5982 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5983 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5986 (tcatch_vfork_then_child_follow_exec)
5987 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5988 identification.
5989
5990 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5991
5992 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5993 and repeats to unlimited.
5994 * gdb.python/py-value.exp: Likewise.
5995 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5996 and repeats to unlimited.
5997
5998 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6001 and reordering the functions.
6002 * gdb.multi/hangout.c: Likewise.
6003 * gdb.multi/hello.c: Likewise.
6004
6005 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6006
6007 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6008 absolute.
6009 (SingleStatisticTestResult.report): Use dict.keys instead of
6010 dict.iterkeys.
6011
6012 2016-01-06 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6015
6016 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6017
6018 * gdb.btrace/dlopen.exp: New.
6019 * gdb.btrace/dlopen.c: New.
6020 * gdb.btrace/dlopen-dso.c: New.
6021
6022 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6023
6024 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6025 PATTERN argument is optional.
6026
6027 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6028
6029 * lib/ada.exp (target_compile_ada_from_dir): New function.
6030 (gdb_compile_ada): Reimplement avoiding the use of project files.
6031 * gdb.ada/gnat_ada.gpr: Delete.
6032 * gdb.ada/cond_lang.exp: Adjust test to make path before
6033 filename optional.
6034 * gdb.ada/small_reg_param.exp: Likewise.
6035
6036 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6037
6038 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6039
6040 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6041
6042 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6043 case.
6044
6045 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6046
6047 * gdb.base/break.exp: Remove dead code.
6048 * gdb.base/sepdebug.exp: Likewise.
6049
6050 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6051
6052 * gdb.asm/asm-source.exp: Remove HP-UX references.
6053 * gdb.base/annota1.exp: Likewise.
6054 * gdb.base/annota3.exp: Likewise.
6055 * gdb.base/attach.exp: Likewise.
6056 * gdb.base/bigcore.exp: Likewise.
6057 * gdb.base/break.exp: Likewise.
6058 * gdb.base/call-ar-st.exp: Likewise.
6059 * gdb.base/callfuncs.exp: Likewise.
6060 * gdb.base/catch-fork-static.exp: Likewise.
6061 * gdb.base/display.exp: Likewise.
6062 * gdb.base/foll-exec-mode.exp: Likewise.
6063 * gdb.base/foll-exec.exp: Likewise.
6064 * gdb.base/foll-fork.exp: Likewise.
6065 * gdb.base/foll-vfork.exp: Likewise.
6066 * gdb.base/funcargs.exp: Likewise.
6067 * gdb.base/hbreak2.exp: Likewise.
6068 * gdb.base/inferior-died.exp: Likewise.
6069 * gdb.base/interrupt.exp: Likewise.
6070 * gdb.base/multi-forks.exp: Likewise.
6071 * gdb.base/nodebug.exp: Likewise.
6072 * gdb.base/sepdebug.exp: Likewise.
6073 * gdb.base/solib1.c: Likewise.
6074 * gdb.base/step-test.exp: Likewise.
6075 * gdb.mi/non-stop.c: Likewise.
6076 * gdb.mi/pthreads.c: Likewise.
6077 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6078 * gdb.threads/pthreads.c: Likewise.
6079 * gdb.threads/staticthreads.exp: Likewise.
6080 * lib/future.exp: Likewise.
6081 * lib/gdb.exp: Likewise.
6082 * gdb.base/so-indr-cl.c: Remove.
6083 * gdb.base/so-indr-cl.exp: Likewise.
6084 * gdb.base/solib.c: Likewise.
6085 * gdb.base/solib.exp: Likewise.
6086 * gdb.base/solib2.c: Likewise.
6087
6088 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6089
6090 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6091 * gdb.base/call-ar-st.exp: Likewise.
6092 * gdb.base/callfuncs.exp: Likewise.
6093 * gdb.base/condbreak.exp: Likewise.
6094 * gdb.base/constvars.exp: Likewise.
6095 * gdb.base/hbreak2.exp: Likewise.
6096 * gdb.base/langs.exp: Likewise.
6097 * gdb.base/list.exp: Likewise.
6098 * gdb.base/long_long.exp: Likewise.
6099 * gdb.base/ptype.exp: Likewise.
6100 * gdb.base/scope.exp: Likewise.
6101 * gdb.base/signals.exp: Likewise.
6102 * gdb.base/so-impl-ld.exp: Likewise.
6103 * gdb.base/varargs.exp: Likewise.
6104 * gdb.base/volatile.exp: Likewise.
6105 * gdb.base/whatis.exp: Likewise.
6106 * gdb.cp/cplusfuncs.exp: Likewise.
6107 * gdb.cp/inherit.exp: Likewise.
6108 * gdb.cp/local.exp: Likewise.
6109 * gdb.cp/member-ptr.exp: Likewise.
6110 * gdb.cp/method.exp: Likewise.
6111 * gdb.cp/overload.exp: Likewise.
6112 * gdb.cp/templates.exp: Likewise.
6113 * gdb.stabs/weird.exp: Likewise.
6114 * lib/compiler.c: Likewise.
6115 * lib/compiler.cc: Likewise.
6116 * lib/cp-support.exp: Likewise.
6117 * lib/gdb.exp: Likewise.
6118
6119 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6120
6121 * configure.ac: Remove HP-UX case.
6122 * configure: Regenerate.
6123
6124 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6125
6126 * lib/gdb.exp (gdb_compile): Add function doc.
6127
6128 2015-12-17 Pedro Alves <palves@redhat.com>
6129
6130 PR threads/19354
6131 * gdb.multi/info-threads.exp: New file.
6132
6133 2015-12-15 Yao Qi <yao.qi@linaro.org>
6134
6135 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6136 is aarch64*-*-*.
6137
6138 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6139
6140 * gdb.base/history-duplicates.exp: Skip if no readline support.
6141
6142 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6143
6144 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6145
6146 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6147
6148 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6149
6150 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6151
6152 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6153 ctrl-C if nointerrupts target property is set.
6154 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6155 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6156 * gdb.base/paginate-bg-execution.exp: Likewise.
6157 * gdb.base/paginate-execution-startup.exp: Likewise.
6158 * gdb.base/random-signal.exp: Likewise.
6159 * gdb.base/range-stepping.exp: Likewise.
6160 * gdb.cp/annota2.exp: Likewise.
6161 * gdb.cp/annota3.exp: Likewise.
6162 * gdb.gdb/selftest.exp: Likewise.
6163 * gdb.threads/continue-pending-status.exp: Likewise.
6164 * gdb.threads/leader-exit.exp: Likewise.
6165 * gdb.threads/manythreads.exp: Likewise.
6166 * gdb.threads/pthreads.exp: Likewise.
6167 * gdb.threads/schedlock.exp: Likewise.
6168 * gdb.threads/sigthread.exp: Likewise.
6169
6170 2015-12-11 Don Breazeal <donb@codesourcery.com>
6171
6172 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6173 remote.
6174 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6175 * gdb.base/foll-exec.exp (main): Enable for target remote.
6176 * gdb.base/foll-fork.exp (main): Likewise.
6177 * gdb.base/foll-vfork.exp (main): Likewise.
6178 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6179 (proc continue_to_exit_bp_loc): Use clean_restart.
6180 * gdb.base/pie-execl.exp (main): Disable for target remote.
6181 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6182 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6183 * gdb.threads/execl.exp (main): Likewise.
6184 * gdb.threads/fork-child-threads.exp (main): Likewise.
6185 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6186 remote.
6187 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6188 remote.
6189 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6190 pid.tid style ptids, instead of just tid.
6191 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6192 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6193 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6194 ptids, instead of just tid.
6195
6196 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6197
6198 * gdb.base/list.exp (test_list_forward): Add end of file error
6199 test.
6200 (test_repeat_list_command): Add end of file error test.
6201 (test_list_backwards): Add beginning of file error test.
6202
6203 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * gdb.base/list.exp (test_list_invalid_args): New function,
6206 defined, and called.
6207
6208 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/list.exp (test_list): Make test names unique.
6211
6212 2015-12-11 Yao Qi <yao.qi@linaro.org>
6213
6214 * gdb.base/coremaker2.c: Remove.
6215
6216 2015-12-10 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.multi/base.exp: Remove stale "spaces" references.
6219
6220 2015-12-10 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.multi/base.exp: Don't use nowarnings.
6223 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6224 * gdb.multi/hangout.c: Include stdio.h.
6225 * gdb.multi/hello.c: Include stdlib.h.
6226 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6227 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6228 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6229
6230 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6231
6232 * gdb.dwarf2/dw2-ranges-base.c: New file.
6233 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6234 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6235 support additional line table, and debug ranges generation.
6236 (Dwarf::ranges): New function, generate .debug_ranges.
6237 (Dwarf::lines): Support generating simple line table programs.
6238 (Dwarf::assemble): Initialise new namespace variables.
6239
6240 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6241
6242 * gdb.base/async.exp (proc test_background): Add case for
6243 asynchronous execution not supported.
6244
6245 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6246
6247 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6248 format and change test names to make them unique.
6249
6250 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6251 Pedro Alves <pedro@redhat.com>
6252
6253 PR gdb/18702
6254 Add checking of floatformats setup on x86_64 hosts.
6255 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6256 (smallval, bigval): New labels/constants.
6257 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6258 float" after loading bigval and smallval.
6259
6260 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6261
6262 * gdb.ada/fun_overload_menu.exp: New testcase.
6263 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6264
6265 2015-12-04 Josh Stone <jistone@redhat.com>
6266
6267 * gdb.base/catch-fork-static.exp: New.
6268
6269 2015-12-03 Yao Qi <yao.qi@linaro.org>
6270
6271 * gdb.base/sizeof.c: Don't include stdio.h and
6272 ../lib/unbuffer_output.c.
6273 (main): New variable 'size' and 'value'. Remove printf and
6274 gdb_unbuffer_output. Assign return value to size and value.
6275 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6276 at the beginning.
6277 (check_sizeof): Check the result by printing variable 'size'.
6278 (check_valueof): Check the result by printing variable 'value'.
6279
6280 2015-12-01 Yao Qi <yao.qi@linaro.org>
6281
6282 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6283 for aarch64*-*-linux* target.
6284
6285 2015-11-30 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6288
6289 2015-11-30 Pedro Alves <palves@redhat.com>
6290
6291 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6292 Handle non-stop mode vCont replies.
6293
6294 2015-11-30 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6297 prepare_for_testing. Start gdb with "set non-stop on" appended to
6298 GDBFLAGS. Lax expected stop output.
6299
6300 2015-11-27 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.arch/arm-neon.exp: New.
6303 * gdb.arch/arm-neon.c: New.
6304
6305 2015-11-27 Yao Qi <yao.qi@linaro.org>
6306
6307 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6308
6309 2015-11-27 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6312 frames-invalid annotation.
6313
6314 2015-11-27 Yao Qi <yao.qi@linaro.org>
6315
6316 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6317
6318 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6319
6320 * gdb.threads/names.exp: New file.
6321 * gdb.threads/names.c: New file.
6322 * README: Mention gdb,no_thread_names.
6323
6324 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6325
6326 PR 19297
6327 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6328 support" error.
6329
6330 2015-11-24 Pedro Alves <palves@redhat.com>
6331
6332 PR 17539
6333 * gdb.base/display.exp: Expect displays to be sorted in ascending
6334 order. Use multi_line.
6335 * gdb.base/solib-display.exp: Likewise.
6336
6337 2015-11-24 Pedro Alves <palves@redhat.com>
6338
6339 PR 17539
6340 * gdb.base/display.exp: Expect displays to be sorted in ascending
6341 order. Use multi_line.
6342 * gdb.base/solib-display.exp: Likewise.
6343
6344 2015-11-24 Pedro Alves <palves@redhat.com>
6345
6346 PR 17539
6347 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6348 threads in ascending order.
6349 * gdb.base/foll-fork.exp: Likewise.
6350 * gdb.base/foll-vfork.exp: Likewise.
6351 * gdb.base/multi-forks.exp: Likewise.
6352 * gdb.mi/mi-nonstop.exp: Likewise.
6353 * gdb.mi/mi-nsintrall.exp: Likewise.
6354 * gdb.multi/base.exp: Likewise.
6355 * gdb.multi/multi-arch.exp: Likewise.
6356 * gdb.python/py-inferior.exp: Likewise.
6357 * gdb.threads/break-while-running.exp: Likewise.
6358 * gdb.threads/execl.exp: Likewise.
6359 * gdb.threads/gcore-thread.exp: Likewise.
6360 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6361 * gdb.threads/kill.exp: Likewise.
6362 * gdb.threads/linux-dp.exp: Likewise.
6363 * gdb.threads/multiple-step-overs.exp: Likewise.
6364 * gdb.threads/next-bp-other-thread.exp: Likewise.
6365 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6366 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6367 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6368 * gdb.threads/thread-find.exp: Likewise.
6369 * gdb.threads/tls.exp: Likewise.
6370 * lib/mi-support.exp (mi_reverse_list): Delete.
6371 (mi_check_thread_states): No longer reverse list.
6372
6373 2015-11-24 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6376 use lowercase.
6377
6378 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6379
6380 * gdb.trace/actions.c: Include trace-common.h.
6381 (main): Add a location for a fast tracepoint.
6382 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6383 the normal tracepoints.
6384 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6385
6386 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6387
6388 * save-trace.exp: Factor out code to these...
6389 (gdb_save_tracepoints): New.
6390 (gdb_load_tracepoints): New.
6391 (do_save_load_test): New.
6392
6393 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6394
6395 * gdb.base/asmlabel.exp: New test.
6396 * gdb.base/asmlabel.c: New test case.
6397
6398 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6399
6400 * gdb.base/wrong_frame_bt_full-main.c: New file.
6401 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6402 * gdb.base/wrong_frame_bt_full.exp: New file.
6403
6404 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6405
6406 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6407
6408 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6409
6410 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6411 pstate register when comparing registers values in
6412 sparc64-*-linux-gnu targets to avoid spurious differences.
6413
6414 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6415
6416 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6417
6418 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6419
6420 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6421 as type argument to gdb_compile.
6422 * gdb.base/nested-subp2.exp: Likewise.
6423 * gdb.base/nested-subp3.exp: Likewise.
6424
6425 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6426
6427 * lib/dwarf.exp (_note): Fix left shift of negative value.
6428 * gdb.trace/trace-condition.exp: Likewise.
6429
6430 2015-11-13 Yao Qi <yao.qi@linaro.org>
6431
6432 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6433 comments about d10v.
6434 (test_scalar_returns): Likewise.
6435 * gdb.base/d10v.ld: Remove.
6436 * gdb.base/overlays.exp: Remove the target triplet checking for
6437 d10v-*-*.
6438 * gdb.base/structs.exp (test_struct_returns): Remove the
6439 comments about d10v.
6440 (test_struct_calls): Likewise.
6441
6442 2015-11-13 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6445 * gdb.base/gnu_vector.c: Don't include stdio.h.
6446 (main): Don't print res and call add_some_intvecs.
6447
6448 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6449
6450 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6451 macro.
6452 (func5): Removed.
6453 (func4): Use FAST_TRACEPOINT_LABEL.
6454 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6455 macro.
6456 (func): Removed.
6457 (thread_function): Use FAST_TRACEPOINT_LABEL.
6458 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6459 (func): Remove.
6460 (marker): Use FAST_TRACEPOINT_LABEL.
6461 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6462 (pendfunc1): Remove.
6463 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6464 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6465 (foo): Remove.
6466 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6467 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6468 macro.
6469 (func): Remove.
6470 (marker): Use FAST_TRACEPOINT_LABEL.
6471 * gdb.trace/trace-common.h: New header.
6472 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6473 macro.
6474 (func): Remove.
6475 (marker): Use FAST_TRACEPOINT_LABEL.
6476 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6477 (func): Remove.
6478 (thread_function): Use FAST_TRACEPOINT_LABEL.
6479
6480 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6481
6482 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6483 in front.
6484 * gdb.trace/change-loc.exp: Use global pcreg definition.
6485 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6486 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6487 in front.
6488 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6489 * gdb.trace/pending.exp: Likewise.
6490 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6491 * gdb.trace/trace-break.exp: Likewise.
6492 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6493 in front.
6494 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6495 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6496 in front.
6497 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6498
6499 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6500
6501 * gdb.ada/fin_fun_out: New testcase.
6502
6503 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6504
6505 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6506 value associated with DW_AT_byte_size.
6507 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6508 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6509 DW_AT_upper_bound.
6510
6511 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6512
6513 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6514 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6515 version.
6516 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6517 gdb.dwarf2/dw2-canonicalize-type.exp,
6518 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6519 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6520 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6521 provided by gdb_target_symbol_prefix_flags_asm.
6522 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6523 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6524 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6525 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6526 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6527 macros where needed). Use this macro for symbols which require
6528 the prefix provided by SYMBOL_PREFIX.
6529
6530 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6531
6532 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6533 New procs.
6534 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6535 representing expressions, of more than one list element.
6536 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6537 to prepend linker symbol prefix to f.
6538 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6539 table_1 and table_2.
6540 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6541 Likewise, for f and g.
6542 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6543 for ptr.
6544 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6545 for main.
6546 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6547 table_1_ptr and table_2_ptr.
6548
6549 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6550 Joel Brobecker <brobecker@adacore.com>
6551
6552 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6553
6554 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6555
6556 * gdb.reverse/s390-mvcle.c: New test.
6557 * gdb.reverse/s390-mvcle.exp: New file.
6558 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6559
6560 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6561
6562 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6563
6564 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6565
6566 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6567 reaching marker2.
6568 * gdb.reverse/getresuid-reverse.exp: Likewise.
6569 * gdb.reverse/pipe-reverse.exp: Likewise.
6570 * gdb.reverse/readv-reverse.exp: Likewise.
6571 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6572 * gdb.reverse/time-reverse.exp: Likewise.
6573 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6574
6575 2015-10-30 Yao Qi <yao.qi@linaro.org>
6576
6577 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6578 (empty_cycle): Remove.
6579 (main): Don't call empty_cycle. Don't use watch_count_done.
6580 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6581 empty_cycle. Rewrite the code counting HW watchpoints.
6582
6583 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6584
6585 * gdb.reverse/fstatat-reverse.c: New test.
6586 * gdb.reverse/fstatat-reverse.exp: New file.
6587 * gdb.reverse/getresuid-reverse.c: New test.
6588 * gdb.reverse/getresuid-reverse.exp: New file.
6589 * gdb.reverse/pipe-reverse.c: New test.
6590 * gdb.reverse/pipe-reverse.exp: New file.
6591 * gdb.reverse/readv-reverse.c: New test.
6592 * gdb.reverse/readv-reverse.exp: New file.
6593 * gdb.reverse/recvmsg-reverse.c: New test.
6594 * gdb.reverse/recvmsg-reverse.exp: New file.
6595 * gdb.reverse/time-reverse.c: New test.
6596 * gdb.reverse/time-reverse.exp: New file.
6597 * gdb.reverse/waitpid-reverse.c: New test.
6598 * gdb.reverse/waitpid-reverse.exp: New file.
6599
6600 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6603
6604 2015-10-26 Doug Evans <dje@google.com>
6605
6606 PR symtab/17391
6607 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6608 * gdb.dwarf2/bad-regnum.c: New file.
6609 * gdb.dwarf2/bad-regnum.exp: New file.
6610
6611 2015-10-26 Doug Evans <dje@google.com>
6612
6613 PR python/18938
6614 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6615 file.
6616
6617 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6620 for a change by "Mention language in compile error message".
6621
6622 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6623
6624 PR python/18073
6625 * gdb.python/py-type.c (C::a_method): New.
6626 (C::a_const_method): New.
6627 (C::a_static_method): New.
6628 (a_function): New.
6629 * gdb.python/py-type.exp (test_fields): Test getting fields
6630 from function and method.
6631
6632 2015-10-21 Keven Boell <keven.boell@intel.com>
6633
6634 * gdb.fortran/vla-alloc-assoc.exp: New file.
6635 * gdb.fortran/vla-datatypes.exp: New file.
6636 * gdb.fortran/vla-datatypes.f90: New file.
6637 * gdb.fortran/vla-history.exp: New file.
6638 * gdb.fortran/vla-ptype-sub.exp: New file.
6639 * gdb.fortran/vla-ptype.exp: New file.
6640 * gdb.fortran/vla-sizeof.exp: New file.
6641 * gdb.fortran/vla-sub.f90: New file.
6642 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6643 * gdb.fortran/vla-value-sub-finish.exp: New file.
6644 * gdb.fortran/vla-value-sub.exp: New file.
6645 * gdb.fortran/vla-value.exp: New file.
6646 * gdb.fortran/vla-ptr-info.exp: New file.
6647 * gdb.mi/mi-vla-fortran.exp: New file.
6648 * gdb.mi/vla.f90: New file.
6649
6650 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6651
6652 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6653 of hardwired timeout value.
6654
6655 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6656 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6659 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6660
6661 2015-10-19 Josh Stone <jistone@redhat.com>
6662
6663 * gdb.base/catch-syscall.c: Include <sched.h>.
6664 (unknown_syscall): New variable.
6665 (main): Trigger a vfork and an unknown syscall.
6666 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6667 (unknown_syscall_number): Likewise.
6668 (check_call_to_syscall): Accept an optional syscall pattern.
6669 (check_return_from_syscall): Likewise.
6670 (check_continue): Likewise.
6671 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6672 (test_catch_syscall_skipping_return): New test toggling off 'catch
6673 syscall' to step over the syscall return, then toggling back on.
6674 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6675 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6676 (do_syscall_tests): Call test_catch_syscall_without_args and
6677 test_catch_syscall_mid_vfork.
6678 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6679 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6680
6681 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6682
6683 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6684 print g_vE): Add new pass patterns.
6685 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6686 print various symbol names for vptr fields.
6687
6688 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6691 results.
6692
6693 2015-10-12 Yao Qi <yao.qi@linaro.org>
6694
6695 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6696
6697 2015-10-12 Yao Qi <yao.qi@linaro.org>
6698
6699 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6700 is aarch64*-*-linux*.
6701
6702 2015-10-12 Yao Qi <yao.qi@linaro.org>
6703
6704 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6705 (can_relocate_bcond_true): ... it.
6706 (can_relocate_bcond_false): New function.
6707 (foo): Likewise.
6708 (can_relocate_bl): Likewise.
6709 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6710 can_relocate_bl.
6711
6712 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6713
6714 * gdb.base/nested-addr.c: New file.
6715 * gdb.base/nested-addr.exp: New testcase.
6716
6717 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6718
6719 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6720 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6721 its output. Ignore the output of "record goto begin" and instead
6722 check that GDB is replaying.
6723
6724 2015-10-09 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6727 (top level): Use it in the run with no args test.
6728
6729 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6730
6731 * gdb.dlang/properties.exp: New file.
6732
6733 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6734
6735 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6736 whether or not address 0x1000 is mapped on the target.
6737
6738 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6741 build.
6742
6743 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6744
6745 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6746 instruction-history test.
6747
6748 2015-09-28 Doug Evans <dje@google.com>
6749
6750 * gdb.base/gcore.c (array_func): Add reference to static_array.
6751
6752 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6755 source line.
6756
6757 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6758
6759 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6760 short or char as base type.
6761
6762 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6763
6764 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6765 to allow any size enum.
6766
6767 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6768
6769 * gdb.ada/array_ptr_renaming.exp: New testcase.
6770 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6771 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6772
6773 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6774
6775 * gdb.trace/ftrace-lock.c: New file.
6776 * gdb.trace/ftrace-lock.exp: New file.
6777
6778 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6779
6780 * gdb.arch/insn-reloc.c: New file.
6781 * gdb.arch/ftrace-insn-reloc.exp: New file.
6782
6783 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6784
6785 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6786 instruction.
6787 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6788 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6789 * gdb.trace/range-stepping.c: Likewise.
6790 * gdb.trace/trace-break.c: Likewise.
6791 * gdb.trace/trace-mt.c (thread_function): Likewise.
6792 * gdb.trace/ftrace.c (marker): Likewise.
6793 * gdb.trace/trace-condition.c (marker): Likewise.
6794 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6795 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6796 is_aarch64_target.
6797
6798 2015-09-18 Doug Evans <xdje42@gmail.com>
6799
6800 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6801 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6802
6803 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6804
6805 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6806 the breakpoint.
6807
6808 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6809
6810 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6811 the pending breakpoint. Remove timeout override for "Run till
6812 MI pending breakpoint on pendfunc3 on thread 2" test.
6813
6814 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6815
6816 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6817 filename pattern.
6818
6819 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6820
6821 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6822 in breakpoint filename pattern.
6823
6824 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6825
6826 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6827
6828 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6829
6830 * gdb.linespec/explicit.exp: Check for readline support for
6831 tab-completion tests. Fix obvious typo.
6832
6833 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6834
6835 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6836 and replay.
6837
6838 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6839
6840 * gdb.btrace/non-stop.c: New.
6841 * gdb.btrace/non-stop.exp: New.
6842
6843 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6844 Yao Qi <yao.qi@linaro.org>
6845
6846 * gdb.trace/trace-condition.c: New file.
6847 * gdb.trace/trace-condition.exp: New file.
6848
6849 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
6850
6851 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6852 for testing bytecode compilation.
6853
6854 2015-09-16 Pedro Alves <palves@redhat.com>
6855 Sandra Loosemore <sandra@codesourcery.com>
6856
6857 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6858 (SECONDS): Redefine.
6859 (main): Call pthread_kill and alarm early.
6860 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6861 support.
6862 (test): If the target can't hardware step and doesn't support
6863 displaced stepping, increase the timeout.
6864
6865 2015-09-16 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6868 (enable_debug): New procedures.
6869 (test): Use them. Bail out if waiting for threads fails.
6870 (top level): Bail out if a test fails.
6871
6872 2015-09-16 Yao Qi <yao.qi@linaro.org>
6873
6874 * gdb.asm/asm-source.exp: Set asm-arch for
6875 aarch64*-*-* target.
6876 * gdb.asm/aarch64.inc: New file.
6877
6878 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6879
6880 * gdb.ada/array_of_variable_length.exp: New testcase.
6881 * gdb.ada/array_of_variable_length/foo.adb: New file.
6882 * gdb.ada/array_of_variable_length/pck.adb: New file.
6883 * gdb.ada/array_of_variable_length/pck.ads: New file.
6884
6885 2015-09-15 Doug Evans <dje@google.com>
6886
6887 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6888 of function static local variable.
6889
6890 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6891
6892 * gdb.threads/tls-so_extern.exp: New test file.
6893 * gdb.threads/tls-so_extern.c: New test file.
6894 * gdb.threads/tls-so_extern_main.c: New test file.
6895
6896 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6897
6898 * gdb.opt/solib-intra-step-lib.c: New file.
6899 * gdb.opt/solib-intra-step-main.c: New file.
6900 * gdb.opt/solib-intra-step.exp: New file.
6901
6902 2015-09-15 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6905 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6906
6907 2015-09-14 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/hook-stop-continue.c: Delete.
6910 * gdb.base/hook-stop-continue.exp: Delete.
6911 * gdb.base/hook-stop-frame.c: Delete.
6912 * gdb.base/hook-stop-frame.exp: Delete.
6913 * gdb.base/hook-stop.c: New file.
6914 * gdb.base/hook-stop.exp: New file.
6915
6916 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6917
6918 * gdb.ada/access_to_packed_array.exp: New testcase.
6919 * gdb.ada/access_to_packed_array/foo.adb: New file.
6920 * gdb.ada/access_to_packed_array/pack.adb: New file.
6921 * gdb.ada/access_to_packed_array/pack.ads: New file.
6922
6923 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6924
6925 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6926 buffer size test.
6927
6928 2015-09-11 Don Breazeal <donb@codesourcery.com>
6929
6930 * gdb.base/foll-exec.c: Add copyright header. Fix
6931 formatting issues.
6932 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6933 (do_exec_tests): Use clean_restart in place of zap_session,
6934 and for test initialization. Fix formatting issues. Use
6935 fail in place of perror.
6936 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6937 an expect statement to match an expression with output from
6938 the program under debug.
6939 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6940 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6941 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6942 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6943 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6944
6945 2015-09-09 Doug Evans <dje@google.com>
6946
6947 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6948
6949 2015-09-09 Doug Evans <dje@google.com>
6950
6951 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6952
6953 2015-09-09 Doug Evans <dje@google.com>
6954
6955 * gdb.base/savedregs.exp: Fix typo.
6956
6957 2015-09-09 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6960
6961 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6962
6963 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6964 command actually switches threads. Give up on remaining
6965 tests if target fails to stop at breakpoint.
6966
6967 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6968
6969 * gdb.ada/funcall_char.exp: New testcase.
6970 * gdb.ada/funcall_char/foo.adb: New file.
6971
6972 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6973
6974 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6975 expected outputs. Add two testcases for completing ambiguous
6976 functions.
6977 * gdb.ada/complete/aux_pck.adb: New file.
6978 * gdb.ada/complete/aux_pck.ads: New file.
6979 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6980 Ambiguous_Func functions.
6981 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6982 * gdb.ada/complete/pck.adb: Likewise.
6983
6984 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6985
6986 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6987 failures to run the test program under GDB.
6988
6989 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6990
6991 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6992 to C.
6993
6994 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6995
6996 * gdb.base/run-after-attach.exp: New test file.
6997 * gdb.base/run-after-attach.c: New test file.
6998
6999 2015-08-26 Don Breazeal <donb@codesourcery.com>
7000
7001 * gdb.base/foll-exec-2.c: New test program.
7002 * gdb.base/foll-exec-2.exp: New test.
7003
7004 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7005
7006 * gdb.base/nested-subp1.exp: New file.
7007 * gdb.base/nested-subp1.c: New file.
7008 * gdb.base/nested-subp2.exp: New file.
7009 * gdb.base/nested-subp2.c: New file.
7010 * gdb.base/nested-subp3.exp: New file.
7011 * gdb.base/nested-subp3.c: New file.
7012
7013 2015-08-24 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.server/connect-without-multi-process.c: New file.
7016 * gdb.server/connect-without-multi-process.exp: New file.
7017
7018 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7019
7020 * gdb.opt/inline-markers.c: Make z int.
7021
7022 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7023
7024 * gdb.opt/inline-markers.c: Make z volatile.
7025
7026 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7027
7028 * gdb.opt/inline-bt.c: New volatile global z.
7029 * gdb.opt/inline-cmds.c: Likewise.
7030 * gdb.opt/inline-locals.c: Likewise.
7031 * gdb.opt/inline-markers.c: New extern global z.
7032 (marker): Use z.
7033 (inline_fn): Likewise.
7034
7035 2015-08-24 Pedro Alves <palves@redhat.com>
7036
7037 * config/m32r-stub.exp: Remove file.
7038 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7039 * gdb.base/call-rt-st.exp: Likewise.
7040 * gdb.base/call-strs.exp: Likewise.
7041 * gdb.base/default.exp: Remove references to h8300-*-hms and
7042 *-*-udi*.
7043 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7044
7045 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7046
7047 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7048 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7049 and "return" use KFAIL when GDB can not read/write the vector
7050 return value.
7051
7052 2015-08-21 Gary Benson <gbenson@redhat.com>
7053
7054 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7055
7056 2015-08-20 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.server/solib-list.exp: No longer expect an interior stop in
7059 non-stop mode.
7060
7061 2015-08-20 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.server/connect-stopped-target.c: New file.
7064 * gdb.server/connect-stopped-target.exp: New file.
7065
7066 2015-08-20 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.dwarf2/comp-unit-lang.exp: New file.
7069 * gdb.dwarf2/comp-unit-lang.c: New file.
7070
7071 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7072
7073 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7074 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7075
7076 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7077
7078 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7079 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7080
7081 2015-08-18 Doug Evans <dje@google.com>
7082 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7083
7084 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7085 skip_python_tests. New arg prompt_regexp.
7086 (skip_python_tests): New function.
7087 * lib/mi-support.exp (mi_skip_python_tests): New function.
7088 * gdb.python/py-mi-objfile-gdb.py: New file.
7089 * gdb.python/py-mi-objfile.c: New file.
7090 * gdb.python/py-mi-objfile.exp: New file.
7091
7092 2015-08-17 Keith Seitz <keiths@redhat.com>
7093
7094 * gdb.linespec/explicit.exp: Move strace test from here ...
7095 * gdb.trace/strace.exp: ... to here.
7096
7097 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7098
7099 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7100 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7101
7102 2015-08-14 Doug Evans <xdje42@gmail.com>
7103
7104 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7105 inferior before selecting a new file.
7106
7107 2015-08-14 Doug Evans <xdje42@gmail.com>
7108
7109 * gdb.mi/mi-disassemble.exp: Update.
7110 * gdb.base/disasm-optim.S: New file.
7111 * gdb.base/disasm-optim.c: New file.
7112 * gdb.base/disasm-optim.h: New file.
7113 * gdb.base/disasm-optim.exp: New file.
7114
7115 2015-08-14 Keith Seitz <keiths@redhat.com>
7116
7117 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7118 "evaluated-by".
7119
7120 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7123
7124 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7125
7126 * gdb.ada/fun_renaming.exp: New testcase.
7127 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7128 * gdb.ada/fun_renaming/pack.adb: New file.
7129 * gdb.ada/fun_renaming/pack.ads: New file.
7130
7131 2015-08-12 Keith Seitz <keiths@redhat.com>
7132
7133 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7134 gdb_get_line_number.
7135
7136 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7137
7138 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7139 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7140 gdb.base/dso2dso.exp: New files.
7141
7142 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7143 Pedro Alves <palves@redhat.com>
7144 Keith Seitz <keiths@redhat.com>
7145
7146 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7147 GDBFLAGS.
7148
7149 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7150
7151 * gdb.base/gdbhistsize-history.exp
7152 (test_histsize_history_setting): Use save_vars.
7153 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7154 Use save_vars.
7155 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7156 * gdb.base/readline.exp: Use save_vars.
7157
7158 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7159
7160 * lib/gdb.exp (save_vars): New proc.
7161
7162 2015-08-11 Keith Seitz <keiths@redhat.com>
7163
7164 * gdb.base/help.exp: Update help_breakpoint_text.
7165
7166 2015-08-11 Keith Seitz <keiths@redhat.com>
7167
7168 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7169 (at toplevel): Call test_explicit_breakpoints.
7170 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7171 breakpoints.
7172 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7173 breakpoint conditions, "-cond".
7174
7175 2015-08-11 Keith Seitz <keiths@redhat.com>
7176
7177 * gdb.linespec/3explicit.c: New file.
7178 * gdb.linespec/cpexplicit.cc: New file.
7179 * gdb.linespec/cpexplicit.exp: New file.
7180 * gdb.linespec/explicit.c: New file.
7181 * gdb.linespec/explicit.exp: New file.
7182 * gdb.linespec/explicit2.c: New file.
7183 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7184 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7185 before using in the matching pattern.
7186 Clarify that `prefix' is a regular expression.
7187
7188 2015-08-11 Keith Seitz <keiths@redhat.com>
7189
7190 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7191 test.
7192 Add tests for missing ",FMT" and ",".
7193
7194 2015-08-10 Doug Evans <dje@google.com>
7195 Keith Seitz <keiths@redhat.com>
7196
7197 PR gdb/17960
7198 * gdb.base/completion.exp: Add location completer tests.
7199
7200 2015-08-07 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7203 tests here.
7204 (top level): Run do_test with and without displaced stepping.
7205
7206 2015-08-07 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.base/valgrind-disp-step.c: New file.
7209 * gdb.base/valgrind-disp-step.exp: New file.
7210
7211 2015-08-07 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7214 Delete function.
7215 (main): Add alarm. Run an infinite loop instead of calling
7216 wait_threads.
7217 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7218 comment.
7219 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7220 Delete function.
7221 (main): Add alarm. Run an infinite loop instead of calling
7222 wait_threads.
7223 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7224 comment.
7225
7226 2015-08-07 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/checkpoint-ns.exp: New file.
7229 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7230 standard_testfile.
7231
7232 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7233
7234 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7235 * gdb.btrace/instruction_history.exp: Update.
7236 * gdb.btrace/tsx.exp: New.
7237 * gdb.btrace/tsx.c: New.
7238
7239 2015-08-06 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7242 increase timeout.
7243 * gdb.reverse/until-precsave.exp: Bump timeouts.
7244
7245 2015-08-06 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7248
7249 2015-08-06 Pedro Alves <palves@redhat.com>
7250
7251 PR gdb/18749
7252 * gdb.threads/process-dies-while-handling-bp.c: New file.
7253 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7254
7255 2015-08-06 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7258 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7259
7260 2015-08-05 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7263 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7264
7265 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7266
7267 * gdb.base/bp-permanent.exp: Report test as unsupported if
7268 the target cannot stop at the permanent breakpoint.
7269
7270 2015-08-03 Doug Evans <dje@google.com>
7271
7272 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7273 10000.
7274
7275 2015-08-03 Doug Evans <dje@google.com>
7276
7277 * Makefile.in (workers/%.worker, build-perf): New rule.
7278 (GDB_PERFTEST_MODE): New variable.
7279 (check-perf): Use it.
7280 (clean): Clean up gdb.perf parallel build subdirs.
7281 * lib/build-piece.exp: New file.
7282 * lib/gdb.exp (make_gdb_parallel_path): New function
7283 (standard_output_file, standard_temp_file): Call it.
7284 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7285 of $GDB_PARALLEL.
7286 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7287
7288 2015-08-03 Doug Evans <dje@google.com>
7289
7290 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7291 (LOG_FILE_NAME): New global.
7292 (TextReporter.__init__): Initialize self.txt_sum.
7293 (TextReporter.report): Add support for multiple data-points.
7294 Move report to perftest.sum, put raw data in perftest.log.
7295 (TextReporter.start): Open sum and log files.
7296 (TextReporter.end): Close sum and log files.
7297 * gdb.perf/lib/perftest/testresult.py
7298 (SingleStatisticTestResult.record): Handle multiple data-points.
7299
7300 2015-07-31 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7303 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7304 kill_wait_spawned_process instead of explicit "kill -9".
7305 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7306 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7307 kill_wait_spawned_process.
7308 * gdb.base/attach-twice.exp: Likewise.
7309 * gdb.base/attach.exp: Likewise.
7310 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7311 gdb_test_multiple.
7312 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7313 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7314 kill_wait_spawned_process.
7315 * gdb.base/valgrind-infcall.exp: Likewise.
7316 * gdb.multi/multi-attach.exp: Likewise.
7317 * gdb.python/py-prompt.exp: Likewise.
7318 * gdb.python/py-sync-interp.exp: Likewise.
7319 * gdb.server/ext-attach.exp: Likewise.
7320 * gdb.threads/attach-into-signal.exp (corefunc): Use
7321 spawn_wait_for_attach, spawn_id_get_pid and
7322 kill_wait_spawned_process.
7323 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7324 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7325 spawn_id_get_pid and kill_wait_spawned_process.
7326 * gdb.threads/attach-stopped.exp (corefunc): Use
7327 spawn_wait_for_attach, spawn_id_get_pid and
7328 kill_wait_spawned_process.
7329 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7330 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7331 kill_wait_spawned_process instead of explicit "kill -9".
7332 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7333 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7334 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7335 processes. Don't map cygwin/windows pids here. Now returns a
7336 spawn id list.
7337
7338 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7339
7340 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7341 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7342 correct patch.
7343
7344 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7345
7346 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7347
7348 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7349
7350 Reapply:
7351 2014-05-21 Mark Wielaard <mjw@redhat.com>
7352
7353 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7354
7355 2015-07-30 Pedro Alves <palves@redhat.com>
7356
7357 * linux-low.c (handle_extended_wait): Set the child's last
7358 reported status to TARGET_WAITKIND_STOPPED.
7359
7360 2015-07-30 Pedro Alves <palves@redhat.com>
7361
7362 PR threads/18600
7363 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7364 only shows inferior 1.
7365
7366 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7367 Pedro Alves <palves@redhat.com>
7368
7369 PR threads/18600
7370 * gdb.threads/fork-plus-threads.c: New file.
7371 * gdb.threads/fork-plus-threads.exp: New file.
7372
7373 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7374
7375 * gdb.base/batch-preserve-term-settings.exp
7376 (test_terminal_settings_preserved_after_cli_exit): Use
7377 send_quit_command.
7378
7379 2015-07-29 Pedro Alves <palves@redhat.com>
7380 Don Breazeal <donb@codesourcery.com>
7381
7382 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7383 output from both inferior_spawn_id and gdb_spawn_id.
7384
7385 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7386
7387 * gdb.threads/attach-into-signal.exp (corefunc): Use
7388 with_test_prefix on nested loops, uniquefying the test messages.
7389
7390 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7391
7392 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7393 commit.
7394
7395 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7396
7397 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7398 New proc.
7399 (test_terminal_settings_preserved_after_sigterm): New test.
7400
7401 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7402
7403 * gdb.base/batch-preserve-term-settings.exp
7404 (test_terminal_settings_preserved_after_cli_exit): New test.
7405
7406 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7407
7408 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7409 manipulation of saved_gdbflags.
7410 (test_terminal_settings_preserved): Remove global declaration of
7411 the unused variable pagination_prompt. Remove manipulation of
7412 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7413 GDBFLAGS.
7414
7415 2015-07-29 Pedro Alves <palves@redhat.com>
7416
7417 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7418
7419 2015-07-29 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7422 at the top.
7423
7424 2015-07-29 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7427 (main): Call gdb_unbuffer_output.
7428 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7429 (main): Call gdb_unbuffer_output.
7430 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7431 (main): Call gdb_unbuffer_output.
7432 * gdb.base/call-strs.exp: Adjust to step over the
7433 gdb_unbuffer_output call.
7434 * gdb.base/catch-gdb-caused-signals.c: Include
7435 "../lib/unbuffer_output.c".
7436 (main): Call gdb_unbuffer_output.
7437 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7438 (main): Call gdb_unbuffer_output.
7439 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7440 (main): Call gdb_unbuffer_output.
7441 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7442 (main): Call gdb_unbuffer_output.
7443 * gdb.base/shlib-call.exp: Adjust to step over the
7444 gdb_unbuffer_output call.
7445 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7446 (main): Call gdb_unbuffer_output.
7447 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7448 (main): Call gdb_unbuffer_output.
7449 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7450 (main): Rename to ...
7451 (test): ... this.
7452 (main): Reimplement.
7453 * gdb.base/varargs.exp: Run to test instead of to main.
7454 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7455 (main): Call gdb_unbuffer_output.
7456
7457 2015-07-29 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7460 factore out from mi_continue_dprintf. For call-style dprintfs,
7461 expect dprintf output out of $inferior_spawn_id.
7462 (mi_continue_dprintf): Use mi_expect_dprintf.
7463 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7464 (main): Call gdb_unbuffer_output.
7465
7466 2015-07-29 Pedro Alves <palves@redhat.com>
7467
7468 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7469 (default_mi_gdb_start): Set inferior_spawn_id instead of
7470 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7471 gdb_spawn_id.
7472 (mi_gdb_test): Always expect inferior output from both
7473 $inferior_spawn_id and $gdb_spawn_id.
7474
7475 2015-07-29 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7478 send_inferior and $inferior_spawn_id.
7479
7480 2015-07-29 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.gdb/complaints.exp (test_initial_complaints)
7483 (test_serial_complaints, test_short_complaints): Use
7484 gdb_test_stdio.
7485 (test_empty_complaint): Handle $inferior_spawn_id !=
7486 $gdb_spawn_id.
7487
7488 2015-07-29 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/varargs.exp: Use gdb_test_stdio.
7491
7492 2015-07-29 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7495
7496 2015-07-29 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7499
7500 2015-07-29 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7503 parameter into two new parameters, "inf_result" and "gdb_result".
7504 Expect inferior output and gdb output from $inferior_spawn_id and
7505 $gdb_spawn_id, respectively. Adjust all callers.
7506
7507 2015-07-29 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7510 of gdb_test_sequence.
7511
7512 2015-07-29 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7515 (saw_spurious_output): Expect inferior output from
7516 $inferior_spawn_id. Use gdb_test_stdio.
7517
7518 2015-07-29 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.base/dprintf.exp: Use standard_testfile. Change
7521 prepare_for_testing call.
7522 (srcfile): Don't set.
7523 (restart): New procedure.
7524 (test_dprintf): New procecure, use to continue over dprintfs.
7525 (test_call, test_agent): New procedures, tests moved here.
7526 Restart gdb and recreate dprintfs. Adjust expected output.
7527
7528 2015-07-29 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7531
7532 2015-07-29 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7535
7536 2015-07-29 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7539 gdb_test_stdio.
7540
7541 2015-07-29 Pedro Alves <palves@redhat.com>
7542
7543 * lib/gdb.exp (gdb_test_stdio): New procedure.
7544
7545 2015-07-29 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7548
7549 2015-07-29 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.base/call-signal-resume.exp: Remove check for
7552 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7553 * gdb.base/unwindonsignal.exp: Likewise.
7554 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7555 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7556
7557 2015-07-29 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.base/siginfo-addr.c (pass): New function.
7560 (handler): Call it iff si_addr is correct.
7561 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7562 Set a breakpoint at "pass" and continue to it.
7563
7564 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7565
7566 * gdb.python/py-objfile.exp: Make some tests have unique names.
7567 * gdb.python/py-pp-registration.exp: Likewise.
7568
7569 2015-07-28 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7572
7573 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7576
7577 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7578
7579 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7580
7581 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7582
7583 * gdb.base/gdb-sigterm-2.exp: New test.
7584
7585 2015-07-25 Doug Evans <xdje42@gmail.com>
7586
7587 Revert:
7588 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7589 (workers/%.worker, build-perf): New rule.
7590 (GDB_PERFTEST_MODE): New variable.
7591 (check-perf): Use it.
7592 (clean): Clean up gdb.perf parallel build subdirs.
7593 * lib/build-piece.exp: New file.
7594 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7595 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7596 name.
7597 (standard_temp_file): Ditto.
7598 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7599 of $GDB_PARALLEL.
7600
7601 2015-07-24 Doug Evans <dje@google.com>
7602
7603 * gdb.perf/lib/perftest/utils.py: New file.
7604 * gdb.perf/gm-hello.cc: New file.
7605 * gdb.perf/gm-pervasive-typedef.cc: New file.
7606 * gdb.perf/gm-pervasive-typedef.h: New file.
7607 * gdb.perf/gm-std.cc: New file.
7608 * gdb.perf/gm-std.h: New file.
7609 * gdb.perf/gm-use-cerr.cc: New file.
7610 * gdb.perf/gm-utils.h: New file.
7611 * gdb.perf/gmonster-null-lookup.py: New file.
7612 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7613 * gdb.perf/gmonster-print-cerr.py: New file.
7614 * gdb.perf/gmonster-ptype-string.py: New file.
7615 * gdb.perf/gmonster-runto-main.py: New file.
7616 * gdb.perf/gmonster-select-file.py: New file.
7617 * gdb.perf/gmonster1-null-lookup.exp: New file.
7618 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7619 * gdb.perf/gmonster1-print-cerr.exp: New file.
7620 * gdb.perf/gmonster1-ptype-string.exp: New file.
7621 * gdb.perf/gmonster1-runto-main.exp: New file.
7622 * gdb.perf/gmonster1-select-file.exp: New file.
7623 * gdb.perf/gmonster1.cc: New file.
7624 * gdb.perf/gmonster1.exp: New file.
7625 * gdb.perf/gmonster2-null-lookup.exp: New file.
7626 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7627 * gdb.perf/gmonster2-print-cerr.exp: New file.
7628 * gdb.perf/gmonster2-ptype-string.exp: New file.
7629 * gdb.perf/gmonster2-runto-main.exp: New file.
7630 * gdb.perf/gmonster2-select-file.exp: New file.
7631 * gdb.perf/gmonster2.cc: New file.
7632 * gdb.perf/gmonster2.exp: New file.
7633
7634 2015-07-24 Doug Evans <dje@google.com>
7635
7636 * gdb.perf/README: New file.
7637 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7638 * lib/gen-perf-test.exp: New file.
7639
7640 2015-07-24 Doug Evans <dje@google.com>
7641
7642 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7643 (PerfTest::startup): New function.
7644 (PerfTest::run): Return result of calling body.
7645 (PerfTest::assemble): Rewrite.
7646 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7647 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7648 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7649 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7650 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7651
7652 2015-07-24 Doug Evans <dje@google.com>
7653
7654 * lib/gdb.exp (clean_restart): Make executable optional.
7655
7656 2015-07-24 Doug Evans <dje@google.com>
7657
7658 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7659 compiler_info references.
7660 * gdb.cp/temargs.exp: Ditto.
7661 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7662 (get_compiler_info): Early exit if already computed. Set compiler_info
7663 to "unknown" if there was a problem.
7664 (test_compiler_info): Add function comment. Call get_compiler_info.
7665
7666 2015-07-24 Doug Evans <dje@google.com>
7667
7668 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7669 (workers/%.worker, build-perf): New rule.
7670 (GDB_PERFTEST_MODE): New variable.
7671 (check-perf): Use it.
7672 (clean): Clean up gdb.perf parallel build subdirs.
7673 * lib/build-piece.exp: New file.
7674 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7675 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7676 name.
7677 (standard_temp_file): Ditto.
7678 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7679 of $GDB_PARALLEL.
7680
7681 2015-07-24 Doug Evans <dje@google.com>
7682
7683 * lib/future.exp (gdb_default_target_compile): New option
7684 "early_flags".
7685 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7686 --as-needed.
7687
7688 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7689
7690 * gdb.base/catch-syscall.exp: Call gdb_exit before
7691 gdb_skip_xml_test.
7692
7693 2015-07-24 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.python/py-events.exp: Accept output between the stop event
7696 and the prompt.
7697 * gdb.python/py-evsignal.exp: Likewise.
7698 * gdb.python/py-evthreads.exp: Likewise.
7699
7700 2015-07-24 Pedro Alves <palves@redhat.com>
7701
7702 PR gdb/18717
7703 * gdb.threads/non-ldr-exit.c: New file.
7704 * gdb.threads/non-ldr-exit.exp: New file.
7705
7706 2015-07-24 Yao Qi <yao.qi@linaro.org>
7707
7708 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7709 restarting process.
7710
7711 2015-07-24 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.server/ext-restart.exp: New file.
7714
7715 2015-07-24 Yao Qi <yao.qi@linaro.org>
7716
7717 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7718 argument options.
7719 * gdb.server/ext-wrapper.exp: New file.
7720
7721 2015-07-23 Doug Evans <dje@google.com>
7722
7723 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7724 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7725
7726 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7727
7728 * gdb.ada/var_arr_typedef.exp: New testcase.
7729 * gdb.ada/var_arr_typedef/pack.adb: New file.
7730 * gdb.ada/var_arr_typedef/pack.ads: New file.
7731 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7732
7733 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7734
7735 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7736
7737 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 * gdb.arch/i386-biarch-core.exp: Replace istarget
7740 by "complete set gnutarget". Remove expectation for the "core-file"
7741 command.
7742
7743 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7744
7745 Revert the previous commit:
7746 Tests for validate symbol file using build-id.
7747
7748 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7749
7750 Tests for validate symbol file using build-id.
7751 * gdb.base/solib-mismatch-lib.c: New file.
7752 * gdb.base/solib-mismatch-libmod.c: New file.
7753 * gdb.base/solib-mismatch.c: New file.
7754 * gdb.base/solib-mismatch.exp: New file.
7755
7756 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7757
7758 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7759 nios2-*-linux*.
7760 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7761 * gdb.base/siginfo.exp: Likewise.
7762 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7763
7764 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7765
7766 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7767 Move it to ...
7768 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7769 ... here.
7770 * gdb.trace/range-stepping.exp: Check that the target supports
7771 range stepping.
7772
7773 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7776
7777 2015-07-14 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/killed-outside.exp: New file.
7780 * gdb.base/killed-outside.c: New file.
7781
7782 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7783
7784 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7785 (n at main): New.
7786 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7787
7788 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7789
7790 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7791 infcall tests instead of setting up for KFAIL.
7792
7793 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7794
7795 * gdb.btrace/record_goto-step.exp: New.
7796
7797 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7798
7799 PR compile/18484
7800 * gdb.compile/compile.c (struct struct_type): Add volatile to
7801 selffield's type.
7802 * gdb.compile/compile.exp
7803 (compile code struct_object.selffield = &struct_object): Skip further
7804 struct_object tests if this one xfails.
7805
7806 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7807
7808 PR exp/18617
7809 * gdb.trace/ax.exp: Add test.
7810
7811 2015-07-07 Yao Qi <yao.qi@linaro.org>
7812
7813 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7814 instead of istarget "aarch64*-*-*".
7815 * gdb.arch/aarch64-fp.exp: Likewise.
7816 * gdb.base/float.exp: Likewise.
7817 * gdb.reverse/aarch64.exp: Likewise.
7818 * lib/gdb.exp (is_aarch64_target): New proc.
7819
7820 2015-07-07 Yao Qi <yao.qi@linaro.org>
7821
7822 * lib/gdb.exp (is_aarch32_target): New proc.
7823 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7824 instead of "istarget "arm*-*-*"".
7825 * gdb.arch/arm-disp-step.exp: Likewise.
7826 * gdb.arch/thumb-bx-pc.exp: Likewise.
7827 * gdb.arch/thumb-prologue.exp: Likewise.
7828 * gdb.arch/thumb-singlestep.exp: Likewise.
7829 * gdb.base/disp-step-syscall.exp: Likewise.
7830 * gdb.base/float.exp: Likewise.
7831
7832 2015-07-07 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7835 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7836
7837 2015-07-07 Yao Qi <yao.qi@linaro.org>
7838
7839 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7840 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7841 if it exists.
7842 * gdb.multi/multi-arch.exp: Likewise.
7843
7844 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7847 print.
7848
7849 2015-07-07 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7852
7853 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7854
7855 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7856 '[' and ']' characters.
7857
7858 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7859
7860 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7861
7862 2015-06-29 Pedro Alves <palves@redhat.com>
7863
7864 PR threads/18127
7865 * gdb.threads/hand-call-new-thread.c: New file.
7866 * gdb.threads/hand-call-new-thread.c: New file.
7867
7868 2015-06-26 Keith Seitz <keiths@redhat.com>
7869 Doug Evans <dje@google.com>
7870
7871 PR 16253
7872 * gdb.cp/var-tag-2.cc: New file.
7873 * gdb.cp/var-tag-3.cc: New file.
7874 * gdb.cp/var-tag-4.cc: New file.
7875 * gdb.cp/var-tag.cc: New file.
7876 * gdb.cp/var-tag.exp: New file.
7877
7878 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7879
7880 * gdb.base/history-duplicates.exp: New test.
7881
7882 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7883
7884 * gdb.base/completion.exp: Test the completion of the "focus"
7885 command.
7886
7887 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 * gdb.arch/amd64-prologue-skip.S: New file.
7890 * gdb.arch/amd64-prologue-skip.exp: New file.
7891
7892 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7893
7894 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7895 is_address_zero_readable check.
7896
7897 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7898
7899 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7900 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7901
7902 2015-06-24 Yao Qi <yao.qi@linaro.org>
7903
7904 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7905 linux targets.
7906
7907 2015-06-24 Yao Qi <yao.qi@linaro.org>
7908
7909 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7910 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7911 * gdb.base/siginfo-thread.exp: Likewise.
7912
7913 2015-06-22 Yao Qi <yao.qi@linaro.org>
7914
7915 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7916
7917 2015-06-22 Yao Qi <yao.qi@linaro.org>
7918
7919 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7920 aarch64*-*-*.
7921 (skip_hw_watchpoint_tests): Likewise.
7922
7923 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7924
7925 * gdb.base/gdbinit-history.exp: Test the interaction between
7926 setting GDBHISTSIZE and setting the history size via .gdbinit.
7927
7928 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7929
7930 PR gdb/16999
7931 * gdb.base/gdbhistsize-history.exp: New test.
7932
7933 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7934
7935 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7936 with GDBHISTSIZE.
7937 * gdb.base/readline.exp: Likewise.
7938
7939 2015-06-17 Yao Qi <yao.qi@linaro.org>
7940
7941 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7942 line.
7943
7944 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7945
7946 * gdb.base/gdbinit-history.exp: Add test case to check that
7947 an unlimited history file does not get truncated on exit.
7948
7949 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7950
7951 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7952 (VECTOR): New macro. Use it...
7953 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7954 ...for these typedefs.
7955 (int8, char1, int1, double1): New typedefs.
7956 (struct just_int2, struct two_int2): New structures.
7957 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7958 (add_structvecs, add_singlevecs): New functions.
7959 (main): Call add_some_intvecs twice.
7960 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7961 the compile and exit upon failure. Try compiling for the "native"
7962 architecture. Test inferior function calls with vector arguments
7963 and vector return value handling with "finish" and "return".
7964
7965 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7966
7967 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7968 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7969 PE file.
7970 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7971
7972 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7973
7974 PR breakpoints/16465
7975 * gdb.mi/mi-dprintf-pending.c: New file.
7976 * gdb.mi/mi-dprintf-pending.exp: New test.
7977 * gdb.mi/mi-dprintf-pendshr.c: New file.
7978
7979 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7980 Mircea Gherzan <mircea.gherzan@intel.com>
7981
7982 * gdb.arch/i386-mpx-map.c: New file.
7983 * gdb.arch/i386-mpx-map.exp: New File.
7984
7985 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7986
7987 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7988 * gdb.arch/i386-mpx.exp: Indentation fixed.
7989
7990 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7991
7992 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7993 function and improved indentation.
7994 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7995 gdb_test_multiple. Added additional tests to skip the test.
7996
7997 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7998
7999 * gdb.arch/i386-avx512.c: Change path in include file.
8000 * gdb.arch/i386-avx512.exp: Change include dir path
8001 compilation flag.
8002 * gdb.arch/i386-mpx.c: Change path in include file.
8003 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8004 flag.
8005
8006 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 * gdb.compile/compile-print.exp (compile print *vararray@3)
8009 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8010
8011 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8012
8013 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8014 (do not keep jit in memory): ... this.
8015 (expect 5): Change it to ...
8016 (expect no 5): ... this.
8017
8018 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8019
8020 PR gdb/15564
8021 * gdb.mi/mi-detach.exp: New file.
8022
8023 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8024
8025 PR symtab/18392
8026 * gdb.arch/amd64-tailcall-self.S: New file.
8027 * gdb.arch/amd64-tailcall-self.c: New file.
8028 * gdb.arch/amd64-tailcall-self.exp: New file.
8029
8030 2015-05-28 Don Breazeal <donb@codesourcery.com>
8031
8032 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8033 tests for remote targets by checking is_target_gdbserver.
8034
8035 2015-05-27 Doug Evans <dje@google.com>
8036
8037 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8038 * gdb.dwarf2/opaque-type-lookup.c: New file.
8039 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8040
8041 2015-05-26 Doug Evans <dje@google.com>
8042
8043 * gdb.cp/iostream.cc: New file.
8044 * gdb.cp/iostream.exp: New file.
8045
8046 2015-05-26 Doug Evans <dje@google.com>
8047
8048 * gdb.dwarf2/dw2-op-call.exp: Update.
8049 * gdb.dwarf2/dw4-sig-types.exp: Update.
8050 * gdb.dwarf2/implptr.exp: Update.
8051 * gdb.mi/mi-cmd-param-changed.exp: Update.
8052
8053 2015-05-26 Doug Evans <dje@google.com>
8054
8055 * gdb.python/py-lazy-string.c: New file.
8056 * gdb.python/py-lazy-string.exp: New file.
8057 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8058 (main): Update. Add estring3.
8059 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8060 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8061
8062 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8063 Yao Qi <yao.qi@linaro.org>
8064
8065 * gdb.reverse/aarch64.c: New.
8066 * gdb.reverse/aarch64.exp: New.
8067
8068 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8069
8070 * lib/gdb.exp (supports_process_record): Return true for
8071 aarch64*-linux*.
8072 (supports_reverse): Likewise.
8073
8074 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8075
8076 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8077 Use with_test_prefix.
8078
8079 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8080
8081 * gdb.base/completion.exp: Add test for completion of layout
8082 names.
8083
8084 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8085
8086 * lib/gdb.exp (skip_tui_tests): New proc.
8087 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8088
8089 2015-05-19 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8092 Save the whole env array instead of just HOME. Unset HISTSIZE in
8093 the environment while testing. Restore whole environment
8094 afterwards.
8095
8096 2015-05-16 Doug Evans <xdje42@gmail.com>
8097
8098 * gdb.guile/scm-ports.c: New file.
8099 * gdb.guile/scm-ports.exp: Add memory port tests.
8100
8101 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8102
8103 * gdb.compile/compile-print.c: New file.
8104 * gdb.compile/compile-print.exp: New file.
8105
8106 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8107
8108 * gdb.compile/compile-ops.exp: Cast param to void.
8109 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8110 (compile code struct_object.selffield = &struct_object): Add xfail.
8111
8112 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/arr_enum_with_gap: New testcase.
8115
8116 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8117
8118 * gdb.ada/byte_packed_arr: New testcase.
8119
8120 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8121
8122 * gdb.ada/pckd_neg: New testcase.
8123
8124 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8125
8126 PR gdb/17820
8127 * gdb.base/gdbinit-history.exp: New test.
8128 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8129 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8130
8131 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8132
8133 * gdb.python/py-xmethods.cc: Enhance test case.
8134 * gdb.python/py-xmethods.exp: New tests.
8135 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8136 function.
8137 (B_indexoper): Likewise.
8138 (global_dm_list) : Add new xmethod worker functions.
8139
8140 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8141
8142 * gdb.base/coredump-filter.exp: Correctly unset
8143 "coredump_var_addr" array.
8144
8145 2015-05-08 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.server/non-existing-program.exp: Unset spawn_id.
8148
8149 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8150
8151 PR python/18291
8152 * gdb.python/py-xmethods.exp: Add tests.
8153
8154 2015-05-08 Yao Qi <yao.qi@linaro.org>
8155
8156 PR gdb/18208
8157 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8158 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8159 function set_coredump_filter, and remove remote_exec call.
8160 Remove argument ipid. Callers update.
8161 (top level): Don't get inferior's PID.
8162
8163 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8164
8165 * gdb.base/watch_thread_num.exp: Skip test on targets without
8166 access watchpoints.
8167
8168 2015-05-06 Pedro Alves <palves@redhat.com>
8169
8170 PR server/18081
8171 * gdb.server/non-existing-program.exp: New file.
8172
8173 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8174
8175 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8176
8177 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8178
8179 * gdb.ada/out_of_line_in_inlined: New testcase.
8180
8181 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.ada/var_rec_arr: New testcase.
8184
8185 2015-04-30 Yao Qi <yao.qi@linaro.org>
8186
8187 * gdb.base/break-idempotent.exp: If
8188 skip_hw_watchpoint_multi_tests returns true, skip the tests
8189 on "rwatch" and "awatch".
8190
8191 2015-04-30 Yao Qi <yao.qi@linaro.org>
8192
8193 * gdb.base/relativedebug.exp: Invoke gdb command
8194 "info sharedlibrary", and if libc.so doesn't have debug info,
8195 skip the test.
8196
8197 2015-04-29 Doug Evans <dje@google.com>
8198
8199 * gdb.python/py-xmethods.exp: Add ptype tests.
8200 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8201 get_result_type method.
8202
8203 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8204
8205 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8206 the target does not support hardware watchpoints.
8207
8208 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8209
8210 * gdb.base/break-always.exp: Abort testing if writing to memory
8211 causes an error.
8212
8213 2015-04-28 Doug Evans <dje@google.com>
8214
8215 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8216 * gdb.python/py-pp-registration.exp: ... here. New file.
8217 * gdb.python/py-pp-registration.c: New file.
8218 * gdb.python/py-pp-registration.py: New file.
8219
8220 2015-04-28 Doug Evans <dje@google.com>
8221
8222 * gdb.python/py-bad-printers.c: New file.
8223 * gdb.python/py-bad-printers.py: New file.
8224 * gdb.python/py-bad-printers.exp: New file.
8225
8226 2015-04-28 Sasha Smundak <asmundak@google.com>
8227
8228 * gdb.python/py-type.exp: New test.
8229
8230 2015-04-28 Andy Wingo <wingo@igalia.com>
8231
8232 * gdb.python/py-parameter.exp:
8233 * gdb.guile/scm-parameter.exp: Escape the path that we are
8234 matching against, as it might contain characters that are special
8235 to regular expressions.
8236
8237 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8238
8239 * gdb.ada/rec_comp: New testcase.
8240
8241 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8242
8243 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8244 before using it.
8245
8246 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8247
8248 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8249 new tests for verilog output.
8250
8251 2015-04-24 Yao Qi <yao.qi@linaro.org>
8252
8253 * boards/remote-gdbserver-on-localhost.exp: New file.
8254
8255 2015-04-23 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8258 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8259 "end of file", remove $inferior_spawn_id from the indirect list.
8260
8261 2015-04-23 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8264
8265 2015-04-23 Pedro Alves <palves@redhat.com>
8266
8267 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8268 on $any_spawn_id instead of only on $gdb_spawn_id.
8269
8270 2015-04-21 Pierre Muller <muller@sourceware.org>
8271
8272 PR pascal/17815
8273 * lib/pascal.exp (gpc_compile): Add new option "class".
8274 (fpc_compile): Likewise.
8275 * gdb.pascal/case-insensitive-symbols.pas: New file.
8276 * gdb.pascal/case-insensitive-symbols.exp: New file.
8277
8278 2015-04-20 Gary Benson <gbenson@redhat.com>
8279
8280 * gdb.base/attach.exp: Fix three extended remote failures.
8281
8282 2015-04-17 Gary Benson <gbenson@redhat.com>
8283
8284 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8285 the main executable over the remote protocol.
8286
8287 2015-04-16 Pedro Alves <palves@redhat.com>
8288
8289 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8290 a new gdbserver if gdbserver_reconnect_p is set.
8291
8292 2015-04-16 Pedro Alves <palves@redhat.com>
8293
8294 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8295 is set, don't exit gdbserver.
8296
8297 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8298
8299 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8300 appropriate .insn, such that an older assembler can be used.
8301 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8302 the z/Architecture instruction set on 31-bit targets as well.
8303
8304 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.go/handcall.exp: Remove all logic related to the first
8307 breakpoint and rely on go_runto_main instead.
8308 * gdb.go/strings.exp: Likewise.
8309 * gdb.go/unsafe.exp: Likewise.
8310 * gdb.go/hello.exp: Likewise. Also rename the remaining
8311 breakpoint marker to "breakpoint 1".
8312 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8313 * gdb.go/strings.go: Likewise.
8314 * gdb.go/unsafe.go: Likewise.
8315 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8316 "set breakpoint 2 here" and rename the remaining breakpoint marker
8317 to "breakpoint 1".
8318
8319 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8320
8321 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8322 if itertools.imap is not present.
8323 * gdb.python/py-objfile.exp: Add parentheses.
8324 * gdb.python/py-type.exp: Same.
8325 * gdb.python/py-unwind-maint.py: Same.
8326
8327 2015-04-15 Yao Qi <yao.qi@linaro.org>
8328
8329 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8330 of ":$ptr_size" and set its form explicitly.
8331
8332 2015-04-15 Pedro Alves <palves@redhat.com>
8333 Yao Qi <yao.qi@linaro.org>
8334
8335 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8336 timeout by factor of 4.
8337 (test_regular_watch): Likewise.
8338 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8339 * gdb.reverse/sigall-reverse.exp: Likewise.
8340 * gdb.reverse/until-precsave.exp: Likewise.
8341 * lib/gdb.exp (with_timeout_factor): New proc.
8342 (gdb_expect): Move some code to ...
8343 (get_largest_timeout): ... here. New procedure.
8344
8345 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8346
8347 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8348
8349 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8350
8351 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8352 to write to the .text section.
8353
8354 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8355
8356 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8357 Handle the case of targets that do not provide PID information.
8358
8359 2015-04-13 Yao Qi <yao.qi@linaro.org>
8360
8361 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8362 and use expect instead of gdb_expect.
8363
8364 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8365
8366 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8367 "coredump_var_addr" to avoid naming conflict with other testcases.
8368
8369 2015-04-10 Pedro Alves <palves@redhat.com>
8370
8371 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8372 gdb_test_sequence and gdb_assert.
8373
8374 2015-04-10 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8377 test messages that don't include the breakpoint address.
8378
8379 2015-04-10 Yao Qi <yao.qi@linaro.org>
8380
8381 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8382 false for some offset and width combinations which aren't
8383 supported by linux kernel.
8384
8385 2015-04-10 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8388 procedure, factored out from ...
8389 (top level): ... here. Add "set displaced-stepping" testing axis.
8390 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8391 parameter "displaced". Use it.
8392 (top level): Use foreach and add "set displaced-stepping" testing
8393 axis.
8394
8395 2015-04-10 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8398 Remove comment.
8399 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8400 both the address of the instruction that triggers the watchpoint
8401 and the address of the instruction immediately after, and use
8402 those addresses for the test. Fix comment.
8403
8404 2015-04-10 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/sigstep.exp (breakpoint_to_handler)
8407 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8408 Test "backtrace" in handler.
8409 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8410 (top level): Add new "displaced" test axis to
8411 breakpoint_to_handler, breakpoint_to_handler_entry and
8412 breakpoint_over_handler.
8413
8414 2015-04-10 Pedro Alves <palves@redhat.com>
8415
8416 PR gdb/18216
8417 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8418
8419 2015-04-10 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8422 (test_add_rn_pc): New function.
8423 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8424 (top level): Invoke test_add_rn_pc.
8425
8426 2015-04-10 Pedro Alves <palves@redhat.com>
8427
8428 PR gdb/13858
8429 * gdb.base/step-over-no-symbols.exp: New file.
8430
8431 2015-04-09 Andy Wingo <wingo@igalia.com>
8432
8433 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8434 after the Python tests.
8435
8436 2015-04-08 Keith Seitz <keiths@redhat.com>
8437
8438 PR python/16699
8439 * gdb.python/py-completion.exp: New tests for completion.
8440 * gdb.python/py-completion.py (CompleteLimit1): New class.
8441 (CompleteLimit2): Likewise.
8442 (CompleteLimit3): Likewise.
8443 (CompleteLimit4): Likewise.
8444 (CompleteLimit5): Likewise.
8445 (CompleteLimit6): Likewise.
8446 (CompleteLimit7): Likewise.
8447
8448 2015-04-08 Pedro Alves <palves@redhat.com>
8449
8450 PR gdb/18214
8451 PR gdb/18216
8452 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8453 function.
8454 (main): Install it as SIGUSR1 handler.
8455 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8456 parameter. Always use "setup" as prefix. Toggle "set
8457 displaced-stepping" off/on depending on global. Don't switch to
8458 thread 1 here.
8459 (top level): Add displaced stepping "off/on" test axis. Update
8460 "setup" calls. Wrap each subtest with with_test_prefix. Test
8461 continuing with a queued signal in each thread.
8462
8463 2015-04-08 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8466 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8467 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8468 Return early if running to main fails.
8469 * gdb.trace/while-stepping.exp: Likewise.
8470
8471 2015-04-07 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8474 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8475 interact with inferior program.
8476
8477 2015-04-07 Pedro Alves <palves@redhat.com>
8478
8479 * lib/gdb.exp (inferior_spawn_id): New global.
8480 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8481 spawn id after processing the user code.
8482 (default_gdb_start): Set inferior_spawn_id.
8483 (send_inferior): New procedure.
8484 * lib/gdbserver-support.exp (gdbserver_start): Set
8485 inferior_spawn_id.
8486 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8487
8488 2015-04-07 Pedro Alves <palves@redhat.com>
8489
8490 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8491 * lib/gdbserver-support.exp (gdbserver_start): Make
8492 $server_spawn_id global.
8493 (gdbserver_start): Don't wait for gdbserver's spawn id with
8494 expect_background.
8495 (close_gdbserver): New procedure.
8496 (gdb_exit): Rename the default version and reimplement.
8497
8498 2015-04-07 Pedro Alves <palves@redhat.com>
8499
8500 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8501 append the substituted item, not the original item.
8502
8503 2015-04-07 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8506 gdb_expect.
8507
8508 2015-04-07 Pedro Alves <palves@redhat.com>
8509
8510 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8511 output appearing once only.
8512
8513 2015-04-07 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8516 that doesn't expect anything. Return early if running to main
8517 fails.
8518
8519 2015-04-07 Yao Qi <yao.qi@linaro.org>
8520
8521 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8522 (child_function): Call alarm.
8523 (main): Move call to alarm into the loop.
8524 * gdb.threads/non-stop-fair-events.exp: Build program with
8525 -DTIMEOUT=$timeout.
8526
8527 2015-04-06 Doug Evans <xdje42@gmail.com>
8528
8529 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8530 Fix dest parameter to board_info.
8531 (fpc_compile): Ditto.
8532 (gdb_compile_pascal): Rename dest arg to destfile.
8533
8534 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8535
8536 * gdb.ada/funcall_ref.exp: New file.
8537 * gdb.ada/funcall_ref/foo.adb: New file.
8538
8539 2015-04-02 Yao Qi <yao.qi@linaro.org>
8540
8541 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8542 is remote.
8543
8544 2015-04-02 Gary Benson <gbenson@redhat.com>
8545
8546 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8547
8548 2015-04-01 Sasha Smundak <asmundak@google.com>
8549
8550 * gdb.python/py-unwind-maint.c: New file.
8551 * gdb.python/py-unwind-maint.exp: New test.
8552 * gdb.python/py-unwind-maint.py: New file.
8553 * gdb.python/py-unwind.c: New file.
8554 * gdb.python/py-unwind.exp: New test.
8555 * gdb.python/py-unwind.py: New test.
8556
8557 2015-04-01 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8560 to fail instead of non-existent $test.
8561
8562 2015-04-01 Pedro Alves <palves@redhat.com>
8563
8564 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8565 GDBFLAGS if not empty.
8566
8567 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8568
8569 * gdb.ada/complete.exp: Remove "multi_line".
8570 * gdb.ada/info_exc.exp: Remove "multi_line".
8571 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8572 * gdb.ada/ptype_field.exp: Remove "multi_line".
8573 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8574 * gdb.ada/tagged.exp: Remove "multi_line".
8575 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8576 [multi_line ...]
8577 * gdb.btrace/delta.exp: Likewise.
8578 * gdb.btrace/exception.exp: Likewise.
8579 * gdb.btrace/function_call_history.exp: Likewise.
8580 * gdb.btrace/instruction_history.exp: Likewise.
8581 * gdb.btrace/nohist.exp: Likewise.
8582 * gdb.btrace/record_goto.exp: Likewise.
8583 * gdb.btrace/segv.exp: Likewise.
8584 * gdb.btrace/stepi.exp: Likewise.
8585 * gdb.btrace/tailcall.exp: Likewise.
8586 * gdb.btrace/unknown_functions.exp: Likewise.
8587 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8588 * lib/gdb.exp: Add the "multi_line" helper.
8589
8590 2015-04-01 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.threads/tid-reuse.c: New file.
8593 * gdb.threads/tid-reuse.exp: New file.
8594
8595 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8596
8597 PR corefiles/16092
8598 * gdb.base/coredump-filter.c: New file.
8599 * gdb.base/coredump-filter.exp: Likewise.
8600
8601 2015-03-27 Petr Machata <pmachata@redhat.com>
8602
8603 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8604 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8605 (Dwarf::assemble): Initialize them.
8606 (Dwarf::lines): New function.
8607
8608 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8609
8610 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8611 SYMBOL_PREFIX for x86_64-*-cygwin.
8612
8613 2015-03-26 Andy Wingo <wingo@igalia.com>
8614
8615 PR symtab/18148
8616 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8617 const_value but not a location.
8618 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8619 location defined in non-main CUs are visible.
8620
8621 2015-03-26 Yao Qi <yao.qi@linaro.org>
8622
8623 PR testsuite/18139
8624 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8625 Add a line number entry for the same line.
8626 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8627 Add a line number entry for the same line.
8628
8629 2015-03-26 Yao Qi <yao.qi@linaro.org>
8630
8631 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8632 .int 0.
8633 (func): Likewise. Add .Lfunc_1 label.
8634 Use .Lfunc_1 label.
8635 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8636 .int 0.
8637 (func): Likewise.
8638 Use .Lfunc_1 label.
8639
8640 2015-03-26 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8643 Call gdb_compile instead to compile each .s files without debug
8644 information.
8645
8646 2015-03-26 Yao Qi <yao.qi@linaro.org>
8647
8648 * gdb.base/savedregs.exp (process_saved_regs): Make
8649 "Saved registers:" optional in the pattern.
8650
8651 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8652
8653 * gdb.btrace/next.exp: Merged into step.exp.
8654 * gdb.btrace/finish.exp: Merged into step.exp.
8655 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8656 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8657 "record goto" and checking the exact replay position.
8658 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8659 check for "Recording format" in "info record" output.
8660 * gdb.btrace/record_goto.exp: Choose test file based on target.
8661 * gdb.btrace/x86-record_goto.S: Renamed into ...
8662 * gdb.btrace/x86_64-record_goto.S: ... this.
8663 * gdb.btrace/i686-record_goto.S: New.
8664 * gdb.btrace/x86-tailcall.S: Renamed into ...
8665 * gdb.btrace/x86_64-tailcall.S: ... this.
8666 * gdb.btrace/i686-tailcall.S: New.
8667 * gdb.btrace/x86-tailcall.c: Renamed into ...
8668 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8669 separate statements. Update test.
8670 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8671 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8672 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8673 * gdb.btrace/tailcall.exp: Choose test file based on target.
8674 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8675
8676 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8677
8678 * gdb.btrace/exception.exp: Increase BTS buffer size.
8679
8680 2015-03-24 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8683
8684 2015-03-24 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.threads/schedlock.exp (test_step): No longer expect that
8687 "set scheduler-locking step" with "next" over a function call runs
8688 threads unlocked.
8689
8690 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8691
8692 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8693
8694 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8695
8696 PR breakpoints/16466
8697 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8698 * gdb.mi/mi-pending.c (thread_func): New function.
8699 (int main): Add threading support required.
8700 * gdb.mi/mi-pending.exp: Add tests for this issue.
8701 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8702 (pendfunc2): Remove stdio dependency.
8703 * gdb.mi/mi-pendshr2.c: New file.
8704
8705 2015-03-23 Keith Seitz <keiths@redhat.com>
8706
8707 * gdb.linespec/keywords.c: New file.
8708 * gdb.linespec/keywords.exp: New file.
8709
8710 2015-03-23 Keith Seitz <keiths@redhat.com>
8711
8712 PR gdb/18021
8713 * gdb.dwarf2/staticvirtual.exp: New test.
8714
8715 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8718 * README: Remove HP-UX and gdb.hp.
8719 (configuration):
8720 * configure: Regenerate.
8721 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8722 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8723 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8724 gdb.hp/gdb.defects/Makefile.
8725 * gdb.hp/Makefile.in: File deleted.
8726 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8727 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8728 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8729 * gdb.hp/gdb.aCC/run.c: File deleted.
8730 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8731 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8732 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8733 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8734 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8735 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8736 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8737 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8738 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8739 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8740 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8741 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8742 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8743 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8744 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8745 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8746 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8747 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8748 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8749 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8750 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8751 * gdb.hp/gdb.compat/average.c: File deleted.
8752 * gdb.hp/gdb.compat/sum.c: File deleted.
8753 * gdb.hp/gdb.compat/xdb.c: File deleted.
8754 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8755 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8756 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8757 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8758 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8759 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8760 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8761 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8762 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8763 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8764 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8765 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8766 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8767 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8768 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8769 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8770 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8771 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8772 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8773 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8774 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8775 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8776 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8777 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8778 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8779 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8780 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8781 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8782 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8783 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8784 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8785 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8786 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8787 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8788 * gdb.hp/tools/odump: File deleted.
8789
8790 2015-03-19 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8793 (saw_thread_3): New globals.
8794 (top level): Increment them when an event for the corresponding
8795 thread is seen.
8796 (no thread starvation): New test.
8797
8798 2015-03-19 Pedro Alves <palves@redhat.com>
8799
8800 * gdb.threads/continue-pending-status.c: New file.
8801 * gdb.threads/continue-pending-status.exp: New file.
8802
8803 2015-03-18 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8806 Use gdb_is_target_remote instead of is_remote. Use
8807 gdb_test_multiple instead of gdb_expect. Exit early if
8808 gdb_test_multiple hits its internal matches. Tighten stepi tests
8809 expected output. Fail on exit with any signal, instead of just
8810 SIGILL.
8811
8812 2015-03-18 Yao Qi <yao.qi@linaro.org>
8813
8814 PR tdep/18107
8815 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8816 variable.
8817 * gdb.base/catch-syscall.exp: Don't skip it on
8818 aarch64*-*-linux* target. Remove elements in all_syscalls.
8819 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8820 target.
8821 (setup_all_syscalls): New proc.
8822
8823 2015-03-16 Yao Qi <yao.qi@linaro.org>
8824
8825 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8826 (top level): Skip tests if valid_addr_p returns false for
8827 $cmd1 or $cmd2.
8828
8829 2015-03-11 Andy Wingo <wingo@igalia.com>
8830
8831 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8832
8833 2015-03-11 Yao Qi <yao.qi@linaro.org>
8834
8835 * gdb.base/catch-syscall.exp: Fix typo in comments.
8836
8837 2015-03-11 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8840
8841 2015-03-09 Pedro Alves <palves@redhat.com>
8842
8843 * dg-extract-results.py: Delete.
8844
8845 2015-03-09 Pedro Alves <palves@redhat.com>
8846
8847 Merge dg-extract-results.sh from GCC upstream (r218843).
8848
8849 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8850 * dg-extract-results.sh: Use --text with grep to avoid issues with
8851 binary files. Fall back to cat -v, if that doesn't work.
8852
8853 2015-03-05 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8856
8857 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8858
8859 * lib/mi-support.exp (mi_expect_interrupt): Accept
8860 alternative event for when in all-stop mode.
8861
8862 2015-03-04 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8865
8866 2015-03-04 Mark Kettenis <kettenis@gnu.org>
8867
8868 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8869
8870 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8871
8872 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8873 regexps for GDB's current line display, accept a hex address
8874 preceding the line number.
8875
8876 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8877
8878 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8879 the 'arch1' variable for "s390*-linux*" targets.
8880
8881 2015-03-04 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8884 (main): Pass missing retval argument to pthread_join call.
8885
8886 2015-03-02 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8889 (top level): Call do_test with non-stop as well.
8890
8891 2015-03-02 Pedro Alves <palves@redhat.com>
8892
8893 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8894 -1.
8895
8896 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8897
8898 * gdb.arch/s390-vregs.exp: New test.
8899 * gdb.arch/s390-vregs.S: New file.
8900
8901 2015-02-27 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8904 call to catch_command_errors.
8905 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8906 catch_command_errors.
8907
8908 2015-02-27 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8911 "true" for boolean result.
8912 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8913 prototype of main.
8914
8915 2015-02-27 Pedro Alves <palves@redhat.com>
8916
8917 * lib/unbuffer_output.c: New file.
8918 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8919 (main): Call gdb_unbuffer_output.
8920
8921 2015-02-27 Yao Qi <yao.qi@linaro.org>
8922
8923 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8924 target.
8925
8926 2015-02-26 Doug Evans <dje@google.com>
8927
8928 * gdb.cp/class2.cc (Dbase, D): New classes.
8929 (main): New local delta.
8930 * gdb.cp/class2.exp: Test printing delta.
8931 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8932 (dynbar): New global.
8933 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8934
8935 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.compile/compile-ifunc.c: New file.
8938 * gdb.compile/compile-ifunc.exp: New file.
8939
8940 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8941
8942 * gdb.base/structs.exp: Check for correct struct on finish.
8943
8944 2015-02-26 Yao Qi <yao.qi@linaro.org>
8945
8946 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8947 is zero.
8948
8949 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8950
8951 * gdb.arch/cordic.ko.bz2: New file.
8952 * gdb.arch/cordic.ko.debug.bz2: New file.
8953 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8954
8955 2015-02-25 Yao Qi <yao.qi@linaro.org>
8956
8957 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8958 aarch64*-*-* target.
8959
8960 2015-02-23 Pedro Alves <palves@redhat.com>
8961
8962 * lib/gdb.exp (delete_breakpoints): Rewrite using
8963 gdb_test_multiple.
8964
8965 2015-02-23 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/info-os.c: Include stdlib.h.
8968
8969 2015-02-22 Doug Evans <xdje42@gmail.com>
8970
8971 PR symtab/17855
8972 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8973 is read after symbols have been re-read.
8974 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8975 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8976
8977 2015-02-21 Doug Evans <dje@google.com>
8978
8979 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8980
8981 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8982
8983 PR corefiles/17808
8984 * gdb.arch/i386-biarch-core.core.bz2: New file.
8985 * gdb.arch/i386-biarch-core.exp: New file.
8986
8987 2015-02-21 Pedro Alves <palves@redhat.com>
8988
8989 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8990 runto_main fails.
8991
8992 2015-02-20 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8995 info probes.
8996
8997 2015-02-20 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9000
9001 2015-02-20 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9004 clean_restart before gdb_target_supports_trace.
9005
9006 2015-02-20 Pedro Alves <palves@redhat.com>
9007
9008 PR threads/18006
9009 * gdb.threads/clone-thread_db.c: New file.
9010 * gdb.threads/clone-thread_db.exp: New file.
9011
9012 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9013
9014 PR breakpoints/16812
9015 * gdb.base/catch-gdb-caused-signals.c: New file.
9016 * gdb.base/catch-gdb-caused-signals.exp: New file.
9017
9018 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9019
9020 * configure: Regenerated.
9021 * configure.ac: Use GDB_AC_TRANSFORM.
9022 * aclocal.m4: sinclude ../transform.m4.
9023
9024 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9025
9026 * lib/dtrace.exp: New file.
9027 * gdb.base/dtrace-probe.exp: Likewise.
9028 * gdb.base/dtrace-probe.d: Likewise.
9029 * gdb.base/dtrace-probe.c: Likewise.
9030 * lib/pdtrace.in: Likewise.
9031 * configure.ac: Output variables with the transformed names of
9032 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9033 * configure: Regenerated.
9034
9035 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9036
9037 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9038 expected message when trying to access $_probe_* convenience
9039 variables while not on a probe.
9040
9041 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9042
9043 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9044
9045 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9046
9047 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9048 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9049
9050 2015-02-10 Doug Evans <xdje42@gmail.com>
9051
9052 * lib/gdb.exp (gdb_load): Always return a result.
9053
9054 2015-02-10 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.threads/signal-sigtrap.c: New file.
9057 * gdb.threads/signal-sigtrap.exp: New file.
9058
9059 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9060
9061 * gdb.trace/no-attach-trace.c: New file.
9062 * gdb.trace/no-attach-trace.exp: New file.
9063
9064 2015-02-09 Mark Wielaard <mjw@redhat.com>
9065
9066 * gdb.dwarf2/atomic.c: New file.
9067 * gdb.dwarf2/atomic-type.exp: Likewise.
9068
9069 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9070
9071 * gdb.btrace/buffer-size.exp: Update "info record" output.
9072 * gdb.btrace/delta.exp: Update "info record" output.
9073 * gdb.btrace/enable.exp: Update "info record" output.
9074 * gdb.btrace/finish.exp: Update "info record" output.
9075 * gdb.btrace/instruction_history.exp: Update "info record" output.
9076 * gdb.btrace/next.exp: Update "info record" output.
9077 * gdb.btrace/nexti.exp: Update "info record" output.
9078 * gdb.btrace/step.exp: Update "info record" output.
9079 * gdb.btrace/stepi.exp: Update "info record" output.
9080 * gdb.btrace/nohist.exp: Update "info record" output.
9081
9082 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9083
9084 * gdb.btrace/buffer-size: New.
9085
9086 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9087
9088 * gdb.btrace/delta.exp: Update "info record" output.
9089 * gdb.btrace/enable.exp: Update "info record" output.
9090 * gdb.btrace/finish.exp: Update "info record" output.
9091 * gdb.btrace/instruction_history.exp: Update "info record" output.
9092 * gdb.btrace/next.exp: Update "info record" output.
9093 * gdb.btrace/nexti.exp: Update "info record" output.
9094 * gdb.btrace/step.exp: Update "info record" output.
9095 * gdb.btrace/stepi.exp: Update "info record" output.
9096 * gdb.btrace/nohist.exp: Update "info record" output.
9097
9098 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9099
9100 PR gdb/15678
9101 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9102
9103 2015-02-06 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9106 macro.
9107 (seconds_left, again): New globals.
9108 (main): Wait seconds_left in a 1-second sleep loop instead of
9109 sleeping 180 seconds. If 'again' is set, reset the seconds
9110 counter.
9111 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9112 'again' in the inferior before detaching. Print the seconds left.
9113 (options): New global.
9114 (top level): Build program with -DTIMEOUT=$timeout.
9115
9116 2015-02-06 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9119 determine how many seconds to pass to 'alarm'.
9120 * gdb.base/gdb-sigterm.exp (top level): Build program with
9121 -DTIMEOUT=$timeout.
9122 (do_test): Return success/failure indication. Add more verbose
9123 logging. Don't fail if 200 single steps are seen. Instead, fail
9124 when the test times out.
9125 (passes): New global.
9126 (top level): Break the testing loop if testing fails on any
9127 iteration. Use gdb_assert.
9128
9129 2015-02-04 Don Breazeal <donb@codesourcery.com>
9130
9131 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9132 and initialize them.
9133 (ipc_cleanup): New function.
9134 (main): Don't declare shmid, semid, and msqid. Add a call to
9135 atexit so that we call ipc_cleanup on exit.
9136
9137 2015-02-04 Pedro Alves <palves@redhat.com>
9138
9139 * boards/native-extended-gdbserver.exp: Remove any target variant
9140 specifications from the board name before clearing the isremote
9141 flag from board_info.
9142
9143 2015-01-31 Doug Evans <xdje42@gmail.com>
9144
9145 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9146
9147 2015-01-31 Gary Benson <gbenson@redhat.com>
9148
9149 * gdb.base/completion.exp: Disable completion limiting for
9150 existing tests. Add new tests to check completion limiting.
9151 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9152
9153 2015-01-31 Doug Evans <xdje42@gmail.com>
9154
9155 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9156
9157 2015-01-31 Doug Evans <xdje42@gmail.com>
9158
9159 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9160 entries. Duplicate file section script entries.
9161 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9162 inlined entries. Add test for safe-path rejection.
9163 * gdb.python/py-section-script.c: Add duplicate inlined section script
9164 entries. Duplicate file section script entries.
9165 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9166 inlined entries. Add test for safe-path rejection.
9167
9168 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9169
9170 * gdb.ada/disc_arr_bound: New testcase.
9171
9172 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.ada/mi_var_array: New testcase.
9175
9176 2015-01-27 Doug Evans <dje@google.com>
9177
9178 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9179 Add test for objfile.filename, objfile.username after objfile
9180 has been unloaded.
9181
9182 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9183
9184 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9185 the second test to print the name attribute of value
9186 returned by the call to gdb.lookup_type, and adjust
9187 the expected output accordingly.
9188
9189 2015-01-25 Mark Wielaard <mjw@redhat.com>
9190
9191 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9192 * gdb.base/disp-step-fork.c: Include unistd.h.
9193 * gdb.base/siginfo-obj.c: Include stdio.h.
9194 * gdb.base/siginfo-thread.c: Likewise.
9195 * gdb.mi/non-stop.c: Include unistd.h.
9196 * gdb.mi/nsthrexec.c: Include stdio.h.
9197 * gdb.mi/pthreads.c: Include unistd.h.
9198 * gdb.modula2/unbounded1.c (main): Declare returns int.
9199 * gdb.reverse/consecutive-reverse.c: Likewise.
9200 * gdb.threads/create-fail.c: Include unistd.h.
9201 * gdb.threads/killed.c: Likewise.
9202 * gdb.threads/linux-dp.c: Likewise.
9203 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9204 * gdb.threads/non-ldr-exc-2.c: Likewise.
9205 * gdb.threads/non-ldr-exc-3.c: Likewise.
9206 * gdb.threads/non-ldr-exc-4.c: Likewise.
9207 * gdb.threads/pthreads.c: Include unistd.h.
9208 (main): Declare returns int.
9209 * gdb.threads/tls-main.c (foo): New declaration.
9210 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9211
9212 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9215 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9216
9217 2015-01-15 Mark Wielaard <mjw@redhat.com>
9218
9219 * gdb.base/noreturn-return.c: New file.
9220 * gdb.base/noreturn-return.exp: New file.
9221 * gdb.base/noreturn-finish.c: New file.
9222 * gdb.base/noreturn-finish.exp: New file.
9223
9224 2015-01-23 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.threads/continue-pending-after-query.c: New file.
9227 * gdb.threads/continue-pending-after-query.exp: New file.
9228
9229 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9230 Simon Marchi <simon.marchi@ericsson.com>
9231
9232 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9233 * gdb.base/valgrind-db-attach.exp: Same.
9234 * gdb.base/valgrind-infcall.exp: Same.
9235 * lib/mi-support.exp (default_mi_gdb_start): Same.
9236 * lib/prompt.exp (default_prompt_gdb_start): Same.
9237 * lib/gdb.exp (default_gdb_spawn): Same.
9238 (gdb_interact): New.
9239
9240
9241 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * gdb.compile/compile.exp (pointer to jit function): New test.
9244
9245 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9246
9247 * lib/gdb.exp (supports_process_record): Return true for
9248 powerpc*-*-linux*.
9249 (supports_reverse): Likewise.
9250
9251 2015-01-15 Don Breazeal <donb@codesourcery.com>
9252
9253 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9254 instead of checking whether the target board is remote and
9255 use spawn_wait_for_attach instead of exec/sleep.
9256 * gdb.base/attach-twice.exp: Likewise.
9257
9258 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9259
9260 * gdb.ada/var_arr_attrs: New testcase.
9261
9262 2015-01-14 Pedro Alves <palves@redhat.com>
9263 Joel Brobecker <brobecker@adacore.com>
9264
9265 PR gdb/17525
9266 * gdb.base/bp-cmds-execution-x-script.c: New file.
9267 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9268 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9269
9270 2015-01-14 Pedro Alves <palves@redhat.com>
9271
9272 PR cli/17828
9273 * gdb.base/batch-preserve-term-settings.c: New file.
9274 * gdb.base/batch-preserve-term-settings.exp: New file.
9275
9276 2015-01-13 Doug Evans <dje@google.com>
9277
9278 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9279 binary.
9280
9281 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9282
9283 * Makefile.in (clean mostlyclean): Do not delete *.py.
9284
9285 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9286
9287 * gdb.python/py-lookup-type.exp: New file.
9288
9289 2015-01-12 Pedro Alves <palves@redhat.com>
9290
9291 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9292 restore GDBFLAGS before returning.
9293
9294 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9295
9296 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9297 is_amd64_regs_target and is_x86_like_target.
9298
9299 2015-01-11 Doug Evans <xdje42@gmail.com>
9300
9301 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9302 is given without an explicit form.
9303 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9304 attributes.
9305 * gdb.dwarf/corrupt.exp: Ditto.
9306 * gdb.dwarf2/enum-type.exp: Ditto.
9307 * gdb.trace/entry-values.exp: Ditto.
9308 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9309
9310 2015-01-11 Doug Evans <xdje42@gmail.com>
9311
9312 PR gdb/15830
9313 * gdb.base/maint.exp: Remove references to "maint demangle".
9314 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9315 Add tests for explicitly specifying language to demangle.
9316 * gdb.dlang/demangle.exp: Ditto.
9317
9318 2015-01-09 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.threads/non-stop-fair-events.c: New file.
9321 * gdb.threads/non-stop-fair-events.exp: New file.
9322
9323 2015-01-09 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9326 the global scope. Set a breakpoint after all threads are started
9327 rather than stepping over two source lines. Expect the prompt.
9328 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9329 global.
9330 (NUM): Now 15.
9331 (main): Use threads_started_barrier to wait for all threads to
9332 start. Main thread no longer calls thread_function. Exit after
9333 180 seconds.
9334 (loop): New function.
9335 (thread_function): Wait on threads_started_barrier barrier. Call
9336 'loop' at each iteration.
9337 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9338 threads have started, instead of hardcoding number of "next"
9339 steps. Use an access watchpoint instead of a write watchpoint.
9340
9341 2015-01-09 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9344 (thread_func): Wait on barrier.
9345 (main): Wait for all threads to start before stopping GDB.
9346 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9347 global.
9348 (thread1_func, thread2_func): Wait on barrier.
9349 (main): Wait for all threads to start before stopping GDB.
9350 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9351 New global.
9352 (thread1_func, thread2_func): Wait on barrier.
9353 (main): Wait for all threads to start before stopping GDB.
9354
9355 2015-01-09 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.threads/attach-many-short-lived-threads.c: New file.
9358 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9359
9360 2014-01-09 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9363 instead of to thread 2.
9364 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9365 Add barrier around each pthread_create call instead of around all
9366 calls.
9367 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9368 Set a break on thread_function and have the child threads hit it
9369 one at at a time.
9370
9371 2015-01-09 Pedro Alves <palves@redhat.com>
9372
9373 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9374 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9375 false.
9376 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9377 checking whether the target board is remote.
9378 * gdb.multi/multi-attach.exp: Likewise.
9379 * gdb.python/py-sync-interp.exp: Likewise.
9380 * gdb.server/ext-attach.exp: Likewise.
9381 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9382 tests that need to attach, instead of checking whether the target
9383 board is remote at the top of the file.
9384
9385 2015-01-08 Yao Qi <yao@codesourcery.com>
9386
9387 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9388
9389 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 Fix testcase compilation.
9392 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9393
9394 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9395
9396 * gdb.python/py-type.exp: Add a couple test about empty
9397 array creation, and negative-length array creation.
9398
9399 2015-01-02 Doug Evans <xdje42@gmail.com>
9400
9401 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9402
9403 2015-01-02 Doug Evans <dje@google.com>
9404
9405 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9406
9407 2014-12-29 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.trace/entry-values.exp: Update comments. Rename variable
9410 bar_call_foo to returned_from_foo.
9411
9412 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9413
9414 PR gdb/17394
9415 * gdb.linespec/break-asm-file.c: New file.
9416 * gdb.linespec/break-asm-file.exp: New file.
9417 * gdb.linespec/break-asm-file0.s: New file.
9418 * gdb.linespec/break-asm-file1.s: New file.
9419
9420 2014-12-18 Nigel Stephens <nigel@mips.com>
9421 Maciej W. Rozycki <macro@codesourcery.com>
9422
9423 * gdb.base/float.exp: Handle the new output from "info float" on
9424 MIPS targets.
9425
9426 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 Fix MinGW compilation.
9429 * gdb.compile/compile-ops.exp: Update untested message if
9430 !skip_compile_feature_tests.
9431 * gdb.compile/compile-setjmp.exp: Likewise.
9432 * gdb.compile/compile-tls.exp: Likewise.
9433 * gdb.compile/compile.exp: Likewise.
9434 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9435 supported on this host".
9436
9437 2014-12-16 Doug Evans <xdje42@gmail.com>
9438
9439 * boards/stabs.exp: New file.
9440
9441 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9442
9443 * gdb.base/completion.exp: Adjust to format changes of "maint
9444 print user-registers".
9445
9446 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9447
9448 PR server/17457
9449 * gdb.arch/aarch64-fp.c: New file.
9450 * gdb.arch/aarch64-fp.exp: New file.
9451
9452 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9453
9454 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9455 r210637, r210913, r211666, r215400, r215817).
9456
9457 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9458 * dg-extract-results.py: New file.
9459 * dg-extract-results.sh: Use it if the environment seems
9460 suitable.
9461
9462 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9463
9464 * dg-extract-results.py (parse_run): Handle warnings that
9465 are printed before a test harness is run.
9466
9467 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9468
9469 * dg-extract-results.py (Named): Remove __cmp__ method.
9470 (output_variation): Use a key to sort variation.harnesses.
9471
9472 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9473
9474 * dg-extract-results.py: For Python 3, force sys.stdout to
9475 handle surrogate escape sequences.
9476 (safe_open): New function.
9477 (output_segment, main): Use it.
9478
9479 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9480
9481 * dg-extract-results.py (Prog.result_re): Include options
9482 in test name.
9483
9484 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9485
9486 * dg-extract-results.py (output_variation): Always sort if
9487 do_sum.
9488
9489 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9492 as long as we get pagination notifications.
9493
9494 2014-12-15 Jason Merrill <jason@redhat.com>
9495
9496 * Makefile.in (check-gdb.%): Restore.
9497 * README: Mention it.
9498
9499 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9500
9501 * gdb.ada/str_uninit: New testcase.
9502
9503 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 PR symtab/17642
9506 * gdb.base/vla-stub-define.c: New file.
9507 * gdb.base/vla-stub.c: New file.
9508 * gdb.base/vla-stub.exp: New file.
9509
9510 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9511 Jan Kratochvil <jan.kratochvil@redhat.com>
9512 Tom Tromey <tromey@redhat.com>
9513
9514 * configure.ac: Add gdb.compile/.
9515 * configure: Regenerate.
9516 * gdb.compile/Makefile.in: New file.
9517 * gdb.compile/compile-ops.exp: New file.
9518 * gdb.compile/compile-ops.c: New file.
9519 * gdb.compile/compile-tls.c: New file.
9520 * gdb.compile/compile-tls.exp: New file.
9521 * gdb.compile/compile-constvar.S: New file.
9522 * gdb.compile/compile-constvar.c: New file.
9523 * gdb.compile/compile-mod.c: New file.
9524 * gdb.compile/compile-nodebug.c: New file.
9525 * gdb.compile/compile-setjmp-mod.c: New file.
9526 * gdb.compile/compile-setjmp.c: New file.
9527 * gdb.compile/compile-setjmp.exp: New file.
9528 * gdb.compile/compile-shlib.c: New file.
9529 * gdb.compile/compile.c: New file.
9530 * gdb.compile/compile.exp: New file.
9531 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9532
9533 2014-12-12 Tom Tromey <tromey@redhat.com>
9534
9535 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9536 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9537
9538 2014-12-12 Doug Evans <dje@google.com>
9539
9540 * lib/gdb-python.exp (get_python_valueof): New function.
9541 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9542
9543 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9544
9545 * gdb.base/completion.exp: Add test for completion of "info
9546 registers ".
9547
9548 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9549
9550 * gdb.base/func-ptrs.c: New file.
9551 * gdb.base/func-ptrs.exp: New file.
9552
9553 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9554
9555 PR breakpoints/17012
9556 * gdb.base/dprintf-detach.c: New file.
9557 * gdb.base/dprintf-detach.exp: New file.
9558
9559 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9562 * lib/gdb.exp (target_is_gdbserver): New procedure.
9563
9564 2014-12-08 Doug Evans <dje@google.com>
9565
9566 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9567
9568 2014-12-05 Yao Qi <yao@codesourcery.com>
9569
9570 * gdb.guile/scm-error.exp: Remove the third argument to
9571 gdb_remote_download.
9572 * gdb.guile/scm-frame-args.exp: Likewise.
9573 * gdb.guile/scm-section-script.exp: Likewise.
9574
9575 2014-12-05 Yao Qi <yao@codesourcery.com>
9576
9577 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9578
9579 2014-12-04 Doug Evans <dje@google.com>
9580
9581 * gdb.python/py-objfile.exp: Add tests for
9582 objfile.add_separate_debug_file.
9583
9584 2014-12-04 Doug Evans <dje@google.com>
9585
9586 * lib/gdb.exp (get_build_id): New function.
9587 (build_id_debug_filename_get): Rewrite to use it.
9588 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9589
9590 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9591
9592 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9593 `method(long)', not just 0x0.
9594 * gdb.cp/nsalias.exp: Align code labels to 4.
9595 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9596 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9597 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9598 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9599 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9600 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9601
9602 2014-12-02 Doug Evans <dje@google.com>
9603
9604 PR symtab/17602
9605 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9606 * gdb.cp/anon-ns2.cc: ... here. New file.
9607 * gdb.cp/anon-ns.exp: Update.
9608
9609 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9610
9611 * gdb.python/py-events.py (inferior_call_handler): New.
9612 (register_changed_handler, memory_changed_handler): New.
9613 (test_events.invoke): Register new handlers.
9614 * gdb.python/py-events.exp: Add tests for inferior call,
9615 memory_changed and register_changed events.
9616
9617 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9618
9619 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9620 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9621 if the linker doesn't understand this.
9622
9623 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9624
9625 * gdb.python/python.exp: Change expected reply to help().
9626
9627 2014-12-01 Yao Qi <yao@codesourcery.com>
9628
9629 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9630 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9631 * configure: Re-generated.
9632
9633 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9634
9635 * gdb.cp/chained-calls.cc: New file.
9636 * gdb.cp/chained-calls.exp: New file.
9637 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9638
9639 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9642 * gdb.dwarf2/symtab-producer.exp: Same.
9643 * gdb.gdb/python-interrupts.exp: Same.
9644 * gdb.gdb/python-selftest.exp: Same.
9645 * gdb.python/py-linetable.exp: Same.
9646 * gdb.python/py-type.exp: Same.
9647 * gdb.python/py-value-cc.exp: Same.
9648 * gdb.python/py-value.exp: Same.
9649
9650 2014-11-28 Yao Qi <yao@codesourcery.com>
9651
9652 * gdb.base/break-probes.exp: Match library name prefixed with
9653 sysroot.
9654
9655 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9656
9657 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9658 test expected output. Add parentheses for the call to print.
9659 Remove L suffix from integers.
9660
9661 2014-11-26 Doug Evans <dje@google.com>
9662
9663 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9664
9665 2014-11-22 Yao Qi <yao@codesourcery.com>
9666
9667 * gdb.trace/entry-values.c: Remove asms.
9668 (foo): Add foo_label.
9669 (bar): Add bar_label.
9670 * gdb.trace/entry-values.exp: Remove code computing foo's
9671 length and bar's length.
9672 (Dwarf::assemble): Invoke function_range for bar and use
9673 MACRO_AT_func for foo.
9674
9675 2014-11-22 Yao Qi <yao@codesourcery.com>
9676
9677 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9678 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9679 Use .Lgcc43_procstart instead of gcc43.
9680
9681 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9682
9683 * gdb.ada/n_arr_bound: New testcase.
9684
9685 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9686
9687 PR breakpoints/10737
9688 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9689 test_catch_syscall_multi_arch.
9690 (test_catch_syscall_multi_arch): New function.
9691
9692 2014-11-20 Doug Evans <xdje42@gmail.com>
9693
9694 * gdb.base/maint.exp: Update expected output.
9695
9696 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9697
9698 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9699 4-byte instruction on S390.
9700
9701 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9702
9703 * gdb.ada/arr_arr: New testcase.
9704
9705 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9706
9707 * gdb.ada/pkd_arr_elem: New Testcase.
9708
9709 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9710
9711 * gdb.reverse/break-precsave: Expect completion message for
9712 core file reads.
9713 * gdb.reverse/consecutive-precsave.exp: Likewise.
9714 * gdb.reverse/finish-precsave.exp: Likewise.
9715 * gdb.reverse/i386-precsave.exp: Likewise.
9716 * gdb.reverse/machinestate-precsave.exp: Likewise.
9717 * gdb.reverse/sigall-precsave.exp: Likewise.
9718 * gdb.reverse/solib-precsave.exp: Likewise.
9719 * gdb.reverse/step-precsave.exp: Likewise.
9720 * gdb.reverse/until-precsave.exp: Likewise.
9721 * gdb.reverse/watch-precsave.exp: Likewise.
9722
9723 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9724
9725 * gdb.base/bp-permanent.c: Include unistd.h.
9726 * gdb.python/py-framefilter-mi.c (main): Add return type.
9727 * gdb.python/py-framefilter.c (main): Likewise.
9728 * gdb.trace/actions-changed.c (main): Likewise.
9729
9730 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9731
9732 * gdb.mi/until.c: Add eye-catchers.
9733 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9734 line numbers.
9735
9736 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9737
9738 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9739 function header variants in break1.c.
9740 * gdb.base/ena-dis-br.exp: Likewise.
9741 * gdb.base/hbreak2.exp: Likewise.
9742 * gdb.reverse/until-precsave.exp: Drop references to removed
9743 non-prototype function header variants in ur1.c.
9744 * gdb.reverse/until-reverse.exp: Likewise.
9745
9746 2014-11-17 Petr Machata <pmachata@redhat.com>
9747
9748 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9749 ${_cu_offset_size} bytes abbrev offset.
9750
9751 2014-11-15 Doug Evans <xdje42@gmail.com>
9752
9753 PR symtab/17559
9754 * gdb.base/line-symtabs.exp: New file.
9755 * gdb.base/line-symtabs.c: New file.
9756 * gdb.base/line-symtabs.h: New file.
9757
9758 2014-11-14 Yao Qi <yao@codesourcery.com>
9759
9760 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9761 (func): Add label func_label.
9762 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9763 Replace low_pc and high_pc with MACRO_AT_range.
9764 Replace name, low_pc and high_pc with MACRO_AT_func.
9765
9766 2014-11-14 Yao Qi <yao@codesourcery.com>
9767
9768 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9769 Replace name, low_pc and high_pc with MACRO_AT_func.
9770
9771 2014-11-14 Yao Qi <yao@codesourcery.com>
9772
9773 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9774 produce debug information.
9775 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9776
9777 2014-11-14 Yao Qi <yao@codesourcery.com>
9778
9779 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9780 object and get function length.
9781 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9782 with MACRO_AT_func.
9783 (top-level): Replace gdb_compile and clean_restart with
9784 prepare_for_testing.
9785 * gdb.dwarf2/main.c (main): Add label main_label.
9786
9787 2014-11-14 Yao Qi <yao@codesourcery.com>
9788
9789 * lib/dwarf.exp (function_range): New procedure.
9790 (Dwarf::_handle_macro_at_func): New procedure.
9791 (Dwarf::_handle_macro_at_range): New procedure.
9792 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9793
9794 2014-11-14 Yao Qi <yao@codesourcery.com>
9795
9796 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9797 (_handle_attribute): New procedure.
9798
9799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9800
9801 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9802 * gdb.base/call-sc.c (zed): Likewise.
9803 * gdb.base/checkpoint.c (main): Likewise.
9804 * gdb.base/dump.c (main): Likewise.
9805 * gdb.base/gcore.c (main): Likewise.
9806 * gdb.base/huge.c (main): Likewise.
9807 * gdb.base/multi-forks.c (main): Likewise.
9808 * gdb.base/pr10179-a.c (main): Likewise.
9809 * gdb.base/savedregs.c (main): Likewise.
9810 * gdb.base/sigaltstack.c (main): Likewise.
9811 * gdb.base/siginfo.c (main): Likewise.
9812 * gdb.base/structs.c (zed): Likewise.
9813 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9814 * gdb.mi/mi-syn-frame.c (main): Likewise.
9815 * gdb.mi/until.c (foo, main): Likewise.
9816 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9817 * gdb.base/solib-weak.c (foo): Declare.
9818 * gdb.base/attach-twice.c: Include stdio.h.
9819 * gdb.base/weaklib1.c: Likewise.
9820 * gdb.base/weaklib2.c: Likewise.
9821 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9822 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9823 unistd.h.
9824 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9825 * gdb.mi/mi-exit-code.c: Likewise.
9826 * gdb.base/break-interp-lib.c: Include string.h.
9827 * gdb.base/coremaker.c: Likewise.
9828 * gdb.base/testenv.c: Likewise.
9829 * gdb.python/py-finish-breakpoint.c: Likewise.
9830 * gdb.base/inferior-died.c: Include sys/wait.h.
9831 * gdb.base/fileio.c: Include time.h.
9832 * gdb.base/async-shell.c: Include unistd.h.
9833 * gdb.base/dprintf-non-stop.c: Likewise.
9834 * gdb.base/info-os.c: Likewise.
9835 * gdb.mi/mi-console.c: Likewise.
9836 * gdb.mi/watch-nonstop.c: Likewise.
9837 * gdb.python/py-events.c: Likewise.
9838 * gdb.base/async.c (baz): Move up before its invocation.
9839 * gdb.base/code_elim2.c (my_global_func): Likewise.
9840 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9841 * gdb.base/advance.c (func2): Likewise.
9842
9843 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9844
9845 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9846 variant.
9847 * gdb.base/annota3.c: Likewise.
9848 * gdb.base/async.c: Likewise.
9849 * gdb.base/average.c: Likewise.
9850 * gdb.base/call-ar-st.c: Likewise.
9851 * gdb.base/call-rt-st.c: Likewise.
9852 * gdb.base/call-sc.c: Likewise.
9853 * gdb.base/call-strs.c: Likewise.
9854 * gdb.base/ending-run.c: Likewise.
9855 * gdb.base/execd-prog.c: Likewise.
9856 * gdb.base/exprs.c: Likewise.
9857 * gdb.base/foll-exec.c: Likewise.
9858 * gdb.base/foll-fork.c: Likewise.
9859 * gdb.base/foll-vfork.c: Likewise.
9860 * gdb.base/funcargs.c: Likewise.
9861 * gdb.base/gcore.c: Likewise.
9862 * gdb.base/jump.c: Likewise.
9863 * gdb.base/langs0.c: Likewise.
9864 * gdb.base/langs1.c: Likewise.
9865 * gdb.base/langs2.c: Likewise.
9866 * gdb.base/mips_pro.c: Likewise.
9867 * gdb.base/nodebug.c: Likewise.
9868 * gdb.base/opaque0.c: Likewise.
9869 * gdb.base/opaque1.c: Likewise.
9870 * gdb.base/recurse.c: Likewise.
9871 * gdb.base/run.c: Likewise.
9872 * gdb.base/scope0.c: Likewise.
9873 * gdb.base/scope1.c: Likewise.
9874 * gdb.base/setshow.c: Likewise.
9875 * gdb.base/setvar.c: Likewise.
9876 * gdb.base/shmain.c: Likewise.
9877 * gdb.base/shr1.c: Likewise.
9878 * gdb.base/shr2.c: Likewise.
9879 * gdb.base/sigall.c: Likewise.
9880 * gdb.base/signals.c: Likewise.
9881 * gdb.base/so-indr-cl.c: Likewise.
9882 * gdb.base/solib2.c: Likewise.
9883 * gdb.base/structs.c: Likewise.
9884 * gdb.base/sum.c: Likewise.
9885 * gdb.base/vforked-prog.c: Likewise.
9886 * gdb.base/watchpoint.c: Likewise.
9887 * gdb.reverse/shr2.c: Likewise.
9888 * gdb.reverse/until-reverse.c: Likewise.
9889 * gdb.reverse/ur1.c: Likewise.
9890 * gdb.reverse/watch-reverse.c: Likewise.
9891
9892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9893
9894 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9895 variant.
9896 * gdb.base/sepdebug.exp: Drop references to removed code.
9897
9898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9899
9900 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9901 variant. Preserve original line numbering.
9902 * gdb.base/list1.c: Likewise.
9903
9904 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9905
9906 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9907 variant.
9908 * gdb.base/break1.c: Likewise.
9909 * gdb.base/break.exp: Drop references to removed code.
9910
9911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9912
9913 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9914 variant.
9915
9916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9917
9918 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9919
9920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9921
9922 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9923 logic into perform_all_tests() and invoke it with and without
9924 function header prototypes.
9925 (do_function_calls): Remove conditional XFAIL for PR 5318.
9926 (rerun_and_prepare): Remove duplicate code.
9927 (perform_all_tests): New. Main logic moved here.
9928
9929 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9930
9931 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9932 code guarded by #ifdef NO_PROTOTYPES.
9933 (t_double_many_args): Likewise.
9934 (DEF_FUNC_MANY_ARGS_1): Likewise.
9935 (DEF_FUNC_VALUES_1): Likewise.
9936 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9937 guarded by #ifdef PROTOTYPES.
9938
9939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9940
9941 * gdb.mi/mi-console.c: Add eye-catcher.
9942 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9943 instead of literal line number.
9944
9945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9946
9947 * gdb.base/shr2.c: Add eye-catcher.
9948 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9949 line number.
9950
9951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9952
9953 * gdb.base/jump.c: Add eye-catchers.
9954 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9955 numbers.
9956
9957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9958
9959 * gdb.base/execd-prog.c: Add eye-catchers.
9960 * gdb.base/foll-exec.c: Likewise.
9961 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9962 line numbers.
9963
9964 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9965
9966 * gdb.base/ending-run.c: Add eye-catchers.
9967 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9968 literal line numbers.
9969
9970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9971
9972 * gdb.base/call-rt-st.c: Add eye-catchers.
9973 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9974 literal line numbers.
9975
9976 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9977
9978 * gdb.base/call-ar-st.c: Add eye-catchers.
9979 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9980 literal line numbers.
9981
9982 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9983
9984 * gdb.base/average.c: Add eye-catchers.
9985 * gdb.base/sum.c: Likewise.
9986 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9987 regexps dynamically.
9988
9989 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9990
9991 * gdb.base/solib1.c: Add eye-catchers.
9992 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9993 literal line numbers.
9994
9995 2014-11-12 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9998 leader has exited.
9999
10000 2014-11-12 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.arch/i386-bp_permanent.c: New file.
10003 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10004 (srcfile): Set to i386-bp_permanent.c.
10005 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10006 that stepi does not execute the 'leave' instruction, instead of
10007 testing it does execute.
10008 * gdb.base/bp-permanent.c: New file.
10009 * gdb.base/bp-permanent.exp: New file.
10010
10011 2014-11-10 Doug Evans <xdje42@gmail.com>
10012
10013 PR symtab/17564
10014 * gdb.base/symtab-search-order.exp: New file.
10015 * gdb.base/symtab-search-order.c: New file.
10016 * gdb.base/symtab-search-order-1.c: New file.
10017 * gdb.base/symtab-search-order-shlib-1.c: New file.
10018
10019 2014-11-07 Pedro Alves <palves@redhat.com>
10020
10021 PR gdb/17511
10022 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10023 i?86-*-linux*.
10024
10025 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10026
10027 PR c++/17494
10028 * gdb.cp/pr17494.cc: New file.
10029 * gdb.cp/pr17494.exp: New file.
10030
10031 2014-11-02 Yao Qi <yao@codesourcery.com>
10032
10033 * gdb.python/python.exp: Get working directory and match the
10034 output of "set extended-prompt \\w " with it.
10035
10036 2014-10-30 Doug Evans <dje@google.com>
10037
10038 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10039 in objfiles.
10040 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10041 in progspaces.
10042
10043 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10044
10045 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10046 * gdb.base/realname-expand.exp: Likewise.
10047 * gdb.linespec/macro-relative.exp: Likewise.
10048
10049 2014-10-29 Pedro Alves <palves@redhat.com>
10050
10051 PR gdb/17408
10052 * gdb.threads/schedlock.c (some_function): New function.
10053 (call_function): New global.
10054 (MAYBE_CALL_SOME_FUNCTION): New macro.
10055 (thread_function): Call it.
10056 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10057 and use it instead of a global counter. Adjust all callers.
10058 (get_current_thread): Use "find current thread" for test message
10059 here rather than having all callers pass down the same string.
10060 (goto_loop): New procedure, factored out from ...
10061 (my_continue): ... this.
10062 (step_ten_loops): Change parameter from test message to command to
10063 use. Adjust.
10064 (list_count): Delete global.
10065 (check_result): New procedure, factored out from duplicate top
10066 level code.
10067 (continue tests): Wrap in with_test_prefix.
10068 (test_step): New procedure, factored out from duplicate top level
10069 code.
10070 (top level): Test "step" in combination with all scheduler-locking
10071 modes. Test "next" in combination with all scheduler-locking
10072 modes, and in combination with stepping over a function call or
10073 not.
10074 * gdb.threads/next-bp-other-thread.c: New file.
10075 * gdb.threads/next-bp-other-thread.exp: New file.
10076
10077 2014-10-29 Pedro Alves <palves@redhat.com>
10078
10079 PR python/17372
10080 * gdb.python/python.exp: Test a multi-line command that spawns
10081 interactive Python.
10082 * gdb.base/multi-line-starts-subshell.exp: New file.
10083
10084 2014-10-29 Yao Qi <yao@codesourcery.com>
10085
10086 * gdb.base/fileio.exp: Make directories on host.
10087
10088 2014-10-29 Yao Qi <yao@codesourcery.com>
10089
10090 * gdb.base/fileio.c (test_write): Close the file.
10091
10092 2014-10-28 Pedro Alves <palves@redhat.com>
10093
10094 PR gdb/12623
10095 * gdb.base/sigstep.c (no_handler): New global.
10096 (main): If 'no_handler is true, set the signal handlers to
10097 SIG_IGN.
10098 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10099 with_sw_watch and no_handler parameters. Handle them.
10100 (top level) <stepping over handler when stopped at a breakpoint
10101 test>: Add a test axis for testing with a software watchpoint, and
10102 another for testing with the signal handler set to SIG_IGN.
10103 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10104 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10105
10106 2014-10-28 Pedro Alves <palves@redhat.com>
10107
10108 PR gdb/17511
10109 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10110 * gdb.base/sigstep.exp (other_handler_location): New global.
10111 (advance): Support stepping into the signal handler, and running
10112 commands while in the handler.
10113 (in_handler_map): New global.
10114 (top level): In the advance test, add combinations for getting
10115 into the handler with stepping commands, and for running commands
10116 in the handler. Add comment descripting the advancei tests.
10117
10118 2014-10-28 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/sigstep.exp: Use build_executable instead of
10121 prepare_for_testing.
10122 (top level): Move code that starts GDB, runs to main and creates a
10123 display to ...
10124 (restart): ... this new procedure.
10125 (top level): Move backtrace from signal handler test to ...
10126 (validate_backtrace): ... this new procedure.
10127 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10128 with_test_prefix. Always restart GDB.
10129 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10130 with_test_prefix. Always restart GDB. No need to delete
10131 breakpoints after the test.
10132 (test_skip_handler): Remove prefix parameter.
10133 (skip_over_handler, breakpoint_to_handler)
10134 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10135 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10136 restart GDB. No need to delete breakpoints after the test.
10137 (top level): Use foreach to call the test procedures with
10138 different commands.
10139
10140 2014-10-28 Pedro Alves <palves@redhat.com>
10141
10142 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10143 instead of GNATS numbers.
10144 * gdb.base/sigbpt.exp: Likewise.
10145 * gdb.base/siginfo.exp: Likewise.
10146 * gdb.base/sigstep.exp: Likewise.
10147
10148 2014-10-27 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/sigstep.c (dummy): New global.
10151 (main): Issue a couple writes to the new global.
10152 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10153 procedures.
10154 (skip_over_handler): Use test_skip_handler.
10155 (top level): Call skip_over_handler for stepi and nexti too.
10156 (breakpoint_over_handler): Use test_skip_handler.
10157 (top level): Call breakpoint_over_handler for stepi and nexti too.
10158
10159 2014-10-27 Yao Qi <yao@codesourcery.com>
10160
10161 * gdb.trace/tfile.c (adjust_function_address)
10162 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10163 function descriptor.
10164
10165 2014-10-24 Don Breazeal <donb@codesourcery.com>
10166
10167 * gdb.base/foll-fork.exp (test_follow_fork,
10168 catch_fork_child_follow): Check for updated fork messages emitted
10169 from infrun.c.
10170 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10171 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10172 vfork_and_exec_child_follow_through_step): Check for updated vfork
10173 messages emitted from infrun.c.
10174
10175 2014-10-24 Pedro Alves <palves@redhat.com>
10176
10177 * gdb.base/corefile.exp: Remove references to ultrix.
10178 * gdb.base/interrupt.exp: Likewise.
10179 * gdb.base/whatis.exp: Likewise.
10180 * gdb.gdb/selftest.exp: Likewise.
10181 * gdb.threads/manythreads.exp: Likewise.
10182 * gdb.threads/print-threads.exp: Likewise.
10183 * gdb.threads/pthreads.exp:: Likewise.
10184 * gdb.threads/schedlock.exp: Likewise.
10185
10186 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10187
10188 * gdb.cp/non-trivial-retval.cc: Add a test case.
10189 * gdb.cp/non-trivial-retval.exp: Add a test.
10190
10191 2014-10-20 Yao Qi <yao@codesourcery.com>
10192
10193 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10194 * gdb.python/py-objfile-script-gdb.py: New file.
10195 * gdb.python/py-objfile-script.exp: Update reference to
10196 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10197 of remote_download. Remove the dest file.
10198
10199 2014-10-20 Yao Qi <yao@codesourcery.com>
10200
10201 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10202 * gdb.base/step-line.exp: Likewise.
10203 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10204 * gdb.dwarf2/dw2-basic.exp: Likewise.
10205 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10206 * gdb.dwarf2/dw2-filename.exp: Likewise.
10207 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10208 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10209 * gdb.dwarf2/dw2-producer.exp: Likewise.
10210 * gdb.dwarf2/mac-fileno.exp: Likewise.
10211 * gdb.python/py-frame-args.exp: Likewise.
10212 * gdb.python/py-framefilter.exp: Likewise.
10213 * gdb.python/py-mi.exp: Likewise.
10214 * gdb.python/py-objfile-script.exp: Likewise
10215 * gdb.python/py-pp-integral.exp: Likewise.
10216 * gdb.python/py-pp-re-notag.exp: Likewise.
10217 * gdb.python/py-prettyprint.exp: Likewise.
10218 * gdb.python/py-section-script.exp: Likewise.
10219 * gdb.python/py-typeprint.exp: Likewise.
10220 * gdb.python/py-xmethods.exp: Likewise.
10221 * gdb.stabs/weird.exp: Likewise.
10222 * gdb.xml/tdesc-regs.exp: Likewise.
10223
10224 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10225
10226 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10227 (out_cu): Use addr_len for the size of addresses.
10228 (out_line): Likewise. Size DW_LNE_set_address instruction
10229 according to addr_len.
10230 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10231 (FUNC): Add START_INSNS to definition.
10232
10233 2014-10-18 Yao Qi <yao@codesourcery.com>
10234
10235 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10236 gdb_has_argv0 return true.
10237 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10238 check [target_info exists noargs], check [gdb_has_argv0]
10239 instead.
10240 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10241 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10242 procedures.
10243
10244 2014-10-17 Doug Evans <dje@google.com>
10245
10246 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10247 event.
10248 * gdb.python/py-events.py: Add clear_objfiles event.
10249
10250 2014-10-17 Doug Evans <dje@google.com>
10251
10252 * gdb.python/py-objfile.exp: Test progspace attribute.
10253
10254 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10255
10256 * gdb.guile/scm-breakpoint.exp: Do not assume any
10257 directory separators when matching source file paths.
10258 * gdb.python/py-breakpoint.exp: Likewise.
10259 * gdb.reverse/break-precsave.exp: Likewise.
10260 * gdb.reverse/break-reverse.exp: Likewise.
10261 * gdb.reverse/consecutive-precsave.exp: Likewise.
10262 * gdb.reverse/finish-precsave.exp: Likewise.
10263 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10264 * gdb.reverse/finish-reverse.exp: Likewise.
10265 * gdb.reverse/i386-precsave.exp: Likewise.
10266 * gdb.reverse/i387-env-reverse.exp: Likewise.
10267 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10268 * gdb.reverse/machinestate-precsave.exp: Likewise.
10269 * gdb.reverse/machinestate.exp: Likewise.
10270 * gdb.reverse/sigall-precsave.exp: Likewise.
10271 * gdb.reverse/solib-precsave.exp: Likewise.
10272 * gdb.reverse/step-precsave.exp: Likewise.
10273 * gdb.reverse/until-precsave.exp: Likewise.
10274 * gdb.reverse/watch-precsave.exp: Likewise.
10275 * gdb.reverse/watch-reverse.exp: Likewise.
10276
10277 2014-10-17 Yao Qi <yao@codesourcery.com>
10278
10279 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10280 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10281
10282 2014-10-17 Pedro Alves <palves@redhat.com>
10283
10284 PR gdb/17471
10285 * gdb.base/bg-execution-repeat.c: New file.
10286 * gdb.base/bg-execution-repeat.exp: New file.
10287
10288 2014-10-17 Pedro Alves <palves@redhat.com>
10289
10290 PR gdb/17300
10291 * gdb.base/continue-all-already-running.c: New file.
10292 * gdb.base/continue-all-already-running.exp: New file.
10293
10294 2014-10-17 Pedro Alves <palves@redhat.com>
10295
10296 PR gdb/17472
10297 * gdb.base/annota-input-while-running.c: New file.
10298 * gdb.base/annota-input-while-running.exp: New file.
10299
10300 2014-10-17 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/callfuncs.exp: emove references to osf.
10303 * gdb.base/sigall.exp: Likewise.
10304 * gdb.gdb/selftest.exp: Likewise.
10305 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10306 * gdb.mi/non-stop.c: Likewise.
10307 * gdb.mi/pthreads.c: Likewise.
10308 * gdb.reverse/sigall-precsave.exp: Likewise.
10309 * gdb.reverse/sigall-reverse.exp: Likewise.
10310 * gdb.threads/pthreads.c: Likewise.
10311 * gdb.threads/pthreads.exp: Likewise.
10312
10313 2014-10-17 Yao Qi <yao@codesourcery.com>
10314
10315 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10316 check 'target_info exists noargs'.
10317 (test_command_prompt_position): Likewise.
10318 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10319 Remove "set args".
10320 (progvar_simple_while_test): Likewise.
10321 (progvar_complex_if_while_test): Likewise.
10322 (if_while_breakpoint_command_test): Likewise.
10323 (infrun_breakpoint_command_test): Likewise.
10324 (breakpoint_command_test): Likewise.
10325 (watchpoint_command_test): Likewise.
10326 (bp_deleted_in_command_test): Likewise.
10327 (temporary_breakpoint_commands): Likewise.
10328
10329 2014-10-16 Yao Qi <yao@codesourcery.com>
10330
10331 * gdb.base/remotetimeout.exp: Remove noargs checking.
10332
10333 2014-10-15 Pedro Alves <palves@redhat.com>
10334
10335 PR breakpoints/9649
10336 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10337 * gdb.base/breakpoint-in-ro-region.exp
10338 (probe_target_hardware_step): New procedure.
10339 (top level): Probe hardware stepping and hardware breakpoint
10340 support. Test stepping through a read-only region, with both
10341 "breakpoint auto-hw" on and off and both "always-inserted" on and
10342 off.
10343
10344 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10345
10346 * gdb.dlang/demangle.exp: Update for demangling changes.
10347
10348 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10349
10350 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10351 * gdb.cp/non-trivial-retval.exp: Add new tests.
10352
10353 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10354
10355 PR c++/13403
10356 PR c++/15154
10357 * gdb.cp/non-trivial-retval.cc: New file.
10358 * gdb.cp/non-trivial-retval.exp: New file.
10359
10360 2014-10-15 Yao Qi <yao@codesourcery.com>
10361
10362 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10363 remote host.
10364
10365 2014-10-15 Yao Qi <yao@codesourcery.com>
10366
10367 * gdb.python/py-symbol.exp: Match file base name if host is
10368 remote, otherwise match file name with dir name.
10369 * gdb.python/py-symtab.exp: Likewise.
10370 * gdb.python/python.exp: Likewise.
10371
10372 2014-10-15 Yao Qi <yao@codesourcery.com>
10373
10374 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10375 pattern.
10376 * gdb.python/py-symtab.exp: Likewise.
10377 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10378 locationn.
10379
10380 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10381
10382 * gdb.ada/addr_arith: New testcase.
10383
10384 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10385
10386 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10387 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10388 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10389 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10390
10391 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10392
10393 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10394 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10395 * gdb.arch/stap-eval-lang-ada.exp: New file.
10396
10397 2014-10-14 Yao Qi <yao@codesourcery.com>
10398
10399 * gdb.mi/mi-var-child.c (nothing1): New function.
10400 (nothing2): New function.
10401 (do_children_tests): Set function pointers by nothing1 and
10402 nothing2.
10403 * gdb.mi/mi-var-child.exp: Step over new added statements.
10404 Update test to match the new output.
10405 * gdb.mi/var-cmd.c (nothing1): New function.
10406 (nothing2): New function.
10407 (do_children_tests): Set function pointers by nothing1 and
10408 nothing2.
10409 * gdb.mi/mi-var-display.exp: Update test to match output.
10410 Step to the line specified by $line_dct_nothing.
10411 Increase the number of lines to step.
10412
10413 2014-10-14 Yao Qi <yao@codesourcery.com>
10414
10415 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10416 tests.
10417 * gdb.mi/mi2-var-child.exp: Likewise.
10418
10419 2014-10-13 Doug Evans <dje@google.com>
10420
10421 * gdb.python/py-objfile.exp: Change name of file name test.
10422
10423 2014-10-13 Doug Evans <dje@google.com>
10424
10425 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10426 from the start of the CU.
10427
10428 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10429 Yao Qi <yao@codesourcery.com>
10430
10431 Fix "save breakpoints" for "catch" command.
10432 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10433 Remove -nonewline. Match also the added "main" line.
10434
10435 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 Fix "save breakpoints" for "disable $bpnum" command.
10438 * gdb.base/save-bp.c (main): Add label.
10439 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10440
10441 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10444
10445 2014-10-11 Yao Qi <yao@codesourcery.com>
10446
10447 * gdb.server/server-kill.exp: Execute command
10448 "set remote trace-status-packet on" before "tstatus".
10449
10450 2014-10-11 Yao Qi <yao@codesourcery.com>
10451
10452 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10453 (main): Call getppid.
10454 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10455 and continue to it. Read variable "server_pid".
10456
10457 2014-10-11 Yao Qi <yao@codesourcery.com>
10458
10459 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10460
10461 2014-10-11 Yao Qi <yao@codesourcery.com>
10462
10463 * gdb.threads/thread-find.exp: Don't execute command
10464 "info threads".
10465 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10466 * gdb.threads/linux-dp.exp: Don't check the condition
10467 $threads_created equals to zero.
10468
10469 2014-10-10 Pedro Alves <palves@redhat.com>
10470
10471 * gdb.base/bigcore.exp: Remove references to IRIX.
10472 * gdb.base/funcargs.exp: Likewise.
10473 * gdb.base/interrupt.exp: Likewise.
10474 * gdb.base/mips_pro.exp: Likewise.
10475 * gdb.base/nodebug.exp: Likewise.
10476 * gdb.base/setvar.exp: Likewise.
10477 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10478
10479 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10480 Pedro Alves <palves@redhat.com>
10481
10482 PR symtab/14466
10483 * gdb.base/vdso-warning.c: New file.
10484 * gdb.base/vdso-warning.exp: New file.
10485
10486 2014-10-02 Doug Evans <dje@google.com>
10487
10488 * gdb.base/structs.c (main): Don't run forever.
10489
10490 2014-10-02 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10493 (top level) <stop threads 1, stop threads 2>: Use it.
10494
10495 2014-10-02 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.threads/break-while-running.exp (test): Add new
10498 'update_thread_list' argument. Skip "info threads" if false.
10499 (top level): Add new 'update_thread_list' axis.
10500
10501 2014-10-02 Pedro Alves <palves@redhat.com>
10502
10503 PR breakpoints/17431
10504 * gdb.base/execl-update-breakpoints.c: New file.
10505 * gdb.base/execl-update-breakpoints.exp: New file.
10506
10507 2014-10-01 Pedro Alves <palves@redhat.com>
10508
10509 * gdb.base/breakpoint-in-ro-region.c: New file.
10510 * gdb.base/breakpoint-in-ro-region.exp: New file.
10511
10512 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10513
10514 * gdb.mi/mi-exit-code.exp: New file.
10515 * gdb.mi/mi-exit-code.c: New file.
10516
10517 2014-09-30 Yao Qi <yao@codesourcery.com>
10518
10519 * lib/prelink-support.exp (build_executable_own_libs): Error if
10520 the target isn't native.
10521
10522 2014-09-30 Yao Qi <yao@codesourcery.com>
10523
10524 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10525 false.
10526
10527 2014-09-22 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.threads/break-while-running.exp: New file.
10530 * gdb.threads/break-while-running.c: New file.
10531
10532 2014-09-19 Yao Qi <yao@codesourcery.com>
10533
10534 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10535 Invoke test. Restart GDB with --readnow and invoke test again.
10536
10537 2014-09-19 Yao Qi <yao@codesourcery.com>
10538
10539 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10540 proc set_breakpoint_on_gcd_function. Invoke
10541 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10542 invoke set_breakpoint_on_gcd_function again.
10543
10544 2014-09-18 Doug Evans <dje@google.com>
10545
10546 * gdb.dwarf2/symtab-producer.exp: New file.
10547
10548 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10549
10550 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10551 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10552 * gdb.base/global-var-nested-by-dso.c: Likewise.
10553 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10554
10555 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10556 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.base/watch-bitfields.exp: Pass string other than test file
10559 name to prepare_for_testing.
10560 (watch): New procedure.
10561 (expect_watchpoint): Use with_test_prefix.
10562 (top level): Factor out tests to ...
10563 (test_watch_location, test_regular_watch): ... these new
10564 procedures, and use with_test_prefix and gdb_continue_to_end.
10565
10566 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10567
10568 PR breakpoints/12526
10569 * gdb.base/watch-bitfields.exp: New file.
10570 * gdb.base/watch-bitfields.c: New file.
10571
10572 2014-09-16 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10575 software and hardware addresses, not software address against
10576 itself.
10577
10578 2014-09-16 Pedro Alves <palves@redhat.com>
10579
10580 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10581 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10582
10583 2014-09-16 Pedro Alves <palves@redhat.com>
10584
10585 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10586 files.
10587 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10588 "*-*-vxworks*" throughout.
10589 * gdb.base/break.exp: Likewise.
10590 * gdb.base/default.exp: Likewise.
10591 * gdb.base/scope.exp: Likewise.
10592 * gdb.base/sepdebug.exp: Likewise.
10593 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10594 throughout.
10595 * gdb.base/run.c: Likewise.
10596 * gdb.base/sepdebug.c: Likewise.
10597 * gdb.hp/gdb.aCC/run.c: Likewise.
10598 * gdb.reverse/until-reverse.c: Likewise.
10599 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10600
10601 2014-09-16 Yao Qi <yao@codesourcery.com>
10602
10603 * boards/local-remote-host-native.exp: New file.
10604
10605 2014-09-14 Doug Evans <xdje42@gmail.com>
10606
10607 * gdb.threads/queue-signal.c (thread_count): New variable.
10608 (thread_count_mutex, thread_count_condvar): New variables.
10609 (incr_thread_count, wait_all_threads_running): New functions.
10610 (main): Wait for all threads to be in their thread functions.
10611
10612 2014-09-13 Doug Evans <xdje42@gmail.com>
10613
10614 * gdb.threads/queue-signal.c: New file.
10615 * gdb.threads/queue-signal.exp: New file.
10616
10617 2014-09-13 Doug Evans <xdje42@gmail.com>
10618
10619 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10620 be consistent with what default_gdb_init uses.
10621 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10622 the plain text of the prompt. Add some logging printfs.
10623 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10624
10625 2014-09-12 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10628 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10629 * gdb.arch/i386-size-overlap.exp: Likewise.
10630 * gdb.arch/i386-size.exp: Likewise.
10631 * gdb.arch/i386-unwind.exp: Likewise.
10632 * gdb.base/a2-run.exp: Likewise.
10633 * gdb.base/break.exp: Likewise.
10634 * gdb.base/charset.exp: Likewise.
10635 * gdb.base/chng-syms.exp: Likewise.
10636 * gdb.base/commands.exp: Likewise.
10637 * gdb.base/dbx.exp: Likewise.
10638 * gdb.base/find.exp: Likewise.
10639 * gdb.base/funcargs.exp: Likewise.
10640 * gdb.base/jit-simple.exp: Likewise.
10641 * gdb.base/reread.exp: Likewise.
10642 * gdb.base/sepdebug.exp: Likewise.
10643 * gdb.base/step-bt.exp: Likewise.
10644 * gdb.cp/mb-inline.exp: Likewise.
10645 * gdb.cp/mb-templates.exp: Likewise.
10646 * gdb.objc/basicclass.exp: Likewise.
10647 * gdb.threads/killed.exp: Likewise.
10648
10649 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10650
10651 PR tdep/17379
10652 * gdb.arch/powerpc-stackless.S: New file.
10653 * gdb.arch/powerpc-stackless.exp: New file.
10654
10655 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10656
10657 * gdb.base/attach.c: Include unistd.h.
10658 (main): Call alarm. Add label postloop.
10659 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10660 gdb_breakpoint, gdb_continue_to_breakpoint.
10661 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10662
10663 2014-09-11 Pedro Alves <palves@redhat.com>
10664
10665 PR gdb/17347
10666 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10667 * gdb.base/attach.exp (test_command_line_attach_run): New
10668 procedure.
10669 (top level): Call it.
10670
10671 2014-09-11 Pedro Alves <palves@redhat.com>
10672
10673 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10674 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10675 (do_command_attach_tests): Use spawn_wait_for_attach.
10676 * gdb.base/solib-overlap.exp: Likewise.
10677 * gdb.multi/multi-attach.exp: Likewise.
10678 * gdb.python/py-prompt.exp: Likewise.
10679 * gdb.python/py-sync-interp.exp: Likewise.
10680 * gdb.server/ext-attach.exp: Likewise.
10681
10682 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10683
10684 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10685 command in testcase. Simplify testcase.
10686
10687 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10688
10689 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10690
10691 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10692
10693 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10694
10695 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10696
10697 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10698
10699 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10700
10701 * gdb.dwarf2/dynarr-ptr.c: New file.
10702 * gdb.dwarf2/dynarr-ptr.exp: New file.
10703
10704 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10705
10706 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10707 of 30 rather than hardcoding 120 for a slow test case. Take the
10708 `gdb,timeout' target setting into account for this calculation.
10709 Don't extend the timeout for the test cases that don't need it.
10710
10711 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10712
10713 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10714 a factor of 2 for a slow test case. Take the `gdb,timeout'
10715 target setting into account for this calculation.
10716 * gdb.reverse/until-precsave.exp: Increase the timeout by
10717 a factor of 15 and 3 respectively rather than adding 120
10718 for a pair of slow test cases. Take the `gdb,timeout'
10719 target setting into account for this calculation.
10720
10721 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10722
10723 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10724 timeout, don't pass one down to gdb_expect.
10725 (gdb_expect): Rework timeout selection.
10726
10727 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10728
10729 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10730 exception on timeout.
10731 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10732 (gdbserver_start_extended): Catch any `gdbserver_start' error
10733 exceptions.
10734 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10735 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10736 `gdbserver_gdb_load' error exceptions.
10737
10738 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10739
10740 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10741 120 on waiting for the TCP socket to open.
10742
10743 2014-09-09 Doug Evans <xdje42@gmail.com>
10744
10745 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10746 _caller_matches, _any_caller_is, _any_caller_matches.
10747
10748 2014-09-09 Doug Evans <xdje42@gmail.com>
10749
10750 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10751
10752 2014-09-09 Yao Qi <yao@codesourcery.com>
10753
10754 * gdb.mi/mi-var-display.exp: Set print symbol off.
10755
10756 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10757
10758 PR gdb/17035
10759 * gdb.base/commands.exp: Add tests to verify user-defined
10760 commands with empty bodies.
10761 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10762 python commands in `show user command`.
10763 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10764 scheme commands in `show user command`.
10765
10766 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 PR python/17355
10769 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10770 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10771 * gdb.python/py-framefilter-invalidarg.exp: New file.
10772 * gdb.python/py-framefilter-invalidarg.py: New file.
10773
10774 2014-09-06 Doug Evans <xdje42@gmail.com>
10775
10776 PR 15276
10777 * gdb.python/py-caller-is.c: New file.
10778 * gdb.python/py-caller-is.exp: New file.
10779
10780 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10781
10782 PR gdb/17235
10783 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10784 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10785
10786 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10787
10788 PR fortran/17237
10789 * gdb.fortran/print-formatted.exp: New file.
10790 * gdb.fortran/print-formatted.f90: Likewise.
10791
10792 2014-09-03 Sasha Smundak <asmundak@google.com>
10793
10794 * gdb.python/py-frame.exp: Test Frame.read_register.
10795
10796 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10797
10798 PR python/16699
10799 * gdb.python/py-completion.exp: New file.
10800 * gdb.python/py-completion.py: Likewise.
10801
10802 2014-08-28 Doug Evans <dje@google.com>
10803
10804 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10805 eax,etc. are live with values set by gdb and thus the compiler can't
10806 use them.
10807 * gdb.arch/i386-pseudo.c (main): Ditto.
10808
10809 2014-08-27 Doug Evans <dje@google.com>
10810
10811 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10812
10813 2014-08-25 Doug Evans <dje@google.com>
10814
10815 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10816 (main): Ditto.
10817
10818 2014-08-25 Doug Evans <dje@google.com>
10819
10820 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10821
10822 2014-08-24 Yao Qi <yao@codesourcery.com>
10823
10824 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10825 symbol off.
10826 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10827
10828 2014-08-22 Doug Evans <dje@google.com>
10829
10830 PR 17276
10831 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10832 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10833 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10834
10835 2014-08-22 Yao Qi <yao@codesourcery.com>
10836
10837 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10838 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10839 * gdb.python/python.exp: Likewise. Use .py file on the host
10840 instead of the build.
10841
10842 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 * gdb.threads/gcore-stale-thread.c: New file.
10845 * gdb.threads/gcore-stale-thread.exp: New file.
10846
10847 2014-08-21 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10850 * gdb.base/gcore-relro-pie.exp: Likewise.
10851 * gdb.base/gcore-relro.exp: Likewise.
10852 * gdb.base/gcore.exp: Likewise.
10853 * gdb.base/print-symbol-loading.exp: Likewise.
10854 * gdb.threads/gcore-thread.exp: Likewise.
10855 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10856
10857 2014-08-20 Pedro Alves <palves@redhat.com>
10858 Jan Kratochvil <jan.kratochvil@redhat.com>
10859
10860 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10861 configure.
10862 (EXPECT): Handle READ1 being set.
10863 (all): Depend on EXTRA_RULES.
10864 (check-read1, expect-read1, read1.so, read1): New rules.
10865 * README (Testsuite Parameters): Document the READ1 make variable.
10866 (Race detection): New section.
10867 * configure: Regenerate.
10868 * configure.ac: If build==host==target, and running under a
10869 GNU/glibc system, add read1 to the extra Makefile rules.
10870 (EXTRA_RULES): AC_SUBST it.
10871 * lib/read1.c: New file.
10872
10873 2014-08-20 Joel Brobecker <brobecker@adacore.com>
10874
10875 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10876 the handling of variables declared as a typedef to an array
10877 which a DW_AT_data_location attribute.
10878
10879 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
10880 Pedro Alves <palves@redhat.com>
10881
10882 PR symtab/14604
10883 PR symtab/14605
10884 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10885 gdb_test.
10886
10887 2014-08-19 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10890
10891 2014-08-19 Yao Qi <yao@codesourcery.com>
10892
10893 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10894 right line.
10895
10896 2014-08-18 David Blaikie <dblaikie@gmail.com>
10897
10898 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10899
10900 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10901
10902 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10903 attribute in array range.
10904
10905 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10906
10907 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10908
10909 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10910
10911 PR c++/17132
10912 * gdb.cp/pr17132.cc: New file.
10913 * gdb.cp/pr17132.exp: New file.
10914
10915 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10916
10917 * gdb.python/py-xmethods.py (A_getarrayind)
10918 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10919 Use 'print' with function call syntax.
10920 (E_method_matcher.match): Fix tab vs space indentation mixup.
10921
10922 2014-08-15 Yao Qi <yao@codesourcery.com>
10923
10924 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10925 false.
10926
10927 2014-08-15 Yao Qi <yao@codesourcery.com>
10928
10929 * gdb.cp/casts.exp: Set print symbol off.
10930 * gdb.cp/class2.exp: Likewise.
10931 * gdb.cp/overload.exp: Likewise.
10932 * gdb.cp/templates.exp: Likewise.
10933
10934 2014-08-11 Doug Evans <dje@google.com>
10935
10936 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10937 (test_load_shlib): Update.
10938
10939 2014-08-09 Yao Qi <yao@codesourcery.com>
10940
10941 * gdb.base/display.exp: Invoke is_address_zero_readable.
10942 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10943 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10944 * gdb.base/hbreak-unmapped.exp: Return if
10945 is_address_zero_readable returns true.
10946 * gdb.base/signest.exp: Likewise.
10947 * gdb.base/signull.exp: Likewise.
10948 * gdb.base/sigbpt.exp: Likewise.
10949 * gdb.guile/scm-disasm.exp: Do the test if
10950 is_address_zero_readable returns false.
10951 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10952 * gdb.python/py-arch.exp: Likewise.
10953 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10954 * lib/gdb.exp (is_address_zero_readable): New proc.
10955
10956 2014-08-09 Yao Qi <yao@codesourcery.com>
10957
10958 PR testsuite/13443
10959 * gdb.mi/mi-var-display.exp: Make test messages unique.
10960
10961 2014-08-04 Tom Tromey <tromey@redhat.com>
10962
10963 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10964 target 0".
10965
10966 2014-08-04 Tom Tromey <tromey@redhat.com>
10967
10968 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10969 "target_resume".
10970
10971 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10972
10973 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10974 inner_vla_struct_object_size.
10975 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10976 as xfail.
10977
10978 2014-07-30 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10981 comment.
10982
10983 2014-07-29 Yao Qi <yao@codesourcery.com>
10984
10985 PR gdb/17206
10986 * gdb.base/until-nodebug.exp: New.
10987
10988 2014-07-28 Doug Evans <xdje42@gmail.com>
10989
10990 PR guile/17203
10991 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10992 previously existing parameter, and previously ambiguously spelled
10993 parameter.
10994
10995 2014-07-28 Will Newton <will.newton@linaro.org>
10996
10997 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10998
10999 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11000 Doug Evans <xdje42@gmail.com>
11001
11002 PR guile/17146
11003 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11004
11005 2014-07-25 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.threads/signal-command-handle-nopass.c: New file.
11008 * gdb.threads/signal-command-handle-nopass.exp: New file.
11009 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11010 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11011 * gdb.threads/signal-delivered-right-thread.c: New file.
11012 * gdb.threads/signal-delivered-right-thread.exp: New file.
11013
11014 2014-07-25 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.base/double-prompt-target-event-error.exp
11017 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11018 match.
11019 (cancel_pagination_in_target_event): Rework double prompt
11020 detection.
11021 * gdb.base/paginate-after-ctrl-c-running.exp
11022 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11023 <return>' match.
11024 * gdb.base/paginate-bg-execution.exp
11025 (test_bg_execution_pagination_return)
11026 (test_bg_execution_pagination_cancel): Remove '-notransfer
11027 <return>' matches.
11028 * gdb.base/paginate-execution-startup.exp
11029 (test_fg_execution_pagination_return)
11030 (test_fg_execution_pagination_cancel): Remove '-notransfer
11031 <return>' matches.
11032 * gdb.base/paginate-inferior-exit.exp
11033 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11034 match.
11035 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11036 * lib/gdb.exp (pagination_prompt): Run text through
11037 string_to_regexp.
11038 (gdb_test_multiple): Match $pagination_prompt instead of
11039 "<return>".
11040 (string_to_regexp): Move to lib/gdb-utils.exp.
11041
11042 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11043
11044 * gdb.arch/amd64-entry-value-paramref.S: New file.
11045 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11046 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11047 * gdb.arch/amd64-optimout-repeat.S: New file.
11048 * gdb.arch/amd64-optimout-repeat.c: New file.
11049 * gdb.arch/amd64-optimout-repeat.exp: New file.
11050
11051 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11052
11053 PR gdb/17170
11054 * gdb.base/statistics.exp: New file.
11055
11056 2014-07-17 Doug Evans <dje@google.com>
11057
11058 PR gdb/17170
11059 * gdb.base/maint.exp: Update testing of per-command stats.
11060
11061 2014-07-16 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11064 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11065 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11066 (tfile_write_buf): New functions.
11067 (add_memory_block): Rewrite using the above.
11068 (adjust_function_address): New function.
11069 (FUNCTION_ADDRESS): New macro.
11070 (write_basic_trace_file): Remove short_x local, and use
11071 tfile_write_16. Change type of func_addr local to unsigned long
11072 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11073 here. Cast argument of add_memory_block to char pointer.
11074 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11075 (main): Remove parameters.
11076 * gdb.trace/tfile.exp: Remove nowarnings.
11077
11078 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11079
11080 * gdb.base/debug-expr.exp: Test string evaluation with
11081 "debug expression" on.
11082
11083 2014-07-15 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.base/reread.exp: Use clean_restart.
11086
11087 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11088
11089 * gdb.arch/avr-flash-qualifer.c: New.
11090 * gdb.arch/avr-flash-qualifer.exp: New.
11091
11092 2014-07-14 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11095 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11096
11097 2014-07-14 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/double-prompt-target-event-error.c: New file.
11100 * gdb.base/double-prompt-target-event-error.exp: New file.
11101
11102 2014-07-14 Pedro Alves <palves@redhat.com>
11103
11104 PR gdb/17072
11105 * gdb.base/paginate-inferior-exit.c: New file.
11106 * gdb.base/paginate-inferior-exit.exp: New file.
11107
11108 2014-07-14 Pedro Alves <palves@redhat.com>
11109
11110 PR gdb/17072
11111 * gdb.base/paginate-bg-execution.c: New file.
11112 * gdb.base/paginate-bg-execution.exp: New file.
11113
11114 2014-07-14 Pedro Alves <palves@redhat.com>
11115
11116 PR gdb/17072
11117 * gdb.base/paginate-execution-startup.c: New file.
11118 * gdb.base/paginate-execution-startup.exp: New file.
11119 * lib/gdb.exp (pagination_prompt): New global.
11120 (default_gdb_spawn): New procedure, factored out from
11121 default_gdb_spawn.
11122 (default_gdb_start): Adjust to call default_gdb_spawn.
11123 (gdb_spawn): New procedure.
11124
11125 2014-07-14 Pedro Alves <palves@redhat.com>
11126
11127 * lib/gdb.exp (gdb_assert): New procedure.
11128 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11129
11130 2014-07-14 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.base/execution-termios.c: New file.
11133 * gdb.base/execution-termios.exp: New file.
11134
11135 2014-07-14 Tom Tromey <tromey@redhat.com>
11136
11137 * gdb.cp/vla-cxx.cc: New file.
11138 * gdb.cp/vla-cxx.exp: New file.
11139
11140 2014-07-14 Tom Tromey <tromey@redhat.com>
11141
11142 * gdb.reverse/rerun-prec.c: New file.
11143 * gdb.reverse/rerun-prec.exp: New file.
11144
11145 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11146 Maciej W. Rozycki <macro@codesourcery.com>
11147
11148 * lib/gdb-utils.exp: New file.
11149 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11150 inline `gdb_init_command' processing.
11151 (gdb_start_cmd): Likewise.
11152 * lib/mi-support.exp (mi_run_cmd): Likewise.
11153 * README: Document `gdb_init_command' and `gdb_init_commands'.
11154
11155 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11156
11157 Fix false FAIL running under a very long directory name.
11158 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11159 and "set print elements 10000". Twice.
11160
11161 2014-07-11 Yao Qi <yao@codesourcery.com>
11162
11163 * gdb.base/exprs.exp: "set print symbol off".
11164
11165 2014-07-11 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.threads/kill.c: New file.
11168 * gdb.threads/kill.exp: New file.
11169
11170 2014-07-10 Yao Qi <yao@codesourcery.com>
11171
11172 * gdb.trace/tfile.c (write_basic_trace_file)
11173 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11174 address written to trace file.
11175
11176 2014-07-09 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/attach-wait-input.exp: New file.
11179 * gdb.base/attach-wait-input.c: New file.
11180
11181 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11182
11183 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11184 setting up test structures.
11185 (main): Call new test function.
11186 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11187 test function, continue into test function and walk test
11188 structures.
11189
11190 2014-07-02 Yao Qi <yao@codesourcery.com>
11191
11192 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11193 'bar_start' at the beginning of functions 'foo' and 'bar'
11194 respectively.
11195 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11196 instead of 'foo' and 'bar'.
11197
11198 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11199
11200 * gdb.btrace/segv.exp: New.
11201 * gdb.btrace/segv.c: New.
11202
11203 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11204
11205 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11206 instruction.
11207
11208 2014-06-30 Mark Wielaard <mjw@redhat.com>
11209
11210 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11211 vulture, vilify, villar): New volatile array constants.
11212 (vindictive, vegetation): New const volatile array constants.
11213 * gdb.base/volatile.exp: Test volatile and const volatile array
11214 types.
11215
11216 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11217
11218 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11219 target lacks support for awatch, rwatch, or hbreak.
11220
11221 2014-06-27 Yao Qi <yao@codesourcery.com>
11222
11223 * gdb.multi/dummy-frame-restore.exp: New.
11224 * gdb.multi/dummy-frame-restore.c: New.
11225
11226 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11227
11228 * gdb.btrace/gcore.exp: New.
11229
11230 2014-06-23 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/watchpoint-reuse-slot.c: New file.
11233 * gdb.base/watchpoint-reuse-slot.exp: New file.
11234
11235 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11236
11237 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11238 progspace's filename in 'info', 'enable' and 'disable' command
11239 tests.
11240
11241 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11244 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11245 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11246
11247 2014-06-20 Gary Benson <gbenson@redhat.com>
11248
11249 * gdb.arch/i386-avx.exp: Fix include file location.
11250 * gdb.arch/i386-sse.exp: Likewise.
11251
11252 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11253
11254 * gdb.dlang/expression.exp: New file.
11255
11256 2014-06-19 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11259 out from ...
11260 (top level): ... here. Iterate running tests under different
11261 scheduler-locking settings.
11262
11263 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11264
11265 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11266 to DW_FORM_addr and use non-zero addresses.
11267
11268 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11269
11270 PR gdb/17017
11271 * gdb.python/py-xmethods.cc: Add global function call counters and
11272 increment them in their respective functions. Remove "cout"
11273 statements.
11274 * gdb.python/py-xmethods.exp: Make tests check the global function
11275 call counters instead of depending on inferior IO.
11276
11277 2014-06-18 Don Breazeal <donb@codesourcery.com>
11278
11279 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11280 Deleted procedure.
11281 (explicit_fork_parent_follow): Deleted procedure.
11282 (explicit_fork_child_follow): Deleted procedure.
11283 (test_follow_fork): New procedure.
11284 (do_fork_tests): Replace calls to deleted procedures with
11285 calls to test_follow_fork and reset GDB for subsequent
11286 procedure calls.
11287
11288 2014-06-17 Yao Qi <yao@codesourcery.com>
11289
11290 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11291 CP1252.
11292
11293 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11294
11295 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11296 Initialize ptr and S explicitly.
11297 (skip_type_update_when_not_use_rtti_test): Likewise.
11298
11299 2014-06-16 Keith Seitz <keiths@redhat.com>
11300
11301 PR mi/15863
11302 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11303 the inferior is started.
11304
11305 2014-06-16 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/break-main-file-remove-fail.c: New file.
11308 * gdb.base/break-main-file-remove-fail.exp: New file.
11309 * gdb.base/break-unload-file.exp: Use build_executable instead of
11310 prepare_for_testing.
11311 (test_break): New parameter "initial_load". Handle it.
11312 (top level): Add initial_load cmdline/file axis.
11313
11314 2014-06-12 Tom Tromey <tromey@redhat.com>
11315
11316 * gdb.base/completion.exp: Don't use directory name in test.
11317
11318 2014-06-09 Gary Benson <gbenson@redhat.com>
11319
11320 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11321 separate the always-available ANSI-standard signals from the
11322 signals that require checking.
11323 (main): Likewise.
11324 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11325 Likewise.
11326 (main): Likewise.
11327
11328 2014-06-07 Keith Seitz <keiths@redhat.com>
11329
11330 Revert:
11331 PR c++/16253
11332 * gdb.cp/var-tag.cc: New file.
11333 * gdb.cp/var-tag.exp: New file.
11334 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11335 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11336 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11337 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11338
11339 2014-06-06 Doug Evans <xdje42@gmail.com>
11340
11341 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11342
11343 2014-06-06 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11346 in target debug output instead of looking at RSP packets,
11347 disabling the test on any target that uses hardware stepping.
11348 Update comments.
11349
11350 2014-06-06 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.base/break-unload-file.exp: Fix typo.
11353
11354 2014-06-06 Yao Qi <yao@codesourcery.com>
11355
11356 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11357 from "jit_function" to "^jit_function".
11358
11359 2014-06-06 Yao Qi <yao@codesourcery.com>
11360
11361 * gdb.base/async.c (foo): Add one statement.
11362 * gdb.base/async.exp: Get the next instruction address and
11363 match the output of "nexti" by instruction address. Match
11364 the hex address in the output of "finish".
11365
11366 2014-06-06 Gary Benson <gbenson@redhat.com>
11367
11368 * gdb.base/call-signals.c: Remove preprocessor conditionals
11369 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11370 SIGSEGV and SIGTERM.
11371 * gdb.base/sigall.c: Likewise.
11372 * gdb.base/unwindonsignal.c: Likewise.
11373 * gdb.reverse/sigall-reverse.c: Likewise.
11374
11375 2014-06-06 Yao Qi <yao@codesourcery.com>
11376
11377 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11378 readable, skip the test.
11379
11380 2014-06-06 Yao Qi <yao@codesourcery.com>
11381
11382 * gdb.threads/staticthreads.c (thread_function): Move the line
11383 setting breakpoint on forward.
11384 * gdb.threads/staticthreads.exp: Update comments.
11385
11386 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11387
11388 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11389 "history-append! type error".
11390
11391 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11392
11393 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11394 erroneous dprintf expected input.
11395
11396 2014-06-04 Doug Evans <xdje42@gmail.com>
11397
11398 * gdb.guile/scm-generics.exp: Delete.
11399
11400 2014-06-04 Doug Evans <xdje42@gmail.com>
11401
11402 * gdb.guile/scm-breakpoint.exp: Update.
11403 Add tests for breakpoint registration.
11404
11405 2014-06-04 Tom Tromey <tromey@redhat.com>
11406
11407 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11408 VLA-in-union.
11409 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11410 inner_vla_struct, vla_union types. Initialize objects of those
11411 types and compute their sizes.
11412
11413 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11414 Hui Zhu <hui@codesourcery.com>
11415
11416 * gdb.base/fileio.exp: Add test for shell not available as well as
11417 available.
11418 * gdb.base/fileio.c (test_system): Check for shell twice.
11419
11420 2014-06-04 Yao Qi <yao@codesourcery.com>
11421
11422 * gdb.base/auto-connect-native-target.exp: Remove redundant
11423 space from the regexp pattern.
11424
11425 2014-06-04 Yao Qi <yao@codesourcery.com>
11426
11427 * gdb.base/default.exp: Replace "child" with "native" in
11428 regexp pattern.
11429
11430 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11431
11432 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11433 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11434 * gdb.python/py-xmethods.py: Python script supporting the
11435 new testcase and tests.
11436
11437 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11438 Pedro Alves <palves@redhat.com>
11439
11440 PR breakpoints/17000
11441 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11442 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11443
11444 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11445
11446 * gdb.base/subst.exp: Add tests to verify partial path matching
11447 output.
11448
11449 2014-06-03 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11452 target that doesn't use software single-stepping.
11453
11454 2014-06-03 Pedro Alves <palves@redhat.com>
11455
11456 PR breakpoints/17000
11457 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11458 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11459
11460 2014-06-02 Doug Evans <xdje42@gmail.com>
11461
11462 * gdb.guile/scm-parameter.exp: New file.
11463
11464 2014-06-02 Doug Evans <xdje42@gmail.com>
11465
11466 * gdb.guile/scm-cmd.c: New file.
11467 * gdb.guile/scm-cmd.exp: New file.
11468
11469 2014-06-02 Doug Evans <xdje42@gmail.com>
11470
11471 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11472 pretty-printer lookup.
11473 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11474 (make-pp_s-printer): Call it.
11475 (make-pretty-printer-from-dict): New function.
11476 (lookup-pretty-printer-maker-from-dict): New function.
11477 (*pretty-printer*): Simplify.
11478 (make-objfile-pp_s-printer): New function.
11479 (install-objfile-pretty-printers!): New function.
11480 (make-progspace-pp_s-printer): New function.
11481 (install-progspace-pretty-printers!): New function.
11482 * gdb.guile/scm-progspace.c: New file.
11483 * gdb.guile/scm-progspace.exp: New file.
11484
11485 2014-06-02 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/dprintf-bp-same-addr.c: New file.
11488 * gdb.base/dprintf-bp-same-addr.exp: New file.
11489
11490 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11491
11492 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11493 * gdb.arch/powerpc-power.s: Likewise.
11494
11495 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11496
11497 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11498
11499 2014-06-01 Yao Qi <yao@codesourcery.com>
11500
11501 * gdb.base/watchpoint.exp (test_watch_location): Check null
11502 pointer can be dereferenced. If not, do the test, otherwise
11503 skip it.
11504
11505 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11506
11507 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11508 results.
11509 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11510
11511 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11512
11513 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11514 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11515 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11516 * gdb.arch/amd64-invalid-stack-top.c: New file.
11517 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11518
11519 2014-05-30 Pedro Alves <palves@redhat.com>
11520
11521 PR breakpoints/17000
11522 * gdb.base/sss-bp-on-user-bp.c: New file.
11523 * gdb.base/sss-bp-on-user-bp.exp: New file.
11524
11525 2014-05-30 David Blaikie <dblaikie@gmail.com>
11526
11527 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11528 gnu_inline semantics via attribute.
11529 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11530 source explicitly specifies the required semantics.
11531
11532 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11533
11534 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11535
11536 2014-05-29 Pedro Alves <palves@redhat.com>
11537 Tom Tromey <tromey@redhat.com>
11538
11539 * gdb.base/async-shell.exp: Don't enable target-async.
11540 * gdb.base/async.exp
11541 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11542 parameter. Adjust.
11543 (top level): Don't test with "target-async".
11544 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11545 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11546 * gdb.base/inferior-died.exp: Don't enable target-async.
11547 * gdb.base/interrupt-noterm.exp: Likewise.
11548 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11549 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11550 * gdb.mi/mi-nonstop.exp: Likewise.
11551 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11552 * gdb.mi/mi-nsintrall.exp: Likewise.
11553 * gdb.mi/mi-nsmoribund.exp: Likewise.
11554 * gdb.mi/mi-nsthrexec.exp: Likewise.
11555 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11556 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11557 * gdb.python/py-evsignal.exp: Don't enable target-async.
11558 * gdb.python/py-evthreads.exp: Likewise.
11559 * gdb.python/py-prompt.exp: Likewise.
11560 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11561 * gdb.server/solib-list.exp: Don't enable target-async.
11562 * gdb.threads/thread-specific-bp.exp: Likewise.
11563 * lib/mi-support.exp: Adjust to use mi-async.
11564
11565 2014-05-29 Pedro Alves <palves@redhat.com>
11566
11567 PR gdb/13860
11568 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11569 reason, even in sync mode.
11570
11571 2014-05-29 Pedro Alves <palves@redhat.com>
11572 Hui Zhu <hui@codesourcery.com>
11573
11574 PR PR15693
11575 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11576 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11577 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11578 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11579
11580 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11581
11582 * config/monitor.exp (gdb_target_monitor): Replace use of
11583 "set remotebaud" by "set serial baud".
11584
11585 2014-05-26 Andy Wingo <wingo@igalia.com>
11586
11587 * gdb.guile/scm-breakpoint.exp:
11588 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11589 properties instead of gdb-object-properties.
11590
11591 2014-05-26 Yao Qi <yao@codesourcery.com>
11592
11593 * gdb.server/no-thread-db.exp: Specify source file name
11594 explicitly when setting a breakpoint.
11595
11596 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11597
11598 * gdb.btrace/vdso.c: New.
11599 * gdb.btrace/vdso.exp: New.
11600
11601 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11602
11603 * gdb.base/gcore.exp (capture_command_output): Move ...
11604 * lib/gdb.exp (capture_command_output): ... here.
11605
11606 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11607
11608 * gdb.btrace/data.exp: Test memory access during btrace replay.
11609
11610 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11611
11612 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11613
11614 2014-05-21 Pedro Alves <palves@redhat.com>
11615
11616 PR gdb/13860
11617 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11618 (top level): Test that output related to execution commands is
11619 sent to the console with CLI commands, but not with MI commands.
11620 Test that breakpoint events are always mirrored to the console.
11621 Also expect the new source line to be output after a "next" in
11622 async mode too. Make it a pass/fail test.
11623 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11624 output.
11625 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11626
11627 2014-05-21 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11630 Use them to test variations of "list" after reaching a breakpoint.
11631 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11632 Test "list" with listsize 10 after reaching a breakpoint.
11633 * gdb.python/python.exp (decode_line current location line
11634 number): Adjust expected line number.
11635
11636 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11637
11638 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11639 behavior for $args, pass it directly to "run".
11640
11641 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11642
11643 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11644 30000 to 65536.
11645
11646 2014-05-21 Pedro Alves <palves@redhat.com>
11647
11648 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11649 auto-connect-native-target off".
11650 * gdb.base/auto-connect-native-target.c: New file.
11651 * gdb.base/auto-connect-native-target.exp: New file.
11652
11653 2014-05-21 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.base/default.exp: Test "target native" instead of "target
11656 child".
11657
11658 2014-05-21 Mark Wielaard <mjw@redhat.com>
11659
11660 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11661
11662 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 Fix TLS access for -static -pthread.
11665 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11666 <HAVE_TLS> (thread_function, main): Initialize it.
11667 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11668 Add clean_restart.
11669 <$have_tls != "">: Check TLSVAR.
11670
11671 2014-05-21 Pedro Alves <palves@redhat.com>
11672
11673 * gdb.base/dcache-line-read-error.c: New.
11674 * gdb.base/dcache-line-read-error.exp: New.
11675
11676 2014-05-20 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.base/compare-sections.c: New file.
11679 * gdb.base/compare-sections.exp: New file.
11680
11681 2014-05-20 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.base/break-idempotent.c: New file.
11684 * gdb.base/break-idempotent.exp: New file.
11685
11686 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11687
11688 * gdb.btrace/nohist.exp: New.
11689
11690 2014-05-20 Yao Qi <yao@codesourcery.com>
11691
11692 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11693 gdb.reverse directory and gdb_reverse_timeout exists in board
11694 setting.
11695 * README: Document gdb_reverse_timeout.
11696
11697 2014-05-20 Yao Qi <yao@codesourcery.com>
11698
11699 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11700 'test_file_name'. Treat args as a string instead of a list.
11701 (gdb_init): Rename argument 'args' by 'test_file_name'.
11702
11703 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11704
11705 * gdb.arch/powerpc-power.exp: New file.
11706 * gdb.arch/powerpc-power.s: New file.
11707
11708 2014-05-16 Doug Evans <dje@google.com>
11709
11710 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11711 * gdb.base/completion.exp: Check that all expected files exist
11712 before doing file completion.
11713
11714 2014-05-16 Doug Evans <dje@google.com>
11715
11716 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11717 Update.
11718 (do_syscall_tests_without_xml): Update.
11719
11720 2014-05-16 Pedro Alves <palves@redhat.com>
11721
11722 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11723 instead of "unknown output after running".
11724
11725 2014-05-16 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11728 file1.txt from host at the end.
11729 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11730
11731 2014-05-15 Doug Evans <dje@google.com>
11732
11733 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11734 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11735 loading file. Add test for TU lookup.
11736
11737 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11738
11739 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11740 calling "-exec-arguments" or "set args" before running the
11741 inferior.
11742
11743 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * lib/mi-support.exp (mi_expect_stop): Expect message for
11746 inferiors that exit with non-zero exit code.
11747
11748 2014-05-14 Yao Qi <yao@codesourcery.com>
11749
11750 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11751 match absolute path on remote host.
11752 (test_file_list_exec_source_files): Remove "/" from the
11753 pattern.
11754
11755 2014-05-14 Yao Qi <yao@codesourcery.com>
11756
11757 * boards/local-remote-host-notty.exp (${board}_file): New
11758 proc.
11759
11760 2014-05-07 Kyle McMartin <kyle@redhat.com>
11761
11762 Pushed by Joel Brobecker <brobecker@adacore.com>.
11763 * gdb.arch/aarch64-atomic-inst.c: New file.
11764 * gdb.arch/aarch64-atomic-inst.exp: New file.
11765
11766 2014-05-07 Yao Qi <yao@codesourcery.com>
11767
11768 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11769 in current context" too.
11770
11771 2014-05-05 Keith Seitz <keiths@redhat.com>
11772
11773 * gdb.linespec/ls-dollar.exp: Add test for linespec
11774 file:convenience_variable.
11775
11776 2014-05-05 Yao Qi <yao@codesourcery.com>
11777
11778 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11779 traceframes into tfile and ctf trace files. Read data from
11780 trace file and test collected data.
11781 (gdb_collect_locals_test): Likewise.
11782 (gdb_unavailable_registers_test): Likewise.
11783 (gdb_unavailable_floats): Likewise.
11784 (gdb_collect_globals_test): Likewise.
11785 (top-level): Append "ctf" to trace_file_targets if GDB
11786 supports.
11787
11788 2014-05-05 Yao Qi <yao@codesourcery.com>
11789
11790 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11791 code to ...
11792 (gdb_collect_args_test_1): ... it. New proc.
11793 (gdb_collect_locals_test): Move some code to ...
11794 (gdb_collect_locals_test_1): ... it. New proc.
11795 (gdb_unavailable_registers_test): Move some code to ...
11796 (gdb_unavailable_registers_test_1): ... it. New proc.
11797 (gdb_unavailable_floats): Move some code to ...
11798 (gdb_unavailable_floats_1): ... it. New proc.
11799
11800 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11801
11802 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11803 probes to test for bitness recognition.
11804 * gdb.arch/amd64-stap-optional-prefix.exp
11805 (test_probe_value_without_reg): New procedure.
11806 Add code to test for different kinds of bitness.
11807
11808 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11809
11810 PR breakpoints/16889
11811 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11812 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11813
11814 2014-05-01 Pedro Alves <palves@redhat.com>
11815
11816 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11817 gdb_file_cmd if no file is specified.
11818 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11819 last_loaded_file to set the remote exec-file.
11820
11821 2014-05-01 Pedro Alves <palves@redhat.com>
11822
11823 * boards/local-remote-host.exp: New file.
11824
11825 2014-05-01 Pedro Alves <palves@redhat.com>
11826
11827 * boards/local-remote-host.exp: Rename to ...
11828 * boards/local-remote-host-notty.exp: ... this.
11829
11830 2014-04-28 Joel Brobecker <brobecker@adacore.com>
11831
11832 * gdb.ada/dyn_arrayidx: New testcase.
11833
11834 2014-04-26 Yao Qi <yao@codesourcery.com>
11835
11836 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11837 and compute the length of function main. Save it in
11838 $main_length.
11839 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11840 (top-level): Use gdb_compile to compile objects into
11841 executable and restart GDB. Remove invocation to
11842 prepare_for_testing.
11843
11844 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11845 Pedro Alves <palves@redhat.com>
11846
11847 PR server/16255
11848 * gdb.multi/multi-attach.c: New file.
11849 * gdb.multi/multi-attach.exp: New file.
11850
11851 2014-04-25 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11854 user.
11855 (top level): Test that "set remote conditional-breakpoints-packet
11856 off" works as intended.
11857 * gdb.base/dprintf.exp: Test that "set remote
11858 breakpoint-commands-packet off" works as intended.
11859 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11860 New function.
11861 (top level): Call it.
11862 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11863 remote fast-tracepoints-packet off" works as intended.
11864 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11865 * lib/gdb.exp (gdb_is_target_remote): ... here.
11866
11867 2014-04-24 David Blaikie <dblaikie@gmail.com>
11868
11869 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11870 ensure clang would not discard them.
11871 * gdb.base/gdbvars.c: Ditto.
11872 * gdb.base/memattr.c: Ditto.
11873 * gdb.base/whatis.c: Ditto.
11874 * gdb.python/py-prettyprint.c: Ditto.
11875 * gdb.trace/actions.c: Ditto.
11876 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11877 ensure clang would not discard it.
11878
11879 2014-04-24 David Blaikie <dblaikie@gmail.com>
11880
11881 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11882 clang to emit the full definition of type required by the test
11883 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11884
11885 2014-04-24 David Blaikie <dblaikie@gmail.com>
11886
11887 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11888 coax Clang into emitting the definition of the type.
11889 * gdb.cp/pr10728-x.h (y): Ditto.
11890 * gdb.cp/pr10728-y.cc (y): Ditto.
11891
11892 2014-04-24 David Blaikie <dblaikie@gmail.com>
11893
11894 * gdb.base/label.exp: XFAIL label related tests under Clang.
11895 * gdb.cp/cplabel.exp: Ditto.
11896 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11897 under Clang those using labels.
11898
11899 2014-04-25 Yao Qi <yao@codesourcery.com>
11900
11901 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11902 double_label.
11903 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11904 partial_label and double_label.
11905
11906 2014-04-24 David Blaikie <dblaikie@gmail.com>
11907
11908 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11909
11910 2014-04-24 David Blaikie <dblaikie@gmail.com>
11911
11912 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11913 of the function to work across GCC and Clang.
11914 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11915 pointer types (const void ** const V void **).
11916
11917 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
11918 Walfred Tedeschi <walfred.tedeschi@intel.com>
11919
11920 * Makefile.in (EXECUTABLES): Added i386-avx512.
11921 * gdb.arch/i386-avx512.c: New file.
11922 * gdb.arch/i386-avx512.exp: Likewise.
11923
11924 2014-04-23 Keith Seitz <keiths@redhat.com>
11925
11926 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11927 (mi_make_breakpoint_table): New procedure.
11928 (mi_create_breakpoint): Use mi_make_breakpoint
11929 and return the result.
11930 (mi_make_breakpoint): New procedure.
11931 (mi_build_kv_pairs): New procedure.
11932
11933 * gdb.mi/mi-break.exp: Remove unused globals,
11934 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11935 All callers updated.
11936 * gdb.mi/mi-dprintf.exp: Use variable to track command
11937 number.
11938 Update all callers of mi_create_breakpoint and use
11939 mi_make_breakpoint_table.
11940 Remove any unused global variables.
11941 * gdb.mi/mi-nonstop.exp: Likewise.
11942 * gdb.mi/mi-nsintrall.exp: Likewise.
11943 * gdb.mi/mi-nsmoribund.exp: Likewise.
11944 * gdb.mi/mi-nsthrexec.exp: Likewise.
11945 * gdb.mi/mi-reverse.exp: Likewise.
11946 * gdb.mi/mi-simplerun.exp: Likewise.
11947 * gdb.mi/mi-stepn.exp: Likewise.
11948 * gdb.mi/mi-syn-frame.exp: Likewise.
11949 * gdb.mi/mi-until.exp: Likewise.
11950 * gdb.mi/mi-var-cp.exp: Likewise.
11951 * gdb.mi/mi-var-display.exp: Likewise.
11952 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11953 * gdb.mi/mi2-var-child.exp: Likewise.
11954 * gdb.mi/mi-vla-c99.exp: Likewise.
11955 * lib/mi-support.exp: Likewise.
11956
11957 From Ian Lance Taylor <iant@cygnus.com>:
11958 * lib/gdb.exp (parse_args): New procedure.
11959
11960 2014-04-23 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/break-unload-file.c: New file.
11963 * gdb.base/break-unload-file.exp: New file.
11964 * gdb.base/sym-file-lib.c (baz): New function.
11965 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11966 field.
11967 (load): Store the segment's mapped size.
11968 (unload): New function.
11969 (unload_shlib): New function.
11970 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11971 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11972 set a breakpoint at baz, and call it.
11973 * gdb.base/sym-file.exp: New tests for stale breakpoint
11974 instructions.
11975
11976 2014-04-23 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11979 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11980 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11981 * gdb.base/hbreak-unmapped.c: New file.
11982 * gdb.base/hbreak-unmapped.exp: New file.
11983 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11984 * lib/gdb.exp (gdb_is_target_remote): ... here.
11985
11986 2014-04-22 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/consecutive-step-over.c: New file.
11989 * gdb.base/consecutive-step-over.exp: New file.
11990
11991 2014-04-22 Pedro Alves <palves@redhat.com>
11992
11993 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11994 instead of send_gdb/gdb_expect.
11995
11996 2014-04-22 Yao Qi <yao@codesourcery.com>
11997
11998 * lib/trace-support.exp (generate_tracefile): New procedure.
11999 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12000 return 0.
12001 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12002 if generate_tracefile returns 1.
12003
12004 2014-04-18 Tom Tromey <palves@redhat.com>
12005 Pedro alves <tromey@redhat.com>
12006
12007 PR backtrace/15558
12008 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12009 with a backtrace limit.
12010 * gdb.python/py-frame-inline.exp: Test running to an inline
12011 function with a backtrace limit, and printing the newest frame.
12012 * gdb.python/py-frame-inline.c (main): Call f.
12013
12014 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12015
12016 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12017
12018 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12019
12020 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12021 Drop prefix from unsupported source file path.
12022
12023 2014-04-17 Yao Qi <yao@codesourcery.com>
12024
12025 * lib/gdb.exp (with_target_charset): New proc.
12026 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12027 with_target_charset.
12028 (test_print_strings): Likewise.
12029 (test_repeat_bytes): Likewise.
12030 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12031 for some tests.
12032
12033 2014-04-16 Keith Seitz <keiths@redhat.com>
12034
12035 PR gdb/15827
12036 * gdb.dwarf2/corrupt.c: New file.
12037 * gdb.dwarf2/corrupt.exp: New file.
12038
12039 2014-04-16 Keith Seitz <keiths@redhat.com>
12040
12041 PR c++/16597
12042 * gdb.cp/namelessclass.cc: New file.
12043 * gdb.cp/namelessclass.exp: New file.
12044 * gdb.cp/namelessclass.S: New file.
12045
12046 2014-04-16 Doug Evans <dje@google.com>
12047
12048 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12049 Add comment.
12050 (gdbserver_default_get_comm_port): New function.
12051 (gdbserver_start): Check if board file provided
12052 "gdbserver,get_comm_port" and use it if so.
12053 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12054 (gdb,socketport): Set to "stdio".
12055 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12056 (stdio_gdbserver_template): Delete.
12057 (${board}_get_remote_address): Update.
12058 (${board}_build_remote_cmd): Delete.
12059 (${board}_get_comm_port): New function.
12060 (${board}_spawn): Update.
12061 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12062 Delete.
12063 (${board}_get_remote_address): Update.
12064 (${board}_get_comm_port): New function.
12065
12066 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12067
12068 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12069 appearing in any order.
12070
12071 2014-04-15 Doug Evans <dje@google.com>
12072
12073 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12074 uninitialized value of "description".
12075
12076 2014-04-15 Keith Seitz <keiths@redhat.com>
12077
12078 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12079 Remove unused globals.
12080 (test_running_the_program): Likewise.
12081 (test_controlled_execution): Likewise.
12082 (test_controlling_breakpoints): Likewise.
12083 (test_program_termination): Likewise.
12084
12085 2014-04-15 Keith Seitz <keiths@redhat.com>
12086
12087 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12088 unused globals.
12089 (test_rbreak_creation_and_listing): Likewise.
12090 (test_ignore_count): Likewise.
12091 (test_error): Likewise.
12092
12093 2014-04-15 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12096 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12097 sym-file-loader.c.
12098 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12099 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12100 to sym-file-loader.c.
12101 (struct library): Forward declare.
12102 (load_shlib, lookup_function): Change prototypes.
12103 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12104 (translate_offset): Remove declarations.
12105 (get_text_addr): New declaration.
12106 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12107 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12108 sym-file-loader.h.
12109 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12110 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12111 here from sym-file-loader.h.
12112 (struct library): New structure.
12113 (load_shlib, lookup_function): Change prototypes and adjust to
12114 work with a struct library.
12115 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12116 (translate_offset): Make static.
12117 (get_text_addr): New function.
12118 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12119
12120 2014-04-15 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12123
12124 2014-04-15 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/sym-file-loader.c: Include <limits.h>.
12127 (SELF_LINK): New define.
12128 (get_origin): New function.
12129 (load_shlib): Use it.
12130 * gdb.base/sym-file.exp: Don't early return if the target is
12131 remote. Use runto_main, and issue fail is that fails. Use
12132 gdb_load_shlibs.
12133 (shlib_name): Delete.
12134 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12135
12136 2014-04-15 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/sym-file.exp: Remove regex characters from test
12139 message. Don't refer to breakpoint numbers in test messages.
12140
12141 2014-04-14 Keith Seitz <keiths@redhat.com>
12142
12143 PR c++/16253
12144 * gdb.cp/var-tag.cc: New file.
12145 * gdb.cp/var-tag.exp: New file.
12146 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12147 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12148 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12149 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12150
12151 2014-04-14 Tom Tromey <tromey@redhat.com>
12152
12153 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12154 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12155 type.
12156 * gdb.cp/enum-class.exp: New file.
12157 * gdb.cp/enum-class.cc: New file.
12158
12159 2014-04-14 Tom Tromey <tromey@redhat.com>
12160
12161 * gdb.dwarf2/enum-type.exp: New file.
12162
12163 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12164
12165 * gdb.mi/mi-vla-c99.exp: New file.
12166 * gdb.mi/vla.c: New file.
12167
12168 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12169
12170 * gdb.base/vla-datatypes.c: New file.
12171 * gdb.base/vla-datatypes.exp: New file.
12172
12173 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12174
12175 * gdb.base/vla-ptr.c: New file.
12176 * gdb.base/vla-ptr.exp: New file.
12177
12178 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12179
12180 * gdb.dwarf2/count.exp: New file.
12181
12182 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12183
12184 * gdb.base/vla-sideeffect.c: New file.
12185 * gdb.base/vla-sideeffect.exp: New file.
12186
12187 2014-04-14 David Blaikie <dblaikie@gmail.com>
12188
12189 * gdb.mi/non-stop.c: Add return value for non-void function return
12190 statement.
12191 * gdb.threads/staticthreads.c: Ditto.
12192
12193 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12194 Doug Evans <xdje42@gmail.com>
12195
12196 * gdb.guile/scm-value.c: Improve test case.
12197 * gdb.guile/scm-value.exp: Add new test.
12198
12199 2014-04-11 David Blaikie <dblaikie@gmail.com>
12200
12201 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12202 override Clang's default.
12203
12204 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12205
12206 Revert the following changes (regressions):
12207
12208 * gdb.base/vla-sideeffect.c: New file.
12209 * gdb.base/vla-sideeffect.exp: New file.
12210
12211 * gdb.dwarf2/count.exp: New file.
12212
12213 * gdb.base/vla-multi.c: New file.
12214 * gdb.base/vla-multi.exp: New file.
12215
12216 * gdb.base/vla-ptr.c: New file.
12217 * gdb.base/vla-ptr.exp: New file.
12218
12219 * gdb.base/vla-datatypes.c: New file.
12220 * gdb.base/vla-datatypes.exp: New file.
12221
12222 * gdb.mi/mi-vla-c99.exp: New file.
12223 * gdb.mi/vla.c: New file.
12224
12225 2014-04-11 Keith Seitz <keiths@redhat.com>
12226
12227 PR c++/16675
12228 * gdb.cp/cpsizeof.exp: New file.
12229 * gdb.cp/cpsizeof.cc: New file.
12230
12231 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12232
12233 * gdb.mi/mi-vla-c99.exp: New file.
12234 * gdb.mi/vla.c: New file.
12235
12236 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12237
12238 * gdb.base/vla-datatypes.c: New file.
12239 * gdb.base/vla-datatypes.exp: New file.
12240
12241 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12242
12243 * gdb.base/vla-ptr.c: New file.
12244 * gdb.base/vla-ptr.exp: New file.
12245
12246 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12247
12248 * gdb.base/vla-multi.c: New file.
12249 * gdb.base/vla-multi.exp: New file.
12250
12251 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12252
12253 * gdb.dwarf2/count.exp: New file.
12254
12255 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12256
12257 * gdb.base/vla-sideeffect.c: New file.
12258 * gdb.base/vla-sideeffect.exp: New file.
12259
12260 2014-04-11 Yao Qi <yao@codesourcery.com>
12261
12262 * gdb.base/completion.exp: Check file exists before running tests
12263 on file completion.
12264
12265 2014-04-10 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/cond-eval-mode.c: New file.
12268 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12269 prepare_for_testing to build the new file. Check result of
12270 runto_main.
12271 (test_break, test_watch): New procedures.
12272 (top level): Use them.
12273
12274 2014-04-08 Pierre Muller <muller@sourceware.org>
12275
12276 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12277 Ctrl-V use for mingw hosts.
12278
12279 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12280
12281 * gdb.python/py-value.c: Improve test case.
12282 * gdb.python/py-value.exp: Add new test.
12283
12284 2014-04-07 David Blaikie <dblaikie@gmail.com>
12285
12286 * lib/compiler.c: Identify the clang compiler.
12287 * lib/compiler.cc: Ditto.
12288
12289 2014-04-03 Yao Qi <yao@codesourcery.com>
12290
12291 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12292
12293 2014-04-01 Anton Blanchard <anton@samba.org>
12294
12295 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12296 messages unique.
12297
12298 2014-04-01 Anton Blanchard <anton@samba.org>
12299
12300 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12301 prepare_for_testing.
12302
12303 2014-04-01 Anton Blanchard <anton@samba.org>
12304
12305 * gdb.arch/ppc64-atomic-inst.c: Remove.
12306 * gdb.arch/ppc64-atomic-inst.S: New file.
12307 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12308
12309 2014-03-31 Doug Evans <dje@google.com>
12310
12311 * gdb.base/print-symbol-loading-lib.c: New file.
12312 * gdb.base/print-symbol-loading-main.c: New file.
12313 * gdb.base/print-symbol-loading.exp: New file.
12314
12315 2014-03-31 Yao Qi <yao@codesourcery.com>
12316
12317 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12318
12319 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12320
12321 * gdb.ada/mi_dyn_arr: New testcase.
12322
12323 2014-03-27 Doug Evans <dje@google.com>
12324
12325 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12326
12327 2014-03-27 Yao Qi <yao@codesourcery.com>
12328
12329 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12330 if target is nios2-*-*.
12331
12332 2014-03-26 Yao Qi <yao@codesourcery.com>
12333
12334 * lib/gdb.exp (readline_is_used): New proc.
12335 * gdb.base/completion.exp: Move tests on command complete up.
12336 Skip the rest of tests if readline is not used.
12337 * gdb.ada/complete.exp: Skp the test if readline is not
12338 used.
12339 * gdb.base/filesym.exp: Likewise.
12340 * gdb.base/macscp.exp: Likewise.
12341 * gdb.base/readline-ask.exp: Likewise.
12342 * gdb.base/readline.exp: Likewise.
12343 * gdb.python/py-cmd.exp: Likewise.
12344 * gdb.trace/tfile.exp: Likewise.
12345
12346 2014-03-26 Yao Qi <yao@codesourcery.com>
12347
12348 * gdb.base/macscp.exp: Fix code format issues.
12349
12350 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12351
12352 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12353 * gdb.asm/powerpc64le.inc: New file.
12354
12355 2014-03-25 Pedro Alves <palves@redhat.com>
12356 Doug Evans <dje@google.com>
12357
12358 * gdb.base/source-execution.c: New file.
12359 * gdb.base/source-execution.exp: New file.
12360 * gdb.base/source-execution.gdb: New file.
12361
12362 2014-03-24 Doug Evans <dje@google.com>
12363
12364 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12365 using fission.
12366
12367 2014-03-24 Hui Zhu <hui@codesourcery.com>
12368 Pedro Alves <palves@redhat.com>
12369
12370 PR breakpoints/16101
12371 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12372 test pass/fail messages. Detect missing support for dprintf when
12373 breakpoints are actually inserted.
12374 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12375 breakpoints are actually inserted.
12376 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12377 fails.
12378
12379 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12380
12381 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12382
12383 2014-03-22 Doug Evans <xdje42@gmail.com>
12384
12385 * gdb.python/python.exp (python not supported): Verify multi-line
12386 python command issues an error.
12387 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12388 guile command issues an error.
12389
12390 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12391
12392 * gdb.threads/thread-specific.exp: Handle the lack of usable
12393 $this_breakpoint and $this_thread.
12394
12395 2014-03-21 Hui Zhu <hui@codesourcery.com>
12396
12397 * gdb.base/attach.exp (do_command_attach_tests): New.
12398
12399 2014-03-20 Tom Tromey <tromey@redhat.com>
12400 Pedro Alves <palves@redhat.com>
12401
12402 PR cli/15718
12403 * gdb.base/condbreak-call-false.c: New file.
12404 * gdb.base/condbreak-call-false.exp: New file.
12405
12406 2014-03-20 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12409 Delete.
12410 (block_signals, unblock_signals): Delete.
12411 (child_function_2, main): Remove references to deleted variable
12412 and functions.
12413
12414 2014-03-20 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12417 Use pthread_kill to signal thread 2.
12418 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12419 Adjust to make the test send itself a signal rather than using the
12420 host's "kill" command.
12421
12422 2014-03-20 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.threads/multiple-step-overs.c: New file.
12425 * gdb.threads/multiple-step-overs.exp: New file.
12426 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12427 Adjust expected infrun debug output.
12428
12429 2014-03-20 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12432 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12433
12434 2014-03-20 Pedro Alves <palves@redhat.com>
12435
12436 PR breakpoints/7143
12437 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12438 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12439 of gdb_test_multiple.
12440 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12441 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12442
12443 2014-03-20 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12446 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12447
12448 2014-03-19 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.base/async.exp: Remove early return.
12451
12452 2014-03-19 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12455
12456 2014-03-19 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/async.exp (test_background): Expect \r\n after
12459 "completed." in the fail pattern.
12460
12461 2014-03-19 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.base/async.exp (test_background): New procedure.
12464 Use it for all background execution command tests.
12465
12466 2014-03-19 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/async.exp: Use prepare_for_testing.
12469
12470 2014-03-19 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12473 the same line.
12474
12475 2014-03-19 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/async.c (main): Add "jump here" and "until here" line
12478 marker comments.
12479 * gdb.base/async.exp (jump_here): New global.
12480 (jump& test): Use it.
12481 (until_here): New global.
12482 (until& test): Use it.
12483
12484 2014-03-19 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.base/async.exp: Don't frob gdb_protocol.
12487
12488 2014-03-18 Doug Evans <xdje42@gmail.com>
12489
12490 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12491 Fix spelling of exec-done-display.
12492
12493 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 PR gdb/15358
12496 * gdb.base/gdb-sigterm.c: New file.
12497 * gdb.base/gdb-sigterm.exp: New file.
12498
12499 2014-03-18 Pedro Alves <palves@redhat.com>
12500
12501 PR gdb/13860
12502 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12503 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12504 solib-event.
12505
12506 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12507
12508 * gdb.ada/pckd_arr_ren: New testcase.
12509
12510 2014-03-13 Doug Evans <xdje42@gmail.com>
12511
12512 PR guile/16612
12513 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12514 collect after discarding symbols.
12515
12516 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12517 Doug Evans <xdje42@gmail.com>
12518
12519 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12520 to history survives a gc.
12521
12522 2014-03-13 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.base/default.exp: Don't test "target procfs".
12525
12526 2014-03-13 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.base/default.exp: Update "target child" and "target procfs"
12529 tests to not expect "Unix".
12530
12531 2014-03-12 Tom Tromey <tromey@redhat.com>
12532
12533 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12534 New procs. Add target-async tests.
12535 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12536 Add target-async tests.
12537
12538 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12539
12540 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12541 'func_start' and 'func_end' for the beginning and end of the
12542 function code, respectively.
12543 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12544 'func_end' instead of 'func' and 'main'.
12545
12546 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12547
12548 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12549 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12550 generate the debug info assembler source.
12551
12552 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12553
12554 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12555 * gdb.dwarf2/arr-subrange.exp: Likewise.
12556 * gdb.dwarf2/dwz.exp: Likewise.
12557 * gdb.dwarf2/method-ptr.exp: Likewise.
12558 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12559 * gdb.dwarf2/subrange.exp: Likewise.
12560 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12561 * gdb.dwarf2/implptrpiece.exp: Likewise.
12562 * gdb.dwarf2/nostaticblock.exp: Likewise.
12563
12564 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565
12566 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12567 directory to absolute path name arguments.
12568
12569 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12570
12571 * gdb.ada/tagged_access: New testcase.
12572
12573 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12574
12575 * gdb.btrace/data.exp: Update expected output.
12576
12577 2014-03-06 Yao Qi <yao@codesourcery.com>
12578
12579 * gdb.trace/pr16508.exp: New file.
12580
12581 2014-03-05 Pedro Alves <palves@redhat.com>
12582
12583 PR gdb/16575
12584 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12585 procedure.
12586 (top level): Adjust to use it. Add tests that exercise breakpoint
12587 interaction with the code-cache.
12588
12589 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12590
12591 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12592 test for 'history-append!'.
12593
12594 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12595
12596 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12597 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12598 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12599 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12600 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12601 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12602
12603 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12604
12605 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12606 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12607 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12608
12609 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12610
12611 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12612
12613 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12614
12615 * gdb.dwarf2/arr-stride.c: New file.
12616 * gdb.dwarf2/arr-stride.exp: New file.
12617
12618 2014-02-26 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12621 that won't ever trigger. Make sure that GDB reports the correct
12622 breakpoint that caused the stop.
12623
12624 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 PR gdb/16626
12627 * gdb.base/auto-load-script: New file.
12628 * gdb.base/auto-load.c: New file.
12629 * gdb.base/auto-load.exp: New file.
12630
12631 PR gdb/16626
12632 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12633
12634 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12637 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12638
12639 2014-02-24 Doug Evans <dje@google.com>
12640
12641 * lib/gdb.exp (run_on_host): Log error output if program fails.
12642
12643 2014-02-21 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.threads/step-after-sr-lock.c: Rename to ...
12646 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12647 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12648 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12649 ... this.
12650
12651 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12652
12653 PR tdep/16397
12654 * gdb.arch/amd64-stap-special-operands.exp: New file.
12655 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12656 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12657 * gdb.arch/amd64-stap-triplet.S: Likewise.
12658 * gdb.arch/amd64-stap-triplet.c: Likewise.
12659
12660 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12661
12662 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12663 in .section pseudo-op.
12664
12665 2014-02-20 lin zuojian <manjian2006@gmail.com>
12666 Joel Brobecker <brobecker@adacore.com>
12667 Doug Evans <xdje42@gmail.com>
12668
12669 PR symtab/16581
12670 * gdb.dwarf2/dw2-icycle.S: New file.
12671 * gdb.dwarf2/dw2-icycle.c: New file.
12672 * gdb.dwarf2/dw2-icycle.exp: New file.
12673
12674 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12675
12676 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12677 operations on gdb.Value objects.
12678 * gdb.python/py-value-cc.exp: Add new test to test operations on
12679 gdb.Value objects.
12680
12681 2014-02-18 Doug Evans <dje@google.com>
12682
12683 * Makefile.in (TESTS): New variable.
12684 (expanded_tests, expanded_tests_or_none): New variables
12685 (check-single): Pass $(expanded_tests_or_none) to runtest.
12686 (check-parallel): Only run tests in $(TESTS) if non-empty.
12687 (check/no-matching-tests-found): New rule.
12688 * README: Document TESTS makefile variable.
12689
12690 2014-02-18 Doug Evans <dje@google.com>
12691
12692 * Makefile.in (check-parallel): rm -rf outputs temp.
12693
12694 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12695
12696 Fix "ERROR: no fileid for" in the testsuite.
12697 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12698
12699 2014-02-12 Doug Evans <dje@google.com>
12700
12701 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12702 (MISCELLANEOUS): New variable.
12703 (clean): rm -rf $(MISCELLANEOUS).
12704 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12705 dwp live in the same directory as symlinks, with each symlink pointed
12706 to a differently named file in a different directory.
12707
12708 2014-02-11 Doug Evans <dje@google.com>
12709
12710 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12711 of Tcl file commands.
12712
12713 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12714
12715 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12716 "kill -SIGUSR1 -1".
12717
12718 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12719
12720 * gdb.ada/tick_length_array_enum_idx: New testcase.
12721
12722 2014-02-10 Doug Evans <xdje42@gmail.com>
12723
12724 * configure.ac (AC_OUTPUT): Add gdb.guile.
12725 * configure: Regenerate.
12726 * lib/gdb-guile.exp: New file.
12727 * lib/gdb.exp (get_target_charset): New function.
12728 * gdb.base/help.exp: Update expected output from "apropos apropos".
12729 * gdb.guile/Makefile.in: New file.
12730 * gdb.guile/guile.exp: New file.
12731 * gdb.guile/scm-arch.c: New file.
12732 * gdb.guile/scm-arch.exp: New file.
12733 * gdb.guile/scm-block.c: New file.
12734 * gdb.guile/scm-block.exp: New file.
12735 * gdb.guile/scm-breakpoint.c: New file.
12736 * gdb.guile/scm-breakpoint.exp: New file.
12737 * gdb.guile/scm-disasm.c: New file.
12738 * gdb.guile/scm-disasm.exp: New file.
12739 * gdb.guile/scm-equal.c: New file.
12740 * gdb.guile/scm-equal.exp: New file.
12741 * gdb.guile/scm-error.exp: New file.
12742 * gdb.guile/scm-error.scm: New file.
12743 * gdb.guile/scm-frame-args.c: New file.
12744 * gdb.guile/scm-frame-args.exp: New file.
12745 * gdb.guile/scm-frame-args.scm: New file.
12746 * gdb.guile/scm-frame-inline.c: New file.
12747 * gdb.guile/scm-frame-inline.exp: New file.
12748 * gdb.guile/scm-frame.c: New file.
12749 * gdb.guile/scm-frame.exp: New file.
12750 * gdb.guile/scm-generics.exp: New file.
12751 * gdb.guile/scm-gsmob.exp: New file.
12752 * gdb.guile/scm-iterator.c: New file.
12753 * gdb.guile/scm-iterator.exp: New file.
12754 * gdb.guile/scm-math.c: New file.
12755 * gdb.guile/scm-math.exp: New file.
12756 * gdb.guile/scm-objfile-script-gdb.in: New file.
12757 * gdb.guile/scm-objfile-script.c: New file.
12758 * gdb.guile/scm-objfile-script.exp: New file.
12759 * gdb.guile/scm-objfile.c: New file.
12760 * gdb.guile/scm-objfile.exp: New file.
12761 * gdb.guile/scm-ports.exp: New file.
12762 * gdb.guile/scm-pretty-print.c: New file.
12763 * gdb.guile/scm-pretty-print.exp: New file.
12764 * gdb.guile/scm-pretty-print.scm: New file.
12765 * gdb.guile/scm-section-script.c: New file.
12766 * gdb.guile/scm-section-script.exp: New file.
12767 * gdb.guile/scm-section-script.scm: New file.
12768 * gdb.guile/scm-symbol.c: New file.
12769 * gdb.guile/scm-symbol.exp: New file.
12770 * gdb.guile/scm-symtab-2.c: New file.
12771 * gdb.guile/scm-symtab.c: New file.
12772 * gdb.guile/scm-symtab.exp: New file.
12773 * gdb.guile/scm-type.c: New file.
12774 * gdb.guile/scm-type.exp: New file.
12775 * gdb.guile/scm-value-cc.cc: New file.
12776 * gdb.guile/scm-value-cc.exp: New file.
12777 * gdb.guile/scm-value.c: New file.
12778 * gdb.guile/scm-value.exp: New file.
12779 * gdb.guile/source2.scm: New file.
12780 * gdb.guile/types-module.cc: New file.
12781 * gdb.guile/types-module.exp: New file.
12782
12783 2014-02-10 Yao Qi <yao@codesourcery.com>
12784
12785 PR testsuite/16543
12786 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12787 * configure: Regenerated.
12788 * Makefile.in: New file.
12789
12790 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12791
12792 * gdb.python/py-framefilter.exp: Fix typo.
12793
12794 2014-02-08 Yao Qi <yao@codesourcery.com>
12795
12796 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12797 that no =breakpoint-modified is emitted when breakpoints are
12798 modified through MI commands.
12799
12800 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12801 Pedro Alves <palves@redhat.com>
12802
12803 * gdb.threads/step-after-sr-lock.c: New file.
12804 * gdb.threads/step-after-sr-lock.exp: New file.
12805
12806 2014-02-07 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12809
12810 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12813 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12814
12815 2014-02-06 Doug Evans <xdje42@gmail.com>
12816
12817 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12818 output.
12819
12820 * gdb.gdb/python-interrupts.exp: New file.
12821
12822 2014-02-05 Yao Qi <yao@codesourcery.com>
12823
12824 * gdb.trace/report.exp (use_collected_data): Test the output
12825 of "info threads" and "info inferiors".
12826
12827 2014-02-05 Yao Qi <yao@codesourcery.com>
12828
12829 Revert this patch:
12830
12831 2013-05-24 Yao Qi <yao@codesourcery.com>
12832
12833 * gdb.trace/tfile.exp: Test inferior and thread.
12834
12835 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12836
12837 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12838 on a function.
12839 * gdb.base/step-bt.c: Call hello via function pointer to make
12840 sure its first instruction is executed on powerpc64le-linux.
12841
12842 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12843
12844 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12845
12846 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12847
12848 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12849 of the test patterns for use on little-endian systems.
12850
12851 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12852
12853 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12854 (decimal_vector): Fix for little-endian.
12855
12856 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12857
12858 * gdb.arch/sparc-sysstep.exp: New file.
12859 * gdb.arch/sparc-sysstep.c: Likewise.
12860
12861 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12862
12863 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12864
12865 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12866
12867 2014-01-23 Tom Tromey <tromey@redhat.com>
12868
12869 * gdb.ada/array_char_idx: New testcase.
12870
12871 2014-01-23 Tom Tromey <tromey@redhat.com>
12872
12873 PR python/16487:
12874 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12875 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12876 classes.
12877
12878 2014-01-23 Tom Tromey <tromey@redhat.com>
12879
12880 PR python/16491:
12881 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12882 string from an inferior frame.
12883 * gdb.python/py-framefilter-mi.exp: Update.
12884
12885 2014-01-22 Doug Evans <dje@google.com>
12886
12887 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12888
12889 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12890
12891 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12892
12893 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12894
12895 * gdb.trace/entry-values.exp: Remove excess space character from
12896 regex patterns. Handle s390 call instruction.
12897
12898 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12899
12900 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12901 define "*_start" label. Make "name" static.
12902 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12903 ${name} by references to ${name}_start.
12904
12905 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12906
12907 * gdb.base/info-macros.exp: Remove "debug" from the compile
12908 options.
12909
12910 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12911
12912 * gdb.dlang/demangle.exp: New file.
12913
12914 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12915
12916 * gdb.dlang/primitive-types.exp: New file.
12917
12918 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12919
12920 * configure.ac: Create gdb.dlang/Makefile.
12921 * configure: Regenerate.
12922 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12923 * gdb.dlang/Makefile.in: New file.
12924 * lib/d-support.exp: New file.
12925 * lib/gdb.exp (skip_d_tests): New proc.
12926
12927 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12928
12929 * gdb.btrace/delta.exp: Check reverse stepi.
12930 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12931 * gdb.btrace/finish.exp: New.
12932 * gdb.btrace/next.exp: New.
12933 * gdb.btrace/nexti.exp: New.
12934 * gdb.btrace/record_goto.c: Add comments.
12935 * gdb.btrace/step.exp: New.
12936 * gdb.btrace/stepi.exp: New.
12937 * gdb.btrace/multi-thread-step.c: New.
12938 * gdb.btrace/multi-thread-step.exp: New.
12939 * gdb.btrace/rn-dl-bind.c: New.
12940 * gdb.btrace/rn-dl-bind.exp: New.
12941 * gdb.btrace/data.c: New.
12942 * gdb.btrace/data.exp: New.
12943 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12944
12945 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12946
12947 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12948 * gdb.btrace/exception.exp: Update.
12949 * gdb.btrace/instruction_history.exp: Update.
12950 * gdb.btrace/record_goto.exp: Update.
12951 * gdb.btrace/tailcall.exp: Update.
12952 * gdb.btrace/unknown_functions.exp: Update.
12953 * gdb.btrace/delta.exp: New.
12954
12955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12956
12957 * gdb.btrace/record_goto.exp: Add backtrace test.
12958 * gdb.btrace/tailcall.exp: Add backtrace test.
12959
12960 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12961
12962 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12963 * gdb.btrace/record_goto.c: New.
12964 * gdb.btrace/record_goto.exp: New.
12965 * gdb.btrace/x86-record_goto.S: New.
12966
12967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12968
12969 * gdb.btrace/function_call_history.exp: Update tests.
12970 * gdb.btrace/instruction_history.exp: Update tests.
12971
12972 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12973
12974 * gdb.btrace/function_call_history.exp: Fix expected field
12975 order for "record function-call-history".
12976 Add new tests for "record function-call-history /c".
12977 * gdb.btrace/exception.cc: New.
12978 * gdb.btrace/exception.exp: New.
12979 * gdb.btrace/tailcall.exp: New.
12980 * gdb.btrace/x86-tailcall.S: New.
12981 * gdb.btrace/x86-tailcall.c: New.
12982 * gdb.btrace/unknown_functions.c: New.
12983 * gdb.btrace/unknown_functions.exp: New.
12984 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12985
12986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12987
12988 * gdb.btrace/instruction_history.exp: Update.
12989 * gdb.btrace/function_call_history.exp: Update.
12990
12991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12992
12993 * gdb.btrace/function_call_history.exp: Fix expected function
12994 trace.
12995 * gdb.btrace/instruction_history.exp: Initialize traced.
12996 Remove traced_functions.
12997
12998 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12999
13000 * gdb.btrace/function_call_history.exp: Update
13001 * gdb.btrace/instruction_history.exp: Update.
13002
13003 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13004
13005 * gdb.btrace/enable.exp: Update expected text.
13006
13007 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13008
13009 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13010 bytes.
13011
13012 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13013
13014 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13015
13016 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13017
13018 * lib/gdb.exp (supports_process_record): Return true for
13019 arm*-linux*. (supports_reverse): Likewise.
13020
13021 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13022
13023 PR python/15464
13024 PR python/16113
13025 * gdb.python/py-type.c: Enhance test case.
13026 * gdb.python/py-value-cc.cc: Likewise
13027 * gdb.python/py-type.exp: Add new tests.
13028 * gdb.python/py-value-cc.exp: Likewise
13029
13030 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13031 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13034 Make "name" extern.
13035 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13036 references to ${name}_start by references to ${name}.
13037
13038 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13039
13040 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13041
13042 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13043
13044 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13045
13046 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13047 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.mi/mi-info-os.exp: Connect to the target with
13050 mi_gdb_target_load.
13051
13052 2014-01-08 Pedro Alves <palves@redhat.com>
13053
13054 * gdb.threads/reconnect-signal.c: New file.
13055 * gdb.threads/reconnect-signal.exp: New file.
13056
13057 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13058
13059 * gdb.base/source-dir.exp: New file.
13060
13061 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13062
13063 * gdb.ada/mi_interface: New testcase.
13064
13065 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13066
13067 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13068 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13069 gdb.ada/pp-rec-component/pck.ads: New files.
13070
13071 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13072
13073 * gdb.python/py-pp-integral.c: New file.
13074 * gdb.python/py-pp-integral.py: New file.
13075 * gdb.python/py-pp-integral.exp: New file.
13076
13077 For older changes see ChangeLog-1993-2013.
13078 \f
13079 ;; Local Variables:
13080 ;; mode: change-log
13081 ;; left-margin: 8
13082 ;; fill-column: 74
13083 ;; version-control: never
13084 ;; End:
13085
13086 Copyright 2014-2017 Free Software Foundation, Inc.
13087 Copying and distribution of this file, with or without modification,
13088 are permitted provided the copyright notice and this notice are preserved.
This page took 0.303209 seconds and 5 git commands to generate.