Add support for the readnever concept
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2 Sergio Durigan Junior <sergiodj@redhat.com>
3 Pedro Alves <palves@redhat.com>
4
5 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6
7 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8
9 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10 to 'symbol-file' and 'add-symbol-file' can be
11 position-independent.
12
13 2017-12-01 Yao Qi <yao.qi@linaro.org>
14
15 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
16 the URL in copyright header.
17 * gdb.arch/aarch64-fp.exp: Likewise.
18 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
19 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
20 * gdb.base/expand-psymtabs.exp: Likewise.
21 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
22 * gdb.fortran/common-block.exp: Likewise.
23 * gdb.fortran/common-block.f90: Likewise.
24 * gdb.fortran/logical.exp: Likewise.
25 * gdb.fortran/vla-datatypes.f90: Likewise.
26 * gdb.fortran/vla-sub.f90: Likewise.
27
28 2017-11-30 Joel Brobecker <brobecker@adacore.com>
29
30 * gdb.ada/repeat_dyn: New testcase.
31
32 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
33
34 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
35 Update for changed thread numbering.
36 * gdb.cell/bt.exp: Update for changed GDB output.
37
38 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
39
40 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
41 setting isremote by hand.
42 * boards/dwarf4-gdb-index.exp: Likewise.
43 * boards/fission.exp: Likewise.
44 * boards/stabs.exp: Likewise.
45
46 2017-11-30 Pedro Alves <palves@redhat.com>
47
48 * gdb.linespec/cpls-ops.exp
49 (check_explicit_skips_function_argument): Extract the underlying
50 type of size_t instead of hardcoding it.
51
52 2017-11-29 Pedro Alves <palves@redhat.com>
53
54 PR c++/19436
55 * gdb.linespec/cpls-abi-tag.cc: New file.
56 * gdb.linespec/cpls-abi-tag.exp: New file.
57
58 2017-11-29 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/langs.exp: Use -qualified.
61 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
62 it.
63 * gdb.cp/namespace.exp: Use -qualified.
64 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
65 (overload-3, template-overload, template-ret-type, const-overload)
66 (const-overload-quoted, anon-ns, ambiguous-prefix): New
67 procedures.
68 (test_driver): Call them.
69 * gdb.cp/save-bp-qualified.cc: New.
70 * gdb.cp/save-bp-qualified.exp: New.
71 * gdb.linespec/explicit.exp: Test -qualified.
72 * lib/completion-support.exp (completion::explicit_opts_list): Add
73 "-qualified".
74 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
75
76 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
77
78 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
79
80 2017-11-29 Tom Tromey <tom@tromey.com>
81
82 * gdb.base/relocate.exp: Update invalid argument test.
83 Add new tests for invalid arguments.
84
85 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
86
87 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
88 Return 0 as a long.
89 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
90
91 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
92
93 * gdb.cp/breakpoint.cc (bar): Set return type to void.
94 * gdb.cp/psymtab-parameter.cc (func): Likewise.
95 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
96 func ().
97 * gdb.cp/shadow.cc (B.func): Return 0.
98
99 2017-11-27 Joel Brobecker <brobecker@adacore.com>
100
101 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
102 expected output in gdb_expect call to allow the exception
103 message to be present as well. Fix syntax confusion to avoid
104 TCL thinking that exception_name is an array.
105
106 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
107
108 * gdb.arch/spu-info.c: Include <unistd.h>.
109 (do_signal_test): Fix broken calls to write.
110 * gdb.arch/spu-info.exp: Use prepare_for_testing.
111 Fix checks for empty mailboxes. Update signal tests for corrected
112 do_signal_test routine. Allow nonzero event status.
113 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
114 * gdb.cell/arch.exp: Use standard_output_file.
115 * gdb.cell/break.exp: Likewise.
116 * gdb.cell/bt.exp: Likewise.
117 * gdb.cell/core.exp: Likewise.
118 * gdb.cell/dwarfaddr.exp: Likewise.
119 * gdb.cell/ea-cache.exp: Likewise.
120 * gdb.cell/ea-standalone.exp: Likewise.
121 * gdb.cell/f-regs.exp: Likewise.
122 * gdb.cell/fork.exp: Likewise.
123 * gdb.cell/gcore.exp: Likewise.
124 * gdb.cell/mem-access.exp: Likewise.
125 * gdb.cell/ptype.exp: Likewise.
126 * gdb.cell/registers.exp: Likewise.
127 * gdb.cell/sizeof.exp: Likewise.
128 * gdb.cell/solib-symbol.exp: Likewise.
129 * gdb.cell/solib.exp: Likewise.
130
131 2017-11-25 Pedro Alves <palves@redhat.com>
132
133 * gdb.base/complete-empty.exp: New file.
134 * gdb.base/completion.exp: Adjust.
135
136 2017-11-25 Pedro Alves <palves@redhat.com>
137
138 * gdb.linespec/cpls-ops.cc: New file.
139 * gdb.linespec/cpls-ops.exp: New file.
140 * lib/completion-support.exp (test_complete_prefix_range_re): New,
141 factored out from ...
142 (test_complete_prefix_range): ... this.
143
144 2017-11-24 Pedro Alves <palves@redhat.com>
145
146 * gdb.linespec/cpcompletion.exp: New file.
147 * gdb.linespec/cpls-hyphen.cc: New file.
148 * gdb.linespec/cpls.cc: New file.
149 * gdb.linespec/cpls2.cc: New file.
150 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
151 test to use test_gdb_complete_unique. Add label completion,
152 keyword completion and explicit location completion tests.
153 * lib/completion-support.exp: New file.
154
155 2017-11-24 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
158 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
159 when hitting an exception catchpoint.
160
161 2017-11-22 Yao Qi <yao.qi@linaro.org>
162
163 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
164
165 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
166
167 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
168 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
169 * gdb.dwarf2/info-locals-optimized-out.c: New file.
170
171 2017-11-22 Yao Qi <yao.qi@linaro.org>
172
173 * gdb.base/info-os.exp: Pass pthreads.
174 * gdb.multi/multi-attach.exp: Likewise.
175
176 2017-11-22 Yao Qi <yao.qi@linaro.org>
177
178 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
179 compiler.
180
181 2017-11-22 Yao Qi <yao.qi@linaro.org>
182
183 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
184 * gdb.base/break-interp.exp: Likewise.
185 * gdb.base/jit-attach-pie.exp: Likewise.
186
187 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
188
189 * gdb.base/float128.c (large128): New variable.
190 * gdb.base/float128.exp: Add test to print largest __float128 value.
191
192 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
193
194 * gdb.arch/vsx-regs.exp: Update register content checks.
195
196 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
197
198 * gdb.arch/ppc-longdouble.exp: New file.
199 * gdb.arch/ppc-longdouble.c: Likewise.
200
201 2017-11-21 Pedro Alves <palves@redhat.com>
202
203 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
204
205 2017-11-20 Pedro Alves <palves@redhat.com>
206
207 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
208 (long_double_typedef): New typedefs.
209 Use DEF on double and long double.
210 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
211 cases.
212 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
213 and 'long_double_ptr_same_size' locals. Use them to decide
214 whether cast from array/function to float is valid/invalid.
215
216 2017-11-17 Tom Tromey <tom@tromey.com>
217
218 * gdb.rust/traits.rs: New file.
219 * gdb.rust/traits.exp: New file.
220
221 2017-11-17 Joel Brobecker <brobecker@adacore.com>
222
223 * gdb.ada/minsyms: New testcase.
224
225 2017-11-16 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
228 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
229
230 2017-11-16 Pedro Alves <palves@redhat.com>
231
232 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
233 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
234
235 2017-11-16 Pedro Alves <palves@redhat.com>
236
237 * gdb.server/reconnect-ctrl-c.c: New file.
238 * gdb.server/reconnect-ctrl-c.exp: New file.
239
240 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
241
242 * gdb.python/py-rbreak.exp: New file.
243 * gdb.python/py-rbreak.c: New file.
244 * gdb.python/py-rbreak-func2.c: New file.
245
246 2017-11-16 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
249 pattern.
250 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
251 GDB.
252
253 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
254
255 * gdb.tui/completionn.exp (test_tab_completion): Add space in
256 regex.
257
258 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
259
260 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
261 test names.
262
263 2017-11-09 Pedro Alves <palves@redhat.com>
264
265 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
266 factored out from ...
267 (top level): ... here, and adjusted to avoid expecting beyond the
268 prompt in a single gdb_test_multiple.
269
270 2017-11-09 Pedro Alves <palves@redhat.com>
271
272 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
273 output.
274 * gdb.server/ext-attach.exp ("kill" test): Likewise.
275 * gdb.server/ext-restart.exp ("kill" test): Likewise.
276 * gdb.server/ext-run.exp ("kill" test): Likewise.
277 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
278
279 2017-11-09 Pedro Alves <palves@redhat.com>
280
281 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
282 match till end of line.
283
284 2017-11-09 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/memattr.exp: Tighten regexes to match the end line.
287
288 2017-11-09 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
291 New procedures, factored out from ...
292 (top level): ... here, and adjusted to avoid expecting beyond the
293 prompt in one go.
294
295 2017-11-09 Pedro Alves <palves@redhat.com>
296
297 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
298 output. Fix '?' match.
299
300 2017-11-08 Joel Brobecker <brobecker@adacore.com>
301
302 * gdb.ada/scoped_watch: New testcase.
303 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
304 which is actually correct.
305 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
306 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
307
308 2017-11-08 Pedro Alves <palves@redhat.com>
309
310 * gdb.gdb/complaints.exp (test_initial_complaints)
311 (test_serial_complaints, test_short_complaints): Call
312 complaint_internal instead of complaint.
313
314 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
315
316 * gdb.threads/tls-core.c: New file.
317 * gdb.threads/tls-core.exp: Likewise.
318
319 2017-11-08 Pedro Alves <palves@redhat.com>
320
321 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
322 (p Exported_Capitalized): New test.
323 (p exported_capitalized): New test.
324
325 2017-11-07 Pedro Alves <palves@redhat.com>
326
327 * gdb.cp/ena-dis-br-range.exp: Add more tests.
328
329 2017-11-07 Pedro Alves <palves@redhat.com>
330
331 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
332 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
333 (disable_invalid, disable_inverted, disable_negative): New
334 procedures.
335 ("bad numbers"): New set of tests.
336
337 2017-11-07 Pedro Alves <palves@redhat.com>
338
339 * gdb.cp/ena-dis-br-range.exp: Add tests.
340
341 2017-11-07 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
344
345 2017-11-07 Xavier Roirand <roirand@adacore.com>
346 Pedro Alves <palves@redhat.com>
347
348 * gdb.base/ena-dis-br.exp: Add reference to
349 gdb.cp/ena-dis-br-range.exp.
350 * gdb.cp/ena-dis-br-range.exp: New file.
351 * gdb.cp/ena-dis-br-range.cc: New file.
352
353 2017-11-06 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/attach-non-pgrp-leader.c: New.
356 * gdb.base/attach-non-pgrp-leader.exp: New.
357
358 2017-11-06 Pedro Alves <palves@redhat.com>
359
360 * configure.ac: No longer check for termio.h and sgtty.h.
361 * configure: Regenerate.
362 * remote-utils.c: Include termios.h instead of gdb_termios.h.
363 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
364 Remove termio and sgtty code.
365
366 2017-11-03 Yao Qi <yao.qi@linaro.org>
367
368 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
369 in GDB is disabled.
370
371 2017-11-03 Yao Qi <yao.qi@linaro.org>
372
373 * gdb.python/py-thrhandle.exp: Skip it if python is not
374 enabled.
375
376 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
377
378 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
379 as a breakpoint command.
380
381 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
382
383 PR python/21213
384 * gdb.python/py-infthread.exp: Test calling
385 InferiorThread.inferior () multiple times in a row.
386
387 2017-10-27 Keith Seitz <keiths@redhat.com>
388
389 * gdb.opt/inline-break.exp (break_info_1): New procedure.
390 Test "info break" for every inlined function breakpoint.
391
392 2017-10-27 Yao Qi <yao.qi@linaro.org>
393
394 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
395
396 2017-10-26 Patrick Frants <osscontribute@gmail.com>
397
398 * gdb.cp/classes.exp (test_static_members): Test printing
399 Outer::instance.
400 * gdb.cp/classes.c (struct Inner, struct Outer): New.
401 (Inner::instance, Outer::instance): New.
402
403 2017-10-24 Pedro Alves <palves@redhat.com>
404
405 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
406 extra console" test in two stages.
407
408 2017-10-24 Pedro Alves <palves@redhat.com>
409
410 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
411
412 2017-10-24 Pedro Alves <palves@redhat.com>
413
414 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
415 loop.
416
417 2017-10-24 Pedro Alves <palves@redhat.com>
418
419 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
420 $attempt" and "stoppedtry $stoppedtry" test prefixes.
421
422 2017-10-24 Pedro Alves <palves@redhat.com>
423
424 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
425 parameter and handle it. Don't output read value in test name.
426
427 2017-10-24 Pedro Alves <palves@redhat.com>
428
429 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
430 custom test name.
431
432 2017-10-24 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
435 include the unstable output directory name in the test's name.
436 (initial_setup_simple) <'set args'>: Use custom test name.
437
438 2017-10-24 Pedro Alves <palves@redhat.com>
439
440 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
441 with explicit test name.
442
443 2017-10-20 Pedro Alves <palves@redhat.com>
444
445 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
446 'wait -i'. Use gdb_assert and remote_close.
447
448 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
451 number from variable rather than hard-coded.
452
453 2017-10-19 Pedro Alves <palves@redhat.com>
454
455 * gdb.base/long-inferior-output.c: New file.
456 * gdb.base/long-inferior-output.exp: New file.
457
458 2017-11-18 Keith Seitz <keiths@redhat.com>
459
460 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
461 method.
462 (main): Call it.
463 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
464 Add additional user-defined conversion operator tests.
465
466 2017-10-17 Pedro Alves <palves@redhat.com>
467
468 * boards/native-stdio-gdbserver.exp: Load "local-board".
469
470 2017-10-17 Pedro Alves <palves@redhat.com>
471
472 * gdb.base/quit-live.c: New file.
473 * gdb.base/quit-live.exp: New file.
474
475 2017-10-16 Keith Seitz <keiths@redhat.com>
476
477 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
478 (class_with_protected_typedef, class_with_private_typedef)
479 (struct_with_public_typedef, struct_with_protected_typedef)
480 (struct_with_private_typedef): New classes/structs.
481 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
482 typedefs and access specifiers.
483
484 2017-10-16 Pedro Alves <palves@redhat.com>
485 Simon Marchi <simon.marchi@polymtl.ca>
486
487 * README (Local vs Remote vs Native): New section.
488 * boards/local-board.exp: New file, with bits factored out from
489 ...
490 * boards/native-extended-gdbserver.exp: ... here. Load
491 "local-board".
492 * boards/native-gdbserver.exp: Load "local-board".
493 (${board}_spawn, ${board}_exec): Delete.
494 * boards/native-stdio-gdbserver.exp: Most contents factored out to
495 ...
496 * boards/stdio-gdbserver-base.exp: ... this new file.
497 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
498 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
499 procedure.
500 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
501 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
502 stdio_gdbserver_command.
503 (${board}_get_remote_address, ${board}_get_comm_port)
504 (${board}_download, ${board}_upload): Delete.
505 (get_target_remote_pipe_cmd): New.
506
507 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
508
509 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
510 test_bkpt_deletion, test_bkpt_cond_and_cmds,
511 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
512 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
513 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
514 remove with_test_prefix.
515
516 2017-10-13 Pedro Alves <palves@redhat.com>
517
518 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
519 * gdb.base/annota1.exp: Use it instead of is_remote.
520 * gdb.base/annota3.exp: Use it instead of is_remote.
521 * gdb.cp/annota2.exp: Use it instead of is_remote.
522 * gdb.cp/annota3.exp: Use it instead of is_remote.
523 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
524
525 2017-10-13 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
528 (test_num_test_vars, run_and_count_vars, find_env)
529 (test_set_unset_env, test_inherit_env_var): New procedures.
530 (top level): Use them.
531
532 2017-10-13 Pedro Alves <palves@redhat.com>
533
534 * lib/selftest-support.exp (selftest_setup): Extend comments, and
535 also skip on stub-like targets.
536
537 2017-10-13 Pedro Alves <palves@redhat.com>
538
539 PR gdb/22293
540 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
541 (top level): Move some tests to ...
542 (test_not_found): ... this new procedure.
543 (top level): Call it.
544
545 2017-10-13 Pedro Alves <palves@redhat.com>
546
547 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
548 expect different "info terminal" output if testing with a
549 non-native target.
550
551 2017-10-13 Pedro Alves <palves@redhat.com>
552 Simon Marchi <simon.marchi@polymtl.ca>
553
554 PR python/12966
555 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
556
557 2017-10-13 Pedro Alves <palves@redhat.com>
558
559 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
560 already.
561
562 2017-10-13 Pedro Alves <palves@redhat.com>
563
564 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
565 is_remote.
566
567 2017-10-13 Pedro Alves <palves@redhat.com>
568
569 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
570 is_remote.
571
572 2017-10-13 Pedro Alves <palves@redhat.com>
573
574 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
575 is set.
576 (corefile_test_attach): Likewise. Check can_spawn_for_attach
577 instead of is_remote.
578
579 2017-10-13 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
582 (top level): Add comment.
583
584 2017-10-13 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/remote.exp (top level): Fix comment typo and add
587 missing return.
588
589 2017-10-13 Pedro Alves <palves@redhat.com>
590 Simon Marchi <simon.marchi@polymtl.ca>
591
592 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
593 calls and add comments. Skip test if use_gdb_stub is set.
594 (top level): Use "set cwd" command instead of "cd" command.
595
596 2017-10-13 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
599 is_remote target check.
600
601 2017-10-13 Pedro Alves <palves@redhat.com>
602
603 * gdb.base/scope.exp: Use build_executable + clean_restart +
604 gdb_file_cmd instead of prepare_for_testing and no longer skip
605 "before run" tests on is_remote target boards. Update comments.
606 * boards/native-extended-gdbserver.exp
607 (extended_gdbserver_load_last_file): New, factored out from ...
608 (gdb_load): ... this. Move further below and add comment.
609 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
610
611 2017-10-12 Pedro Alves <palves@redhat.com>
612
613 * gdb.base/attach.exp: Remove references to gdb64.
614 * gdb.base/dbx.exp: Remove references to gdb64.
615
616 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
617 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/label.exp: Remove is_remote target check.
620
621 2017-10-12 Pedro Alves <palves@redhat.com>
622
623 * gdb.base/auvx.exp (coredir): Update comment.
624 (top level) <core_works>: Use "set cwd" command instead of "cd"
625 command.
626
627 2017-10-12 Pedro Alves <palves@redhat.com>
628 Simon Marchi <simon.marchi@polymtl.ca>
629
630 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
631 target boards.
632
633 2017-10-12 Pedro Alves <palves@redhat.com>
634 Simon Marchi <simon.marchi@polymtl.ca>
635
636 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
637 Instead skip if there's any gdb_protocol set.
638
639 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
640 Pedro Alves <palves@redhat.com>
641
642 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
643
644 2017-10-12 Pedro Alves <palves@redhat.com>
645 Simon Marchi <simon.marchi@polymtl.ca>
646
647 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
648 instead of on dejagnu remote boards.
649
650 2017-10-12 Pedro Alves <palves@redhat.com>
651 Simon Marchi <simon.marchi@polymtl.ca>
652
653 * gdb.base/inferior-died.exp: Remove is_remote and isnative
654 checks. Use build_executable + clean_restart instead of
655 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
656 of enabling non-stop after starting gdb.
657
658 2017-10-12 Pedro Alves <palves@redhat.com>
659
660 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
661 * gdb.threads/non-ldr-exc-2.exp: Ditto.
662 * gdb.threads/non-ldr-exc-3.exp: Ditto.
663 * gdb.threads/non-ldr-exc-4.exp: Ditto.
664
665 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
666
667 * gdb.arch/arc-tdesc-cpu.exp: New file.
668 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
669
670 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
671
672 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
673
674 2017-10-10 Pedro Alves <palves@redhat.com>
675
676 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
677 expect CLI output.
678
679 2017-10-10 Pedro Alves <palves@redhat.com>
680
681 * lib/selftest-support.exp (selftest_setup): Update for
682 captured_command_loop's prototype change.
683
684 2017-10-09 Pedro Alves <palves@redhat.com>
685
686 Test both arch1=>arch2 and arch2=>arch1.
687
688 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
689 (srcfile2, binfile2, march1, march2): Remove globals. Largely
690 factored out to...
691 (append_arch1_options, append_arch2_options, append_arch_options)
692 (build_executables): New procedures.
693 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
694 local.
695 (top level): Add new 'first_arch' testing axis.
696
697 2017-10-09 Pedro Alves <palves@redhat.com>
698
699 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
700 (barrier): New.
701 (thread_start, all_started): New functions.
702 (main): Spawn new thread and wait until it is scheduled.
703 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
704 option.
705 (do_test): Add 'selected_thread' parameter. Run to all_started
706 instead of main. Explicitly set the breakpoint at main. Switch
707 to the SELECTED_THREAD thread.
708 (top level): Test handling the exec event with either the main
709 thread or the second thread selected.
710
711 2017-10-09 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
714 logic. Move STOP marker after the value checks.
715 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
716 regexp.
717
718 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
719
720 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
721
722 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
723
724 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
725 integer-to-dfp conversion.
726 * gdb.base/dfp-test.exp: Likewise.
727
728 2017-10-04 Pedro Alves <palves@redhat.com>
729
730 * gdb.multi/hangout.c: Include <unistd.h>.
731 (hangout_loop): New function.
732 (main): Call alarm. Call hangout_loop in a loop.
733 * gdb.multi/hello.c: Include <unistd.h>.
734 (hello_loop): New function.
735 (main): Call alarm. Call hangout_loop in a loop.
736 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
737 inferior with the other selected.
738
739 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
740
741 * gdb.mi/list-thread-groups-available.exp: New file.
742 * gdb.mi/list-thread-groups-available.c: New file.
743
744 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
745
746 * gdb.base/set-cwd.exp: Make it available on
747 native-extended-gdbserver.
748
749 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
750
751 * gdb.base/set-cwd.c: New file.
752 * gdb.base/set-cwd.exp: Likewise.
753
754 2017-10-02 Tom Tromey <tom@tromey.com>
755
756 PR rust/22236:
757 * gdb.rust/simple.rs (main): New variable "fslice".
758 * gdb.rust/simple.exp: Add slice tests. Update string tests.
759
760 2017-10-02 Tom Tromey <tom@tromey.com>
761
762 * gdb.rust/simple.exp: Test ptype of a slice.
763
764 2017-10-02 Tom Tromey <tom@tromey.com>
765
766 * gdb.rust/simple.exp: Test index of slice.
767
768 2017-09-27 Tom Tromey <tom@tromey.com>
769
770 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
771
772 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
773 Pedro Alves <palves@redhat.com>
774
775 * gdb.base/compare-sections.exp (get value of read-only section): Read
776 as unsigned value.
777 (corrupt read-only section): Likewise and don't set written if patching
778 failed.
779
780 2017-09-21 Kevin Buettner <kevinb@redhat.com>
781
782 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
783 files.
784
785 2017-09-20 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
788 symbol names in gdb's output.
789 * gdb.cp/overload.exp ("list all overloads"): Likewise.
790
791 2017-09-20 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
794 Rename to ...
795 (test_list_ambiguous_symbol): ... this and add a symbol name
796 parameter. Adjust.
797 (test_list_ambiguous_function): Reimplement on top of
798 test_list_ambiguous_symbol and also test listing ambiguous
799 variables.
800 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
801 (ambiguous_fun): ... this.
802 (ambiguous_var): New.
803 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
804 (ambiguous_fun): ... this.
805 (ambiguous_var): New.
806
807 2017-09-19 John Baldwin <jhb@FreeBSD.org>
808
809 * gdb.base/starti.c: New file.
810 * gdb.base/starti.exp: New file.
811 * lib/gdb.exp (gdb_starti_cmd): New procedure.
812
813 2017-09-14 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
816 (top level): Use it instead of runto.
817
818 2017-09-11 Tom Tromey <tom@tromey.com>
819
820 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
821
822 2017-09-11 Tom Tromey <tom@tromey.com>
823
824 * gdb.python/py-infthread.exp: Add tests for new_thread event.
825 * gdb.python/py-inferior.exp: Add tests for new inferior events.
826
827 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
828
829 * gdb.fortran/printing-types.exp: New file.
830 * gdb.fortran/printing-types.exp: New file.
831
832 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
833
834 * gdb.fortran/vla-ptype.exp: Fix typos.
835 * gdb.fortran/vla-value.exp: Same.
836
837 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
838
839 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
840 * gdb.mi/mi-var-child-f.exp: Likewise.
841 * gdb.mi/mi-vla-fortran.exp: Likewise.
842
843 2017-09-08 Frank Penczek <frank.penczek@intel.com>
844 Christoph Weinmann <christoph.t.weinmann@intel.com>
845 Bernhard Heckel <bernhard.heckel@intel.com>
846
847 * gdb.fortran/ptr-indentation.f90: New file.
848 * gdb.fortran/ptr-indentation.exp: New file.
849
850 2017-09-05 Tom Tromey <tom@tromey.com>
851
852 PR gdb/22010:
853 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
854
855 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
856
857 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
858
859 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * gdb.threads/tls-nodebug-pie.c: New file.
862 * gdb.threads/tls-nodebug-pie.exp: New file.
863
864 2017-09-05 Tom Tromey <tom@tromey.com>
865
866 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
867 for rust.
868
869 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
870
871 * gdb.multi/multi-arch-exec.exp: Test with different
872 "follow-exec-mode" settings.
873 (do_test): New procedure.
874
875 2017-09-04 Pedro Alves <palves@redhat.com>
876
877 * gdb.base/func-static.c (S::method const, S::method volatile)
878 (S::method volatile const): New methods.
879 (c_s, v_s, cv_s): New instances.
880 (main): Call method() on them.
881 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
882 (cannot_resolve): New procedure.
883 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
884 print-quote-unquoted columns.
885 (do_test): Test printing each scope too.
886
887 2017-09-04 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/local-static.exp: Also test with
890 class::method::variable wholly quoted.
891 * gdb.cp/m-static.exp (class::method::variable): Remove test.
892
893 2017-09-04 Pedro Alves <palves@redhat.com>
894
895 * gdb.base/local-static.c: New.
896 * gdb.base/local-static.cc: New.
897 * gdb.base/local-static.exp: New.
898
899 2017-09-04 Pedro Alves <palves@redhat.com>
900
901 * gdb.asm/asm-source.exp: Add casts to int.
902 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
903 (dataglobal64_1, dataglobal64_2): New globals.
904 * gdb.base/nodebug.exp: Test different expressions involving the
905 new globals, with print, whatis and ptype. Add casts to int.
906 * gdb.base/solib-display.exp: Add casts to int.
907 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
908 * gdb.cp/m-static.exp: Add cast to int.
909 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
910 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
911 tls variable with no debug info without a cast. Test with a cast
912 to int too.
913 * gdb.trace/entry-values.exp: Add casts.
914
915 2017-09-04 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/nodebug.exp: Test that ptype's error about functions
918 with unknown return type includes the function name too.
919
920 2017-09-04 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
923 return type of munmap in infcall.
924 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
925 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
926 type of ftell in infcall.
927 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
928 type of getpid in infcall.
929 * gdb.base/infcall-exec.exp: Cast return type of execlp in
930 infcall.
931 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
932 Bail on failure to extract the pid.
933 * gdb.base/nodebug.c: #include <stdint.h>.
934 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
935 New functions.
936 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
937 Change expected output of print/whatis/ptype with functions with
938 no debug info. Test all supported languages. Call
939 test_call_promotion.
940 * gdb.compile/compile.exp: Adjust expected output to expect
941 warning.
942 * gdb.threads/siginfo-threads.exp: Likewise.
943
944 2017-09-04 Pedro Alves <palves@redhat.com>
945
946 * gdb.base/callfuncs.exp (do_function_calls): New parameter
947 "prototypes". Test calling float functions via prototyped and
948 unprototyped function pointers.
949 (perform_all_tests): New parameter "prototypes". Pass it down.
950 (top level): Pass down "prototypes" parameter to
951 perform_all_tests.
952
953 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
954
955 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
956 Test with nested loops.
957
958 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
959
960 * gdb.base/commands.exp: Call the new procedures.
961 (loop_break_test, loop_continue_test): New procedures.
962
963 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
964
965 * gdb.base/commands.exp: Call new procedure.
966 (define_if_without_arg_test): New procedure.
967
968 2017-09-04 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/list-ambiguous.exp: New file.
971 * gdb.base/list-ambiguous0.c: New file.
972 * gdb.base/list-ambiguous1.c: New file.
973 * gdb.base/list.exp (test_list_range): Adjust expected output.
974
975 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
976
977 * gdb.base/share-env-with-gdbserver.c: New file.
978 * gdb.base/share-env-with-gdbserver.exp: Likewise.
979
980 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
981
982 * gdb.base/commands.exp (gdbvar_simple_if_test,
983 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
984 progvar_simple_if_test, progvar_simple_while_test,
985 progvar_complex_if_while_test, user_defined_command_test,
986 user_defined_command_args_eval,
987 user_defined_command_args_stack_test,
988 user_defined_command_manyargs_test, bp_deleted_in_command_test,
989 temporary_breakpoint_commands,
990 gdb_test_no_prompt, redefine_hook_test,
991 redefine_backtrace_test): Remove "global gdb_prompt".
992
993 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
994
995 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
996 New proc, call it from toplevel.
997
998 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
999
1000 PR remote/21852
1001 * gdb.server/normal.c: New file, copied from gdb.base.
1002 * gdb.server/run-without-local-binary.exp: New file.
1003
1004 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1005
1006 * gdb.arch/sparc64-adi.exp: New file.
1007 * gdb.arch/sparc64-adi.c: New file.
1008
1009 2017-08-22 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1012 (top level): Add "list all overloads" tests.
1013
1014 2017-08-22 Tom Tromey <tom@tromey.com>
1015
1016 * gdb.gdb/xfullpath.exp: Remove.
1017
1018 2017-08-21 Pedro Alves <palves@redhat.com>
1019
1020 PR gdb/19487
1021 * gdb.base/symbol-alias.c: New.
1022 * gdb.base/symbol-alias2.c: New.
1023 * gdb.base/symbol-alias.exp: New.
1024
1025 2017-08-21 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.base/dfp-test.c
1028 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1029 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1030 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1031 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1032 * gdb.base/whatis-ptype-typedefs.c: New.
1033 * gdb.base/whatis-ptype-typedefs.exp: New.
1034 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1035 (an_int, an_int_type, an_int_type2): New globals.
1036 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1037 involving typedefs and cast expressions.
1038 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1039 (lookup_typedefs_function): New.
1040 (typedefs_pretty_printers_dict): New.
1041 (top level): Register lookup_typedefs_function in
1042 gdb.pretty_printers.
1043
1044 2017-08-18 Yao Qi <yao.qi@linaro.org>
1045
1046 * gdb.server/unittest.exp: New.
1047
1048 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1049
1050 PR gdb/21954
1051 * gdb.base/environ.exp: Add test to check if 'unset environment'
1052 works.
1053
1054 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1055
1056 * lib/gdb.exp (universal_compile_options): New caching proc.
1057 (gdb_compile): Suppress GCC's coloring of messages.
1058
1059 2017-08-14 Tom Tromey <tom@tromey.com>
1060
1061 PR gdb/21675:
1062 * gdb.base/printcmds.exp (test_radices): New function.
1063 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1064 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1065 * lib/gdb.exp (get_integer_valueof): Use p/d.
1066
1067 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1068
1069 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1070 characters.
1071
1072 2017-08-05 Tom Tromey <tom@tromey.com>
1073
1074 * gdb.rust/simple.exp: Allow String to appear in a different
1075 namespace.
1076
1077 2017-07-26 Yao Qi <yao.qi@linaro.org>
1078
1079 * gdb.gdb/unittest.exp: Invoke command
1080 "maintenance check xml-descriptions".
1081
1082 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1083
1084 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1085 calling context.
1086 (hex128): Drop erroneous calculation of parameters.
1087
1088 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * gdb.python/py-unwind.exp: Disable stack protection when
1091 building test file.
1092
1093 2017-07-20 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.base/default.exp (set language): Adjust expected output.
1096
1097 2017-07-20 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1100 (test_minsym): ... this, and make static.
1101 (get_pck__foo__bar__minsym): Rename to ...
1102 (get_test_minsym): ... this.
1103 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1104 symbol names and comments.
1105 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1106 (get_test_minsym): ... this.
1107 (pck__foo__bar__minsym__2): Rename to ...
1108 (test_minsym): ... this.
1109 (main): Adjust.
1110
1111 2017-07-17 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.base/completion.exp: Adjust expected output.
1114 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1115 the completer works.
1116
1117 2017-07-17 Pedro Alves <palves@redhat.com>
1118
1119 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1120
1121 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1124
1125 2017-07-14 Tom Tromey <tom@tromey.com>
1126
1127 PR rust/21764:
1128 * gdb.rust/simple.exp: Add tests.
1129
1130 2017-07-14 Tom Tromey <tom@tromey.com>
1131
1132 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1133
1134 2017-07-14 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.linespec/base/one/thefile.cc (z1): New function.
1137 * gdb.linespec/base/two/thefile.cc (z2): New function.
1138 * gdb.linespec/linespec.exp: Add tests.
1139
1140 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1143 to mi_create_breakpoint.
1144
1145 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1148 mi_create_breakpoint.
1149
1150 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1151
1152 * gdb.dlang/demangle.exp: Update for demangling changes.
1153
1154 2017-07-09 Tom Tromey <tom@tromey.com>
1155
1156 * gdb.dwarf2/shortpiece.exp: New file.
1157
1158 2017-07-06 David Blaikie <dblaikie@gmail.com>
1159
1160 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1161 built from fissiont-multi-cu{1,2}.c.
1162 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1163 except putting 'main' and 'func' in separate CUs in the same DWO file.
1164 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1165 test.
1166 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1167 test.
1168
1169 2017-07-06 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.python/py-unwind.exp: Test flushregs.
1172
1173 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1174
1175 PR cli/21688
1176 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1177 tests for alias commands and trailing whitespace.
1178
1179 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1180
1181 PR cli/21688
1182 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1183 procedure. Call it.
1184
1185 2017-06-29 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/printcmds.exp: Add tests.
1188
1189 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1190
1191 PR gdb/21337
1192 * gdb.base/reread-readsym.exp: New file.
1193 * gdb.base/reread-readsym.c: New file.
1194
1195 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1196
1197 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1198 subpattern.
1199
1200 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1201
1202 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1203 extended mnemonic.
1204 * gdb.arch/powerpc-power9.s: Likewise.
1205
1206 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1207
1208 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1209 on 32-bit x86 targets. Exploit is_*_target macros where
1210 appropriate.
1211
1212 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1213
1214 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1215 register pieces.
1216
1217 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1218
1219 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1220 located in one or more DWARF pieces.
1221
1222 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1223
1224 * lib/gdb.exp (get_endianness): New proc.
1225 * gdb.arch/aarch64-fp.exp: Use it.
1226 * gdb.arch/altivec-regs.exp: Likewise.
1227 * gdb.arch/e500-regs.exp: Likewise.
1228 * gdb.arch/vsx-regs.exp: Likewise.
1229 * gdb.base/dump.exp: Likewise.
1230 * gdb.base/funcargs.exp: Likewise.
1231 * gdb.base/gnu_vector.exp: Likewise.
1232 * gdb.dwarf2/formdata16.exp: Likewise.
1233 * gdb.dwarf2/implptrpiece.exp: Likewise.
1234 * gdb.dwarf2/nonvar-access.exp: Likewise.
1235 * gdb.python/py-inferior.exp: Likewise.
1236 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1237
1238 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1239
1240 PR gdb/21226
1241 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1242 stack value pieces are taken from the LSB end.
1243
1244 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1245
1246 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1247 variable at nonzero offset.
1248
1249 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1250
1251 * gdb.dwarf2/var-access.c: New file.
1252 * gdb.dwarf2/var-access.exp: New test.
1253 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1254
1255 2017-06-12 Tom Tromey <tom@tromey.com>
1256
1257 * gdb.dwarf2/formdata16.exp: Add tests.
1258
1259 2017-06-12 Tom Tromey <tom@tromey.com>
1260
1261 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1262
1263 2017-06-12 Tom Tromey <tom@tromey.com>
1264
1265 PR exp/16225:
1266 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1267 * gdb.arch/vsx-regs.exp: Update tests.
1268 * gdb.arch/s390-vregs.exp (hex128): New proc.
1269 Update test.
1270 * gdb.arch/altivec-regs.exp: Update tests.
1271
1272 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1273
1274 * gdb.base/startup-with-shell.c: New file.
1275 * gdb.base/startup-with-shell.exp: Likewise.
1276
1277 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1278
1279 * gdb.server/non-existing-program.exp: Update regex in order to
1280 reflect the fact that gdbserver is now using fork_inferior (with a
1281 shell) to startup the inferior.
1282
1283 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1284
1285 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1286 support function calls from GDB.
1287
1288 2017-05-21 Tom Tromey <tom@tromey.com>
1289
1290 PR rust/21466:
1291 * gdb.rust/unsized.exp: New file.
1292 * gdb.rust/unsized.rs: New file.
1293
1294 2017-05-19 Tom Tromey <tom@tromey.com>
1295
1296 PR rust/21484:
1297 * gdb.rust/watch.exp: New file.
1298 * gdb.rust/watch.rs: New file.
1299
1300 2017-05-18 Tom Tromey <tom@tromey.com>
1301
1302 * gdb.rust/simple.exp: Allow Box to be qualified.
1303
1304 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1305
1306 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1307
1308 2017-05-18 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.base/fileio.c (test_write, test_read, test_close)
1311 (test_fstat): Don't print 'ret' in the fail path.
1312
1313 2017-05-18 Pedro Alves <palves@redhat.com>
1314
1315 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1316 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1317 (test_system, test_rename, test_unlink, test_time): Change
1318 prototypes.
1319 * gdb.base/fileio.exp (stop_msg): Adjust.
1320
1321 2017-05-18 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.base/fileio.c (null_str): New global.
1324 (test_stat): Use it.
1325 * gdb.base/fileio.exp: Remove nowarnings.
1326
1327 2017-05-17 Yao Qi <yao.qi@linaro.org>
1328
1329 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1330
1331 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1332
1333 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1334 argument command.
1335 (top-level): Invoke test_set_inferior_tty.
1336
1337 2017-05-04 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1340 Add parens to print call for Python 3.
1341
1342 2017-05-03 Keith Seitz <keiths@redhat.com>
1343
1344 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1345 (main): Call it.
1346
1347 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1348
1349 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1350 to prev and next.
1351
1352 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1353
1354 * gdb.python/py-record-btrace.exp: Remove test for
1355 gdb.BtraceInstruction.error.
1356
1357 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1358
1359 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1360
1361 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1362
1363 * gdb.python/py-record-btrace-threads.c: New file.
1364 * gdb.python/py-record-btrace-threads.exp: New file.
1365
1366 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1367
1368 PR testsuite/8595
1369 * gdb.base/environ.exp: Make test available in all architectures.
1370 Move bits related to "info program" testing to
1371 gdb.base/info-program.exp. Rewrite tests to use the two new
1372 procedures mentione below.
1373 (test_set_show_env_var) New procedure.
1374 (test_set_show_env_var_equal): Likewise.
1375 * gdb.base/info-program.exp: New file.
1376
1377 2017-04-27 Keith Seitz <keiths@redhat.com>
1378
1379 * gdb.cp/oranking.cc (test15): New function.
1380 (main): Call test15 and declare additional variables for testing.
1381 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1382 "p foo101('abc')" tests.
1383 Add tests for cv qualifier overloads.
1384 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1385 "lvalue reference overload" test.
1386 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1387 "print value of f1 on Child&& in f2" test.
1388
1389 2017-04-19 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1392 procedure.
1393 (top level): Call it.
1394 * lib/gdb.exp (gdb_define_cmd): New procedure.
1395
1396 2017-04-12 Pedro Alves <palves@redhat.com>
1397
1398 PR gdb/21323
1399 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1400 (wchar): New global.
1401 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1402 (do_test_wide_char, wide_char_types_no_program, top level): Add
1403 wchar_t testing.
1404
1405 2017-04-12 Pedro Alves <palves@redhat.com>
1406
1407 PR c++/21323
1408 * gdb.cp/wide_char_types.c: New file.
1409 * gdb.cp/wide_char_types.exp: New file.
1410
1411 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 PR gdb/21352
1414 * gdb.trace/tsv.exp: Add test for "tsave -r".
1415
1416 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1417
1418 * gdb.dlang/watch-loc.c: New file.
1419 * gdb.dlang/watch-loc.exp: New file.
1420
1421 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1422
1423 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1424
1425 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1426
1427 * gdb.arch/arc-analyze-prologue.S: New file.
1428 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1429
1430 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1431
1432 * gdb.arch/arc-decode-insn.S: New file.
1433 * gdb.arch/arc-decode-insn.exp: Likewise.
1434
1435 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1436
1437 PR tdep/20928
1438 * gdb.arch/sparc64-regs.exp: New file.
1439 * gdb.arch/sparc64-regs.S: Likewise.
1440
1441 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1442
1443 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1444 and memory view on Python 3.
1445
1446 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1447 Keith Seitz <keiths@redhat.com>
1448
1449 PR gdb/14441
1450 * gdb.cp/demangle.exp: Add rvalue reference tests.
1451 * gdb.cp/rvalue-ref-casts.cc: New file.
1452 * gdb.cp/rvalue-ref-casts.exp: New file.
1453 * gdb.cp/rvalue-ref-overload.cc: New file.
1454 * gdb.cp/rvalue-ref-overload.exp: New file.
1455 * gdb.cp/rvalue-ref-params.cc: New file.
1456 * gdb.cp/rvalue-ref-params.exp: New file.
1457 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1458 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1459 * gdb.cp/rvalue-ref-types.cc: New file.
1460 * gdb.cp/rvalue-ref-types.exp: New file.
1461 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1462 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1463
1464 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1465
1466 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1467 New procedure.
1468
1469 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1470
1471 * lib/mi-support.exp (mi_gdb_test): Add additional message
1472 for unexpected output.
1473
1474 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1475
1476 * gdb.base/examine-backward.c (Barrier): New character array
1477 constant, to ensure that TestStrings is preceded by a string
1478 terminator.
1479
1480 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1483 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1484 and implicit pointer into such a location.
1485
1486 2017-03-16 Doug Evans <dje@google.com>
1487
1488 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1489
1490 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1491
1492 * gdb.cp/m-static.exp: Fix expectation for prototype of
1493 test5.single_constructor and single_constructor::single_constructor.
1494
1495 2017-03-16 Doug Evans <dje@google.com>
1496
1497 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1498 * gdb.guile/scm-lazy-string.c: New file.
1499 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1500 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1501 for pointer, array, typedef lazy strings.
1502
1503 2017-03-16 Doug Evans <dje@google.com>
1504
1505 PR python/17728, python/18439, python/18779
1506 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1507 * gdb.python/py-lazy-string.c (pointer): New typedef.
1508 (main): New locals ptr, array, typedef_ptr.
1509 * gdb.python/py-value.exp: Move lazy string tests to ...
1510 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1511 array, typedef lazy strings.
1512
1513 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1514
1515 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1516 Add optional 'test' parameter.
1517
1518 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1519
1520 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1521 Skip for versions of DejaGnu < 1.5.
1522
1523 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1524
1525 * lib/gdb.exp (dejagnu_version): New proc.
1526 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1527 Use dejagnu_version.
1528
1529 2017-03-10 Keith Seitz <keiths@redhat.com>
1530
1531 PR c++/8128
1532 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1533 type from destructor regexps.
1534 Add a branch which actually passes the test.
1535 Adjust "ptype t5i" test names.
1536
1537 2017-03-08 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.base/step-over-exit.exp: Add explicit test message.
1540
1541 2017-03-08 Pedro Alves <palves@redhat.com>
1542
1543 PR gdb/18360
1544 * gdb.threads/interrupt-while-step-over.c: New file.
1545 * gdb.threads/interrupt-while-step-over.exp: New file.
1546
1547 2017-03-08 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1550 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1551
1552 2017-03-08 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1555 PKRU as not supported as a PASS.
1556
1557 2017-03-08 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1560 prefix instead of $binfile1/$binfile2.
1561 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1562 in test message.
1563 * gdb.python/py-completion.exp: Use "load python file" as test
1564 messages instead of unstable path names.
1565
1566 2017-03-08 Pedro Alves <palves@redhat.com>
1567 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 PR cli/21218
1570 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1571 New proc.
1572 (top level): Call it.
1573
1574 2017-03-08 Pedro Alves <palves@redhat.com>
1575
1576 PR tui/21216
1577 * gdb.tui/tui-nl-filtered-output.exp: New file.
1578
1579 2017-03-08 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/completion.exp: Move TUI completion tests to ...
1582 * gdb.tui/completion.exp: ... this new file.
1583
1584 2017-03-08 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/tui-disasm-long-lines.c,
1587 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1588 gdb.base/tui-layout.exp: Move to ...
1589 * gdb.tui/: ... this new directory.
1590
1591 2017-03-07 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.base/tui-layout.c: New file.
1594 * gdb.base/tui-layout.exp: New file.
1595
1596 2017-03-07 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.base/tui-layout.c: Rename to ...
1599 * gdb.base/tui-disasm-long-lines.c: ... this.
1600 * gdb.base/tui-layout.exp: Rename to ...
1601 * gdb.base/tui-disasm-long-lines.exp: ... this.
1602
1603 2017-03-07 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1606
1607 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1608
1609 * i386-mpx-call.c: New file.
1610 * i386-mpx-call.exp: New file.
1611
1612 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1613
1614 * gdb.arch/powerpc-power.exp: Delete test.
1615 * gdb.arch/powerpc-power.s: Likewise.
1616 * gdb.disasm/disassembler-options.exp: New test.
1617 * gdb.arch/powerpc-altivec.exp: Likewise.
1618 * gdb.arch/powerpc-altivec.s: Likewise.
1619 * gdb.arch/powerpc-altivec2.exp: Likewise.
1620 * gdb.arch/powerpc-altivec2.s: Likewise.
1621 * gdb.arch/powerpc-altivec3.exp: Likewise.
1622 * gdb.arch/powerpc-altivec3.s: Likewise.
1623 * gdb.arch/powerpc-power7.exp: Likewise.
1624 * gdb.arch/powerpc-power7.s: Likewise.
1625 * gdb.arch/powerpc-power8.exp: Likewise.
1626 * gdb.arch/powerpc-power8.s: Likewise.
1627 * gdb.arch/powerpc-power9.exp: Likewise.
1628 * gdb.arch/powerpc-power9.s: Likewise.
1629 * gdb.arch/powerpc-vsx.exp: Likewise.
1630 * gdb.arch/powerpc-vsx.s: Likewise.
1631 * gdb.arch/powerpc-vsx2.exp: Likewise.
1632 * gdb.arch/powerpc-vsx2.s: Likewise.
1633 * gdb.arch/powerpc-vsx3.exp: Likewise.
1634 * gdb.arch/powerpc-vsx3.s: Likewise.
1635 * gdb.arch/arm-disassembler-options.exp: Likewise.
1636 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1637 * gdb.arch/s390-disassembler-options.exp: Likewise.
1638
1639 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1640
1641 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1642 (check_supported_features): ... this. Changed return type to void.
1643 (supports_rdseed): New static global.
1644 (rdseed): Check supports_rdseed.
1645 (initialize): Call check_supported_features.
1646
1647 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1648
1649 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1650 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1651 and lqarx/stqcx.
1652 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1653 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1654
1655 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1656
1657 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1658 uppercase.
1659
1660 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 * gdb.dwarf2/formdata16.c: New file.
1663 * gdb.dwarf2/formdata16.exp: New file.
1664 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1665
1666 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1667
1668 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1669 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1670 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1671 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1672 DW_AT_GNU_*.
1673
1674 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1675
1676 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1677
1678 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1679
1680 PR gdb/21164
1681 * gdb.base/maint.exp: Add testcases for when the commands do
1682 not have arguments.
1683
1684 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1685
1686 * gdb.cp/chained-calls.exp: Use p instead of P.
1687
1688 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1689
1690 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1691 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1692
1693 2017-02-14 Tom Tromey <tom@tromey.com>
1694
1695 PR python/13598:
1696 * gdb.python/py-events.exp: Add before_prompt event tests.
1697
1698 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1699
1700 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1701
1702 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1703
1704 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1705 (main): Call my_unique_function_name.
1706 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1707 completion of patterns with a single match.
1708 Add missing -re switches to gdb_test_multiple calls.
1709
1710 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1711
1712 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1713 return if core file is not recognized.
1714
1715 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1716
1717 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1718 and extra UIs.
1719
1720 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1721
1722 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1723 proc_with_prefix.
1724
1725 2017-02-10 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1728
1729 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1730
1731 PR gdb/21122
1732 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1733
1734 2017-02-08 Jerome Guitton <guitton@adacore.com>
1735
1736 * gdb.base/define.exp: Add test for command abbreviations
1737 in define.
1738
1739 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
1740
1741 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1742 * gdb.reverse/insn-reverse-x86.c: New file.
1743
1744 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1745
1746 PR tdep/20936
1747 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1748
1749 2017-02-03 Tom Tromey <tom@tromey.com>
1750
1751 PR rust/21097:
1752 * gdb.rust/simple.exp: Add new tests.
1753
1754 2017-02-02 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1757 tests.
1758
1759 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1760
1761 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1762 taking a 2-byte value out of a 4-byte DWARF implicit value on
1763 big-endian targets.
1764 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1765 logic. Add test cases for DW_OP_implicit.
1766
1767 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1768
1769 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1770
1771 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1772
1773 * gdb.btrace/enable.exp: Call gdb_exit before
1774 skip_gdbserver_tests.
1775
1776 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1777
1778 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1779 GDBFLAGS.
1780
1781 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1782
1783 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1784 the test is skipped.
1785 * gdb.btrace/data.exp: Likewise.
1786 * gdb.btrace/delta.exp: Likewise.
1787 * gdb.btrace/dlopen.exp: Likewise.
1788 * gdb.btrace/enable-running.exp: Likewise.
1789 * gdb.btrace/enable.exp: Likewise.
1790 * gdb.btrace/exception.exp: Likewise.
1791 * gdb.btrace/function_call_history.exp: Likewise.
1792 * gdb.btrace/gcore.exp: Likewise.
1793 * gdb.btrace/instruction_history.exp: Likewise.
1794 * gdb.btrace/multi-thread-step.exp: Likewise.
1795 * gdb.btrace/nohist.exp: Likewise.
1796 * gdb.btrace/non-stop.exp: Likewise.
1797 * gdb.btrace/reconnect.exp: Likewise.
1798 * gdb.btrace/record_goto-step.exp: Likewise.
1799 * gdb.btrace/record_goto.exp: Likewise.
1800 * gdb.btrace/rn-dl-bind.exp: Likewise.
1801 * gdb.btrace/segv.exp: Likewise.
1802 * gdb.btrace/step.exp: Likewise.
1803 * gdb.btrace/stepi.exp: Likewise.
1804 * gdb.btrace/tailcall-only.exp: Likewise.
1805 * gdb.btrace/tailcall.exp: Likewise.
1806 * gdb.btrace/tsx.exp: Likewise.
1807 * gdb.btrace/unknown_functions.exp: Likewise.
1808 * gdb.btrace/vdso.exp: Likewise.
1809
1810 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1811
1812 * gdb.btrace/enable-running.c: New.
1813 * gdb.btrace/enable-running.exp: New.
1814
1815 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1816
1817 * gdb.arch/amd64-gs_base.c: New file.
1818 * gdb.arch/amd64-gs_base.exp: New file.
1819
1820 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1821
1822 * lib/memory.exp: Remove spurious empty newlines.
1823
1824 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1825
1826 * gdb.python/py-bad-printers.exp: Load python file using "source".
1827 * gdb.python/py-events.exp: Likewise.
1828 * gdb.python/py-evsignal.exp: Likewise.
1829 * gdb.python/py-evthreads.exp: Likewise.
1830 * gdb.python/py-frame-args.exp: Likewise.
1831 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1832 * gdb.python/py-framefilter-mi.exp: Likewise.
1833 * gdb.python/py-framefilter.exp: Likewise.
1834 * gdb.python/py-mi.exp: Likewise.
1835 * gdb.python/py-pp-maint.exp: Likewise.
1836 * gdb.python/py-pp-registration.exp: Likewise.
1837 * gdb.python/py-prettyprint.exp: Likewise.
1838 (run_lang_tests): Likewise.
1839 * gdb.python/py-typeprint.exp: Likewise.
1840
1841 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1842
1843 * lib/memory.exp: New file.
1844 * lib/gdb.exp: Load memory.exp.
1845 * gdb.base/memattr.exp (delete_memory): Move proc to
1846 lib/memory.exp and rename to delete_memory_regions.
1847 Replace delete_memory with delete_memory_regions.
1848 Cleanup memory regions before tests.
1849 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1850 before tests.
1851
1852 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1853
1854 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1855 files.
1856 (initialize): New function conditionally defined.
1857 (testcases): Move within conditional block.
1858 (main): Call initialize.
1859 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1860 of gdb.reverse/insn-reverse.c.
1861 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1862 gdb.reverse/insn-reverse.c.
1863
1864 2017-01-26 Yao Qi <yao.qi@linaro.org>
1865
1866 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1867 disassemble on address 0.
1868
1869 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1870 Yao Qi <yao.qi@linaro.org>
1871
1872 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1873 * gdb.dwarf2/implptr-64bit.S: Remove.
1874 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1875 variables in caller's context. Add DW_OP_implicit_value.
1876
1877 2017-01-25 Yao Qi <yao.qi@linaro.org>
1878
1879 * lib/dwarf.exp (Dwarf::_location): Handle
1880 DW_OP_GNU_implicit_pointer with proper size.
1881
1882 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1883
1884 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1885 and add untested calls.
1886
1887 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1888
1889 * gdb.python/python.exp: Check line number against what GDB thinks
1890 the line number is for func1.
1891
1892 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1893
1894 * gdb.dlang/debug-expr.exp: New file.
1895
1896 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1897
1898 Fix test names for the following files:
1899
1900 * gdb.ada/exec_changed.exp
1901 * gdb.ada/info_types.exp
1902 * gdb.arch/aarch64-atomic-inst.exp
1903 * gdb.arch/aarch64-fp.exp
1904 * gdb.arch/altivec-abi.exp
1905 * gdb.arch/altivec-regs.exp
1906 * gdb.arch/amd64-byte.exp
1907 * gdb.arch/amd64-disp-step.exp
1908 * gdb.arch/amd64-dword.exp
1909 * gdb.arch/amd64-entry-value-inline.exp
1910 * gdb.arch/amd64-entry-value-param.exp
1911 * gdb.arch/amd64-entry-value-paramref.exp
1912 * gdb.arch/amd64-entry-value.exp
1913 * gdb.arch/amd64-i386-address.exp
1914 * gdb.arch/amd64-invalid-stack-middle.exp
1915 * gdb.arch/amd64-invalid-stack-top.exp
1916 * gdb.arch/amd64-optimout-repeat.exp
1917 * gdb.arch/amd64-prologue-skip.exp
1918 * gdb.arch/amd64-prologue-xmm.exp
1919 * gdb.arch/amd64-stap-special-operands.exp
1920 * gdb.arch/amd64-stap-wrong-subexp.exp
1921 * gdb.arch/amd64-tailcall-cxx.exp
1922 * gdb.arch/amd64-tailcall-noret.exp
1923 * gdb.arch/amd64-tailcall-ret.exp
1924 * gdb.arch/amd64-tailcall-self.exp
1925 * gdb.arch/amd64-word.exp
1926 * gdb.arch/arm-bl-branch-dest.exp
1927 * gdb.arch/arm-disp-step.exp
1928 * gdb.arch/arm-neon.exp
1929 * gdb.arch/arm-single-step-kernel-helper.exp
1930 * gdb.arch/avr-flash-qualifier.exp
1931 * gdb.arch/disp-step-insn-reloc.exp
1932 * gdb.arch/e500-abi.exp
1933 * gdb.arch/e500-regs.exp
1934 * gdb.arch/ftrace-insn-reloc.exp
1935 * gdb.arch/i386-avx512.exp
1936 * gdb.arch/i386-bp_permanent.exp
1937 * gdb.arch/i386-byte.exp
1938 * gdb.arch/i386-cfi-notcurrent.exp
1939 * gdb.arch/i386-disp-step.exp
1940 * gdb.arch/i386-dr3-watch.exp
1941 * gdb.arch/i386-float.exp
1942 * gdb.arch/i386-gnu-cfi.exp
1943 * gdb.arch/i386-mpx-map.exp
1944 * gdb.arch/i386-mpx-sigsegv.exp
1945 * gdb.arch/i386-mpx-simple_segv.exp
1946 * gdb.arch/i386-mpx.exp
1947 * gdb.arch/i386-permbkpt.exp
1948 * gdb.arch/i386-prologue.exp
1949 * gdb.arch/i386-signal.exp
1950 * gdb.arch/i386-size-overlap.exp
1951 * gdb.arch/i386-unwind.exp
1952 * gdb.arch/i386-word.exp
1953 * gdb.arch/mips-fcr.exp
1954 * gdb.arch/powerpc-d128-regs.exp
1955 * gdb.arch/powerpc-stackless.exp
1956 * gdb.arch/ppc64-atomic-inst.exp
1957 * gdb.arch/s390-stackless.exp
1958 * gdb.arch/s390-tdbregs.exp
1959 * gdb.arch/s390-vregs.exp
1960 * gdb.arch/sparc-sysstep.exp
1961 * gdb.arch/thumb-bx-pc.exp
1962 * gdb.arch/thumb-singlestep.exp
1963 * gdb.arch/thumb2-it.exp
1964 * gdb.arch/vsx-regs.exp
1965 * gdb.asm/asm-source.exp
1966 * gdb.base/a2-run.exp
1967 * gdb.base/advance.exp
1968 * gdb.base/all-bin.exp
1969 * gdb.base/anon.exp
1970 * gdb.base/args.exp
1971 * gdb.base/arithmet.exp
1972 * gdb.base/async-shell.exp
1973 * gdb.base/async.exp
1974 * gdb.base/attach-pie-noexec.exp
1975 * gdb.base/attach-twice.exp
1976 * gdb.base/auto-load.exp
1977 * gdb.base/bang.exp
1978 * gdb.base/bitfields.exp
1979 * gdb.base/break-always.exp
1980 * gdb.base/break-caller-line.exp
1981 * gdb.base/break-entry.exp
1982 * gdb.base/break-inline.exp
1983 * gdb.base/break-on-linker-gcd-function.exp
1984 * gdb.base/break-probes.exp
1985 * gdb.base/break.exp
1986 * gdb.base/breakpoint-shadow.exp
1987 * gdb.base/call-ar-st.exp
1988 * gdb.base/call-sc.exp
1989 * gdb.base/call-signal-resume.exp
1990 * gdb.base/call-strs.exp
1991 * gdb.base/callfuncs.exp
1992 * gdb.base/catch-fork-static.exp
1993 * gdb.base/catch-gdb-caused-signals.exp
1994 * gdb.base/catch-load.exp
1995 * gdb.base/catch-signal-fork.exp
1996 * gdb.base/catch-signal.exp
1997 * gdb.base/catch-syscall.exp
1998 * gdb.base/charset.exp
1999 * gdb.base/checkpoint.exp
2000 * gdb.base/chng-syms.exp
2001 * gdb.base/code-expr.exp
2002 * gdb.base/code_elim.exp
2003 * gdb.base/commands.exp
2004 * gdb.base/completion.exp
2005 * gdb.base/complex.exp
2006 * gdb.base/cond-expr.exp
2007 * gdb.base/condbreak.exp
2008 * gdb.base/consecutive.exp
2009 * gdb.base/continue-all-already-running.exp
2010 * gdb.base/coredump-filter.exp
2011 * gdb.base/corefile.exp
2012 * gdb.base/dbx.exp
2013 * gdb.base/debug-expr.exp
2014 * gdb.base/define.exp
2015 * gdb.base/del.exp
2016 * gdb.base/disabled-location.exp
2017 * gdb.base/disasm-end-cu.exp
2018 * gdb.base/disasm-optim.exp
2019 * gdb.base/display.exp
2020 * gdb.base/duplicate-bp.exp
2021 * gdb.base/ena-dis-br.exp
2022 * gdb.base/ending-run.exp
2023 * gdb.base/enumval.exp
2024 * gdb.base/environ.exp
2025 * gdb.base/eu-strip-infcall.exp
2026 * gdb.base/eval-avoid-side-effects.exp
2027 * gdb.base/eval-skip.exp
2028 * gdb.base/exitsignal.exp
2029 * gdb.base/expand-psymtabs.exp
2030 * gdb.base/filesym.exp
2031 * gdb.base/find-unmapped.exp
2032 * gdb.base/finish.exp
2033 * gdb.base/float.exp
2034 * gdb.base/foll-exec-mode.exp
2035 * gdb.base/foll-exec.exp
2036 * gdb.base/foll-fork.exp
2037 * gdb.base/fortran-sym-case.exp
2038 * gdb.base/freebpcmd.exp
2039 * gdb.base/func-ptr.exp
2040 * gdb.base/func-ptrs.exp
2041 * gdb.base/funcargs.exp
2042 * gdb.base/gcore-buffer-overflow.exp
2043 * gdb.base/gcore-relro-pie.exp
2044 * gdb.base/gcore-relro.exp
2045 * gdb.base/gcore.exp
2046 * gdb.base/gdb1090.exp
2047 * gdb.base/gdb11530.exp
2048 * gdb.base/gdb11531.exp
2049 * gdb.base/gdb1821.exp
2050 * gdb.base/gdbindex-stabs.exp
2051 * gdb.base/gdbvars.exp
2052 * gdb.base/hbreak.exp
2053 * gdb.base/hbreak2.exp
2054 * gdb.base/included.exp
2055 * gdb.base/infcall-input.exp
2056 * gdb.base/inferior-died.exp
2057 * gdb.base/infnan.exp
2058 * gdb.base/info-macros.exp
2059 * gdb.base/info-os.exp
2060 * gdb.base/info-proc.exp
2061 * gdb.base/info-shared.exp
2062 * gdb.base/info-target.exp
2063 * gdb.base/infoline.exp
2064 * gdb.base/interp.exp
2065 * gdb.base/interrupt.exp
2066 * gdb.base/jit-reader.exp
2067 * gdb.base/jit-simple.exp
2068 * gdb.base/kill-after-signal.exp
2069 * gdb.base/kill-detach-inferiors-cmd.exp
2070 * gdb.base/label.exp
2071 * gdb.base/langs.exp
2072 * gdb.base/ldbl_e308.exp
2073 * gdb.base/line-symtabs.exp
2074 * gdb.base/linespecs.exp
2075 * gdb.base/list.exp
2076 * gdb.base/long_long.exp
2077 * gdb.base/longest-types.exp
2078 * gdb.base/maint.exp
2079 * gdb.base/max-value-size.exp
2080 * gdb.base/memattr.exp
2081 * gdb.base/mips_pro.exp
2082 * gdb.base/morestack.exp
2083 * gdb.base/moribund-step.exp
2084 * gdb.base/multi-forks.exp
2085 * gdb.base/nested-addr.exp
2086 * gdb.base/nextoverexit.exp
2087 * gdb.base/noreturn-finish.exp
2088 * gdb.base/noreturn-return.exp
2089 * gdb.base/nostdlib.exp
2090 * gdb.base/offsets.exp
2091 * gdb.base/opaque.exp
2092 * gdb.base/pc-fp.exp
2093 * gdb.base/permissions.exp
2094 * gdb.base/print-symbol-loading.exp
2095 * gdb.base/prologue-include.exp
2096 * gdb.base/psymtab.exp
2097 * gdb.base/ptype.exp
2098 * gdb.base/random-signal.exp
2099 * gdb.base/randomize.exp
2100 * gdb.base/range-stepping.exp
2101 * gdb.base/readline-ask.exp
2102 * gdb.base/recpar.exp
2103 * gdb.base/recurse.exp
2104 * gdb.base/relational.exp
2105 * gdb.base/restore.exp
2106 * gdb.base/return-nodebug.exp
2107 * gdb.base/return.exp
2108 * gdb.base/run-after-attach.exp
2109 * gdb.base/save-bp.exp
2110 * gdb.base/scope.exp
2111 * gdb.base/sect-cmd.exp
2112 * gdb.base/set-lang-auto.exp
2113 * gdb.base/set-noassign.exp
2114 * gdb.base/setvar.exp
2115 * gdb.base/sigall.exp
2116 * gdb.base/sigbpt.exp
2117 * gdb.base/siginfo-addr.exp
2118 * gdb.base/siginfo-infcall.exp
2119 * gdb.base/siginfo-obj.exp
2120 * gdb.base/siginfo.exp
2121 * gdb.base/signals-state-child.exp
2122 * gdb.base/signest.exp
2123 * gdb.base/sigstep.exp
2124 * gdb.base/sizeof.exp
2125 * gdb.base/skip.exp
2126 * gdb.base/solib-corrupted.exp
2127 * gdb.base/solib-nodir.exp
2128 * gdb.base/solib-search.exp
2129 * gdb.base/stack-checking.exp
2130 * gdb.base/stale-infcall.exp
2131 * gdb.base/stap-probe.exp
2132 * gdb.base/start.exp
2133 * gdb.base/step-break.exp
2134 * gdb.base/step-bt.exp
2135 * gdb.base/step-line.exp
2136 * gdb.base/step-over-exit.exp
2137 * gdb.base/step-over-syscall.exp
2138 * gdb.base/step-resume-infcall.exp
2139 * gdb.base/step-test.exp
2140 * gdb.base/store.exp
2141 * gdb.base/structs3.exp
2142 * gdb.base/sym-file.exp
2143 * gdb.base/symbol-without-target_section.exp
2144 * gdb.base/term.exp
2145 * gdb.base/testenv.exp
2146 * gdb.base/ui-redirect.exp
2147 * gdb.base/until.exp
2148 * gdb.base/unwindonsignal.exp
2149 * gdb.base/value-double-free.exp
2150 * gdb.base/vla-datatypes.exp
2151 * gdb.base/vla-ptr.exp
2152 * gdb.base/vla-sideeffect.exp
2153 * gdb.base/volatile.exp
2154 * gdb.base/watch-cond-infcall.exp
2155 * gdb.base/watch-cond.exp
2156 * gdb.base/watch-non-mem.exp
2157 * gdb.base/watch-read.exp
2158 * gdb.base/watch-vfork.exp
2159 * gdb.base/watchpoint-cond-gone.exp
2160 * gdb.base/watchpoint-delete.exp
2161 * gdb.base/watchpoint-hw-hit-once.exp
2162 * gdb.base/watchpoint-hw.exp
2163 * gdb.base/watchpoint-stops-at-right-insn.exp
2164 * gdb.base/watchpoints.exp
2165 * gdb.base/wchar.exp
2166 * gdb.base/whatis-exp.exp
2167 * gdb.btrace/buffer-size.exp
2168 * gdb.btrace/data.exp
2169 * gdb.btrace/delta.exp
2170 * gdb.btrace/dlopen.exp
2171 * gdb.btrace/enable.exp
2172 * gdb.btrace/exception.exp
2173 * gdb.btrace/function_call_history.exp
2174 * gdb.btrace/gcore.exp
2175 * gdb.btrace/instruction_history.exp
2176 * gdb.btrace/nohist.exp
2177 * gdb.btrace/reconnect.exp
2178 * gdb.btrace/record_goto-step.exp
2179 * gdb.btrace/record_goto.exp
2180 * gdb.btrace/rn-dl-bind.exp
2181 * gdb.btrace/segv.exp
2182 * gdb.btrace/step.exp
2183 * gdb.btrace/stepi.exp
2184 * gdb.btrace/tailcall-only.exp
2185 * gdb.btrace/tailcall.exp
2186 * gdb.btrace/tsx.exp
2187 * gdb.btrace/unknown_functions.exp
2188 * gdb.btrace/vdso.exp
2189 * gdb.compile/compile-ifunc.exp
2190 * gdb.compile/compile-ops.exp
2191 * gdb.compile/compile-print.exp
2192 * gdb.compile/compile-setjmp.exp
2193 * gdb.cp/abstract-origin.exp
2194 * gdb.cp/ambiguous.exp
2195 * gdb.cp/annota2.exp
2196 * gdb.cp/annota3.exp
2197 * gdb.cp/anon-ns.exp
2198 * gdb.cp/anon-struct.exp
2199 * gdb.cp/anon-union.exp
2200 * gdb.cp/arg-reference.exp
2201 * gdb.cp/baseenum.exp
2202 * gdb.cp/bool.exp
2203 * gdb.cp/breakpoint.exp
2204 * gdb.cp/bs15503.exp
2205 * gdb.cp/call-c.exp
2206 * gdb.cp/casts.exp
2207 * gdb.cp/chained-calls.exp
2208 * gdb.cp/class2.exp
2209 * gdb.cp/classes.exp
2210 * gdb.cp/cmpd-minsyms.exp
2211 * gdb.cp/converts.exp
2212 * gdb.cp/cp-relocate.exp
2213 * gdb.cp/cpcompletion.exp
2214 * gdb.cp/cpexprs.exp
2215 * gdb.cp/cplabel.exp
2216 * gdb.cp/cplusfuncs.exp
2217 * gdb.cp/cpsizeof.exp
2218 * gdb.cp/ctti.exp
2219 * gdb.cp/derivation.exp
2220 * gdb.cp/destrprint.exp
2221 * gdb.cp/dispcxx.exp
2222 * gdb.cp/enum-class.exp
2223 * gdb.cp/exception.exp
2224 * gdb.cp/exceptprint.exp
2225 * gdb.cp/expand-psymtabs-cxx.exp
2226 * gdb.cp/expand-sals.exp
2227 * gdb.cp/extern-c.exp
2228 * gdb.cp/filename.exp
2229 * gdb.cp/formatted-ref.exp
2230 * gdb.cp/fpointer.exp
2231 * gdb.cp/gdb1355.exp
2232 * gdb.cp/gdb2495.exp
2233 * gdb.cp/hang.exp
2234 * gdb.cp/impl-this.exp
2235 * gdb.cp/infcall-dlopen.exp
2236 * gdb.cp/inherit.exp
2237 * gdb.cp/iostream.exp
2238 * gdb.cp/koenig.exp
2239 * gdb.cp/local.exp
2240 * gdb.cp/m-data.exp
2241 * gdb.cp/m-static.exp
2242 * gdb.cp/mb-ctor.exp
2243 * gdb.cp/mb-inline.exp
2244 * gdb.cp/mb-templates.exp
2245 * gdb.cp/member-name.exp
2246 * gdb.cp/member-ptr.exp
2247 * gdb.cp/meth-typedefs.exp
2248 * gdb.cp/method.exp
2249 * gdb.cp/method2.exp
2250 * gdb.cp/minsym-fallback.exp
2251 * gdb.cp/misc.exp
2252 * gdb.cp/namelessclass.exp
2253 * gdb.cp/namespace-enum.exp
2254 * gdb.cp/namespace-nested-import.exp
2255 * gdb.cp/namespace.exp
2256 * gdb.cp/nextoverthrow.exp
2257 * gdb.cp/no-dmgl-verbose.exp
2258 * gdb.cp/non-trivial-retval.exp
2259 * gdb.cp/noparam.exp
2260 * gdb.cp/nsdecl.exp
2261 * gdb.cp/nsimport.exp
2262 * gdb.cp/nsnested.exp
2263 * gdb.cp/nsnoimports.exp
2264 * gdb.cp/nsrecurs.exp
2265 * gdb.cp/nsstress.exp
2266 * gdb.cp/nsusing.exp
2267 * gdb.cp/operator.exp
2268 * gdb.cp/oranking.exp
2269 * gdb.cp/overload-const.exp
2270 * gdb.cp/overload.exp
2271 * gdb.cp/ovldbreak.exp
2272 * gdb.cp/ovsrch.exp
2273 * gdb.cp/paren-type.exp
2274 * gdb.cp/parse-lang.exp
2275 * gdb.cp/pass-by-ref.exp
2276 * gdb.cp/pr-1023.exp
2277 * gdb.cp/pr-1210.exp
2278 * gdb.cp/pr-574.exp
2279 * gdb.cp/pr10687.exp
2280 * gdb.cp/pr12028.exp
2281 * gdb.cp/pr17132.exp
2282 * gdb.cp/pr17494.exp
2283 * gdb.cp/pr9067.exp
2284 * gdb.cp/pr9167.exp
2285 * gdb.cp/pr9631.exp
2286 * gdb.cp/printmethod.exp
2287 * gdb.cp/psmang.exp
2288 * gdb.cp/psymtab-parameter.exp
2289 * gdb.cp/ptype-cv-cp.exp
2290 * gdb.cp/ptype-flags.exp
2291 * gdb.cp/re-set-overloaded.exp
2292 * gdb.cp/ref-types.exp
2293 * gdb.cp/rtti.exp
2294 * gdb.cp/scope-err.exp
2295 * gdb.cp/shadow.exp
2296 * gdb.cp/smartp.exp
2297 * gdb.cp/static-method.exp
2298 * gdb.cp/static-print-quit.exp
2299 * gdb.cp/temargs.exp
2300 * gdb.cp/templates.exp
2301 * gdb.cp/try_catch.exp
2302 * gdb.cp/typedef-operator.exp
2303 * gdb.cp/typeid.exp
2304 * gdb.cp/userdef.exp
2305 * gdb.cp/using-crash.exp
2306 * gdb.cp/var-tag.exp
2307 * gdb.cp/virtbase.exp
2308 * gdb.cp/virtfunc.exp
2309 * gdb.cp/virtfunc2.exp
2310 * gdb.cp/vla-cxx.exp
2311 * gdb.disasm/t01_mov.exp
2312 * gdb.disasm/t02_mova.exp
2313 * gdb.disasm/t03_add.exp
2314 * gdb.disasm/t04_sub.exp
2315 * gdb.disasm/t05_cmp.exp
2316 * gdb.disasm/t06_ari2.exp
2317 * gdb.disasm/t07_ari3.exp
2318 * gdb.disasm/t08_or.exp
2319 * gdb.disasm/t09_xor.exp
2320 * gdb.disasm/t10_and.exp
2321 * gdb.disasm/t11_logs.exp
2322 * gdb.disasm/t12_bit.exp
2323 * gdb.disasm/t13_otr.exp
2324 * gdb.dlang/circular.exp
2325 * gdb.dwarf2/arr-stride.exp
2326 * gdb.dwarf2/arr-subrange.exp
2327 * gdb.dwarf2/atomic-type.exp
2328 * gdb.dwarf2/bad-regnum.exp
2329 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2330 * gdb.dwarf2/callframecfa.exp
2331 * gdb.dwarf2/clztest.exp
2332 * gdb.dwarf2/corrupt.exp
2333 * gdb.dwarf2/data-loc.exp
2334 * gdb.dwarf2/dup-psym.exp
2335 * gdb.dwarf2/dw2-anon-mptr.exp
2336 * gdb.dwarf2/dw2-anonymous-func.exp
2337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2338 * gdb.dwarf2/dw2-bad-unresolved.exp
2339 * gdb.dwarf2/dw2-basic.exp
2340 * gdb.dwarf2/dw2-canonicalize-type.exp
2341 * gdb.dwarf2/dw2-case-insensitive.exp
2342 * gdb.dwarf2/dw2-common-block.exp
2343 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2344 * gdb.dwarf2/dw2-compressed.exp
2345 * gdb.dwarf2/dw2-const.exp
2346 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2347 * gdb.dwarf2/dw2-cu-size.exp
2348 * gdb.dwarf2/dw2-dup-frame.exp
2349 * gdb.dwarf2/dw2-entry-value.exp
2350 * gdb.dwarf2/dw2-icycle.exp
2351 * gdb.dwarf2/dw2-ifort-parameter.exp
2352 * gdb.dwarf2/dw2-inline-break.exp
2353 * gdb.dwarf2/dw2-inline-param.exp
2354 * gdb.dwarf2/dw2-intercu.exp
2355 * gdb.dwarf2/dw2-intermix.exp
2356 * gdb.dwarf2/dw2-lexical-block-bare.exp
2357 * gdb.dwarf2/dw2-linkage-name-trust.exp
2358 * gdb.dwarf2/dw2-minsym-in-cu.exp
2359 * gdb.dwarf2/dw2-noloc.exp
2360 * gdb.dwarf2/dw2-op-call.exp
2361 * gdb.dwarf2/dw2-op-out-param.exp
2362 * gdb.dwarf2/dw2-opt-structptr.exp
2363 * gdb.dwarf2/dw2-param-error.exp
2364 * gdb.dwarf2/dw2-producer.exp
2365 * gdb.dwarf2/dw2-ranges-base.exp
2366 * gdb.dwarf2/dw2-ref-missing-frame.exp
2367 * gdb.dwarf2/dw2-reg-undefined.exp
2368 * gdb.dwarf2/dw2-regno-invalid.exp
2369 * gdb.dwarf2/dw2-restore.exp
2370 * gdb.dwarf2/dw2-restrict.exp
2371 * gdb.dwarf2/dw2-single-line-discriminators.exp
2372 * gdb.dwarf2/dw2-strp.exp
2373 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2374 * gdb.dwarf2/dw2-unresolved.exp
2375 * gdb.dwarf2/dw2-var-zero-addr.exp
2376 * gdb.dwarf2/dw4-sig-types.exp
2377 * gdb.dwarf2/dwz.exp
2378 * gdb.dwarf2/dynarr-ptr.exp
2379 * gdb.dwarf2/enum-type.exp
2380 * gdb.dwarf2/gdb-index.exp
2381 * gdb.dwarf2/implptr-64bit.exp
2382 * gdb.dwarf2/implptr-optimized-out.exp
2383 * gdb.dwarf2/implptr.exp
2384 * gdb.dwarf2/implref-array.exp
2385 * gdb.dwarf2/implref-const.exp
2386 * gdb.dwarf2/implref-global.exp
2387 * gdb.dwarf2/implref-struct.exp
2388 * gdb.dwarf2/mac-fileno.exp
2389 * gdb.dwarf2/main-subprogram.exp
2390 * gdb.dwarf2/member-ptr-forwardref.exp
2391 * gdb.dwarf2/method-ptr.exp
2392 * gdb.dwarf2/missing-sig-type.exp
2393 * gdb.dwarf2/nonvar-access.exp
2394 * gdb.dwarf2/opaque-type-lookup.exp
2395 * gdb.dwarf2/pieces-optimized-out.exp
2396 * gdb.dwarf2/pieces.exp
2397 * gdb.dwarf2/pr10770.exp
2398 * gdb.dwarf2/pr13961.exp
2399 * gdb.dwarf2/staticvirtual.exp
2400 * gdb.dwarf2/subrange.exp
2401 * gdb.dwarf2/symtab-producer.exp
2402 * gdb.dwarf2/trace-crash.exp
2403 * gdb.dwarf2/typeddwarf.exp
2404 * gdb.dwarf2/valop.exp
2405 * gdb.dwarf2/watch-notconst.exp
2406 * gdb.fortran/array-element.exp
2407 * gdb.fortran/charset.exp
2408 * gdb.fortran/common-block.exp
2409 * gdb.fortran/complex.exp
2410 * gdb.fortran/derived-type-function.exp
2411 * gdb.fortran/derived-type.exp
2412 * gdb.fortran/logical.exp
2413 * gdb.fortran/module.exp
2414 * gdb.fortran/multi-dim.exp
2415 * gdb.fortran/nested-funcs.exp
2416 * gdb.fortran/print-formatted.exp
2417 * gdb.fortran/subarray.exp
2418 * gdb.fortran/vla-alloc-assoc.exp
2419 * gdb.fortran/vla-datatypes.exp
2420 * gdb.fortran/vla-history.exp
2421 * gdb.fortran/vla-ptr-info.exp
2422 * gdb.fortran/vla-ptype-sub.exp
2423 * gdb.fortran/vla-ptype.exp
2424 * gdb.fortran/vla-sizeof.exp
2425 * gdb.fortran/vla-type.exp
2426 * gdb.fortran/vla-value-sub-arbitrary.exp
2427 * gdb.fortran/vla-value-sub-finish.exp
2428 * gdb.fortran/vla-value-sub.exp
2429 * gdb.fortran/vla-value.exp
2430 * gdb.fortran/whatis_type.exp
2431 * gdb.go/chan.exp
2432 * gdb.go/handcall.exp
2433 * gdb.go/hello.exp
2434 * gdb.go/integers.exp
2435 * gdb.go/methods.exp
2436 * gdb.go/package.exp
2437 * gdb.go/strings.exp
2438 * gdb.go/types.exp
2439 * gdb.go/unsafe.exp
2440 * gdb.guile/scm-arch.exp
2441 * gdb.guile/scm-block.exp
2442 * gdb.guile/scm-breakpoint.exp
2443 * gdb.guile/scm-cmd.exp
2444 * gdb.guile/scm-disasm.exp
2445 * gdb.guile/scm-equal.exp
2446 * gdb.guile/scm-frame-args.exp
2447 * gdb.guile/scm-frame-inline.exp
2448 * gdb.guile/scm-frame.exp
2449 * gdb.guile/scm-iterator.exp
2450 * gdb.guile/scm-math.exp
2451 * gdb.guile/scm-objfile.exp
2452 * gdb.guile/scm-ports.exp
2453 * gdb.guile/scm-symbol.exp
2454 * gdb.guile/scm-symtab.exp
2455 * gdb.guile/scm-value-cc.exp
2456 * gdb.guile/types-module.exp
2457 * gdb.linespec/break-ask.exp
2458 * gdb.linespec/cpexplicit.exp
2459 * gdb.linespec/explicit.exp
2460 * gdb.linespec/keywords.exp
2461 * gdb.linespec/linespec.exp
2462 * gdb.linespec/ls-dollar.exp
2463 * gdb.linespec/ls-errs.exp
2464 * gdb.linespec/skip-two.exp
2465 * gdb.linespec/thread.exp
2466 * gdb.mi/mi-async.exp
2467 * gdb.mi/mi-basics.exp
2468 * gdb.mi/mi-break.exp
2469 * gdb.mi/mi-catch-load.exp
2470 * gdb.mi/mi-cli.exp
2471 * gdb.mi/mi-cmd-param-changed.exp
2472 * gdb.mi/mi-console.exp
2473 * gdb.mi/mi-detach.exp
2474 * gdb.mi/mi-disassemble.exp
2475 * gdb.mi/mi-eval.exp
2476 * gdb.mi/mi-file-transfer.exp
2477 * gdb.mi/mi-file.exp
2478 * gdb.mi/mi-fill-memory.exp
2479 * gdb.mi/mi-inheritance-syntax-error.exp
2480 * gdb.mi/mi-linespec-err-cp.exp
2481 * gdb.mi/mi-logging.exp
2482 * gdb.mi/mi-memory-changed.exp
2483 * gdb.mi/mi-read-memory.exp
2484 * gdb.mi/mi-record-changed.exp
2485 * gdb.mi/mi-reg-undefined.exp
2486 * gdb.mi/mi-regs.exp
2487 * gdb.mi/mi-return.exp
2488 * gdb.mi/mi-reverse.exp
2489 * gdb.mi/mi-simplerun.exp
2490 * gdb.mi/mi-solib.exp
2491 * gdb.mi/mi-stack.exp
2492 * gdb.mi/mi-stepi.exp
2493 * gdb.mi/mi-syn-frame.exp
2494 * gdb.mi/mi-until.exp
2495 * gdb.mi/mi-var-block.exp
2496 * gdb.mi/mi-var-child.exp
2497 * gdb.mi/mi-var-cmd.exp
2498 * gdb.mi/mi-var-cp.exp
2499 * gdb.mi/mi-var-display.exp
2500 * gdb.mi/mi-var-invalidate.exp
2501 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2502 * gdb.mi/mi-vla-fortran.exp
2503 * gdb.mi/mi-watch.exp
2504 * gdb.mi/mi2-var-child.exp
2505 * gdb.mi/user-selected-context-sync.exp
2506 * gdb.modula2/unbounded-array.exp
2507 * gdb.multi/dummy-frame-restore.exp
2508 * gdb.multi/multi-arch-exec.exp
2509 * gdb.multi/multi-arch.exp
2510 * gdb.multi/tids.exp
2511 * gdb.multi/watchpoint-multi.exp
2512 * gdb.opencl/callfuncs.exp
2513 * gdb.opencl/convs_casts.exp
2514 * gdb.opencl/datatypes.exp
2515 * gdb.opencl/operators.exp
2516 * gdb.opencl/vec_comps.exp
2517 * gdb.opt/clobbered-registers-O2.exp
2518 * gdb.opt/inline-break.exp
2519 * gdb.opt/inline-bt.exp
2520 * gdb.opt/inline-cmds.exp
2521 * gdb.opt/inline-locals.exp
2522 * gdb.pascal/case-insensitive-symbols.exp
2523 * gdb.pascal/floats.exp
2524 * gdb.pascal/gdb11492.exp
2525 * gdb.python/lib-types.exp
2526 * gdb.python/py-arch.exp
2527 * gdb.python/py-as-string.exp
2528 * gdb.python/py-bad-printers.exp
2529 * gdb.python/py-block.exp
2530 * gdb.python/py-breakpoint-create-fail.exp
2531 * gdb.python/py-breakpoint.exp
2532 * gdb.python/py-caller-is.exp
2533 * gdb.python/py-cmd.exp
2534 * gdb.python/py-explore-cc.exp
2535 * gdb.python/py-explore.exp
2536 * gdb.python/py-finish-breakpoint.exp
2537 * gdb.python/py-finish-breakpoint2.exp
2538 * gdb.python/py-frame-args.exp
2539 * gdb.python/py-frame-inline.exp
2540 * gdb.python/py-frame.exp
2541 * gdb.python/py-framefilter-mi.exp
2542 * gdb.python/py-infthread.exp
2543 * gdb.python/py-lazy-string.exp
2544 * gdb.python/py-linetable.exp
2545 * gdb.python/py-mi-events.exp
2546 * gdb.python/py-mi-objfile.exp
2547 * gdb.python/py-mi.exp
2548 * gdb.python/py-objfile.exp
2549 * gdb.python/py-pp-integral.exp
2550 * gdb.python/py-pp-maint.exp
2551 * gdb.python/py-pp-re-notag.exp
2552 * gdb.python/py-pp-registration.exp
2553 * gdb.python/py-recurse-unwind.exp
2554 * gdb.python/py-strfns.exp
2555 * gdb.python/py-symbol.exp
2556 * gdb.python/py-symtab.exp
2557 * gdb.python/py-sync-interp.exp
2558 * gdb.python/py-typeprint.exp
2559 * gdb.python/py-unwind-maint.exp
2560 * gdb.python/py-unwind.exp
2561 * gdb.python/py-value-cc.exp
2562 * gdb.python/py-xmethods.exp
2563 * gdb.reverse/amd64-tailcall-reverse.exp
2564 * gdb.reverse/break-precsave.exp
2565 * gdb.reverse/break-reverse.exp
2566 * gdb.reverse/consecutive-precsave.exp
2567 * gdb.reverse/consecutive-reverse.exp
2568 * gdb.reverse/finish-precsave.exp
2569 * gdb.reverse/finish-reverse-bkpt.exp
2570 * gdb.reverse/finish-reverse.exp
2571 * gdb.reverse/fstatat-reverse.exp
2572 * gdb.reverse/getresuid-reverse.exp
2573 * gdb.reverse/i386-precsave.exp
2574 * gdb.reverse/i386-reverse.exp
2575 * gdb.reverse/i386-sse-reverse.exp
2576 * gdb.reverse/i387-env-reverse.exp
2577 * gdb.reverse/i387-stack-reverse.exp
2578 * gdb.reverse/insn-reverse.exp
2579 * gdb.reverse/machinestate-precsave.exp
2580 * gdb.reverse/machinestate.exp
2581 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2582 * gdb.reverse/pipe-reverse.exp
2583 * gdb.reverse/readv-reverse.exp
2584 * gdb.reverse/recvmsg-reverse.exp
2585 * gdb.reverse/rerun-prec.exp
2586 * gdb.reverse/s390-mvcle.exp
2587 * gdb.reverse/step-precsave.exp
2588 * gdb.reverse/step-reverse.exp
2589 * gdb.reverse/time-reverse.exp
2590 * gdb.reverse/until-precsave.exp
2591 * gdb.reverse/until-reverse.exp
2592 * gdb.reverse/waitpid-reverse.exp
2593 * gdb.reverse/watch-precsave.exp
2594 * gdb.reverse/watch-reverse.exp
2595 * gdb.rust/generics.exp
2596 * gdb.rust/methods.exp
2597 * gdb.rust/modules.exp
2598 * gdb.rust/simple.exp
2599 * gdb.server/connect-with-no-symbol-file.exp
2600 * gdb.server/ext-attach.exp
2601 * gdb.server/ext-restart.exp
2602 * gdb.server/ext-wrapper.exp
2603 * gdb.server/file-transfer.exp
2604 * gdb.server/server-exec-info.exp
2605 * gdb.server/server-kill.exp
2606 * gdb.server/server-mon.exp
2607 * gdb.server/wrapper.exp
2608 * gdb.stabs/exclfwd.exp
2609 * gdb.stabs/gdb11479.exp
2610 * gdb.threads/clone-new-thread-event.exp
2611 * gdb.threads/corethreads.exp
2612 * gdb.threads/current-lwp-dead.exp
2613 * gdb.threads/dlopen-libpthread.exp
2614 * gdb.threads/gcore-thread.exp
2615 * gdb.threads/sigstep-threads.exp
2616 * gdb.threads/watchpoint-fork.exp
2617 * gdb.trace/actions-changed.exp
2618 * gdb.trace/backtrace.exp
2619 * gdb.trace/change-loc.exp
2620 * gdb.trace/circ.exp
2621 * gdb.trace/collection.exp
2622 * gdb.trace/disconnected-tracing.exp
2623 * gdb.trace/ftrace.exp
2624 * gdb.trace/mi-trace-frame-collected.exp
2625 * gdb.trace/mi-trace-unavailable.exp
2626 * gdb.trace/mi-traceframe-changed.exp
2627 * gdb.trace/mi-tsv-changed.exp
2628 * gdb.trace/no-attach-trace.exp
2629 * gdb.trace/passc-dyn.exp
2630 * gdb.trace/qtro.exp
2631 * gdb.trace/range-stepping.exp
2632 * gdb.trace/read-memory.exp
2633 * gdb.trace/save-trace.exp
2634 * gdb.trace/signal.exp
2635 * gdb.trace/status-stop.exp
2636 * gdb.trace/tfile.exp
2637 * gdb.trace/trace-break.exp
2638 * gdb.trace/trace-buffer-size.exp
2639 * gdb.trace/trace-condition.exp
2640 * gdb.trace/tracefile-pseudo-reg.exp
2641 * gdb.trace/tstatus.exp
2642 * gdb.trace/unavailable.exp
2643 * gdb.trace/while-dyn.exp
2644 * gdb.trace/while-stepping.exp
2645
2646 2016-12-22 Doug Evans <xdje42@gmail.com>
2647
2648 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2649 and msymbols.
2650
2651 2016-12-19 Yao Qi <yao.qi@linaro.org>
2652
2653 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2654 (test_with_self): Don't call do_steps_and_nexts, and remove
2655 code about stepping into xmalloc.
2656
2657 2016-12-09 Yao Qi <yao.qi@linaro.org>
2658
2659 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2660
2661 2016-12-09 Yao Qi <yao.qi@linaro.org>
2662
2663 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2664
2665 2016-12-09 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.base/all-architectures-0.exp: New file.
2668 * gdb.base/all-architectures-1.exp: New file.
2669 * gdb.base/all-architectures-2.exp: New file.
2670 * gdb.base/all-architectures-3.exp: New file.
2671 * gdb.base/all-architectures-4.exp: New file.
2672 * gdb.base/all-architectures-5.exp: New file.
2673 * gdb.base/all-architectures-6.exp: New file.
2674 * gdb.base/all-architectures-7.exp: New file.
2675 * gdb.base/all-architectures.exp.in: New file.
2676
2677 2016-12-09 Yao Qi <yao.qi@linaro.org>
2678
2679 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2680
2681 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2682
2683 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2684 possible.
2685 Remove useless pattern-matching code.
2686
2687 2016-12-02 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2690 procedure.
2691 (top level): Call it.
2692
2693 2016-12-02 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2696 New procedure.
2697 (top level): Call it.
2698
2699 2016-12-02 Pedro Alves <palves@redhat.com>
2700
2701 PR cli/20559
2702 * gdb.base/commands.exp (user_defined_command_args_eval): New
2703 procedure.
2704 (top level): Call it.
2705
2706 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2707
2708 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2709 timeout handling.
2710
2711 2016-12-02 Tom Tromey <tom@tromey.com>
2712
2713 * gdb.dwarf2/main-subprogram.c: New file.
2714 * gdb.dwarf2/main-subprogram.exp: New file.
2715
2716 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2717
2718 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2719 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2720 gdb_test_no_output for a couple of cases.
2721 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2722
2723 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2724
2725 Fix test names and standardize compilation error messages throughout
2726 the following files:
2727
2728 * gdb.ada/start.exp
2729 * gdb.arch/alpha-step.exp
2730 * gdb.arch/e500-prologue.exp
2731 * gdb.arch/ftrace-insn-reloc.exp
2732 * gdb.arch/gdb1291.exp
2733 * gdb.arch/gdb1431.exp
2734 * gdb.arch/gdb1558.exp
2735 * gdb.arch/i386-dr3-watch.exp
2736 * gdb.arch/i386-sse-stack-align.exp
2737 * gdb.arch/ia64-breakpoint-shadow.exp
2738 * gdb.arch/pa-nullify.exp
2739 * gdb.arch/powerpc-aix-prologue.exp
2740 * gdb.arch/thumb-bx-pc.exp
2741 * gdb.base/annota1.exp
2742 * gdb.base/annota3.exp
2743 * gdb.base/arrayidx.exp
2744 * gdb.base/assign.exp
2745 * gdb.base/attach.exp
2746 * gdb.base/auxv.exp
2747 * gdb.base/bang.exp
2748 * gdb.base/bfp-test.exp
2749 * gdb.base/bigcore.exp
2750 * gdb.base/bitfields2.exp
2751 * gdb.base/break-fun-addr.exp
2752 * gdb.base/break-probes.exp
2753 * gdb.base/call-rt-st.exp
2754 * gdb.base/callexit.exp
2755 * gdb.base/catch-fork-kill.exp
2756 * gdb.base/charset.exp
2757 * gdb.base/checkpoint.exp
2758 * gdb.base/comprdebug.exp
2759 * gdb.base/constvars.exp
2760 * gdb.base/coredump-filter.exp
2761 * gdb.base/cursal.exp
2762 * gdb.base/cvexpr.exp
2763 * gdb.base/detach.exp
2764 * gdb.base/display.exp
2765 * gdb.base/dmsym.exp
2766 * gdb.base/dprintf-pending.exp
2767 * gdb.base/dso2dso.exp
2768 * gdb.base/dtrace-probe.exp
2769 * gdb.base/dump.exp
2770 * gdb.base/enum_cond.exp
2771 * gdb.base/exe-lock.exp
2772 * gdb.base/exec-invalid-sysroot.exp
2773 * gdb.base/execl-update-breakpoints.exp
2774 * gdb.base/exprs.exp
2775 * gdb.base/fileio.exp
2776 * gdb.base/find.exp
2777 * gdb.base/finish.exp
2778 * gdb.base/fixsection.exp
2779 * gdb.base/foll-vfork.exp
2780 * gdb.base/frame-args.exp
2781 * gdb.base/gcore.exp
2782 * gdb.base/gdb1250.exp
2783 * gdb.base/global-var-nested-by-dso.exp
2784 * gdb.base/gnu-ifunc.exp
2785 * gdb.base/hashline1.exp
2786 * gdb.base/hashline2.exp
2787 * gdb.base/hashline3.exp
2788 * gdb.base/hbreak-in-shr-unsupported.exp
2789 * gdb.base/huge.exp
2790 * gdb.base/infcall-input.exp
2791 * gdb.base/info-fun.exp
2792 * gdb.base/info-shared.exp
2793 * gdb.base/jit-simple.exp
2794 * gdb.base/jit-so.exp
2795 * gdb.base/jit.exp
2796 * gdb.base/jump.exp
2797 * gdb.base/label.exp
2798 * gdb.base/lineinc.exp
2799 * gdb.base/logical.exp
2800 * gdb.base/longjmp.exp
2801 * gdb.base/macscp.exp
2802 * gdb.base/miscexprs.exp
2803 * gdb.base/new-ui-echo.exp
2804 * gdb.base/new-ui-pending-input.exp
2805 * gdb.base/new-ui.exp
2806 * gdb.base/nodebug.exp
2807 * gdb.base/nofield.exp
2808 * gdb.base/offsets.exp
2809 * gdb.base/overlays.exp
2810 * gdb.base/pending.exp
2811 * gdb.base/pointers.exp
2812 * gdb.base/pr11022.exp
2813 * gdb.base/printcmds.exp
2814 * gdb.base/prologue.exp
2815 * gdb.base/ptr-typedef.exp
2816 * gdb.base/realname-expand.exp
2817 * gdb.base/relativedebug.exp
2818 * gdb.base/relocate.exp
2819 * gdb.base/remote.exp
2820 * gdb.base/reread.exp
2821 * gdb.base/return2.exp
2822 * gdb.base/savedregs.exp
2823 * gdb.base/sep.exp
2824 * gdb.base/sepdebug.exp
2825 * gdb.base/sepsymtab.exp
2826 * gdb.base/set-inferior-tty.exp
2827 * gdb.base/setshow.exp
2828 * gdb.base/shlib-call.exp
2829 * gdb.base/sigaltstack.exp
2830 * gdb.base/siginfo-addr.exp
2831 * gdb.base/signals.exp
2832 * gdb.base/signull.exp
2833 * gdb.base/sigrepeat.exp
2834 * gdb.base/so-impl-ld.exp
2835 * gdb.base/solib-display.exp
2836 * gdb.base/solib-overlap.exp
2837 * gdb.base/solib-search.exp
2838 * gdb.base/solib-symbol.exp
2839 * gdb.base/structs.exp
2840 * gdb.base/structs2.exp
2841 * gdb.base/symtab-search-order.exp
2842 * gdb.base/twice.exp
2843 * gdb.base/unload.exp
2844 * gdb.base/varargs.exp
2845 * gdb.base/watchpoint-solib.exp
2846 * gdb.base/watchpoint.exp
2847 * gdb.base/whatis.exp
2848 * gdb.base/wrong_frame_bt_full.exp
2849 * gdb.btrace/dlopen.exp
2850 * gdb.cell/ea-standalone.exp
2851 * gdb.cell/ea-test.exp
2852 * gdb.cp/dispcxx.exp
2853 * gdb.cp/gdb2384.exp
2854 * gdb.cp/method2.exp
2855 * gdb.cp/nextoverthrow.exp
2856 * gdb.cp/pr10728.exp
2857 * gdb.disasm/am33.exp
2858 * gdb.disasm/h8300s.exp
2859 * gdb.disasm/mn10300.exp
2860 * gdb.disasm/sh3.exp
2861 * gdb.dwarf2/dw2-dir-file-name.exp
2862 * gdb.fortran/complex.exp
2863 * gdb.fortran/library-module.exp
2864 * gdb.guile/scm-pretty-print.exp
2865 * gdb.guile/scm-symbol.exp
2866 * gdb.guile/scm-type.exp
2867 * gdb.guile/scm-value.exp
2868 * gdb.linespec/linespec.exp
2869 * gdb.mi/gdb701.exp
2870 * gdb.mi/gdb792.exp
2871 * gdb.mi/mi-breakpoint-changed.exp
2872 * gdb.mi/mi-dprintf-pending.exp
2873 * gdb.mi/mi-dprintf.exp
2874 * gdb.mi/mi-exit-code.exp
2875 * gdb.mi/mi-pending.exp
2876 * gdb.mi/mi-solib.exp
2877 * gdb.mi/new-ui-mi-sync.exp
2878 * gdb.mi/pr11022.exp
2879 * gdb.mi/user-selected-context-sync.exp
2880 * gdb.opt/solib-intra-step.exp
2881 * gdb.python/py-events.exp
2882 * gdb.python/py-finish-breakpoint.exp
2883 * gdb.python/py-mi.exp
2884 * gdb.python/py-prettyprint.exp
2885 * gdb.python/py-shared.exp
2886 * gdb.python/py-symbol.exp
2887 * gdb.python/py-template.exp
2888 * gdb.python/py-type.exp
2889 * gdb.python/py-value.exp
2890 * gdb.reverse/solib-precsave.exp
2891 * gdb.reverse/solib-reverse.exp
2892 * gdb.server/solib-list.exp
2893 * gdb.stabs/weird.exp
2894 * gdb.threads/reconnect-signal.exp
2895 * gdb.threads/stepi-random-signal.exp
2896 * gdb.trace/actions.exp
2897 * gdb.trace/ax.exp
2898 * gdb.trace/backtrace.exp
2899 * gdb.trace/change-loc.exp
2900 * gdb.trace/deltrace.exp
2901 * gdb.trace/ftrace-lock.exp
2902 * gdb.trace/ftrace.exp
2903 * gdb.trace/infotrace.exp
2904 * gdb.trace/mi-tracepoint-changed.exp
2905 * gdb.trace/packetlen.exp
2906 * gdb.trace/passcount.exp
2907 * gdb.trace/pending.exp
2908 * gdb.trace/range-stepping.exp
2909 * gdb.trace/report.exp
2910 * gdb.trace/stap-trace.exp
2911 * gdb.trace/tfind.exp
2912 * gdb.trace/trace-break.exp
2913 * gdb.trace/trace-condition.exp
2914 * gdb.trace/trace-enable-disable.exp
2915 * gdb.trace/trace-mt.exp
2916 * gdb.trace/tracecmd.exp
2917 * gdb.trace/tspeed.exp
2918 * gdb.trace/tsv.exp
2919 * lib/perftest.exp
2920
2921 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2922
2923 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2924 with gdb_test_no_output.
2925 Use command as test name.
2926
2927 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2928
2929 Fix test names starting with uppercase throughout the files.
2930
2931 * gdb.ada/assign_1.exp
2932 * gdb.ada/boolean_expr.exp
2933 * gdb.base/arrayidx.exp
2934 * gdb.base/del.exp
2935 * gdb.base/gcore-buffer-overflow.exp
2936 * gdb.base/testenv.exp
2937 * gdb.compile/compile.exp
2938 * gdb.python/py-framefilter-invalidarg.exp
2939 * gdb.python/py-framefilter.exp
2940
2941 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2942
2943 Fix test names starting with uppercase throughout the files.
2944
2945 * gdb.ada/array_return.exp
2946 * gdb.ada/expr_delims.exp
2947 * gdb.ada/mi_dyn_arr.exp
2948 * gdb.ada/mi_interface.exp
2949 * gdb.ada/mi_var_array.exp
2950 * gdb.ada/watch_arg.exp
2951 * gdb.arch/alpha-step.exp
2952 * gdb.arch/altivec-regs.exp
2953 * gdb.arch/e500-regs.exp
2954 * gdb.arch/powerpc-d128-regs.exp
2955 * gdb.base/arrayidx.exp
2956 * gdb.base/break.exp
2957 * gdb.base/checkpoint.exp
2958 * gdb.base/debug-expr.exp
2959 * gdb.base/dmsym.exp
2960 * gdb.base/radix.exp
2961 * gdb.base/sepdebug.exp
2962 * gdb.base/testenv.exp
2963 * gdb.base/watch_thread_num.exp
2964 * gdb.base/watchpoint-cond-gone.exp
2965 * gdb.cell/break.exp
2966 * gdb.cell/ea-cache.exp
2967 * gdb.compile/compile.exp
2968 * gdb.cp/gdb2495.exp
2969 * gdb.gdb/selftest.exp
2970 * gdb.gdb/xfullpath.exp
2971 * gdb.go/hello.exp
2972 * gdb.go/integers.exp
2973 * gdb.objc/basicclass.exp
2974 * gdb.pascal/hello.exp
2975 * gdb.pascal/integers.exp
2976 * gdb.python/py-breakpoint.exp
2977 * gdb.python/py-cmd.exp
2978 * gdb.python/py-linetable.exp
2979 * gdb.python/py-xmethods.exp
2980 * gdb.python/python.exp
2981 * gdb.reverse/consecutive-precsave.exp
2982 * gdb.reverse/finish-precsave.exp
2983 * gdb.reverse/i386-precsave.exp
2984 * gdb.reverse/machinestate-precsave.exp
2985 * gdb.reverse/sigall-precsave.exp
2986 * gdb.reverse/solib-precsave.exp
2987 * gdb.reverse/step-precsave.exp
2988 * gdb.reverse/until-precsave.exp
2989 * gdb.reverse/watch-precsave.exp
2990 * gdb.threads/leader-exit.exp
2991 * gdb.threads/pthreads.exp
2992 * gdb.threads/wp-replication.exp
2993 * gdb.trace/actions.exp
2994 * gdb.trace/mi-tsv-changed.exp
2995 * gdb.trace/tsv.exp
2996
2997 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2998
2999 Fix test names starting with uppercase throughout the files.
3000
3001 * gdb.arch/i386-bp_permanent.exp
3002 * gdb.arch/i386-gnu-cfi.exp
3003 * gdb.base/disasm-end-cu.exp
3004 * gdb.base/macscp.exp
3005 * gdb.base/pending.exp
3006 * gdb.base/watch_thread_num.exp
3007 * gdb.cp/exception.exp
3008 * gdb.cp/gdb2495.exp
3009 * gdb.cp/local.exp
3010 * gdb.python/py-evsignal.exp
3011 * gdb.python/python.exp
3012 * gdb.trace/tracecmd.exp
3013
3014 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3015
3016 Fix test names starting with uppercase throughout the files.
3017
3018 * gdb.base/charset.exp
3019 * gdb.base/eval.exp
3020 * gdb.base/multi-forks.exp
3021 * gdb.guile/scm-progspace.exp
3022 * gdb.opencl/datatypes.exp
3023 * gdb.python/py-block.exp
3024 * gdb.python/py-function.exp
3025 * gdb.python/py-symbol.exp
3026 * gdb.python/py-symtab.exp
3027 * gdb.python/py-xmethods.exp
3028 * gdb.reverse/break-precsave.exp
3029 * gdb.reverse/break-reverse.exp
3030 * gdb.reverse/consecutive-precsave.exp
3031 * gdb.reverse/consecutive-reverse.exp
3032 * gdb.reverse/finish-precsave.exp
3033 * gdb.reverse/finish-reverse-bkpt.exp
3034 * gdb.reverse/finish-reverse.exp
3035 * gdb.reverse/fstatat-reverse.exp
3036 * gdb.reverse/getresuid-reverse.exp
3037 * gdb.reverse/i386-precsave.exp
3038 * gdb.reverse/i386-reverse.exp
3039 * gdb.reverse/i386-sse-reverse.exp
3040 * gdb.reverse/i387-stack-reverse.exp
3041 * gdb.reverse/insn-reverse.exp
3042 * gdb.reverse/machinestate-precsave.exp
3043 * gdb.reverse/machinestate.exp
3044 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3045 * gdb.reverse/pipe-reverse.exp
3046 * gdb.reverse/readv-reverse.exp
3047 * gdb.reverse/recvmsg-reverse.exp
3048 * gdb.reverse/rerun-prec.exp
3049 * gdb.reverse/s390-mvcle.exp
3050 * gdb.reverse/sigall-precsave.exp
3051 * gdb.reverse/sigall-reverse.exp
3052 * gdb.reverse/solib-precsave.exp
3053 * gdb.reverse/solib-reverse.exp
3054 * gdb.reverse/step-precsave.exp
3055 * gdb.reverse/step-reverse.exp
3056 * gdb.reverse/time-reverse.exp
3057 * gdb.reverse/until-precsave.exp
3058 * gdb.reverse/until-reverse.exp
3059 * gdb.reverse/waitpid-reverse.exp
3060 * gdb.reverse/watch-precsave.exp
3061 * gdb.reverse/watch-reverse.exp
3062
3063 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3064
3065 Fix test names starting with uppercase throughout the files.
3066
3067 * gdb.arch/i386-mpx-simple_segv.exp
3068 * gdb.arch/i386-mpx.exp
3069 * gdb.arch/i386-permbkpt.exp
3070 * gdb.arch/pa-nullify.exp
3071 * gdb.arch/powerpc-d128-regs.exp
3072 * gdb.arch/vsx-regs.exp
3073 * gdb.base/bfp-test.exp
3074 * gdb.base/break.exp
3075 * gdb.base/breakpoint-shadow.exp
3076 * gdb.base/callfuncs.exp
3077 * gdb.base/charset.exp
3078 * gdb.base/commands.exp
3079 * gdb.base/completion.exp
3080 * gdb.base/dfp-test.exp
3081 * gdb.base/echo.exp
3082 * gdb.base/ending-run.exp
3083 * gdb.base/eval.exp
3084 * gdb.base/expand-psymtabs.exp
3085 * gdb.base/float128.exp
3086 * gdb.base/floatn.exp
3087 * gdb.base/foll-exec-mode.exp
3088 * gdb.base/gdb1056.exp
3089 * gdb.base/gdb11531.exp
3090 * gdb.base/kill-after-signal.exp
3091 * gdb.base/multi-forks.exp
3092 * gdb.base/overlays.exp
3093 * gdb.base/pending.exp
3094 * gdb.base/sepdebug.exp
3095 * gdb.base/testenv.exp
3096 * gdb.base/valgrind-db-attach.exp
3097 * gdb.base/watch_thread_num.exp
3098 * gdb.base/watchpoint-cond-gone.exp
3099 * gdb.base/watchpoint.exp
3100 * gdb.base/watchpoints.exp
3101 * gdb.cp/arg-reference.exp
3102 * gdb.cp/baseenum.exp
3103 * gdb.cp/operator.exp
3104 * gdb.cp/shadow.exp
3105 * gdb.dwarf2/dw2-op-out-param.exp
3106 * gdb.dwarf2/dw2-reg-undefined.exp
3107 * gdb.go/chan.exp
3108 * gdb.go/hello.exp
3109 * gdb.go/integers.exp
3110 * gdb.go/methods.exp
3111 * gdb.go/package.exp
3112 * gdb.guile/scm-parameter.exp
3113 * gdb.guile/scm-progspace.exp
3114 * gdb.guile/scm-value.exp
3115 * gdb.mi/mi-pending.exp
3116 * gdb.mi/user-selected-context-sync.exp
3117 * gdb.multi/multi-attach.exp
3118 * gdb.multi/tids.exp
3119 * gdb.opt/clobbered-registers-O2.exp
3120 * gdb.pascal/floats.exp
3121 * gdb.pascal/integers.exp
3122 * gdb.python/py-block.exp
3123 * gdb.python/py-events.exp
3124 * gdb.python/py-parameter.exp
3125 * gdb.python/py-symbol.exp
3126 * gdb.python/py-symtab.exp
3127 * gdb.python/py-type.exp
3128 * gdb.python/py-value.exp
3129 * gdb.python/py-xmethods.exp
3130 * gdb.python/python.exp
3131 * gdb.reverse/break-precsave.exp
3132 * gdb.reverse/consecutive-precsave.exp
3133 * gdb.reverse/finish-precsave.exp
3134 * gdb.reverse/i386-precsave.exp
3135 * gdb.reverse/machinestate-precsave.exp
3136 * gdb.reverse/sigall-precsave.exp
3137 * gdb.reverse/solib-precsave.exp
3138 * gdb.reverse/step-precsave.exp
3139 * gdb.reverse/until-precsave.exp
3140 * gdb.reverse/watch-precsave.exp
3141 * gdb.server/ext-attach.exp
3142 * gdb.server/ext-restart.exp
3143 * gdb.server/ext-run.exp
3144 * gdb.server/ext-wrapper.exp
3145 * gdb.stabs/gdb11479.exp
3146 * gdb.stabs/weird.exp
3147 * gdb.threads/attach-many-short-lived-threads.exp
3148 * gdb.threads/kill.exp
3149 * gdb.threads/watchpoint-fork.exp
3150
3151 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3152
3153 Fix test names starting with uppercase throughout all the files below.
3154
3155 * gdb.ada/array_return.exp
3156 * gdb.ada/catch_ex.exp
3157 * gdb.ada/info_exc.exp
3158 * gdb.ada/mi_catch_ex.exp
3159 * gdb.ada/mi_dyn_arr.exp
3160 * gdb.ada/mi_ex_cond.exp
3161 * gdb.ada/mi_exc_info.exp
3162 * gdb.ada/mi_interface.exp
3163 * gdb.ada/mi_task_arg.exp
3164 * gdb.ada/mi_task_info.exp
3165 * gdb.ada/mi_var_array.exp
3166 * gdb.arch/alpha-step.exp
3167 * gdb.arch/amd64-disp-step.exp
3168 * gdb.arch/arm-disp-step.exp
3169 * gdb.arch/disp-step-insn-reloc.exp
3170 * gdb.arch/e500-prologue.exp
3171 * gdb.arch/ftrace-insn-reloc.exp
3172 * gdb.arch/gdb1558.exp
3173 * gdb.arch/i386-bp_permanent.exp
3174 * gdb.arch/i386-disp-step.exp
3175 * gdb.arch/i386-float.exp
3176 * gdb.arch/i386-gnu-cfi.exp
3177 * gdb.arch/ia64-breakpoint-shadow.exp
3178 * gdb.arch/mips16-thunks.exp
3179 * gdb.arch/pa-nullify.exp
3180 * gdb.arch/powerpc-aix-prologue.exp
3181 * gdb.arch/powerpc-power.exp
3182 * gdb.arch/ppc-dfp.exp
3183 * gdb.arch/s390-tdbregs.exp
3184 * gdb.arch/spu-info.exp
3185 * gdb.arch/spu-ls.exp
3186 * gdb.arch/thumb-bx-pc.exp
3187 * gdb.base/advance.exp
3188 * gdb.base/annota-input-while-running.exp
3189 * gdb.base/arrayidx.exp
3190 * gdb.base/asmlabel.exp
3191 * gdb.base/async.exp
3192 * gdb.base/attach-wait-input.exp
3193 * gdb.base/auto-connect-native-target.exp
3194 * gdb.base/batch-preserve-term-settings.exp
3195 * gdb.base/bfp-test.exp
3196 * gdb.base/bigcore.exp
3197 * gdb.base/bp-permanent.exp
3198 * gdb.base/break-always.exp
3199 * gdb.base/break-fun-addr.exp
3200 * gdb.base/break-idempotent.exp
3201 * gdb.base/break-main-file-remove-fail.exp
3202 * gdb.base/break-probes.exp
3203 * gdb.base/break-unload-file.exp
3204 * gdb.base/break.exp
3205 * gdb.base/call-ar-st.exp
3206 * gdb.base/call-rt-st.exp
3207 * gdb.base/call-sc.exp
3208 * gdb.base/call-signal-resume.exp
3209 * gdb.base/call-strs.exp
3210 * gdb.base/callexit.exp
3211 * gdb.base/callfuncs.exp
3212 * gdb.base/catch-gdb-caused-signals.exp
3213 * gdb.base/catch-signal-siginfo-cond.exp
3214 * gdb.base/catch-syscall.exp
3215 * gdb.base/compare-sections.exp
3216 * gdb.base/cond-eval-mode.exp
3217 * gdb.base/condbreak-call-false.exp
3218 * gdb.base/consecutive-step-over.exp
3219 * gdb.base/cursal.exp
3220 * gdb.base/disabled-location.exp
3221 * gdb.base/disasm-end-cu.exp
3222 * gdb.base/display.exp
3223 * gdb.base/double-prompt-target-event-error.exp
3224 * gdb.base/dprintf-bp-same-addr.exp
3225 * gdb.base/dprintf-detach.exp
3226 * gdb.base/dprintf-next.exp
3227 * gdb.base/dprintf-non-stop.exp
3228 * gdb.base/dprintf-pending.exp
3229 * gdb.base/dso2dso.exp
3230 * gdb.base/ending-run.exp
3231 * gdb.base/enum_cond.exp
3232 * gdb.base/examine-backward.exp
3233 * gdb.base/exe-lock.exp
3234 * gdb.base/exec-invalid-sysroot.exp
3235 * gdb.base/execl-update-breakpoints.exp
3236 * gdb.base/execution-termios.exp
3237 * gdb.base/fileio.exp
3238 * gdb.base/fixsection.exp
3239 * gdb.base/foll-exec-mode.exp
3240 * gdb.base/foll-exec.exp
3241 * gdb.base/fork-running-state.exp
3242 * gdb.base/frame-args.exp
3243 * gdb.base/fullpath-expand.exp
3244 * gdb.base/func-ptr.exp
3245 * gdb.base/gcore-relro-pie.exp
3246 * gdb.base/gdb1090.exp
3247 * gdb.base/gdb1555.exp
3248 * gdb.base/global-var-nested-by-dso.exp
3249 * gdb.base/gnu-ifunc.exp
3250 * gdb.base/hbreak-in-shr-unsupported.exp
3251 * gdb.base/hbreak-unmapped.exp
3252 * gdb.base/hook-stop.exp
3253 * gdb.base/infcall-input.exp
3254 * gdb.base/info-fun.exp
3255 * gdb.base/info-shared.exp
3256 * gdb.base/interrupt-noterm.exp
3257 * gdb.base/jit-so.exp
3258 * gdb.base/jit.exp
3259 * gdb.base/line-symtabs.exp
3260 * gdb.base/list.exp
3261 * gdb.base/longjmp.exp
3262 * gdb.base/macscp.exp
3263 * gdb.base/max-value-size.exp
3264 * gdb.base/nodebug.exp
3265 * gdb.base/nofield.exp
3266 * gdb.base/overlays.exp
3267 * gdb.base/paginate-after-ctrl-c-running.exp
3268 * gdb.base/paginate-bg-execution.exp
3269 * gdb.base/paginate-inferior-exit.exp
3270 * gdb.base/pending.exp
3271 * gdb.base/pr11022.exp
3272 * gdb.base/printcmds.exp
3273 * gdb.base/ptr-typedef.exp
3274 * gdb.base/ptype.exp
3275 * gdb.base/randomize.exp
3276 * gdb.base/range-stepping.exp
3277 * gdb.base/realname-expand.exp
3278 * gdb.base/relativedebug.exp
3279 * gdb.base/remote.exp
3280 * gdb.base/savedregs.exp
3281 * gdb.base/sepdebug.exp
3282 * gdb.base/set-noassign.exp
3283 * gdb.base/shlib-call.exp
3284 * gdb.base/shreloc.exp
3285 * gdb.base/sigaltstack.exp
3286 * gdb.base/sigbpt.exp
3287 * gdb.base/siginfo-addr.exp
3288 * gdb.base/siginfo-obj.exp
3289 * gdb.base/siginfo-thread.exp
3290 * gdb.base/signest.exp
3291 * gdb.base/signull.exp
3292 * gdb.base/sigrepeat.exp
3293 * gdb.base/skip.exp
3294 * gdb.base/so-impl-ld.exp
3295 * gdb.base/solib-corrupted.exp
3296 * gdb.base/solib-disc.exp
3297 * gdb.base/solib-display.exp
3298 * gdb.base/solib-overlap.exp
3299 * gdb.base/solib-search.exp
3300 * gdb.base/solib-symbol.exp
3301 * gdb.base/source-execution.exp
3302 * gdb.base/sss-bp-on-user-bp-2.exp
3303 * gdb.base/sss-bp-on-user-bp.exp
3304 * gdb.base/stack-checking.exp
3305 * gdb.base/stale-infcall.exp
3306 * gdb.base/step-break.exp
3307 * gdb.base/step-line.exp
3308 * gdb.base/step-over-exit.exp
3309 * gdb.base/step-test.exp
3310 * gdb.base/structs.exp
3311 * gdb.base/sym-file.exp
3312 * gdb.base/symtab-search-order.exp
3313 * gdb.base/term.exp
3314 * gdb.base/type-opaque.exp
3315 * gdb.base/unload.exp
3316 * gdb.base/until-nodebug.exp
3317 * gdb.base/until.exp
3318 * gdb.base/unwindonsignal.exp
3319 * gdb.base/watch-cond.exp
3320 * gdb.base/watch-non-mem.exp
3321 * gdb.base/watch_thread_num.exp
3322 * gdb.base/watchpoint-reuse-slot.exp
3323 * gdb.base/watchpoint-solib.exp
3324 * gdb.base/watchpoint.exp
3325 * gdb.btrace/dlopen.exp
3326 * gdb.cell/arch.exp
3327 * gdb.cell/break.exp
3328 * gdb.cell/bt.exp
3329 * gdb.cell/core.exp
3330 * gdb.cell/data.exp
3331 * gdb.cell/dwarfaddr.exp
3332 * gdb.cell/ea-cache.exp
3333 * gdb.cell/ea-standalone.exp
3334 * gdb.cell/ea-test.exp
3335 * gdb.cell/f-regs.exp
3336 * gdb.cell/fork.exp
3337 * gdb.cell/gcore.exp
3338 * gdb.cell/mem-access.exp
3339 * gdb.cell/ptype.exp
3340 * gdb.cell/registers.exp
3341 * gdb.cell/sizeof.exp
3342 * gdb.cell/solib-symbol.exp
3343 * gdb.cell/solib.exp
3344 * gdb.compile/compile-tls.exp
3345 * gdb.cp/exception.exp
3346 * gdb.cp/gdb2495.exp
3347 * gdb.cp/local.exp
3348 * gdb.cp/mb-inline.exp
3349 * gdb.cp/mb-templates.exp
3350 * gdb.cp/pr10687.exp
3351 * gdb.cp/pr9167.exp
3352 * gdb.cp/scope-err.exp
3353 * gdb.cp/templates.exp
3354 * gdb.cp/virtfunc.exp
3355 * gdb.dwarf2/dw2-dir-file-name.exp
3356 * gdb.dwarf2/dw2-single-line-discriminators.exp
3357 * gdb.fortran/complex.exp
3358 * gdb.fortran/library-module.exp
3359 * gdb.guile/guile.exp
3360 * gdb.guile/scm-cmd.exp
3361 * gdb.guile/scm-frame-inline.exp
3362 * gdb.guile/scm-objfile.exp
3363 * gdb.guile/scm-pretty-print.exp
3364 * gdb.guile/scm-symbol.exp
3365 * gdb.guile/scm-type.exp
3366 * gdb.guile/scm-value.exp
3367 * gdb.linespec/keywords.exp
3368 * gdb.linespec/ls-errs.exp
3369 * gdb.linespec/macro-relative.exp
3370 * gdb.linespec/thread.exp
3371 * gdb.mi/mi-breakpoint-changed.exp
3372 * gdb.mi/mi-dprintf-pending.exp
3373 * gdb.mi/mi-fullname-deleted.exp
3374 * gdb.mi/mi-logging.exp
3375 * gdb.mi/mi-pending.exp
3376 * gdb.mi/mi-solib.exp
3377 * gdb.mi/new-ui-mi-sync.exp
3378 * gdb.mi/user-selected-context-sync.exp
3379 * gdb.multi/dummy-frame-restore.exp
3380 * gdb.multi/multi-arch-exec.exp
3381 * gdb.multi/remove-inferiors.exp
3382 * gdb.multi/watchpoint-multi-exit.exp
3383 * gdb.opt/solib-intra-step.exp
3384 * gdb.perf/backtrace.exp
3385 * gdb.perf/single-step.exp
3386 * gdb.perf/skip-command.exp
3387 * gdb.perf/skip-prologue.exp
3388 * gdb.perf/solib.exp
3389 * gdb.python/lib-types.exp
3390 * gdb.python/py-as-string.exp
3391 * gdb.python/py-bad-printers.exp
3392 * gdb.python/py-block.exp
3393 * gdb.python/py-breakpoint.exp
3394 * gdb.python/py-cmd.exp
3395 * gdb.python/py-events.exp
3396 * gdb.python/py-evthreads.exp
3397 * gdb.python/py-finish-breakpoint.exp
3398 * gdb.python/py-finish-breakpoint2.exp
3399 * gdb.python/py-frame-inline.exp
3400 * gdb.python/py-frame.exp
3401 * gdb.python/py-inferior.exp
3402 * gdb.python/py-infthread.exp
3403 * gdb.python/py-mi.exp
3404 * gdb.python/py-objfile.exp
3405 * gdb.python/py-pp-maint.exp
3406 * gdb.python/py-pp-registration.exp
3407 * gdb.python/py-prettyprint.exp
3408 * gdb.python/py-recurse-unwind.exp
3409 * gdb.python/py-shared.exp
3410 * gdb.python/py-symbol.exp
3411 * gdb.python/py-symtab.exp
3412 * gdb.python/py-template.exp
3413 * gdb.python/py-type.exp
3414 * gdb.python/py-unwind-maint.exp
3415 * gdb.python/py-unwind.exp
3416 * gdb.python/py-value.exp
3417 * gdb.python/python.exp
3418 * gdb.reverse/finish-reverse-bkpt.exp
3419 * gdb.reverse/insn-reverse.exp
3420 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3421 * gdb.reverse/solib-precsave.exp
3422 * gdb.reverse/solib-reverse.exp
3423 * gdb.stabs/gdb11479.exp
3424 * gdb.stabs/weird.exp
3425 * gdb.threads/fork-child-threads.exp
3426 * gdb.threads/fork-plus-threads.exp
3427 * gdb.threads/fork-thread-pending.exp
3428 * gdb.threads/forking-threads-plus-breakpoint.exp
3429 * gdb.threads/hand-call-in-threads.exp
3430 * gdb.threads/interrupted-hand-call.exp
3431 * gdb.threads/linux-dp.exp
3432 * gdb.threads/local-watch-wrong-thread.exp
3433 * gdb.threads/next-while-other-thread-longjmps.exp
3434 * gdb.threads/non-ldr-exit.exp
3435 * gdb.threads/pending-step.exp
3436 * gdb.threads/print-threads.exp
3437 * gdb.threads/process-dies-while-detaching.exp
3438 * gdb.threads/process-dies-while-handling-bp.exp
3439 * gdb.threads/pthreads.exp
3440 * gdb.threads/queue-signal.exp
3441 * gdb.threads/reconnect-signal.exp
3442 * gdb.threads/signal-command-handle-nopass.exp
3443 * gdb.threads/signal-command-multiple-signals-pending.exp
3444 * gdb.threads/signal-delivered-right-thread.exp
3445 * gdb.threads/signal-sigtrap.exp
3446 * gdb.threads/sigthread.exp
3447 * gdb.threads/staticthreads.exp
3448 * gdb.threads/stepi-random-signal.exp
3449 * gdb.threads/thread-unwindonsignal.exp
3450 * gdb.threads/thread_check.exp
3451 * gdb.threads/thread_events.exp
3452 * gdb.threads/tid-reuse.exp
3453 * gdb.threads/tls-nodebug.exp
3454 * gdb.threads/tls-shared.exp
3455 * gdb.threads/tls-so_extern.exp
3456 * gdb.threads/tls.exp
3457 * gdb.threads/wp-replication.exp
3458 * gdb.trace/actions-changed.exp
3459 * gdb.trace/actions.exp
3460 * gdb.trace/backtrace.exp
3461 * gdb.trace/change-loc.exp
3462 * gdb.trace/collection.exp
3463 * gdb.trace/deltrace.exp
3464 * gdb.trace/disconnected-tracing.exp
3465 * gdb.trace/entry-values.exp
3466 * gdb.trace/ftrace-lock.exp
3467 * gdb.trace/ftrace.exp
3468 * gdb.trace/infotrace.exp
3469 * gdb.trace/mi-trace-frame-collected.exp
3470 * gdb.trace/mi-trace-unavailable.exp
3471 * gdb.trace/mi-traceframe-changed.exp
3472 * gdb.trace/mi-tracepoint-changed.exp
3473 * gdb.trace/mi-tsv-changed.exp
3474 * gdb.trace/no-attach-trace.exp
3475 * gdb.trace/packetlen.exp
3476 * gdb.trace/passc-dyn.exp
3477 * gdb.trace/passcount.exp
3478 * gdb.trace/pending.exp
3479 * gdb.trace/pr16508.exp
3480 * gdb.trace/qtro.exp
3481 * gdb.trace/range-stepping.exp
3482 * gdb.trace/read-memory.exp
3483 * gdb.trace/report.exp
3484 * gdb.trace/save-trace.exp
3485 * gdb.trace/signal.exp
3486 * gdb.trace/stap-trace.exp
3487 * gdb.trace/status-stop.exp
3488 * gdb.trace/strace.exp
3489 * gdb.trace/tfile.exp
3490 * gdb.trace/tfind.exp
3491 * gdb.trace/trace-break.exp
3492 * gdb.trace/trace-condition.exp
3493 * gdb.trace/trace-enable-disable.exp
3494 * gdb.trace/trace-mt.exp
3495 * gdb.trace/tracecmd.exp
3496 * gdb.trace/tracefile-pseudo-reg.exp
3497 * gdb.trace/tspeed.exp
3498 * gdb.trace/tstatus.exp
3499 * gdb.trace/tsv.exp
3500 * gdb.trace/unavailable.exp
3501 * gdb.trace/while-dyn.exp
3502 * gdb.trace/while-stepping.exp
3503 * lib/gdb-guile.exp
3504 * lib/gdb.exp
3505 * lib/mi-support.exp
3506 * lib/pascal.exp
3507 * lib/perftest.exp
3508 * lib/prelink-support.exp
3509 * lib/selftest-support.exp
3510
3511 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3512
3513 * Makefile.in: Include disable-implicit-rules.mk.
3514
3515 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3516
3517 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3518 non-byte-aligned bit fields.
3519
3520 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3521
3522 PR gdb/12616
3523 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3524 respects the DW_AT_data_bit_offset attribute.
3525
3526 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3527
3528 * gdb.base/default.exp: Fix output of "set language".
3529
3530 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3531
3532 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3533 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3534 make.
3535 * configure.ac: Remove checks for the make program.
3536 * configure: Re-generate.
3537
3538 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3539
3540 * gdb.python/py-recurse-unwind.c (main): Add loop.
3541 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3542 to read_register() and gdb.parse_and_eval(). Make each code
3543 call a separate case that can be individually tested.
3544 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3545 proc. Call cont_and_backtrace for each of the code paths that
3546 we want to test in the unwinder.
3547
3548 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3549
3550 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3551 the definition of struct S.
3552
3553 2016-11-11 Catherine Moore <clm@codesourcery.com>
3554
3555 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3556
3557 2016-11-09 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/commands.exp (runto_or_return): New procedure.
3560 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3561 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3562 (progvar_simple_while_test, progvar_complex_if_while_test)
3563 (if_while_breakpoint_command_test)
3564 (infrun_breakpoint_command_test, breakpoint_command_test)
3565 (user_defined_command_test, watchpoint_command_test)
3566 (test_command_prompt_position, redefine_hook_test)
3567 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3568 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3569 multi_line_input and multi_line. Remove gdb_expect and
3570 gdb_stop_suppressing_tests uses.
3571 * lib/gdb.exp (valnum_re): New global.
3572 (multi_line_input): New procedure.
3573
3574 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3575
3576 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3577 Remove.
3578 (test_setup): Define with proc_with_prefix.
3579 (test_cli_inferior): Likewise.
3580 (test_cli_thread): Likewise.
3581 (test_cli_frame): Likewise.
3582 (test_cli_select_frame): Likewise.
3583 (test_cli_up_down): Likewise.
3584 (test_mi_thread_select): Likewise.
3585 (test_mi_stack_select_frame): Likewise.
3586 (test_cli_in_mi_inferior): Likewise.
3587 (test_cli_in_mi_thread): Likewise.
3588 (test_cli_in_mi_frame): Likewise.
3589 (top level): Do not use with_test_prefix_procname.
3590
3591 2016-11-09 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.base/commands.exp (gdbvar_simple_if_test)
3594 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3595 (progvar_simple_if_test, progvar_simple_while_test)
3596 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3597 (infrun_breakpoint_command_test, breakpoint_command_test)
3598 (user_defined_command_test, watchpoint_command_test)
3599 (test_command_prompt_position, deprecated_command_test)
3600 (bp_deleted_in_command, temporary_breakpoint_commands)
3601 (stray_arg0_test, source_file_with_indented_comment)
3602 (recursive_source_test, if_commands_test)
3603 (error_clears_commands_left, redefine_hook_test)
3604 (redefine_backtrace_test): Use proc_with_prefix.
3605 * lib/gdb.exp (proc_with_prefix): New proc.
3606
3607 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3608
3609 * gdb.base/tui-layout.c: New file.
3610 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3611 disassembly window contains very long lines.
3612
3613 2016-11-08 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3616 depend on Python 2.
3617
3618 2016-11-08 Tom Tromey <tom@tromey.com>
3619
3620 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3621 New method.
3622
3623 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3624
3625 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3626
3627 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3628
3629 * gdb.rust/simple.rs: Add test for univariant enums without
3630 discriminants and for encoded struct-like enums.
3631
3632 2016-10-28 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3635 gdb_test_multiple, tighten regexps and match symtabs and line
3636 tables incrementally.
3637
3638 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3639
3640 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3641 general.
3642
3643 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3644
3645 * gdb.base/exec-invalid-sysroot.exp: New file.
3646
3647 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3648
3649 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3650
3651 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3654
3655 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3656
3657 * gdb.base/killed-outside.exp: Remove $options from a call to
3658 `prepare_for_testing'.
3659
3660 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3663 Change test message.
3664
3665 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3668 Update comment.
3669
3670 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3671
3672 * gdb.trace/mi-trace-save.exp: New file.
3673
3674 2016-10-13 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.base/code_elim.exp (get_var_address): Remove.
3677 * gdb.base/relocate.exp: Likewise.
3678 * gdb.base/shreloc.exp: Likewise.
3679 * lib/gdb.exp (get_var_address): New.
3680
3681 2016-10-13 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3684 floating point tests if $skip_float_test is false.
3685
3686 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
3687
3688 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3689 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3690 argc values.
3691 Add 1 to argc so we guarantee distinct initial/modified argc values.
3692
3693 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3696
3697 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3700 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3701 * gdb.arch/vsx-regs.exp: Likewise.
3702
3703 2016-10-07 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3706
3707 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3708
3709 * gdb.python/python.exp: Test decode_line("*0").
3710
3711 2016-10-06 Doug Evans <dje@google.com>
3712
3713 * gdb.python/py-value.exp (test_value_creation): Add test for large
3714 unsigned 64-bit value.
3715
3716 2016-10-06 Tom Tromey <tom@tromey.com>
3717
3718 * gdb.compile/compile.exp: Change java tests to rust.
3719 * gdb.base/setshow.exp: Change java tests to rust.
3720 * gdb.base/default.exp: Remove java from language list.
3721 * README (Examples): Update language example.
3722 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3723 test.
3724 * lib/gdb.exp (skip_java_tests): Remove.
3725 * lib/java.exp: Remove.
3726 * gdb.java: Remove.
3727
3728 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3729
3730 * gdb.arch/mips-fcr.exp: New test.
3731 * gdb.arch/mips-fcr.c: Source for the new test.
3732
3733 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3734
3735 * gdb.base/solib-disc.exp: Use `standard_output_file'
3736 throughout.
3737
3738 2016-10-06 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.base/jit-simple-dl.c: New file.
3741 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3742 * gdb.base/jit-simple.c: ... this.
3743 * gdb.base/jit-simple.exp (jit_run): Delete.
3744 (build_jit): New proc.
3745 (jit_test_reread): Recompile either the main program or the shared
3746 library, depending on what is being tested. Skip changing address
3747 if caller wants to. Compare before/after addresses. If testing
3748 standalone, explicitly load the binary. Test "maint info
3749 breakpoints".
3750 (top level): Add "standalone vs shared lib" and "change address"
3751 vs "same address" axes.
3752
3753 2016-10-06 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3756 call.
3757 (jit_run): Delete.
3758 (jit_test_reread): Use with_test_prefix. Reload the main binary
3759 explicitly. Compare the before/after addresses of the JIT
3760 descriptor.
3761
3762 2016-08-15 Doug Evans <dje@google.com>
3763
3764 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3765 for single bitfields is bool.
3766 * gdb.xml/tdesc-regs.exp: Ditto.
3767
3768 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3771
3772 2016-10-05 Yao Qi <yao.qi@linaro.org>
3773
3774 * lib/gdb.exp (support_complex_tests): Return zero if
3775 gdb_skip_float_test return true.
3776
3777 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3778 Simon Marchi <simon.marchi@ericsson.com>
3779
3780 PR gdb/20487
3781 * gdb.mi/user-selected-context-sync.exp: New file.
3782 * gdb.mi/user-selected-context-sync.c: New file.
3783
3784 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3785 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 PR gdb/20487
3788 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3789 =thread-select-event check.
3790
3791 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3792
3793 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3794 the compulsory L operand changes.
3795 * gdb.arch/powerpc-power.s: Likewise.
3796
3797 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3800 * gdb.base/jit-attach-pie.c: New file.
3801 * gdb.base/jit-attach-pie.exp: New file.
3802
3803 2016-09-28 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.base/infcall-input.c: New file.
3806 * gdb.base/infcall-input.exp: New file.
3807
3808 2016-09-22 Yao Qi <yao.qi@linaro.org>
3809
3810 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3811 (gdb_exit): Rename it to ...
3812 (gdbserver_gdb_exit): ... Close GDBserver.
3813 (gdb_exit): New proc, call gdbserver_gdb_exit.
3814 (mi_gdb_exit): Likewise.
3815
3816 2016-09-22 Yao Qi <yao.qi@linaro.org>
3817
3818 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3819 path.
3820 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3821 Remove duplication.
3822
3823 2016-09-22 Yao Qi <yao.qi@linaro.org>
3824
3825 * lib/gdbserver-support.exp: Check the existence of
3826 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3827
3828 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3829
3830 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3831
3832 2016-09-21 Tom Tromey <tom@tromey.com>
3833
3834 PR gdb/20604:
3835 * gdb.base/quit.exp: New file.
3836
3837 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3838
3839 * .gitignore: New file.
3840
3841 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3842
3843 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3844 throughout.
3845
3846 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3847
3848 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3849
3850 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 * gdb.cp/casts.cc (decltype): Move it ...
3853 (main): ... with its call to ...
3854 * gdb.cp/casts03.cc: ... a new file.
3855 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3856
3857 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3860
3861 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3862
3863 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3864 and sync up the test with tests in gas/testsuite/gas/ppc.
3865 * gdb.arch/powerpc-power.exp: Likewise.
3866
3867 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3870
3871 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3872 Jan Kratochvil <jan.kratochvil@redhat.com>
3873
3874 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3875 make m1's definition to be different from m2's. Use 'dummy' as an
3876 argument for probe 'two'.
3877
3878 2016-09-10 Jon Beniston <jon@beniston.com>
3879
3880 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3881 for sim target.
3882
3883 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3884
3885 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3886 variable declaration.
3887 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3888 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3889 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3890 received HWCAP as its argument.
3891
3892 2016-09-06 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/new-ui-pending-input.c: New file.
3895 * gdb.base/new-ui-pending-input.exp: New file.
3896 * gdb.exp (clear_gdb_spawn_id): New procedure.
3897 (with_spawn_id): Check whether gdb_spawn_id exists before
3898 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3899 on exit.
3900
3901 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3902
3903 * gdb.base/float128.c: New file.
3904 * gdb.base/float128.exp: Likewise.
3905 * gdb.base/floatn.c: Likewise.
3906 * gdb.base/floatn.exp: Likewise.
3907
3908 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3909
3910 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3911
3912 2016-09-05 Pedro Alves <palves@redhat.com>
3913
3914 PR backtrace/19927
3915 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3916 unwinders are immediately called as side effect of "source" or
3917 "disable unwinder" commands.
3918 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3919
3920 2016-09-02 Yao Qi <yao.qi@linaro.org>
3921
3922 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3923 is true and $type is "float" or "double".
3924
3925 2016-09-02 Yao Qi <yao.qi@linaro.org>
3926
3927 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3928 true.
3929 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3930 * gdb.base/call-rt-st.exp: Likewise.
3931 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3932 return value instead of gdb,skip_float_test.
3933 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3934 (do_function_calls): Use its return value instead of
3935 gdb,skip_float_test.
3936 * gdb.base/finish.exp: Likewise.
3937 * gdb.base/funcargs.exp: Likewise.
3938 * gdb.base/return.exp: Likewise.
3939 * gdb.base/return2.exp: Likewise.
3940 * gdb.base/varargs.exp: Likewise.
3941 * lib/gdb.exp (gdb_skip_float_test): Change it to
3942 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3943
3944 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3945
3946 * gdb.multi/tids.exp: Test "thread apply all".
3947
3948 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * gdb.base/default.exp (tty): Remove.
3951
3952 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3953
3954 * gdb.python/py-recurse-unwind.c: New file.
3955 * gdb.python/py-recurse-unwind.py: New file.
3956 * gdb.python/py-recurse-unwind.exp: New file.
3957
3958 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3959
3960 * gdb.base/set-inferior-tty.exp: New file.
3961 * gdb.base/set-inferior-tty.c: New file.
3962
3963 2016-08-23 Pedro Alves <palves@redhat.com>
3964
3965 PR gdb/20494
3966 * gdb.base/new-ui-echo.c: New file.
3967 * gdb.base/new-ui-echo.exp: New file.
3968
3969 2016-08-23 Yao Qi <yao.qi@linaro.org>
3970
3971 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3972 gdbserver_spawn.
3973 * gdb.server/connect-without-multi-process.exp (do_test):
3974 Likewise.
3975
3976 2016-08-23 Yao Qi <yao.qi@linaro.org>
3977
3978 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3979 standalone_txt. Delete gdb_txt and standalone_txt on host
3980 and target. Spawn the binary on target. Copy files from
3981 target to host.
3982
3983 2016-08-22 Pedro Alves <palves@redhat.com>
3984
3985 PR gdb/20505
3986 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3987 with_test_prefix. Factor out bits to ...
3988 (test_no_vdso): ... this new procedure.
3989
3990 2016-08-19 Carl Love <cel@us.ibm.com>
3991
3992 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3993 maintaining separate logic for constructing the output path.
3994 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3995 * gdb.arch/ppc-dfp.exp: Likewise.
3996 * gdb.arch/ppc-fp.exp: Likewise.
3997 * gdb.arch/vsx-regs.exp: Likewise.
3998 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3999 binprefix for generating the additional binary files.
4000
4001 2016-08-19 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.trace/mi-trace-frame-collected.exp
4004 (test_trace_frame_collected): On x32, expect two registers.
4005
4006 2016-08-18 Carl Love <cel@us.ibm.com>
4007
4008 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4009 and sync up the test with tests in gas/testsuite/gas/ppc.
4010 * gdb.arch/powerpc-power.exp: Likewise.
4011
4012 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4013
4014 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4015 expected error message.
4016
4017 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4018
4019 * gdb.multi/remove-inferiors.exp: New file.
4020 * gdb.multi/remove-inferiors.c: New file.
4021
4022 2016-08-12 Yao Qi <yao.qi@linaro.org>
4023
4024 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4025 argument list.
4026
4027 2016-08-10 Pedro Alves <palves@redhat.com>
4028
4029 PR gdb/19187
4030 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4031 setup_kfails.
4032
4033 2016-08-09 Pedro Alves <palves@redhat.com>
4034 Simon Marchi <simon.marchi@ericsson.com>
4035
4036 PR gdb/20418
4037 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4038 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4039
4040 2016-08-09 Pedro Alves <palves@redhat.com>
4041
4042 PR mi/20431
4043 * gdb.mi/mi-cmd-error.exp: New file.
4044
4045 2016-08-09 Pedro Alves <palves@redhat.com>
4046
4047 PR gdb/18653
4048 * gdb.base/signals-state-child.c: New file.
4049 * gdb.base/signals-state-child.exp: New file.
4050 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4051
4052 2016-08-09 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4055
4056 2016-08-03 Tom Tromey <tom@tromey.com>
4057
4058 PR python/18565:
4059 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4060
4061 2016-08-01 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4064 variable mode to "multi-process" if $multi_process is 1, otherwise
4065 set it to "single-process".
4066
4067 2016-08-01 Yao Qi <yao.qi@linaro.org>
4068
4069 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4070 * gdb.cp/cpexprs.exp: Likewise.
4071 * gdb.cp/m-static.exp: Likewise.
4072
4073 2016-07-26 Tom Tromey <tom@tromey.com>
4074
4075 PR python/20190:
4076 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4077 test.
4078
4079 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4080
4081 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4082 selecting assembly source files.
4083 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4084 assembly source files.
4085 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4086 assembly source files.
4087 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4088 selecting assembly source files.
4089
4090 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * gdb.base/new-ui.exp (do_test_invalid_args): New
4093 procedure.
4094
4095 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4096
4097 * gdb.btrace/reconnect.c: New file.
4098 * gdb.btrace/reconnect.exp: New file.
4099
4100 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4101
4102 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4103 to test_catch_syscall_group.
4104 (test_catch_syscall_group): New.
4105
4106 2016-07-21 Tom Tromey <tom@tromey.com>
4107
4108 * gdb.rust/simple.rs (main): Use empty struct expression.
4109 * gdb.rust/simple.exp: Add tests for empty struct expression.
4110
4111 2016-07-21 Yao Qi <yao.qi@linaro.org>
4112
4113 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4114 if gdb_skip_xml_test is true on some targets.
4115
4116 2016-07-21 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.server/solib-list.exp: Unset last_loaded_file.
4119
4120 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4123 "step into captured_main (args)".
4124
4125 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4128
4129 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4132
4133 2016-07-19 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4136 * gdb.opt/inline-bt.exp: Likewise.
4137 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4138 additional_flags=-Winline.
4139 * gdb.opt/inline-locals.exp: Likewise.
4140 * gdb.opt/inline-markers.c (ATTR): Define.
4141 (inlined_fn): Use it.
4142
4143 2016-07-19 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4146 (test_with_self): Remove some code. Remove argument executable.
4147 (top-level): Use do_self_tests.
4148
4149 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4150 Don Breazeal <donb@codesourcery.com>
4151
4152 * gdb.base/maint.exp: Escape paths used in regular expressions.
4153 * gdb.stabs/weird.exp: Likewise.
4154
4155 2016-07-13 Tom Tromey <tom@tromey.com>
4156
4157 PR python/15620, PR python/18620:
4158 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4159 (test_bkpt_events): New procs.
4160
4161 2016-07-13 Tom Tromey <tom@tromey.com>
4162
4163 PR python/17698:
4164 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4165 test.
4166 (test_watchpoints): Likewise.
4167 (test_bkpt_pending): New proc.
4168
4169 2016-07-13 Tom Tromey <tom@tromey.com>
4170
4171 PR cli/18053:
4172 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4173 completion test.
4174
4175 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4178 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4179 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4180 f_label.
4181 (g): Rename g_end_lbl to g_label.
4182 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4183 low_pc and high_pc.
4184 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4185
4186 2016-07-12 Tom Tromey <tom@tromey.com>
4187
4188 PR python/19293:
4189 * gdb.python/py-unwind-maint.exp: Update tests.
4190
4191 2016-07-12 Yao Qi <yao.qi@linaro.org>
4192
4193 * lib/selftest-support.exp (selftest_setup): Match the output
4194 when captured_main is inlined.
4195
4196 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4197
4198 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4199 New variables.
4200 (print this%a, print this%b, print this): New tests.
4201 * gdb.fortran/derived-types.f90 (this): New object and
4202 initialization.
4203
4204 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4205
4206 * gdb.ada/arraydim.exp: Remove extra directory level in build
4207 directory.
4208
4209 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4210
4211 * lib/ada.exp: Remove extra directory level in build directory.
4212 * gdb.ada/cond_lang.exp: Likewise.
4213 * gdb.ada/exec_changed.exp: Likewise.
4214 * gdb.ada/lang_switch.exp: Likewise.
4215
4216 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4217
4218 * simple.rs: Add test for raw pointer subscripting.
4219 * simple.exp: Add test expectations.
4220
4221 2016-07-05 Yao Qi <yao.qi@linaro.org>
4222
4223 * gdb.mi/mi-reverse.exp: Match =record-started output.
4224
4225 2016-07-01 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4228 procedure.
4229 (jit_reader_test): Test the jit reader's unwinder.
4230 * gdb.base/jithost.c (jit_function_00_code): New global.
4231 (main): Use memcpy to fill in the mmapped code, instead of poking
4232 bytes manually here.
4233 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4234 value.
4235 (read_debug_info): Save the function's range.
4236 (read_sp): New function.
4237 (unwind_frame): Use it. Also unwind RBP.
4238 (get_frame_id): Use read_sp.
4239 (gdb_init_reader): Use calloc instead of malloc.
4240 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4241 parameter. Use gdb_test_multiple.
4242
4243 2016-07-01 Pedro Alves <palves@redhat.com>
4244 Antoine Tremblay <antoine.tremblay@ericsson.com>
4245
4246 * gdb.threads/process-dies-while-detaching.c: New file.
4247 * gdb.threads/process-dies-while-detaching.exp: New file.
4248
4249 2016-07-01 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.multi/watchpoint-multi-exit.c: New file.
4252 * gdb.multi/watchpoint-multi-exit.exp: New file.
4253
4254 2016-06-30 Pedro Alves <palves@redhat.com>
4255
4256 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4257 unset inferior_spawn_id.
4258
4259 2016-06-30 Pedro Alves <palves@redhat.com>
4260
4261 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4262 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4263
4264 2016-06-29 Yao Qi <yao.qi@linaro.org>
4265
4266 * gdb.base/return.c: Add copyright header.
4267
4268 2016-06-29 Tom Tromey <tom@tromey.com>
4269
4270 PR python/20129:
4271 * gdb.python/py-framefilter.exp: Add tests for setting priority
4272 and disabling of non-existent frame filter.
4273
4274 2016-06-29 Yao Qi <yao.qi@linaro.org>
4275
4276 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4277 0x0f07ff.
4278
4279 2016-06-28 Yao Qi <yao.qi@linaro.org>
4280
4281 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4282 triplets. Start gdb, execute catch syscall, and continue. Check
4283 gdb's output to determine catch syscall is supported.
4284
4285 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4286
4287 * gdb.rust/simple.rs: Add test for returning unit in a function.
4288 * gdb.rust/simple.exp: Add expectation for functions returning
4289 unit.
4290
4291 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4292
4293 * gdb.python/py-breakpoint-create-fail.c,
4294 gdb.python/py-breakpoint-create-fail.exp,
4295 gdb.python/py-breakpoint-create-fail.py: New testcase.
4296
4297 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4298
4299 PR gdb/20239
4300 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4301 * gdb.rust/simple.exp: Add test expectations for new NonZero
4302 tests.
4303
4304 2016-06-24 David Taylor <dtaylor@emc.com>
4305
4306 * gdb.base/offsets.exp: New file.
4307 * gdb.base/offsets.c: New file.
4308
4309 2016-06-23 Tom Tromey <tom@tromey.com>
4310
4311 PR gdb/16483:
4312 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4313 before any filters are loaded.
4314
4315 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4316
4317 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4318 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4319 structs.
4320 * gdb.fortran/derived-type-function.exp: New file.
4321 * gdb.fortran/derived-type-function.f90: New file.
4322
4323
4324 2016-06-21 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/new-ui.exp: New file.
4327 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4328 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4329 (with_spawn_id): New procedure.
4330
4331 2016-06-21 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.mi/mi-exec-run.exp: New file.
4334
4335 2016-06-21 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4338 breakpoint command's output on the main UI.
4339 (test_break): New procedure, factored out from calls in the top
4340 level.
4341 (top level): Use foreach_with_prefix to test MI as main UI and as
4342 separate UI.
4343
4344 2016-06-21 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4347 (test_awatch_creation_and_listing)
4348 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4349 Remove 'type' parameter.
4350 (test_watchpoint_all): New parameter mi_mode. Remove
4351 with_test_prefix.
4352 (top level): Use foreach_with_prefix, and add main/separate UI MI
4353 testing axis.
4354
4355 2016-06-21 Pedro Alves <palves@redhat.com>
4356
4357 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4358 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4359 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4360 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4361 (gdb_main_spawn_id, mi_spawn_id): Declare and
4362 comment.
4363 (mi_create_inferior_pty): New procedure,
4364 factored out from default_mi_gdb_start.
4365 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4366 procedures.
4367 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4368 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4369 Use mi_create_inferior_pty.
4370 (mi_gdb_start): Use eval to pass down args list.
4371
4372 2016-06-21 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4375 * gdb.opt/inline-cmds.exp: Add MI tests.
4376
4377 2016-06-21 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4380
4381 2016-06-21 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4384 (top level): Use it instead of mi_execute_to.
4385
4386 2016-06-21 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4389 (cont_handler_str): New.
4390 (signal_stop_handler): Set stop_handler_str instead of printing to
4391 stdout.
4392 (continue_handler): Set cont_handler_str instead of printing to
4393 stdout.
4394 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4395 mi_send_resuming_command. Print stop_handler_str and
4396 cont_handler_str instead of expecting the python events print
4397 directly.
4398
4399 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4400
4401 * gdb.base/jit-reader.exp: New file.
4402 * gdb.base/jithost.c: New file.
4403 * gdb.base/jithost.h: New file.
4404 * gdb.base/jitreader.c : New file.
4405 * gdb.base/jit-protocol.h: New file.
4406
4407 2016-06-17 Yao Qi <yao.qi@linaro.org>
4408
4409 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4410 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4411 and detach-on-fork. Adjust tests.
4412 (top level): Invoke break_cond_on_syscall with combinations of
4413 syscall, follow-fork-mode and detach-on-fork.
4414
4415 2016-06-17 Yao Qi <yao.qi@linaro.org>
4416
4417 * gdb.base/step-over-exit.c: New.
4418 * gdb.base/step-over-exit.exp: New.
4419
4420 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4421
4422 * gdb.base/float.exp: Add target check for nds32*-*-*.
4423 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4424
4425 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4428 for unsupported target features.
4429 * gdb.base/call-rt-st.exp: Likewise.
4430 * gdb.base/call-sc.exp: Likewise.
4431 * gdb.base/call-signal-resume.exp: Likewise.
4432 * gdb.base/call-strs.exp: Likewise.
4433 * gdb.base/callexit.exp: Likewise.
4434 * gdb.base/callfuncs.exp: Likewise.
4435 * gdb.base/nodebug.exp: Likewise.
4436 * gdb.base/printcmds.exp: Likewise.
4437 * gdb.base/ptype.exp: Likewise.
4438 * gdb.base/structs.exp: Likewise.
4439 * gdb.base/unwindonsignal.exp: Likewise.
4440 * gdb.cp/gdb2495.exp: Likewise.
4441 * gdb.cp/templates.exp: Likewise.
4442 * gdb.cp/virtfunc.exp: Likewise.
4443 * gdb.threads/hand-call-in-threads.exp: Likewise.
4444 * gdb.threads/interrupted-hand-call.exp: Likewise.
4445 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4446
4447 2016-06-10 Tom Tromey <tom@tromey.com>
4448
4449 PR rust/20110:
4450 * gdb.rust/expr.exp: Add test for integer constant larger than
4451 i32.
4452
4453 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4454
4455 * gdb.fortran/nested-funcs.exp: New.
4456 * gdb.fortran/nested-funcs.f90: New.
4457
4458 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4459
4460 * gdb.base/examine-backward.c: New file.
4461 * gdb.base/examine-backward.exp: New file.
4462
4463 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4466 matching.
4467
4468 2016-06-02 Tom Tromey <tom@tromey.com>
4469
4470 PR python/18984:
4471 * gdb.python/py-shared.exp: Add solib_name test.
4472
4473 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4474
4475 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4476
4477 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4478
4479 PR c++/19893
4480 * gdb.dwarf2/implref.exp: Rename to...
4481 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4482 * gdb.dwarf2/implref-array.c: New file.
4483 * gdb.dwarf2/implref-array.exp: Likewise.
4484 * gdb.dwarf2/implref-global.c: Likewise.
4485 * gdb.dwarf2/implref-global.exp: Likewise.
4486 * gdb.dwarf2/implref-struct.c: Likewise.
4487 * gdb.dwarf2/implref-struct.exp: Likewise.
4488
4489 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4490
4491 * gdb.trace/trace-condition.exp: Add 64bit tests.
4492
4493 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4494
4495 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4496 bits types.
4497 (main): Adapt to 8 to 64 bits types.
4498 * gdb.trace/trace-condition.exp: Add new tests.
4499
4500 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4501
4502 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4503
4504 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4505
4506 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4507 Move condition tests...
4508 * gdb.trace/trace-condition.exp: Here.
4509
4510 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4511
4512 * gdb.trace/trace-condition.exp: Add counter-case tests.
4513
4514 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 PR c++/15231
4517 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4518 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4519
4520 2016-05-27 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4523 New procedure.
4524 (top level): Call it, and bail out of DejaGnu is known to be bad.
4525
4526 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4527
4528 * gdb.base/whatis.c: Extend the test case.
4529 * gdb.base/whatis.exp: Add additional tests.
4530
4531 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4532
4533 * gdb.fortran/type.f90: Add pointer variable.
4534 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4535
4536 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4537
4538 * gdb.fortran/vla-type.exp: Fix testcase name.
4539
4540 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4541
4542 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4543
4544 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4545
4546 * gdb.fortran/type.f90: Add nested structures.
4547 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4548 * gdb.fortran/derived-type.exp: Adapt expected output.
4549 * gdb.fortran/vla-type.exp: Adapt expected output.
4550
4551 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4552
4553 * gdb.fortran/whatis_type.exp: Adapt expected output.
4554
4555 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4556
4557 * gdb.fortran/print_type.exp: Fix expected output.
4558 * gdb.fortran/whatis_type.exp: Fix expected output.
4559
4560 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4561
4562 * gdb.fortran/whatis_type.exp: Use multi_line.
4563
4564 2016-05-24 Tom Tromey <tom@tromey.com>
4565
4566 PR python/17386:
4567 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4568 use value as an index.
4569
4570 2016-05-23 Tom Tromey <tom@tromey.com>
4571
4572 PR python/17981:
4573 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4574 no-breakpoint case.
4575
4576 2016-05-24 Pedro Alves <palves@redhat.com>
4577
4578 PR gdb/19828
4579 * gdb.threads/clone-attach-detach.c: New file.
4580 * gdb.threads/clone-attach-detach.exp: New file.
4581
4582 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4583
4584 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4585
4586 2016-05-23 Tom Tromey <tom@tromey.com>
4587
4588 PR python/19438, PR python/18393:
4589 * gdb.python/py-progspace.exp: Add "dir" test.
4590 * gdb.python/py-objfile.exp: Add "dir" test.
4591
4592 2016-05-23 Yao Qi <yao.qi@linaro.org>
4593
4594 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4595 * gdb.arch/thumb2-it.exp: Likewise.
4596
4597 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4598
4599 * gdb.mi/mi-threads-interrupt.c: New file.
4600 * gdb.mi/mi-threads-interrupt.exp: New file.
4601
4602 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4603
4604 PR gdb/18077
4605 * gdb.mi/mi-async-run.exp: New file.
4606 * gdb.mi/mi-async-run.c: New file.
4607
4608 2016-05-17 Tom Tromey <tom@tromey.com>
4609 Manish Goregaokar <manishsmail@gmail.com>
4610
4611 * lib/rust-support.exp: New file.
4612 * lib/gdb.exp (skip_rust_tests): New proc.
4613 (build_executable_from_specs): Handle rust.
4614 * lib/future.exp (gdb_find_rustc): New proc.
4615 (gdb_default_target_compile): Handle rust.
4616 * gdb.rust/expr.exp: New file.
4617 * gdb.rust/generics.exp: New file.
4618 * gdb.rust/generics.rs: New file.
4619 * gdb.rust/methods.exp: New file.
4620 * gdb.rust/methods.rs: New file.
4621 * gdb.rust/modules.exp: New file.
4622 * gdb.rust/modules.rs: New file.
4623 * gdb.rust/simple.exp: New file.
4624 * gdb.rust/simple.rs: New file.
4625
4626 2016-05-17 Tom Tromey <tom@tromey.com>
4627
4628 * gdb.base/default.exp (set language): Add rust.
4629
4630 2016-05-17 Tom Tromey <tom@tromey.com>
4631
4632 * gdb.gdb/unittest.exp: New file.
4633
4634 2016-05-16 Yao Qi <yao.qi@linaro.org>
4635
4636 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4637 shell_prompt. Update shell_prompt_re.
4638
4639 2016-05-12 Doug Evans <dje@google.com>
4640
4641 PR symtab/19999
4642 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4643 $options when building executable.
4644 * gdb.dwarf2/fission-loclists-pie.S: New file.
4645 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4646
4647 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4650 of [is_remote target],
4651
4652 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * lib/gdb.exp (use_gdb_stub): New procedure.
4655
4656 2016-05-03 Yunlian Jiang <yunlian@google.com>
4657 Doug Evans <dje@google.com>
4658
4659 PR symtab/19914
4660 * gdb.dwarf2/dwp-sepdebug.c: New file.
4661 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4662
4663 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4664
4665 * gdb.base/detach.exp: Remove is_remote check.
4666
4667 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4668
4669 * gdb.base/annota-input-while-running.exp: Don't check for
4670 [is_remote target]. Enable annotations after running to main.
4671 Remove unused "set test..." line.
4672
4673 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.trace/trace-enable-disable.exp: New file.
4676 * gdb.trace/trace-enable-disable.c: New file.
4677
4678 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4679
4680 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4681 use it in info sharedlibrary test.
4682 * gdb.trace/ftrace-lock.exp: Likewise.
4683 * gdb.trace/ftrace.exp: Likewise.
4684 * gdb.trace/range-stepping.exp: Likewise.
4685 * gdb.trace/trace-break.exp: Likewise.
4686 * gdb.trace/trace-condition.exp: Likewise.
4687 * gdb.trace/trace-mt.exp: Likewise.
4688
4689 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4690
4691 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4692 (gdb_load_shlib): ... this.
4693 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4694 gdb_load_shlib.
4695 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4696 * gdb.base/ctxobj.exp: Likewise.
4697 * gdb.base/dprintf-pending.exp: Likewise.
4698 * gdb.base/dso2dso.exp: Likewise.
4699 * gdb.base/fixsection.exp: Likewise.
4700 * gdb.base/gcore-relro.exp: Likewise.
4701 * gdb.base/gdb1555.exp: Likewise.
4702 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4703 * gdb.base/gnu-ifunc.exp: Likewise.
4704 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4705 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4706 * gdb.base/pending.exp: Likewise.
4707 * gdb.base/print-file-var.exp: Likewise.
4708 * gdb.base/print-symbol-loading.exp: Likewise.
4709 * gdb.base/shlib-call.exp: Likewise.
4710 * gdb.base/shreloc.exp: Likewise.
4711 * gdb.base/so-impl-ld.exp: Likewise.
4712 * gdb.base/solib-disc.exp: Likewise.
4713 * gdb.base/solib-nodir.exp: Likewise.
4714 * gdb.base/solib-overlap.exp: Likewise.
4715 * gdb.base/solib-symbol.exp: Likewise.
4716 * gdb.base/solib-weak.exp (do_test): Likewise.
4717 * gdb.base/sym-file.exp: Likewise.
4718 * gdb.base/symtab-search-order.exp: Likewise.
4719 * gdb.base/type-opaque.exp: Likewise.
4720 * gdb.base/unload.exp: Likewise.
4721 * gdb.base/watchpoint-solib.exp: Likewise.
4722 * gdb.compile/compile.exp: Likewise.
4723 * gdb.cp/gdb2384.exp: Likewise.
4724 * gdb.cp/infcall-dlopen.exp: Likewise.
4725 * gdb.cp/re-set-overloaded.exp: Likewise.
4726 * gdb.fortran/library-module.exp: Likewise.
4727 * gdb.opt/solib-intra-step.exp: Likewise.
4728 * gdb.python/py-finish-breakpoint.exp: Likewise.
4729 * gdb.python/py-shared.exp: Likewise.
4730 * gdb.reverse/solib-precsave.exp: Likewise.
4731 * gdb.reverse/solib-reverse.exp: Likewise.
4732 * gdb.server/solib-list.exp: Likewise.
4733 * gdb.threads/dlopen-libpthread.exp: Likewise.
4734 * gdb.threads/tls-shared.exp: Likewise.
4735 * gdb.threads/tls-so_extern.exp: Likewise.
4736 * gdb.trace/change-loc.exp: Likewise.
4737 * gdb.trace/ftrace-lock.exp: Likewise.
4738 * gdb.trace/ftrace.exp: Likewise.
4739 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4740 * gdb.trace/pending.exp: Likewise.
4741 * gdb.trace/range-stepping.exp: Likewise.
4742 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4743 (strace_info_marker): Likewise.
4744 (strace_probe_marker): Likewise.
4745 (strace_trace_on_same_addr): Likewise.
4746 (strace_trace_on_diff_addr): Likewise.
4747 * gdb.trace/trace-break.exp: Likewise.
4748 * gdb.trace/trace-condition.exp: Likewise.
4749 * gdb.trace/trace-mt.exp: Likewise.
4750
4751 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4752
4753 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4754 result of gdb_remote_download.
4755 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4756 * gdb.base/dso2dso.exp: Likewise.
4757 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4758 * gdb.base/print-file-var.exp: Likewise.
4759 * gdb.base/shlib-call.exp: Likewise.
4760 * gdb.base/shreloc.exp: Likewise.
4761 * gdb.base/solib-overlap.exp: Likewise.
4762 * gdb.base/solib-weak.exp (do_test): Likewise.
4763 * gdb.base/unload.exp: Likewise.
4764
4765 2016-04-27 Yao Qi <yao.qi@linaro.org>
4766
4767 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4768 exists.
4769
4770 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4771
4772 * vla-type.exp: Print structure from toplevel.
4773
4774 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4775
4776 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4777 of dynamic types.
4778 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4779 of dynamic types.
4780
4781 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4782
4783 * gdb.fortran/vla-type.f90: New file.
4784 * gdb.fortran/vla-type.exp: New file.
4785
4786 2016-04-25 Yao Qi <yao.qi@linaro.org>
4787
4788 * gdb.base/branch-to-self.c: New file.
4789 * gdb.base/branch-to-self.exp: New file.
4790
4791 2016-04-22 Yao Qi <yao.qi@linaro.org>
4792
4793 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4794 more after $hex.
4795
4796 2016-04-22 Yao Qi <yao.qi@linaro.org>
4797
4798 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4799 * gdb.base/annota3.exp: Likewise.
4800
4801 2016-04-22 Yao Qi <yao.qi@linaro.org>
4802
4803 * gdb.reverse/step-precsave.exp: Do one step and test program
4804 stops in "callee" and do multiple steps until program goes out
4805 of "callee".
4806 * gdb.reverse/step-reverse.exp: Likewise.
4807
4808 2016-04-22 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.trace/signal.exp: Also pass if
4811 $tracepoint_hits($i) > $iterations.
4812
4813 2016-04-22 Yao Qi <yao.qi@linaro.org>
4814
4815 * gdb.trace/signal.c: New file.
4816 * gdb.trace/signal.exp: New file.
4817
4818 2016-04-19 Doug Evans <xdje42@gmail.com>
4819
4820 * gdb.base/bad-file.exp: New file.
4821
4822 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4823
4824 * gdb.dwarf2/implref.exp: New file.
4825
4826 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4827
4828 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4829 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4830 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4831 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4832 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4833 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4834 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4835 * lib/fortran.exp (fortran_int4): New procedure.
4836 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4837 (fortran_logical4): Likewise.
4838
4839 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4840
4841 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4842
4843 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4844
4845 * lib/compiler.c: Add Intel specific preprocessor macros.
4846 * lib/compiler.cc: Likewise.
4847
4848 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4849
4850 * gdb.server/connect-with-no-symbol-file.c: New file.
4851 * gdb.server/connect-with-no-symbol-file.exp: New file.
4852
4853 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4854
4855 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4856
4857 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4858
4859 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4860 standard output directory.
4861
4862 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4863
4864 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4865
4866 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4867
4868 * gdb.btrace/instruction_history.c (loop): Add declaration.
4869
4870 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4871
4872 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4873
4874 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4875
4876 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4877 parentheses to print.
4878 (continue_handler): Likewise.
4879
4880 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4881
4882 * gdb.server/solib-list.exp: Remove is_remote check.
4883 Pass shlib= to gdb_compile. Don't link shared library with
4884 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4885 Run binary filename through "readlink -f" on the target.
4886
4887 2016-04-08 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4890 interpreter filename as argument to gdbserver_spawn.
4891 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4892 Return empty if $last_loaded_file does not exist.
4893
4894 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4897 * gdb.base/jit-main.c: Use exit after usage.
4898
4899 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4900
4901 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4902 GDBHISTSIZE prior to the tests.
4903 * gdb.base/gdbinit-history.exp: Likewise.
4904
4905 2016-04-07 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4908 instead of build_executable. Use gdb_load_shlibs.
4909
4910 2016-04-07 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4913 Execute "si" command.
4914
4915 2016-04-07 Yao Qi <yao.qi@linaro.org>
4916
4917 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4918 number instead of the comments on some line.
4919
4920 2016-04-06 Don Breazeal <donb@codesourcery.com>
4921
4922 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4923 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4924
4925 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4928 standard_output_file. Remove unused binfile variable.
4929
4930 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4931
4932 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4933 * gdb.python/py-mi-objfile.exp: Match "list main" output
4934 in console format.
4935
4936 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4937
4938 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4939 absolute.
4940
4941 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4944 absolute.
4945 * gdb.trace/ftrace.exp: Likewise.
4946 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4947 targets as well.
4948 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4949 (gdb_load_shlibs): Copy libraries to test directory when testing
4950 natively. Only set solib-search-path if testing remotely.
4951 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4952
4953 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4954
4955 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4956 gdb_download. Use it even if the target is not remote.
4957 * gdb.base/jit.exp (compile_jit_test): Likewise.
4958 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4959 output directory if the destination board is local, otherwise use
4960 the standard remote_download from DejaGnu.
4961 (gdb_download): Remove.
4962 (gdb_load_shlibs): Use gdb_remote_download instead of
4963 gdb_download.
4964 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4965 Use gdb_remote_download instead of gdb_download. Use it even if
4966 the target is not remote.
4967 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4968 instead of gdb_download.
4969
4970 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4971
4972 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4973 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4974 run.
4975
4976 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4977
4978 PR gdb/19820
4979 * gdb.base/printcmds.exp: Add artificial arrays tests.
4980
4981 2016-03-31 Pedro Alves <palves@redhat.com>
4982
4983 PR gdb/19858
4984 * gdb.base/jit-main.c: Include unistd.h.
4985 (ATTACH): Define to 0 if not already defined.
4986 (wait_for_gdb, mypid): New globals.
4987 (WAIT_FOR_GDB): New macro.
4988 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4989 some breakpoint locations.
4990 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4991 New procedures.
4992 (one_jit_test): Add REATTACH parameter, and handle it. Use
4993 continue_to_test_location.
4994 (top level): Test attach, and adjusts calls to one_jit_test.
4995
4996 2016-03-31 Pedro Alves <palves@redhat.com>
4997
4998 PR gdb/19858
4999 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5000 BINSUFFIX parameter, and handle it.
5001 (top level): Adjust calls compile_jit_test.
5002
5003 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5004
5005 PR python/19743
5006 * gdb.python/py-mi-events-gdb.py: New file.
5007 * gdb.python/py-mi-events.c: New file.
5008 * gdb.python/py-mi-events.exp: New file.
5009
5010 2016-03-30 Yao Qi <yao.qi@linaro.org>
5011
5012 * gdb.reverse/until-precsave.exp: Match function name only.
5013 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5014 Move malloc to a condition block.
5015 * gdb.reverse/until-reverse.exp: Match function name only.
5016
5017 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5018
5019 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5020 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5021 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5022 variable for GPR 0 instead of assuming it is register 0.
5023 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5024 * lib/trace-support.exp: Add s390 registers.
5025
5026 2016-03-29 Yao Qi <yao.qi@linaro.org>
5027
5028 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5029
5030 2016-03-24 Yao Qi <yao.qi@linaro.org>
5031
5032 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5033 test message.
5034
5035 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5036
5037 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5038 maintaining separate logic for constructing the output path.
5039
5040 2016-03-16 Don Breazeal <donb@codesourcery.com>
5041
5042 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5043 Retry fork and waitpid on interrupted system call errors.
5044 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5045 Use with_timeout_factor to increase timeout by factor of 10.
5046
5047 2016-03-15 Don Breazeal <donb@codesourcery.com>
5048
5049 * gdb.cp/scope-err.cc: New test program.
5050 * gdb.cp/scope-err.exp: New test script.
5051 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5052 lines and "set breakpoint here" comment.
5053 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5054 Fixed some whitespace and format issues.
5055 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5056 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5057
5058 2016-03-15 Doug Evans <dje@google.com>
5059
5060 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5061 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5062 All callers updated. Add tests for enums, mixed flags register.
5063
5064 2016-03-15 Doug Evans <dje@google.com>
5065
5066 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5067 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5068
5069 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5070
5071 * gdb.base/default.exp: Add $_as_string to the list of expected
5072 convenience functions.
5073
5074 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5075
5076 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5077
5078 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5079
5080 * gdb.python/py-as-string.exp: New file.
5081 * gdb.python/py-as-string.c: New file.
5082
5083 2016-03-09 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5086 signal" -> "Thread NN received signal" output change.
5087 * gdb.threads/ia64-sigill.exp: Likewise.
5088 * gdb.threads/linux-dp.exp: Likewise.
5089 * gdb.threads/manythreads.exp: Likewise.
5090 * gdb.threads/pending-step.exp: Likewise.
5091 * gdb.threads/print-threads.exp: Likewise.
5092 * gdb.threads/sigstep-threads.exp: Likewise.
5093 * gdb.threads/staticthreads.exp: Likewise.
5094 * gdb.threads/tls.exp: Likewise.
5095
5096 2016-03-09 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/command-line-input.exp: New file.
5099
5100 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5101
5102 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5103 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5104 * gdb.trace/pending.exp: Accept leading dot before function name.
5105 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5106 * lib/trace-support.exp: Set registers for ppc.
5107
5108 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5109
5110 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5111 use it for disassembly; accept .main in addition to main in backtrace.
5112
5113 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5114 Marcin Kościelnicki <koriakin@0x04.net>
5115
5116 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5117 (gdb_recursion_test_ptr): New global variable.
5118 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5119 gdb_recursion_test.
5120 (gdb_c_test): Ditto.
5121
5122 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5123
5124 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5125 ordering.
5126
5127 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5128
5129 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5130 (bar): Add bar_start_lbl label.
5131 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5132 of foo/bar for emitting DWARF and tracing.
5133
5134 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5135
5136 * analyze-racy-logs.py: Set executable bit.
5137
5138 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5139
5140 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5141 (CHECK_TARGET_TMP): Likewise.
5142 (check-single-racy): New rule.
5143 (check-parallel-racy): Likewise.
5144 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5145 (do-check-parallel-racy): New rule.
5146 (check-racy/%.exp): Likewise.
5147 * README (Racy testcases): New section.
5148 * analyze-racy-logs.py: New file.
5149
5150 2016-03-03 Doug Evans <dje@google.com>
5151
5152 * gdb.base/skip.exp: Use with_test_prefix.
5153
5154 2016-03-03 Yao Qi <yao.qi@linaro.org>
5155
5156 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5157 Invoke step_over_syscall "clone" and break_cond_on_syscall
5158 "clone".
5159 * gdb.base/step-over-clone.c: New file.
5160
5161 2016-03-03 Yao Qi <yao.qi@linaro.org>
5162
5163 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5164 code format.
5165
5166 2016-03-03 Yao Qi <yao.qi@linaro.org>
5167
5168 * gdb.base/disp-step-fork.c: Rename to ...
5169 * gdb.base/step-over-fork.c: ... it. New file.
5170 * gdb.base/disp-step-vfork.c: Rename to ...
5171 * gdb.base/step-over-vfork.c: ... it. New file.
5172 * gdb.base/disp-step-syscall.exp: Rename to ...
5173 * gdb.base/step-over-syscall.exp: ... it. New file.
5174 (disp_step_cross_syscall): Rename to ...
5175 (step_over_syscall): ... it.
5176
5177 2016-03-03 Yao Qi <yao.qi@linaro.org>
5178
5179 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5180 If target supports condition evaluation on target, invoke
5181 break_cond_on_syscall for fork and vfork.
5182
5183 2016-03-03 Yao Qi <yao.qi@linaro.org>
5184
5185 * gdb.base/disp-step-syscall.exp: Don't invoke
5186 support_displaced_stepping.
5187 (disp_step_cross_syscall): Test with displaced stepping off and
5188 on if supported.
5189
5190 2016-03-03 Yao Qi <yao.qi@linaro.org>
5191
5192 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5193 proc.
5194 (setup): New proc.
5195 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5196 and setup.
5197
5198 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5199
5200 * gdb.fortran/vla-history.exp: Remove breakpoint.
5201
5202 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5203
5204 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5205 exceeds timeout.
5206
5207 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5208
5209 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5210 breakpoint.
5211
5212 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5213
5214 * gdb.mi/vla.f90: Nullify pointer after declaration.
5215
5216 2016-03-01 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5219
5220 2016-03-01 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5223 before anything else.
5224 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5225 _GNU_SOURCE here.
5226 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5227 before anything else.
5228 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5229
5230 2016-03-01 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5233
5234 2016-03-01 Yao Qi <yao.qi@linaro.org>
5235
5236 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5237 prepare_for_testing.
5238
5239 2016-03-01 Yao Qi <yao.qi@linaro.org>
5240
5241 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5242
5243 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5244
5245 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5246 manually constructing the output path.
5247
5248 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5249
5250 * gdb.arch/s390-stackless.S: New.
5251 * gdb.arch/s390-stackless.exp: New.
5252
5253 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5254
5255 * gdb.dlang/circular.c: New file.
5256 * gdb.dlang/circular.exp: New file.
5257
5258 2016-02-26 Yao Qi <yao.qi@linaro.org>
5259
5260 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5261 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5262 (testcases): Update.
5263
5264 2016-02-26 Yao Qi <yao.qi@linaro.org>
5265
5266 * gdb.reverse/aarch64.c: Rename to ...
5267 * gdb.reverse/insn-reverse.c: ... it.
5268 * gdb.reverse/aarch64.exp: Rename to ...
5269 * gdb.reverse/insn-reverse.exp: ... it.
5270
5271 2016-02-26 Yao Qi <yao.qi@linaro.org>
5272
5273 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5274 (testcase_ftype): New.
5275 (testcases): New array.
5276 (n_testcases): New.
5277 (main): Call each element in testcases.
5278 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5279 (read_testcase): New.
5280 Do the tests in a loop.
5281
5282 2016-02-25 Yao Qi <yao.qi@linaro.org>
5283
5284 * gdb.base/branches.c: Remove.
5285
5286 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5287
5288 PR gdb/13808
5289 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5290
5291 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5292
5293 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5294
5295 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5296
5297 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5298 change x86_64 call_insn to 'callq'.
5299
5300 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5301
5302 * gdb.trace/tfile-avx.c: Move to...
5303 * gdb.trace/tracefile-pseudo-reg.c: Here.
5304 * gdb.trace/tfile-avx.exp: Move to...
5305 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5306
5307 2016-02-24 Gary Benson <gbenson@redhat.com>
5308
5309 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5310 message on attach.
5311
5312 2016-02-23 Doug Evans <dje@google.com>
5313
5314 * gdb.base/skip.c (test_skip): New function.
5315 (end_test_skip_file_and_function): New function.
5316 (test_skip_file_and_function): New function.
5317 * gdb.base/skip1.c (test_skip): New function.
5318 (skip1_test_skip_file_and_function): New function.
5319 * gdb.base/skip.exp: Add tests for new skip options.
5320 * gdb.base/skip-solib.exp: Update expected output.
5321 * gdb.perf/skip-command.cc: New file.
5322 * gdb.perf/skip-command.exp: New file.
5323 * gdb.perf/skip-command.py: New file.
5324
5325 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5326
5327 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5328 info registers pattern.
5329
5330 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5331
5332 * lib/future.exp: Add D support.
5333 (gdb_find_gdc): New proc.
5334 (gdb_default_target_compile): Add D support.
5335
5336 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5337
5338 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5339 user+system time.
5340 (trace_speed_test): Determine the iteration count for a time
5341 between 15..30 seconds.
5342
5343 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5344
5345 * gdb.arch/i386-mpx-sigsegv.c: New file.
5346 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5347 * gdb.arch/i386-mpx-simple_segv.c: New file.
5348 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5349
5350 2016-02-18 Yao Qi <yao.qi@linaro.org>
5351
5352 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5353 Don't call setup_kfail.
5354
5355 2016-02-18 Yao Qi <yao.qi@linaro.org>
5356
5357 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5358 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5359
5360 2016-02-16 Doug Evans <dje@google.com>
5361
5362 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5363 * gdb.base/skip1.c: Ditto.
5364 * gdb.base/skip.exp: Whitespace cleanup.
5365
5366 2016-02-16 Don Breazeal <donb@codesourcery.com>
5367
5368 PR remote/19496
5369 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5370 Remove kfail for PR remote/19496.
5371
5372 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 * lib/gdb.exp (standard_temp_file): Return a path specific to
5375 the runtest invocation.
5376
5377 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5378
5379 * gdb.trace/save-trace.exp: Change relative path to be in the
5380 standard output directory.
5381
5382 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5383
5384 * gdb.arch/i386-prologue.c: Add missing prototypes.
5385
5386 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5387
5388 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5389 * gdb.arch/i386-prologue.exp: Likewise.
5390 * gdb.arch/i386-size.exp: Likewise.
5391
5392 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5395 define object file path.
5396 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5397 file path.
5398 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5399 standard_output_file to define binfile.
5400
5401 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 Fix compatibility with recent gfortran-5.3.1.
5404 * gdb.fortran/vla-history.exp (print vla1 allocated)
5405 (print vla2 allocated, print $2, print $3): Remove
5406 (print $4): Rename to ...
5407 (print $2): ... here.
5408 (print $9): Rename to ...
5409 (print $5): ... here.
5410 (print $10): Rename to ...
5411 (print $6): ... here.
5412 * gdb.fortran/vla.f90: Add pvla initialization.
5413
5414 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5415
5416 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5417 New test.
5418 * gdb.fortran/vla-value-sub.exp: Likewise.
5419
5420 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5421
5422 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5423
5424 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * i386-biarch-core.exp: Define corefile using
5427 standard_output_file.
5428
5429 2016-02-12 Yao Qi <yao.qi@linaro.org>
5430
5431 * gdb.arch/arm-single-step-kernel-helper.c: New.
5432 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5433
5434 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5435
5436 * gdb.btrace/tailcall-only.exp: New.
5437 * gdb.btrace/tailcall-only.c: New.
5438 * gdb.btrace/x86_64-tailcall-only.S: New.
5439 * gdb.btrace/i686-tailcall-only.S: New.
5440
5441 2016-02-11 Pedro Alves <palves@redhat.com>
5442
5443 * README (Parallel testing): Add missing double quotes.
5444
5445 2016-02-11 Pedro Alves <palves@redhat.com>
5446
5447 * README (Parallel testing): New section.
5448 (GDB_PARALLEL): Rewrite.
5449 (FORCE_PARALLEL): Document.
5450
5451 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5452
5453 * gdb.trace/tfile-avx.c: New test.
5454 * gdb.trace/tfile-avx.exp: New test.
5455
5456 2016-02-09 Keith Seitz <keiths@redhat.com>
5457
5458 PR breakpoints/19546
5459 * gdb.base/infcall-exec.c: New file.
5460 * gdb.base/infcall-exec2.c: New file.
5461 * gdb.base/infcall-exec.exp: New file.
5462
5463 2016-02-09 Keith Seitz <keiths@redhat.com>
5464
5465 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5466 (toplevel): Call test_bkpt_address.
5467
5468 2016-02-09 Keith Seitz <keiths@redhat.com>
5469
5470 PR python/19506
5471 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5472 (toplevel): Call test_bkpt_address.
5473
5474 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5477 to AC_OUTPUT.
5478 * configure: Regenerate.
5479
5480 2016-02-09 Pedro Alves <palves@redhat.com>
5481
5482 PR breakpoints/19548
5483 * gdb.base/execl-update-breakpoints.c (some_function): New
5484 function.
5485 (main): Call it.
5486 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5487 Tighten expected GDB output.
5488
5489 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5490
5491 * Makefile.in (ALL_SUBDIRS): Remove.
5492 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5493 (distclean maintainer-clean realclean): Likewise.
5494 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5495 * configure: Regenerate.
5496 * gdb.ada/Makefile.in: Delete.
5497 * gdb.arch/Makefile.in: Likewise.
5498 * gdb.asm/Makefile.in: Likewise.
5499 * gdb.base/Makefile.in: Likewise.
5500 * gdb.btrace/Makefile.in: Likewise.
5501 * gdb.cell/Makefile.in: Likewise.
5502 * gdb.compile/Makefile.in: Likewise.
5503 * gdb.cp/Makefile.in: Likewise.
5504 * gdb.disasm/Makefile.in: Likewise.
5505 * gdb.dlang/Makefile.in: Likewise.
5506 * gdb.dwarf2/Makefile.in: Likewise.
5507 * gdb.fortran/Makefile.in: Likewise.
5508 * gdb.gdb/Makefile.in: Likewise.
5509 * gdb.go/Makefile.in: Likewise.
5510 * gdb.guile/Makefile.in: Likewise.
5511 * gdb.java/Makefile.in: Likewise.
5512 * gdb.linespec/Makefile.in: Likewise.
5513 * gdb.mi/Makefile.in: Likewise.
5514 * gdb.modula2/Makefile.in: Likewise.
5515 * gdb.multi/Makefile.in: Likewise.
5516 * gdb.objc/Makefile.in: Likewise.
5517 * gdb.opencl/Makefile.in: Likewise.
5518 * gdb.opt/Makefile.in: Likewise.
5519 * gdb.pascal/Makefile.in: Likewise.
5520 * gdb.perf/Makefile.in: Likewise.
5521 * gdb.python/Makefile.in: Likewise.
5522 * gdb.reverse/Makefile.in: Likewise.
5523 * gdb.server/Makefile.in: Likewise.
5524 * gdb.stabs/Makefile.in: Likewise.
5525 * gdb.threads/Makefile.in: Likewise.
5526 * gdb.trace/Makefile.in: Likewise.
5527 * gdb.xml/Makefile.in: Likewise.
5528 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5529 GDB_PARALLEL.
5530 (standard_output_file): Remove check for GDB_PARALLEL, always
5531 return path in outputs/$subdir/$testname.
5532
5533 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5534
5535 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5536 (site.exp): Assign abs_srcdir to tcl's srcdir.
5537
5538 2016-02-04 Yao Qi <yao.qi@linaro.org>
5539
5540 * gdb.base/foll-exec-mode.c: Include limits.h.
5541 (main): Add parameters argc and argv. Get directory from
5542 argv[0].
5543 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5544 compilation.
5545 * gdb.base/foll-exec.c: Include limits.h.
5546 (main): Add parameters argc and argv.
5547 Get directory from argv[0].
5548 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5549 Adjust tests on the number of lines as source code changed.
5550 * gdb.base/foll-vfork-exit.c: Include limits.h.
5551 (main): Add one line of statement before vfork.
5552 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5553 (main): Add parameters argc and argv. Get directory from
5554 argv[0].
5555 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5556 (setup_gdb): Set tbreak to skip some source lines.
5557 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5558 (main): Add parameters argc and argv. Get directory from
5559 argv[0].
5560 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5561 compilation.
5562 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5563 (main): Add parameters argc and argv. Get directory from
5564 argv[0].
5565 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5566 compilation.
5567
5568 2016-02-01 Doug Evans <dje@google.com>
5569
5570 * gdb.base/skip.exp: Clean up multiple references to same test name.
5571
5572 2016-02-01 Pedro Alves <palves@redhat.com>
5573
5574 PR remote/19496
5575 * gdb.threads/forking-threads-plus-breakpoint.exp
5576 (displaced_stepping_supported): New global.
5577 (probe_displaced_stepping_support): New procedure.
5578 (do_test): Add 'displaced' parameter, and use it.
5579 (top level): Check for displaced stepping support. Add displaced
5580 stepping on/off testing axis.
5581
5582 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5585 pointer. Don't perform further tests on the unassociated pointer
5586 if the first test fails.
5587
5588 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5589
5590 * gdb.base/max-value-size.c: New file.
5591 * gdb.base/max-value-size.exp: New file.
5592 * gdb.base/huge.exp: Disable max-value-size for this test.
5593
5594 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5595
5596 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5597
5598 2016-01-28 Yao Qi <yao.qi@linaro.org>
5599
5600 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5601
5602 2016-01-25 Pedro Alves <palves@redhat.com>
5603
5604 PR threads/19461
5605 * gdb.base/fork-running-state.c: New file.
5606 * gdb.base/fork-running-state.exp: New file.
5607
5608 2016-01-25 Pedro Alves <palves@redhat.com>
5609
5610 PR gdb/19494
5611 * gdb.base/catch-fork-kill.c: New file.
5612 * gdb.base/catch-fork-kill.exp: New file.
5613
5614 2016-01-25 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5617 Delete, moved to lib/gdb.exp.
5618 * gdb.threads/forking-threads-plus-breakpoint.exp
5619 (foreach_with_prefix): Likewise.
5620 * gdb.threads/process-dies-while-handling-bp.exp
5621 (foreach_with_prefix): Likewise.
5622 * lib/gdb.exp (foreach_with_prefix): New procedure.
5623
5624 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5625
5626 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5627 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5628
5629 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5630
5631 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5632 endian targets.
5633
5634 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5635 Pedro Alves <palves@redhat.com>
5636
5637 Fix testsuite compatibility with Guile.
5638 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5639 number.
5640
5641 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 Fix testsuite compatibility with Guile.
5644 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5645 (thread 1): New test for backtrace through signal handler.
5646
5647 2016-01-22 Yao Qi <yao.qi@linaro.org>
5648
5649 PR testsuite/19491
5650 * gdb.base/multi-forks.c: Include
5651 ../lib/unbuffer_output.c
5652 (main): Call gdb_unbuffer_output.
5653
5654 2016-01-21 Doug Evans <dje@google.com>
5655
5656 * lib/ada.exp (gdb_compile_ada): Fix typo.
5657
5658 2016-01-21 Joel Brobecker <brobecker@adacore.com>
5659
5660 * gdb.base/break-fun-addr.exp: New file.
5661 * gdb.base/break-fun-addr1.c: New file.
5662 * gdb.base/break-fun-addr2.c: New file.
5663
5664 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5665
5666 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5667 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5668 enum flag values.
5669
5670 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5671
5672 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5673 when GDB can not set the vector return value. Add more comments
5674 for clarification.
5675
5676 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5677
5678 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5679 command.
5680
5681 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5682
5683 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5684
5685 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * Makefile.in (check-single): Pass --status to runtest.
5688 (check/%.exp): Likewise.
5689
5690 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5691
5692 * Makefile.in (check-parallel): Propagate return code from make
5693 do-check-parallel.
5694
5695 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5696
5697 * gdb.trace/ftrace.exp: Fix expected message on continue.
5698 * gdb.trace/pending.exp: Fix expected message on continue.
5699 * gdb.trace/trace-break.exp: Fix expected message on continue.
5700
5701 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5702
5703 * lib/gdb.exp (gdb_test): Remove unused global references.
5704
5705 2016-01-18 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/async-shell.exp: Adjust expected output.
5708 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5709 * gdb.base/siginfo-thread.exp: Adjust expected output.
5710 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5711 * gdb.java/jnpe.exp: Adjust expected output.
5712 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5713 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5714 * gdb.threads/leader-exit.exp: Adjust expected output.
5715 * gdb.threads/manythreads.exp: Adjust expected output.
5716 * gdb.threads/pthreads.exp: Adjust expected output.
5717 * gdb.threads/schedlock.exp: Adjust expected output.
5718 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5719 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5720 expected output.
5721 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5722 output.
5723 * gdb.threads/sigthread.exp: Adjust expected output.
5724 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5725
5726 2016-01-18 Yao Qi <yao.qi@linaro.org>
5727
5728 * gdb.guile/scm-section-script.c: Replace @progbits with
5729 %progbits.
5730 * gdb.python/py-section-script.c: Likewise.
5731
5732 2016-01-15 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.multi/tids.exp: Test star wildcard ranges.
5735
5736 2016-01-15 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5739 command from "thread apply" invocation.
5740 (thr_apply_info_thr_invalid): Default the expected output to the
5741 input tid list.
5742 (top level): Add tests that use convenience variables. Add tests
5743 for "thread apply" with a valid TID list, but missing the command.
5744
5745 2016-01-13 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/default.exp: Expect $_gthread as well.
5748 * gdb.multi/tids.exp: Test $_gthread.
5749 * gdb.threads/thread-specific.exp: Test $_gthread.
5750
5751 2016-01-13 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.multi/tids.exp: Test "info threads -gid".
5754
5755 2016-01-13 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5758 Breakpoint.thread.
5759 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5760
5761 2016-01-07 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/break.exp: Adjust to output changes.
5764 * gdb.base/hbreak2.exp: Likewise.
5765 * gdb.base/sepdebug.exp: Likewise.
5766 * gdb.base/watch_thread_num.exp: Likewise.
5767 * gdb.linespec/keywords.exp: Likewise.
5768 * gdb.multi/info-threads.exp: Likewise.
5769 * gdb.threads/thread-find.exp: Likewise.
5770 * gdb.multi/tids.c: New file.
5771 * gdb.multi/tids.exp: New file.
5772
5773 2016-01-13 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5776
5777 2016-01-13 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.base/default.exp: Expect $_inferior as well.
5780 * gdb.multi/base.exp: Test $_inferior.
5781
5782 2016-01-13 Pedro Alves <palves@redhat.com>
5783
5784 PR breakpoints/19388
5785 * gdb.base/catch-signal-siginfo-cond.c: New file.
5786 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5787
5788 2016-01-12 Josh Stone <jistone@redhat.com>
5789 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5790
5791 * gdb.base/catch-syscall.c (do_execve): New variable.
5792 (main): Conditionally trigger an execve.
5793 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5794 (test_catch_syscall_execve): New, check entry/return across execve.
5795 (do_syscall_tests): Call test_catch_syscall_execve.
5796
5797 2016-01-12 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/random-signal.exp (do_test): New procedure, with body
5800 of testcase moved in.
5801
5802 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5803 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.base/funcargs.exp (finish from indirectly called function):
5806 Reintroduce the case for 'First'.
5807
5808 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5809 Pedro Alves <palves@redhat.com>
5810
5811 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5812 (tcatch_vfork_then_child_follow_exec)
5813 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5814 identification.
5815
5816 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5819 and repeats to unlimited.
5820 * gdb.python/py-value.exp: Likewise.
5821 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5822 and repeats to unlimited.
5823
5824 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5827 and reordering the functions.
5828 * gdb.multi/hangout.c: Likewise.
5829 * gdb.multi/hello.c: Likewise.
5830
5831 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5834 absolute.
5835 (SingleStatisticTestResult.report): Use dict.keys instead of
5836 dict.iterkeys.
5837
5838 2016-01-06 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5841
5842 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5843
5844 * gdb.btrace/dlopen.exp: New.
5845 * gdb.btrace/dlopen.c: New.
5846 * gdb.btrace/dlopen-dso.c: New.
5847
5848 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5849
5850 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5851 PATTERN argument is optional.
5852
5853 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5854
5855 * lib/ada.exp (target_compile_ada_from_dir): New function.
5856 (gdb_compile_ada): Reimplement avoiding the use of project files.
5857 * gdb.ada/gnat_ada.gpr: Delete.
5858 * gdb.ada/cond_lang.exp: Adjust test to make path before
5859 filename optional.
5860 * gdb.ada/small_reg_param.exp: Likewise.
5861
5862 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5863
5864 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5865
5866 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5867
5868 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5869 case.
5870
5871 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.base/break.exp: Remove dead code.
5874 * gdb.base/sepdebug.exp: Likewise.
5875
5876 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5877
5878 * gdb.asm/asm-source.exp: Remove HP-UX references.
5879 * gdb.base/annota1.exp: Likewise.
5880 * gdb.base/annota3.exp: Likewise.
5881 * gdb.base/attach.exp: Likewise.
5882 * gdb.base/bigcore.exp: Likewise.
5883 * gdb.base/break.exp: Likewise.
5884 * gdb.base/call-ar-st.exp: Likewise.
5885 * gdb.base/callfuncs.exp: Likewise.
5886 * gdb.base/catch-fork-static.exp: Likewise.
5887 * gdb.base/display.exp: Likewise.
5888 * gdb.base/foll-exec-mode.exp: Likewise.
5889 * gdb.base/foll-exec.exp: Likewise.
5890 * gdb.base/foll-fork.exp: Likewise.
5891 * gdb.base/foll-vfork.exp: Likewise.
5892 * gdb.base/funcargs.exp: Likewise.
5893 * gdb.base/hbreak2.exp: Likewise.
5894 * gdb.base/inferior-died.exp: Likewise.
5895 * gdb.base/interrupt.exp: Likewise.
5896 * gdb.base/multi-forks.exp: Likewise.
5897 * gdb.base/nodebug.exp: Likewise.
5898 * gdb.base/sepdebug.exp: Likewise.
5899 * gdb.base/solib1.c: Likewise.
5900 * gdb.base/step-test.exp: Likewise.
5901 * gdb.mi/non-stop.c: Likewise.
5902 * gdb.mi/pthreads.c: Likewise.
5903 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5904 * gdb.threads/pthreads.c: Likewise.
5905 * gdb.threads/staticthreads.exp: Likewise.
5906 * lib/future.exp: Likewise.
5907 * lib/gdb.exp: Likewise.
5908 * gdb.base/so-indr-cl.c: Remove.
5909 * gdb.base/so-indr-cl.exp: Likewise.
5910 * gdb.base/solib.c: Likewise.
5911 * gdb.base/solib.exp: Likewise.
5912 * gdb.base/solib2.c: Likewise.
5913
5914 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5915
5916 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5917 * gdb.base/call-ar-st.exp: Likewise.
5918 * gdb.base/callfuncs.exp: Likewise.
5919 * gdb.base/condbreak.exp: Likewise.
5920 * gdb.base/constvars.exp: Likewise.
5921 * gdb.base/hbreak2.exp: Likewise.
5922 * gdb.base/langs.exp: Likewise.
5923 * gdb.base/list.exp: Likewise.
5924 * gdb.base/long_long.exp: Likewise.
5925 * gdb.base/ptype.exp: Likewise.
5926 * gdb.base/scope.exp: Likewise.
5927 * gdb.base/signals.exp: Likewise.
5928 * gdb.base/so-impl-ld.exp: Likewise.
5929 * gdb.base/varargs.exp: Likewise.
5930 * gdb.base/volatile.exp: Likewise.
5931 * gdb.base/whatis.exp: Likewise.
5932 * gdb.cp/cplusfuncs.exp: Likewise.
5933 * gdb.cp/inherit.exp: Likewise.
5934 * gdb.cp/local.exp: Likewise.
5935 * gdb.cp/member-ptr.exp: Likewise.
5936 * gdb.cp/method.exp: Likewise.
5937 * gdb.cp/overload.exp: Likewise.
5938 * gdb.cp/templates.exp: Likewise.
5939 * gdb.stabs/weird.exp: Likewise.
5940 * lib/compiler.c: Likewise.
5941 * lib/compiler.cc: Likewise.
5942 * lib/cp-support.exp: Likewise.
5943 * lib/gdb.exp: Likewise.
5944
5945 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5946
5947 * configure.ac: Remove HP-UX case.
5948 * configure: Regenerate.
5949
5950 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5951
5952 * lib/gdb.exp (gdb_compile): Add function doc.
5953
5954 2015-12-17 Pedro Alves <palves@redhat.com>
5955
5956 PR threads/19354
5957 * gdb.multi/info-threads.exp: New file.
5958
5959 2015-12-15 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5962 is aarch64*-*-*.
5963
5964 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5965
5966 * gdb.base/history-duplicates.exp: Skip if no readline support.
5967
5968 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5969
5970 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5971
5972 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5973
5974 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5975
5976 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5977
5978 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5979 ctrl-C if nointerrupts target property is set.
5980 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5981 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5982 * gdb.base/paginate-bg-execution.exp: Likewise.
5983 * gdb.base/paginate-execution-startup.exp: Likewise.
5984 * gdb.base/random-signal.exp: Likewise.
5985 * gdb.base/range-stepping.exp: Likewise.
5986 * gdb.cp/annota2.exp: Likewise.
5987 * gdb.cp/annota3.exp: Likewise.
5988 * gdb.gdb/selftest.exp: Likewise.
5989 * gdb.threads/continue-pending-status.exp: Likewise.
5990 * gdb.threads/leader-exit.exp: Likewise.
5991 * gdb.threads/manythreads.exp: Likewise.
5992 * gdb.threads/pthreads.exp: Likewise.
5993 * gdb.threads/schedlock.exp: Likewise.
5994 * gdb.threads/sigthread.exp: Likewise.
5995
5996 2015-12-11 Don Breazeal <donb@codesourcery.com>
5997
5998 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5999 remote.
6000 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6001 * gdb.base/foll-exec.exp (main): Enable for target remote.
6002 * gdb.base/foll-fork.exp (main): Likewise.
6003 * gdb.base/foll-vfork.exp (main): Likewise.
6004 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6005 (proc continue_to_exit_bp_loc): Use clean_restart.
6006 * gdb.base/pie-execl.exp (main): Disable for target remote.
6007 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6008 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6009 * gdb.threads/execl.exp (main): Likewise.
6010 * gdb.threads/fork-child-threads.exp (main): Likewise.
6011 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6012 remote.
6013 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6014 remote.
6015 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6016 pid.tid style ptids, instead of just tid.
6017 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6018 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6019 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6020 ptids, instead of just tid.
6021
6022 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6023
6024 * gdb.base/list.exp (test_list_forward): Add end of file error
6025 test.
6026 (test_repeat_list_command): Add end of file error test.
6027 (test_list_backwards): Add beginning of file error test.
6028
6029 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6030
6031 * gdb.base/list.exp (test_list_invalid_args): New function,
6032 defined, and called.
6033
6034 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.base/list.exp (test_list): Make test names unique.
6037
6038 2015-12-11 Yao Qi <yao.qi@linaro.org>
6039
6040 * gdb.base/coremaker2.c: Remove.
6041
6042 2015-12-10 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.multi/base.exp: Remove stale "spaces" references.
6045
6046 2015-12-10 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.multi/base.exp: Don't use nowarnings.
6049 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6050 * gdb.multi/hangout.c: Include stdio.h.
6051 * gdb.multi/hello.c: Include stdlib.h.
6052 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6053 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6054 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6055
6056 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6057
6058 * gdb.dwarf2/dw2-ranges-base.c: New file.
6059 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6060 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6061 support additional line table, and debug ranges generation.
6062 (Dwarf::ranges): New function, generate .debug_ranges.
6063 (Dwarf::lines): Support generating simple line table programs.
6064 (Dwarf::assemble): Initialise new namespace variables.
6065
6066 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6067
6068 * gdb.base/async.exp (proc test_background): Add case for
6069 asynchronous execution not supported.
6070
6071 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6072
6073 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6074 format and change test names to make them unique.
6075
6076 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6077 Pedro Alves <pedro@redhat.com>
6078
6079 PR gdb/18702
6080 Add checking of floatformats setup on x86_64 hosts.
6081 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6082 (smallval, bigval): New labels/constants.
6083 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6084 float" after loading bigval and smallval.
6085
6086 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6087
6088 * gdb.ada/fun_overload_menu.exp: New testcase.
6089 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6090
6091 2015-12-04 Josh Stone <jistone@redhat.com>
6092
6093 * gdb.base/catch-fork-static.exp: New.
6094
6095 2015-12-03 Yao Qi <yao.qi@linaro.org>
6096
6097 * gdb.base/sizeof.c: Don't include stdio.h and
6098 ../lib/unbuffer_output.c.
6099 (main): New variable 'size' and 'value'. Remove printf and
6100 gdb_unbuffer_output. Assign return value to size and value.
6101 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6102 at the beginning.
6103 (check_sizeof): Check the result by printing variable 'size'.
6104 (check_valueof): Check the result by printing variable 'value'.
6105
6106 2015-12-01 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6109 for aarch64*-*-linux* target.
6110
6111 2015-11-30 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6114
6115 2015-11-30 Pedro Alves <palves@redhat.com>
6116
6117 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6118 Handle non-stop mode vCont replies.
6119
6120 2015-11-30 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6123 prepare_for_testing. Start gdb with "set non-stop on" appended to
6124 GDBFLAGS. Lax expected stop output.
6125
6126 2015-11-27 Yao Qi <yao.qi@linaro.org>
6127
6128 * gdb.arch/arm-neon.exp: New.
6129 * gdb.arch/arm-neon.c: New.
6130
6131 2015-11-27 Yao Qi <yao.qi@linaro.org>
6132
6133 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6134
6135 2015-11-27 Yao Qi <yao.qi@linaro.org>
6136
6137 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6138 frames-invalid annotation.
6139
6140 2015-11-27 Yao Qi <yao.qi@linaro.org>
6141
6142 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6143
6144 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * gdb.threads/names.exp: New file.
6147 * gdb.threads/names.c: New file.
6148 * README: Mention gdb,no_thread_names.
6149
6150 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6151
6152 PR 19297
6153 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6154 support" error.
6155
6156 2015-11-24 Pedro Alves <palves@redhat.com>
6157
6158 PR 17539
6159 * gdb.base/display.exp: Expect displays to be sorted in ascending
6160 order. Use multi_line.
6161 * gdb.base/solib-display.exp: Likewise.
6162
6163 2015-11-24 Pedro Alves <palves@redhat.com>
6164
6165 PR 17539
6166 * gdb.base/display.exp: Expect displays to be sorted in ascending
6167 order. Use multi_line.
6168 * gdb.base/solib-display.exp: Likewise.
6169
6170 2015-11-24 Pedro Alves <palves@redhat.com>
6171
6172 PR 17539
6173 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6174 threads in ascending order.
6175 * gdb.base/foll-fork.exp: Likewise.
6176 * gdb.base/foll-vfork.exp: Likewise.
6177 * gdb.base/multi-forks.exp: Likewise.
6178 * gdb.mi/mi-nonstop.exp: Likewise.
6179 * gdb.mi/mi-nsintrall.exp: Likewise.
6180 * gdb.multi/base.exp: Likewise.
6181 * gdb.multi/multi-arch.exp: Likewise.
6182 * gdb.python/py-inferior.exp: Likewise.
6183 * gdb.threads/break-while-running.exp: Likewise.
6184 * gdb.threads/execl.exp: Likewise.
6185 * gdb.threads/gcore-thread.exp: Likewise.
6186 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6187 * gdb.threads/kill.exp: Likewise.
6188 * gdb.threads/linux-dp.exp: Likewise.
6189 * gdb.threads/multiple-step-overs.exp: Likewise.
6190 * gdb.threads/next-bp-other-thread.exp: Likewise.
6191 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6192 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6193 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6194 * gdb.threads/thread-find.exp: Likewise.
6195 * gdb.threads/tls.exp: Likewise.
6196 * lib/mi-support.exp (mi_reverse_list): Delete.
6197 (mi_check_thread_states): No longer reverse list.
6198
6199 2015-11-24 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6202 use lowercase.
6203
6204 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6205
6206 * gdb.trace/actions.c: Include trace-common.h.
6207 (main): Add a location for a fast tracepoint.
6208 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6209 the normal tracepoints.
6210 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6211
6212 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6213
6214 * save-trace.exp: Factor out code to these...
6215 (gdb_save_tracepoints): New.
6216 (gdb_load_tracepoints): New.
6217 (do_save_load_test): New.
6218
6219 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6220
6221 * gdb.base/asmlabel.exp: New test.
6222 * gdb.base/asmlabel.c: New test case.
6223
6224 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6225
6226 * gdb.base/wrong_frame_bt_full-main.c: New file.
6227 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6228 * gdb.base/wrong_frame_bt_full.exp: New file.
6229
6230 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6231
6232 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6233
6234 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6235
6236 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6237 pstate register when comparing registers values in
6238 sparc64-*-linux-gnu targets to avoid spurious differences.
6239
6240 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6241
6242 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6243
6244 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6245
6246 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6247 as type argument to gdb_compile.
6248 * gdb.base/nested-subp2.exp: Likewise.
6249 * gdb.base/nested-subp3.exp: Likewise.
6250
6251 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6252
6253 * lib/dwarf.exp (_note): Fix left shift of negative value.
6254 * gdb.trace/trace-condition.exp: Likewise.
6255
6256 2015-11-13 Yao Qi <yao.qi@linaro.org>
6257
6258 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6259 comments about d10v.
6260 (test_scalar_returns): Likewise.
6261 * gdb.base/d10v.ld: Remove.
6262 * gdb.base/overlays.exp: Remove the target triplet checking for
6263 d10v-*-*.
6264 * gdb.base/structs.exp (test_struct_returns): Remove the
6265 comments about d10v.
6266 (test_struct_calls): Likewise.
6267
6268 2015-11-13 Yao Qi <yao.qi@linaro.org>
6269
6270 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6271 * gdb.base/gnu_vector.c: Don't include stdio.h.
6272 (main): Don't print res and call add_some_intvecs.
6273
6274 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6275
6276 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6277 macro.
6278 (func5): Removed.
6279 (func4): Use FAST_TRACEPOINT_LABEL.
6280 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6281 macro.
6282 (func): Removed.
6283 (thread_function): Use FAST_TRACEPOINT_LABEL.
6284 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6285 (func): Remove.
6286 (marker): Use FAST_TRACEPOINT_LABEL.
6287 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6288 (pendfunc1): Remove.
6289 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6290 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6291 (foo): Remove.
6292 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6293 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6294 macro.
6295 (func): Remove.
6296 (marker): Use FAST_TRACEPOINT_LABEL.
6297 * gdb.trace/trace-common.h: New header.
6298 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6299 macro.
6300 (func): Remove.
6301 (marker): Use FAST_TRACEPOINT_LABEL.
6302 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6303 (func): Remove.
6304 (thread_function): Use FAST_TRACEPOINT_LABEL.
6305
6306 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6307
6308 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6309 in front.
6310 * gdb.trace/change-loc.exp: Use global pcreg definition.
6311 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6312 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6313 in front.
6314 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6315 * gdb.trace/pending.exp: Likewise.
6316 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6317 * gdb.trace/trace-break.exp: Likewise.
6318 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6319 in front.
6320 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6321 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6322 in front.
6323 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6324
6325 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6326
6327 * gdb.ada/fin_fun_out: New testcase.
6328
6329 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6330
6331 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6332 value associated with DW_AT_byte_size.
6333 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6334 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6335 DW_AT_upper_bound.
6336
6337 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6338
6339 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6340 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6341 version.
6342 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6343 gdb.dwarf2/dw2-canonicalize-type.exp,
6344 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6345 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6346 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6347 provided by gdb_target_symbol_prefix_flags_asm.
6348 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6349 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6350 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6351 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6352 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6353 macros where needed). Use this macro for symbols which require
6354 the prefix provided by SYMBOL_PREFIX.
6355
6356 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6357
6358 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6359 New procs.
6360 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6361 representing expressions, of more than one list element.
6362 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6363 to prepend linker symbol prefix to f.
6364 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6365 table_1 and table_2.
6366 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6367 Likewise, for f and g.
6368 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6369 for ptr.
6370 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6371 for main.
6372 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6373 table_1_ptr and table_2_ptr.
6374
6375 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6376 Joel Brobecker <brobecker@adacore.com>
6377
6378 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6379
6380 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6381
6382 * gdb.reverse/s390-mvcle.c: New test.
6383 * gdb.reverse/s390-mvcle.exp: New file.
6384 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6385
6386 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6387
6388 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6389
6390 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6391
6392 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6393 reaching marker2.
6394 * gdb.reverse/getresuid-reverse.exp: Likewise.
6395 * gdb.reverse/pipe-reverse.exp: Likewise.
6396 * gdb.reverse/readv-reverse.exp: Likewise.
6397 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6398 * gdb.reverse/time-reverse.exp: Likewise.
6399 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6400
6401 2015-10-30 Yao Qi <yao.qi@linaro.org>
6402
6403 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6404 (empty_cycle): Remove.
6405 (main): Don't call empty_cycle. Don't use watch_count_done.
6406 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6407 empty_cycle. Rewrite the code counting HW watchpoints.
6408
6409 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6410
6411 * gdb.reverse/fstatat-reverse.c: New test.
6412 * gdb.reverse/fstatat-reverse.exp: New file.
6413 * gdb.reverse/getresuid-reverse.c: New test.
6414 * gdb.reverse/getresuid-reverse.exp: New file.
6415 * gdb.reverse/pipe-reverse.c: New test.
6416 * gdb.reverse/pipe-reverse.exp: New file.
6417 * gdb.reverse/readv-reverse.c: New test.
6418 * gdb.reverse/readv-reverse.exp: New file.
6419 * gdb.reverse/recvmsg-reverse.c: New test.
6420 * gdb.reverse/recvmsg-reverse.exp: New file.
6421 * gdb.reverse/time-reverse.c: New test.
6422 * gdb.reverse/time-reverse.exp: New file.
6423 * gdb.reverse/waitpid-reverse.c: New test.
6424 * gdb.reverse/waitpid-reverse.exp: New file.
6425
6426 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6429
6430 2015-10-26 Doug Evans <dje@google.com>
6431
6432 PR symtab/17391
6433 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6434 * gdb.dwarf2/bad-regnum.c: New file.
6435 * gdb.dwarf2/bad-regnum.exp: New file.
6436
6437 2015-10-26 Doug Evans <dje@google.com>
6438
6439 PR python/18938
6440 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6441 file.
6442
6443 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6444
6445 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6446 for a change by "Mention language in compile error message".
6447
6448 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6449
6450 PR python/18073
6451 * gdb.python/py-type.c (C::a_method): New.
6452 (C::a_const_method): New.
6453 (C::a_static_method): New.
6454 (a_function): New.
6455 * gdb.python/py-type.exp (test_fields): Test getting fields
6456 from function and method.
6457
6458 2015-10-21 Keven Boell <keven.boell@intel.com>
6459
6460 * gdb.fortran/vla-alloc-assoc.exp: New file.
6461 * gdb.fortran/vla-datatypes.exp: New file.
6462 * gdb.fortran/vla-datatypes.f90: New file.
6463 * gdb.fortran/vla-history.exp: New file.
6464 * gdb.fortran/vla-ptype-sub.exp: New file.
6465 * gdb.fortran/vla-ptype.exp: New file.
6466 * gdb.fortran/vla-sizeof.exp: New file.
6467 * gdb.fortran/vla-sub.f90: New file.
6468 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6469 * gdb.fortran/vla-value-sub-finish.exp: New file.
6470 * gdb.fortran/vla-value-sub.exp: New file.
6471 * gdb.fortran/vla-value.exp: New file.
6472 * gdb.fortran/vla-ptr-info.exp: New file.
6473 * gdb.mi/mi-vla-fortran.exp: New file.
6474 * gdb.mi/vla.f90: New file.
6475
6476 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6477
6478 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6479 of hardwired timeout value.
6480
6481 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6482 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6485 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6486
6487 2015-10-19 Josh Stone <jistone@redhat.com>
6488
6489 * gdb.base/catch-syscall.c: Include <sched.h>.
6490 (unknown_syscall): New variable.
6491 (main): Trigger a vfork and an unknown syscall.
6492 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6493 (unknown_syscall_number): Likewise.
6494 (check_call_to_syscall): Accept an optional syscall pattern.
6495 (check_return_from_syscall): Likewise.
6496 (check_continue): Likewise.
6497 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6498 (test_catch_syscall_skipping_return): New test toggling off 'catch
6499 syscall' to step over the syscall return, then toggling back on.
6500 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6501 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6502 (do_syscall_tests): Call test_catch_syscall_without_args and
6503 test_catch_syscall_mid_vfork.
6504 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6505 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6506
6507 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6508
6509 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6510 print g_vE): Add new pass patterns.
6511 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6512 print various symbol names for vptr fields.
6513
6514 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6517 results.
6518
6519 2015-10-12 Yao Qi <yao.qi@linaro.org>
6520
6521 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6522
6523 2015-10-12 Yao Qi <yao.qi@linaro.org>
6524
6525 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6526 is aarch64*-*-linux*.
6527
6528 2015-10-12 Yao Qi <yao.qi@linaro.org>
6529
6530 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6531 (can_relocate_bcond_true): ... it.
6532 (can_relocate_bcond_false): New function.
6533 (foo): Likewise.
6534 (can_relocate_bl): Likewise.
6535 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6536 can_relocate_bl.
6537
6538 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6539
6540 * gdb.base/nested-addr.c: New file.
6541 * gdb.base/nested-addr.exp: New testcase.
6542
6543 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6544
6545 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6546 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6547 its output. Ignore the output of "record goto begin" and instead
6548 check that GDB is replaying.
6549
6550 2015-10-09 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6553 (top level): Use it in the run with no args test.
6554
6555 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6556
6557 * gdb.dlang/properties.exp: New file.
6558
6559 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6560
6561 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6562 whether or not address 0x1000 is mapped on the target.
6563
6564 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6565
6566 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6567 build.
6568
6569 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6570
6571 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6572 instruction-history test.
6573
6574 2015-09-28 Doug Evans <dje@google.com>
6575
6576 * gdb.base/gcore.c (array_func): Add reference to static_array.
6577
6578 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6579
6580 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6581 source line.
6582
6583 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6584
6585 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6586 short or char as base type.
6587
6588 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6589
6590 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6591 to allow any size enum.
6592
6593 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6594
6595 * gdb.ada/array_ptr_renaming.exp: New testcase.
6596 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6597 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6598
6599 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6600
6601 * gdb.trace/ftrace-lock.c: New file.
6602 * gdb.trace/ftrace-lock.exp: New file.
6603
6604 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6605
6606 * gdb.arch/insn-reloc.c: New file.
6607 * gdb.arch/ftrace-insn-reloc.exp: New file.
6608
6609 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6610
6611 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6612 instruction.
6613 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6614 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6615 * gdb.trace/range-stepping.c: Likewise.
6616 * gdb.trace/trace-break.c: Likewise.
6617 * gdb.trace/trace-mt.c (thread_function): Likewise.
6618 * gdb.trace/ftrace.c (marker): Likewise.
6619 * gdb.trace/trace-condition.c (marker): Likewise.
6620 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6621 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6622 is_aarch64_target.
6623
6624 2015-09-18 Doug Evans <xdje42@gmail.com>
6625
6626 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6627 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6628
6629 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6630
6631 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6632 the breakpoint.
6633
6634 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6635
6636 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6637 the pending breakpoint. Remove timeout override for "Run till
6638 MI pending breakpoint on pendfunc3 on thread 2" test.
6639
6640 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6641
6642 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6643 filename pattern.
6644
6645 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6646
6647 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6648 in breakpoint filename pattern.
6649
6650 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6651
6652 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6653
6654 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6655
6656 * gdb.linespec/explicit.exp: Check for readline support for
6657 tab-completion tests. Fix obvious typo.
6658
6659 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6660
6661 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6662 and replay.
6663
6664 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6665
6666 * gdb.btrace/non-stop.c: New.
6667 * gdb.btrace/non-stop.exp: New.
6668
6669 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6670 Yao Qi <yao.qi@linaro.org>
6671
6672 * gdb.trace/trace-condition.c: New file.
6673 * gdb.trace/trace-condition.exp: New file.
6674
6675 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
6676
6677 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6678 for testing bytecode compilation.
6679
6680 2015-09-16 Pedro Alves <palves@redhat.com>
6681 Sandra Loosemore <sandra@codesourcery.com>
6682
6683 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6684 (SECONDS): Redefine.
6685 (main): Call pthread_kill and alarm early.
6686 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6687 support.
6688 (test): If the target can't hardware step and doesn't support
6689 displaced stepping, increase the timeout.
6690
6691 2015-09-16 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6694 (enable_debug): New procedures.
6695 (test): Use them. Bail out if waiting for threads fails.
6696 (top level): Bail out if a test fails.
6697
6698 2015-09-16 Yao Qi <yao.qi@linaro.org>
6699
6700 * gdb.asm/asm-source.exp: Set asm-arch for
6701 aarch64*-*-* target.
6702 * gdb.asm/aarch64.inc: New file.
6703
6704 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6705
6706 * gdb.ada/array_of_variable_length.exp: New testcase.
6707 * gdb.ada/array_of_variable_length/foo.adb: New file.
6708 * gdb.ada/array_of_variable_length/pck.adb: New file.
6709 * gdb.ada/array_of_variable_length/pck.ads: New file.
6710
6711 2015-09-15 Doug Evans <dje@google.com>
6712
6713 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6714 of function static local variable.
6715
6716 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6717
6718 * gdb.threads/tls-so_extern.exp: New test file.
6719 * gdb.threads/tls-so_extern.c: New test file.
6720 * gdb.threads/tls-so_extern_main.c: New test file.
6721
6722 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.opt/solib-intra-step-lib.c: New file.
6725 * gdb.opt/solib-intra-step-main.c: New file.
6726 * gdb.opt/solib-intra-step.exp: New file.
6727
6728 2015-09-15 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6731 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6732
6733 2015-09-14 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/hook-stop-continue.c: Delete.
6736 * gdb.base/hook-stop-continue.exp: Delete.
6737 * gdb.base/hook-stop-frame.c: Delete.
6738 * gdb.base/hook-stop-frame.exp: Delete.
6739 * gdb.base/hook-stop.c: New file.
6740 * gdb.base/hook-stop.exp: New file.
6741
6742 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6743
6744 * gdb.ada/access_to_packed_array.exp: New testcase.
6745 * gdb.ada/access_to_packed_array/foo.adb: New file.
6746 * gdb.ada/access_to_packed_array/pack.adb: New file.
6747 * gdb.ada/access_to_packed_array/pack.ads: New file.
6748
6749 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6750
6751 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6752 buffer size test.
6753
6754 2015-09-11 Don Breazeal <donb@codesourcery.com>
6755
6756 * gdb.base/foll-exec.c: Add copyright header. Fix
6757 formatting issues.
6758 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6759 (do_exec_tests): Use clean_restart in place of zap_session,
6760 and for test initialization. Fix formatting issues. Use
6761 fail in place of perror.
6762 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6763 an expect statement to match an expression with output from
6764 the program under debug.
6765 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6766 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6767 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6768 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6769 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6770
6771 2015-09-09 Doug Evans <dje@google.com>
6772
6773 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6774
6775 2015-09-09 Doug Evans <dje@google.com>
6776
6777 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6778
6779 2015-09-09 Doug Evans <dje@google.com>
6780
6781 * gdb.base/savedregs.exp: Fix typo.
6782
6783 2015-09-09 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6786
6787 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6788
6789 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6790 command actually switches threads. Give up on remaining
6791 tests if target fails to stop at breakpoint.
6792
6793 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6794
6795 * gdb.ada/funcall_char.exp: New testcase.
6796 * gdb.ada/funcall_char/foo.adb: New file.
6797
6798 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6799
6800 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6801 expected outputs. Add two testcases for completing ambiguous
6802 functions.
6803 * gdb.ada/complete/aux_pck.adb: New file.
6804 * gdb.ada/complete/aux_pck.ads: New file.
6805 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6806 Ambiguous_Func functions.
6807 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6808 * gdb.ada/complete/pck.adb: Likewise.
6809
6810 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6811
6812 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6813 failures to run the test program under GDB.
6814
6815 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6816
6817 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6818 to C.
6819
6820 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6821
6822 * gdb.base/run-after-attach.exp: New test file.
6823 * gdb.base/run-after-attach.c: New test file.
6824
6825 2015-08-26 Don Breazeal <donb@codesourcery.com>
6826
6827 * gdb.base/foll-exec-2.c: New test program.
6828 * gdb.base/foll-exec-2.exp: New test.
6829
6830 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6831
6832 * gdb.base/nested-subp1.exp: New file.
6833 * gdb.base/nested-subp1.c: New file.
6834 * gdb.base/nested-subp2.exp: New file.
6835 * gdb.base/nested-subp2.c: New file.
6836 * gdb.base/nested-subp3.exp: New file.
6837 * gdb.base/nested-subp3.c: New file.
6838
6839 2015-08-24 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.server/connect-without-multi-process.c: New file.
6842 * gdb.server/connect-without-multi-process.exp: New file.
6843
6844 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6845
6846 * gdb.opt/inline-markers.c: Make z int.
6847
6848 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6849
6850 * gdb.opt/inline-markers.c: Make z volatile.
6851
6852 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6853
6854 * gdb.opt/inline-bt.c: New volatile global z.
6855 * gdb.opt/inline-cmds.c: Likewise.
6856 * gdb.opt/inline-locals.c: Likewise.
6857 * gdb.opt/inline-markers.c: New extern global z.
6858 (marker): Use z.
6859 (inline_fn): Likewise.
6860
6861 2015-08-24 Pedro Alves <palves@redhat.com>
6862
6863 * config/m32r-stub.exp: Remove file.
6864 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6865 * gdb.base/call-rt-st.exp: Likewise.
6866 * gdb.base/call-strs.exp: Likewise.
6867 * gdb.base/default.exp: Remove references to h8300-*-hms and
6868 *-*-udi*.
6869 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6870
6871 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6872
6873 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6874 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6875 and "return" use KFAIL when GDB can not read/write the vector
6876 return value.
6877
6878 2015-08-21 Gary Benson <gbenson@redhat.com>
6879
6880 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6881
6882 2015-08-20 Pedro Alves <palves@redhat.com>
6883
6884 * gdb.server/solib-list.exp: No longer expect an interior stop in
6885 non-stop mode.
6886
6887 2015-08-20 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.server/connect-stopped-target.c: New file.
6890 * gdb.server/connect-stopped-target.exp: New file.
6891
6892 2015-08-20 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.dwarf2/comp-unit-lang.exp: New file.
6895 * gdb.dwarf2/comp-unit-lang.c: New file.
6896
6897 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6898
6899 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6900 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6901
6902 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6903
6904 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6905 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6906
6907 2015-08-18 Doug Evans <dje@google.com>
6908 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6909
6910 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6911 skip_python_tests. New arg prompt_regexp.
6912 (skip_python_tests): New function.
6913 * lib/mi-support.exp (mi_skip_python_tests): New function.
6914 * gdb.python/py-mi-objfile-gdb.py: New file.
6915 * gdb.python/py-mi-objfile.c: New file.
6916 * gdb.python/py-mi-objfile.exp: New file.
6917
6918 2015-08-17 Keith Seitz <keiths@redhat.com>
6919
6920 * gdb.linespec/explicit.exp: Move strace test from here ...
6921 * gdb.trace/strace.exp: ... to here.
6922
6923 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6924
6925 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6926 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6927
6928 2015-08-14 Doug Evans <xdje42@gmail.com>
6929
6930 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6931 inferior before selecting a new file.
6932
6933 2015-08-14 Doug Evans <xdje42@gmail.com>
6934
6935 * gdb.mi/mi-disassemble.exp: Update.
6936 * gdb.base/disasm-optim.S: New file.
6937 * gdb.base/disasm-optim.c: New file.
6938 * gdb.base/disasm-optim.h: New file.
6939 * gdb.base/disasm-optim.exp: New file.
6940
6941 2015-08-14 Keith Seitz <keiths@redhat.com>
6942
6943 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6944 "evaluated-by".
6945
6946 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6947
6948 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6949
6950 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6951
6952 * gdb.ada/fun_renaming.exp: New testcase.
6953 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6954 * gdb.ada/fun_renaming/pack.adb: New file.
6955 * gdb.ada/fun_renaming/pack.ads: New file.
6956
6957 2015-08-12 Keith Seitz <keiths@redhat.com>
6958
6959 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6960 gdb_get_line_number.
6961
6962 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6963
6964 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6965 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6966 gdb.base/dso2dso.exp: New files.
6967
6968 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6969 Pedro Alves <palves@redhat.com>
6970 Keith Seitz <keiths@redhat.com>
6971
6972 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6973 GDBFLAGS.
6974
6975 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6976
6977 * gdb.base/gdbhistsize-history.exp
6978 (test_histsize_history_setting): Use save_vars.
6979 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6980 Use save_vars.
6981 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6982 * gdb.base/readline.exp: Use save_vars.
6983
6984 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6985
6986 * lib/gdb.exp (save_vars): New proc.
6987
6988 2015-08-11 Keith Seitz <keiths@redhat.com>
6989
6990 * gdb.base/help.exp: Update help_breakpoint_text.
6991
6992 2015-08-11 Keith Seitz <keiths@redhat.com>
6993
6994 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6995 (at toplevel): Call test_explicit_breakpoints.
6996 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6997 breakpoints.
6998 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6999 breakpoint conditions, "-cond".
7000
7001 2015-08-11 Keith Seitz <keiths@redhat.com>
7002
7003 * gdb.linespec/3explicit.c: New file.
7004 * gdb.linespec/cpexplicit.cc: New file.
7005 * gdb.linespec/cpexplicit.exp: New file.
7006 * gdb.linespec/explicit.c: New file.
7007 * gdb.linespec/explicit.exp: New file.
7008 * gdb.linespec/explicit2.c: New file.
7009 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7010 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7011 before using in the matching pattern.
7012 Clarify that `prefix' is a regular expression.
7013
7014 2015-08-11 Keith Seitz <keiths@redhat.com>
7015
7016 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7017 test.
7018 Add tests for missing ",FMT" and ",".
7019
7020 2015-08-10 Doug Evans <dje@google.com>
7021 Keith Seitz <keiths@redhat.com>
7022
7023 PR gdb/17960
7024 * gdb.base/completion.exp: Add location completer tests.
7025
7026 2015-08-07 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7029 tests here.
7030 (top level): Run do_test with and without displaced stepping.
7031
7032 2015-08-07 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.base/valgrind-disp-step.c: New file.
7035 * gdb.base/valgrind-disp-step.exp: New file.
7036
7037 2015-08-07 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7040 Delete function.
7041 (main): Add alarm. Run an infinite loop instead of calling
7042 wait_threads.
7043 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7044 comment.
7045 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7046 Delete function.
7047 (main): Add alarm. Run an infinite loop instead of calling
7048 wait_threads.
7049 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7050 comment.
7051
7052 2015-08-07 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/checkpoint-ns.exp: New file.
7055 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7056 standard_testfile.
7057
7058 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7059
7060 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7061 * gdb.btrace/instruction_history.exp: Update.
7062 * gdb.btrace/tsx.exp: New.
7063 * gdb.btrace/tsx.c: New.
7064
7065 2015-08-06 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7068 increase timeout.
7069 * gdb.reverse/until-precsave.exp: Bump timeouts.
7070
7071 2015-08-06 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7074
7075 2015-08-06 Pedro Alves <palves@redhat.com>
7076
7077 PR gdb/18749
7078 * gdb.threads/process-dies-while-handling-bp.c: New file.
7079 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7080
7081 2015-08-06 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7084 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7085
7086 2015-08-05 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7089 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7090
7091 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7092
7093 * gdb.base/bp-permanent.exp: Report test as unsupported if
7094 the target cannot stop at the permanent breakpoint.
7095
7096 2015-08-03 Doug Evans <dje@google.com>
7097
7098 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7099 10000.
7100
7101 2015-08-03 Doug Evans <dje@google.com>
7102
7103 * Makefile.in (workers/%.worker, build-perf): New rule.
7104 (GDB_PERFTEST_MODE): New variable.
7105 (check-perf): Use it.
7106 (clean): Clean up gdb.perf parallel build subdirs.
7107 * lib/build-piece.exp: New file.
7108 * lib/gdb.exp (make_gdb_parallel_path): New function
7109 (standard_output_file, standard_temp_file): Call it.
7110 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7111 of $GDB_PARALLEL.
7112 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7113
7114 2015-08-03 Doug Evans <dje@google.com>
7115
7116 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7117 (LOG_FILE_NAME): New global.
7118 (TextReporter.__init__): Initialize self.txt_sum.
7119 (TextReporter.report): Add support for multiple data-points.
7120 Move report to perftest.sum, put raw data in perftest.log.
7121 (TextReporter.start): Open sum and log files.
7122 (TextReporter.end): Close sum and log files.
7123 * gdb.perf/lib/perftest/testresult.py
7124 (SingleStatisticTestResult.record): Handle multiple data-points.
7125
7126 2015-07-31 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7129 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7130 kill_wait_spawned_process instead of explicit "kill -9".
7131 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7132 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7133 kill_wait_spawned_process.
7134 * gdb.base/attach-twice.exp: Likewise.
7135 * gdb.base/attach.exp: Likewise.
7136 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7137 gdb_test_multiple.
7138 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7139 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7140 kill_wait_spawned_process.
7141 * gdb.base/valgrind-infcall.exp: Likewise.
7142 * gdb.multi/multi-attach.exp: Likewise.
7143 * gdb.python/py-prompt.exp: Likewise.
7144 * gdb.python/py-sync-interp.exp: Likewise.
7145 * gdb.server/ext-attach.exp: Likewise.
7146 * gdb.threads/attach-into-signal.exp (corefunc): Use
7147 spawn_wait_for_attach, spawn_id_get_pid and
7148 kill_wait_spawned_process.
7149 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7150 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7151 spawn_id_get_pid and kill_wait_spawned_process.
7152 * gdb.threads/attach-stopped.exp (corefunc): Use
7153 spawn_wait_for_attach, spawn_id_get_pid and
7154 kill_wait_spawned_process.
7155 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7156 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7157 kill_wait_spawned_process instead of explicit "kill -9".
7158 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7159 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7160 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7161 processes. Don't map cygwin/windows pids here. Now returns a
7162 spawn id list.
7163
7164 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7165
7166 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7167 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7168 correct patch.
7169
7170 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7171
7172 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7173
7174 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7175
7176 Reapply:
7177 2014-05-21 Mark Wielaard <mjw@redhat.com>
7178
7179 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7180
7181 2015-07-30 Pedro Alves <palves@redhat.com>
7182
7183 * linux-low.c (handle_extended_wait): Set the child's last
7184 reported status to TARGET_WAITKIND_STOPPED.
7185
7186 2015-07-30 Pedro Alves <palves@redhat.com>
7187
7188 PR threads/18600
7189 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7190 only shows inferior 1.
7191
7192 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7193 Pedro Alves <palves@redhat.com>
7194
7195 PR threads/18600
7196 * gdb.threads/fork-plus-threads.c: New file.
7197 * gdb.threads/fork-plus-threads.exp: New file.
7198
7199 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7200
7201 * gdb.base/batch-preserve-term-settings.exp
7202 (test_terminal_settings_preserved_after_cli_exit): Use
7203 send_quit_command.
7204
7205 2015-07-29 Pedro Alves <palves@redhat.com>
7206 Don Breazeal <donb@codesourcery.com>
7207
7208 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7209 output from both inferior_spawn_id and gdb_spawn_id.
7210
7211 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7212
7213 * gdb.threads/attach-into-signal.exp (corefunc): Use
7214 with_test_prefix on nested loops, uniquefying the test messages.
7215
7216 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7217
7218 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7219 commit.
7220
7221 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7222
7223 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7224 New proc.
7225 (test_terminal_settings_preserved_after_sigterm): New test.
7226
7227 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7228
7229 * gdb.base/batch-preserve-term-settings.exp
7230 (test_terminal_settings_preserved_after_cli_exit): New test.
7231
7232 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7233
7234 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7235 manipulation of saved_gdbflags.
7236 (test_terminal_settings_preserved): Remove global declaration of
7237 the unused variable pagination_prompt. Remove manipulation of
7238 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7239 GDBFLAGS.
7240
7241 2015-07-29 Pedro Alves <palves@redhat.com>
7242
7243 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7244
7245 2015-07-29 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7248 at the top.
7249
7250 2015-07-29 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7253 (main): Call gdb_unbuffer_output.
7254 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7255 (main): Call gdb_unbuffer_output.
7256 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7257 (main): Call gdb_unbuffer_output.
7258 * gdb.base/call-strs.exp: Adjust to step over the
7259 gdb_unbuffer_output call.
7260 * gdb.base/catch-gdb-caused-signals.c: Include
7261 "../lib/unbuffer_output.c".
7262 (main): Call gdb_unbuffer_output.
7263 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7264 (main): Call gdb_unbuffer_output.
7265 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7266 (main): Call gdb_unbuffer_output.
7267 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7268 (main): Call gdb_unbuffer_output.
7269 * gdb.base/shlib-call.exp: Adjust to step over the
7270 gdb_unbuffer_output call.
7271 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7272 (main): Call gdb_unbuffer_output.
7273 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7274 (main): Call gdb_unbuffer_output.
7275 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7276 (main): Rename to ...
7277 (test): ... this.
7278 (main): Reimplement.
7279 * gdb.base/varargs.exp: Run to test instead of to main.
7280 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7281 (main): Call gdb_unbuffer_output.
7282
7283 2015-07-29 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7286 factore out from mi_continue_dprintf. For call-style dprintfs,
7287 expect dprintf output out of $inferior_spawn_id.
7288 (mi_continue_dprintf): Use mi_expect_dprintf.
7289 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7290 (main): Call gdb_unbuffer_output.
7291
7292 2015-07-29 Pedro Alves <palves@redhat.com>
7293
7294 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7295 (default_mi_gdb_start): Set inferior_spawn_id instead of
7296 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7297 gdb_spawn_id.
7298 (mi_gdb_test): Always expect inferior output from both
7299 $inferior_spawn_id and $gdb_spawn_id.
7300
7301 2015-07-29 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7304 send_inferior and $inferior_spawn_id.
7305
7306 2015-07-29 Pedro Alves <palves@redhat.com>
7307
7308 * gdb.gdb/complaints.exp (test_initial_complaints)
7309 (test_serial_complaints, test_short_complaints): Use
7310 gdb_test_stdio.
7311 (test_empty_complaint): Handle $inferior_spawn_id !=
7312 $gdb_spawn_id.
7313
7314 2015-07-29 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/varargs.exp: Use gdb_test_stdio.
7317
7318 2015-07-29 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7321
7322 2015-07-29 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7325
7326 2015-07-29 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7329 parameter into two new parameters, "inf_result" and "gdb_result".
7330 Expect inferior output and gdb output from $inferior_spawn_id and
7331 $gdb_spawn_id, respectively. Adjust all callers.
7332
7333 2015-07-29 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7336 of gdb_test_sequence.
7337
7338 2015-07-29 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7341 (saw_spurious_output): Expect inferior output from
7342 $inferior_spawn_id. Use gdb_test_stdio.
7343
7344 2015-07-29 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/dprintf.exp: Use standard_testfile. Change
7347 prepare_for_testing call.
7348 (srcfile): Don't set.
7349 (restart): New procedure.
7350 (test_dprintf): New procecure, use to continue over dprintfs.
7351 (test_call, test_agent): New procedures, tests moved here.
7352 Restart gdb and recreate dprintfs. Adjust expected output.
7353
7354 2015-07-29 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7357
7358 2015-07-29 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7361
7362 2015-07-29 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7365 gdb_test_stdio.
7366
7367 2015-07-29 Pedro Alves <palves@redhat.com>
7368
7369 * lib/gdb.exp (gdb_test_stdio): New procedure.
7370
7371 2015-07-29 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7374
7375 2015-07-29 Pedro Alves <palves@redhat.com>
7376
7377 * gdb.base/call-signal-resume.exp: Remove check for
7378 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7379 * gdb.base/unwindonsignal.exp: Likewise.
7380 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7381 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7382
7383 2015-07-29 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.base/siginfo-addr.c (pass): New function.
7386 (handler): Call it iff si_addr is correct.
7387 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7388 Set a breakpoint at "pass" and continue to it.
7389
7390 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7391
7392 * gdb.python/py-objfile.exp: Make some tests have unique names.
7393 * gdb.python/py-pp-registration.exp: Likewise.
7394
7395 2015-07-28 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7398
7399 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7400
7401 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7402
7403 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7404
7405 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7406
7407 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7408
7409 * gdb.base/gdb-sigterm-2.exp: New test.
7410
7411 2015-07-25 Doug Evans <xdje42@gmail.com>
7412
7413 Revert:
7414 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7415 (workers/%.worker, build-perf): New rule.
7416 (GDB_PERFTEST_MODE): New variable.
7417 (check-perf): Use it.
7418 (clean): Clean up gdb.perf parallel build subdirs.
7419 * lib/build-piece.exp: New file.
7420 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7421 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7422 name.
7423 (standard_temp_file): Ditto.
7424 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7425 of $GDB_PARALLEL.
7426
7427 2015-07-24 Doug Evans <dje@google.com>
7428
7429 * gdb.perf/lib/perftest/utils.py: New file.
7430 * gdb.perf/gm-hello.cc: New file.
7431 * gdb.perf/gm-pervasive-typedef.cc: New file.
7432 * gdb.perf/gm-pervasive-typedef.h: New file.
7433 * gdb.perf/gm-std.cc: New file.
7434 * gdb.perf/gm-std.h: New file.
7435 * gdb.perf/gm-use-cerr.cc: New file.
7436 * gdb.perf/gm-utils.h: New file.
7437 * gdb.perf/gmonster-null-lookup.py: New file.
7438 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7439 * gdb.perf/gmonster-print-cerr.py: New file.
7440 * gdb.perf/gmonster-ptype-string.py: New file.
7441 * gdb.perf/gmonster-runto-main.py: New file.
7442 * gdb.perf/gmonster-select-file.py: New file.
7443 * gdb.perf/gmonster1-null-lookup.exp: New file.
7444 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7445 * gdb.perf/gmonster1-print-cerr.exp: New file.
7446 * gdb.perf/gmonster1-ptype-string.exp: New file.
7447 * gdb.perf/gmonster1-runto-main.exp: New file.
7448 * gdb.perf/gmonster1-select-file.exp: New file.
7449 * gdb.perf/gmonster1.cc: New file.
7450 * gdb.perf/gmonster1.exp: New file.
7451 * gdb.perf/gmonster2-null-lookup.exp: New file.
7452 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7453 * gdb.perf/gmonster2-print-cerr.exp: New file.
7454 * gdb.perf/gmonster2-ptype-string.exp: New file.
7455 * gdb.perf/gmonster2-runto-main.exp: New file.
7456 * gdb.perf/gmonster2-select-file.exp: New file.
7457 * gdb.perf/gmonster2.cc: New file.
7458 * gdb.perf/gmonster2.exp: New file.
7459
7460 2015-07-24 Doug Evans <dje@google.com>
7461
7462 * gdb.perf/README: New file.
7463 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7464 * lib/gen-perf-test.exp: New file.
7465
7466 2015-07-24 Doug Evans <dje@google.com>
7467
7468 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7469 (PerfTest::startup): New function.
7470 (PerfTest::run): Return result of calling body.
7471 (PerfTest::assemble): Rewrite.
7472 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7473 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7474 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7475 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7476 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7477
7478 2015-07-24 Doug Evans <dje@google.com>
7479
7480 * lib/gdb.exp (clean_restart): Make executable optional.
7481
7482 2015-07-24 Doug Evans <dje@google.com>
7483
7484 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7485 compiler_info references.
7486 * gdb.cp/temargs.exp: Ditto.
7487 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7488 (get_compiler_info): Early exit if already computed. Set compiler_info
7489 to "unknown" if there was a problem.
7490 (test_compiler_info): Add function comment. Call get_compiler_info.
7491
7492 2015-07-24 Doug Evans <dje@google.com>
7493
7494 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7495 (workers/%.worker, build-perf): New rule.
7496 (GDB_PERFTEST_MODE): New variable.
7497 (check-perf): Use it.
7498 (clean): Clean up gdb.perf parallel build subdirs.
7499 * lib/build-piece.exp: New file.
7500 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7501 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7502 name.
7503 (standard_temp_file): Ditto.
7504 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7505 of $GDB_PARALLEL.
7506
7507 2015-07-24 Doug Evans <dje@google.com>
7508
7509 * lib/future.exp (gdb_default_target_compile): New option
7510 "early_flags".
7511 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7512 --as-needed.
7513
7514 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7515
7516 * gdb.base/catch-syscall.exp: Call gdb_exit before
7517 gdb_skip_xml_test.
7518
7519 2015-07-24 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.python/py-events.exp: Accept output between the stop event
7522 and the prompt.
7523 * gdb.python/py-evsignal.exp: Likewise.
7524 * gdb.python/py-evthreads.exp: Likewise.
7525
7526 2015-07-24 Pedro Alves <palves@redhat.com>
7527
7528 PR gdb/18717
7529 * gdb.threads/non-ldr-exit.c: New file.
7530 * gdb.threads/non-ldr-exit.exp: New file.
7531
7532 2015-07-24 Yao Qi <yao.qi@linaro.org>
7533
7534 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7535 restarting process.
7536
7537 2015-07-24 Yao Qi <yao.qi@linaro.org>
7538
7539 * gdb.server/ext-restart.exp: New file.
7540
7541 2015-07-24 Yao Qi <yao.qi@linaro.org>
7542
7543 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7544 argument options.
7545 * gdb.server/ext-wrapper.exp: New file.
7546
7547 2015-07-23 Doug Evans <dje@google.com>
7548
7549 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7550 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7551
7552 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7553
7554 * gdb.ada/var_arr_typedef.exp: New testcase.
7555 * gdb.ada/var_arr_typedef/pack.adb: New file.
7556 * gdb.ada/var_arr_typedef/pack.ads: New file.
7557 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7558
7559 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7560
7561 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7562
7563 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 * gdb.arch/i386-biarch-core.exp: Replace istarget
7566 by "complete set gnutarget". Remove expectation for the "core-file"
7567 command.
7568
7569 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7570
7571 Revert the previous commit:
7572 Tests for validate symbol file using build-id.
7573
7574 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7575
7576 Tests for validate symbol file using build-id.
7577 * gdb.base/solib-mismatch-lib.c: New file.
7578 * gdb.base/solib-mismatch-libmod.c: New file.
7579 * gdb.base/solib-mismatch.c: New file.
7580 * gdb.base/solib-mismatch.exp: New file.
7581
7582 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7583
7584 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7585 nios2-*-linux*.
7586 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7587 * gdb.base/siginfo.exp: Likewise.
7588 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7589
7590 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7591
7592 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7593 Move it to ...
7594 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7595 ... here.
7596 * gdb.trace/range-stepping.exp: Check that the target supports
7597 range stepping.
7598
7599 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7600
7601 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7602
7603 2015-07-14 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/killed-outside.exp: New file.
7606 * gdb.base/killed-outside.c: New file.
7607
7608 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7609
7610 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7611 (n at main): New.
7612 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7613
7614 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7615
7616 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7617 infcall tests instead of setting up for KFAIL.
7618
7619 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7620
7621 * gdb.btrace/record_goto-step.exp: New.
7622
7623 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7624
7625 PR compile/18484
7626 * gdb.compile/compile.c (struct struct_type): Add volatile to
7627 selffield's type.
7628 * gdb.compile/compile.exp
7629 (compile code struct_object.selffield = &struct_object): Skip further
7630 struct_object tests if this one xfails.
7631
7632 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7633
7634 PR exp/18617
7635 * gdb.trace/ax.exp: Add test.
7636
7637 2015-07-07 Yao Qi <yao.qi@linaro.org>
7638
7639 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7640 instead of istarget "aarch64*-*-*".
7641 * gdb.arch/aarch64-fp.exp: Likewise.
7642 * gdb.base/float.exp: Likewise.
7643 * gdb.reverse/aarch64.exp: Likewise.
7644 * lib/gdb.exp (is_aarch64_target): New proc.
7645
7646 2015-07-07 Yao Qi <yao.qi@linaro.org>
7647
7648 * lib/gdb.exp (is_aarch32_target): New proc.
7649 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7650 instead of "istarget "arm*-*-*"".
7651 * gdb.arch/arm-disp-step.exp: Likewise.
7652 * gdb.arch/thumb-bx-pc.exp: Likewise.
7653 * gdb.arch/thumb-prologue.exp: Likewise.
7654 * gdb.arch/thumb-singlestep.exp: Likewise.
7655 * gdb.base/disp-step-syscall.exp: Likewise.
7656 * gdb.base/float.exp: Likewise.
7657
7658 2015-07-07 Yao Qi <yao.qi@linaro.org>
7659
7660 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7661 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7662
7663 2015-07-07 Yao Qi <yao.qi@linaro.org>
7664
7665 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7666 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7667 if it exists.
7668 * gdb.multi/multi-arch.exp: Likewise.
7669
7670 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7671
7672 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7673 print.
7674
7675 2015-07-07 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7678
7679 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7680
7681 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7682 '[' and ']' characters.
7683
7684 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7685
7686 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7687
7688 2015-06-29 Pedro Alves <palves@redhat.com>
7689
7690 PR threads/18127
7691 * gdb.threads/hand-call-new-thread.c: New file.
7692 * gdb.threads/hand-call-new-thread.c: New file.
7693
7694 2015-06-26 Keith Seitz <keiths@redhat.com>
7695 Doug Evans <dje@google.com>
7696
7697 PR 16253
7698 * gdb.cp/var-tag-2.cc: New file.
7699 * gdb.cp/var-tag-3.cc: New file.
7700 * gdb.cp/var-tag-4.cc: New file.
7701 * gdb.cp/var-tag.cc: New file.
7702 * gdb.cp/var-tag.exp: New file.
7703
7704 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7705
7706 * gdb.base/history-duplicates.exp: New test.
7707
7708 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7709
7710 * gdb.base/completion.exp: Test the completion of the "focus"
7711 command.
7712
7713 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * gdb.arch/amd64-prologue-skip.S: New file.
7716 * gdb.arch/amd64-prologue-skip.exp: New file.
7717
7718 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7719
7720 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7721 is_address_zero_readable check.
7722
7723 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7724
7725 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7726 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7727
7728 2015-06-24 Yao Qi <yao.qi@linaro.org>
7729
7730 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7731 linux targets.
7732
7733 2015-06-24 Yao Qi <yao.qi@linaro.org>
7734
7735 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7736 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7737 * gdb.base/siginfo-thread.exp: Likewise.
7738
7739 2015-06-22 Yao Qi <yao.qi@linaro.org>
7740
7741 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7742
7743 2015-06-22 Yao Qi <yao.qi@linaro.org>
7744
7745 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7746 aarch64*-*-*.
7747 (skip_hw_watchpoint_tests): Likewise.
7748
7749 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7750
7751 * gdb.base/gdbinit-history.exp: Test the interaction between
7752 setting GDBHISTSIZE and setting the history size via .gdbinit.
7753
7754 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7755
7756 PR gdb/16999
7757 * gdb.base/gdbhistsize-history.exp: New test.
7758
7759 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7760
7761 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7762 with GDBHISTSIZE.
7763 * gdb.base/readline.exp: Likewise.
7764
7765 2015-06-17 Yao Qi <yao.qi@linaro.org>
7766
7767 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7768 line.
7769
7770 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7771
7772 * gdb.base/gdbinit-history.exp: Add test case to check that
7773 an unlimited history file does not get truncated on exit.
7774
7775 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7776
7777 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7778 (VECTOR): New macro. Use it...
7779 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7780 ...for these typedefs.
7781 (int8, char1, int1, double1): New typedefs.
7782 (struct just_int2, struct two_int2): New structures.
7783 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7784 (add_structvecs, add_singlevecs): New functions.
7785 (main): Call add_some_intvecs twice.
7786 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7787 the compile and exit upon failure. Try compiling for the "native"
7788 architecture. Test inferior function calls with vector arguments
7789 and vector return value handling with "finish" and "return".
7790
7791 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7792
7793 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7794 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7795 PE file.
7796 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7797
7798 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7799
7800 PR breakpoints/16465
7801 * gdb.mi/mi-dprintf-pending.c: New file.
7802 * gdb.mi/mi-dprintf-pending.exp: New test.
7803 * gdb.mi/mi-dprintf-pendshr.c: New file.
7804
7805 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7806 Mircea Gherzan <mircea.gherzan@intel.com>
7807
7808 * gdb.arch/i386-mpx-map.c: New file.
7809 * gdb.arch/i386-mpx-map.exp: New File.
7810
7811 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7812
7813 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7814 * gdb.arch/i386-mpx.exp: Indentation fixed.
7815
7816 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7817
7818 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7819 function and improved indentation.
7820 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7821 gdb_test_multiple. Added additional tests to skip the test.
7822
7823 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7824
7825 * gdb.arch/i386-avx512.c: Change path in include file.
7826 * gdb.arch/i386-avx512.exp: Change include dir path
7827 compilation flag.
7828 * gdb.arch/i386-mpx.c: Change path in include file.
7829 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7830 flag.
7831
7832 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7833
7834 * gdb.compile/compile-print.exp (compile print *vararray@3)
7835 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7836
7837 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7840 (do not keep jit in memory): ... this.
7841 (expect 5): Change it to ...
7842 (expect no 5): ... this.
7843
7844 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 PR gdb/15564
7847 * gdb.mi/mi-detach.exp: New file.
7848
7849 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 PR symtab/18392
7852 * gdb.arch/amd64-tailcall-self.S: New file.
7853 * gdb.arch/amd64-tailcall-self.c: New file.
7854 * gdb.arch/amd64-tailcall-self.exp: New file.
7855
7856 2015-05-28 Don Breazeal <donb@codesourcery.com>
7857
7858 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7859 tests for remote targets by checking is_target_gdbserver.
7860
7861 2015-05-27 Doug Evans <dje@google.com>
7862
7863 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7864 * gdb.dwarf2/opaque-type-lookup.c: New file.
7865 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7866
7867 2015-05-26 Doug Evans <dje@google.com>
7868
7869 * gdb.cp/iostream.cc: New file.
7870 * gdb.cp/iostream.exp: New file.
7871
7872 2015-05-26 Doug Evans <dje@google.com>
7873
7874 * gdb.dwarf2/dw2-op-call.exp: Update.
7875 * gdb.dwarf2/dw4-sig-types.exp: Update.
7876 * gdb.dwarf2/implptr.exp: Update.
7877 * gdb.mi/mi-cmd-param-changed.exp: Update.
7878
7879 2015-05-26 Doug Evans <dje@google.com>
7880
7881 * gdb.python/py-lazy-string.c: New file.
7882 * gdb.python/py-lazy-string.exp: New file.
7883 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7884 (main): Update. Add estring3.
7885 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7886 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7887
7888 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7889 Yao Qi <yao.qi@linaro.org>
7890
7891 * gdb.reverse/aarch64.c: New.
7892 * gdb.reverse/aarch64.exp: New.
7893
7894 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7895
7896 * lib/gdb.exp (supports_process_record): Return true for
7897 aarch64*-linux*.
7898 (supports_reverse): Likewise.
7899
7900 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7901
7902 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7903 Use with_test_prefix.
7904
7905 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7906
7907 * gdb.base/completion.exp: Add test for completion of layout
7908 names.
7909
7910 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7911
7912 * lib/gdb.exp (skip_tui_tests): New proc.
7913 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7914
7915 2015-05-19 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7918 Save the whole env array instead of just HOME. Unset HISTSIZE in
7919 the environment while testing. Restore whole environment
7920 afterwards.
7921
7922 2015-05-16 Doug Evans <xdje42@gmail.com>
7923
7924 * gdb.guile/scm-ports.c: New file.
7925 * gdb.guile/scm-ports.exp: Add memory port tests.
7926
7927 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7928
7929 * gdb.compile/compile-print.c: New file.
7930 * gdb.compile/compile-print.exp: New file.
7931
7932 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 * gdb.compile/compile-ops.exp: Cast param to void.
7935 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7936 (compile code struct_object.selffield = &struct_object): Add xfail.
7937
7938 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7939
7940 * gdb.ada/arr_enum_with_gap: New testcase.
7941
7942 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7943
7944 * gdb.ada/byte_packed_arr: New testcase.
7945
7946 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7947
7948 * gdb.ada/pckd_neg: New testcase.
7949
7950 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7951
7952 PR gdb/17820
7953 * gdb.base/gdbinit-history.exp: New test.
7954 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7955 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7956
7957 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7958
7959 * gdb.python/py-xmethods.cc: Enhance test case.
7960 * gdb.python/py-xmethods.exp: New tests.
7961 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7962 function.
7963 (B_indexoper): Likewise.
7964 (global_dm_list) : Add new xmethod worker functions.
7965
7966 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7967
7968 * gdb.base/coredump-filter.exp: Correctly unset
7969 "coredump_var_addr" array.
7970
7971 2015-05-08 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.server/non-existing-program.exp: Unset spawn_id.
7974
7975 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7976
7977 PR python/18291
7978 * gdb.python/py-xmethods.exp: Add tests.
7979
7980 2015-05-08 Yao Qi <yao.qi@linaro.org>
7981
7982 PR gdb/18208
7983 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7984 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7985 function set_coredump_filter, and remove remote_exec call.
7986 Remove argument ipid. Callers update.
7987 (top level): Don't get inferior's PID.
7988
7989 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7990
7991 * gdb.base/watch_thread_num.exp: Skip test on targets without
7992 access watchpoints.
7993
7994 2015-05-06 Pedro Alves <palves@redhat.com>
7995
7996 PR server/18081
7997 * gdb.server/non-existing-program.exp: New file.
7998
7999 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8002
8003 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.ada/out_of_line_in_inlined: New testcase.
8006
8007 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8008
8009 * gdb.ada/var_rec_arr: New testcase.
8010
8011 2015-04-30 Yao Qi <yao.qi@linaro.org>
8012
8013 * gdb.base/break-idempotent.exp: If
8014 skip_hw_watchpoint_multi_tests returns true, skip the tests
8015 on "rwatch" and "awatch".
8016
8017 2015-04-30 Yao Qi <yao.qi@linaro.org>
8018
8019 * gdb.base/relativedebug.exp: Invoke gdb command
8020 "info sharedlibrary", and if libc.so doesn't have debug info,
8021 skip the test.
8022
8023 2015-04-29 Doug Evans <dje@google.com>
8024
8025 * gdb.python/py-xmethods.exp: Add ptype tests.
8026 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8027 get_result_type method.
8028
8029 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8030
8031 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8032 the target does not support hardware watchpoints.
8033
8034 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8035
8036 * gdb.base/break-always.exp: Abort testing if writing to memory
8037 causes an error.
8038
8039 2015-04-28 Doug Evans <dje@google.com>
8040
8041 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8042 * gdb.python/py-pp-registration.exp: ... here. New file.
8043 * gdb.python/py-pp-registration.c: New file.
8044 * gdb.python/py-pp-registration.py: New file.
8045
8046 2015-04-28 Doug Evans <dje@google.com>
8047
8048 * gdb.python/py-bad-printers.c: New file.
8049 * gdb.python/py-bad-printers.py: New file.
8050 * gdb.python/py-bad-printers.exp: New file.
8051
8052 2015-04-28 Sasha Smundak <asmundak@google.com>
8053
8054 * gdb.python/py-type.exp: New test.
8055
8056 2015-04-28 Andy Wingo <wingo@igalia.com>
8057
8058 * gdb.python/py-parameter.exp:
8059 * gdb.guile/scm-parameter.exp: Escape the path that we are
8060 matching against, as it might contain characters that are special
8061 to regular expressions.
8062
8063 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8064
8065 * gdb.ada/rec_comp: New testcase.
8066
8067 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8070 before using it.
8071
8072 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8073
8074 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8075 new tests for verilog output.
8076
8077 2015-04-24 Yao Qi <yao.qi@linaro.org>
8078
8079 * boards/remote-gdbserver-on-localhost.exp: New file.
8080
8081 2015-04-23 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8084 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8085 "end of file", remove $inferior_spawn_id from the indirect list.
8086
8087 2015-04-23 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8090
8091 2015-04-23 Pedro Alves <palves@redhat.com>
8092
8093 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8094 on $any_spawn_id instead of only on $gdb_spawn_id.
8095
8096 2015-04-21 Pierre Muller <muller@sourceware.org>
8097
8098 PR pascal/17815
8099 * lib/pascal.exp (gpc_compile): Add new option "class".
8100 (fpc_compile): Likewise.
8101 * gdb.pascal/case-insensitive-symbols.pas: New file.
8102 * gdb.pascal/case-insensitive-symbols.exp: New file.
8103
8104 2015-04-20 Gary Benson <gbenson@redhat.com>
8105
8106 * gdb.base/attach.exp: Fix three extended remote failures.
8107
8108 2015-04-17 Gary Benson <gbenson@redhat.com>
8109
8110 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8111 the main executable over the remote protocol.
8112
8113 2015-04-16 Pedro Alves <palves@redhat.com>
8114
8115 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8116 a new gdbserver if gdbserver_reconnect_p is set.
8117
8118 2015-04-16 Pedro Alves <palves@redhat.com>
8119
8120 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8121 is set, don't exit gdbserver.
8122
8123 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8124
8125 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8126 appropriate .insn, such that an older assembler can be used.
8127 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8128 the z/Architecture instruction set on 31-bit targets as well.
8129
8130 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8131
8132 * gdb.go/handcall.exp: Remove all logic related to the first
8133 breakpoint and rely on go_runto_main instead.
8134 * gdb.go/strings.exp: Likewise.
8135 * gdb.go/unsafe.exp: Likewise.
8136 * gdb.go/hello.exp: Likewise. Also rename the remaining
8137 breakpoint marker to "breakpoint 1".
8138 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8139 * gdb.go/strings.go: Likewise.
8140 * gdb.go/unsafe.go: Likewise.
8141 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8142 "set breakpoint 2 here" and rename the remaining breakpoint marker
8143 to "breakpoint 1".
8144
8145 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8146
8147 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8148 if itertools.imap is not present.
8149 * gdb.python/py-objfile.exp: Add parentheses.
8150 * gdb.python/py-type.exp: Same.
8151 * gdb.python/py-unwind-maint.py: Same.
8152
8153 2015-04-15 Yao Qi <yao.qi@linaro.org>
8154
8155 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8156 of ":$ptr_size" and set its form explicitly.
8157
8158 2015-04-15 Pedro Alves <palves@redhat.com>
8159 Yao Qi <yao.qi@linaro.org>
8160
8161 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8162 timeout by factor of 4.
8163 (test_regular_watch): Likewise.
8164 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8165 * gdb.reverse/sigall-reverse.exp: Likewise.
8166 * gdb.reverse/until-precsave.exp: Likewise.
8167 * lib/gdb.exp (with_timeout_factor): New proc.
8168 (gdb_expect): Move some code to ...
8169 (get_largest_timeout): ... here. New procedure.
8170
8171 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8172
8173 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8174
8175 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8176
8177 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8178 to write to the .text section.
8179
8180 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8181
8182 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8183 Handle the case of targets that do not provide PID information.
8184
8185 2015-04-13 Yao Qi <yao.qi@linaro.org>
8186
8187 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8188 and use expect instead of gdb_expect.
8189
8190 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8191
8192 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8193 "coredump_var_addr" to avoid naming conflict with other testcases.
8194
8195 2015-04-10 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8198 gdb_test_sequence and gdb_assert.
8199
8200 2015-04-10 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8203 test messages that don't include the breakpoint address.
8204
8205 2015-04-10 Yao Qi <yao.qi@linaro.org>
8206
8207 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8208 false for some offset and width combinations which aren't
8209 supported by linux kernel.
8210
8211 2015-04-10 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8214 procedure, factored out from ...
8215 (top level): ... here. Add "set displaced-stepping" testing axis.
8216 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8217 parameter "displaced". Use it.
8218 (top level): Use foreach and add "set displaced-stepping" testing
8219 axis.
8220
8221 2015-04-10 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8224 Remove comment.
8225 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8226 both the address of the instruction that triggers the watchpoint
8227 and the address of the instruction immediately after, and use
8228 those addresses for the test. Fix comment.
8229
8230 2015-04-10 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/sigstep.exp (breakpoint_to_handler)
8233 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8234 Test "backtrace" in handler.
8235 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8236 (top level): Add new "displaced" test axis to
8237 breakpoint_to_handler, breakpoint_to_handler_entry and
8238 breakpoint_over_handler.
8239
8240 2015-04-10 Pedro Alves <palves@redhat.com>
8241
8242 PR gdb/18216
8243 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8244
8245 2015-04-10 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8248 (test_add_rn_pc): New function.
8249 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8250 (top level): Invoke test_add_rn_pc.
8251
8252 2015-04-10 Pedro Alves <palves@redhat.com>
8253
8254 PR gdb/13858
8255 * gdb.base/step-over-no-symbols.exp: New file.
8256
8257 2015-04-09 Andy Wingo <wingo@igalia.com>
8258
8259 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8260 after the Python tests.
8261
8262 2015-04-08 Keith Seitz <keiths@redhat.com>
8263
8264 PR python/16699
8265 * gdb.python/py-completion.exp: New tests for completion.
8266 * gdb.python/py-completion.py (CompleteLimit1): New class.
8267 (CompleteLimit2): Likewise.
8268 (CompleteLimit3): Likewise.
8269 (CompleteLimit4): Likewise.
8270 (CompleteLimit5): Likewise.
8271 (CompleteLimit6): Likewise.
8272 (CompleteLimit7): Likewise.
8273
8274 2015-04-08 Pedro Alves <palves@redhat.com>
8275
8276 PR gdb/18214
8277 PR gdb/18216
8278 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8279 function.
8280 (main): Install it as SIGUSR1 handler.
8281 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8282 parameter. Always use "setup" as prefix. Toggle "set
8283 displaced-stepping" off/on depending on global. Don't switch to
8284 thread 1 here.
8285 (top level): Add displaced stepping "off/on" test axis. Update
8286 "setup" calls. Wrap each subtest with with_test_prefix. Test
8287 continuing with a queued signal in each thread.
8288
8289 2015-04-08 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8292 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8293 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8294 Return early if running to main fails.
8295 * gdb.trace/while-stepping.exp: Likewise.
8296
8297 2015-04-07 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8300 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8301 interact with inferior program.
8302
8303 2015-04-07 Pedro Alves <palves@redhat.com>
8304
8305 * lib/gdb.exp (inferior_spawn_id): New global.
8306 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8307 spawn id after processing the user code.
8308 (default_gdb_start): Set inferior_spawn_id.
8309 (send_inferior): New procedure.
8310 * lib/gdbserver-support.exp (gdbserver_start): Set
8311 inferior_spawn_id.
8312 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8313
8314 2015-04-07 Pedro Alves <palves@redhat.com>
8315
8316 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8317 * lib/gdbserver-support.exp (gdbserver_start): Make
8318 $server_spawn_id global.
8319 (gdbserver_start): Don't wait for gdbserver's spawn id with
8320 expect_background.
8321 (close_gdbserver): New procedure.
8322 (gdb_exit): Rename the default version and reimplement.
8323
8324 2015-04-07 Pedro Alves <palves@redhat.com>
8325
8326 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8327 append the substituted item, not the original item.
8328
8329 2015-04-07 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8332 gdb_expect.
8333
8334 2015-04-07 Pedro Alves <palves@redhat.com>
8335
8336 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8337 output appearing once only.
8338
8339 2015-04-07 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8342 that doesn't expect anything. Return early if running to main
8343 fails.
8344
8345 2015-04-07 Yao Qi <yao.qi@linaro.org>
8346
8347 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8348 (child_function): Call alarm.
8349 (main): Move call to alarm into the loop.
8350 * gdb.threads/non-stop-fair-events.exp: Build program with
8351 -DTIMEOUT=$timeout.
8352
8353 2015-04-06 Doug Evans <xdje42@gmail.com>
8354
8355 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8356 Fix dest parameter to board_info.
8357 (fpc_compile): Ditto.
8358 (gdb_compile_pascal): Rename dest arg to destfile.
8359
8360 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8361
8362 * gdb.ada/funcall_ref.exp: New file.
8363 * gdb.ada/funcall_ref/foo.adb: New file.
8364
8365 2015-04-02 Yao Qi <yao.qi@linaro.org>
8366
8367 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8368 is remote.
8369
8370 2015-04-02 Gary Benson <gbenson@redhat.com>
8371
8372 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8373
8374 2015-04-01 Sasha Smundak <asmundak@google.com>
8375
8376 * gdb.python/py-unwind-maint.c: New file.
8377 * gdb.python/py-unwind-maint.exp: New test.
8378 * gdb.python/py-unwind-maint.py: New file.
8379 * gdb.python/py-unwind.c: New file.
8380 * gdb.python/py-unwind.exp: New test.
8381 * gdb.python/py-unwind.py: New test.
8382
8383 2015-04-01 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8386 to fail instead of non-existent $test.
8387
8388 2015-04-01 Pedro Alves <palves@redhat.com>
8389
8390 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8391 GDBFLAGS if not empty.
8392
8393 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8394
8395 * gdb.ada/complete.exp: Remove "multi_line".
8396 * gdb.ada/info_exc.exp: Remove "multi_line".
8397 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8398 * gdb.ada/ptype_field.exp: Remove "multi_line".
8399 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8400 * gdb.ada/tagged.exp: Remove "multi_line".
8401 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8402 [multi_line ...]
8403 * gdb.btrace/delta.exp: Likewise.
8404 * gdb.btrace/exception.exp: Likewise.
8405 * gdb.btrace/function_call_history.exp: Likewise.
8406 * gdb.btrace/instruction_history.exp: Likewise.
8407 * gdb.btrace/nohist.exp: Likewise.
8408 * gdb.btrace/record_goto.exp: Likewise.
8409 * gdb.btrace/segv.exp: Likewise.
8410 * gdb.btrace/stepi.exp: Likewise.
8411 * gdb.btrace/tailcall.exp: Likewise.
8412 * gdb.btrace/unknown_functions.exp: Likewise.
8413 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8414 * lib/gdb.exp: Add the "multi_line" helper.
8415
8416 2015-04-01 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.threads/tid-reuse.c: New file.
8419 * gdb.threads/tid-reuse.exp: New file.
8420
8421 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8422
8423 PR corefiles/16092
8424 * gdb.base/coredump-filter.c: New file.
8425 * gdb.base/coredump-filter.exp: Likewise.
8426
8427 2015-03-27 Petr Machata <pmachata@redhat.com>
8428
8429 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8430 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8431 (Dwarf::assemble): Initialize them.
8432 (Dwarf::lines): New function.
8433
8434 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8435
8436 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8437 SYMBOL_PREFIX for x86_64-*-cygwin.
8438
8439 2015-03-26 Andy Wingo <wingo@igalia.com>
8440
8441 PR symtab/18148
8442 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8443 const_value but not a location.
8444 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8445 location defined in non-main CUs are visible.
8446
8447 2015-03-26 Yao Qi <yao.qi@linaro.org>
8448
8449 PR testsuite/18139
8450 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8451 Add a line number entry for the same line.
8452 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8453 Add a line number entry for the same line.
8454
8455 2015-03-26 Yao Qi <yao.qi@linaro.org>
8456
8457 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8458 .int 0.
8459 (func): Likewise. Add .Lfunc_1 label.
8460 Use .Lfunc_1 label.
8461 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8462 .int 0.
8463 (func): Likewise.
8464 Use .Lfunc_1 label.
8465
8466 2015-03-26 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8469 Call gdb_compile instead to compile each .s files without debug
8470 information.
8471
8472 2015-03-26 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.base/savedregs.exp (process_saved_regs): Make
8475 "Saved registers:" optional in the pattern.
8476
8477 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8478
8479 * gdb.btrace/next.exp: Merged into step.exp.
8480 * gdb.btrace/finish.exp: Merged into step.exp.
8481 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8482 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8483 "record goto" and checking the exact replay position.
8484 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8485 check for "Recording format" in "info record" output.
8486 * gdb.btrace/record_goto.exp: Choose test file based on target.
8487 * gdb.btrace/x86-record_goto.S: Renamed into ...
8488 * gdb.btrace/x86_64-record_goto.S: ... this.
8489 * gdb.btrace/i686-record_goto.S: New.
8490 * gdb.btrace/x86-tailcall.S: Renamed into ...
8491 * gdb.btrace/x86_64-tailcall.S: ... this.
8492 * gdb.btrace/i686-tailcall.S: New.
8493 * gdb.btrace/x86-tailcall.c: Renamed into ...
8494 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8495 separate statements. Update test.
8496 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8497 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8498 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8499 * gdb.btrace/tailcall.exp: Choose test file based on target.
8500 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8501
8502 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8503
8504 * gdb.btrace/exception.exp: Increase BTS buffer size.
8505
8506 2015-03-24 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8509
8510 2015-03-24 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.threads/schedlock.exp (test_step): No longer expect that
8513 "set scheduler-locking step" with "next" over a function call runs
8514 threads unlocked.
8515
8516 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8517
8518 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8519
8520 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8521
8522 PR breakpoints/16466
8523 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8524 * gdb.mi/mi-pending.c (thread_func): New function.
8525 (int main): Add threading support required.
8526 * gdb.mi/mi-pending.exp: Add tests for this issue.
8527 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8528 (pendfunc2): Remove stdio dependency.
8529 * gdb.mi/mi-pendshr2.c: New file.
8530
8531 2015-03-23 Keith Seitz <keiths@redhat.com>
8532
8533 * gdb.linespec/keywords.c: New file.
8534 * gdb.linespec/keywords.exp: New file.
8535
8536 2015-03-23 Keith Seitz <keiths@redhat.com>
8537
8538 PR gdb/18021
8539 * gdb.dwarf2/staticvirtual.exp: New test.
8540
8541 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8542
8543 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8544 * README: Remove HP-UX and gdb.hp.
8545 (configuration):
8546 * configure: Regenerate.
8547 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8548 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8549 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8550 gdb.hp/gdb.defects/Makefile.
8551 * gdb.hp/Makefile.in: File deleted.
8552 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8553 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8554 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8555 * gdb.hp/gdb.aCC/run.c: File deleted.
8556 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8557 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8558 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8559 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8560 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8561 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8562 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8563 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8564 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8565 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8566 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8567 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8568 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8569 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8570 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8571 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8572 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8573 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8574 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8575 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8576 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8577 * gdb.hp/gdb.compat/average.c: File deleted.
8578 * gdb.hp/gdb.compat/sum.c: File deleted.
8579 * gdb.hp/gdb.compat/xdb.c: File deleted.
8580 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8581 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8582 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8583 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8584 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8585 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8586 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8587 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8588 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8589 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8590 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8591 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8592 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8593 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8594 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8595 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8596 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8597 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8598 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8599 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8600 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8601 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8602 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8603 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8604 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8605 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8606 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8607 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8608 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8609 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8610 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8611 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8612 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8613 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8614 * gdb.hp/tools/odump: File deleted.
8615
8616 2015-03-19 Pedro Alves <palves@redhat.com>
8617
8618 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8619 (saw_thread_3): New globals.
8620 (top level): Increment them when an event for the corresponding
8621 thread is seen.
8622 (no thread starvation): New test.
8623
8624 2015-03-19 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/continue-pending-status.c: New file.
8627 * gdb.threads/continue-pending-status.exp: New file.
8628
8629 2015-03-18 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8632 Use gdb_is_target_remote instead of is_remote. Use
8633 gdb_test_multiple instead of gdb_expect. Exit early if
8634 gdb_test_multiple hits its internal matches. Tighten stepi tests
8635 expected output. Fail on exit with any signal, instead of just
8636 SIGILL.
8637
8638 2015-03-18 Yao Qi <yao.qi@linaro.org>
8639
8640 PR tdep/18107
8641 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8642 variable.
8643 * gdb.base/catch-syscall.exp: Don't skip it on
8644 aarch64*-*-linux* target. Remove elements in all_syscalls.
8645 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8646 target.
8647 (setup_all_syscalls): New proc.
8648
8649 2015-03-16 Yao Qi <yao.qi@linaro.org>
8650
8651 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8652 (top level): Skip tests if valid_addr_p returns false for
8653 $cmd1 or $cmd2.
8654
8655 2015-03-11 Andy Wingo <wingo@igalia.com>
8656
8657 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8658
8659 2015-03-11 Yao Qi <yao.qi@linaro.org>
8660
8661 * gdb.base/catch-syscall.exp: Fix typo in comments.
8662
8663 2015-03-11 Yao Qi <yao.qi@linaro.org>
8664
8665 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8666
8667 2015-03-09 Pedro Alves <palves@redhat.com>
8668
8669 * dg-extract-results.py: Delete.
8670
8671 2015-03-09 Pedro Alves <palves@redhat.com>
8672
8673 Merge dg-extract-results.sh from GCC upstream (r218843).
8674
8675 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8676 * dg-extract-results.sh: Use --text with grep to avoid issues with
8677 binary files. Fall back to cat -v, if that doesn't work.
8678
8679 2015-03-05 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8682
8683 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8684
8685 * lib/mi-support.exp (mi_expect_interrupt): Accept
8686 alternative event for when in all-stop mode.
8687
8688 2015-03-04 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8691
8692 2015-03-04 Mark Kettenis <kettenis@gnu.org>
8693
8694 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8695
8696 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8699 regexps for GDB's current line display, accept a hex address
8700 preceding the line number.
8701
8702 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8705 the 'arch1' variable for "s390*-linux*" targets.
8706
8707 2015-03-04 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8710 (main): Pass missing retval argument to pthread_join call.
8711
8712 2015-03-02 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8715 (top level): Call do_test with non-stop as well.
8716
8717 2015-03-02 Pedro Alves <palves@redhat.com>
8718
8719 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8720 -1.
8721
8722 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 * gdb.arch/s390-vregs.exp: New test.
8725 * gdb.arch/s390-vregs.S: New file.
8726
8727 2015-02-27 Pedro Alves <palves@redhat.com>
8728
8729 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8730 call to catch_command_errors.
8731 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8732 catch_command_errors.
8733
8734 2015-02-27 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8737 "true" for boolean result.
8738 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8739 prototype of main.
8740
8741 2015-02-27 Pedro Alves <palves@redhat.com>
8742
8743 * lib/unbuffer_output.c: New file.
8744 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8745 (main): Call gdb_unbuffer_output.
8746
8747 2015-02-27 Yao Qi <yao.qi@linaro.org>
8748
8749 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8750 target.
8751
8752 2015-02-26 Doug Evans <dje@google.com>
8753
8754 * gdb.cp/class2.cc (Dbase, D): New classes.
8755 (main): New local delta.
8756 * gdb.cp/class2.exp: Test printing delta.
8757 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8758 (dynbar): New global.
8759 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8760
8761 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 * gdb.compile/compile-ifunc.c: New file.
8764 * gdb.compile/compile-ifunc.exp: New file.
8765
8766 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8767
8768 * gdb.base/structs.exp: Check for correct struct on finish.
8769
8770 2015-02-26 Yao Qi <yao.qi@linaro.org>
8771
8772 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8773 is zero.
8774
8775 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * gdb.arch/cordic.ko.bz2: New file.
8778 * gdb.arch/cordic.ko.debug.bz2: New file.
8779 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8780
8781 2015-02-25 Yao Qi <yao.qi@linaro.org>
8782
8783 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8784 aarch64*-*-* target.
8785
8786 2015-02-23 Pedro Alves <palves@redhat.com>
8787
8788 * lib/gdb.exp (delete_breakpoints): Rewrite using
8789 gdb_test_multiple.
8790
8791 2015-02-23 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/info-os.c: Include stdlib.h.
8794
8795 2015-02-22 Doug Evans <xdje42@gmail.com>
8796
8797 PR symtab/17855
8798 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8799 is read after symbols have been re-read.
8800 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8801 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8802
8803 2015-02-21 Doug Evans <dje@google.com>
8804
8805 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8806
8807 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8808
8809 PR corefiles/17808
8810 * gdb.arch/i386-biarch-core.core.bz2: New file.
8811 * gdb.arch/i386-biarch-core.exp: New file.
8812
8813 2015-02-21 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8816 runto_main fails.
8817
8818 2015-02-20 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8821 info probes.
8822
8823 2015-02-20 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8826
8827 2015-02-20 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8830 clean_restart before gdb_target_supports_trace.
8831
8832 2015-02-20 Pedro Alves <palves@redhat.com>
8833
8834 PR threads/18006
8835 * gdb.threads/clone-thread_db.c: New file.
8836 * gdb.threads/clone-thread_db.exp: New file.
8837
8838 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8839
8840 PR breakpoints/16812
8841 * gdb.base/catch-gdb-caused-signals.c: New file.
8842 * gdb.base/catch-gdb-caused-signals.exp: New file.
8843
8844 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8845
8846 * configure: Regenerated.
8847 * configure.ac: Use GDB_AC_TRANSFORM.
8848 * aclocal.m4: sinclude ../transform.m4.
8849
8850 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8851
8852 * lib/dtrace.exp: New file.
8853 * gdb.base/dtrace-probe.exp: Likewise.
8854 * gdb.base/dtrace-probe.d: Likewise.
8855 * gdb.base/dtrace-probe.c: Likewise.
8856 * lib/pdtrace.in: Likewise.
8857 * configure.ac: Output variables with the transformed names of
8858 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8859 * configure: Regenerated.
8860
8861 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8862
8863 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8864 expected message when trying to access $_probe_* convenience
8865 variables while not on a probe.
8866
8867 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8870
8871 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8872
8873 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8874 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8875
8876 2015-02-10 Doug Evans <xdje42@gmail.com>
8877
8878 * lib/gdb.exp (gdb_load): Always return a result.
8879
8880 2015-02-10 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.threads/signal-sigtrap.c: New file.
8883 * gdb.threads/signal-sigtrap.exp: New file.
8884
8885 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8886
8887 * gdb.trace/no-attach-trace.c: New file.
8888 * gdb.trace/no-attach-trace.exp: New file.
8889
8890 2015-02-09 Mark Wielaard <mjw@redhat.com>
8891
8892 * gdb.dwarf2/atomic.c: New file.
8893 * gdb.dwarf2/atomic-type.exp: Likewise.
8894
8895 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8896
8897 * gdb.btrace/buffer-size.exp: Update "info record" output.
8898 * gdb.btrace/delta.exp: Update "info record" output.
8899 * gdb.btrace/enable.exp: Update "info record" output.
8900 * gdb.btrace/finish.exp: Update "info record" output.
8901 * gdb.btrace/instruction_history.exp: Update "info record" output.
8902 * gdb.btrace/next.exp: Update "info record" output.
8903 * gdb.btrace/nexti.exp: Update "info record" output.
8904 * gdb.btrace/step.exp: Update "info record" output.
8905 * gdb.btrace/stepi.exp: Update "info record" output.
8906 * gdb.btrace/nohist.exp: Update "info record" output.
8907
8908 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8909
8910 * gdb.btrace/buffer-size: New.
8911
8912 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8913
8914 * gdb.btrace/delta.exp: Update "info record" output.
8915 * gdb.btrace/enable.exp: Update "info record" output.
8916 * gdb.btrace/finish.exp: Update "info record" output.
8917 * gdb.btrace/instruction_history.exp: Update "info record" output.
8918 * gdb.btrace/next.exp: Update "info record" output.
8919 * gdb.btrace/nexti.exp: Update "info record" output.
8920 * gdb.btrace/step.exp: Update "info record" output.
8921 * gdb.btrace/stepi.exp: Update "info record" output.
8922 * gdb.btrace/nohist.exp: Update "info record" output.
8923
8924 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8925
8926 PR gdb/15678
8927 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8928
8929 2015-02-06 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8932 macro.
8933 (seconds_left, again): New globals.
8934 (main): Wait seconds_left in a 1-second sleep loop instead of
8935 sleeping 180 seconds. If 'again' is set, reset the seconds
8936 counter.
8937 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8938 'again' in the inferior before detaching. Print the seconds left.
8939 (options): New global.
8940 (top level): Build program with -DTIMEOUT=$timeout.
8941
8942 2015-02-06 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8945 determine how many seconds to pass to 'alarm'.
8946 * gdb.base/gdb-sigterm.exp (top level): Build program with
8947 -DTIMEOUT=$timeout.
8948 (do_test): Return success/failure indication. Add more verbose
8949 logging. Don't fail if 200 single steps are seen. Instead, fail
8950 when the test times out.
8951 (passes): New global.
8952 (top level): Break the testing loop if testing fails on any
8953 iteration. Use gdb_assert.
8954
8955 2015-02-04 Don Breazeal <donb@codesourcery.com>
8956
8957 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8958 and initialize them.
8959 (ipc_cleanup): New function.
8960 (main): Don't declare shmid, semid, and msqid. Add a call to
8961 atexit so that we call ipc_cleanup on exit.
8962
8963 2015-02-04 Pedro Alves <palves@redhat.com>
8964
8965 * boards/native-extended-gdbserver.exp: Remove any target variant
8966 specifications from the board name before clearing the isremote
8967 flag from board_info.
8968
8969 2015-01-31 Doug Evans <xdje42@gmail.com>
8970
8971 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8972
8973 2015-01-31 Gary Benson <gbenson@redhat.com>
8974
8975 * gdb.base/completion.exp: Disable completion limiting for
8976 existing tests. Add new tests to check completion limiting.
8977 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8978
8979 2015-01-31 Doug Evans <xdje42@gmail.com>
8980
8981 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8982
8983 2015-01-31 Doug Evans <xdje42@gmail.com>
8984
8985 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8986 entries. Duplicate file section script entries.
8987 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8988 inlined entries. Add test for safe-path rejection.
8989 * gdb.python/py-section-script.c: Add duplicate inlined section script
8990 entries. Duplicate file section script entries.
8991 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8992 inlined entries. Add test for safe-path rejection.
8993
8994 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8995
8996 * gdb.ada/disc_arr_bound: New testcase.
8997
8998 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8999
9000 * gdb.ada/mi_var_array: New testcase.
9001
9002 2015-01-27 Doug Evans <dje@google.com>
9003
9004 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9005 Add test for objfile.filename, objfile.username after objfile
9006 has been unloaded.
9007
9008 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9009
9010 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9011 the second test to print the name attribute of value
9012 returned by the call to gdb.lookup_type, and adjust
9013 the expected output accordingly.
9014
9015 2015-01-25 Mark Wielaard <mjw@redhat.com>
9016
9017 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9018 * gdb.base/disp-step-fork.c: Include unistd.h.
9019 * gdb.base/siginfo-obj.c: Include stdio.h.
9020 * gdb.base/siginfo-thread.c: Likewise.
9021 * gdb.mi/non-stop.c: Include unistd.h.
9022 * gdb.mi/nsthrexec.c: Include stdio.h.
9023 * gdb.mi/pthreads.c: Include unistd.h.
9024 * gdb.modula2/unbounded1.c (main): Declare returns int.
9025 * gdb.reverse/consecutive-reverse.c: Likewise.
9026 * gdb.threads/create-fail.c: Include unistd.h.
9027 * gdb.threads/killed.c: Likewise.
9028 * gdb.threads/linux-dp.c: Likewise.
9029 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9030 * gdb.threads/non-ldr-exc-2.c: Likewise.
9031 * gdb.threads/non-ldr-exc-3.c: Likewise.
9032 * gdb.threads/non-ldr-exc-4.c: Likewise.
9033 * gdb.threads/pthreads.c: Include unistd.h.
9034 (main): Declare returns int.
9035 * gdb.threads/tls-main.c (foo): New declaration.
9036 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9037
9038 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9041 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9042
9043 2015-01-15 Mark Wielaard <mjw@redhat.com>
9044
9045 * gdb.base/noreturn-return.c: New file.
9046 * gdb.base/noreturn-return.exp: New file.
9047 * gdb.base/noreturn-finish.c: New file.
9048 * gdb.base/noreturn-finish.exp: New file.
9049
9050 2015-01-23 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.threads/continue-pending-after-query.c: New file.
9053 * gdb.threads/continue-pending-after-query.exp: New file.
9054
9055 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9056 Simon Marchi <simon.marchi@ericsson.com>
9057
9058 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9059 * gdb.base/valgrind-db-attach.exp: Same.
9060 * gdb.base/valgrind-infcall.exp: Same.
9061 * lib/mi-support.exp (default_mi_gdb_start): Same.
9062 * lib/prompt.exp (default_prompt_gdb_start): Same.
9063 * lib/gdb.exp (default_gdb_spawn): Same.
9064 (gdb_interact): New.
9065
9066
9067 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 * gdb.compile/compile.exp (pointer to jit function): New test.
9070
9071 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9072
9073 * lib/gdb.exp (supports_process_record): Return true for
9074 powerpc*-*-linux*.
9075 (supports_reverse): Likewise.
9076
9077 2015-01-15 Don Breazeal <donb@codesourcery.com>
9078
9079 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9080 instead of checking whether the target board is remote and
9081 use spawn_wait_for_attach instead of exec/sleep.
9082 * gdb.base/attach-twice.exp: Likewise.
9083
9084 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9085
9086 * gdb.ada/var_arr_attrs: New testcase.
9087
9088 2015-01-14 Pedro Alves <palves@redhat.com>
9089 Joel Brobecker <brobecker@adacore.com>
9090
9091 PR gdb/17525
9092 * gdb.base/bp-cmds-execution-x-script.c: New file.
9093 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9094 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9095
9096 2015-01-14 Pedro Alves <palves@redhat.com>
9097
9098 PR cli/17828
9099 * gdb.base/batch-preserve-term-settings.c: New file.
9100 * gdb.base/batch-preserve-term-settings.exp: New file.
9101
9102 2015-01-13 Doug Evans <dje@google.com>
9103
9104 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9105 binary.
9106
9107 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9108
9109 * Makefile.in (clean mostlyclean): Do not delete *.py.
9110
9111 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9112
9113 * gdb.python/py-lookup-type.exp: New file.
9114
9115 2015-01-12 Pedro Alves <palves@redhat.com>
9116
9117 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9118 restore GDBFLAGS before returning.
9119
9120 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9123 is_amd64_regs_target and is_x86_like_target.
9124
9125 2015-01-11 Doug Evans <xdje42@gmail.com>
9126
9127 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9128 is given without an explicit form.
9129 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9130 attributes.
9131 * gdb.dwarf/corrupt.exp: Ditto.
9132 * gdb.dwarf2/enum-type.exp: Ditto.
9133 * gdb.trace/entry-values.exp: Ditto.
9134 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9135
9136 2015-01-11 Doug Evans <xdje42@gmail.com>
9137
9138 PR gdb/15830
9139 * gdb.base/maint.exp: Remove references to "maint demangle".
9140 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9141 Add tests for explicitly specifying language to demangle.
9142 * gdb.dlang/demangle.exp: Ditto.
9143
9144 2015-01-09 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.threads/non-stop-fair-events.c: New file.
9147 * gdb.threads/non-stop-fair-events.exp: New file.
9148
9149 2015-01-09 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9152 the global scope. Set a breakpoint after all threads are started
9153 rather than stepping over two source lines. Expect the prompt.
9154 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9155 global.
9156 (NUM): Now 15.
9157 (main): Use threads_started_barrier to wait for all threads to
9158 start. Main thread no longer calls thread_function. Exit after
9159 180 seconds.
9160 (loop): New function.
9161 (thread_function): Wait on threads_started_barrier barrier. Call
9162 'loop' at each iteration.
9163 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9164 threads have started, instead of hardcoding number of "next"
9165 steps. Use an access watchpoint instead of a write watchpoint.
9166
9167 2015-01-09 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9170 (thread_func): Wait on barrier.
9171 (main): Wait for all threads to start before stopping GDB.
9172 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9173 global.
9174 (thread1_func, thread2_func): Wait on barrier.
9175 (main): Wait for all threads to start before stopping GDB.
9176 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9177 New global.
9178 (thread1_func, thread2_func): Wait on barrier.
9179 (main): Wait for all threads to start before stopping GDB.
9180
9181 2015-01-09 Pedro Alves <palves@redhat.com>
9182
9183 * gdb.threads/attach-many-short-lived-threads.c: New file.
9184 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9185
9186 2014-01-09 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9189 instead of to thread 2.
9190 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9191 Add barrier around each pthread_create call instead of around all
9192 calls.
9193 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9194 Set a break on thread_function and have the child threads hit it
9195 one at at a time.
9196
9197 2015-01-09 Pedro Alves <palves@redhat.com>
9198
9199 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9200 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9201 false.
9202 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9203 checking whether the target board is remote.
9204 * gdb.multi/multi-attach.exp: Likewise.
9205 * gdb.python/py-sync-interp.exp: Likewise.
9206 * gdb.server/ext-attach.exp: Likewise.
9207 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9208 tests that need to attach, instead of checking whether the target
9209 board is remote at the top of the file.
9210
9211 2015-01-08 Yao Qi <yao@codesourcery.com>
9212
9213 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9214
9215 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9216
9217 Fix testcase compilation.
9218 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9219
9220 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9221
9222 * gdb.python/py-type.exp: Add a couple test about empty
9223 array creation, and negative-length array creation.
9224
9225 2015-01-02 Doug Evans <xdje42@gmail.com>
9226
9227 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9228
9229 2015-01-02 Doug Evans <dje@google.com>
9230
9231 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9232
9233 2014-12-29 Yao Qi <yao@codesourcery.com>
9234
9235 * gdb.trace/entry-values.exp: Update comments. Rename variable
9236 bar_call_foo to returned_from_foo.
9237
9238 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9239
9240 PR gdb/17394
9241 * gdb.linespec/break-asm-file.c: New file.
9242 * gdb.linespec/break-asm-file.exp: New file.
9243 * gdb.linespec/break-asm-file0.s: New file.
9244 * gdb.linespec/break-asm-file1.s: New file.
9245
9246 2014-12-18 Nigel Stephens <nigel@mips.com>
9247 Maciej W. Rozycki <macro@codesourcery.com>
9248
9249 * gdb.base/float.exp: Handle the new output from "info float" on
9250 MIPS targets.
9251
9252 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 Fix MinGW compilation.
9255 * gdb.compile/compile-ops.exp: Update untested message if
9256 !skip_compile_feature_tests.
9257 * gdb.compile/compile-setjmp.exp: Likewise.
9258 * gdb.compile/compile-tls.exp: Likewise.
9259 * gdb.compile/compile.exp: Likewise.
9260 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9261 supported on this host".
9262
9263 2014-12-16 Doug Evans <xdje42@gmail.com>
9264
9265 * boards/stabs.exp: New file.
9266
9267 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9268
9269 * gdb.base/completion.exp: Adjust to format changes of "maint
9270 print user-registers".
9271
9272 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9273
9274 PR server/17457
9275 * gdb.arch/aarch64-fp.c: New file.
9276 * gdb.arch/aarch64-fp.exp: New file.
9277
9278 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9279
9280 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9281 r210637, r210913, r211666, r215400, r215817).
9282
9283 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9284 * dg-extract-results.py: New file.
9285 * dg-extract-results.sh: Use it if the environment seems
9286 suitable.
9287
9288 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9289
9290 * dg-extract-results.py (parse_run): Handle warnings that
9291 are printed before a test harness is run.
9292
9293 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9294
9295 * dg-extract-results.py (Named): Remove __cmp__ method.
9296 (output_variation): Use a key to sort variation.harnesses.
9297
9298 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9299
9300 * dg-extract-results.py: For Python 3, force sys.stdout to
9301 handle surrogate escape sequences.
9302 (safe_open): New function.
9303 (output_segment, main): Use it.
9304
9305 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9306
9307 * dg-extract-results.py (Prog.result_re): Include options
9308 in test name.
9309
9310 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9311
9312 * dg-extract-results.py (output_variation): Always sort if
9313 do_sum.
9314
9315 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9318 as long as we get pagination notifications.
9319
9320 2014-12-15 Jason Merrill <jason@redhat.com>
9321
9322 * Makefile.in (check-gdb.%): Restore.
9323 * README: Mention it.
9324
9325 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9326
9327 * gdb.ada/str_uninit: New testcase.
9328
9329 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9330
9331 PR symtab/17642
9332 * gdb.base/vla-stub-define.c: New file.
9333 * gdb.base/vla-stub.c: New file.
9334 * gdb.base/vla-stub.exp: New file.
9335
9336 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9337 Jan Kratochvil <jan.kratochvil@redhat.com>
9338 Tom Tromey <tromey@redhat.com>
9339
9340 * configure.ac: Add gdb.compile/.
9341 * configure: Regenerate.
9342 * gdb.compile/Makefile.in: New file.
9343 * gdb.compile/compile-ops.exp: New file.
9344 * gdb.compile/compile-ops.c: New file.
9345 * gdb.compile/compile-tls.c: New file.
9346 * gdb.compile/compile-tls.exp: New file.
9347 * gdb.compile/compile-constvar.S: New file.
9348 * gdb.compile/compile-constvar.c: New file.
9349 * gdb.compile/compile-mod.c: New file.
9350 * gdb.compile/compile-nodebug.c: New file.
9351 * gdb.compile/compile-setjmp-mod.c: New file.
9352 * gdb.compile/compile-setjmp.c: New file.
9353 * gdb.compile/compile-setjmp.exp: New file.
9354 * gdb.compile/compile-shlib.c: New file.
9355 * gdb.compile/compile.c: New file.
9356 * gdb.compile/compile.exp: New file.
9357 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9358
9359 2014-12-12 Tom Tromey <tromey@redhat.com>
9360
9361 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9362 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9363
9364 2014-12-12 Doug Evans <dje@google.com>
9365
9366 * lib/gdb-python.exp (get_python_valueof): New function.
9367 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9368
9369 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9370
9371 * gdb.base/completion.exp: Add test for completion of "info
9372 registers ".
9373
9374 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9375
9376 * gdb.base/func-ptrs.c: New file.
9377 * gdb.base/func-ptrs.exp: New file.
9378
9379 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9380
9381 PR breakpoints/17012
9382 * gdb.base/dprintf-detach.c: New file.
9383 * gdb.base/dprintf-detach.exp: New file.
9384
9385 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9386
9387 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9388 * lib/gdb.exp (target_is_gdbserver): New procedure.
9389
9390 2014-12-08 Doug Evans <dje@google.com>
9391
9392 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9393
9394 2014-12-05 Yao Qi <yao@codesourcery.com>
9395
9396 * gdb.guile/scm-error.exp: Remove the third argument to
9397 gdb_remote_download.
9398 * gdb.guile/scm-frame-args.exp: Likewise.
9399 * gdb.guile/scm-section-script.exp: Likewise.
9400
9401 2014-12-05 Yao Qi <yao@codesourcery.com>
9402
9403 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9404
9405 2014-12-04 Doug Evans <dje@google.com>
9406
9407 * gdb.python/py-objfile.exp: Add tests for
9408 objfile.add_separate_debug_file.
9409
9410 2014-12-04 Doug Evans <dje@google.com>
9411
9412 * lib/gdb.exp (get_build_id): New function.
9413 (build_id_debug_filename_get): Rewrite to use it.
9414 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9415
9416 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9417
9418 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9419 `method(long)', not just 0x0.
9420 * gdb.cp/nsalias.exp: Align code labels to 4.
9421 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9422 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9423 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9424 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9425 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9426 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9427
9428 2014-12-02 Doug Evans <dje@google.com>
9429
9430 PR symtab/17602
9431 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9432 * gdb.cp/anon-ns2.cc: ... here. New file.
9433 * gdb.cp/anon-ns.exp: Update.
9434
9435 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9436
9437 * gdb.python/py-events.py (inferior_call_handler): New.
9438 (register_changed_handler, memory_changed_handler): New.
9439 (test_events.invoke): Register new handlers.
9440 * gdb.python/py-events.exp: Add tests for inferior call,
9441 memory_changed and register_changed events.
9442
9443 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9444
9445 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9446 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9447 if the linker doesn't understand this.
9448
9449 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * gdb.python/python.exp: Change expected reply to help().
9452
9453 2014-12-01 Yao Qi <yao@codesourcery.com>
9454
9455 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9456 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9457 * configure: Re-generated.
9458
9459 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9460
9461 * gdb.cp/chained-calls.cc: New file.
9462 * gdb.cp/chained-calls.exp: New file.
9463 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9464
9465 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9466
9467 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9468 * gdb.dwarf2/symtab-producer.exp: Same.
9469 * gdb.gdb/python-interrupts.exp: Same.
9470 * gdb.gdb/python-selftest.exp: Same.
9471 * gdb.python/py-linetable.exp: Same.
9472 * gdb.python/py-type.exp: Same.
9473 * gdb.python/py-value-cc.exp: Same.
9474 * gdb.python/py-value.exp: Same.
9475
9476 2014-11-28 Yao Qi <yao@codesourcery.com>
9477
9478 * gdb.base/break-probes.exp: Match library name prefixed with
9479 sysroot.
9480
9481 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9482
9483 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9484 test expected output. Add parentheses for the call to print.
9485 Remove L suffix from integers.
9486
9487 2014-11-26 Doug Evans <dje@google.com>
9488
9489 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9490
9491 2014-11-22 Yao Qi <yao@codesourcery.com>
9492
9493 * gdb.trace/entry-values.c: Remove asms.
9494 (foo): Add foo_label.
9495 (bar): Add bar_label.
9496 * gdb.trace/entry-values.exp: Remove code computing foo's
9497 length and bar's length.
9498 (Dwarf::assemble): Invoke function_range for bar and use
9499 MACRO_AT_func for foo.
9500
9501 2014-11-22 Yao Qi <yao@codesourcery.com>
9502
9503 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9504 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9505 Use .Lgcc43_procstart instead of gcc43.
9506
9507 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9508
9509 * gdb.ada/n_arr_bound: New testcase.
9510
9511 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9512
9513 PR breakpoints/10737
9514 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9515 test_catch_syscall_multi_arch.
9516 (test_catch_syscall_multi_arch): New function.
9517
9518 2014-11-20 Doug Evans <xdje42@gmail.com>
9519
9520 * gdb.base/maint.exp: Update expected output.
9521
9522 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9523
9524 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9525 4-byte instruction on S390.
9526
9527 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9528
9529 * gdb.ada/arr_arr: New testcase.
9530
9531 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9532
9533 * gdb.ada/pkd_arr_elem: New Testcase.
9534
9535 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9536
9537 * gdb.reverse/break-precsave: Expect completion message for
9538 core file reads.
9539 * gdb.reverse/consecutive-precsave.exp: Likewise.
9540 * gdb.reverse/finish-precsave.exp: Likewise.
9541 * gdb.reverse/i386-precsave.exp: Likewise.
9542 * gdb.reverse/machinestate-precsave.exp: Likewise.
9543 * gdb.reverse/sigall-precsave.exp: Likewise.
9544 * gdb.reverse/solib-precsave.exp: Likewise.
9545 * gdb.reverse/step-precsave.exp: Likewise.
9546 * gdb.reverse/until-precsave.exp: Likewise.
9547 * gdb.reverse/watch-precsave.exp: Likewise.
9548
9549 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9550
9551 * gdb.base/bp-permanent.c: Include unistd.h.
9552 * gdb.python/py-framefilter-mi.c (main): Add return type.
9553 * gdb.python/py-framefilter.c (main): Likewise.
9554 * gdb.trace/actions-changed.c (main): Likewise.
9555
9556 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9557
9558 * gdb.mi/until.c: Add eye-catchers.
9559 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9560 line numbers.
9561
9562 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9563
9564 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9565 function header variants in break1.c.
9566 * gdb.base/ena-dis-br.exp: Likewise.
9567 * gdb.base/hbreak2.exp: Likewise.
9568 * gdb.reverse/until-precsave.exp: Drop references to removed
9569 non-prototype function header variants in ur1.c.
9570 * gdb.reverse/until-reverse.exp: Likewise.
9571
9572 2014-11-17 Petr Machata <pmachata@redhat.com>
9573
9574 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9575 ${_cu_offset_size} bytes abbrev offset.
9576
9577 2014-11-15 Doug Evans <xdje42@gmail.com>
9578
9579 PR symtab/17559
9580 * gdb.base/line-symtabs.exp: New file.
9581 * gdb.base/line-symtabs.c: New file.
9582 * gdb.base/line-symtabs.h: New file.
9583
9584 2014-11-14 Yao Qi <yao@codesourcery.com>
9585
9586 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9587 (func): Add label func_label.
9588 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9589 Replace low_pc and high_pc with MACRO_AT_range.
9590 Replace name, low_pc and high_pc with MACRO_AT_func.
9591
9592 2014-11-14 Yao Qi <yao@codesourcery.com>
9593
9594 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9595 Replace name, low_pc and high_pc with MACRO_AT_func.
9596
9597 2014-11-14 Yao Qi <yao@codesourcery.com>
9598
9599 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9600 produce debug information.
9601 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9602
9603 2014-11-14 Yao Qi <yao@codesourcery.com>
9604
9605 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9606 object and get function length.
9607 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9608 with MACRO_AT_func.
9609 (top-level): Replace gdb_compile and clean_restart with
9610 prepare_for_testing.
9611 * gdb.dwarf2/main.c (main): Add label main_label.
9612
9613 2014-11-14 Yao Qi <yao@codesourcery.com>
9614
9615 * lib/dwarf.exp (function_range): New procedure.
9616 (Dwarf::_handle_macro_at_func): New procedure.
9617 (Dwarf::_handle_macro_at_range): New procedure.
9618 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9619
9620 2014-11-14 Yao Qi <yao@codesourcery.com>
9621
9622 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9623 (_handle_attribute): New procedure.
9624
9625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9626
9627 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9628 * gdb.base/call-sc.c (zed): Likewise.
9629 * gdb.base/checkpoint.c (main): Likewise.
9630 * gdb.base/dump.c (main): Likewise.
9631 * gdb.base/gcore.c (main): Likewise.
9632 * gdb.base/huge.c (main): Likewise.
9633 * gdb.base/multi-forks.c (main): Likewise.
9634 * gdb.base/pr10179-a.c (main): Likewise.
9635 * gdb.base/savedregs.c (main): Likewise.
9636 * gdb.base/sigaltstack.c (main): Likewise.
9637 * gdb.base/siginfo.c (main): Likewise.
9638 * gdb.base/structs.c (zed): Likewise.
9639 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9640 * gdb.mi/mi-syn-frame.c (main): Likewise.
9641 * gdb.mi/until.c (foo, main): Likewise.
9642 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9643 * gdb.base/solib-weak.c (foo): Declare.
9644 * gdb.base/attach-twice.c: Include stdio.h.
9645 * gdb.base/weaklib1.c: Likewise.
9646 * gdb.base/weaklib2.c: Likewise.
9647 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9648 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9649 unistd.h.
9650 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9651 * gdb.mi/mi-exit-code.c: Likewise.
9652 * gdb.base/break-interp-lib.c: Include string.h.
9653 * gdb.base/coremaker.c: Likewise.
9654 * gdb.base/testenv.c: Likewise.
9655 * gdb.python/py-finish-breakpoint.c: Likewise.
9656 * gdb.base/inferior-died.c: Include sys/wait.h.
9657 * gdb.base/fileio.c: Include time.h.
9658 * gdb.base/async-shell.c: Include unistd.h.
9659 * gdb.base/dprintf-non-stop.c: Likewise.
9660 * gdb.base/info-os.c: Likewise.
9661 * gdb.mi/mi-console.c: Likewise.
9662 * gdb.mi/watch-nonstop.c: Likewise.
9663 * gdb.python/py-events.c: Likewise.
9664 * gdb.base/async.c (baz): Move up before its invocation.
9665 * gdb.base/code_elim2.c (my_global_func): Likewise.
9666 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9667 * gdb.base/advance.c (func2): Likewise.
9668
9669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9670
9671 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9672 variant.
9673 * gdb.base/annota3.c: Likewise.
9674 * gdb.base/async.c: Likewise.
9675 * gdb.base/average.c: Likewise.
9676 * gdb.base/call-ar-st.c: Likewise.
9677 * gdb.base/call-rt-st.c: Likewise.
9678 * gdb.base/call-sc.c: Likewise.
9679 * gdb.base/call-strs.c: Likewise.
9680 * gdb.base/ending-run.c: Likewise.
9681 * gdb.base/execd-prog.c: Likewise.
9682 * gdb.base/exprs.c: Likewise.
9683 * gdb.base/foll-exec.c: Likewise.
9684 * gdb.base/foll-fork.c: Likewise.
9685 * gdb.base/foll-vfork.c: Likewise.
9686 * gdb.base/funcargs.c: Likewise.
9687 * gdb.base/gcore.c: Likewise.
9688 * gdb.base/jump.c: Likewise.
9689 * gdb.base/langs0.c: Likewise.
9690 * gdb.base/langs1.c: Likewise.
9691 * gdb.base/langs2.c: Likewise.
9692 * gdb.base/mips_pro.c: Likewise.
9693 * gdb.base/nodebug.c: Likewise.
9694 * gdb.base/opaque0.c: Likewise.
9695 * gdb.base/opaque1.c: Likewise.
9696 * gdb.base/recurse.c: Likewise.
9697 * gdb.base/run.c: Likewise.
9698 * gdb.base/scope0.c: Likewise.
9699 * gdb.base/scope1.c: Likewise.
9700 * gdb.base/setshow.c: Likewise.
9701 * gdb.base/setvar.c: Likewise.
9702 * gdb.base/shmain.c: Likewise.
9703 * gdb.base/shr1.c: Likewise.
9704 * gdb.base/shr2.c: Likewise.
9705 * gdb.base/sigall.c: Likewise.
9706 * gdb.base/signals.c: Likewise.
9707 * gdb.base/so-indr-cl.c: Likewise.
9708 * gdb.base/solib2.c: Likewise.
9709 * gdb.base/structs.c: Likewise.
9710 * gdb.base/sum.c: Likewise.
9711 * gdb.base/vforked-prog.c: Likewise.
9712 * gdb.base/watchpoint.c: Likewise.
9713 * gdb.reverse/shr2.c: Likewise.
9714 * gdb.reverse/until-reverse.c: Likewise.
9715 * gdb.reverse/ur1.c: Likewise.
9716 * gdb.reverse/watch-reverse.c: Likewise.
9717
9718 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9719
9720 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9721 variant.
9722 * gdb.base/sepdebug.exp: Drop references to removed code.
9723
9724 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9725
9726 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9727 variant. Preserve original line numbering.
9728 * gdb.base/list1.c: Likewise.
9729
9730 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9731
9732 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9733 variant.
9734 * gdb.base/break1.c: Likewise.
9735 * gdb.base/break.exp: Drop references to removed code.
9736
9737 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9738
9739 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9740 variant.
9741
9742 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9743
9744 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9745
9746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9747
9748 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9749 logic into perform_all_tests() and invoke it with and without
9750 function header prototypes.
9751 (do_function_calls): Remove conditional XFAIL for PR 5318.
9752 (rerun_and_prepare): Remove duplicate code.
9753 (perform_all_tests): New. Main logic moved here.
9754
9755 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9756
9757 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9758 code guarded by #ifdef NO_PROTOTYPES.
9759 (t_double_many_args): Likewise.
9760 (DEF_FUNC_MANY_ARGS_1): Likewise.
9761 (DEF_FUNC_VALUES_1): Likewise.
9762 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9763 guarded by #ifdef PROTOTYPES.
9764
9765 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9766
9767 * gdb.mi/mi-console.c: Add eye-catcher.
9768 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9769 instead of literal line number.
9770
9771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9772
9773 * gdb.base/shr2.c: Add eye-catcher.
9774 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9775 line number.
9776
9777 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9778
9779 * gdb.base/jump.c: Add eye-catchers.
9780 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9781 numbers.
9782
9783 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9784
9785 * gdb.base/execd-prog.c: Add eye-catchers.
9786 * gdb.base/foll-exec.c: Likewise.
9787 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9788 line numbers.
9789
9790 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9791
9792 * gdb.base/ending-run.c: Add eye-catchers.
9793 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9794 literal line numbers.
9795
9796 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9797
9798 * gdb.base/call-rt-st.c: Add eye-catchers.
9799 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9800 literal line numbers.
9801
9802 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9803
9804 * gdb.base/call-ar-st.c: Add eye-catchers.
9805 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9806 literal line numbers.
9807
9808 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9809
9810 * gdb.base/average.c: Add eye-catchers.
9811 * gdb.base/sum.c: Likewise.
9812 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9813 regexps dynamically.
9814
9815 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9816
9817 * gdb.base/solib1.c: Add eye-catchers.
9818 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9819 literal line numbers.
9820
9821 2014-11-12 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9824 leader has exited.
9825
9826 2014-11-12 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.arch/i386-bp_permanent.c: New file.
9829 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9830 (srcfile): Set to i386-bp_permanent.c.
9831 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9832 that stepi does not execute the 'leave' instruction, instead of
9833 testing it does execute.
9834 * gdb.base/bp-permanent.c: New file.
9835 * gdb.base/bp-permanent.exp: New file.
9836
9837 2014-11-10 Doug Evans <xdje42@gmail.com>
9838
9839 PR symtab/17564
9840 * gdb.base/symtab-search-order.exp: New file.
9841 * gdb.base/symtab-search-order.c: New file.
9842 * gdb.base/symtab-search-order-1.c: New file.
9843 * gdb.base/symtab-search-order-shlib-1.c: New file.
9844
9845 2014-11-07 Pedro Alves <palves@redhat.com>
9846
9847 PR gdb/17511
9848 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9849 i?86-*-linux*.
9850
9851 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9852
9853 PR c++/17494
9854 * gdb.cp/pr17494.cc: New file.
9855 * gdb.cp/pr17494.exp: New file.
9856
9857 2014-11-02 Yao Qi <yao@codesourcery.com>
9858
9859 * gdb.python/python.exp: Get working directory and match the
9860 output of "set extended-prompt \\w " with it.
9861
9862 2014-10-30 Doug Evans <dje@google.com>
9863
9864 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9865 in objfiles.
9866 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9867 in progspaces.
9868
9869 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9870
9871 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9872 * gdb.base/realname-expand.exp: Likewise.
9873 * gdb.linespec/macro-relative.exp: Likewise.
9874
9875 2014-10-29 Pedro Alves <palves@redhat.com>
9876
9877 PR gdb/17408
9878 * gdb.threads/schedlock.c (some_function): New function.
9879 (call_function): New global.
9880 (MAYBE_CALL_SOME_FUNCTION): New macro.
9881 (thread_function): Call it.
9882 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9883 and use it instead of a global counter. Adjust all callers.
9884 (get_current_thread): Use "find current thread" for test message
9885 here rather than having all callers pass down the same string.
9886 (goto_loop): New procedure, factored out from ...
9887 (my_continue): ... this.
9888 (step_ten_loops): Change parameter from test message to command to
9889 use. Adjust.
9890 (list_count): Delete global.
9891 (check_result): New procedure, factored out from duplicate top
9892 level code.
9893 (continue tests): Wrap in with_test_prefix.
9894 (test_step): New procedure, factored out from duplicate top level
9895 code.
9896 (top level): Test "step" in combination with all scheduler-locking
9897 modes. Test "next" in combination with all scheduler-locking
9898 modes, and in combination with stepping over a function call or
9899 not.
9900 * gdb.threads/next-bp-other-thread.c: New file.
9901 * gdb.threads/next-bp-other-thread.exp: New file.
9902
9903 2014-10-29 Pedro Alves <palves@redhat.com>
9904
9905 PR python/17372
9906 * gdb.python/python.exp: Test a multi-line command that spawns
9907 interactive Python.
9908 * gdb.base/multi-line-starts-subshell.exp: New file.
9909
9910 2014-10-29 Yao Qi <yao@codesourcery.com>
9911
9912 * gdb.base/fileio.exp: Make directories on host.
9913
9914 2014-10-29 Yao Qi <yao@codesourcery.com>
9915
9916 * gdb.base/fileio.c (test_write): Close the file.
9917
9918 2014-10-28 Pedro Alves <palves@redhat.com>
9919
9920 PR gdb/12623
9921 * gdb.base/sigstep.c (no_handler): New global.
9922 (main): If 'no_handler is true, set the signal handlers to
9923 SIG_IGN.
9924 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9925 with_sw_watch and no_handler parameters. Handle them.
9926 (top level) <stepping over handler when stopped at a breakpoint
9927 test>: Add a test axis for testing with a software watchpoint, and
9928 another for testing with the signal handler set to SIG_IGN.
9929 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9930 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9931
9932 2014-10-28 Pedro Alves <palves@redhat.com>
9933
9934 PR gdb/17511
9935 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9936 * gdb.base/sigstep.exp (other_handler_location): New global.
9937 (advance): Support stepping into the signal handler, and running
9938 commands while in the handler.
9939 (in_handler_map): New global.
9940 (top level): In the advance test, add combinations for getting
9941 into the handler with stepping commands, and for running commands
9942 in the handler. Add comment descripting the advancei tests.
9943
9944 2014-10-28 Pedro Alves <palves@redhat.com>
9945
9946 * gdb.base/sigstep.exp: Use build_executable instead of
9947 prepare_for_testing.
9948 (top level): Move code that starts GDB, runs to main and creates a
9949 display to ...
9950 (restart): ... this new procedure.
9951 (top level): Move backtrace from signal handler test to ...
9952 (validate_backtrace): ... this new procedure.
9953 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9954 with_test_prefix. Always restart GDB.
9955 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9956 with_test_prefix. Always restart GDB. No need to delete
9957 breakpoints after the test.
9958 (test_skip_handler): Remove prefix parameter.
9959 (skip_over_handler, breakpoint_to_handler)
9960 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9961 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9962 restart GDB. No need to delete breakpoints after the test.
9963 (top level): Use foreach to call the test procedures with
9964 different commands.
9965
9966 2014-10-28 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9969 instead of GNATS numbers.
9970 * gdb.base/sigbpt.exp: Likewise.
9971 * gdb.base/siginfo.exp: Likewise.
9972 * gdb.base/sigstep.exp: Likewise.
9973
9974 2014-10-27 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/sigstep.c (dummy): New global.
9977 (main): Issue a couple writes to the new global.
9978 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9979 procedures.
9980 (skip_over_handler): Use test_skip_handler.
9981 (top level): Call skip_over_handler for stepi and nexti too.
9982 (breakpoint_over_handler): Use test_skip_handler.
9983 (top level): Call breakpoint_over_handler for stepi and nexti too.
9984
9985 2014-10-27 Yao Qi <yao@codesourcery.com>
9986
9987 * gdb.trace/tfile.c (adjust_function_address)
9988 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9989 function descriptor.
9990
9991 2014-10-24 Don Breazeal <donb@codesourcery.com>
9992
9993 * gdb.base/foll-fork.exp (test_follow_fork,
9994 catch_fork_child_follow): Check for updated fork messages emitted
9995 from infrun.c.
9996 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9997 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9998 vfork_and_exec_child_follow_through_step): Check for updated vfork
9999 messages emitted from infrun.c.
10000
10001 2014-10-24 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.base/corefile.exp: Remove references to ultrix.
10004 * gdb.base/interrupt.exp: Likewise.
10005 * gdb.base/whatis.exp: Likewise.
10006 * gdb.gdb/selftest.exp: Likewise.
10007 * gdb.threads/manythreads.exp: Likewise.
10008 * gdb.threads/print-threads.exp: Likewise.
10009 * gdb.threads/pthreads.exp:: Likewise.
10010 * gdb.threads/schedlock.exp: Likewise.
10011
10012 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10013
10014 * gdb.cp/non-trivial-retval.cc: Add a test case.
10015 * gdb.cp/non-trivial-retval.exp: Add a test.
10016
10017 2014-10-20 Yao Qi <yao@codesourcery.com>
10018
10019 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10020 * gdb.python/py-objfile-script-gdb.py: New file.
10021 * gdb.python/py-objfile-script.exp: Update reference to
10022 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10023 of remote_download. Remove the dest file.
10024
10025 2014-10-20 Yao Qi <yao@codesourcery.com>
10026
10027 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10028 * gdb.base/step-line.exp: Likewise.
10029 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10030 * gdb.dwarf2/dw2-basic.exp: Likewise.
10031 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10032 * gdb.dwarf2/dw2-filename.exp: Likewise.
10033 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10034 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10035 * gdb.dwarf2/dw2-producer.exp: Likewise.
10036 * gdb.dwarf2/mac-fileno.exp: Likewise.
10037 * gdb.python/py-frame-args.exp: Likewise.
10038 * gdb.python/py-framefilter.exp: Likewise.
10039 * gdb.python/py-mi.exp: Likewise.
10040 * gdb.python/py-objfile-script.exp: Likewise
10041 * gdb.python/py-pp-integral.exp: Likewise.
10042 * gdb.python/py-pp-re-notag.exp: Likewise.
10043 * gdb.python/py-prettyprint.exp: Likewise.
10044 * gdb.python/py-section-script.exp: Likewise.
10045 * gdb.python/py-typeprint.exp: Likewise.
10046 * gdb.python/py-xmethods.exp: Likewise.
10047 * gdb.stabs/weird.exp: Likewise.
10048 * gdb.xml/tdesc-regs.exp: Likewise.
10049
10050 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10051
10052 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10053 (out_cu): Use addr_len for the size of addresses.
10054 (out_line): Likewise. Size DW_LNE_set_address instruction
10055 according to addr_len.
10056 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10057 (FUNC): Add START_INSNS to definition.
10058
10059 2014-10-18 Yao Qi <yao@codesourcery.com>
10060
10061 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10062 gdb_has_argv0 return true.
10063 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10064 check [target_info exists noargs], check [gdb_has_argv0]
10065 instead.
10066 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10067 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10068 procedures.
10069
10070 2014-10-17 Doug Evans <dje@google.com>
10071
10072 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10073 event.
10074 * gdb.python/py-events.py: Add clear_objfiles event.
10075
10076 2014-10-17 Doug Evans <dje@google.com>
10077
10078 * gdb.python/py-objfile.exp: Test progspace attribute.
10079
10080 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10081
10082 * gdb.guile/scm-breakpoint.exp: Do not assume any
10083 directory separators when matching source file paths.
10084 * gdb.python/py-breakpoint.exp: Likewise.
10085 * gdb.reverse/break-precsave.exp: Likewise.
10086 * gdb.reverse/break-reverse.exp: Likewise.
10087 * gdb.reverse/consecutive-precsave.exp: Likewise.
10088 * gdb.reverse/finish-precsave.exp: Likewise.
10089 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10090 * gdb.reverse/finish-reverse.exp: Likewise.
10091 * gdb.reverse/i386-precsave.exp: Likewise.
10092 * gdb.reverse/i387-env-reverse.exp: Likewise.
10093 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10094 * gdb.reverse/machinestate-precsave.exp: Likewise.
10095 * gdb.reverse/machinestate.exp: Likewise.
10096 * gdb.reverse/sigall-precsave.exp: Likewise.
10097 * gdb.reverse/solib-precsave.exp: Likewise.
10098 * gdb.reverse/step-precsave.exp: Likewise.
10099 * gdb.reverse/until-precsave.exp: Likewise.
10100 * gdb.reverse/watch-precsave.exp: Likewise.
10101 * gdb.reverse/watch-reverse.exp: Likewise.
10102
10103 2014-10-17 Yao Qi <yao@codesourcery.com>
10104
10105 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10106 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10107
10108 2014-10-17 Pedro Alves <palves@redhat.com>
10109
10110 PR gdb/17471
10111 * gdb.base/bg-execution-repeat.c: New file.
10112 * gdb.base/bg-execution-repeat.exp: New file.
10113
10114 2014-10-17 Pedro Alves <palves@redhat.com>
10115
10116 PR gdb/17300
10117 * gdb.base/continue-all-already-running.c: New file.
10118 * gdb.base/continue-all-already-running.exp: New file.
10119
10120 2014-10-17 Pedro Alves <palves@redhat.com>
10121
10122 PR gdb/17472
10123 * gdb.base/annota-input-while-running.c: New file.
10124 * gdb.base/annota-input-while-running.exp: New file.
10125
10126 2014-10-17 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/callfuncs.exp: emove references to osf.
10129 * gdb.base/sigall.exp: Likewise.
10130 * gdb.gdb/selftest.exp: Likewise.
10131 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10132 * gdb.mi/non-stop.c: Likewise.
10133 * gdb.mi/pthreads.c: Likewise.
10134 * gdb.reverse/sigall-precsave.exp: Likewise.
10135 * gdb.reverse/sigall-reverse.exp: Likewise.
10136 * gdb.threads/pthreads.c: Likewise.
10137 * gdb.threads/pthreads.exp: Likewise.
10138
10139 2014-10-17 Yao Qi <yao@codesourcery.com>
10140
10141 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10142 check 'target_info exists noargs'.
10143 (test_command_prompt_position): Likewise.
10144 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10145 Remove "set args".
10146 (progvar_simple_while_test): Likewise.
10147 (progvar_complex_if_while_test): Likewise.
10148 (if_while_breakpoint_command_test): Likewise.
10149 (infrun_breakpoint_command_test): Likewise.
10150 (breakpoint_command_test): Likewise.
10151 (watchpoint_command_test): Likewise.
10152 (bp_deleted_in_command_test): Likewise.
10153 (temporary_breakpoint_commands): Likewise.
10154
10155 2014-10-16 Yao Qi <yao@codesourcery.com>
10156
10157 * gdb.base/remotetimeout.exp: Remove noargs checking.
10158
10159 2014-10-15 Pedro Alves <palves@redhat.com>
10160
10161 PR breakpoints/9649
10162 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10163 * gdb.base/breakpoint-in-ro-region.exp
10164 (probe_target_hardware_step): New procedure.
10165 (top level): Probe hardware stepping and hardware breakpoint
10166 support. Test stepping through a read-only region, with both
10167 "breakpoint auto-hw" on and off and both "always-inserted" on and
10168 off.
10169
10170 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10171
10172 * gdb.dlang/demangle.exp: Update for demangling changes.
10173
10174 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10175
10176 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10177 * gdb.cp/non-trivial-retval.exp: Add new tests.
10178
10179 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10180
10181 PR c++/13403
10182 PR c++/15154
10183 * gdb.cp/non-trivial-retval.cc: New file.
10184 * gdb.cp/non-trivial-retval.exp: New file.
10185
10186 2014-10-15 Yao Qi <yao@codesourcery.com>
10187
10188 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10189 remote host.
10190
10191 2014-10-15 Yao Qi <yao@codesourcery.com>
10192
10193 * gdb.python/py-symbol.exp: Match file base name if host is
10194 remote, otherwise match file name with dir name.
10195 * gdb.python/py-symtab.exp: Likewise.
10196 * gdb.python/python.exp: Likewise.
10197
10198 2014-10-15 Yao Qi <yao@codesourcery.com>
10199
10200 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10201 pattern.
10202 * gdb.python/py-symtab.exp: Likewise.
10203 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10204 locationn.
10205
10206 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10207
10208 * gdb.ada/addr_arith: New testcase.
10209
10210 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10211
10212 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10213 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10214 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10215 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10216
10217 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10218
10219 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10220 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10221 * gdb.arch/stap-eval-lang-ada.exp: New file.
10222
10223 2014-10-14 Yao Qi <yao@codesourcery.com>
10224
10225 * gdb.mi/mi-var-child.c (nothing1): New function.
10226 (nothing2): New function.
10227 (do_children_tests): Set function pointers by nothing1 and
10228 nothing2.
10229 * gdb.mi/mi-var-child.exp: Step over new added statements.
10230 Update test to match the new output.
10231 * gdb.mi/var-cmd.c (nothing1): New function.
10232 (nothing2): New function.
10233 (do_children_tests): Set function pointers by nothing1 and
10234 nothing2.
10235 * gdb.mi/mi-var-display.exp: Update test to match output.
10236 Step to the line specified by $line_dct_nothing.
10237 Increase the number of lines to step.
10238
10239 2014-10-14 Yao Qi <yao@codesourcery.com>
10240
10241 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10242 tests.
10243 * gdb.mi/mi2-var-child.exp: Likewise.
10244
10245 2014-10-13 Doug Evans <dje@google.com>
10246
10247 * gdb.python/py-objfile.exp: Change name of file name test.
10248
10249 2014-10-13 Doug Evans <dje@google.com>
10250
10251 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10252 from the start of the CU.
10253
10254 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10255 Yao Qi <yao@codesourcery.com>
10256
10257 Fix "save breakpoints" for "catch" command.
10258 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10259 Remove -nonewline. Match also the added "main" line.
10260
10261 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10262
10263 Fix "save breakpoints" for "disable $bpnum" command.
10264 * gdb.base/save-bp.c (main): Add label.
10265 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10266
10267 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10270
10271 2014-10-11 Yao Qi <yao@codesourcery.com>
10272
10273 * gdb.server/server-kill.exp: Execute command
10274 "set remote trace-status-packet on" before "tstatus".
10275
10276 2014-10-11 Yao Qi <yao@codesourcery.com>
10277
10278 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10279 (main): Call getppid.
10280 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10281 and continue to it. Read variable "server_pid".
10282
10283 2014-10-11 Yao Qi <yao@codesourcery.com>
10284
10285 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10286
10287 2014-10-11 Yao Qi <yao@codesourcery.com>
10288
10289 * gdb.threads/thread-find.exp: Don't execute command
10290 "info threads".
10291 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10292 * gdb.threads/linux-dp.exp: Don't check the condition
10293 $threads_created equals to zero.
10294
10295 2014-10-10 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.base/bigcore.exp: Remove references to IRIX.
10298 * gdb.base/funcargs.exp: Likewise.
10299 * gdb.base/interrupt.exp: Likewise.
10300 * gdb.base/mips_pro.exp: Likewise.
10301 * gdb.base/nodebug.exp: Likewise.
10302 * gdb.base/setvar.exp: Likewise.
10303 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10304
10305 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10306 Pedro Alves <palves@redhat.com>
10307
10308 PR symtab/14466
10309 * gdb.base/vdso-warning.c: New file.
10310 * gdb.base/vdso-warning.exp: New file.
10311
10312 2014-10-02 Doug Evans <dje@google.com>
10313
10314 * gdb.base/structs.c (main): Don't run forever.
10315
10316 2014-10-02 Pedro Alves <palves@redhat.com>
10317
10318 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10319 (top level) <stop threads 1, stop threads 2>: Use it.
10320
10321 2014-10-02 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.threads/break-while-running.exp (test): Add new
10324 'update_thread_list' argument. Skip "info threads" if false.
10325 (top level): Add new 'update_thread_list' axis.
10326
10327 2014-10-02 Pedro Alves <palves@redhat.com>
10328
10329 PR breakpoints/17431
10330 * gdb.base/execl-update-breakpoints.c: New file.
10331 * gdb.base/execl-update-breakpoints.exp: New file.
10332
10333 2014-10-01 Pedro Alves <palves@redhat.com>
10334
10335 * gdb.base/breakpoint-in-ro-region.c: New file.
10336 * gdb.base/breakpoint-in-ro-region.exp: New file.
10337
10338 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10339
10340 * gdb.mi/mi-exit-code.exp: New file.
10341 * gdb.mi/mi-exit-code.c: New file.
10342
10343 2014-09-30 Yao Qi <yao@codesourcery.com>
10344
10345 * lib/prelink-support.exp (build_executable_own_libs): Error if
10346 the target isn't native.
10347
10348 2014-09-30 Yao Qi <yao@codesourcery.com>
10349
10350 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10351 false.
10352
10353 2014-09-22 Pedro Alves <palves@redhat.com>
10354
10355 * gdb.threads/break-while-running.exp: New file.
10356 * gdb.threads/break-while-running.c: New file.
10357
10358 2014-09-19 Yao Qi <yao@codesourcery.com>
10359
10360 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10361 Invoke test. Restart GDB with --readnow and invoke test again.
10362
10363 2014-09-19 Yao Qi <yao@codesourcery.com>
10364
10365 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10366 proc set_breakpoint_on_gcd_function. Invoke
10367 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10368 invoke set_breakpoint_on_gcd_function again.
10369
10370 2014-09-18 Doug Evans <dje@google.com>
10371
10372 * gdb.dwarf2/symtab-producer.exp: New file.
10373
10374 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10375
10376 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10377 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10378 * gdb.base/global-var-nested-by-dso.c: Likewise.
10379 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10380
10381 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10382 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.base/watch-bitfields.exp: Pass string other than test file
10385 name to prepare_for_testing.
10386 (watch): New procedure.
10387 (expect_watchpoint): Use with_test_prefix.
10388 (top level): Factor out tests to ...
10389 (test_watch_location, test_regular_watch): ... these new
10390 procedures, and use with_test_prefix and gdb_continue_to_end.
10391
10392 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10393
10394 PR breakpoints/12526
10395 * gdb.base/watch-bitfields.exp: New file.
10396 * gdb.base/watch-bitfields.c: New file.
10397
10398 2014-09-16 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10401 software and hardware addresses, not software address against
10402 itself.
10403
10404 2014-09-16 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10407 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10408
10409 2014-09-16 Pedro Alves <palves@redhat.com>
10410
10411 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10412 files.
10413 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10414 "*-*-vxworks*" throughout.
10415 * gdb.base/break.exp: Likewise.
10416 * gdb.base/default.exp: Likewise.
10417 * gdb.base/scope.exp: Likewise.
10418 * gdb.base/sepdebug.exp: Likewise.
10419 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10420 throughout.
10421 * gdb.base/run.c: Likewise.
10422 * gdb.base/sepdebug.c: Likewise.
10423 * gdb.hp/gdb.aCC/run.c: Likewise.
10424 * gdb.reverse/until-reverse.c: Likewise.
10425 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10426
10427 2014-09-16 Yao Qi <yao@codesourcery.com>
10428
10429 * boards/local-remote-host-native.exp: New file.
10430
10431 2014-09-14 Doug Evans <xdje42@gmail.com>
10432
10433 * gdb.threads/queue-signal.c (thread_count): New variable.
10434 (thread_count_mutex, thread_count_condvar): New variables.
10435 (incr_thread_count, wait_all_threads_running): New functions.
10436 (main): Wait for all threads to be in their thread functions.
10437
10438 2014-09-13 Doug Evans <xdje42@gmail.com>
10439
10440 * gdb.threads/queue-signal.c: New file.
10441 * gdb.threads/queue-signal.exp: New file.
10442
10443 2014-09-13 Doug Evans <xdje42@gmail.com>
10444
10445 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10446 be consistent with what default_gdb_init uses.
10447 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10448 the plain text of the prompt. Add some logging printfs.
10449 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10450
10451 2014-09-12 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10454 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10455 * gdb.arch/i386-size-overlap.exp: Likewise.
10456 * gdb.arch/i386-size.exp: Likewise.
10457 * gdb.arch/i386-unwind.exp: Likewise.
10458 * gdb.base/a2-run.exp: Likewise.
10459 * gdb.base/break.exp: Likewise.
10460 * gdb.base/charset.exp: Likewise.
10461 * gdb.base/chng-syms.exp: Likewise.
10462 * gdb.base/commands.exp: Likewise.
10463 * gdb.base/dbx.exp: Likewise.
10464 * gdb.base/find.exp: Likewise.
10465 * gdb.base/funcargs.exp: Likewise.
10466 * gdb.base/jit-simple.exp: Likewise.
10467 * gdb.base/reread.exp: Likewise.
10468 * gdb.base/sepdebug.exp: Likewise.
10469 * gdb.base/step-bt.exp: Likewise.
10470 * gdb.cp/mb-inline.exp: Likewise.
10471 * gdb.cp/mb-templates.exp: Likewise.
10472 * gdb.objc/basicclass.exp: Likewise.
10473 * gdb.threads/killed.exp: Likewise.
10474
10475 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10476
10477 PR tdep/17379
10478 * gdb.arch/powerpc-stackless.S: New file.
10479 * gdb.arch/powerpc-stackless.exp: New file.
10480
10481 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10482
10483 * gdb.base/attach.c: Include unistd.h.
10484 (main): Call alarm. Add label postloop.
10485 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10486 gdb_breakpoint, gdb_continue_to_breakpoint.
10487 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10488
10489 2014-09-11 Pedro Alves <palves@redhat.com>
10490
10491 PR gdb/17347
10492 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10493 * gdb.base/attach.exp (test_command_line_attach_run): New
10494 procedure.
10495 (top level): Call it.
10496
10497 2014-09-11 Pedro Alves <palves@redhat.com>
10498
10499 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10500 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10501 (do_command_attach_tests): Use spawn_wait_for_attach.
10502 * gdb.base/solib-overlap.exp: Likewise.
10503 * gdb.multi/multi-attach.exp: Likewise.
10504 * gdb.python/py-prompt.exp: Likewise.
10505 * gdb.python/py-sync-interp.exp: Likewise.
10506 * gdb.server/ext-attach.exp: Likewise.
10507
10508 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10509
10510 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10511 command in testcase. Simplify testcase.
10512
10513 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10516
10517 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10518
10519 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10520
10521 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10522
10523 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10524
10525 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10526
10527 * gdb.dwarf2/dynarr-ptr.c: New file.
10528 * gdb.dwarf2/dynarr-ptr.exp: New file.
10529
10530 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10531
10532 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10533 of 30 rather than hardcoding 120 for a slow test case. Take the
10534 `gdb,timeout' target setting into account for this calculation.
10535 Don't extend the timeout for the test cases that don't need it.
10536
10537 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10538
10539 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10540 a factor of 2 for a slow test case. Take the `gdb,timeout'
10541 target setting into account for this calculation.
10542 * gdb.reverse/until-precsave.exp: Increase the timeout by
10543 a factor of 15 and 3 respectively rather than adding 120
10544 for a pair of slow test cases. Take the `gdb,timeout'
10545 target setting into account for this calculation.
10546
10547 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10548
10549 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10550 timeout, don't pass one down to gdb_expect.
10551 (gdb_expect): Rework timeout selection.
10552
10553 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10554
10555 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10556 exception on timeout.
10557 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10558 (gdbserver_start_extended): Catch any `gdbserver_start' error
10559 exceptions.
10560 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10561 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10562 `gdbserver_gdb_load' error exceptions.
10563
10564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10565
10566 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10567 120 on waiting for the TCP socket to open.
10568
10569 2014-09-09 Doug Evans <xdje42@gmail.com>
10570
10571 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10572 _caller_matches, _any_caller_is, _any_caller_matches.
10573
10574 2014-09-09 Doug Evans <xdje42@gmail.com>
10575
10576 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10577
10578 2014-09-09 Yao Qi <yao@codesourcery.com>
10579
10580 * gdb.mi/mi-var-display.exp: Set print symbol off.
10581
10582 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10583
10584 PR gdb/17035
10585 * gdb.base/commands.exp: Add tests to verify user-defined
10586 commands with empty bodies.
10587 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10588 python commands in `show user command`.
10589 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10590 scheme commands in `show user command`.
10591
10592 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10593
10594 PR python/17355
10595 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10596 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10597 * gdb.python/py-framefilter-invalidarg.exp: New file.
10598 * gdb.python/py-framefilter-invalidarg.py: New file.
10599
10600 2014-09-06 Doug Evans <xdje42@gmail.com>
10601
10602 PR 15276
10603 * gdb.python/py-caller-is.c: New file.
10604 * gdb.python/py-caller-is.exp: New file.
10605
10606 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10607
10608 PR gdb/17235
10609 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10610 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10611
10612 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10613
10614 PR fortran/17237
10615 * gdb.fortran/print-formatted.exp: New file.
10616 * gdb.fortran/print-formatted.f90: Likewise.
10617
10618 2014-09-03 Sasha Smundak <asmundak@google.com>
10619
10620 * gdb.python/py-frame.exp: Test Frame.read_register.
10621
10622 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10623
10624 PR python/16699
10625 * gdb.python/py-completion.exp: New file.
10626 * gdb.python/py-completion.py: Likewise.
10627
10628 2014-08-28 Doug Evans <dje@google.com>
10629
10630 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10631 eax,etc. are live with values set by gdb and thus the compiler can't
10632 use them.
10633 * gdb.arch/i386-pseudo.c (main): Ditto.
10634
10635 2014-08-27 Doug Evans <dje@google.com>
10636
10637 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10638
10639 2014-08-25 Doug Evans <dje@google.com>
10640
10641 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10642 (main): Ditto.
10643
10644 2014-08-25 Doug Evans <dje@google.com>
10645
10646 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10647
10648 2014-08-24 Yao Qi <yao@codesourcery.com>
10649
10650 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10651 symbol off.
10652 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10653
10654 2014-08-22 Doug Evans <dje@google.com>
10655
10656 PR 17276
10657 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10658 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10659 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10660
10661 2014-08-22 Yao Qi <yao@codesourcery.com>
10662
10663 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10664 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10665 * gdb.python/python.exp: Likewise. Use .py file on the host
10666 instead of the build.
10667
10668 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10669
10670 * gdb.threads/gcore-stale-thread.c: New file.
10671 * gdb.threads/gcore-stale-thread.exp: New file.
10672
10673 2014-08-21 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10676 * gdb.base/gcore-relro-pie.exp: Likewise.
10677 * gdb.base/gcore-relro.exp: Likewise.
10678 * gdb.base/gcore.exp: Likewise.
10679 * gdb.base/print-symbol-loading.exp: Likewise.
10680 * gdb.threads/gcore-thread.exp: Likewise.
10681 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10682
10683 2014-08-20 Pedro Alves <palves@redhat.com>
10684 Jan Kratochvil <jan.kratochvil@redhat.com>
10685
10686 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10687 configure.
10688 (EXPECT): Handle READ1 being set.
10689 (all): Depend on EXTRA_RULES.
10690 (check-read1, expect-read1, read1.so, read1): New rules.
10691 * README (Testsuite Parameters): Document the READ1 make variable.
10692 (Race detection): New section.
10693 * configure: Regenerate.
10694 * configure.ac: If build==host==target, and running under a
10695 GNU/glibc system, add read1 to the extra Makefile rules.
10696 (EXTRA_RULES): AC_SUBST it.
10697 * lib/read1.c: New file.
10698
10699 2014-08-20 Joel Brobecker <brobecker@adacore.com>
10700
10701 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10702 the handling of variables declared as a typedef to an array
10703 which a DW_AT_data_location attribute.
10704
10705 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
10706 Pedro Alves <palves@redhat.com>
10707
10708 PR symtab/14604
10709 PR symtab/14605
10710 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10711 gdb_test.
10712
10713 2014-08-19 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10716
10717 2014-08-19 Yao Qi <yao@codesourcery.com>
10718
10719 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10720 right line.
10721
10722 2014-08-18 David Blaikie <dblaikie@gmail.com>
10723
10724 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10725
10726 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10727
10728 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10729 attribute in array range.
10730
10731 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10732
10733 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10734
10735 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10736
10737 PR c++/17132
10738 * gdb.cp/pr17132.cc: New file.
10739 * gdb.cp/pr17132.exp: New file.
10740
10741 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10742
10743 * gdb.python/py-xmethods.py (A_getarrayind)
10744 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10745 Use 'print' with function call syntax.
10746 (E_method_matcher.match): Fix tab vs space indentation mixup.
10747
10748 2014-08-15 Yao Qi <yao@codesourcery.com>
10749
10750 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10751 false.
10752
10753 2014-08-15 Yao Qi <yao@codesourcery.com>
10754
10755 * gdb.cp/casts.exp: Set print symbol off.
10756 * gdb.cp/class2.exp: Likewise.
10757 * gdb.cp/overload.exp: Likewise.
10758 * gdb.cp/templates.exp: Likewise.
10759
10760 2014-08-11 Doug Evans <dje@google.com>
10761
10762 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10763 (test_load_shlib): Update.
10764
10765 2014-08-09 Yao Qi <yao@codesourcery.com>
10766
10767 * gdb.base/display.exp: Invoke is_address_zero_readable.
10768 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10769 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10770 * gdb.base/hbreak-unmapped.exp: Return if
10771 is_address_zero_readable returns true.
10772 * gdb.base/signest.exp: Likewise.
10773 * gdb.base/signull.exp: Likewise.
10774 * gdb.base/sigbpt.exp: Likewise.
10775 * gdb.guile/scm-disasm.exp: Do the test if
10776 is_address_zero_readable returns false.
10777 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10778 * gdb.python/py-arch.exp: Likewise.
10779 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10780 * lib/gdb.exp (is_address_zero_readable): New proc.
10781
10782 2014-08-09 Yao Qi <yao@codesourcery.com>
10783
10784 PR testsuite/13443
10785 * gdb.mi/mi-var-display.exp: Make test messages unique.
10786
10787 2014-08-04 Tom Tromey <tromey@redhat.com>
10788
10789 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10790 target 0".
10791
10792 2014-08-04 Tom Tromey <tromey@redhat.com>
10793
10794 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10795 "target_resume".
10796
10797 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10798
10799 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10800 inner_vla_struct_object_size.
10801 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10802 as xfail.
10803
10804 2014-07-30 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10807 comment.
10808
10809 2014-07-29 Yao Qi <yao@codesourcery.com>
10810
10811 PR gdb/17206
10812 * gdb.base/until-nodebug.exp: New.
10813
10814 2014-07-28 Doug Evans <xdje42@gmail.com>
10815
10816 PR guile/17203
10817 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10818 previously existing parameter, and previously ambiguously spelled
10819 parameter.
10820
10821 2014-07-28 Will Newton <will.newton@linaro.org>
10822
10823 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10824
10825 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10826 Doug Evans <xdje42@gmail.com>
10827
10828 PR guile/17146
10829 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10830
10831 2014-07-25 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.threads/signal-command-handle-nopass.c: New file.
10834 * gdb.threads/signal-command-handle-nopass.exp: New file.
10835 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10836 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10837 * gdb.threads/signal-delivered-right-thread.c: New file.
10838 * gdb.threads/signal-delivered-right-thread.exp: New file.
10839
10840 2014-07-25 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/double-prompt-target-event-error.exp
10843 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10844 match.
10845 (cancel_pagination_in_target_event): Rework double prompt
10846 detection.
10847 * gdb.base/paginate-after-ctrl-c-running.exp
10848 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10849 <return>' match.
10850 * gdb.base/paginate-bg-execution.exp
10851 (test_bg_execution_pagination_return)
10852 (test_bg_execution_pagination_cancel): Remove '-notransfer
10853 <return>' matches.
10854 * gdb.base/paginate-execution-startup.exp
10855 (test_fg_execution_pagination_return)
10856 (test_fg_execution_pagination_cancel): Remove '-notransfer
10857 <return>' matches.
10858 * gdb.base/paginate-inferior-exit.exp
10859 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10860 match.
10861 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10862 * lib/gdb.exp (pagination_prompt): Run text through
10863 string_to_regexp.
10864 (gdb_test_multiple): Match $pagination_prompt instead of
10865 "<return>".
10866 (string_to_regexp): Move to lib/gdb-utils.exp.
10867
10868 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.arch/amd64-entry-value-paramref.S: New file.
10871 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10872 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10873 * gdb.arch/amd64-optimout-repeat.S: New file.
10874 * gdb.arch/amd64-optimout-repeat.c: New file.
10875 * gdb.arch/amd64-optimout-repeat.exp: New file.
10876
10877 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 PR gdb/17170
10880 * gdb.base/statistics.exp: New file.
10881
10882 2014-07-17 Doug Evans <dje@google.com>
10883
10884 PR gdb/17170
10885 * gdb.base/maint.exp: Update testing of per-command stats.
10886
10887 2014-07-16 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10890 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10891 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10892 (tfile_write_buf): New functions.
10893 (add_memory_block): Rewrite using the above.
10894 (adjust_function_address): New function.
10895 (FUNCTION_ADDRESS): New macro.
10896 (write_basic_trace_file): Remove short_x local, and use
10897 tfile_write_16. Change type of func_addr local to unsigned long
10898 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10899 here. Cast argument of add_memory_block to char pointer.
10900 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10901 (main): Remove parameters.
10902 * gdb.trace/tfile.exp: Remove nowarnings.
10903
10904 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10905
10906 * gdb.base/debug-expr.exp: Test string evaluation with
10907 "debug expression" on.
10908
10909 2014-07-15 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.base/reread.exp: Use clean_restart.
10912
10913 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10914
10915 * gdb.arch/avr-flash-qualifer.c: New.
10916 * gdb.arch/avr-flash-qualifer.exp: New.
10917
10918 2014-07-14 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10921 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10922
10923 2014-07-14 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/double-prompt-target-event-error.c: New file.
10926 * gdb.base/double-prompt-target-event-error.exp: New file.
10927
10928 2014-07-14 Pedro Alves <palves@redhat.com>
10929
10930 PR gdb/17072
10931 * gdb.base/paginate-inferior-exit.c: New file.
10932 * gdb.base/paginate-inferior-exit.exp: New file.
10933
10934 2014-07-14 Pedro Alves <palves@redhat.com>
10935
10936 PR gdb/17072
10937 * gdb.base/paginate-bg-execution.c: New file.
10938 * gdb.base/paginate-bg-execution.exp: New file.
10939
10940 2014-07-14 Pedro Alves <palves@redhat.com>
10941
10942 PR gdb/17072
10943 * gdb.base/paginate-execution-startup.c: New file.
10944 * gdb.base/paginate-execution-startup.exp: New file.
10945 * lib/gdb.exp (pagination_prompt): New global.
10946 (default_gdb_spawn): New procedure, factored out from
10947 default_gdb_spawn.
10948 (default_gdb_start): Adjust to call default_gdb_spawn.
10949 (gdb_spawn): New procedure.
10950
10951 2014-07-14 Pedro Alves <palves@redhat.com>
10952
10953 * lib/gdb.exp (gdb_assert): New procedure.
10954 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10955
10956 2014-07-14 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.base/execution-termios.c: New file.
10959 * gdb.base/execution-termios.exp: New file.
10960
10961 2014-07-14 Tom Tromey <tromey@redhat.com>
10962
10963 * gdb.cp/vla-cxx.cc: New file.
10964 * gdb.cp/vla-cxx.exp: New file.
10965
10966 2014-07-14 Tom Tromey <tromey@redhat.com>
10967
10968 * gdb.reverse/rerun-prec.c: New file.
10969 * gdb.reverse/rerun-prec.exp: New file.
10970
10971 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10972 Maciej W. Rozycki <macro@codesourcery.com>
10973
10974 * lib/gdb-utils.exp: New file.
10975 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10976 inline `gdb_init_command' processing.
10977 (gdb_start_cmd): Likewise.
10978 * lib/mi-support.exp (mi_run_cmd): Likewise.
10979 * README: Document `gdb_init_command' and `gdb_init_commands'.
10980
10981 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10982
10983 Fix false FAIL running under a very long directory name.
10984 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10985 and "set print elements 10000". Twice.
10986
10987 2014-07-11 Yao Qi <yao@codesourcery.com>
10988
10989 * gdb.base/exprs.exp: "set print symbol off".
10990
10991 2014-07-11 Pedro Alves <palves@redhat.com>
10992
10993 * gdb.threads/kill.c: New file.
10994 * gdb.threads/kill.exp: New file.
10995
10996 2014-07-10 Yao Qi <yao@codesourcery.com>
10997
10998 * gdb.trace/tfile.c (write_basic_trace_file)
10999 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11000 address written to trace file.
11001
11002 2014-07-09 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/attach-wait-input.exp: New file.
11005 * gdb.base/attach-wait-input.c: New file.
11006
11007 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11008
11009 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11010 setting up test structures.
11011 (main): Call new test function.
11012 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11013 test function, continue into test function and walk test
11014 structures.
11015
11016 2014-07-02 Yao Qi <yao@codesourcery.com>
11017
11018 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11019 'bar_start' at the beginning of functions 'foo' and 'bar'
11020 respectively.
11021 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11022 instead of 'foo' and 'bar'.
11023
11024 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11025
11026 * gdb.btrace/segv.exp: New.
11027 * gdb.btrace/segv.c: New.
11028
11029 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11030
11031 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11032 instruction.
11033
11034 2014-06-30 Mark Wielaard <mjw@redhat.com>
11035
11036 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11037 vulture, vilify, villar): New volatile array constants.
11038 (vindictive, vegetation): New const volatile array constants.
11039 * gdb.base/volatile.exp: Test volatile and const volatile array
11040 types.
11041
11042 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11043
11044 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11045 target lacks support for awatch, rwatch, or hbreak.
11046
11047 2014-06-27 Yao Qi <yao@codesourcery.com>
11048
11049 * gdb.multi/dummy-frame-restore.exp: New.
11050 * gdb.multi/dummy-frame-restore.c: New.
11051
11052 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11053
11054 * gdb.btrace/gcore.exp: New.
11055
11056 2014-06-23 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.base/watchpoint-reuse-slot.c: New file.
11059 * gdb.base/watchpoint-reuse-slot.exp: New file.
11060
11061 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11062
11063 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11064 progspace's filename in 'info', 'enable' and 'disable' command
11065 tests.
11066
11067 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11068
11069 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11070 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11071 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11072
11073 2014-06-20 Gary Benson <gbenson@redhat.com>
11074
11075 * gdb.arch/i386-avx.exp: Fix include file location.
11076 * gdb.arch/i386-sse.exp: Likewise.
11077
11078 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11079
11080 * gdb.dlang/expression.exp: New file.
11081
11082 2014-06-19 Pedro Alves <palves@redhat.com>
11083
11084 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11085 out from ...
11086 (top level): ... here. Iterate running tests under different
11087 scheduler-locking settings.
11088
11089 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11090
11091 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11092 to DW_FORM_addr and use non-zero addresses.
11093
11094 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11095
11096 PR gdb/17017
11097 * gdb.python/py-xmethods.cc: Add global function call counters and
11098 increment them in their respective functions. Remove "cout"
11099 statements.
11100 * gdb.python/py-xmethods.exp: Make tests check the global function
11101 call counters instead of depending on inferior IO.
11102
11103 2014-06-18 Don Breazeal <donb@codesourcery.com>
11104
11105 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11106 Deleted procedure.
11107 (explicit_fork_parent_follow): Deleted procedure.
11108 (explicit_fork_child_follow): Deleted procedure.
11109 (test_follow_fork): New procedure.
11110 (do_fork_tests): Replace calls to deleted procedures with
11111 calls to test_follow_fork and reset GDB for subsequent
11112 procedure calls.
11113
11114 2014-06-17 Yao Qi <yao@codesourcery.com>
11115
11116 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11117 CP1252.
11118
11119 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11120
11121 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11122 Initialize ptr and S explicitly.
11123 (skip_type_update_when_not_use_rtti_test): Likewise.
11124
11125 2014-06-16 Keith Seitz <keiths@redhat.com>
11126
11127 PR mi/15863
11128 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11129 the inferior is started.
11130
11131 2014-06-16 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/break-main-file-remove-fail.c: New file.
11134 * gdb.base/break-main-file-remove-fail.exp: New file.
11135 * gdb.base/break-unload-file.exp: Use build_executable instead of
11136 prepare_for_testing.
11137 (test_break): New parameter "initial_load". Handle it.
11138 (top level): Add initial_load cmdline/file axis.
11139
11140 2014-06-12 Tom Tromey <tromey@redhat.com>
11141
11142 * gdb.base/completion.exp: Don't use directory name in test.
11143
11144 2014-06-09 Gary Benson <gbenson@redhat.com>
11145
11146 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11147 separate the always-available ANSI-standard signals from the
11148 signals that require checking.
11149 (main): Likewise.
11150 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11151 Likewise.
11152 (main): Likewise.
11153
11154 2014-06-07 Keith Seitz <keiths@redhat.com>
11155
11156 Revert:
11157 PR c++/16253
11158 * gdb.cp/var-tag.cc: New file.
11159 * gdb.cp/var-tag.exp: New file.
11160 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11161 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11162 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11163 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11164
11165 2014-06-06 Doug Evans <xdje42@gmail.com>
11166
11167 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11168
11169 2014-06-06 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11172 in target debug output instead of looking at RSP packets,
11173 disabling the test on any target that uses hardware stepping.
11174 Update comments.
11175
11176 2014-06-06 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/break-unload-file.exp: Fix typo.
11179
11180 2014-06-06 Yao Qi <yao@codesourcery.com>
11181
11182 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11183 from "jit_function" to "^jit_function".
11184
11185 2014-06-06 Yao Qi <yao@codesourcery.com>
11186
11187 * gdb.base/async.c (foo): Add one statement.
11188 * gdb.base/async.exp: Get the next instruction address and
11189 match the output of "nexti" by instruction address. Match
11190 the hex address in the output of "finish".
11191
11192 2014-06-06 Gary Benson <gbenson@redhat.com>
11193
11194 * gdb.base/call-signals.c: Remove preprocessor conditionals
11195 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11196 SIGSEGV and SIGTERM.
11197 * gdb.base/sigall.c: Likewise.
11198 * gdb.base/unwindonsignal.c: Likewise.
11199 * gdb.reverse/sigall-reverse.c: Likewise.
11200
11201 2014-06-06 Yao Qi <yao@codesourcery.com>
11202
11203 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11204 readable, skip the test.
11205
11206 2014-06-06 Yao Qi <yao@codesourcery.com>
11207
11208 * gdb.threads/staticthreads.c (thread_function): Move the line
11209 setting breakpoint on forward.
11210 * gdb.threads/staticthreads.exp: Update comments.
11211
11212 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11213
11214 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11215 "history-append! type error".
11216
11217 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11218
11219 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11220 erroneous dprintf expected input.
11221
11222 2014-06-04 Doug Evans <xdje42@gmail.com>
11223
11224 * gdb.guile/scm-generics.exp: Delete.
11225
11226 2014-06-04 Doug Evans <xdje42@gmail.com>
11227
11228 * gdb.guile/scm-breakpoint.exp: Update.
11229 Add tests for breakpoint registration.
11230
11231 2014-06-04 Tom Tromey <tromey@redhat.com>
11232
11233 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11234 VLA-in-union.
11235 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11236 inner_vla_struct, vla_union types. Initialize objects of those
11237 types and compute their sizes.
11238
11239 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11240 Hui Zhu <hui@codesourcery.com>
11241
11242 * gdb.base/fileio.exp: Add test for shell not available as well as
11243 available.
11244 * gdb.base/fileio.c (test_system): Check for shell twice.
11245
11246 2014-06-04 Yao Qi <yao@codesourcery.com>
11247
11248 * gdb.base/auto-connect-native-target.exp: Remove redundant
11249 space from the regexp pattern.
11250
11251 2014-06-04 Yao Qi <yao@codesourcery.com>
11252
11253 * gdb.base/default.exp: Replace "child" with "native" in
11254 regexp pattern.
11255
11256 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11257
11258 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11259 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11260 * gdb.python/py-xmethods.py: Python script supporting the
11261 new testcase and tests.
11262
11263 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11264 Pedro Alves <palves@redhat.com>
11265
11266 PR breakpoints/17000
11267 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11268 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11269
11270 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11271
11272 * gdb.base/subst.exp: Add tests to verify partial path matching
11273 output.
11274
11275 2014-06-03 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11278 target that doesn't use software single-stepping.
11279
11280 2014-06-03 Pedro Alves <palves@redhat.com>
11281
11282 PR breakpoints/17000
11283 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11284 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11285
11286 2014-06-02 Doug Evans <xdje42@gmail.com>
11287
11288 * gdb.guile/scm-parameter.exp: New file.
11289
11290 2014-06-02 Doug Evans <xdje42@gmail.com>
11291
11292 * gdb.guile/scm-cmd.c: New file.
11293 * gdb.guile/scm-cmd.exp: New file.
11294
11295 2014-06-02 Doug Evans <xdje42@gmail.com>
11296
11297 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11298 pretty-printer lookup.
11299 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11300 (make-pp_s-printer): Call it.
11301 (make-pretty-printer-from-dict): New function.
11302 (lookup-pretty-printer-maker-from-dict): New function.
11303 (*pretty-printer*): Simplify.
11304 (make-objfile-pp_s-printer): New function.
11305 (install-objfile-pretty-printers!): New function.
11306 (make-progspace-pp_s-printer): New function.
11307 (install-progspace-pretty-printers!): New function.
11308 * gdb.guile/scm-progspace.c: New file.
11309 * gdb.guile/scm-progspace.exp: New file.
11310
11311 2014-06-02 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.base/dprintf-bp-same-addr.c: New file.
11314 * gdb.base/dprintf-bp-same-addr.exp: New file.
11315
11316 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11317
11318 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11319 * gdb.arch/powerpc-power.s: Likewise.
11320
11321 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11322
11323 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11324
11325 2014-06-01 Yao Qi <yao@codesourcery.com>
11326
11327 * gdb.base/watchpoint.exp (test_watch_location): Check null
11328 pointer can be dereferenced. If not, do the test, otherwise
11329 skip it.
11330
11331 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11332
11333 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11334 results.
11335 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11336
11337 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11338
11339 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11340 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11341 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11342 * gdb.arch/amd64-invalid-stack-top.c: New file.
11343 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11344
11345 2014-05-30 Pedro Alves <palves@redhat.com>
11346
11347 PR breakpoints/17000
11348 * gdb.base/sss-bp-on-user-bp.c: New file.
11349 * gdb.base/sss-bp-on-user-bp.exp: New file.
11350
11351 2014-05-30 David Blaikie <dblaikie@gmail.com>
11352
11353 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11354 gnu_inline semantics via attribute.
11355 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11356 source explicitly specifies the required semantics.
11357
11358 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11359
11360 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11361
11362 2014-05-29 Pedro Alves <palves@redhat.com>
11363 Tom Tromey <tromey@redhat.com>
11364
11365 * gdb.base/async-shell.exp: Don't enable target-async.
11366 * gdb.base/async.exp
11367 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11368 parameter. Adjust.
11369 (top level): Don't test with "target-async".
11370 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11371 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11372 * gdb.base/inferior-died.exp: Don't enable target-async.
11373 * gdb.base/interrupt-noterm.exp: Likewise.
11374 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11375 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11376 * gdb.mi/mi-nonstop.exp: Likewise.
11377 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11378 * gdb.mi/mi-nsintrall.exp: Likewise.
11379 * gdb.mi/mi-nsmoribund.exp: Likewise.
11380 * gdb.mi/mi-nsthrexec.exp: Likewise.
11381 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11382 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11383 * gdb.python/py-evsignal.exp: Don't enable target-async.
11384 * gdb.python/py-evthreads.exp: Likewise.
11385 * gdb.python/py-prompt.exp: Likewise.
11386 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11387 * gdb.server/solib-list.exp: Don't enable target-async.
11388 * gdb.threads/thread-specific-bp.exp: Likewise.
11389 * lib/mi-support.exp: Adjust to use mi-async.
11390
11391 2014-05-29 Pedro Alves <palves@redhat.com>
11392
11393 PR gdb/13860
11394 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11395 reason, even in sync mode.
11396
11397 2014-05-29 Pedro Alves <palves@redhat.com>
11398 Hui Zhu <hui@codesourcery.com>
11399
11400 PR PR15693
11401 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11402 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11403 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11404 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11405
11406 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11407
11408 * config/monitor.exp (gdb_target_monitor): Replace use of
11409 "set remotebaud" by "set serial baud".
11410
11411 2014-05-26 Andy Wingo <wingo@igalia.com>
11412
11413 * gdb.guile/scm-breakpoint.exp:
11414 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11415 properties instead of gdb-object-properties.
11416
11417 2014-05-26 Yao Qi <yao@codesourcery.com>
11418
11419 * gdb.server/no-thread-db.exp: Specify source file name
11420 explicitly when setting a breakpoint.
11421
11422 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11423
11424 * gdb.btrace/vdso.c: New.
11425 * gdb.btrace/vdso.exp: New.
11426
11427 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11428
11429 * gdb.base/gcore.exp (capture_command_output): Move ...
11430 * lib/gdb.exp (capture_command_output): ... here.
11431
11432 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11433
11434 * gdb.btrace/data.exp: Test memory access during btrace replay.
11435
11436 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11437
11438 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11439
11440 2014-05-21 Pedro Alves <palves@redhat.com>
11441
11442 PR gdb/13860
11443 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11444 (top level): Test that output related to execution commands is
11445 sent to the console with CLI commands, but not with MI commands.
11446 Test that breakpoint events are always mirrored to the console.
11447 Also expect the new source line to be output after a "next" in
11448 async mode too. Make it a pass/fail test.
11449 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11450 output.
11451 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11452
11453 2014-05-21 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11456 Use them to test variations of "list" after reaching a breakpoint.
11457 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11458 Test "list" with listsize 10 after reaching a breakpoint.
11459 * gdb.python/python.exp (decode_line current location line
11460 number): Adjust expected line number.
11461
11462 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11463
11464 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11465 behavior for $args, pass it directly to "run".
11466
11467 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11468
11469 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11470 30000 to 65536.
11471
11472 2014-05-21 Pedro Alves <palves@redhat.com>
11473
11474 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11475 auto-connect-native-target off".
11476 * gdb.base/auto-connect-native-target.c: New file.
11477 * gdb.base/auto-connect-native-target.exp: New file.
11478
11479 2014-05-21 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.base/default.exp: Test "target native" instead of "target
11482 child".
11483
11484 2014-05-21 Mark Wielaard <mjw@redhat.com>
11485
11486 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11487
11488 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 Fix TLS access for -static -pthread.
11491 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11492 <HAVE_TLS> (thread_function, main): Initialize it.
11493 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11494 Add clean_restart.
11495 <$have_tls != "">: Check TLSVAR.
11496
11497 2014-05-21 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.base/dcache-line-read-error.c: New.
11500 * gdb.base/dcache-line-read-error.exp: New.
11501
11502 2014-05-20 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.base/compare-sections.c: New file.
11505 * gdb.base/compare-sections.exp: New file.
11506
11507 2014-05-20 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/break-idempotent.c: New file.
11510 * gdb.base/break-idempotent.exp: New file.
11511
11512 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11513
11514 * gdb.btrace/nohist.exp: New.
11515
11516 2014-05-20 Yao Qi <yao@codesourcery.com>
11517
11518 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11519 gdb.reverse directory and gdb_reverse_timeout exists in board
11520 setting.
11521 * README: Document gdb_reverse_timeout.
11522
11523 2014-05-20 Yao Qi <yao@codesourcery.com>
11524
11525 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11526 'test_file_name'. Treat args as a string instead of a list.
11527 (gdb_init): Rename argument 'args' by 'test_file_name'.
11528
11529 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 * gdb.arch/powerpc-power.exp: New file.
11532 * gdb.arch/powerpc-power.s: New file.
11533
11534 2014-05-16 Doug Evans <dje@google.com>
11535
11536 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11537 * gdb.base/completion.exp: Check that all expected files exist
11538 before doing file completion.
11539
11540 2014-05-16 Doug Evans <dje@google.com>
11541
11542 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11543 Update.
11544 (do_syscall_tests_without_xml): Update.
11545
11546 2014-05-16 Pedro Alves <palves@redhat.com>
11547
11548 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11549 instead of "unknown output after running".
11550
11551 2014-05-16 Yao Qi <yao@codesourcery.com>
11552
11553 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11554 file1.txt from host at the end.
11555 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11556
11557 2014-05-15 Doug Evans <dje@google.com>
11558
11559 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11560 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11561 loading file. Add test for TU lookup.
11562
11563 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11564
11565 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11566 calling "-exec-arguments" or "set args" before running the
11567 inferior.
11568
11569 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * lib/mi-support.exp (mi_expect_stop): Expect message for
11572 inferiors that exit with non-zero exit code.
11573
11574 2014-05-14 Yao Qi <yao@codesourcery.com>
11575
11576 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11577 match absolute path on remote host.
11578 (test_file_list_exec_source_files): Remove "/" from the
11579 pattern.
11580
11581 2014-05-14 Yao Qi <yao@codesourcery.com>
11582
11583 * boards/local-remote-host-notty.exp (${board}_file): New
11584 proc.
11585
11586 2014-05-07 Kyle McMartin <kyle@redhat.com>
11587
11588 Pushed by Joel Brobecker <brobecker@adacore.com>.
11589 * gdb.arch/aarch64-atomic-inst.c: New file.
11590 * gdb.arch/aarch64-atomic-inst.exp: New file.
11591
11592 2014-05-07 Yao Qi <yao@codesourcery.com>
11593
11594 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11595 in current context" too.
11596
11597 2014-05-05 Keith Seitz <keiths@redhat.com>
11598
11599 * gdb.linespec/ls-dollar.exp: Add test for linespec
11600 file:convenience_variable.
11601
11602 2014-05-05 Yao Qi <yao@codesourcery.com>
11603
11604 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11605 traceframes into tfile and ctf trace files. Read data from
11606 trace file and test collected data.
11607 (gdb_collect_locals_test): Likewise.
11608 (gdb_unavailable_registers_test): Likewise.
11609 (gdb_unavailable_floats): Likewise.
11610 (gdb_collect_globals_test): Likewise.
11611 (top-level): Append "ctf" to trace_file_targets if GDB
11612 supports.
11613
11614 2014-05-05 Yao Qi <yao@codesourcery.com>
11615
11616 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11617 code to ...
11618 (gdb_collect_args_test_1): ... it. New proc.
11619 (gdb_collect_locals_test): Move some code to ...
11620 (gdb_collect_locals_test_1): ... it. New proc.
11621 (gdb_unavailable_registers_test): Move some code to ...
11622 (gdb_unavailable_registers_test_1): ... it. New proc.
11623 (gdb_unavailable_floats): Move some code to ...
11624 (gdb_unavailable_floats_1): ... it. New proc.
11625
11626 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11627
11628 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11629 probes to test for bitness recognition.
11630 * gdb.arch/amd64-stap-optional-prefix.exp
11631 (test_probe_value_without_reg): New procedure.
11632 Add code to test for different kinds of bitness.
11633
11634 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11635
11636 PR breakpoints/16889
11637 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11638 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11639
11640 2014-05-01 Pedro Alves <palves@redhat.com>
11641
11642 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11643 gdb_file_cmd if no file is specified.
11644 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11645 last_loaded_file to set the remote exec-file.
11646
11647 2014-05-01 Pedro Alves <palves@redhat.com>
11648
11649 * boards/local-remote-host.exp: New file.
11650
11651 2014-05-01 Pedro Alves <palves@redhat.com>
11652
11653 * boards/local-remote-host.exp: Rename to ...
11654 * boards/local-remote-host-notty.exp: ... this.
11655
11656 2014-04-28 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.ada/dyn_arrayidx: New testcase.
11659
11660 2014-04-26 Yao Qi <yao@codesourcery.com>
11661
11662 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11663 and compute the length of function main. Save it in
11664 $main_length.
11665 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11666 (top-level): Use gdb_compile to compile objects into
11667 executable and restart GDB. Remove invocation to
11668 prepare_for_testing.
11669
11670 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11671 Pedro Alves <palves@redhat.com>
11672
11673 PR server/16255
11674 * gdb.multi/multi-attach.c: New file.
11675 * gdb.multi/multi-attach.exp: New file.
11676
11677 2014-04-25 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11680 user.
11681 (top level): Test that "set remote conditional-breakpoints-packet
11682 off" works as intended.
11683 * gdb.base/dprintf.exp: Test that "set remote
11684 breakpoint-commands-packet off" works as intended.
11685 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11686 New function.
11687 (top level): Call it.
11688 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11689 remote fast-tracepoints-packet off" works as intended.
11690 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11691 * lib/gdb.exp (gdb_is_target_remote): ... here.
11692
11693 2014-04-24 David Blaikie <dblaikie@gmail.com>
11694
11695 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11696 ensure clang would not discard them.
11697 * gdb.base/gdbvars.c: Ditto.
11698 * gdb.base/memattr.c: Ditto.
11699 * gdb.base/whatis.c: Ditto.
11700 * gdb.python/py-prettyprint.c: Ditto.
11701 * gdb.trace/actions.c: Ditto.
11702 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11703 ensure clang would not discard it.
11704
11705 2014-04-24 David Blaikie <dblaikie@gmail.com>
11706
11707 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11708 clang to emit the full definition of type required by the test
11709 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11710
11711 2014-04-24 David Blaikie <dblaikie@gmail.com>
11712
11713 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11714 coax Clang into emitting the definition of the type.
11715 * gdb.cp/pr10728-x.h (y): Ditto.
11716 * gdb.cp/pr10728-y.cc (y): Ditto.
11717
11718 2014-04-24 David Blaikie <dblaikie@gmail.com>
11719
11720 * gdb.base/label.exp: XFAIL label related tests under Clang.
11721 * gdb.cp/cplabel.exp: Ditto.
11722 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11723 under Clang those using labels.
11724
11725 2014-04-25 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11728 double_label.
11729 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11730 partial_label and double_label.
11731
11732 2014-04-24 David Blaikie <dblaikie@gmail.com>
11733
11734 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11735
11736 2014-04-24 David Blaikie <dblaikie@gmail.com>
11737
11738 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11739 of the function to work across GCC and Clang.
11740 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11741 pointer types (const void ** const V void **).
11742
11743 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
11744 Walfred Tedeschi <walfred.tedeschi@intel.com>
11745
11746 * Makefile.in (EXECUTABLES): Added i386-avx512.
11747 * gdb.arch/i386-avx512.c: New file.
11748 * gdb.arch/i386-avx512.exp: Likewise.
11749
11750 2014-04-23 Keith Seitz <keiths@redhat.com>
11751
11752 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11753 (mi_make_breakpoint_table): New procedure.
11754 (mi_create_breakpoint): Use mi_make_breakpoint
11755 and return the result.
11756 (mi_make_breakpoint): New procedure.
11757 (mi_build_kv_pairs): New procedure.
11758
11759 * gdb.mi/mi-break.exp: Remove unused globals,
11760 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11761 All callers updated.
11762 * gdb.mi/mi-dprintf.exp: Use variable to track command
11763 number.
11764 Update all callers of mi_create_breakpoint and use
11765 mi_make_breakpoint_table.
11766 Remove any unused global variables.
11767 * gdb.mi/mi-nonstop.exp: Likewise.
11768 * gdb.mi/mi-nsintrall.exp: Likewise.
11769 * gdb.mi/mi-nsmoribund.exp: Likewise.
11770 * gdb.mi/mi-nsthrexec.exp: Likewise.
11771 * gdb.mi/mi-reverse.exp: Likewise.
11772 * gdb.mi/mi-simplerun.exp: Likewise.
11773 * gdb.mi/mi-stepn.exp: Likewise.
11774 * gdb.mi/mi-syn-frame.exp: Likewise.
11775 * gdb.mi/mi-until.exp: Likewise.
11776 * gdb.mi/mi-var-cp.exp: Likewise.
11777 * gdb.mi/mi-var-display.exp: Likewise.
11778 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11779 * gdb.mi/mi2-var-child.exp: Likewise.
11780 * gdb.mi/mi-vla-c99.exp: Likewise.
11781 * lib/mi-support.exp: Likewise.
11782
11783 From Ian Lance Taylor <iant@cygnus.com>:
11784 * lib/gdb.exp (parse_args): New procedure.
11785
11786 2014-04-23 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.base/break-unload-file.c: New file.
11789 * gdb.base/break-unload-file.exp: New file.
11790 * gdb.base/sym-file-lib.c (baz): New function.
11791 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11792 field.
11793 (load): Store the segment's mapped size.
11794 (unload): New function.
11795 (unload_shlib): New function.
11796 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11797 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11798 set a breakpoint at baz, and call it.
11799 * gdb.base/sym-file.exp: New tests for stale breakpoint
11800 instructions.
11801
11802 2014-04-23 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11805 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11806 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11807 * gdb.base/hbreak-unmapped.c: New file.
11808 * gdb.base/hbreak-unmapped.exp: New file.
11809 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11810 * lib/gdb.exp (gdb_is_target_remote): ... here.
11811
11812 2014-04-22 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.base/consecutive-step-over.c: New file.
11815 * gdb.base/consecutive-step-over.exp: New file.
11816
11817 2014-04-22 Pedro Alves <palves@redhat.com>
11818
11819 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11820 instead of send_gdb/gdb_expect.
11821
11822 2014-04-22 Yao Qi <yao@codesourcery.com>
11823
11824 * lib/trace-support.exp (generate_tracefile): New procedure.
11825 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11826 return 0.
11827 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11828 if generate_tracefile returns 1.
11829
11830 2014-04-18 Tom Tromey <palves@redhat.com>
11831 Pedro alves <tromey@redhat.com>
11832
11833 PR backtrace/15558
11834 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11835 with a backtrace limit.
11836 * gdb.python/py-frame-inline.exp: Test running to an inline
11837 function with a backtrace limit, and printing the newest frame.
11838 * gdb.python/py-frame-inline.c (main): Call f.
11839
11840 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11841
11842 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11843
11844 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11845
11846 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11847 Drop prefix from unsupported source file path.
11848
11849 2014-04-17 Yao Qi <yao@codesourcery.com>
11850
11851 * lib/gdb.exp (with_target_charset): New proc.
11852 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11853 with_target_charset.
11854 (test_print_strings): Likewise.
11855 (test_repeat_bytes): Likewise.
11856 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11857 for some tests.
11858
11859 2014-04-16 Keith Seitz <keiths@redhat.com>
11860
11861 PR gdb/15827
11862 * gdb.dwarf2/corrupt.c: New file.
11863 * gdb.dwarf2/corrupt.exp: New file.
11864
11865 2014-04-16 Keith Seitz <keiths@redhat.com>
11866
11867 PR c++/16597
11868 * gdb.cp/namelessclass.cc: New file.
11869 * gdb.cp/namelessclass.exp: New file.
11870 * gdb.cp/namelessclass.S: New file.
11871
11872 2014-04-16 Doug Evans <dje@google.com>
11873
11874 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11875 Add comment.
11876 (gdbserver_default_get_comm_port): New function.
11877 (gdbserver_start): Check if board file provided
11878 "gdbserver,get_comm_port" and use it if so.
11879 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11880 (gdb,socketport): Set to "stdio".
11881 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11882 (stdio_gdbserver_template): Delete.
11883 (${board}_get_remote_address): Update.
11884 (${board}_build_remote_cmd): Delete.
11885 (${board}_get_comm_port): New function.
11886 (${board}_spawn): Update.
11887 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11888 Delete.
11889 (${board}_get_remote_address): Update.
11890 (${board}_get_comm_port): New function.
11891
11892 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11893
11894 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11895 appearing in any order.
11896
11897 2014-04-15 Doug Evans <dje@google.com>
11898
11899 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11900 uninitialized value of "description".
11901
11902 2014-04-15 Keith Seitz <keiths@redhat.com>
11903
11904 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11905 Remove unused globals.
11906 (test_running_the_program): Likewise.
11907 (test_controlled_execution): Likewise.
11908 (test_controlling_breakpoints): Likewise.
11909 (test_program_termination): Likewise.
11910
11911 2014-04-15 Keith Seitz <keiths@redhat.com>
11912
11913 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11914 unused globals.
11915 (test_rbreak_creation_and_listing): Likewise.
11916 (test_ignore_count): Likewise.
11917 (test_error): Likewise.
11918
11919 2014-04-15 Pedro Alves <palves@redhat.com>
11920
11921 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11922 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11923 sym-file-loader.c.
11924 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11925 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11926 to sym-file-loader.c.
11927 (struct library): Forward declare.
11928 (load_shlib, lookup_function): Change prototypes.
11929 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11930 (translate_offset): Remove declarations.
11931 (get_text_addr): New declaration.
11932 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11933 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11934 sym-file-loader.h.
11935 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11936 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11937 here from sym-file-loader.h.
11938 (struct library): New structure.
11939 (load_shlib, lookup_function): Change prototypes and adjust to
11940 work with a struct library.
11941 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11942 (translate_offset): Make static.
11943 (get_text_addr): New function.
11944 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11945
11946 2014-04-15 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11949
11950 2014-04-15 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.base/sym-file-loader.c: Include <limits.h>.
11953 (SELF_LINK): New define.
11954 (get_origin): New function.
11955 (load_shlib): Use it.
11956 * gdb.base/sym-file.exp: Don't early return if the target is
11957 remote. Use runto_main, and issue fail is that fails. Use
11958 gdb_load_shlibs.
11959 (shlib_name): Delete.
11960 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11961
11962 2014-04-15 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/sym-file.exp: Remove regex characters from test
11965 message. Don't refer to breakpoint numbers in test messages.
11966
11967 2014-04-14 Keith Seitz <keiths@redhat.com>
11968
11969 PR c++/16253
11970 * gdb.cp/var-tag.cc: New file.
11971 * gdb.cp/var-tag.exp: New file.
11972 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11973 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11974 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11975 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11976
11977 2014-04-14 Tom Tromey <tromey@redhat.com>
11978
11979 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11980 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11981 type.
11982 * gdb.cp/enum-class.exp: New file.
11983 * gdb.cp/enum-class.cc: New file.
11984
11985 2014-04-14 Tom Tromey <tromey@redhat.com>
11986
11987 * gdb.dwarf2/enum-type.exp: New file.
11988
11989 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11990
11991 * gdb.mi/mi-vla-c99.exp: New file.
11992 * gdb.mi/vla.c: New file.
11993
11994 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11995
11996 * gdb.base/vla-datatypes.c: New file.
11997 * gdb.base/vla-datatypes.exp: New file.
11998
11999 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12000
12001 * gdb.base/vla-ptr.c: New file.
12002 * gdb.base/vla-ptr.exp: New file.
12003
12004 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12005
12006 * gdb.dwarf2/count.exp: New file.
12007
12008 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12009
12010 * gdb.base/vla-sideeffect.c: New file.
12011 * gdb.base/vla-sideeffect.exp: New file.
12012
12013 2014-04-14 David Blaikie <dblaikie@gmail.com>
12014
12015 * gdb.mi/non-stop.c: Add return value for non-void function return
12016 statement.
12017 * gdb.threads/staticthreads.c: Ditto.
12018
12019 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12020 Doug Evans <xdje42@gmail.com>
12021
12022 * gdb.guile/scm-value.c: Improve test case.
12023 * gdb.guile/scm-value.exp: Add new test.
12024
12025 2014-04-11 David Blaikie <dblaikie@gmail.com>
12026
12027 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12028 override Clang's default.
12029
12030 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12031
12032 Revert the following changes (regressions):
12033
12034 * gdb.base/vla-sideeffect.c: New file.
12035 * gdb.base/vla-sideeffect.exp: New file.
12036
12037 * gdb.dwarf2/count.exp: New file.
12038
12039 * gdb.base/vla-multi.c: New file.
12040 * gdb.base/vla-multi.exp: New file.
12041
12042 * gdb.base/vla-ptr.c: New file.
12043 * gdb.base/vla-ptr.exp: New file.
12044
12045 * gdb.base/vla-datatypes.c: New file.
12046 * gdb.base/vla-datatypes.exp: New file.
12047
12048 * gdb.mi/mi-vla-c99.exp: New file.
12049 * gdb.mi/vla.c: New file.
12050
12051 2014-04-11 Keith Seitz <keiths@redhat.com>
12052
12053 PR c++/16675
12054 * gdb.cp/cpsizeof.exp: New file.
12055 * gdb.cp/cpsizeof.cc: New file.
12056
12057 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12058
12059 * gdb.mi/mi-vla-c99.exp: New file.
12060 * gdb.mi/vla.c: New file.
12061
12062 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12063
12064 * gdb.base/vla-datatypes.c: New file.
12065 * gdb.base/vla-datatypes.exp: New file.
12066
12067 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12068
12069 * gdb.base/vla-ptr.c: New file.
12070 * gdb.base/vla-ptr.exp: New file.
12071
12072 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12073
12074 * gdb.base/vla-multi.c: New file.
12075 * gdb.base/vla-multi.exp: New file.
12076
12077 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12078
12079 * gdb.dwarf2/count.exp: New file.
12080
12081 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12082
12083 * gdb.base/vla-sideeffect.c: New file.
12084 * gdb.base/vla-sideeffect.exp: New file.
12085
12086 2014-04-11 Yao Qi <yao@codesourcery.com>
12087
12088 * gdb.base/completion.exp: Check file exists before running tests
12089 on file completion.
12090
12091 2014-04-10 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/cond-eval-mode.c: New file.
12094 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12095 prepare_for_testing to build the new file. Check result of
12096 runto_main.
12097 (test_break, test_watch): New procedures.
12098 (top level): Use them.
12099
12100 2014-04-08 Pierre Muller <muller@sourceware.org>
12101
12102 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12103 Ctrl-V use for mingw hosts.
12104
12105 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12106
12107 * gdb.python/py-value.c: Improve test case.
12108 * gdb.python/py-value.exp: Add new test.
12109
12110 2014-04-07 David Blaikie <dblaikie@gmail.com>
12111
12112 * lib/compiler.c: Identify the clang compiler.
12113 * lib/compiler.cc: Ditto.
12114
12115 2014-04-03 Yao Qi <yao@codesourcery.com>
12116
12117 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12118
12119 2014-04-01 Anton Blanchard <anton@samba.org>
12120
12121 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12122 messages unique.
12123
12124 2014-04-01 Anton Blanchard <anton@samba.org>
12125
12126 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12127 prepare_for_testing.
12128
12129 2014-04-01 Anton Blanchard <anton@samba.org>
12130
12131 * gdb.arch/ppc64-atomic-inst.c: Remove.
12132 * gdb.arch/ppc64-atomic-inst.S: New file.
12133 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12134
12135 2014-03-31 Doug Evans <dje@google.com>
12136
12137 * gdb.base/print-symbol-loading-lib.c: New file.
12138 * gdb.base/print-symbol-loading-main.c: New file.
12139 * gdb.base/print-symbol-loading.exp: New file.
12140
12141 2014-03-31 Yao Qi <yao@codesourcery.com>
12142
12143 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12144
12145 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12146
12147 * gdb.ada/mi_dyn_arr: New testcase.
12148
12149 2014-03-27 Doug Evans <dje@google.com>
12150
12151 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12152
12153 2014-03-27 Yao Qi <yao@codesourcery.com>
12154
12155 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12156 if target is nios2-*-*.
12157
12158 2014-03-26 Yao Qi <yao@codesourcery.com>
12159
12160 * lib/gdb.exp (readline_is_used): New proc.
12161 * gdb.base/completion.exp: Move tests on command complete up.
12162 Skip the rest of tests if readline is not used.
12163 * gdb.ada/complete.exp: Skp the test if readline is not
12164 used.
12165 * gdb.base/filesym.exp: Likewise.
12166 * gdb.base/macscp.exp: Likewise.
12167 * gdb.base/readline-ask.exp: Likewise.
12168 * gdb.base/readline.exp: Likewise.
12169 * gdb.python/py-cmd.exp: Likewise.
12170 * gdb.trace/tfile.exp: Likewise.
12171
12172 2014-03-26 Yao Qi <yao@codesourcery.com>
12173
12174 * gdb.base/macscp.exp: Fix code format issues.
12175
12176 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12177
12178 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12179 * gdb.asm/powerpc64le.inc: New file.
12180
12181 2014-03-25 Pedro Alves <palves@redhat.com>
12182 Doug Evans <dje@google.com>
12183
12184 * gdb.base/source-execution.c: New file.
12185 * gdb.base/source-execution.exp: New file.
12186 * gdb.base/source-execution.gdb: New file.
12187
12188 2014-03-24 Doug Evans <dje@google.com>
12189
12190 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12191 using fission.
12192
12193 2014-03-24 Hui Zhu <hui@codesourcery.com>
12194 Pedro Alves <palves@redhat.com>
12195
12196 PR breakpoints/16101
12197 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12198 test pass/fail messages. Detect missing support for dprintf when
12199 breakpoints are actually inserted.
12200 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12201 breakpoints are actually inserted.
12202 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12203 fails.
12204
12205 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12206
12207 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12208
12209 2014-03-22 Doug Evans <xdje42@gmail.com>
12210
12211 * gdb.python/python.exp (python not supported): Verify multi-line
12212 python command issues an error.
12213 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12214 guile command issues an error.
12215
12216 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12217
12218 * gdb.threads/thread-specific.exp: Handle the lack of usable
12219 $this_breakpoint and $this_thread.
12220
12221 2014-03-21 Hui Zhu <hui@codesourcery.com>
12222
12223 * gdb.base/attach.exp (do_command_attach_tests): New.
12224
12225 2014-03-20 Tom Tromey <tromey@redhat.com>
12226 Pedro Alves <palves@redhat.com>
12227
12228 PR cli/15718
12229 * gdb.base/condbreak-call-false.c: New file.
12230 * gdb.base/condbreak-call-false.exp: New file.
12231
12232 2014-03-20 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12235 Delete.
12236 (block_signals, unblock_signals): Delete.
12237 (child_function_2, main): Remove references to deleted variable
12238 and functions.
12239
12240 2014-03-20 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12243 Use pthread_kill to signal thread 2.
12244 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12245 Adjust to make the test send itself a signal rather than using the
12246 host's "kill" command.
12247
12248 2014-03-20 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.threads/multiple-step-overs.c: New file.
12251 * gdb.threads/multiple-step-overs.exp: New file.
12252 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12253 Adjust expected infrun debug output.
12254
12255 2014-03-20 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12258 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12259
12260 2014-03-20 Pedro Alves <palves@redhat.com>
12261
12262 PR breakpoints/7143
12263 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12264 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12265 of gdb_test_multiple.
12266 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12267 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12268
12269 2014-03-20 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12272 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12273
12274 2014-03-19 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/async.exp: Remove early return.
12277
12278 2014-03-19 Pedro Alves <palves@redhat.com>
12279
12280 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12281
12282 2014-03-19 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/async.exp (test_background): Expect \r\n after
12285 "completed." in the fail pattern.
12286
12287 2014-03-19 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.base/async.exp (test_background): New procedure.
12290 Use it for all background execution command tests.
12291
12292 2014-03-19 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.base/async.exp: Use prepare_for_testing.
12295
12296 2014-03-19 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12299 the same line.
12300
12301 2014-03-19 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/async.c (main): Add "jump here" and "until here" line
12304 marker comments.
12305 * gdb.base/async.exp (jump_here): New global.
12306 (jump& test): Use it.
12307 (until_here): New global.
12308 (until& test): Use it.
12309
12310 2014-03-19 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.base/async.exp: Don't frob gdb_protocol.
12313
12314 2014-03-18 Doug Evans <xdje42@gmail.com>
12315
12316 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12317 Fix spelling of exec-done-display.
12318
12319 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12320
12321 PR gdb/15358
12322 * gdb.base/gdb-sigterm.c: New file.
12323 * gdb.base/gdb-sigterm.exp: New file.
12324
12325 2014-03-18 Pedro Alves <palves@redhat.com>
12326
12327 PR gdb/13860
12328 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12329 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12330 solib-event.
12331
12332 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12333
12334 * gdb.ada/pckd_arr_ren: New testcase.
12335
12336 2014-03-13 Doug Evans <xdje42@gmail.com>
12337
12338 PR guile/16612
12339 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12340 collect after discarding symbols.
12341
12342 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12343 Doug Evans <xdje42@gmail.com>
12344
12345 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12346 to history survives a gc.
12347
12348 2014-03-13 Pedro Alves <palves@redhat.com>
12349
12350 * gdb.base/default.exp: Don't test "target procfs".
12351
12352 2014-03-13 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.base/default.exp: Update "target child" and "target procfs"
12355 tests to not expect "Unix".
12356
12357 2014-03-12 Tom Tromey <tromey@redhat.com>
12358
12359 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12360 New procs. Add target-async tests.
12361 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12362 Add target-async tests.
12363
12364 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12365
12366 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12367 'func_start' and 'func_end' for the beginning and end of the
12368 function code, respectively.
12369 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12370 'func_end' instead of 'func' and 'main'.
12371
12372 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12373
12374 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12375 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12376 generate the debug info assembler source.
12377
12378 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12379
12380 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12381 * gdb.dwarf2/arr-subrange.exp: Likewise.
12382 * gdb.dwarf2/dwz.exp: Likewise.
12383 * gdb.dwarf2/method-ptr.exp: Likewise.
12384 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12385 * gdb.dwarf2/subrange.exp: Likewise.
12386 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12387 * gdb.dwarf2/implptrpiece.exp: Likewise.
12388 * gdb.dwarf2/nostaticblock.exp: Likewise.
12389
12390 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12391
12392 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12393 directory to absolute path name arguments.
12394
12395 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12396
12397 * gdb.ada/tagged_access: New testcase.
12398
12399 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12400
12401 * gdb.btrace/data.exp: Update expected output.
12402
12403 2014-03-06 Yao Qi <yao@codesourcery.com>
12404
12405 * gdb.trace/pr16508.exp: New file.
12406
12407 2014-03-05 Pedro Alves <palves@redhat.com>
12408
12409 PR gdb/16575
12410 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12411 procedure.
12412 (top level): Adjust to use it. Add tests that exercise breakpoint
12413 interaction with the code-cache.
12414
12415 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12416
12417 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12418 test for 'history-append!'.
12419
12420 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12421
12422 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12423 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12424 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12425 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12426 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12427 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12428
12429 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12430
12431 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12432 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12433 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12434
12435 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12436
12437 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12438
12439 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12440
12441 * gdb.dwarf2/arr-stride.c: New file.
12442 * gdb.dwarf2/arr-stride.exp: New file.
12443
12444 2014-02-26 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12447 that won't ever trigger. Make sure that GDB reports the correct
12448 breakpoint that caused the stop.
12449
12450 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 PR gdb/16626
12453 * gdb.base/auto-load-script: New file.
12454 * gdb.base/auto-load.c: New file.
12455 * gdb.base/auto-load.exp: New file.
12456
12457 PR gdb/16626
12458 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12459
12460 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12463 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12464
12465 2014-02-24 Doug Evans <dje@google.com>
12466
12467 * lib/gdb.exp (run_on_host): Log error output if program fails.
12468
12469 2014-02-21 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/step-after-sr-lock.c: Rename to ...
12472 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12473 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12474 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12475 ... this.
12476
12477 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12478
12479 PR tdep/16397
12480 * gdb.arch/amd64-stap-special-operands.exp: New file.
12481 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12482 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12483 * gdb.arch/amd64-stap-triplet.S: Likewise.
12484 * gdb.arch/amd64-stap-triplet.c: Likewise.
12485
12486 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12487
12488 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12489 in .section pseudo-op.
12490
12491 2014-02-20 lin zuojian <manjian2006@gmail.com>
12492 Joel Brobecker <brobecker@adacore.com>
12493 Doug Evans <xdje42@gmail.com>
12494
12495 PR symtab/16581
12496 * gdb.dwarf2/dw2-icycle.S: New file.
12497 * gdb.dwarf2/dw2-icycle.c: New file.
12498 * gdb.dwarf2/dw2-icycle.exp: New file.
12499
12500 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12501
12502 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12503 operations on gdb.Value objects.
12504 * gdb.python/py-value-cc.exp: Add new test to test operations on
12505 gdb.Value objects.
12506
12507 2014-02-18 Doug Evans <dje@google.com>
12508
12509 * Makefile.in (TESTS): New variable.
12510 (expanded_tests, expanded_tests_or_none): New variables
12511 (check-single): Pass $(expanded_tests_or_none) to runtest.
12512 (check-parallel): Only run tests in $(TESTS) if non-empty.
12513 (check/no-matching-tests-found): New rule.
12514 * README: Document TESTS makefile variable.
12515
12516 2014-02-18 Doug Evans <dje@google.com>
12517
12518 * Makefile.in (check-parallel): rm -rf outputs temp.
12519
12520 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12521
12522 Fix "ERROR: no fileid for" in the testsuite.
12523 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12524
12525 2014-02-12 Doug Evans <dje@google.com>
12526
12527 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12528 (MISCELLANEOUS): New variable.
12529 (clean): rm -rf $(MISCELLANEOUS).
12530 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12531 dwp live in the same directory as symlinks, with each symlink pointed
12532 to a differently named file in a different directory.
12533
12534 2014-02-11 Doug Evans <dje@google.com>
12535
12536 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12537 of Tcl file commands.
12538
12539 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12540
12541 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12542 "kill -SIGUSR1 -1".
12543
12544 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12545
12546 * gdb.ada/tick_length_array_enum_idx: New testcase.
12547
12548 2014-02-10 Doug Evans <xdje42@gmail.com>
12549
12550 * configure.ac (AC_OUTPUT): Add gdb.guile.
12551 * configure: Regenerate.
12552 * lib/gdb-guile.exp: New file.
12553 * lib/gdb.exp (get_target_charset): New function.
12554 * gdb.base/help.exp: Update expected output from "apropos apropos".
12555 * gdb.guile/Makefile.in: New file.
12556 * gdb.guile/guile.exp: New file.
12557 * gdb.guile/scm-arch.c: New file.
12558 * gdb.guile/scm-arch.exp: New file.
12559 * gdb.guile/scm-block.c: New file.
12560 * gdb.guile/scm-block.exp: New file.
12561 * gdb.guile/scm-breakpoint.c: New file.
12562 * gdb.guile/scm-breakpoint.exp: New file.
12563 * gdb.guile/scm-disasm.c: New file.
12564 * gdb.guile/scm-disasm.exp: New file.
12565 * gdb.guile/scm-equal.c: New file.
12566 * gdb.guile/scm-equal.exp: New file.
12567 * gdb.guile/scm-error.exp: New file.
12568 * gdb.guile/scm-error.scm: New file.
12569 * gdb.guile/scm-frame-args.c: New file.
12570 * gdb.guile/scm-frame-args.exp: New file.
12571 * gdb.guile/scm-frame-args.scm: New file.
12572 * gdb.guile/scm-frame-inline.c: New file.
12573 * gdb.guile/scm-frame-inline.exp: New file.
12574 * gdb.guile/scm-frame.c: New file.
12575 * gdb.guile/scm-frame.exp: New file.
12576 * gdb.guile/scm-generics.exp: New file.
12577 * gdb.guile/scm-gsmob.exp: New file.
12578 * gdb.guile/scm-iterator.c: New file.
12579 * gdb.guile/scm-iterator.exp: New file.
12580 * gdb.guile/scm-math.c: New file.
12581 * gdb.guile/scm-math.exp: New file.
12582 * gdb.guile/scm-objfile-script-gdb.in: New file.
12583 * gdb.guile/scm-objfile-script.c: New file.
12584 * gdb.guile/scm-objfile-script.exp: New file.
12585 * gdb.guile/scm-objfile.c: New file.
12586 * gdb.guile/scm-objfile.exp: New file.
12587 * gdb.guile/scm-ports.exp: New file.
12588 * gdb.guile/scm-pretty-print.c: New file.
12589 * gdb.guile/scm-pretty-print.exp: New file.
12590 * gdb.guile/scm-pretty-print.scm: New file.
12591 * gdb.guile/scm-section-script.c: New file.
12592 * gdb.guile/scm-section-script.exp: New file.
12593 * gdb.guile/scm-section-script.scm: New file.
12594 * gdb.guile/scm-symbol.c: New file.
12595 * gdb.guile/scm-symbol.exp: New file.
12596 * gdb.guile/scm-symtab-2.c: New file.
12597 * gdb.guile/scm-symtab.c: New file.
12598 * gdb.guile/scm-symtab.exp: New file.
12599 * gdb.guile/scm-type.c: New file.
12600 * gdb.guile/scm-type.exp: New file.
12601 * gdb.guile/scm-value-cc.cc: New file.
12602 * gdb.guile/scm-value-cc.exp: New file.
12603 * gdb.guile/scm-value.c: New file.
12604 * gdb.guile/scm-value.exp: New file.
12605 * gdb.guile/source2.scm: New file.
12606 * gdb.guile/types-module.cc: New file.
12607 * gdb.guile/types-module.exp: New file.
12608
12609 2014-02-10 Yao Qi <yao@codesourcery.com>
12610
12611 PR testsuite/16543
12612 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12613 * configure: Regenerated.
12614 * Makefile.in: New file.
12615
12616 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12617
12618 * gdb.python/py-framefilter.exp: Fix typo.
12619
12620 2014-02-08 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12623 that no =breakpoint-modified is emitted when breakpoints are
12624 modified through MI commands.
12625
12626 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12627 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.threads/step-after-sr-lock.c: New file.
12630 * gdb.threads/step-after-sr-lock.exp: New file.
12631
12632 2014-02-07 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12635
12636 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12637
12638 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12639 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12640
12641 2014-02-06 Doug Evans <xdje42@gmail.com>
12642
12643 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12644 output.
12645
12646 * gdb.gdb/python-interrupts.exp: New file.
12647
12648 2014-02-05 Yao Qi <yao@codesourcery.com>
12649
12650 * gdb.trace/report.exp (use_collected_data): Test the output
12651 of "info threads" and "info inferiors".
12652
12653 2014-02-05 Yao Qi <yao@codesourcery.com>
12654
12655 Revert this patch:
12656
12657 2013-05-24 Yao Qi <yao@codesourcery.com>
12658
12659 * gdb.trace/tfile.exp: Test inferior and thread.
12660
12661 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12662
12663 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12664 on a function.
12665 * gdb.base/step-bt.c: Call hello via function pointer to make
12666 sure its first instruction is executed on powerpc64le-linux.
12667
12668 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12669
12670 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12671
12672 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12673
12674 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12675 of the test patterns for use on little-endian systems.
12676
12677 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12678
12679 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12680 (decimal_vector): Fix for little-endian.
12681
12682 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12683
12684 * gdb.arch/sparc-sysstep.exp: New file.
12685 * gdb.arch/sparc-sysstep.c: Likewise.
12686
12687 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12688
12689 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12690
12691 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12692
12693 2014-01-23 Tom Tromey <tromey@redhat.com>
12694
12695 * gdb.ada/array_char_idx: New testcase.
12696
12697 2014-01-23 Tom Tromey <tromey@redhat.com>
12698
12699 PR python/16487:
12700 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12701 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12702 classes.
12703
12704 2014-01-23 Tom Tromey <tromey@redhat.com>
12705
12706 PR python/16491:
12707 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12708 string from an inferior frame.
12709 * gdb.python/py-framefilter-mi.exp: Update.
12710
12711 2014-01-22 Doug Evans <dje@google.com>
12712
12713 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12714
12715 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12716
12717 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12718
12719 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12720
12721 * gdb.trace/entry-values.exp: Remove excess space character from
12722 regex patterns. Handle s390 call instruction.
12723
12724 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12725
12726 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12727 define "*_start" label. Make "name" static.
12728 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12729 ${name} by references to ${name}_start.
12730
12731 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12732
12733 * gdb.base/info-macros.exp: Remove "debug" from the compile
12734 options.
12735
12736 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12737
12738 * gdb.dlang/demangle.exp: New file.
12739
12740 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12741
12742 * gdb.dlang/primitive-types.exp: New file.
12743
12744 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12745
12746 * configure.ac: Create gdb.dlang/Makefile.
12747 * configure: Regenerate.
12748 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12749 * gdb.dlang/Makefile.in: New file.
12750 * lib/d-support.exp: New file.
12751 * lib/gdb.exp (skip_d_tests): New proc.
12752
12753 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12754
12755 * gdb.btrace/delta.exp: Check reverse stepi.
12756 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12757 * gdb.btrace/finish.exp: New.
12758 * gdb.btrace/next.exp: New.
12759 * gdb.btrace/nexti.exp: New.
12760 * gdb.btrace/record_goto.c: Add comments.
12761 * gdb.btrace/step.exp: New.
12762 * gdb.btrace/stepi.exp: New.
12763 * gdb.btrace/multi-thread-step.c: New.
12764 * gdb.btrace/multi-thread-step.exp: New.
12765 * gdb.btrace/rn-dl-bind.c: New.
12766 * gdb.btrace/rn-dl-bind.exp: New.
12767 * gdb.btrace/data.c: New.
12768 * gdb.btrace/data.exp: New.
12769 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12770
12771 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12772
12773 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12774 * gdb.btrace/exception.exp: Update.
12775 * gdb.btrace/instruction_history.exp: Update.
12776 * gdb.btrace/record_goto.exp: Update.
12777 * gdb.btrace/tailcall.exp: Update.
12778 * gdb.btrace/unknown_functions.exp: Update.
12779 * gdb.btrace/delta.exp: New.
12780
12781 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12782
12783 * gdb.btrace/record_goto.exp: Add backtrace test.
12784 * gdb.btrace/tailcall.exp: Add backtrace test.
12785
12786 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12787
12788 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12789 * gdb.btrace/record_goto.c: New.
12790 * gdb.btrace/record_goto.exp: New.
12791 * gdb.btrace/x86-record_goto.S: New.
12792
12793 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12794
12795 * gdb.btrace/function_call_history.exp: Update tests.
12796 * gdb.btrace/instruction_history.exp: Update tests.
12797
12798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12799
12800 * gdb.btrace/function_call_history.exp: Fix expected field
12801 order for "record function-call-history".
12802 Add new tests for "record function-call-history /c".
12803 * gdb.btrace/exception.cc: New.
12804 * gdb.btrace/exception.exp: New.
12805 * gdb.btrace/tailcall.exp: New.
12806 * gdb.btrace/x86-tailcall.S: New.
12807 * gdb.btrace/x86-tailcall.c: New.
12808 * gdb.btrace/unknown_functions.c: New.
12809 * gdb.btrace/unknown_functions.exp: New.
12810 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12811
12812 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12813
12814 * gdb.btrace/instruction_history.exp: Update.
12815 * gdb.btrace/function_call_history.exp: Update.
12816
12817 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12818
12819 * gdb.btrace/function_call_history.exp: Fix expected function
12820 trace.
12821 * gdb.btrace/instruction_history.exp: Initialize traced.
12822 Remove traced_functions.
12823
12824 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12825
12826 * gdb.btrace/function_call_history.exp: Update
12827 * gdb.btrace/instruction_history.exp: Update.
12828
12829 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12830
12831 * gdb.btrace/enable.exp: Update expected text.
12832
12833 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12834
12835 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12836 bytes.
12837
12838 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12839
12840 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12841
12842 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12843
12844 * lib/gdb.exp (supports_process_record): Return true for
12845 arm*-linux*. (supports_reverse): Likewise.
12846
12847 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12848
12849 PR python/15464
12850 PR python/16113
12851 * gdb.python/py-type.c: Enhance test case.
12852 * gdb.python/py-value-cc.cc: Likewise
12853 * gdb.python/py-type.exp: Add new tests.
12854 * gdb.python/py-value-cc.exp: Likewise
12855
12856 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12857 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12860 Make "name" extern.
12861 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12862 references to ${name}_start by references to ${name}.
12863
12864 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12865
12866 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12867
12868 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12869
12870 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12871
12872 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12873 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.mi/mi-info-os.exp: Connect to the target with
12876 mi_gdb_target_load.
12877
12878 2014-01-08 Pedro Alves <palves@redhat.com>
12879
12880 * gdb.threads/reconnect-signal.c: New file.
12881 * gdb.threads/reconnect-signal.exp: New file.
12882
12883 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * gdb.base/source-dir.exp: New file.
12886
12887 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12888
12889 * gdb.ada/mi_interface: New testcase.
12890
12891 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12892
12893 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12894 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12895 gdb.ada/pp-rec-component/pck.ads: New files.
12896
12897 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12898
12899 * gdb.python/py-pp-integral.c: New file.
12900 * gdb.python/py-pp-integral.py: New file.
12901 * gdb.python/py-pp-integral.exp: New file.
12902
12903 For older changes see ChangeLog-1993-2013.
12904 \f
12905 ;; Local Variables:
12906 ;; mode: change-log
12907 ;; left-margin: 8
12908 ;; fill-column: 74
12909 ;; version-control: never
12910 ;; End:
12911
12912 Copyright 2014-2017 Free Software Foundation, Inc.
12913 Copying and distribution of this file, with or without modification,
12914 are permitted provided the copyright notice and this notice are preserved.
This page took 0.513737 seconds and 4 git commands to generate.