Use boards/local-board.exp more
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2
3 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4 setting isremote by hand.
5 * boards/dwarf4-gdb-index.exp: Likewise.
6 * boards/fission.exp: Likewise.
7 * boards/stabs.exp: Likewise.
8
9 2017-11-30 Pedro Alves <palves@redhat.com>
10
11 * gdb.linespec/cpls-ops.exp
12 (check_explicit_skips_function_argument): Extract the underlying
13 type of size_t instead of hardcoding it.
14
15 2017-11-29 Pedro Alves <palves@redhat.com>
16
17 PR c++/19436
18 * gdb.linespec/cpls-abi-tag.cc: New file.
19 * gdb.linespec/cpls-abi-tag.exp: New file.
20
21 2017-11-29 Pedro Alves <palves@redhat.com>
22
23 * gdb.base/langs.exp: Use -qualified.
24 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
25 it.
26 * gdb.cp/namespace.exp: Use -qualified.
27 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
28 (overload-3, template-overload, template-ret-type, const-overload)
29 (const-overload-quoted, anon-ns, ambiguous-prefix): New
30 procedures.
31 (test_driver): Call them.
32 * gdb.cp/save-bp-qualified.cc: New.
33 * gdb.cp/save-bp-qualified.exp: New.
34 * gdb.linespec/explicit.exp: Test -qualified.
35 * lib/completion-support.exp (completion::explicit_opts_list): Add
36 "-qualified".
37 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
38
39 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
40
41 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
42
43 2017-11-29 Tom Tromey <tom@tromey.com>
44
45 * gdb.base/relocate.exp: Update invalid argument test.
46 Add new tests for invalid arguments.
47
48 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
49
50 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
51 Return 0 as a long.
52 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
53
54 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
55
56 * gdb.cp/breakpoint.cc (bar): Set return type to void.
57 * gdb.cp/psymtab-parameter.cc (func): Likewise.
58 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
59 func ().
60 * gdb.cp/shadow.cc (B.func): Return 0.
61
62 2017-11-27 Joel Brobecker <brobecker@adacore.com>
63
64 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
65 expected output in gdb_expect call to allow the exception
66 message to be present as well. Fix syntax confusion to avoid
67 TCL thinking that exception_name is an array.
68
69 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
70
71 * gdb.arch/spu-info.c: Include <unistd.h>.
72 (do_signal_test): Fix broken calls to write.
73 * gdb.arch/spu-info.exp: Use prepare_for_testing.
74 Fix checks for empty mailboxes. Update signal tests for corrected
75 do_signal_test routine. Allow nonzero event status.
76 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
77 * gdb.cell/arch.exp: Use standard_output_file.
78 * gdb.cell/break.exp: Likewise.
79 * gdb.cell/bt.exp: Likewise.
80 * gdb.cell/core.exp: Likewise.
81 * gdb.cell/dwarfaddr.exp: Likewise.
82 * gdb.cell/ea-cache.exp: Likewise.
83 * gdb.cell/ea-standalone.exp: Likewise.
84 * gdb.cell/f-regs.exp: Likewise.
85 * gdb.cell/fork.exp: Likewise.
86 * gdb.cell/gcore.exp: Likewise.
87 * gdb.cell/mem-access.exp: Likewise.
88 * gdb.cell/ptype.exp: Likewise.
89 * gdb.cell/registers.exp: Likewise.
90 * gdb.cell/sizeof.exp: Likewise.
91 * gdb.cell/solib-symbol.exp: Likewise.
92 * gdb.cell/solib.exp: Likewise.
93
94 2017-11-25 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/complete-empty.exp: New file.
97 * gdb.base/completion.exp: Adjust.
98
99 2017-11-25 Pedro Alves <palves@redhat.com>
100
101 * gdb.linespec/cpls-ops.cc: New file.
102 * gdb.linespec/cpls-ops.exp: New file.
103 * lib/completion-support.exp (test_complete_prefix_range_re): New,
104 factored out from ...
105 (test_complete_prefix_range): ... this.
106
107 2017-11-24 Pedro Alves <palves@redhat.com>
108
109 * gdb.linespec/cpcompletion.exp: New file.
110 * gdb.linespec/cpls-hyphen.cc: New file.
111 * gdb.linespec/cpls.cc: New file.
112 * gdb.linespec/cpls2.cc: New file.
113 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
114 test to use test_gdb_complete_unique. Add label completion,
115 keyword completion and explicit location completion tests.
116 * lib/completion-support.exp: New file.
117
118 2017-11-24 Joel Brobecker <brobecker@adacore.com>
119
120 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
121 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
122 when hitting an exception catchpoint.
123
124 2017-11-22 Yao Qi <yao.qi@linaro.org>
125
126 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
127
128 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
131 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
132 * gdb.dwarf2/info-locals-optimized-out.c: New file.
133
134 2017-11-22 Yao Qi <yao.qi@linaro.org>
135
136 * gdb.base/info-os.exp: Pass pthreads.
137 * gdb.multi/multi-attach.exp: Likewise.
138
139 2017-11-22 Yao Qi <yao.qi@linaro.org>
140
141 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
142 compiler.
143
144 2017-11-22 Yao Qi <yao.qi@linaro.org>
145
146 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
147 * gdb.base/break-interp.exp: Likewise.
148 * gdb.base/jit-attach-pie.exp: Likewise.
149
150 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
151
152 * gdb.base/float128.c (large128): New variable.
153 * gdb.base/float128.exp: Add test to print largest __float128 value.
154
155 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
156
157 * gdb.arch/vsx-regs.exp: Update register content checks.
158
159 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
160
161 * gdb.arch/ppc-longdouble.exp: New file.
162 * gdb.arch/ppc-longdouble.c: Likewise.
163
164 2017-11-21 Pedro Alves <palves@redhat.com>
165
166 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
167
168 2017-11-20 Pedro Alves <palves@redhat.com>
169
170 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
171 (long_double_typedef): New typedefs.
172 Use DEF on double and long double.
173 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
174 cases.
175 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
176 and 'long_double_ptr_same_size' locals. Use them to decide
177 whether cast from array/function to float is valid/invalid.
178
179 2017-11-17 Tom Tromey <tom@tromey.com>
180
181 * gdb.rust/traits.rs: New file.
182 * gdb.rust/traits.exp: New file.
183
184 2017-11-17 Joel Brobecker <brobecker@adacore.com>
185
186 * gdb.ada/minsyms: New testcase.
187
188 2017-11-16 Pedro Alves <palves@redhat.com>
189
190 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
191 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
192
193 2017-11-16 Pedro Alves <palves@redhat.com>
194
195 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
196 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
197
198 2017-11-16 Pedro Alves <palves@redhat.com>
199
200 * gdb.server/reconnect-ctrl-c.c: New file.
201 * gdb.server/reconnect-ctrl-c.exp: New file.
202
203 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
204
205 * gdb.python/py-rbreak.exp: New file.
206 * gdb.python/py-rbreak.c: New file.
207 * gdb.python/py-rbreak-func2.c: New file.
208
209 2017-11-16 Pedro Alves <palves@redhat.com>
210
211 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
212 pattern.
213 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
214 GDB.
215
216 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
217
218 * gdb.tui/completionn.exp (test_tab_completion): Add space in
219 regex.
220
221 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
222
223 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
224 test names.
225
226 2017-11-09 Pedro Alves <palves@redhat.com>
227
228 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
229 factored out from ...
230 (top level): ... here, and adjusted to avoid expecting beyond the
231 prompt in a single gdb_test_multiple.
232
233 2017-11-09 Pedro Alves <palves@redhat.com>
234
235 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
236 output.
237 * gdb.server/ext-attach.exp ("kill" test): Likewise.
238 * gdb.server/ext-restart.exp ("kill" test): Likewise.
239 * gdb.server/ext-run.exp ("kill" test): Likewise.
240 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
241
242 2017-11-09 Pedro Alves <palves@redhat.com>
243
244 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
245 match till end of line.
246
247 2017-11-09 Pedro Alves <palves@redhat.com>
248
249 * gdb.base/memattr.exp: Tighten regexes to match the end line.
250
251 2017-11-09 Pedro Alves <palves@redhat.com>
252
253 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
254 New procedures, factored out from ...
255 (top level): ... here, and adjusted to avoid expecting beyond the
256 prompt in one go.
257
258 2017-11-09 Pedro Alves <palves@redhat.com>
259
260 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
261 output. Fix '?' match.
262
263 2017-11-08 Joel Brobecker <brobecker@adacore.com>
264
265 * gdb.ada/scoped_watch: New testcase.
266 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
267 which is actually correct.
268 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
269 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
270
271 2017-11-08 Pedro Alves <palves@redhat.com>
272
273 * gdb.gdb/complaints.exp (test_initial_complaints)
274 (test_serial_complaints, test_short_complaints): Call
275 complaint_internal instead of complaint.
276
277 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
278
279 * gdb.threads/tls-core.c: New file.
280 * gdb.threads/tls-core.exp: Likewise.
281
282 2017-11-08 Pedro Alves <palves@redhat.com>
283
284 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
285 (p Exported_Capitalized): New test.
286 (p exported_capitalized): New test.
287
288 2017-11-07 Pedro Alves <palves@redhat.com>
289
290 * gdb.cp/ena-dis-br-range.exp: Add more tests.
291
292 2017-11-07 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
295 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
296 (disable_invalid, disable_inverted, disable_negative): New
297 procedures.
298 ("bad numbers"): New set of tests.
299
300 2017-11-07 Pedro Alves <palves@redhat.com>
301
302 * gdb.cp/ena-dis-br-range.exp: Add tests.
303
304 2017-11-07 Pedro Alves <palves@redhat.com>
305
306 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
307
308 2017-11-07 Xavier Roirand <roirand@adacore.com>
309 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/ena-dis-br.exp: Add reference to
312 gdb.cp/ena-dis-br-range.exp.
313 * gdb.cp/ena-dis-br-range.exp: New file.
314 * gdb.cp/ena-dis-br-range.cc: New file.
315
316 2017-11-06 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/attach-non-pgrp-leader.c: New.
319 * gdb.base/attach-non-pgrp-leader.exp: New.
320
321 2017-11-06 Pedro Alves <palves@redhat.com>
322
323 * configure.ac: No longer check for termio.h and sgtty.h.
324 * configure: Regenerate.
325 * remote-utils.c: Include termios.h instead of gdb_termios.h.
326 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
327 Remove termio and sgtty code.
328
329 2017-11-03 Yao Qi <yao.qi@linaro.org>
330
331 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
332 in GDB is disabled.
333
334 2017-11-03 Yao Qi <yao.qi@linaro.org>
335
336 * gdb.python/py-thrhandle.exp: Skip it if python is not
337 enabled.
338
339 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
340
341 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
342 as a breakpoint command.
343
344 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
345
346 PR python/21213
347 * gdb.python/py-infthread.exp: Test calling
348 InferiorThread.inferior () multiple times in a row.
349
350 2017-10-27 Keith Seitz <keiths@redhat.com>
351
352 * gdb.opt/inline-break.exp (break_info_1): New procedure.
353 Test "info break" for every inlined function breakpoint.
354
355 2017-10-27 Yao Qi <yao.qi@linaro.org>
356
357 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
358
359 2017-10-26 Patrick Frants <osscontribute@gmail.com>
360
361 * gdb.cp/classes.exp (test_static_members): Test printing
362 Outer::instance.
363 * gdb.cp/classes.c (struct Inner, struct Outer): New.
364 (Inner::instance, Outer::instance): New.
365
366 2017-10-24 Pedro Alves <palves@redhat.com>
367
368 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
369 extra console" test in two stages.
370
371 2017-10-24 Pedro Alves <palves@redhat.com>
372
373 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
374
375 2017-10-24 Pedro Alves <palves@redhat.com>
376
377 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
378 loop.
379
380 2017-10-24 Pedro Alves <palves@redhat.com>
381
382 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
383 $attempt" and "stoppedtry $stoppedtry" test prefixes.
384
385 2017-10-24 Pedro Alves <palves@redhat.com>
386
387 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
388 parameter and handle it. Don't output read value in test name.
389
390 2017-10-24 Pedro Alves <palves@redhat.com>
391
392 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
393 custom test name.
394
395 2017-10-24 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
398 include the unstable output directory name in the test's name.
399 (initial_setup_simple) <'set args'>: Use custom test name.
400
401 2017-10-24 Pedro Alves <palves@redhat.com>
402
403 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
404 with explicit test name.
405
406 2017-10-20 Pedro Alves <palves@redhat.com>
407
408 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
409 'wait -i'. Use gdb_assert and remote_close.
410
411 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
414 number from variable rather than hard-coded.
415
416 2017-10-19 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/long-inferior-output.c: New file.
419 * gdb.base/long-inferior-output.exp: New file.
420
421 2017-11-18 Keith Seitz <keiths@redhat.com>
422
423 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
424 method.
425 (main): Call it.
426 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
427 Add additional user-defined conversion operator tests.
428
429 2017-10-17 Pedro Alves <palves@redhat.com>
430
431 * boards/native-stdio-gdbserver.exp: Load "local-board".
432
433 2017-10-17 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/quit-live.c: New file.
436 * gdb.base/quit-live.exp: New file.
437
438 2017-10-16 Keith Seitz <keiths@redhat.com>
439
440 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
441 (class_with_protected_typedef, class_with_private_typedef)
442 (struct_with_public_typedef, struct_with_protected_typedef)
443 (struct_with_private_typedef): New classes/structs.
444 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
445 typedefs and access specifiers.
446
447 2017-10-16 Pedro Alves <palves@redhat.com>
448 Simon Marchi <simon.marchi@polymtl.ca>
449
450 * README (Local vs Remote vs Native): New section.
451 * boards/local-board.exp: New file, with bits factored out from
452 ...
453 * boards/native-extended-gdbserver.exp: ... here. Load
454 "local-board".
455 * boards/native-gdbserver.exp: Load "local-board".
456 (${board}_spawn, ${board}_exec): Delete.
457 * boards/native-stdio-gdbserver.exp: Most contents factored out to
458 ...
459 * boards/stdio-gdbserver-base.exp: ... this new file.
460 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
461 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
462 procedure.
463 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
464 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
465 stdio_gdbserver_command.
466 (${board}_get_remote_address, ${board}_get_comm_port)
467 (${board}_download, ${board}_upload): Delete.
468 (get_target_remote_pipe_cmd): New.
469
470 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
471
472 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
473 test_bkpt_deletion, test_bkpt_cond_and_cmds,
474 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
475 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
476 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
477 remove with_test_prefix.
478
479 2017-10-13 Pedro Alves <palves@redhat.com>
480
481 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
482 * gdb.base/annota1.exp: Use it instead of is_remote.
483 * gdb.base/annota3.exp: Use it instead of is_remote.
484 * gdb.cp/annota2.exp: Use it instead of is_remote.
485 * gdb.cp/annota3.exp: Use it instead of is_remote.
486 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
487
488 2017-10-13 Pedro Alves <palves@redhat.com>
489
490 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
491 (test_num_test_vars, run_and_count_vars, find_env)
492 (test_set_unset_env, test_inherit_env_var): New procedures.
493 (top level): Use them.
494
495 2017-10-13 Pedro Alves <palves@redhat.com>
496
497 * lib/selftest-support.exp (selftest_setup): Extend comments, and
498 also skip on stub-like targets.
499
500 2017-10-13 Pedro Alves <palves@redhat.com>
501
502 PR gdb/22293
503 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
504 (top level): Move some tests to ...
505 (test_not_found): ... this new procedure.
506 (top level): Call it.
507
508 2017-10-13 Pedro Alves <palves@redhat.com>
509
510 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
511 expect different "info terminal" output if testing with a
512 non-native target.
513
514 2017-10-13 Pedro Alves <palves@redhat.com>
515 Simon Marchi <simon.marchi@polymtl.ca>
516
517 PR python/12966
518 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
519
520 2017-10-13 Pedro Alves <palves@redhat.com>
521
522 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
523 already.
524
525 2017-10-13 Pedro Alves <palves@redhat.com>
526
527 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
528 is_remote.
529
530 2017-10-13 Pedro Alves <palves@redhat.com>
531
532 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
533 is_remote.
534
535 2017-10-13 Pedro Alves <palves@redhat.com>
536
537 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
538 is set.
539 (corefile_test_attach): Likewise. Check can_spawn_for_attach
540 instead of is_remote.
541
542 2017-10-13 Pedro Alves <palves@redhat.com>
543
544 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
545 (top level): Add comment.
546
547 2017-10-13 Pedro Alves <palves@redhat.com>
548
549 * gdb.base/remote.exp (top level): Fix comment typo and add
550 missing return.
551
552 2017-10-13 Pedro Alves <palves@redhat.com>
553 Simon Marchi <simon.marchi@polymtl.ca>
554
555 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
556 calls and add comments. Skip test if use_gdb_stub is set.
557 (top level): Use "set cwd" command instead of "cd" command.
558
559 2017-10-13 Pedro Alves <palves@redhat.com>
560
561 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
562 is_remote target check.
563
564 2017-10-13 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/scope.exp: Use build_executable + clean_restart +
567 gdb_file_cmd instead of prepare_for_testing and no longer skip
568 "before run" tests on is_remote target boards. Update comments.
569 * boards/native-extended-gdbserver.exp
570 (extended_gdbserver_load_last_file): New, factored out from ...
571 (gdb_load): ... this. Move further below and add comment.
572 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
573
574 2017-10-12 Pedro Alves <palves@redhat.com>
575
576 * gdb.base/attach.exp: Remove references to gdb64.
577 * gdb.base/dbx.exp: Remove references to gdb64.
578
579 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
580 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/label.exp: Remove is_remote target check.
583
584 2017-10-12 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/auvx.exp (coredir): Update comment.
587 (top level) <core_works>: Use "set cwd" command instead of "cd"
588 command.
589
590 2017-10-12 Pedro Alves <palves@redhat.com>
591 Simon Marchi <simon.marchi@polymtl.ca>
592
593 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
594 target boards.
595
596 2017-10-12 Pedro Alves <palves@redhat.com>
597 Simon Marchi <simon.marchi@polymtl.ca>
598
599 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
600 Instead skip if there's any gdb_protocol set.
601
602 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
603 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
606
607 2017-10-12 Pedro Alves <palves@redhat.com>
608 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
611 instead of on dejagnu remote boards.
612
613 2017-10-12 Pedro Alves <palves@redhat.com>
614 Simon Marchi <simon.marchi@polymtl.ca>
615
616 * gdb.base/inferior-died.exp: Remove is_remote and isnative
617 checks. Use build_executable + clean_restart instead of
618 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
619 of enabling non-stop after starting gdb.
620
621 2017-10-12 Pedro Alves <palves@redhat.com>
622
623 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
624 * gdb.threads/non-ldr-exc-2.exp: Ditto.
625 * gdb.threads/non-ldr-exc-3.exp: Ditto.
626 * gdb.threads/non-ldr-exc-4.exp: Ditto.
627
628 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
629
630 * gdb.arch/arc-tdesc-cpu.exp: New file.
631 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
632
633 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
634
635 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
636
637 2017-10-10 Pedro Alves <palves@redhat.com>
638
639 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
640 expect CLI output.
641
642 2017-10-10 Pedro Alves <palves@redhat.com>
643
644 * lib/selftest-support.exp (selftest_setup): Update for
645 captured_command_loop's prototype change.
646
647 2017-10-09 Pedro Alves <palves@redhat.com>
648
649 Test both arch1=>arch2 and arch2=>arch1.
650
651 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
652 (srcfile2, binfile2, march1, march2): Remove globals. Largely
653 factored out to...
654 (append_arch1_options, append_arch2_options, append_arch_options)
655 (build_executables): New procedures.
656 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
657 local.
658 (top level): Add new 'first_arch' testing axis.
659
660 2017-10-09 Pedro Alves <palves@redhat.com>
661
662 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
663 (barrier): New.
664 (thread_start, all_started): New functions.
665 (main): Spawn new thread and wait until it is scheduled.
666 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
667 option.
668 (do_test): Add 'selected_thread' parameter. Run to all_started
669 instead of main. Explicitly set the breakpoint at main. Switch
670 to the SELECTED_THREAD thread.
671 (top level): Test handling the exec event with either the main
672 thread or the second thread selected.
673
674 2017-10-09 Pedro Alves <palves@redhat.com>
675
676 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
677 logic. Move STOP marker after the value checks.
678 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
679 regexp.
680
681 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
682
683 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
684
685 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
686
687 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
688 integer-to-dfp conversion.
689 * gdb.base/dfp-test.exp: Likewise.
690
691 2017-10-04 Pedro Alves <palves@redhat.com>
692
693 * gdb.multi/hangout.c: Include <unistd.h>.
694 (hangout_loop): New function.
695 (main): Call alarm. Call hangout_loop in a loop.
696 * gdb.multi/hello.c: Include <unistd.h>.
697 (hello_loop): New function.
698 (main): Call alarm. Call hangout_loop in a loop.
699 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
700 inferior with the other selected.
701
702 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
703
704 * gdb.mi/list-thread-groups-available.exp: New file.
705 * gdb.mi/list-thread-groups-available.c: New file.
706
707 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
708
709 * gdb.base/set-cwd.exp: Make it available on
710 native-extended-gdbserver.
711
712 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
713
714 * gdb.base/set-cwd.c: New file.
715 * gdb.base/set-cwd.exp: Likewise.
716
717 2017-10-02 Tom Tromey <tom@tromey.com>
718
719 PR rust/22236:
720 * gdb.rust/simple.rs (main): New variable "fslice".
721 * gdb.rust/simple.exp: Add slice tests. Update string tests.
722
723 2017-10-02 Tom Tromey <tom@tromey.com>
724
725 * gdb.rust/simple.exp: Test ptype of a slice.
726
727 2017-10-02 Tom Tromey <tom@tromey.com>
728
729 * gdb.rust/simple.exp: Test index of slice.
730
731 2017-09-27 Tom Tromey <tom@tromey.com>
732
733 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
734
735 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
736 Pedro Alves <palves@redhat.com>
737
738 * gdb.base/compare-sections.exp (get value of read-only section): Read
739 as unsigned value.
740 (corrupt read-only section): Likewise and don't set written if patching
741 failed.
742
743 2017-09-21 Kevin Buettner <kevinb@redhat.com>
744
745 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
746 files.
747
748 2017-09-20 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
751 symbol names in gdb's output.
752 * gdb.cp/overload.exp ("list all overloads"): Likewise.
753
754 2017-09-20 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
757 Rename to ...
758 (test_list_ambiguous_symbol): ... this and add a symbol name
759 parameter. Adjust.
760 (test_list_ambiguous_function): Reimplement on top of
761 test_list_ambiguous_symbol and also test listing ambiguous
762 variables.
763 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
764 (ambiguous_fun): ... this.
765 (ambiguous_var): New.
766 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
767 (ambiguous_fun): ... this.
768 (ambiguous_var): New.
769
770 2017-09-19 John Baldwin <jhb@FreeBSD.org>
771
772 * gdb.base/starti.c: New file.
773 * gdb.base/starti.exp: New file.
774 * lib/gdb.exp (gdb_starti_cmd): New procedure.
775
776 2017-09-14 Pedro Alves <palves@redhat.com>
777
778 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
779 (top level): Use it instead of runto.
780
781 2017-09-11 Tom Tromey <tom@tromey.com>
782
783 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
784
785 2017-09-11 Tom Tromey <tom@tromey.com>
786
787 * gdb.python/py-infthread.exp: Add tests for new_thread event.
788 * gdb.python/py-inferior.exp: Add tests for new inferior events.
789
790 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
791
792 * gdb.fortran/printing-types.exp: New file.
793 * gdb.fortran/printing-types.exp: New file.
794
795 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
796
797 * gdb.fortran/vla-ptype.exp: Fix typos.
798 * gdb.fortran/vla-value.exp: Same.
799
800 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
801
802 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
803 * gdb.mi/mi-var-child-f.exp: Likewise.
804 * gdb.mi/mi-vla-fortran.exp: Likewise.
805
806 2017-09-08 Frank Penczek <frank.penczek@intel.com>
807 Christoph Weinmann <christoph.t.weinmann@intel.com>
808 Bernhard Heckel <bernhard.heckel@intel.com>
809
810 * gdb.fortran/ptr-indentation.f90: New file.
811 * gdb.fortran/ptr-indentation.exp: New file.
812
813 2017-09-05 Tom Tromey <tom@tromey.com>
814
815 PR gdb/22010:
816 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
817
818 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
819
820 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
821
822 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
823
824 * gdb.threads/tls-nodebug-pie.c: New file.
825 * gdb.threads/tls-nodebug-pie.exp: New file.
826
827 2017-09-05 Tom Tromey <tom@tromey.com>
828
829 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
830 for rust.
831
832 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
833
834 * gdb.multi/multi-arch-exec.exp: Test with different
835 "follow-exec-mode" settings.
836 (do_test): New procedure.
837
838 2017-09-04 Pedro Alves <palves@redhat.com>
839
840 * gdb.base/func-static.c (S::method const, S::method volatile)
841 (S::method volatile const): New methods.
842 (c_s, v_s, cv_s): New instances.
843 (main): Call method() on them.
844 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
845 (cannot_resolve): New procedure.
846 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
847 print-quote-unquoted columns.
848 (do_test): Test printing each scope too.
849
850 2017-09-04 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/local-static.exp: Also test with
853 class::method::variable wholly quoted.
854 * gdb.cp/m-static.exp (class::method::variable): Remove test.
855
856 2017-09-04 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/local-static.c: New.
859 * gdb.base/local-static.cc: New.
860 * gdb.base/local-static.exp: New.
861
862 2017-09-04 Pedro Alves <palves@redhat.com>
863
864 * gdb.asm/asm-source.exp: Add casts to int.
865 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
866 (dataglobal64_1, dataglobal64_2): New globals.
867 * gdb.base/nodebug.exp: Test different expressions involving the
868 new globals, with print, whatis and ptype. Add casts to int.
869 * gdb.base/solib-display.exp: Add casts to int.
870 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
871 * gdb.cp/m-static.exp: Add cast to int.
872 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
873 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
874 tls variable with no debug info without a cast. Test with a cast
875 to int too.
876 * gdb.trace/entry-values.exp: Add casts.
877
878 2017-09-04 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/nodebug.exp: Test that ptype's error about functions
881 with unknown return type includes the function name too.
882
883 2017-09-04 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
886 return type of munmap in infcall.
887 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
888 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
889 type of ftell in infcall.
890 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
891 type of getpid in infcall.
892 * gdb.base/infcall-exec.exp: Cast return type of execlp in
893 infcall.
894 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
895 Bail on failure to extract the pid.
896 * gdb.base/nodebug.c: #include <stdint.h>.
897 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
898 New functions.
899 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
900 Change expected output of print/whatis/ptype with functions with
901 no debug info. Test all supported languages. Call
902 test_call_promotion.
903 * gdb.compile/compile.exp: Adjust expected output to expect
904 warning.
905 * gdb.threads/siginfo-threads.exp: Likewise.
906
907 2017-09-04 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/callfuncs.exp (do_function_calls): New parameter
910 "prototypes". Test calling float functions via prototyped and
911 unprototyped function pointers.
912 (perform_all_tests): New parameter "prototypes". Pass it down.
913 (top level): Pass down "prototypes" parameter to
914 perform_all_tests.
915
916 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
917
918 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
919 Test with nested loops.
920
921 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
922
923 * gdb.base/commands.exp: Call the new procedures.
924 (loop_break_test, loop_continue_test): New procedures.
925
926 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
927
928 * gdb.base/commands.exp: Call new procedure.
929 (define_if_without_arg_test): New procedure.
930
931 2017-09-04 Pedro Alves <palves@redhat.com>
932
933 * gdb.base/list-ambiguous.exp: New file.
934 * gdb.base/list-ambiguous0.c: New file.
935 * gdb.base/list-ambiguous1.c: New file.
936 * gdb.base/list.exp (test_list_range): Adjust expected output.
937
938 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
939
940 * gdb.base/share-env-with-gdbserver.c: New file.
941 * gdb.base/share-env-with-gdbserver.exp: Likewise.
942
943 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
944
945 * gdb.base/commands.exp (gdbvar_simple_if_test,
946 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
947 progvar_simple_if_test, progvar_simple_while_test,
948 progvar_complex_if_while_test, user_defined_command_test,
949 user_defined_command_args_eval,
950 user_defined_command_args_stack_test,
951 user_defined_command_manyargs_test, bp_deleted_in_command_test,
952 temporary_breakpoint_commands,
953 gdb_test_no_prompt, redefine_hook_test,
954 redefine_backtrace_test): Remove "global gdb_prompt".
955
956 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
957
958 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
959 New proc, call it from toplevel.
960
961 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
962
963 PR remote/21852
964 * gdb.server/normal.c: New file, copied from gdb.base.
965 * gdb.server/run-without-local-binary.exp: New file.
966
967 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
968
969 * gdb.arch/sparc64-adi.exp: New file.
970 * gdb.arch/sparc64-adi.c: New file.
971
972 2017-08-22 Pedro Alves <palves@redhat.com>
973
974 * gdb.cp/overload.exp (line_range_pattern): New procedure.
975 (top level): Add "list all overloads" tests.
976
977 2017-08-22 Tom Tromey <tom@tromey.com>
978
979 * gdb.gdb/xfullpath.exp: Remove.
980
981 2017-08-21 Pedro Alves <palves@redhat.com>
982
983 PR gdb/19487
984 * gdb.base/symbol-alias.c: New.
985 * gdb.base/symbol-alias2.c: New.
986 * gdb.base/symbol-alias.exp: New.
987
988 2017-08-21 Pedro Alves <palves@redhat.com>
989
990 * gdb.base/dfp-test.c
991 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
992 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
993 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
994 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
995 * gdb.base/whatis-ptype-typedefs.c: New.
996 * gdb.base/whatis-ptype-typedefs.exp: New.
997 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
998 (an_int, an_int_type, an_int_type2): New globals.
999 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1000 involving typedefs and cast expressions.
1001 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1002 (lookup_typedefs_function): New.
1003 (typedefs_pretty_printers_dict): New.
1004 (top level): Register lookup_typedefs_function in
1005 gdb.pretty_printers.
1006
1007 2017-08-18 Yao Qi <yao.qi@linaro.org>
1008
1009 * gdb.server/unittest.exp: New.
1010
1011 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1012
1013 PR gdb/21954
1014 * gdb.base/environ.exp: Add test to check if 'unset environment'
1015 works.
1016
1017 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1018
1019 * lib/gdb.exp (universal_compile_options): New caching proc.
1020 (gdb_compile): Suppress GCC's coloring of messages.
1021
1022 2017-08-14 Tom Tromey <tom@tromey.com>
1023
1024 PR gdb/21675:
1025 * gdb.base/printcmds.exp (test_radices): New function.
1026 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1027 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1028 * lib/gdb.exp (get_integer_valueof): Use p/d.
1029
1030 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1031
1032 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1033 characters.
1034
1035 2017-08-05 Tom Tromey <tom@tromey.com>
1036
1037 * gdb.rust/simple.exp: Allow String to appear in a different
1038 namespace.
1039
1040 2017-07-26 Yao Qi <yao.qi@linaro.org>
1041
1042 * gdb.gdb/unittest.exp: Invoke command
1043 "maintenance check xml-descriptions".
1044
1045 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1046
1047 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1048 calling context.
1049 (hex128): Drop erroneous calculation of parameters.
1050
1051 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1052
1053 * gdb.python/py-unwind.exp: Disable stack protection when
1054 building test file.
1055
1056 2017-07-20 Pedro Alves <palves@redhat.com>
1057
1058 * gdb.base/default.exp (set language): Adjust expected output.
1059
1060 2017-07-20 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1063 (test_minsym): ... this, and make static.
1064 (get_pck__foo__bar__minsym): Rename to ...
1065 (get_test_minsym): ... this.
1066 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1067 symbol names and comments.
1068 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1069 (get_test_minsym): ... this.
1070 (pck__foo__bar__minsym__2): Rename to ...
1071 (test_minsym): ... this.
1072 (main): Adjust.
1073
1074 2017-07-17 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/completion.exp: Adjust expected output.
1077 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1078 the completer works.
1079
1080 2017-07-17 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1083
1084 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1087
1088 2017-07-14 Tom Tromey <tom@tromey.com>
1089
1090 PR rust/21764:
1091 * gdb.rust/simple.exp: Add tests.
1092
1093 2017-07-14 Tom Tromey <tom@tromey.com>
1094
1095 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1096
1097 2017-07-14 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.linespec/base/one/thefile.cc (z1): New function.
1100 * gdb.linespec/base/two/thefile.cc (z2): New function.
1101 * gdb.linespec/linespec.exp: Add tests.
1102
1103 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1106 to mi_create_breakpoint.
1107
1108 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1111 mi_create_breakpoint.
1112
1113 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1114
1115 * gdb.dlang/demangle.exp: Update for demangling changes.
1116
1117 2017-07-09 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.dwarf2/shortpiece.exp: New file.
1120
1121 2017-07-06 David Blaikie <dblaikie@gmail.com>
1122
1123 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1124 built from fissiont-multi-cu{1,2}.c.
1125 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1126 except putting 'main' and 'func' in separate CUs in the same DWO file.
1127 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1128 test.
1129 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1130 test.
1131
1132 2017-07-06 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.python/py-unwind.exp: Test flushregs.
1135
1136 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1137
1138 PR cli/21688
1139 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1140 tests for alias commands and trailing whitespace.
1141
1142 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1143
1144 PR cli/21688
1145 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1146 procedure. Call it.
1147
1148 2017-06-29 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/printcmds.exp: Add tests.
1151
1152 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1153
1154 PR gdb/21337
1155 * gdb.base/reread-readsym.exp: New file.
1156 * gdb.base/reread-readsym.c: New file.
1157
1158 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1159
1160 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1161 subpattern.
1162
1163 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1164
1165 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1166 extended mnemonic.
1167 * gdb.arch/powerpc-power9.s: Likewise.
1168
1169 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170
1171 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1172 on 32-bit x86 targets. Exploit is_*_target macros where
1173 appropriate.
1174
1175 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1176
1177 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1178 register pieces.
1179
1180 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1181
1182 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1183 located in one or more DWARF pieces.
1184
1185 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1186
1187 * lib/gdb.exp (get_endianness): New proc.
1188 * gdb.arch/aarch64-fp.exp: Use it.
1189 * gdb.arch/altivec-regs.exp: Likewise.
1190 * gdb.arch/e500-regs.exp: Likewise.
1191 * gdb.arch/vsx-regs.exp: Likewise.
1192 * gdb.base/dump.exp: Likewise.
1193 * gdb.base/funcargs.exp: Likewise.
1194 * gdb.base/gnu_vector.exp: Likewise.
1195 * gdb.dwarf2/formdata16.exp: Likewise.
1196 * gdb.dwarf2/implptrpiece.exp: Likewise.
1197 * gdb.dwarf2/nonvar-access.exp: Likewise.
1198 * gdb.python/py-inferior.exp: Likewise.
1199 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1200
1201 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1202
1203 PR gdb/21226
1204 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1205 stack value pieces are taken from the LSB end.
1206
1207 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1208
1209 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1210 variable at nonzero offset.
1211
1212 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1213
1214 * gdb.dwarf2/var-access.c: New file.
1215 * gdb.dwarf2/var-access.exp: New test.
1216 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1217
1218 2017-06-12 Tom Tromey <tom@tromey.com>
1219
1220 * gdb.dwarf2/formdata16.exp: Add tests.
1221
1222 2017-06-12 Tom Tromey <tom@tromey.com>
1223
1224 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1225
1226 2017-06-12 Tom Tromey <tom@tromey.com>
1227
1228 PR exp/16225:
1229 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1230 * gdb.arch/vsx-regs.exp: Update tests.
1231 * gdb.arch/s390-vregs.exp (hex128): New proc.
1232 Update test.
1233 * gdb.arch/altivec-regs.exp: Update tests.
1234
1235 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1236
1237 * gdb.base/startup-with-shell.c: New file.
1238 * gdb.base/startup-with-shell.exp: Likewise.
1239
1240 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 * gdb.server/non-existing-program.exp: Update regex in order to
1243 reflect the fact that gdbserver is now using fork_inferior (with a
1244 shell) to startup the inferior.
1245
1246 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1247
1248 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1249 support function calls from GDB.
1250
1251 2017-05-21 Tom Tromey <tom@tromey.com>
1252
1253 PR rust/21466:
1254 * gdb.rust/unsized.exp: New file.
1255 * gdb.rust/unsized.rs: New file.
1256
1257 2017-05-19 Tom Tromey <tom@tromey.com>
1258
1259 PR rust/21484:
1260 * gdb.rust/watch.exp: New file.
1261 * gdb.rust/watch.rs: New file.
1262
1263 2017-05-18 Tom Tromey <tom@tromey.com>
1264
1265 * gdb.rust/simple.exp: Allow Box to be qualified.
1266
1267 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1268
1269 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1270
1271 2017-05-18 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/fileio.c (test_write, test_read, test_close)
1274 (test_fstat): Don't print 'ret' in the fail path.
1275
1276 2017-05-18 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1279 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1280 (test_system, test_rename, test_unlink, test_time): Change
1281 prototypes.
1282 * gdb.base/fileio.exp (stop_msg): Adjust.
1283
1284 2017-05-18 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.base/fileio.c (null_str): New global.
1287 (test_stat): Use it.
1288 * gdb.base/fileio.exp: Remove nowarnings.
1289
1290 2017-05-17 Yao Qi <yao.qi@linaro.org>
1291
1292 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1293
1294 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1295
1296 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1297 argument command.
1298 (top-level): Invoke test_set_inferior_tty.
1299
1300 2017-05-04 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1303 Add parens to print call for Python 3.
1304
1305 2017-05-03 Keith Seitz <keiths@redhat.com>
1306
1307 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1308 (main): Call it.
1309
1310 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1311
1312 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1313 to prev and next.
1314
1315 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1316
1317 * gdb.python/py-record-btrace.exp: Remove test for
1318 gdb.BtraceInstruction.error.
1319
1320 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1321
1322 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1323
1324 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1325
1326 * gdb.python/py-record-btrace-threads.c: New file.
1327 * gdb.python/py-record-btrace-threads.exp: New file.
1328
1329 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1330
1331 PR testsuite/8595
1332 * gdb.base/environ.exp: Make test available in all architectures.
1333 Move bits related to "info program" testing to
1334 gdb.base/info-program.exp. Rewrite tests to use the two new
1335 procedures mentione below.
1336 (test_set_show_env_var) New procedure.
1337 (test_set_show_env_var_equal): Likewise.
1338 * gdb.base/info-program.exp: New file.
1339
1340 2017-04-27 Keith Seitz <keiths@redhat.com>
1341
1342 * gdb.cp/oranking.cc (test15): New function.
1343 (main): Call test15 and declare additional variables for testing.
1344 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1345 "p foo101('abc')" tests.
1346 Add tests for cv qualifier overloads.
1347 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1348 "lvalue reference overload" test.
1349 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1350 "print value of f1 on Child&& in f2" test.
1351
1352 2017-04-19 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1355 procedure.
1356 (top level): Call it.
1357 * lib/gdb.exp (gdb_define_cmd): New procedure.
1358
1359 2017-04-12 Pedro Alves <palves@redhat.com>
1360
1361 PR gdb/21323
1362 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1363 (wchar): New global.
1364 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1365 (do_test_wide_char, wide_char_types_no_program, top level): Add
1366 wchar_t testing.
1367
1368 2017-04-12 Pedro Alves <palves@redhat.com>
1369
1370 PR c++/21323
1371 * gdb.cp/wide_char_types.c: New file.
1372 * gdb.cp/wide_char_types.exp: New file.
1373
1374 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1375
1376 PR gdb/21352
1377 * gdb.trace/tsv.exp: Add test for "tsave -r".
1378
1379 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1380
1381 * gdb.dlang/watch-loc.c: New file.
1382 * gdb.dlang/watch-loc.exp: New file.
1383
1384 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1387
1388 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1389
1390 * gdb.arch/arc-analyze-prologue.S: New file.
1391 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1392
1393 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1394
1395 * gdb.arch/arc-decode-insn.S: New file.
1396 * gdb.arch/arc-decode-insn.exp: Likewise.
1397
1398 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1399
1400 PR tdep/20928
1401 * gdb.arch/sparc64-regs.exp: New file.
1402 * gdb.arch/sparc64-regs.S: Likewise.
1403
1404 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1405
1406 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1407 and memory view on Python 3.
1408
1409 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1410 Keith Seitz <keiths@redhat.com>
1411
1412 PR gdb/14441
1413 * gdb.cp/demangle.exp: Add rvalue reference tests.
1414 * gdb.cp/rvalue-ref-casts.cc: New file.
1415 * gdb.cp/rvalue-ref-casts.exp: New file.
1416 * gdb.cp/rvalue-ref-overload.cc: New file.
1417 * gdb.cp/rvalue-ref-overload.exp: New file.
1418 * gdb.cp/rvalue-ref-params.cc: New file.
1419 * gdb.cp/rvalue-ref-params.exp: New file.
1420 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1421 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1422 * gdb.cp/rvalue-ref-types.cc: New file.
1423 * gdb.cp/rvalue-ref-types.exp: New file.
1424 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1425 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1426
1427 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1428
1429 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1430 New procedure.
1431
1432 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1433
1434 * lib/mi-support.exp (mi_gdb_test): Add additional message
1435 for unexpected output.
1436
1437 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1438
1439 * gdb.base/examine-backward.c (Barrier): New character array
1440 constant, to ensure that TestStrings is preceded by a string
1441 terminator.
1442
1443 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1444
1445 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1446 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1447 and implicit pointer into such a location.
1448
1449 2017-03-16 Doug Evans <dje@google.com>
1450
1451 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1452
1453 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1454
1455 * gdb.cp/m-static.exp: Fix expectation for prototype of
1456 test5.single_constructor and single_constructor::single_constructor.
1457
1458 2017-03-16 Doug Evans <dje@google.com>
1459
1460 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1461 * gdb.guile/scm-lazy-string.c: New file.
1462 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1463 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1464 for pointer, array, typedef lazy strings.
1465
1466 2017-03-16 Doug Evans <dje@google.com>
1467
1468 PR python/17728, python/18439, python/18779
1469 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1470 * gdb.python/py-lazy-string.c (pointer): New typedef.
1471 (main): New locals ptr, array, typedef_ptr.
1472 * gdb.python/py-value.exp: Move lazy string tests to ...
1473 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1474 array, typedef lazy strings.
1475
1476 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1477
1478 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1479 Add optional 'test' parameter.
1480
1481 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1482
1483 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1484 Skip for versions of DejaGnu < 1.5.
1485
1486 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1487
1488 * lib/gdb.exp (dejagnu_version): New proc.
1489 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1490 Use dejagnu_version.
1491
1492 2017-03-10 Keith Seitz <keiths@redhat.com>
1493
1494 PR c++/8128
1495 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1496 type from destructor regexps.
1497 Add a branch which actually passes the test.
1498 Adjust "ptype t5i" test names.
1499
1500 2017-03-08 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.base/step-over-exit.exp: Add explicit test message.
1503
1504 2017-03-08 Pedro Alves <palves@redhat.com>
1505
1506 PR gdb/18360
1507 * gdb.threads/interrupt-while-step-over.c: New file.
1508 * gdb.threads/interrupt-while-step-over.exp: New file.
1509
1510 2017-03-08 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1513 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1514
1515 2017-03-08 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1518 PKRU as not supported as a PASS.
1519
1520 2017-03-08 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1523 prefix instead of $binfile1/$binfile2.
1524 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1525 in test message.
1526 * gdb.python/py-completion.exp: Use "load python file" as test
1527 messages instead of unstable path names.
1528
1529 2017-03-08 Pedro Alves <palves@redhat.com>
1530 Jan Kratochvil <jan.kratochvil@redhat.com>
1531
1532 PR cli/21218
1533 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1534 New proc.
1535 (top level): Call it.
1536
1537 2017-03-08 Pedro Alves <palves@redhat.com>
1538
1539 PR tui/21216
1540 * gdb.tui/tui-nl-filtered-output.exp: New file.
1541
1542 2017-03-08 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.base/completion.exp: Move TUI completion tests to ...
1545 * gdb.tui/completion.exp: ... this new file.
1546
1547 2017-03-08 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.base/tui-disasm-long-lines.c,
1550 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1551 gdb.base/tui-layout.exp: Move to ...
1552 * gdb.tui/: ... this new directory.
1553
1554 2017-03-07 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.base/tui-layout.c: New file.
1557 * gdb.base/tui-layout.exp: New file.
1558
1559 2017-03-07 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.base/tui-layout.c: Rename to ...
1562 * gdb.base/tui-disasm-long-lines.c: ... this.
1563 * gdb.base/tui-layout.exp: Rename to ...
1564 * gdb.base/tui-disasm-long-lines.exp: ... this.
1565
1566 2017-03-07 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1569
1570 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1571
1572 * i386-mpx-call.c: New file.
1573 * i386-mpx-call.exp: New file.
1574
1575 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1576
1577 * gdb.arch/powerpc-power.exp: Delete test.
1578 * gdb.arch/powerpc-power.s: Likewise.
1579 * gdb.disasm/disassembler-options.exp: New test.
1580 * gdb.arch/powerpc-altivec.exp: Likewise.
1581 * gdb.arch/powerpc-altivec.s: Likewise.
1582 * gdb.arch/powerpc-altivec2.exp: Likewise.
1583 * gdb.arch/powerpc-altivec2.s: Likewise.
1584 * gdb.arch/powerpc-altivec3.exp: Likewise.
1585 * gdb.arch/powerpc-altivec3.s: Likewise.
1586 * gdb.arch/powerpc-power7.exp: Likewise.
1587 * gdb.arch/powerpc-power7.s: Likewise.
1588 * gdb.arch/powerpc-power8.exp: Likewise.
1589 * gdb.arch/powerpc-power8.s: Likewise.
1590 * gdb.arch/powerpc-power9.exp: Likewise.
1591 * gdb.arch/powerpc-power9.s: Likewise.
1592 * gdb.arch/powerpc-vsx.exp: Likewise.
1593 * gdb.arch/powerpc-vsx.s: Likewise.
1594 * gdb.arch/powerpc-vsx2.exp: Likewise.
1595 * gdb.arch/powerpc-vsx2.s: Likewise.
1596 * gdb.arch/powerpc-vsx3.exp: Likewise.
1597 * gdb.arch/powerpc-vsx3.s: Likewise.
1598 * gdb.arch/arm-disassembler-options.exp: Likewise.
1599 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1600 * gdb.arch/s390-disassembler-options.exp: Likewise.
1601
1602 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1603
1604 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1605 (check_supported_features): ... this. Changed return type to void.
1606 (supports_rdseed): New static global.
1607 (rdseed): Check supports_rdseed.
1608 (initialize): Call check_supported_features.
1609
1610 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1611
1612 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1613 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1614 and lqarx/stqcx.
1615 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1616 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1617
1618 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1619
1620 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1621 uppercase.
1622
1623 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * gdb.dwarf2/formdata16.c: New file.
1626 * gdb.dwarf2/formdata16.exp: New file.
1627 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1628
1629 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1632 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1633 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1634 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1635 DW_AT_GNU_*.
1636
1637 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1640
1641 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1642
1643 PR gdb/21164
1644 * gdb.base/maint.exp: Add testcases for when the commands do
1645 not have arguments.
1646
1647 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1648
1649 * gdb.cp/chained-calls.exp: Use p instead of P.
1650
1651 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1652
1653 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1654 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1655
1656 2017-02-14 Tom Tromey <tom@tromey.com>
1657
1658 PR python/13598:
1659 * gdb.python/py-events.exp: Add before_prompt event tests.
1660
1661 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1662
1663 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1664
1665 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1666
1667 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1668 (main): Call my_unique_function_name.
1669 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1670 completion of patterns with a single match.
1671 Add missing -re switches to gdb_test_multiple calls.
1672
1673 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1674
1675 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1676 return if core file is not recognized.
1677
1678 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1679
1680 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1681 and extra UIs.
1682
1683 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1684
1685 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1686 proc_with_prefix.
1687
1688 2017-02-10 Tom Tromey <tom@tromey.com>
1689
1690 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1691
1692 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1693
1694 PR gdb/21122
1695 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1696
1697 2017-02-08 Jerome Guitton <guitton@adacore.com>
1698
1699 * gdb.base/define.exp: Add test for command abbreviations
1700 in define.
1701
1702 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
1703
1704 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1705 * gdb.reverse/insn-reverse-x86.c: New file.
1706
1707 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1708
1709 PR tdep/20936
1710 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1711
1712 2017-02-03 Tom Tromey <tom@tromey.com>
1713
1714 PR rust/21097:
1715 * gdb.rust/simple.exp: Add new tests.
1716
1717 2017-02-02 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1720 tests.
1721
1722 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1723
1724 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1725 taking a 2-byte value out of a 4-byte DWARF implicit value on
1726 big-endian targets.
1727 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1728 logic. Add test cases for DW_OP_implicit.
1729
1730 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1731
1732 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1733
1734 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1735
1736 * gdb.btrace/enable.exp: Call gdb_exit before
1737 skip_gdbserver_tests.
1738
1739 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1740
1741 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1742 GDBFLAGS.
1743
1744 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1745
1746 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1747 the test is skipped.
1748 * gdb.btrace/data.exp: Likewise.
1749 * gdb.btrace/delta.exp: Likewise.
1750 * gdb.btrace/dlopen.exp: Likewise.
1751 * gdb.btrace/enable-running.exp: Likewise.
1752 * gdb.btrace/enable.exp: Likewise.
1753 * gdb.btrace/exception.exp: Likewise.
1754 * gdb.btrace/function_call_history.exp: Likewise.
1755 * gdb.btrace/gcore.exp: Likewise.
1756 * gdb.btrace/instruction_history.exp: Likewise.
1757 * gdb.btrace/multi-thread-step.exp: Likewise.
1758 * gdb.btrace/nohist.exp: Likewise.
1759 * gdb.btrace/non-stop.exp: Likewise.
1760 * gdb.btrace/reconnect.exp: Likewise.
1761 * gdb.btrace/record_goto-step.exp: Likewise.
1762 * gdb.btrace/record_goto.exp: Likewise.
1763 * gdb.btrace/rn-dl-bind.exp: Likewise.
1764 * gdb.btrace/segv.exp: Likewise.
1765 * gdb.btrace/step.exp: Likewise.
1766 * gdb.btrace/stepi.exp: Likewise.
1767 * gdb.btrace/tailcall-only.exp: Likewise.
1768 * gdb.btrace/tailcall.exp: Likewise.
1769 * gdb.btrace/tsx.exp: Likewise.
1770 * gdb.btrace/unknown_functions.exp: Likewise.
1771 * gdb.btrace/vdso.exp: Likewise.
1772
1773 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1774
1775 * gdb.btrace/enable-running.c: New.
1776 * gdb.btrace/enable-running.exp: New.
1777
1778 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1779
1780 * gdb.arch/amd64-gs_base.c: New file.
1781 * gdb.arch/amd64-gs_base.exp: New file.
1782
1783 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1784
1785 * lib/memory.exp: Remove spurious empty newlines.
1786
1787 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1788
1789 * gdb.python/py-bad-printers.exp: Load python file using "source".
1790 * gdb.python/py-events.exp: Likewise.
1791 * gdb.python/py-evsignal.exp: Likewise.
1792 * gdb.python/py-evthreads.exp: Likewise.
1793 * gdb.python/py-frame-args.exp: Likewise.
1794 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1795 * gdb.python/py-framefilter-mi.exp: Likewise.
1796 * gdb.python/py-framefilter.exp: Likewise.
1797 * gdb.python/py-mi.exp: Likewise.
1798 * gdb.python/py-pp-maint.exp: Likewise.
1799 * gdb.python/py-pp-registration.exp: Likewise.
1800 * gdb.python/py-prettyprint.exp: Likewise.
1801 (run_lang_tests): Likewise.
1802 * gdb.python/py-typeprint.exp: Likewise.
1803
1804 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1805
1806 * lib/memory.exp: New file.
1807 * lib/gdb.exp: Load memory.exp.
1808 * gdb.base/memattr.exp (delete_memory): Move proc to
1809 lib/memory.exp and rename to delete_memory_regions.
1810 Replace delete_memory with delete_memory_regions.
1811 Cleanup memory regions before tests.
1812 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1813 before tests.
1814
1815 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1816
1817 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1818 files.
1819 (initialize): New function conditionally defined.
1820 (testcases): Move within conditional block.
1821 (main): Call initialize.
1822 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1823 of gdb.reverse/insn-reverse.c.
1824 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1825 gdb.reverse/insn-reverse.c.
1826
1827 2017-01-26 Yao Qi <yao.qi@linaro.org>
1828
1829 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1830 disassemble on address 0.
1831
1832 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1833 Yao Qi <yao.qi@linaro.org>
1834
1835 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1836 * gdb.dwarf2/implptr-64bit.S: Remove.
1837 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1838 variables in caller's context. Add DW_OP_implicit_value.
1839
1840 2017-01-25 Yao Qi <yao.qi@linaro.org>
1841
1842 * lib/dwarf.exp (Dwarf::_location): Handle
1843 DW_OP_GNU_implicit_pointer with proper size.
1844
1845 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1846
1847 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1848 and add untested calls.
1849
1850 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1851
1852 * gdb.python/python.exp: Check line number against what GDB thinks
1853 the line number is for func1.
1854
1855 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1856
1857 * gdb.dlang/debug-expr.exp: New file.
1858
1859 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1860
1861 Fix test names for the following files:
1862
1863 * gdb.ada/exec_changed.exp
1864 * gdb.ada/info_types.exp
1865 * gdb.arch/aarch64-atomic-inst.exp
1866 * gdb.arch/aarch64-fp.exp
1867 * gdb.arch/altivec-abi.exp
1868 * gdb.arch/altivec-regs.exp
1869 * gdb.arch/amd64-byte.exp
1870 * gdb.arch/amd64-disp-step.exp
1871 * gdb.arch/amd64-dword.exp
1872 * gdb.arch/amd64-entry-value-inline.exp
1873 * gdb.arch/amd64-entry-value-param.exp
1874 * gdb.arch/amd64-entry-value-paramref.exp
1875 * gdb.arch/amd64-entry-value.exp
1876 * gdb.arch/amd64-i386-address.exp
1877 * gdb.arch/amd64-invalid-stack-middle.exp
1878 * gdb.arch/amd64-invalid-stack-top.exp
1879 * gdb.arch/amd64-optimout-repeat.exp
1880 * gdb.arch/amd64-prologue-skip.exp
1881 * gdb.arch/amd64-prologue-xmm.exp
1882 * gdb.arch/amd64-stap-special-operands.exp
1883 * gdb.arch/amd64-stap-wrong-subexp.exp
1884 * gdb.arch/amd64-tailcall-cxx.exp
1885 * gdb.arch/amd64-tailcall-noret.exp
1886 * gdb.arch/amd64-tailcall-ret.exp
1887 * gdb.arch/amd64-tailcall-self.exp
1888 * gdb.arch/amd64-word.exp
1889 * gdb.arch/arm-bl-branch-dest.exp
1890 * gdb.arch/arm-disp-step.exp
1891 * gdb.arch/arm-neon.exp
1892 * gdb.arch/arm-single-step-kernel-helper.exp
1893 * gdb.arch/avr-flash-qualifier.exp
1894 * gdb.arch/disp-step-insn-reloc.exp
1895 * gdb.arch/e500-abi.exp
1896 * gdb.arch/e500-regs.exp
1897 * gdb.arch/ftrace-insn-reloc.exp
1898 * gdb.arch/i386-avx512.exp
1899 * gdb.arch/i386-bp_permanent.exp
1900 * gdb.arch/i386-byte.exp
1901 * gdb.arch/i386-cfi-notcurrent.exp
1902 * gdb.arch/i386-disp-step.exp
1903 * gdb.arch/i386-dr3-watch.exp
1904 * gdb.arch/i386-float.exp
1905 * gdb.arch/i386-gnu-cfi.exp
1906 * gdb.arch/i386-mpx-map.exp
1907 * gdb.arch/i386-mpx-sigsegv.exp
1908 * gdb.arch/i386-mpx-simple_segv.exp
1909 * gdb.arch/i386-mpx.exp
1910 * gdb.arch/i386-permbkpt.exp
1911 * gdb.arch/i386-prologue.exp
1912 * gdb.arch/i386-signal.exp
1913 * gdb.arch/i386-size-overlap.exp
1914 * gdb.arch/i386-unwind.exp
1915 * gdb.arch/i386-word.exp
1916 * gdb.arch/mips-fcr.exp
1917 * gdb.arch/powerpc-d128-regs.exp
1918 * gdb.arch/powerpc-stackless.exp
1919 * gdb.arch/ppc64-atomic-inst.exp
1920 * gdb.arch/s390-stackless.exp
1921 * gdb.arch/s390-tdbregs.exp
1922 * gdb.arch/s390-vregs.exp
1923 * gdb.arch/sparc-sysstep.exp
1924 * gdb.arch/thumb-bx-pc.exp
1925 * gdb.arch/thumb-singlestep.exp
1926 * gdb.arch/thumb2-it.exp
1927 * gdb.arch/vsx-regs.exp
1928 * gdb.asm/asm-source.exp
1929 * gdb.base/a2-run.exp
1930 * gdb.base/advance.exp
1931 * gdb.base/all-bin.exp
1932 * gdb.base/anon.exp
1933 * gdb.base/args.exp
1934 * gdb.base/arithmet.exp
1935 * gdb.base/async-shell.exp
1936 * gdb.base/async.exp
1937 * gdb.base/attach-pie-noexec.exp
1938 * gdb.base/attach-twice.exp
1939 * gdb.base/auto-load.exp
1940 * gdb.base/bang.exp
1941 * gdb.base/bitfields.exp
1942 * gdb.base/break-always.exp
1943 * gdb.base/break-caller-line.exp
1944 * gdb.base/break-entry.exp
1945 * gdb.base/break-inline.exp
1946 * gdb.base/break-on-linker-gcd-function.exp
1947 * gdb.base/break-probes.exp
1948 * gdb.base/break.exp
1949 * gdb.base/breakpoint-shadow.exp
1950 * gdb.base/call-ar-st.exp
1951 * gdb.base/call-sc.exp
1952 * gdb.base/call-signal-resume.exp
1953 * gdb.base/call-strs.exp
1954 * gdb.base/callfuncs.exp
1955 * gdb.base/catch-fork-static.exp
1956 * gdb.base/catch-gdb-caused-signals.exp
1957 * gdb.base/catch-load.exp
1958 * gdb.base/catch-signal-fork.exp
1959 * gdb.base/catch-signal.exp
1960 * gdb.base/catch-syscall.exp
1961 * gdb.base/charset.exp
1962 * gdb.base/checkpoint.exp
1963 * gdb.base/chng-syms.exp
1964 * gdb.base/code-expr.exp
1965 * gdb.base/code_elim.exp
1966 * gdb.base/commands.exp
1967 * gdb.base/completion.exp
1968 * gdb.base/complex.exp
1969 * gdb.base/cond-expr.exp
1970 * gdb.base/condbreak.exp
1971 * gdb.base/consecutive.exp
1972 * gdb.base/continue-all-already-running.exp
1973 * gdb.base/coredump-filter.exp
1974 * gdb.base/corefile.exp
1975 * gdb.base/dbx.exp
1976 * gdb.base/debug-expr.exp
1977 * gdb.base/define.exp
1978 * gdb.base/del.exp
1979 * gdb.base/disabled-location.exp
1980 * gdb.base/disasm-end-cu.exp
1981 * gdb.base/disasm-optim.exp
1982 * gdb.base/display.exp
1983 * gdb.base/duplicate-bp.exp
1984 * gdb.base/ena-dis-br.exp
1985 * gdb.base/ending-run.exp
1986 * gdb.base/enumval.exp
1987 * gdb.base/environ.exp
1988 * gdb.base/eu-strip-infcall.exp
1989 * gdb.base/eval-avoid-side-effects.exp
1990 * gdb.base/eval-skip.exp
1991 * gdb.base/exitsignal.exp
1992 * gdb.base/expand-psymtabs.exp
1993 * gdb.base/filesym.exp
1994 * gdb.base/find-unmapped.exp
1995 * gdb.base/finish.exp
1996 * gdb.base/float.exp
1997 * gdb.base/foll-exec-mode.exp
1998 * gdb.base/foll-exec.exp
1999 * gdb.base/foll-fork.exp
2000 * gdb.base/fortran-sym-case.exp
2001 * gdb.base/freebpcmd.exp
2002 * gdb.base/func-ptr.exp
2003 * gdb.base/func-ptrs.exp
2004 * gdb.base/funcargs.exp
2005 * gdb.base/gcore-buffer-overflow.exp
2006 * gdb.base/gcore-relro-pie.exp
2007 * gdb.base/gcore-relro.exp
2008 * gdb.base/gcore.exp
2009 * gdb.base/gdb1090.exp
2010 * gdb.base/gdb11530.exp
2011 * gdb.base/gdb11531.exp
2012 * gdb.base/gdb1821.exp
2013 * gdb.base/gdbindex-stabs.exp
2014 * gdb.base/gdbvars.exp
2015 * gdb.base/hbreak.exp
2016 * gdb.base/hbreak2.exp
2017 * gdb.base/included.exp
2018 * gdb.base/infcall-input.exp
2019 * gdb.base/inferior-died.exp
2020 * gdb.base/infnan.exp
2021 * gdb.base/info-macros.exp
2022 * gdb.base/info-os.exp
2023 * gdb.base/info-proc.exp
2024 * gdb.base/info-shared.exp
2025 * gdb.base/info-target.exp
2026 * gdb.base/infoline.exp
2027 * gdb.base/interp.exp
2028 * gdb.base/interrupt.exp
2029 * gdb.base/jit-reader.exp
2030 * gdb.base/jit-simple.exp
2031 * gdb.base/kill-after-signal.exp
2032 * gdb.base/kill-detach-inferiors-cmd.exp
2033 * gdb.base/label.exp
2034 * gdb.base/langs.exp
2035 * gdb.base/ldbl_e308.exp
2036 * gdb.base/line-symtabs.exp
2037 * gdb.base/linespecs.exp
2038 * gdb.base/list.exp
2039 * gdb.base/long_long.exp
2040 * gdb.base/longest-types.exp
2041 * gdb.base/maint.exp
2042 * gdb.base/max-value-size.exp
2043 * gdb.base/memattr.exp
2044 * gdb.base/mips_pro.exp
2045 * gdb.base/morestack.exp
2046 * gdb.base/moribund-step.exp
2047 * gdb.base/multi-forks.exp
2048 * gdb.base/nested-addr.exp
2049 * gdb.base/nextoverexit.exp
2050 * gdb.base/noreturn-finish.exp
2051 * gdb.base/noreturn-return.exp
2052 * gdb.base/nostdlib.exp
2053 * gdb.base/offsets.exp
2054 * gdb.base/opaque.exp
2055 * gdb.base/pc-fp.exp
2056 * gdb.base/permissions.exp
2057 * gdb.base/print-symbol-loading.exp
2058 * gdb.base/prologue-include.exp
2059 * gdb.base/psymtab.exp
2060 * gdb.base/ptype.exp
2061 * gdb.base/random-signal.exp
2062 * gdb.base/randomize.exp
2063 * gdb.base/range-stepping.exp
2064 * gdb.base/readline-ask.exp
2065 * gdb.base/recpar.exp
2066 * gdb.base/recurse.exp
2067 * gdb.base/relational.exp
2068 * gdb.base/restore.exp
2069 * gdb.base/return-nodebug.exp
2070 * gdb.base/return.exp
2071 * gdb.base/run-after-attach.exp
2072 * gdb.base/save-bp.exp
2073 * gdb.base/scope.exp
2074 * gdb.base/sect-cmd.exp
2075 * gdb.base/set-lang-auto.exp
2076 * gdb.base/set-noassign.exp
2077 * gdb.base/setvar.exp
2078 * gdb.base/sigall.exp
2079 * gdb.base/sigbpt.exp
2080 * gdb.base/siginfo-addr.exp
2081 * gdb.base/siginfo-infcall.exp
2082 * gdb.base/siginfo-obj.exp
2083 * gdb.base/siginfo.exp
2084 * gdb.base/signals-state-child.exp
2085 * gdb.base/signest.exp
2086 * gdb.base/sigstep.exp
2087 * gdb.base/sizeof.exp
2088 * gdb.base/skip.exp
2089 * gdb.base/solib-corrupted.exp
2090 * gdb.base/solib-nodir.exp
2091 * gdb.base/solib-search.exp
2092 * gdb.base/stack-checking.exp
2093 * gdb.base/stale-infcall.exp
2094 * gdb.base/stap-probe.exp
2095 * gdb.base/start.exp
2096 * gdb.base/step-break.exp
2097 * gdb.base/step-bt.exp
2098 * gdb.base/step-line.exp
2099 * gdb.base/step-over-exit.exp
2100 * gdb.base/step-over-syscall.exp
2101 * gdb.base/step-resume-infcall.exp
2102 * gdb.base/step-test.exp
2103 * gdb.base/store.exp
2104 * gdb.base/structs3.exp
2105 * gdb.base/sym-file.exp
2106 * gdb.base/symbol-without-target_section.exp
2107 * gdb.base/term.exp
2108 * gdb.base/testenv.exp
2109 * gdb.base/ui-redirect.exp
2110 * gdb.base/until.exp
2111 * gdb.base/unwindonsignal.exp
2112 * gdb.base/value-double-free.exp
2113 * gdb.base/vla-datatypes.exp
2114 * gdb.base/vla-ptr.exp
2115 * gdb.base/vla-sideeffect.exp
2116 * gdb.base/volatile.exp
2117 * gdb.base/watch-cond-infcall.exp
2118 * gdb.base/watch-cond.exp
2119 * gdb.base/watch-non-mem.exp
2120 * gdb.base/watch-read.exp
2121 * gdb.base/watch-vfork.exp
2122 * gdb.base/watchpoint-cond-gone.exp
2123 * gdb.base/watchpoint-delete.exp
2124 * gdb.base/watchpoint-hw-hit-once.exp
2125 * gdb.base/watchpoint-hw.exp
2126 * gdb.base/watchpoint-stops-at-right-insn.exp
2127 * gdb.base/watchpoints.exp
2128 * gdb.base/wchar.exp
2129 * gdb.base/whatis-exp.exp
2130 * gdb.btrace/buffer-size.exp
2131 * gdb.btrace/data.exp
2132 * gdb.btrace/delta.exp
2133 * gdb.btrace/dlopen.exp
2134 * gdb.btrace/enable.exp
2135 * gdb.btrace/exception.exp
2136 * gdb.btrace/function_call_history.exp
2137 * gdb.btrace/gcore.exp
2138 * gdb.btrace/instruction_history.exp
2139 * gdb.btrace/nohist.exp
2140 * gdb.btrace/reconnect.exp
2141 * gdb.btrace/record_goto-step.exp
2142 * gdb.btrace/record_goto.exp
2143 * gdb.btrace/rn-dl-bind.exp
2144 * gdb.btrace/segv.exp
2145 * gdb.btrace/step.exp
2146 * gdb.btrace/stepi.exp
2147 * gdb.btrace/tailcall-only.exp
2148 * gdb.btrace/tailcall.exp
2149 * gdb.btrace/tsx.exp
2150 * gdb.btrace/unknown_functions.exp
2151 * gdb.btrace/vdso.exp
2152 * gdb.compile/compile-ifunc.exp
2153 * gdb.compile/compile-ops.exp
2154 * gdb.compile/compile-print.exp
2155 * gdb.compile/compile-setjmp.exp
2156 * gdb.cp/abstract-origin.exp
2157 * gdb.cp/ambiguous.exp
2158 * gdb.cp/annota2.exp
2159 * gdb.cp/annota3.exp
2160 * gdb.cp/anon-ns.exp
2161 * gdb.cp/anon-struct.exp
2162 * gdb.cp/anon-union.exp
2163 * gdb.cp/arg-reference.exp
2164 * gdb.cp/baseenum.exp
2165 * gdb.cp/bool.exp
2166 * gdb.cp/breakpoint.exp
2167 * gdb.cp/bs15503.exp
2168 * gdb.cp/call-c.exp
2169 * gdb.cp/casts.exp
2170 * gdb.cp/chained-calls.exp
2171 * gdb.cp/class2.exp
2172 * gdb.cp/classes.exp
2173 * gdb.cp/cmpd-minsyms.exp
2174 * gdb.cp/converts.exp
2175 * gdb.cp/cp-relocate.exp
2176 * gdb.cp/cpcompletion.exp
2177 * gdb.cp/cpexprs.exp
2178 * gdb.cp/cplabel.exp
2179 * gdb.cp/cplusfuncs.exp
2180 * gdb.cp/cpsizeof.exp
2181 * gdb.cp/ctti.exp
2182 * gdb.cp/derivation.exp
2183 * gdb.cp/destrprint.exp
2184 * gdb.cp/dispcxx.exp
2185 * gdb.cp/enum-class.exp
2186 * gdb.cp/exception.exp
2187 * gdb.cp/exceptprint.exp
2188 * gdb.cp/expand-psymtabs-cxx.exp
2189 * gdb.cp/expand-sals.exp
2190 * gdb.cp/extern-c.exp
2191 * gdb.cp/filename.exp
2192 * gdb.cp/formatted-ref.exp
2193 * gdb.cp/fpointer.exp
2194 * gdb.cp/gdb1355.exp
2195 * gdb.cp/gdb2495.exp
2196 * gdb.cp/hang.exp
2197 * gdb.cp/impl-this.exp
2198 * gdb.cp/infcall-dlopen.exp
2199 * gdb.cp/inherit.exp
2200 * gdb.cp/iostream.exp
2201 * gdb.cp/koenig.exp
2202 * gdb.cp/local.exp
2203 * gdb.cp/m-data.exp
2204 * gdb.cp/m-static.exp
2205 * gdb.cp/mb-ctor.exp
2206 * gdb.cp/mb-inline.exp
2207 * gdb.cp/mb-templates.exp
2208 * gdb.cp/member-name.exp
2209 * gdb.cp/member-ptr.exp
2210 * gdb.cp/meth-typedefs.exp
2211 * gdb.cp/method.exp
2212 * gdb.cp/method2.exp
2213 * gdb.cp/minsym-fallback.exp
2214 * gdb.cp/misc.exp
2215 * gdb.cp/namelessclass.exp
2216 * gdb.cp/namespace-enum.exp
2217 * gdb.cp/namespace-nested-import.exp
2218 * gdb.cp/namespace.exp
2219 * gdb.cp/nextoverthrow.exp
2220 * gdb.cp/no-dmgl-verbose.exp
2221 * gdb.cp/non-trivial-retval.exp
2222 * gdb.cp/noparam.exp
2223 * gdb.cp/nsdecl.exp
2224 * gdb.cp/nsimport.exp
2225 * gdb.cp/nsnested.exp
2226 * gdb.cp/nsnoimports.exp
2227 * gdb.cp/nsrecurs.exp
2228 * gdb.cp/nsstress.exp
2229 * gdb.cp/nsusing.exp
2230 * gdb.cp/operator.exp
2231 * gdb.cp/oranking.exp
2232 * gdb.cp/overload-const.exp
2233 * gdb.cp/overload.exp
2234 * gdb.cp/ovldbreak.exp
2235 * gdb.cp/ovsrch.exp
2236 * gdb.cp/paren-type.exp
2237 * gdb.cp/parse-lang.exp
2238 * gdb.cp/pass-by-ref.exp
2239 * gdb.cp/pr-1023.exp
2240 * gdb.cp/pr-1210.exp
2241 * gdb.cp/pr-574.exp
2242 * gdb.cp/pr10687.exp
2243 * gdb.cp/pr12028.exp
2244 * gdb.cp/pr17132.exp
2245 * gdb.cp/pr17494.exp
2246 * gdb.cp/pr9067.exp
2247 * gdb.cp/pr9167.exp
2248 * gdb.cp/pr9631.exp
2249 * gdb.cp/printmethod.exp
2250 * gdb.cp/psmang.exp
2251 * gdb.cp/psymtab-parameter.exp
2252 * gdb.cp/ptype-cv-cp.exp
2253 * gdb.cp/ptype-flags.exp
2254 * gdb.cp/re-set-overloaded.exp
2255 * gdb.cp/ref-types.exp
2256 * gdb.cp/rtti.exp
2257 * gdb.cp/scope-err.exp
2258 * gdb.cp/shadow.exp
2259 * gdb.cp/smartp.exp
2260 * gdb.cp/static-method.exp
2261 * gdb.cp/static-print-quit.exp
2262 * gdb.cp/temargs.exp
2263 * gdb.cp/templates.exp
2264 * gdb.cp/try_catch.exp
2265 * gdb.cp/typedef-operator.exp
2266 * gdb.cp/typeid.exp
2267 * gdb.cp/userdef.exp
2268 * gdb.cp/using-crash.exp
2269 * gdb.cp/var-tag.exp
2270 * gdb.cp/virtbase.exp
2271 * gdb.cp/virtfunc.exp
2272 * gdb.cp/virtfunc2.exp
2273 * gdb.cp/vla-cxx.exp
2274 * gdb.disasm/t01_mov.exp
2275 * gdb.disasm/t02_mova.exp
2276 * gdb.disasm/t03_add.exp
2277 * gdb.disasm/t04_sub.exp
2278 * gdb.disasm/t05_cmp.exp
2279 * gdb.disasm/t06_ari2.exp
2280 * gdb.disasm/t07_ari3.exp
2281 * gdb.disasm/t08_or.exp
2282 * gdb.disasm/t09_xor.exp
2283 * gdb.disasm/t10_and.exp
2284 * gdb.disasm/t11_logs.exp
2285 * gdb.disasm/t12_bit.exp
2286 * gdb.disasm/t13_otr.exp
2287 * gdb.dlang/circular.exp
2288 * gdb.dwarf2/arr-stride.exp
2289 * gdb.dwarf2/arr-subrange.exp
2290 * gdb.dwarf2/atomic-type.exp
2291 * gdb.dwarf2/bad-regnum.exp
2292 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2293 * gdb.dwarf2/callframecfa.exp
2294 * gdb.dwarf2/clztest.exp
2295 * gdb.dwarf2/corrupt.exp
2296 * gdb.dwarf2/data-loc.exp
2297 * gdb.dwarf2/dup-psym.exp
2298 * gdb.dwarf2/dw2-anon-mptr.exp
2299 * gdb.dwarf2/dw2-anonymous-func.exp
2300 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2301 * gdb.dwarf2/dw2-bad-unresolved.exp
2302 * gdb.dwarf2/dw2-basic.exp
2303 * gdb.dwarf2/dw2-canonicalize-type.exp
2304 * gdb.dwarf2/dw2-case-insensitive.exp
2305 * gdb.dwarf2/dw2-common-block.exp
2306 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2307 * gdb.dwarf2/dw2-compressed.exp
2308 * gdb.dwarf2/dw2-const.exp
2309 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2310 * gdb.dwarf2/dw2-cu-size.exp
2311 * gdb.dwarf2/dw2-dup-frame.exp
2312 * gdb.dwarf2/dw2-entry-value.exp
2313 * gdb.dwarf2/dw2-icycle.exp
2314 * gdb.dwarf2/dw2-ifort-parameter.exp
2315 * gdb.dwarf2/dw2-inline-break.exp
2316 * gdb.dwarf2/dw2-inline-param.exp
2317 * gdb.dwarf2/dw2-intercu.exp
2318 * gdb.dwarf2/dw2-intermix.exp
2319 * gdb.dwarf2/dw2-lexical-block-bare.exp
2320 * gdb.dwarf2/dw2-linkage-name-trust.exp
2321 * gdb.dwarf2/dw2-minsym-in-cu.exp
2322 * gdb.dwarf2/dw2-noloc.exp
2323 * gdb.dwarf2/dw2-op-call.exp
2324 * gdb.dwarf2/dw2-op-out-param.exp
2325 * gdb.dwarf2/dw2-opt-structptr.exp
2326 * gdb.dwarf2/dw2-param-error.exp
2327 * gdb.dwarf2/dw2-producer.exp
2328 * gdb.dwarf2/dw2-ranges-base.exp
2329 * gdb.dwarf2/dw2-ref-missing-frame.exp
2330 * gdb.dwarf2/dw2-reg-undefined.exp
2331 * gdb.dwarf2/dw2-regno-invalid.exp
2332 * gdb.dwarf2/dw2-restore.exp
2333 * gdb.dwarf2/dw2-restrict.exp
2334 * gdb.dwarf2/dw2-single-line-discriminators.exp
2335 * gdb.dwarf2/dw2-strp.exp
2336 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2337 * gdb.dwarf2/dw2-unresolved.exp
2338 * gdb.dwarf2/dw2-var-zero-addr.exp
2339 * gdb.dwarf2/dw4-sig-types.exp
2340 * gdb.dwarf2/dwz.exp
2341 * gdb.dwarf2/dynarr-ptr.exp
2342 * gdb.dwarf2/enum-type.exp
2343 * gdb.dwarf2/gdb-index.exp
2344 * gdb.dwarf2/implptr-64bit.exp
2345 * gdb.dwarf2/implptr-optimized-out.exp
2346 * gdb.dwarf2/implptr.exp
2347 * gdb.dwarf2/implref-array.exp
2348 * gdb.dwarf2/implref-const.exp
2349 * gdb.dwarf2/implref-global.exp
2350 * gdb.dwarf2/implref-struct.exp
2351 * gdb.dwarf2/mac-fileno.exp
2352 * gdb.dwarf2/main-subprogram.exp
2353 * gdb.dwarf2/member-ptr-forwardref.exp
2354 * gdb.dwarf2/method-ptr.exp
2355 * gdb.dwarf2/missing-sig-type.exp
2356 * gdb.dwarf2/nonvar-access.exp
2357 * gdb.dwarf2/opaque-type-lookup.exp
2358 * gdb.dwarf2/pieces-optimized-out.exp
2359 * gdb.dwarf2/pieces.exp
2360 * gdb.dwarf2/pr10770.exp
2361 * gdb.dwarf2/pr13961.exp
2362 * gdb.dwarf2/staticvirtual.exp
2363 * gdb.dwarf2/subrange.exp
2364 * gdb.dwarf2/symtab-producer.exp
2365 * gdb.dwarf2/trace-crash.exp
2366 * gdb.dwarf2/typeddwarf.exp
2367 * gdb.dwarf2/valop.exp
2368 * gdb.dwarf2/watch-notconst.exp
2369 * gdb.fortran/array-element.exp
2370 * gdb.fortran/charset.exp
2371 * gdb.fortran/common-block.exp
2372 * gdb.fortran/complex.exp
2373 * gdb.fortran/derived-type-function.exp
2374 * gdb.fortran/derived-type.exp
2375 * gdb.fortran/logical.exp
2376 * gdb.fortran/module.exp
2377 * gdb.fortran/multi-dim.exp
2378 * gdb.fortran/nested-funcs.exp
2379 * gdb.fortran/print-formatted.exp
2380 * gdb.fortran/subarray.exp
2381 * gdb.fortran/vla-alloc-assoc.exp
2382 * gdb.fortran/vla-datatypes.exp
2383 * gdb.fortran/vla-history.exp
2384 * gdb.fortran/vla-ptr-info.exp
2385 * gdb.fortran/vla-ptype-sub.exp
2386 * gdb.fortran/vla-ptype.exp
2387 * gdb.fortran/vla-sizeof.exp
2388 * gdb.fortran/vla-type.exp
2389 * gdb.fortran/vla-value-sub-arbitrary.exp
2390 * gdb.fortran/vla-value-sub-finish.exp
2391 * gdb.fortran/vla-value-sub.exp
2392 * gdb.fortran/vla-value.exp
2393 * gdb.fortran/whatis_type.exp
2394 * gdb.go/chan.exp
2395 * gdb.go/handcall.exp
2396 * gdb.go/hello.exp
2397 * gdb.go/integers.exp
2398 * gdb.go/methods.exp
2399 * gdb.go/package.exp
2400 * gdb.go/strings.exp
2401 * gdb.go/types.exp
2402 * gdb.go/unsafe.exp
2403 * gdb.guile/scm-arch.exp
2404 * gdb.guile/scm-block.exp
2405 * gdb.guile/scm-breakpoint.exp
2406 * gdb.guile/scm-cmd.exp
2407 * gdb.guile/scm-disasm.exp
2408 * gdb.guile/scm-equal.exp
2409 * gdb.guile/scm-frame-args.exp
2410 * gdb.guile/scm-frame-inline.exp
2411 * gdb.guile/scm-frame.exp
2412 * gdb.guile/scm-iterator.exp
2413 * gdb.guile/scm-math.exp
2414 * gdb.guile/scm-objfile.exp
2415 * gdb.guile/scm-ports.exp
2416 * gdb.guile/scm-symbol.exp
2417 * gdb.guile/scm-symtab.exp
2418 * gdb.guile/scm-value-cc.exp
2419 * gdb.guile/types-module.exp
2420 * gdb.linespec/break-ask.exp
2421 * gdb.linespec/cpexplicit.exp
2422 * gdb.linespec/explicit.exp
2423 * gdb.linespec/keywords.exp
2424 * gdb.linespec/linespec.exp
2425 * gdb.linespec/ls-dollar.exp
2426 * gdb.linespec/ls-errs.exp
2427 * gdb.linespec/skip-two.exp
2428 * gdb.linespec/thread.exp
2429 * gdb.mi/mi-async.exp
2430 * gdb.mi/mi-basics.exp
2431 * gdb.mi/mi-break.exp
2432 * gdb.mi/mi-catch-load.exp
2433 * gdb.mi/mi-cli.exp
2434 * gdb.mi/mi-cmd-param-changed.exp
2435 * gdb.mi/mi-console.exp
2436 * gdb.mi/mi-detach.exp
2437 * gdb.mi/mi-disassemble.exp
2438 * gdb.mi/mi-eval.exp
2439 * gdb.mi/mi-file-transfer.exp
2440 * gdb.mi/mi-file.exp
2441 * gdb.mi/mi-fill-memory.exp
2442 * gdb.mi/mi-inheritance-syntax-error.exp
2443 * gdb.mi/mi-linespec-err-cp.exp
2444 * gdb.mi/mi-logging.exp
2445 * gdb.mi/mi-memory-changed.exp
2446 * gdb.mi/mi-read-memory.exp
2447 * gdb.mi/mi-record-changed.exp
2448 * gdb.mi/mi-reg-undefined.exp
2449 * gdb.mi/mi-regs.exp
2450 * gdb.mi/mi-return.exp
2451 * gdb.mi/mi-reverse.exp
2452 * gdb.mi/mi-simplerun.exp
2453 * gdb.mi/mi-solib.exp
2454 * gdb.mi/mi-stack.exp
2455 * gdb.mi/mi-stepi.exp
2456 * gdb.mi/mi-syn-frame.exp
2457 * gdb.mi/mi-until.exp
2458 * gdb.mi/mi-var-block.exp
2459 * gdb.mi/mi-var-child.exp
2460 * gdb.mi/mi-var-cmd.exp
2461 * gdb.mi/mi-var-cp.exp
2462 * gdb.mi/mi-var-display.exp
2463 * gdb.mi/mi-var-invalidate.exp
2464 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2465 * gdb.mi/mi-vla-fortran.exp
2466 * gdb.mi/mi-watch.exp
2467 * gdb.mi/mi2-var-child.exp
2468 * gdb.mi/user-selected-context-sync.exp
2469 * gdb.modula2/unbounded-array.exp
2470 * gdb.multi/dummy-frame-restore.exp
2471 * gdb.multi/multi-arch-exec.exp
2472 * gdb.multi/multi-arch.exp
2473 * gdb.multi/tids.exp
2474 * gdb.multi/watchpoint-multi.exp
2475 * gdb.opencl/callfuncs.exp
2476 * gdb.opencl/convs_casts.exp
2477 * gdb.opencl/datatypes.exp
2478 * gdb.opencl/operators.exp
2479 * gdb.opencl/vec_comps.exp
2480 * gdb.opt/clobbered-registers-O2.exp
2481 * gdb.opt/inline-break.exp
2482 * gdb.opt/inline-bt.exp
2483 * gdb.opt/inline-cmds.exp
2484 * gdb.opt/inline-locals.exp
2485 * gdb.pascal/case-insensitive-symbols.exp
2486 * gdb.pascal/floats.exp
2487 * gdb.pascal/gdb11492.exp
2488 * gdb.python/lib-types.exp
2489 * gdb.python/py-arch.exp
2490 * gdb.python/py-as-string.exp
2491 * gdb.python/py-bad-printers.exp
2492 * gdb.python/py-block.exp
2493 * gdb.python/py-breakpoint-create-fail.exp
2494 * gdb.python/py-breakpoint.exp
2495 * gdb.python/py-caller-is.exp
2496 * gdb.python/py-cmd.exp
2497 * gdb.python/py-explore-cc.exp
2498 * gdb.python/py-explore.exp
2499 * gdb.python/py-finish-breakpoint.exp
2500 * gdb.python/py-finish-breakpoint2.exp
2501 * gdb.python/py-frame-args.exp
2502 * gdb.python/py-frame-inline.exp
2503 * gdb.python/py-frame.exp
2504 * gdb.python/py-framefilter-mi.exp
2505 * gdb.python/py-infthread.exp
2506 * gdb.python/py-lazy-string.exp
2507 * gdb.python/py-linetable.exp
2508 * gdb.python/py-mi-events.exp
2509 * gdb.python/py-mi-objfile.exp
2510 * gdb.python/py-mi.exp
2511 * gdb.python/py-objfile.exp
2512 * gdb.python/py-pp-integral.exp
2513 * gdb.python/py-pp-maint.exp
2514 * gdb.python/py-pp-re-notag.exp
2515 * gdb.python/py-pp-registration.exp
2516 * gdb.python/py-recurse-unwind.exp
2517 * gdb.python/py-strfns.exp
2518 * gdb.python/py-symbol.exp
2519 * gdb.python/py-symtab.exp
2520 * gdb.python/py-sync-interp.exp
2521 * gdb.python/py-typeprint.exp
2522 * gdb.python/py-unwind-maint.exp
2523 * gdb.python/py-unwind.exp
2524 * gdb.python/py-value-cc.exp
2525 * gdb.python/py-xmethods.exp
2526 * gdb.reverse/amd64-tailcall-reverse.exp
2527 * gdb.reverse/break-precsave.exp
2528 * gdb.reverse/break-reverse.exp
2529 * gdb.reverse/consecutive-precsave.exp
2530 * gdb.reverse/consecutive-reverse.exp
2531 * gdb.reverse/finish-precsave.exp
2532 * gdb.reverse/finish-reverse-bkpt.exp
2533 * gdb.reverse/finish-reverse.exp
2534 * gdb.reverse/fstatat-reverse.exp
2535 * gdb.reverse/getresuid-reverse.exp
2536 * gdb.reverse/i386-precsave.exp
2537 * gdb.reverse/i386-reverse.exp
2538 * gdb.reverse/i386-sse-reverse.exp
2539 * gdb.reverse/i387-env-reverse.exp
2540 * gdb.reverse/i387-stack-reverse.exp
2541 * gdb.reverse/insn-reverse.exp
2542 * gdb.reverse/machinestate-precsave.exp
2543 * gdb.reverse/machinestate.exp
2544 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2545 * gdb.reverse/pipe-reverse.exp
2546 * gdb.reverse/readv-reverse.exp
2547 * gdb.reverse/recvmsg-reverse.exp
2548 * gdb.reverse/rerun-prec.exp
2549 * gdb.reverse/s390-mvcle.exp
2550 * gdb.reverse/step-precsave.exp
2551 * gdb.reverse/step-reverse.exp
2552 * gdb.reverse/time-reverse.exp
2553 * gdb.reverse/until-precsave.exp
2554 * gdb.reverse/until-reverse.exp
2555 * gdb.reverse/waitpid-reverse.exp
2556 * gdb.reverse/watch-precsave.exp
2557 * gdb.reverse/watch-reverse.exp
2558 * gdb.rust/generics.exp
2559 * gdb.rust/methods.exp
2560 * gdb.rust/modules.exp
2561 * gdb.rust/simple.exp
2562 * gdb.server/connect-with-no-symbol-file.exp
2563 * gdb.server/ext-attach.exp
2564 * gdb.server/ext-restart.exp
2565 * gdb.server/ext-wrapper.exp
2566 * gdb.server/file-transfer.exp
2567 * gdb.server/server-exec-info.exp
2568 * gdb.server/server-kill.exp
2569 * gdb.server/server-mon.exp
2570 * gdb.server/wrapper.exp
2571 * gdb.stabs/exclfwd.exp
2572 * gdb.stabs/gdb11479.exp
2573 * gdb.threads/clone-new-thread-event.exp
2574 * gdb.threads/corethreads.exp
2575 * gdb.threads/current-lwp-dead.exp
2576 * gdb.threads/dlopen-libpthread.exp
2577 * gdb.threads/gcore-thread.exp
2578 * gdb.threads/sigstep-threads.exp
2579 * gdb.threads/watchpoint-fork.exp
2580 * gdb.trace/actions-changed.exp
2581 * gdb.trace/backtrace.exp
2582 * gdb.trace/change-loc.exp
2583 * gdb.trace/circ.exp
2584 * gdb.trace/collection.exp
2585 * gdb.trace/disconnected-tracing.exp
2586 * gdb.trace/ftrace.exp
2587 * gdb.trace/mi-trace-frame-collected.exp
2588 * gdb.trace/mi-trace-unavailable.exp
2589 * gdb.trace/mi-traceframe-changed.exp
2590 * gdb.trace/mi-tsv-changed.exp
2591 * gdb.trace/no-attach-trace.exp
2592 * gdb.trace/passc-dyn.exp
2593 * gdb.trace/qtro.exp
2594 * gdb.trace/range-stepping.exp
2595 * gdb.trace/read-memory.exp
2596 * gdb.trace/save-trace.exp
2597 * gdb.trace/signal.exp
2598 * gdb.trace/status-stop.exp
2599 * gdb.trace/tfile.exp
2600 * gdb.trace/trace-break.exp
2601 * gdb.trace/trace-buffer-size.exp
2602 * gdb.trace/trace-condition.exp
2603 * gdb.trace/tracefile-pseudo-reg.exp
2604 * gdb.trace/tstatus.exp
2605 * gdb.trace/unavailable.exp
2606 * gdb.trace/while-dyn.exp
2607 * gdb.trace/while-stepping.exp
2608
2609 2016-12-22 Doug Evans <xdje42@gmail.com>
2610
2611 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2612 and msymbols.
2613
2614 2016-12-19 Yao Qi <yao.qi@linaro.org>
2615
2616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2617 (test_with_self): Don't call do_steps_and_nexts, and remove
2618 code about stepping into xmalloc.
2619
2620 2016-12-09 Yao Qi <yao.qi@linaro.org>
2621
2622 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2623
2624 2016-12-09 Yao Qi <yao.qi@linaro.org>
2625
2626 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2627
2628 2016-12-09 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/all-architectures-0.exp: New file.
2631 * gdb.base/all-architectures-1.exp: New file.
2632 * gdb.base/all-architectures-2.exp: New file.
2633 * gdb.base/all-architectures-3.exp: New file.
2634 * gdb.base/all-architectures-4.exp: New file.
2635 * gdb.base/all-architectures-5.exp: New file.
2636 * gdb.base/all-architectures-6.exp: New file.
2637 * gdb.base/all-architectures-7.exp: New file.
2638 * gdb.base/all-architectures.exp.in: New file.
2639
2640 2016-12-09 Yao Qi <yao.qi@linaro.org>
2641
2642 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2643
2644 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2645
2646 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2647 possible.
2648 Remove useless pattern-matching code.
2649
2650 2016-12-02 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2653 procedure.
2654 (top level): Call it.
2655
2656 2016-12-02 Pedro Alves <palves@redhat.com>
2657
2658 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2659 New procedure.
2660 (top level): Call it.
2661
2662 2016-12-02 Pedro Alves <palves@redhat.com>
2663
2664 PR cli/20559
2665 * gdb.base/commands.exp (user_defined_command_args_eval): New
2666 procedure.
2667 (top level): Call it.
2668
2669 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2670
2671 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2672 timeout handling.
2673
2674 2016-12-02 Tom Tromey <tom@tromey.com>
2675
2676 * gdb.dwarf2/main-subprogram.c: New file.
2677 * gdb.dwarf2/main-subprogram.exp: New file.
2678
2679 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2680
2681 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2682 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2683 gdb_test_no_output for a couple of cases.
2684 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2685
2686 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2687
2688 Fix test names and standardize compilation error messages throughout
2689 the following files:
2690
2691 * gdb.ada/start.exp
2692 * gdb.arch/alpha-step.exp
2693 * gdb.arch/e500-prologue.exp
2694 * gdb.arch/ftrace-insn-reloc.exp
2695 * gdb.arch/gdb1291.exp
2696 * gdb.arch/gdb1431.exp
2697 * gdb.arch/gdb1558.exp
2698 * gdb.arch/i386-dr3-watch.exp
2699 * gdb.arch/i386-sse-stack-align.exp
2700 * gdb.arch/ia64-breakpoint-shadow.exp
2701 * gdb.arch/pa-nullify.exp
2702 * gdb.arch/powerpc-aix-prologue.exp
2703 * gdb.arch/thumb-bx-pc.exp
2704 * gdb.base/annota1.exp
2705 * gdb.base/annota3.exp
2706 * gdb.base/arrayidx.exp
2707 * gdb.base/assign.exp
2708 * gdb.base/attach.exp
2709 * gdb.base/auxv.exp
2710 * gdb.base/bang.exp
2711 * gdb.base/bfp-test.exp
2712 * gdb.base/bigcore.exp
2713 * gdb.base/bitfields2.exp
2714 * gdb.base/break-fun-addr.exp
2715 * gdb.base/break-probes.exp
2716 * gdb.base/call-rt-st.exp
2717 * gdb.base/callexit.exp
2718 * gdb.base/catch-fork-kill.exp
2719 * gdb.base/charset.exp
2720 * gdb.base/checkpoint.exp
2721 * gdb.base/comprdebug.exp
2722 * gdb.base/constvars.exp
2723 * gdb.base/coredump-filter.exp
2724 * gdb.base/cursal.exp
2725 * gdb.base/cvexpr.exp
2726 * gdb.base/detach.exp
2727 * gdb.base/display.exp
2728 * gdb.base/dmsym.exp
2729 * gdb.base/dprintf-pending.exp
2730 * gdb.base/dso2dso.exp
2731 * gdb.base/dtrace-probe.exp
2732 * gdb.base/dump.exp
2733 * gdb.base/enum_cond.exp
2734 * gdb.base/exe-lock.exp
2735 * gdb.base/exec-invalid-sysroot.exp
2736 * gdb.base/execl-update-breakpoints.exp
2737 * gdb.base/exprs.exp
2738 * gdb.base/fileio.exp
2739 * gdb.base/find.exp
2740 * gdb.base/finish.exp
2741 * gdb.base/fixsection.exp
2742 * gdb.base/foll-vfork.exp
2743 * gdb.base/frame-args.exp
2744 * gdb.base/gcore.exp
2745 * gdb.base/gdb1250.exp
2746 * gdb.base/global-var-nested-by-dso.exp
2747 * gdb.base/gnu-ifunc.exp
2748 * gdb.base/hashline1.exp
2749 * gdb.base/hashline2.exp
2750 * gdb.base/hashline3.exp
2751 * gdb.base/hbreak-in-shr-unsupported.exp
2752 * gdb.base/huge.exp
2753 * gdb.base/infcall-input.exp
2754 * gdb.base/info-fun.exp
2755 * gdb.base/info-shared.exp
2756 * gdb.base/jit-simple.exp
2757 * gdb.base/jit-so.exp
2758 * gdb.base/jit.exp
2759 * gdb.base/jump.exp
2760 * gdb.base/label.exp
2761 * gdb.base/lineinc.exp
2762 * gdb.base/logical.exp
2763 * gdb.base/longjmp.exp
2764 * gdb.base/macscp.exp
2765 * gdb.base/miscexprs.exp
2766 * gdb.base/new-ui-echo.exp
2767 * gdb.base/new-ui-pending-input.exp
2768 * gdb.base/new-ui.exp
2769 * gdb.base/nodebug.exp
2770 * gdb.base/nofield.exp
2771 * gdb.base/offsets.exp
2772 * gdb.base/overlays.exp
2773 * gdb.base/pending.exp
2774 * gdb.base/pointers.exp
2775 * gdb.base/pr11022.exp
2776 * gdb.base/printcmds.exp
2777 * gdb.base/prologue.exp
2778 * gdb.base/ptr-typedef.exp
2779 * gdb.base/realname-expand.exp
2780 * gdb.base/relativedebug.exp
2781 * gdb.base/relocate.exp
2782 * gdb.base/remote.exp
2783 * gdb.base/reread.exp
2784 * gdb.base/return2.exp
2785 * gdb.base/savedregs.exp
2786 * gdb.base/sep.exp
2787 * gdb.base/sepdebug.exp
2788 * gdb.base/sepsymtab.exp
2789 * gdb.base/set-inferior-tty.exp
2790 * gdb.base/setshow.exp
2791 * gdb.base/shlib-call.exp
2792 * gdb.base/sigaltstack.exp
2793 * gdb.base/siginfo-addr.exp
2794 * gdb.base/signals.exp
2795 * gdb.base/signull.exp
2796 * gdb.base/sigrepeat.exp
2797 * gdb.base/so-impl-ld.exp
2798 * gdb.base/solib-display.exp
2799 * gdb.base/solib-overlap.exp
2800 * gdb.base/solib-search.exp
2801 * gdb.base/solib-symbol.exp
2802 * gdb.base/structs.exp
2803 * gdb.base/structs2.exp
2804 * gdb.base/symtab-search-order.exp
2805 * gdb.base/twice.exp
2806 * gdb.base/unload.exp
2807 * gdb.base/varargs.exp
2808 * gdb.base/watchpoint-solib.exp
2809 * gdb.base/watchpoint.exp
2810 * gdb.base/whatis.exp
2811 * gdb.base/wrong_frame_bt_full.exp
2812 * gdb.btrace/dlopen.exp
2813 * gdb.cell/ea-standalone.exp
2814 * gdb.cell/ea-test.exp
2815 * gdb.cp/dispcxx.exp
2816 * gdb.cp/gdb2384.exp
2817 * gdb.cp/method2.exp
2818 * gdb.cp/nextoverthrow.exp
2819 * gdb.cp/pr10728.exp
2820 * gdb.disasm/am33.exp
2821 * gdb.disasm/h8300s.exp
2822 * gdb.disasm/mn10300.exp
2823 * gdb.disasm/sh3.exp
2824 * gdb.dwarf2/dw2-dir-file-name.exp
2825 * gdb.fortran/complex.exp
2826 * gdb.fortran/library-module.exp
2827 * gdb.guile/scm-pretty-print.exp
2828 * gdb.guile/scm-symbol.exp
2829 * gdb.guile/scm-type.exp
2830 * gdb.guile/scm-value.exp
2831 * gdb.linespec/linespec.exp
2832 * gdb.mi/gdb701.exp
2833 * gdb.mi/gdb792.exp
2834 * gdb.mi/mi-breakpoint-changed.exp
2835 * gdb.mi/mi-dprintf-pending.exp
2836 * gdb.mi/mi-dprintf.exp
2837 * gdb.mi/mi-exit-code.exp
2838 * gdb.mi/mi-pending.exp
2839 * gdb.mi/mi-solib.exp
2840 * gdb.mi/new-ui-mi-sync.exp
2841 * gdb.mi/pr11022.exp
2842 * gdb.mi/user-selected-context-sync.exp
2843 * gdb.opt/solib-intra-step.exp
2844 * gdb.python/py-events.exp
2845 * gdb.python/py-finish-breakpoint.exp
2846 * gdb.python/py-mi.exp
2847 * gdb.python/py-prettyprint.exp
2848 * gdb.python/py-shared.exp
2849 * gdb.python/py-symbol.exp
2850 * gdb.python/py-template.exp
2851 * gdb.python/py-type.exp
2852 * gdb.python/py-value.exp
2853 * gdb.reverse/solib-precsave.exp
2854 * gdb.reverse/solib-reverse.exp
2855 * gdb.server/solib-list.exp
2856 * gdb.stabs/weird.exp
2857 * gdb.threads/reconnect-signal.exp
2858 * gdb.threads/stepi-random-signal.exp
2859 * gdb.trace/actions.exp
2860 * gdb.trace/ax.exp
2861 * gdb.trace/backtrace.exp
2862 * gdb.trace/change-loc.exp
2863 * gdb.trace/deltrace.exp
2864 * gdb.trace/ftrace-lock.exp
2865 * gdb.trace/ftrace.exp
2866 * gdb.trace/infotrace.exp
2867 * gdb.trace/mi-tracepoint-changed.exp
2868 * gdb.trace/packetlen.exp
2869 * gdb.trace/passcount.exp
2870 * gdb.trace/pending.exp
2871 * gdb.trace/range-stepping.exp
2872 * gdb.trace/report.exp
2873 * gdb.trace/stap-trace.exp
2874 * gdb.trace/tfind.exp
2875 * gdb.trace/trace-break.exp
2876 * gdb.trace/trace-condition.exp
2877 * gdb.trace/trace-enable-disable.exp
2878 * gdb.trace/trace-mt.exp
2879 * gdb.trace/tracecmd.exp
2880 * gdb.trace/tspeed.exp
2881 * gdb.trace/tsv.exp
2882 * lib/perftest.exp
2883
2884 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2885
2886 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2887 with gdb_test_no_output.
2888 Use command as test name.
2889
2890 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2891
2892 Fix test names starting with uppercase throughout the files.
2893
2894 * gdb.ada/assign_1.exp
2895 * gdb.ada/boolean_expr.exp
2896 * gdb.base/arrayidx.exp
2897 * gdb.base/del.exp
2898 * gdb.base/gcore-buffer-overflow.exp
2899 * gdb.base/testenv.exp
2900 * gdb.compile/compile.exp
2901 * gdb.python/py-framefilter-invalidarg.exp
2902 * gdb.python/py-framefilter.exp
2903
2904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2905
2906 Fix test names starting with uppercase throughout the files.
2907
2908 * gdb.ada/array_return.exp
2909 * gdb.ada/expr_delims.exp
2910 * gdb.ada/mi_dyn_arr.exp
2911 * gdb.ada/mi_interface.exp
2912 * gdb.ada/mi_var_array.exp
2913 * gdb.ada/watch_arg.exp
2914 * gdb.arch/alpha-step.exp
2915 * gdb.arch/altivec-regs.exp
2916 * gdb.arch/e500-regs.exp
2917 * gdb.arch/powerpc-d128-regs.exp
2918 * gdb.base/arrayidx.exp
2919 * gdb.base/break.exp
2920 * gdb.base/checkpoint.exp
2921 * gdb.base/debug-expr.exp
2922 * gdb.base/dmsym.exp
2923 * gdb.base/radix.exp
2924 * gdb.base/sepdebug.exp
2925 * gdb.base/testenv.exp
2926 * gdb.base/watch_thread_num.exp
2927 * gdb.base/watchpoint-cond-gone.exp
2928 * gdb.cell/break.exp
2929 * gdb.cell/ea-cache.exp
2930 * gdb.compile/compile.exp
2931 * gdb.cp/gdb2495.exp
2932 * gdb.gdb/selftest.exp
2933 * gdb.gdb/xfullpath.exp
2934 * gdb.go/hello.exp
2935 * gdb.go/integers.exp
2936 * gdb.objc/basicclass.exp
2937 * gdb.pascal/hello.exp
2938 * gdb.pascal/integers.exp
2939 * gdb.python/py-breakpoint.exp
2940 * gdb.python/py-cmd.exp
2941 * gdb.python/py-linetable.exp
2942 * gdb.python/py-xmethods.exp
2943 * gdb.python/python.exp
2944 * gdb.reverse/consecutive-precsave.exp
2945 * gdb.reverse/finish-precsave.exp
2946 * gdb.reverse/i386-precsave.exp
2947 * gdb.reverse/machinestate-precsave.exp
2948 * gdb.reverse/sigall-precsave.exp
2949 * gdb.reverse/solib-precsave.exp
2950 * gdb.reverse/step-precsave.exp
2951 * gdb.reverse/until-precsave.exp
2952 * gdb.reverse/watch-precsave.exp
2953 * gdb.threads/leader-exit.exp
2954 * gdb.threads/pthreads.exp
2955 * gdb.threads/wp-replication.exp
2956 * gdb.trace/actions.exp
2957 * gdb.trace/mi-tsv-changed.exp
2958 * gdb.trace/tsv.exp
2959
2960 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2961
2962 Fix test names starting with uppercase throughout the files.
2963
2964 * gdb.arch/i386-bp_permanent.exp
2965 * gdb.arch/i386-gnu-cfi.exp
2966 * gdb.base/disasm-end-cu.exp
2967 * gdb.base/macscp.exp
2968 * gdb.base/pending.exp
2969 * gdb.base/watch_thread_num.exp
2970 * gdb.cp/exception.exp
2971 * gdb.cp/gdb2495.exp
2972 * gdb.cp/local.exp
2973 * gdb.python/py-evsignal.exp
2974 * gdb.python/python.exp
2975 * gdb.trace/tracecmd.exp
2976
2977 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2978
2979 Fix test names starting with uppercase throughout the files.
2980
2981 * gdb.base/charset.exp
2982 * gdb.base/eval.exp
2983 * gdb.base/multi-forks.exp
2984 * gdb.guile/scm-progspace.exp
2985 * gdb.opencl/datatypes.exp
2986 * gdb.python/py-block.exp
2987 * gdb.python/py-function.exp
2988 * gdb.python/py-symbol.exp
2989 * gdb.python/py-symtab.exp
2990 * gdb.python/py-xmethods.exp
2991 * gdb.reverse/break-precsave.exp
2992 * gdb.reverse/break-reverse.exp
2993 * gdb.reverse/consecutive-precsave.exp
2994 * gdb.reverse/consecutive-reverse.exp
2995 * gdb.reverse/finish-precsave.exp
2996 * gdb.reverse/finish-reverse-bkpt.exp
2997 * gdb.reverse/finish-reverse.exp
2998 * gdb.reverse/fstatat-reverse.exp
2999 * gdb.reverse/getresuid-reverse.exp
3000 * gdb.reverse/i386-precsave.exp
3001 * gdb.reverse/i386-reverse.exp
3002 * gdb.reverse/i386-sse-reverse.exp
3003 * gdb.reverse/i387-stack-reverse.exp
3004 * gdb.reverse/insn-reverse.exp
3005 * gdb.reverse/machinestate-precsave.exp
3006 * gdb.reverse/machinestate.exp
3007 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3008 * gdb.reverse/pipe-reverse.exp
3009 * gdb.reverse/readv-reverse.exp
3010 * gdb.reverse/recvmsg-reverse.exp
3011 * gdb.reverse/rerun-prec.exp
3012 * gdb.reverse/s390-mvcle.exp
3013 * gdb.reverse/sigall-precsave.exp
3014 * gdb.reverse/sigall-reverse.exp
3015 * gdb.reverse/solib-precsave.exp
3016 * gdb.reverse/solib-reverse.exp
3017 * gdb.reverse/step-precsave.exp
3018 * gdb.reverse/step-reverse.exp
3019 * gdb.reverse/time-reverse.exp
3020 * gdb.reverse/until-precsave.exp
3021 * gdb.reverse/until-reverse.exp
3022 * gdb.reverse/waitpid-reverse.exp
3023 * gdb.reverse/watch-precsave.exp
3024 * gdb.reverse/watch-reverse.exp
3025
3026 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3027
3028 Fix test names starting with uppercase throughout the files.
3029
3030 * gdb.arch/i386-mpx-simple_segv.exp
3031 * gdb.arch/i386-mpx.exp
3032 * gdb.arch/i386-permbkpt.exp
3033 * gdb.arch/pa-nullify.exp
3034 * gdb.arch/powerpc-d128-regs.exp
3035 * gdb.arch/vsx-regs.exp
3036 * gdb.base/bfp-test.exp
3037 * gdb.base/break.exp
3038 * gdb.base/breakpoint-shadow.exp
3039 * gdb.base/callfuncs.exp
3040 * gdb.base/charset.exp
3041 * gdb.base/commands.exp
3042 * gdb.base/completion.exp
3043 * gdb.base/dfp-test.exp
3044 * gdb.base/echo.exp
3045 * gdb.base/ending-run.exp
3046 * gdb.base/eval.exp
3047 * gdb.base/expand-psymtabs.exp
3048 * gdb.base/float128.exp
3049 * gdb.base/floatn.exp
3050 * gdb.base/foll-exec-mode.exp
3051 * gdb.base/gdb1056.exp
3052 * gdb.base/gdb11531.exp
3053 * gdb.base/kill-after-signal.exp
3054 * gdb.base/multi-forks.exp
3055 * gdb.base/overlays.exp
3056 * gdb.base/pending.exp
3057 * gdb.base/sepdebug.exp
3058 * gdb.base/testenv.exp
3059 * gdb.base/valgrind-db-attach.exp
3060 * gdb.base/watch_thread_num.exp
3061 * gdb.base/watchpoint-cond-gone.exp
3062 * gdb.base/watchpoint.exp
3063 * gdb.base/watchpoints.exp
3064 * gdb.cp/arg-reference.exp
3065 * gdb.cp/baseenum.exp
3066 * gdb.cp/operator.exp
3067 * gdb.cp/shadow.exp
3068 * gdb.dwarf2/dw2-op-out-param.exp
3069 * gdb.dwarf2/dw2-reg-undefined.exp
3070 * gdb.go/chan.exp
3071 * gdb.go/hello.exp
3072 * gdb.go/integers.exp
3073 * gdb.go/methods.exp
3074 * gdb.go/package.exp
3075 * gdb.guile/scm-parameter.exp
3076 * gdb.guile/scm-progspace.exp
3077 * gdb.guile/scm-value.exp
3078 * gdb.mi/mi-pending.exp
3079 * gdb.mi/user-selected-context-sync.exp
3080 * gdb.multi/multi-attach.exp
3081 * gdb.multi/tids.exp
3082 * gdb.opt/clobbered-registers-O2.exp
3083 * gdb.pascal/floats.exp
3084 * gdb.pascal/integers.exp
3085 * gdb.python/py-block.exp
3086 * gdb.python/py-events.exp
3087 * gdb.python/py-parameter.exp
3088 * gdb.python/py-symbol.exp
3089 * gdb.python/py-symtab.exp
3090 * gdb.python/py-type.exp
3091 * gdb.python/py-value.exp
3092 * gdb.python/py-xmethods.exp
3093 * gdb.python/python.exp
3094 * gdb.reverse/break-precsave.exp
3095 * gdb.reverse/consecutive-precsave.exp
3096 * gdb.reverse/finish-precsave.exp
3097 * gdb.reverse/i386-precsave.exp
3098 * gdb.reverse/machinestate-precsave.exp
3099 * gdb.reverse/sigall-precsave.exp
3100 * gdb.reverse/solib-precsave.exp
3101 * gdb.reverse/step-precsave.exp
3102 * gdb.reverse/until-precsave.exp
3103 * gdb.reverse/watch-precsave.exp
3104 * gdb.server/ext-attach.exp
3105 * gdb.server/ext-restart.exp
3106 * gdb.server/ext-run.exp
3107 * gdb.server/ext-wrapper.exp
3108 * gdb.stabs/gdb11479.exp
3109 * gdb.stabs/weird.exp
3110 * gdb.threads/attach-many-short-lived-threads.exp
3111 * gdb.threads/kill.exp
3112 * gdb.threads/watchpoint-fork.exp
3113
3114 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3115
3116 Fix test names starting with uppercase throughout all the files below.
3117
3118 * gdb.ada/array_return.exp
3119 * gdb.ada/catch_ex.exp
3120 * gdb.ada/info_exc.exp
3121 * gdb.ada/mi_catch_ex.exp
3122 * gdb.ada/mi_dyn_arr.exp
3123 * gdb.ada/mi_ex_cond.exp
3124 * gdb.ada/mi_exc_info.exp
3125 * gdb.ada/mi_interface.exp
3126 * gdb.ada/mi_task_arg.exp
3127 * gdb.ada/mi_task_info.exp
3128 * gdb.ada/mi_var_array.exp
3129 * gdb.arch/alpha-step.exp
3130 * gdb.arch/amd64-disp-step.exp
3131 * gdb.arch/arm-disp-step.exp
3132 * gdb.arch/disp-step-insn-reloc.exp
3133 * gdb.arch/e500-prologue.exp
3134 * gdb.arch/ftrace-insn-reloc.exp
3135 * gdb.arch/gdb1558.exp
3136 * gdb.arch/i386-bp_permanent.exp
3137 * gdb.arch/i386-disp-step.exp
3138 * gdb.arch/i386-float.exp
3139 * gdb.arch/i386-gnu-cfi.exp
3140 * gdb.arch/ia64-breakpoint-shadow.exp
3141 * gdb.arch/mips16-thunks.exp
3142 * gdb.arch/pa-nullify.exp
3143 * gdb.arch/powerpc-aix-prologue.exp
3144 * gdb.arch/powerpc-power.exp
3145 * gdb.arch/ppc-dfp.exp
3146 * gdb.arch/s390-tdbregs.exp
3147 * gdb.arch/spu-info.exp
3148 * gdb.arch/spu-ls.exp
3149 * gdb.arch/thumb-bx-pc.exp
3150 * gdb.base/advance.exp
3151 * gdb.base/annota-input-while-running.exp
3152 * gdb.base/arrayidx.exp
3153 * gdb.base/asmlabel.exp
3154 * gdb.base/async.exp
3155 * gdb.base/attach-wait-input.exp
3156 * gdb.base/auto-connect-native-target.exp
3157 * gdb.base/batch-preserve-term-settings.exp
3158 * gdb.base/bfp-test.exp
3159 * gdb.base/bigcore.exp
3160 * gdb.base/bp-permanent.exp
3161 * gdb.base/break-always.exp
3162 * gdb.base/break-fun-addr.exp
3163 * gdb.base/break-idempotent.exp
3164 * gdb.base/break-main-file-remove-fail.exp
3165 * gdb.base/break-probes.exp
3166 * gdb.base/break-unload-file.exp
3167 * gdb.base/break.exp
3168 * gdb.base/call-ar-st.exp
3169 * gdb.base/call-rt-st.exp
3170 * gdb.base/call-sc.exp
3171 * gdb.base/call-signal-resume.exp
3172 * gdb.base/call-strs.exp
3173 * gdb.base/callexit.exp
3174 * gdb.base/callfuncs.exp
3175 * gdb.base/catch-gdb-caused-signals.exp
3176 * gdb.base/catch-signal-siginfo-cond.exp
3177 * gdb.base/catch-syscall.exp
3178 * gdb.base/compare-sections.exp
3179 * gdb.base/cond-eval-mode.exp
3180 * gdb.base/condbreak-call-false.exp
3181 * gdb.base/consecutive-step-over.exp
3182 * gdb.base/cursal.exp
3183 * gdb.base/disabled-location.exp
3184 * gdb.base/disasm-end-cu.exp
3185 * gdb.base/display.exp
3186 * gdb.base/double-prompt-target-event-error.exp
3187 * gdb.base/dprintf-bp-same-addr.exp
3188 * gdb.base/dprintf-detach.exp
3189 * gdb.base/dprintf-next.exp
3190 * gdb.base/dprintf-non-stop.exp
3191 * gdb.base/dprintf-pending.exp
3192 * gdb.base/dso2dso.exp
3193 * gdb.base/ending-run.exp
3194 * gdb.base/enum_cond.exp
3195 * gdb.base/examine-backward.exp
3196 * gdb.base/exe-lock.exp
3197 * gdb.base/exec-invalid-sysroot.exp
3198 * gdb.base/execl-update-breakpoints.exp
3199 * gdb.base/execution-termios.exp
3200 * gdb.base/fileio.exp
3201 * gdb.base/fixsection.exp
3202 * gdb.base/foll-exec-mode.exp
3203 * gdb.base/foll-exec.exp
3204 * gdb.base/fork-running-state.exp
3205 * gdb.base/frame-args.exp
3206 * gdb.base/fullpath-expand.exp
3207 * gdb.base/func-ptr.exp
3208 * gdb.base/gcore-relro-pie.exp
3209 * gdb.base/gdb1090.exp
3210 * gdb.base/gdb1555.exp
3211 * gdb.base/global-var-nested-by-dso.exp
3212 * gdb.base/gnu-ifunc.exp
3213 * gdb.base/hbreak-in-shr-unsupported.exp
3214 * gdb.base/hbreak-unmapped.exp
3215 * gdb.base/hook-stop.exp
3216 * gdb.base/infcall-input.exp
3217 * gdb.base/info-fun.exp
3218 * gdb.base/info-shared.exp
3219 * gdb.base/interrupt-noterm.exp
3220 * gdb.base/jit-so.exp
3221 * gdb.base/jit.exp
3222 * gdb.base/line-symtabs.exp
3223 * gdb.base/list.exp
3224 * gdb.base/longjmp.exp
3225 * gdb.base/macscp.exp
3226 * gdb.base/max-value-size.exp
3227 * gdb.base/nodebug.exp
3228 * gdb.base/nofield.exp
3229 * gdb.base/overlays.exp
3230 * gdb.base/paginate-after-ctrl-c-running.exp
3231 * gdb.base/paginate-bg-execution.exp
3232 * gdb.base/paginate-inferior-exit.exp
3233 * gdb.base/pending.exp
3234 * gdb.base/pr11022.exp
3235 * gdb.base/printcmds.exp
3236 * gdb.base/ptr-typedef.exp
3237 * gdb.base/ptype.exp
3238 * gdb.base/randomize.exp
3239 * gdb.base/range-stepping.exp
3240 * gdb.base/realname-expand.exp
3241 * gdb.base/relativedebug.exp
3242 * gdb.base/remote.exp
3243 * gdb.base/savedregs.exp
3244 * gdb.base/sepdebug.exp
3245 * gdb.base/set-noassign.exp
3246 * gdb.base/shlib-call.exp
3247 * gdb.base/shreloc.exp
3248 * gdb.base/sigaltstack.exp
3249 * gdb.base/sigbpt.exp
3250 * gdb.base/siginfo-addr.exp
3251 * gdb.base/siginfo-obj.exp
3252 * gdb.base/siginfo-thread.exp
3253 * gdb.base/signest.exp
3254 * gdb.base/signull.exp
3255 * gdb.base/sigrepeat.exp
3256 * gdb.base/skip.exp
3257 * gdb.base/so-impl-ld.exp
3258 * gdb.base/solib-corrupted.exp
3259 * gdb.base/solib-disc.exp
3260 * gdb.base/solib-display.exp
3261 * gdb.base/solib-overlap.exp
3262 * gdb.base/solib-search.exp
3263 * gdb.base/solib-symbol.exp
3264 * gdb.base/source-execution.exp
3265 * gdb.base/sss-bp-on-user-bp-2.exp
3266 * gdb.base/sss-bp-on-user-bp.exp
3267 * gdb.base/stack-checking.exp
3268 * gdb.base/stale-infcall.exp
3269 * gdb.base/step-break.exp
3270 * gdb.base/step-line.exp
3271 * gdb.base/step-over-exit.exp
3272 * gdb.base/step-test.exp
3273 * gdb.base/structs.exp
3274 * gdb.base/sym-file.exp
3275 * gdb.base/symtab-search-order.exp
3276 * gdb.base/term.exp
3277 * gdb.base/type-opaque.exp
3278 * gdb.base/unload.exp
3279 * gdb.base/until-nodebug.exp
3280 * gdb.base/until.exp
3281 * gdb.base/unwindonsignal.exp
3282 * gdb.base/watch-cond.exp
3283 * gdb.base/watch-non-mem.exp
3284 * gdb.base/watch_thread_num.exp
3285 * gdb.base/watchpoint-reuse-slot.exp
3286 * gdb.base/watchpoint-solib.exp
3287 * gdb.base/watchpoint.exp
3288 * gdb.btrace/dlopen.exp
3289 * gdb.cell/arch.exp
3290 * gdb.cell/break.exp
3291 * gdb.cell/bt.exp
3292 * gdb.cell/core.exp
3293 * gdb.cell/data.exp
3294 * gdb.cell/dwarfaddr.exp
3295 * gdb.cell/ea-cache.exp
3296 * gdb.cell/ea-standalone.exp
3297 * gdb.cell/ea-test.exp
3298 * gdb.cell/f-regs.exp
3299 * gdb.cell/fork.exp
3300 * gdb.cell/gcore.exp
3301 * gdb.cell/mem-access.exp
3302 * gdb.cell/ptype.exp
3303 * gdb.cell/registers.exp
3304 * gdb.cell/sizeof.exp
3305 * gdb.cell/solib-symbol.exp
3306 * gdb.cell/solib.exp
3307 * gdb.compile/compile-tls.exp
3308 * gdb.cp/exception.exp
3309 * gdb.cp/gdb2495.exp
3310 * gdb.cp/local.exp
3311 * gdb.cp/mb-inline.exp
3312 * gdb.cp/mb-templates.exp
3313 * gdb.cp/pr10687.exp
3314 * gdb.cp/pr9167.exp
3315 * gdb.cp/scope-err.exp
3316 * gdb.cp/templates.exp
3317 * gdb.cp/virtfunc.exp
3318 * gdb.dwarf2/dw2-dir-file-name.exp
3319 * gdb.dwarf2/dw2-single-line-discriminators.exp
3320 * gdb.fortran/complex.exp
3321 * gdb.fortran/library-module.exp
3322 * gdb.guile/guile.exp
3323 * gdb.guile/scm-cmd.exp
3324 * gdb.guile/scm-frame-inline.exp
3325 * gdb.guile/scm-objfile.exp
3326 * gdb.guile/scm-pretty-print.exp
3327 * gdb.guile/scm-symbol.exp
3328 * gdb.guile/scm-type.exp
3329 * gdb.guile/scm-value.exp
3330 * gdb.linespec/keywords.exp
3331 * gdb.linespec/ls-errs.exp
3332 * gdb.linespec/macro-relative.exp
3333 * gdb.linespec/thread.exp
3334 * gdb.mi/mi-breakpoint-changed.exp
3335 * gdb.mi/mi-dprintf-pending.exp
3336 * gdb.mi/mi-fullname-deleted.exp
3337 * gdb.mi/mi-logging.exp
3338 * gdb.mi/mi-pending.exp
3339 * gdb.mi/mi-solib.exp
3340 * gdb.mi/new-ui-mi-sync.exp
3341 * gdb.mi/user-selected-context-sync.exp
3342 * gdb.multi/dummy-frame-restore.exp
3343 * gdb.multi/multi-arch-exec.exp
3344 * gdb.multi/remove-inferiors.exp
3345 * gdb.multi/watchpoint-multi-exit.exp
3346 * gdb.opt/solib-intra-step.exp
3347 * gdb.perf/backtrace.exp
3348 * gdb.perf/single-step.exp
3349 * gdb.perf/skip-command.exp
3350 * gdb.perf/skip-prologue.exp
3351 * gdb.perf/solib.exp
3352 * gdb.python/lib-types.exp
3353 * gdb.python/py-as-string.exp
3354 * gdb.python/py-bad-printers.exp
3355 * gdb.python/py-block.exp
3356 * gdb.python/py-breakpoint.exp
3357 * gdb.python/py-cmd.exp
3358 * gdb.python/py-events.exp
3359 * gdb.python/py-evthreads.exp
3360 * gdb.python/py-finish-breakpoint.exp
3361 * gdb.python/py-finish-breakpoint2.exp
3362 * gdb.python/py-frame-inline.exp
3363 * gdb.python/py-frame.exp
3364 * gdb.python/py-inferior.exp
3365 * gdb.python/py-infthread.exp
3366 * gdb.python/py-mi.exp
3367 * gdb.python/py-objfile.exp
3368 * gdb.python/py-pp-maint.exp
3369 * gdb.python/py-pp-registration.exp
3370 * gdb.python/py-prettyprint.exp
3371 * gdb.python/py-recurse-unwind.exp
3372 * gdb.python/py-shared.exp
3373 * gdb.python/py-symbol.exp
3374 * gdb.python/py-symtab.exp
3375 * gdb.python/py-template.exp
3376 * gdb.python/py-type.exp
3377 * gdb.python/py-unwind-maint.exp
3378 * gdb.python/py-unwind.exp
3379 * gdb.python/py-value.exp
3380 * gdb.python/python.exp
3381 * gdb.reverse/finish-reverse-bkpt.exp
3382 * gdb.reverse/insn-reverse.exp
3383 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3384 * gdb.reverse/solib-precsave.exp
3385 * gdb.reverse/solib-reverse.exp
3386 * gdb.stabs/gdb11479.exp
3387 * gdb.stabs/weird.exp
3388 * gdb.threads/fork-child-threads.exp
3389 * gdb.threads/fork-plus-threads.exp
3390 * gdb.threads/fork-thread-pending.exp
3391 * gdb.threads/forking-threads-plus-breakpoint.exp
3392 * gdb.threads/hand-call-in-threads.exp
3393 * gdb.threads/interrupted-hand-call.exp
3394 * gdb.threads/linux-dp.exp
3395 * gdb.threads/local-watch-wrong-thread.exp
3396 * gdb.threads/next-while-other-thread-longjmps.exp
3397 * gdb.threads/non-ldr-exit.exp
3398 * gdb.threads/pending-step.exp
3399 * gdb.threads/print-threads.exp
3400 * gdb.threads/process-dies-while-detaching.exp
3401 * gdb.threads/process-dies-while-handling-bp.exp
3402 * gdb.threads/pthreads.exp
3403 * gdb.threads/queue-signal.exp
3404 * gdb.threads/reconnect-signal.exp
3405 * gdb.threads/signal-command-handle-nopass.exp
3406 * gdb.threads/signal-command-multiple-signals-pending.exp
3407 * gdb.threads/signal-delivered-right-thread.exp
3408 * gdb.threads/signal-sigtrap.exp
3409 * gdb.threads/sigthread.exp
3410 * gdb.threads/staticthreads.exp
3411 * gdb.threads/stepi-random-signal.exp
3412 * gdb.threads/thread-unwindonsignal.exp
3413 * gdb.threads/thread_check.exp
3414 * gdb.threads/thread_events.exp
3415 * gdb.threads/tid-reuse.exp
3416 * gdb.threads/tls-nodebug.exp
3417 * gdb.threads/tls-shared.exp
3418 * gdb.threads/tls-so_extern.exp
3419 * gdb.threads/tls.exp
3420 * gdb.threads/wp-replication.exp
3421 * gdb.trace/actions-changed.exp
3422 * gdb.trace/actions.exp
3423 * gdb.trace/backtrace.exp
3424 * gdb.trace/change-loc.exp
3425 * gdb.trace/collection.exp
3426 * gdb.trace/deltrace.exp
3427 * gdb.trace/disconnected-tracing.exp
3428 * gdb.trace/entry-values.exp
3429 * gdb.trace/ftrace-lock.exp
3430 * gdb.trace/ftrace.exp
3431 * gdb.trace/infotrace.exp
3432 * gdb.trace/mi-trace-frame-collected.exp
3433 * gdb.trace/mi-trace-unavailable.exp
3434 * gdb.trace/mi-traceframe-changed.exp
3435 * gdb.trace/mi-tracepoint-changed.exp
3436 * gdb.trace/mi-tsv-changed.exp
3437 * gdb.trace/no-attach-trace.exp
3438 * gdb.trace/packetlen.exp
3439 * gdb.trace/passc-dyn.exp
3440 * gdb.trace/passcount.exp
3441 * gdb.trace/pending.exp
3442 * gdb.trace/pr16508.exp
3443 * gdb.trace/qtro.exp
3444 * gdb.trace/range-stepping.exp
3445 * gdb.trace/read-memory.exp
3446 * gdb.trace/report.exp
3447 * gdb.trace/save-trace.exp
3448 * gdb.trace/signal.exp
3449 * gdb.trace/stap-trace.exp
3450 * gdb.trace/status-stop.exp
3451 * gdb.trace/strace.exp
3452 * gdb.trace/tfile.exp
3453 * gdb.trace/tfind.exp
3454 * gdb.trace/trace-break.exp
3455 * gdb.trace/trace-condition.exp
3456 * gdb.trace/trace-enable-disable.exp
3457 * gdb.trace/trace-mt.exp
3458 * gdb.trace/tracecmd.exp
3459 * gdb.trace/tracefile-pseudo-reg.exp
3460 * gdb.trace/tspeed.exp
3461 * gdb.trace/tstatus.exp
3462 * gdb.trace/tsv.exp
3463 * gdb.trace/unavailable.exp
3464 * gdb.trace/while-dyn.exp
3465 * gdb.trace/while-stepping.exp
3466 * lib/gdb-guile.exp
3467 * lib/gdb.exp
3468 * lib/mi-support.exp
3469 * lib/pascal.exp
3470 * lib/perftest.exp
3471 * lib/prelink-support.exp
3472 * lib/selftest-support.exp
3473
3474 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3475
3476 * Makefile.in: Include disable-implicit-rules.mk.
3477
3478 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3479
3480 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3481 non-byte-aligned bit fields.
3482
3483 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3484
3485 PR gdb/12616
3486 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3487 respects the DW_AT_data_bit_offset attribute.
3488
3489 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3490
3491 * gdb.base/default.exp: Fix output of "set language".
3492
3493 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3494
3495 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3496 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3497 make.
3498 * configure.ac: Remove checks for the make program.
3499 * configure: Re-generate.
3500
3501 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3502
3503 * gdb.python/py-recurse-unwind.c (main): Add loop.
3504 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3505 to read_register() and gdb.parse_and_eval(). Make each code
3506 call a separate case that can be individually tested.
3507 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3508 proc. Call cont_and_backtrace for each of the code paths that
3509 we want to test in the unwinder.
3510
3511 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3512
3513 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3514 the definition of struct S.
3515
3516 2016-11-11 Catherine Moore <clm@codesourcery.com>
3517
3518 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3519
3520 2016-11-09 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/commands.exp (runto_or_return): New procedure.
3523 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3524 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3525 (progvar_simple_while_test, progvar_complex_if_while_test)
3526 (if_while_breakpoint_command_test)
3527 (infrun_breakpoint_command_test, breakpoint_command_test)
3528 (user_defined_command_test, watchpoint_command_test)
3529 (test_command_prompt_position, redefine_hook_test)
3530 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3531 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3532 multi_line_input and multi_line. Remove gdb_expect and
3533 gdb_stop_suppressing_tests uses.
3534 * lib/gdb.exp (valnum_re): New global.
3535 (multi_line_input): New procedure.
3536
3537 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3538
3539 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3540 Remove.
3541 (test_setup): Define with proc_with_prefix.
3542 (test_cli_inferior): Likewise.
3543 (test_cli_thread): Likewise.
3544 (test_cli_frame): Likewise.
3545 (test_cli_select_frame): Likewise.
3546 (test_cli_up_down): Likewise.
3547 (test_mi_thread_select): Likewise.
3548 (test_mi_stack_select_frame): Likewise.
3549 (test_cli_in_mi_inferior): Likewise.
3550 (test_cli_in_mi_thread): Likewise.
3551 (test_cli_in_mi_frame): Likewise.
3552 (top level): Do not use with_test_prefix_procname.
3553
3554 2016-11-09 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/commands.exp (gdbvar_simple_if_test)
3557 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3558 (progvar_simple_if_test, progvar_simple_while_test)
3559 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3560 (infrun_breakpoint_command_test, breakpoint_command_test)
3561 (user_defined_command_test, watchpoint_command_test)
3562 (test_command_prompt_position, deprecated_command_test)
3563 (bp_deleted_in_command, temporary_breakpoint_commands)
3564 (stray_arg0_test, source_file_with_indented_comment)
3565 (recursive_source_test, if_commands_test)
3566 (error_clears_commands_left, redefine_hook_test)
3567 (redefine_backtrace_test): Use proc_with_prefix.
3568 * lib/gdb.exp (proc_with_prefix): New proc.
3569
3570 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3571
3572 * gdb.base/tui-layout.c: New file.
3573 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3574 disassembly window contains very long lines.
3575
3576 2016-11-08 Tom Tromey <tom@tromey.com>
3577
3578 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3579 depend on Python 2.
3580
3581 2016-11-08 Tom Tromey <tom@tromey.com>
3582
3583 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3584 New method.
3585
3586 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3587
3588 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3589
3590 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3591
3592 * gdb.rust/simple.rs: Add test for univariant enums without
3593 discriminants and for encoded struct-like enums.
3594
3595 2016-10-28 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3598 gdb_test_multiple, tighten regexps and match symtabs and line
3599 tables incrementally.
3600
3601 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3602
3603 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3604 general.
3605
3606 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3607
3608 * gdb.base/exec-invalid-sysroot.exp: New file.
3609
3610 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3611
3612 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3613
3614 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3615
3616 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3617
3618 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3619
3620 * gdb.base/killed-outside.exp: Remove $options from a call to
3621 `prepare_for_testing'.
3622
3623 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3626 Change test message.
3627
3628 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3629
3630 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3631 Update comment.
3632
3633 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3634
3635 * gdb.trace/mi-trace-save.exp: New file.
3636
3637 2016-10-13 Yao Qi <yao.qi@linaro.org>
3638
3639 * gdb.base/code_elim.exp (get_var_address): Remove.
3640 * gdb.base/relocate.exp: Likewise.
3641 * gdb.base/shreloc.exp: Likewise.
3642 * lib/gdb.exp (get_var_address): New.
3643
3644 2016-10-13 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3647 floating point tests if $skip_float_test is false.
3648
3649 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
3650
3651 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3652 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3653 argc values.
3654 Add 1 to argc so we guarantee distinct initial/modified argc values.
3655
3656 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3659
3660 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3663 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3664 * gdb.arch/vsx-regs.exp: Likewise.
3665
3666 2016-10-07 Yao Qi <yao.qi@linaro.org>
3667
3668 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3669
3670 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3671
3672 * gdb.python/python.exp: Test decode_line("*0").
3673
3674 2016-10-06 Doug Evans <dje@google.com>
3675
3676 * gdb.python/py-value.exp (test_value_creation): Add test for large
3677 unsigned 64-bit value.
3678
3679 2016-10-06 Tom Tromey <tom@tromey.com>
3680
3681 * gdb.compile/compile.exp: Change java tests to rust.
3682 * gdb.base/setshow.exp: Change java tests to rust.
3683 * gdb.base/default.exp: Remove java from language list.
3684 * README (Examples): Update language example.
3685 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3686 test.
3687 * lib/gdb.exp (skip_java_tests): Remove.
3688 * lib/java.exp: Remove.
3689 * gdb.java: Remove.
3690
3691 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3692
3693 * gdb.arch/mips-fcr.exp: New test.
3694 * gdb.arch/mips-fcr.c: Source for the new test.
3695
3696 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3697
3698 * gdb.base/solib-disc.exp: Use `standard_output_file'
3699 throughout.
3700
3701 2016-10-06 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.base/jit-simple-dl.c: New file.
3704 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3705 * gdb.base/jit-simple.c: ... this.
3706 * gdb.base/jit-simple.exp (jit_run): Delete.
3707 (build_jit): New proc.
3708 (jit_test_reread): Recompile either the main program or the shared
3709 library, depending on what is being tested. Skip changing address
3710 if caller wants to. Compare before/after addresses. If testing
3711 standalone, explicitly load the binary. Test "maint info
3712 breakpoints".
3713 (top level): Add "standalone vs shared lib" and "change address"
3714 vs "same address" axes.
3715
3716 2016-10-06 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3719 call.
3720 (jit_run): Delete.
3721 (jit_test_reread): Use with_test_prefix. Reload the main binary
3722 explicitly. Compare the before/after addresses of the JIT
3723 descriptor.
3724
3725 2016-08-15 Doug Evans <dje@google.com>
3726
3727 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3728 for single bitfields is bool.
3729 * gdb.xml/tdesc-regs.exp: Ditto.
3730
3731 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3732
3733 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3734
3735 2016-10-05 Yao Qi <yao.qi@linaro.org>
3736
3737 * lib/gdb.exp (support_complex_tests): Return zero if
3738 gdb_skip_float_test return true.
3739
3740 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3741 Simon Marchi <simon.marchi@ericsson.com>
3742
3743 PR gdb/20487
3744 * gdb.mi/user-selected-context-sync.exp: New file.
3745 * gdb.mi/user-selected-context-sync.c: New file.
3746
3747 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3748 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 PR gdb/20487
3751 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3752 =thread-select-event check.
3753
3754 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3755
3756 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3757 the compulsory L operand changes.
3758 * gdb.arch/powerpc-power.s: Likewise.
3759
3760 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3761
3762 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3763 * gdb.base/jit-attach-pie.c: New file.
3764 * gdb.base/jit-attach-pie.exp: New file.
3765
3766 2016-09-28 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/infcall-input.c: New file.
3769 * gdb.base/infcall-input.exp: New file.
3770
3771 2016-09-22 Yao Qi <yao.qi@linaro.org>
3772
3773 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3774 (gdb_exit): Rename it to ...
3775 (gdbserver_gdb_exit): ... Close GDBserver.
3776 (gdb_exit): New proc, call gdbserver_gdb_exit.
3777 (mi_gdb_exit): Likewise.
3778
3779 2016-09-22 Yao Qi <yao.qi@linaro.org>
3780
3781 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3782 path.
3783 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3784 Remove duplication.
3785
3786 2016-09-22 Yao Qi <yao.qi@linaro.org>
3787
3788 * lib/gdbserver-support.exp: Check the existence of
3789 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3790
3791 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3792
3793 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3794
3795 2016-09-21 Tom Tromey <tom@tromey.com>
3796
3797 PR gdb/20604:
3798 * gdb.base/quit.exp: New file.
3799
3800 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3801
3802 * .gitignore: New file.
3803
3804 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3805
3806 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3807 throughout.
3808
3809 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3810
3811 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3812
3813 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3814
3815 * gdb.cp/casts.cc (decltype): Move it ...
3816 (main): ... with its call to ...
3817 * gdb.cp/casts03.cc: ... a new file.
3818 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3819
3820 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3823
3824 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3825
3826 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3827 and sync up the test with tests in gas/testsuite/gas/ppc.
3828 * gdb.arch/powerpc-power.exp: Likewise.
3829
3830 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3833
3834 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3835 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3838 make m1's definition to be different from m2's. Use 'dummy' as an
3839 argument for probe 'two'.
3840
3841 2016-09-10 Jon Beniston <jon@beniston.com>
3842
3843 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3844 for sim target.
3845
3846 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3847
3848 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3849 variable declaration.
3850 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3851 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3852 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3853 received HWCAP as its argument.
3854
3855 2016-09-06 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.base/new-ui-pending-input.c: New file.
3858 * gdb.base/new-ui-pending-input.exp: New file.
3859 * gdb.exp (clear_gdb_spawn_id): New procedure.
3860 (with_spawn_id): Check whether gdb_spawn_id exists before
3861 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3862 on exit.
3863
3864 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3865
3866 * gdb.base/float128.c: New file.
3867 * gdb.base/float128.exp: Likewise.
3868 * gdb.base/floatn.c: Likewise.
3869 * gdb.base/floatn.exp: Likewise.
3870
3871 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3872
3873 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3874
3875 2016-09-05 Pedro Alves <palves@redhat.com>
3876
3877 PR backtrace/19927
3878 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3879 unwinders are immediately called as side effect of "source" or
3880 "disable unwinder" commands.
3881 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3882
3883 2016-09-02 Yao Qi <yao.qi@linaro.org>
3884
3885 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3886 is true and $type is "float" or "double".
3887
3888 2016-09-02 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3891 true.
3892 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3893 * gdb.base/call-rt-st.exp: Likewise.
3894 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3895 return value instead of gdb,skip_float_test.
3896 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3897 (do_function_calls): Use its return value instead of
3898 gdb,skip_float_test.
3899 * gdb.base/finish.exp: Likewise.
3900 * gdb.base/funcargs.exp: Likewise.
3901 * gdb.base/return.exp: Likewise.
3902 * gdb.base/return2.exp: Likewise.
3903 * gdb.base/varargs.exp: Likewise.
3904 * lib/gdb.exp (gdb_skip_float_test): Change it to
3905 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3906
3907 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3908
3909 * gdb.multi/tids.exp: Test "thread apply all".
3910
3911 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * gdb.base/default.exp (tty): Remove.
3914
3915 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3916
3917 * gdb.python/py-recurse-unwind.c: New file.
3918 * gdb.python/py-recurse-unwind.py: New file.
3919 * gdb.python/py-recurse-unwind.exp: New file.
3920
3921 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3922
3923 * gdb.base/set-inferior-tty.exp: New file.
3924 * gdb.base/set-inferior-tty.c: New file.
3925
3926 2016-08-23 Pedro Alves <palves@redhat.com>
3927
3928 PR gdb/20494
3929 * gdb.base/new-ui-echo.c: New file.
3930 * gdb.base/new-ui-echo.exp: New file.
3931
3932 2016-08-23 Yao Qi <yao.qi@linaro.org>
3933
3934 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3935 gdbserver_spawn.
3936 * gdb.server/connect-without-multi-process.exp (do_test):
3937 Likewise.
3938
3939 2016-08-23 Yao Qi <yao.qi@linaro.org>
3940
3941 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3942 standalone_txt. Delete gdb_txt and standalone_txt on host
3943 and target. Spawn the binary on target. Copy files from
3944 target to host.
3945
3946 2016-08-22 Pedro Alves <palves@redhat.com>
3947
3948 PR gdb/20505
3949 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3950 with_test_prefix. Factor out bits to ...
3951 (test_no_vdso): ... this new procedure.
3952
3953 2016-08-19 Carl Love <cel@us.ibm.com>
3954
3955 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3956 maintaining separate logic for constructing the output path.
3957 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3958 * gdb.arch/ppc-dfp.exp: Likewise.
3959 * gdb.arch/ppc-fp.exp: Likewise.
3960 * gdb.arch/vsx-regs.exp: Likewise.
3961 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3962 binprefix for generating the additional binary files.
3963
3964 2016-08-19 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.trace/mi-trace-frame-collected.exp
3967 (test_trace_frame_collected): On x32, expect two registers.
3968
3969 2016-08-18 Carl Love <cel@us.ibm.com>
3970
3971 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3972 and sync up the test with tests in gas/testsuite/gas/ppc.
3973 * gdb.arch/powerpc-power.exp: Likewise.
3974
3975 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3976
3977 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3978 expected error message.
3979
3980 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3981
3982 * gdb.multi/remove-inferiors.exp: New file.
3983 * gdb.multi/remove-inferiors.c: New file.
3984
3985 2016-08-12 Yao Qi <yao.qi@linaro.org>
3986
3987 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3988 argument list.
3989
3990 2016-08-10 Pedro Alves <palves@redhat.com>
3991
3992 PR gdb/19187
3993 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3994 setup_kfails.
3995
3996 2016-08-09 Pedro Alves <palves@redhat.com>
3997 Simon Marchi <simon.marchi@ericsson.com>
3998
3999 PR gdb/20418
4000 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4001 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4002
4003 2016-08-09 Pedro Alves <palves@redhat.com>
4004
4005 PR mi/20431
4006 * gdb.mi/mi-cmd-error.exp: New file.
4007
4008 2016-08-09 Pedro Alves <palves@redhat.com>
4009
4010 PR gdb/18653
4011 * gdb.base/signals-state-child.c: New file.
4012 * gdb.base/signals-state-child.exp: New file.
4013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4014
4015 2016-08-09 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4018
4019 2016-08-03 Tom Tromey <tom@tromey.com>
4020
4021 PR python/18565:
4022 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4023
4024 2016-08-01 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4027 variable mode to "multi-process" if $multi_process is 1, otherwise
4028 set it to "single-process".
4029
4030 2016-08-01 Yao Qi <yao.qi@linaro.org>
4031
4032 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4033 * gdb.cp/cpexprs.exp: Likewise.
4034 * gdb.cp/m-static.exp: Likewise.
4035
4036 2016-07-26 Tom Tromey <tom@tromey.com>
4037
4038 PR python/20190:
4039 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4040 test.
4041
4042 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4043
4044 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4045 selecting assembly source files.
4046 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4047 assembly source files.
4048 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4049 assembly source files.
4050 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4051 selecting assembly source files.
4052
4053 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4054
4055 * gdb.base/new-ui.exp (do_test_invalid_args): New
4056 procedure.
4057
4058 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4059
4060 * gdb.btrace/reconnect.c: New file.
4061 * gdb.btrace/reconnect.exp: New file.
4062
4063 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4064
4065 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4066 to test_catch_syscall_group.
4067 (test_catch_syscall_group): New.
4068
4069 2016-07-21 Tom Tromey <tom@tromey.com>
4070
4071 * gdb.rust/simple.rs (main): Use empty struct expression.
4072 * gdb.rust/simple.exp: Add tests for empty struct expression.
4073
4074 2016-07-21 Yao Qi <yao.qi@linaro.org>
4075
4076 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4077 if gdb_skip_xml_test is true on some targets.
4078
4079 2016-07-21 Yao Qi <yao.qi@linaro.org>
4080
4081 * gdb.server/solib-list.exp: Unset last_loaded_file.
4082
4083 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4086 "step into captured_main (args)".
4087
4088 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4091
4092 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4095
4096 2016-07-19 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4099 * gdb.opt/inline-bt.exp: Likewise.
4100 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4101 additional_flags=-Winline.
4102 * gdb.opt/inline-locals.exp: Likewise.
4103 * gdb.opt/inline-markers.c (ATTR): Define.
4104 (inlined_fn): Use it.
4105
4106 2016-07-19 Yao Qi <yao.qi@linaro.org>
4107
4108 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4109 (test_with_self): Remove some code. Remove argument executable.
4110 (top-level): Use do_self_tests.
4111
4112 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4113 Don Breazeal <donb@codesourcery.com>
4114
4115 * gdb.base/maint.exp: Escape paths used in regular expressions.
4116 * gdb.stabs/weird.exp: Likewise.
4117
4118 2016-07-13 Tom Tromey <tom@tromey.com>
4119
4120 PR python/15620, PR python/18620:
4121 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4122 (test_bkpt_events): New procs.
4123
4124 2016-07-13 Tom Tromey <tom@tromey.com>
4125
4126 PR python/17698:
4127 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4128 test.
4129 (test_watchpoints): Likewise.
4130 (test_bkpt_pending): New proc.
4131
4132 2016-07-13 Tom Tromey <tom@tromey.com>
4133
4134 PR cli/18053:
4135 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4136 completion test.
4137
4138 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4141 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4142 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4143 f_label.
4144 (g): Rename g_end_lbl to g_label.
4145 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4146 low_pc and high_pc.
4147 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4148
4149 2016-07-12 Tom Tromey <tom@tromey.com>
4150
4151 PR python/19293:
4152 * gdb.python/py-unwind-maint.exp: Update tests.
4153
4154 2016-07-12 Yao Qi <yao.qi@linaro.org>
4155
4156 * lib/selftest-support.exp (selftest_setup): Match the output
4157 when captured_main is inlined.
4158
4159 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4160
4161 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4162 New variables.
4163 (print this%a, print this%b, print this): New tests.
4164 * gdb.fortran/derived-types.f90 (this): New object and
4165 initialization.
4166
4167 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4168
4169 * gdb.ada/arraydim.exp: Remove extra directory level in build
4170 directory.
4171
4172 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4173
4174 * lib/ada.exp: Remove extra directory level in build directory.
4175 * gdb.ada/cond_lang.exp: Likewise.
4176 * gdb.ada/exec_changed.exp: Likewise.
4177 * gdb.ada/lang_switch.exp: Likewise.
4178
4179 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4180
4181 * simple.rs: Add test for raw pointer subscripting.
4182 * simple.exp: Add test expectations.
4183
4184 2016-07-05 Yao Qi <yao.qi@linaro.org>
4185
4186 * gdb.mi/mi-reverse.exp: Match =record-started output.
4187
4188 2016-07-01 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4191 procedure.
4192 (jit_reader_test): Test the jit reader's unwinder.
4193 * gdb.base/jithost.c (jit_function_00_code): New global.
4194 (main): Use memcpy to fill in the mmapped code, instead of poking
4195 bytes manually here.
4196 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4197 value.
4198 (read_debug_info): Save the function's range.
4199 (read_sp): New function.
4200 (unwind_frame): Use it. Also unwind RBP.
4201 (get_frame_id): Use read_sp.
4202 (gdb_init_reader): Use calloc instead of malloc.
4203 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4204 parameter. Use gdb_test_multiple.
4205
4206 2016-07-01 Pedro Alves <palves@redhat.com>
4207 Antoine Tremblay <antoine.tremblay@ericsson.com>
4208
4209 * gdb.threads/process-dies-while-detaching.c: New file.
4210 * gdb.threads/process-dies-while-detaching.exp: New file.
4211
4212 2016-07-01 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.multi/watchpoint-multi-exit.c: New file.
4215 * gdb.multi/watchpoint-multi-exit.exp: New file.
4216
4217 2016-06-30 Pedro Alves <palves@redhat.com>
4218
4219 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4220 unset inferior_spawn_id.
4221
4222 2016-06-30 Pedro Alves <palves@redhat.com>
4223
4224 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4225 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4226
4227 2016-06-29 Yao Qi <yao.qi@linaro.org>
4228
4229 * gdb.base/return.c: Add copyright header.
4230
4231 2016-06-29 Tom Tromey <tom@tromey.com>
4232
4233 PR python/20129:
4234 * gdb.python/py-framefilter.exp: Add tests for setting priority
4235 and disabling of non-existent frame filter.
4236
4237 2016-06-29 Yao Qi <yao.qi@linaro.org>
4238
4239 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4240 0x0f07ff.
4241
4242 2016-06-28 Yao Qi <yao.qi@linaro.org>
4243
4244 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4245 triplets. Start gdb, execute catch syscall, and continue. Check
4246 gdb's output to determine catch syscall is supported.
4247
4248 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4249
4250 * gdb.rust/simple.rs: Add test for returning unit in a function.
4251 * gdb.rust/simple.exp: Add expectation for functions returning
4252 unit.
4253
4254 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4255
4256 * gdb.python/py-breakpoint-create-fail.c,
4257 gdb.python/py-breakpoint-create-fail.exp,
4258 gdb.python/py-breakpoint-create-fail.py: New testcase.
4259
4260 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4261
4262 PR gdb/20239
4263 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4264 * gdb.rust/simple.exp: Add test expectations for new NonZero
4265 tests.
4266
4267 2016-06-24 David Taylor <dtaylor@emc.com>
4268
4269 * gdb.base/offsets.exp: New file.
4270 * gdb.base/offsets.c: New file.
4271
4272 2016-06-23 Tom Tromey <tom@tromey.com>
4273
4274 PR gdb/16483:
4275 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4276 before any filters are loaded.
4277
4278 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4279
4280 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4281 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4282 structs.
4283 * gdb.fortran/derived-type-function.exp: New file.
4284 * gdb.fortran/derived-type-function.f90: New file.
4285
4286
4287 2016-06-21 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/new-ui.exp: New file.
4290 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4291 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4292 (with_spawn_id): New procedure.
4293
4294 2016-06-21 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.mi/mi-exec-run.exp: New file.
4297
4298 2016-06-21 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4301 breakpoint command's output on the main UI.
4302 (test_break): New procedure, factored out from calls in the top
4303 level.
4304 (top level): Use foreach_with_prefix to test MI as main UI and as
4305 separate UI.
4306
4307 2016-06-21 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4310 (test_awatch_creation_and_listing)
4311 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4312 Remove 'type' parameter.
4313 (test_watchpoint_all): New parameter mi_mode. Remove
4314 with_test_prefix.
4315 (top level): Use foreach_with_prefix, and add main/separate UI MI
4316 testing axis.
4317
4318 2016-06-21 Pedro Alves <palves@redhat.com>
4319
4320 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4321 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4322 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4323 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4324 (gdb_main_spawn_id, mi_spawn_id): Declare and
4325 comment.
4326 (mi_create_inferior_pty): New procedure,
4327 factored out from default_mi_gdb_start.
4328 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4329 procedures.
4330 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4331 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4332 Use mi_create_inferior_pty.
4333 (mi_gdb_start): Use eval to pass down args list.
4334
4335 2016-06-21 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4338 * gdb.opt/inline-cmds.exp: Add MI tests.
4339
4340 2016-06-21 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4343
4344 2016-06-21 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4347 (top level): Use it instead of mi_execute_to.
4348
4349 2016-06-21 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4352 (cont_handler_str): New.
4353 (signal_stop_handler): Set stop_handler_str instead of printing to
4354 stdout.
4355 (continue_handler): Set cont_handler_str instead of printing to
4356 stdout.
4357 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4358 mi_send_resuming_command. Print stop_handler_str and
4359 cont_handler_str instead of expecting the python events print
4360 directly.
4361
4362 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4363
4364 * gdb.base/jit-reader.exp: New file.
4365 * gdb.base/jithost.c: New file.
4366 * gdb.base/jithost.h: New file.
4367 * gdb.base/jitreader.c : New file.
4368 * gdb.base/jit-protocol.h: New file.
4369
4370 2016-06-17 Yao Qi <yao.qi@linaro.org>
4371
4372 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4373 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4374 and detach-on-fork. Adjust tests.
4375 (top level): Invoke break_cond_on_syscall with combinations of
4376 syscall, follow-fork-mode and detach-on-fork.
4377
4378 2016-06-17 Yao Qi <yao.qi@linaro.org>
4379
4380 * gdb.base/step-over-exit.c: New.
4381 * gdb.base/step-over-exit.exp: New.
4382
4383 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4384
4385 * gdb.base/float.exp: Add target check for nds32*-*-*.
4386 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4387
4388 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4391 for unsupported target features.
4392 * gdb.base/call-rt-st.exp: Likewise.
4393 * gdb.base/call-sc.exp: Likewise.
4394 * gdb.base/call-signal-resume.exp: Likewise.
4395 * gdb.base/call-strs.exp: Likewise.
4396 * gdb.base/callexit.exp: Likewise.
4397 * gdb.base/callfuncs.exp: Likewise.
4398 * gdb.base/nodebug.exp: Likewise.
4399 * gdb.base/printcmds.exp: Likewise.
4400 * gdb.base/ptype.exp: Likewise.
4401 * gdb.base/structs.exp: Likewise.
4402 * gdb.base/unwindonsignal.exp: Likewise.
4403 * gdb.cp/gdb2495.exp: Likewise.
4404 * gdb.cp/templates.exp: Likewise.
4405 * gdb.cp/virtfunc.exp: Likewise.
4406 * gdb.threads/hand-call-in-threads.exp: Likewise.
4407 * gdb.threads/interrupted-hand-call.exp: Likewise.
4408 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4409
4410 2016-06-10 Tom Tromey <tom@tromey.com>
4411
4412 PR rust/20110:
4413 * gdb.rust/expr.exp: Add test for integer constant larger than
4414 i32.
4415
4416 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4417
4418 * gdb.fortran/nested-funcs.exp: New.
4419 * gdb.fortran/nested-funcs.f90: New.
4420
4421 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4422
4423 * gdb.base/examine-backward.c: New file.
4424 * gdb.base/examine-backward.exp: New file.
4425
4426 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4427
4428 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4429 matching.
4430
4431 2016-06-02 Tom Tromey <tom@tromey.com>
4432
4433 PR python/18984:
4434 * gdb.python/py-shared.exp: Add solib_name test.
4435
4436 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4437
4438 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4439
4440 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4441
4442 PR c++/19893
4443 * gdb.dwarf2/implref.exp: Rename to...
4444 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4445 * gdb.dwarf2/implref-array.c: New file.
4446 * gdb.dwarf2/implref-array.exp: Likewise.
4447 * gdb.dwarf2/implref-global.c: Likewise.
4448 * gdb.dwarf2/implref-global.exp: Likewise.
4449 * gdb.dwarf2/implref-struct.c: Likewise.
4450 * gdb.dwarf2/implref-struct.exp: Likewise.
4451
4452 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4453
4454 * gdb.trace/trace-condition.exp: Add 64bit tests.
4455
4456 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4457
4458 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4459 bits types.
4460 (main): Adapt to 8 to 64 bits types.
4461 * gdb.trace/trace-condition.exp: Add new tests.
4462
4463 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4464
4465 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4466
4467 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4468
4469 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4470 Move condition tests...
4471 * gdb.trace/trace-condition.exp: Here.
4472
4473 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4474
4475 * gdb.trace/trace-condition.exp: Add counter-case tests.
4476
4477 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 PR c++/15231
4480 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4481 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4482
4483 2016-05-27 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4486 New procedure.
4487 (top level): Call it, and bail out of DejaGnu is known to be bad.
4488
4489 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.base/whatis.c: Extend the test case.
4492 * gdb.base/whatis.exp: Add additional tests.
4493
4494 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4495
4496 * gdb.fortran/type.f90: Add pointer variable.
4497 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4498
4499 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4500
4501 * gdb.fortran/vla-type.exp: Fix testcase name.
4502
4503 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4504
4505 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4506
4507 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4508
4509 * gdb.fortran/type.f90: Add nested structures.
4510 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4511 * gdb.fortran/derived-type.exp: Adapt expected output.
4512 * gdb.fortran/vla-type.exp: Adapt expected output.
4513
4514 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4515
4516 * gdb.fortran/whatis_type.exp: Adapt expected output.
4517
4518 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4519
4520 * gdb.fortran/print_type.exp: Fix expected output.
4521 * gdb.fortran/whatis_type.exp: Fix expected output.
4522
4523 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4524
4525 * gdb.fortran/whatis_type.exp: Use multi_line.
4526
4527 2016-05-24 Tom Tromey <tom@tromey.com>
4528
4529 PR python/17386:
4530 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4531 use value as an index.
4532
4533 2016-05-23 Tom Tromey <tom@tromey.com>
4534
4535 PR python/17981:
4536 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4537 no-breakpoint case.
4538
4539 2016-05-24 Pedro Alves <palves@redhat.com>
4540
4541 PR gdb/19828
4542 * gdb.threads/clone-attach-detach.c: New file.
4543 * gdb.threads/clone-attach-detach.exp: New file.
4544
4545 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4546
4547 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4548
4549 2016-05-23 Tom Tromey <tom@tromey.com>
4550
4551 PR python/19438, PR python/18393:
4552 * gdb.python/py-progspace.exp: Add "dir" test.
4553 * gdb.python/py-objfile.exp: Add "dir" test.
4554
4555 2016-05-23 Yao Qi <yao.qi@linaro.org>
4556
4557 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4558 * gdb.arch/thumb2-it.exp: Likewise.
4559
4560 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4561
4562 * gdb.mi/mi-threads-interrupt.c: New file.
4563 * gdb.mi/mi-threads-interrupt.exp: New file.
4564
4565 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4566
4567 PR gdb/18077
4568 * gdb.mi/mi-async-run.exp: New file.
4569 * gdb.mi/mi-async-run.c: New file.
4570
4571 2016-05-17 Tom Tromey <tom@tromey.com>
4572 Manish Goregaokar <manishsmail@gmail.com>
4573
4574 * lib/rust-support.exp: New file.
4575 * lib/gdb.exp (skip_rust_tests): New proc.
4576 (build_executable_from_specs): Handle rust.
4577 * lib/future.exp (gdb_find_rustc): New proc.
4578 (gdb_default_target_compile): Handle rust.
4579 * gdb.rust/expr.exp: New file.
4580 * gdb.rust/generics.exp: New file.
4581 * gdb.rust/generics.rs: New file.
4582 * gdb.rust/methods.exp: New file.
4583 * gdb.rust/methods.rs: New file.
4584 * gdb.rust/modules.exp: New file.
4585 * gdb.rust/modules.rs: New file.
4586 * gdb.rust/simple.exp: New file.
4587 * gdb.rust/simple.rs: New file.
4588
4589 2016-05-17 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.base/default.exp (set language): Add rust.
4592
4593 2016-05-17 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.gdb/unittest.exp: New file.
4596
4597 2016-05-16 Yao Qi <yao.qi@linaro.org>
4598
4599 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4600 shell_prompt. Update shell_prompt_re.
4601
4602 2016-05-12 Doug Evans <dje@google.com>
4603
4604 PR symtab/19999
4605 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4606 $options when building executable.
4607 * gdb.dwarf2/fission-loclists-pie.S: New file.
4608 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4609
4610 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4613 of [is_remote target],
4614
4615 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4616
4617 * lib/gdb.exp (use_gdb_stub): New procedure.
4618
4619 2016-05-03 Yunlian Jiang <yunlian@google.com>
4620 Doug Evans <dje@google.com>
4621
4622 PR symtab/19914
4623 * gdb.dwarf2/dwp-sepdebug.c: New file.
4624 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4625
4626 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4627
4628 * gdb.base/detach.exp: Remove is_remote check.
4629
4630 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 * gdb.base/annota-input-while-running.exp: Don't check for
4633 [is_remote target]. Enable annotations after running to main.
4634 Remove unused "set test..." line.
4635
4636 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4637
4638 * gdb.trace/trace-enable-disable.exp: New file.
4639 * gdb.trace/trace-enable-disable.c: New file.
4640
4641 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4642
4643 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4644 use it in info sharedlibrary test.
4645 * gdb.trace/ftrace-lock.exp: Likewise.
4646 * gdb.trace/ftrace.exp: Likewise.
4647 * gdb.trace/range-stepping.exp: Likewise.
4648 * gdb.trace/trace-break.exp: Likewise.
4649 * gdb.trace/trace-condition.exp: Likewise.
4650 * gdb.trace/trace-mt.exp: Likewise.
4651
4652 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4655 (gdb_load_shlib): ... this.
4656 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4657 gdb_load_shlib.
4658 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4659 * gdb.base/ctxobj.exp: Likewise.
4660 * gdb.base/dprintf-pending.exp: Likewise.
4661 * gdb.base/dso2dso.exp: Likewise.
4662 * gdb.base/fixsection.exp: Likewise.
4663 * gdb.base/gcore-relro.exp: Likewise.
4664 * gdb.base/gdb1555.exp: Likewise.
4665 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4666 * gdb.base/gnu-ifunc.exp: Likewise.
4667 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4668 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4669 * gdb.base/pending.exp: Likewise.
4670 * gdb.base/print-file-var.exp: Likewise.
4671 * gdb.base/print-symbol-loading.exp: Likewise.
4672 * gdb.base/shlib-call.exp: Likewise.
4673 * gdb.base/shreloc.exp: Likewise.
4674 * gdb.base/so-impl-ld.exp: Likewise.
4675 * gdb.base/solib-disc.exp: Likewise.
4676 * gdb.base/solib-nodir.exp: Likewise.
4677 * gdb.base/solib-overlap.exp: Likewise.
4678 * gdb.base/solib-symbol.exp: Likewise.
4679 * gdb.base/solib-weak.exp (do_test): Likewise.
4680 * gdb.base/sym-file.exp: Likewise.
4681 * gdb.base/symtab-search-order.exp: Likewise.
4682 * gdb.base/type-opaque.exp: Likewise.
4683 * gdb.base/unload.exp: Likewise.
4684 * gdb.base/watchpoint-solib.exp: Likewise.
4685 * gdb.compile/compile.exp: Likewise.
4686 * gdb.cp/gdb2384.exp: Likewise.
4687 * gdb.cp/infcall-dlopen.exp: Likewise.
4688 * gdb.cp/re-set-overloaded.exp: Likewise.
4689 * gdb.fortran/library-module.exp: Likewise.
4690 * gdb.opt/solib-intra-step.exp: Likewise.
4691 * gdb.python/py-finish-breakpoint.exp: Likewise.
4692 * gdb.python/py-shared.exp: Likewise.
4693 * gdb.reverse/solib-precsave.exp: Likewise.
4694 * gdb.reverse/solib-reverse.exp: Likewise.
4695 * gdb.server/solib-list.exp: Likewise.
4696 * gdb.threads/dlopen-libpthread.exp: Likewise.
4697 * gdb.threads/tls-shared.exp: Likewise.
4698 * gdb.threads/tls-so_extern.exp: Likewise.
4699 * gdb.trace/change-loc.exp: Likewise.
4700 * gdb.trace/ftrace-lock.exp: Likewise.
4701 * gdb.trace/ftrace.exp: Likewise.
4702 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4703 * gdb.trace/pending.exp: Likewise.
4704 * gdb.trace/range-stepping.exp: Likewise.
4705 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4706 (strace_info_marker): Likewise.
4707 (strace_probe_marker): Likewise.
4708 (strace_trace_on_same_addr): Likewise.
4709 (strace_trace_on_diff_addr): Likewise.
4710 * gdb.trace/trace-break.exp: Likewise.
4711 * gdb.trace/trace-condition.exp: Likewise.
4712 * gdb.trace/trace-mt.exp: Likewise.
4713
4714 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4715
4716 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4717 result of gdb_remote_download.
4718 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4719 * gdb.base/dso2dso.exp: Likewise.
4720 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4721 * gdb.base/print-file-var.exp: Likewise.
4722 * gdb.base/shlib-call.exp: Likewise.
4723 * gdb.base/shreloc.exp: Likewise.
4724 * gdb.base/solib-overlap.exp: Likewise.
4725 * gdb.base/solib-weak.exp (do_test): Likewise.
4726 * gdb.base/unload.exp: Likewise.
4727
4728 2016-04-27 Yao Qi <yao.qi@linaro.org>
4729
4730 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4731 exists.
4732
4733 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4734
4735 * vla-type.exp: Print structure from toplevel.
4736
4737 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4738
4739 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4740 of dynamic types.
4741 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4742 of dynamic types.
4743
4744 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4745
4746 * gdb.fortran/vla-type.f90: New file.
4747 * gdb.fortran/vla-type.exp: New file.
4748
4749 2016-04-25 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.base/branch-to-self.c: New file.
4752 * gdb.base/branch-to-self.exp: New file.
4753
4754 2016-04-22 Yao Qi <yao.qi@linaro.org>
4755
4756 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4757 more after $hex.
4758
4759 2016-04-22 Yao Qi <yao.qi@linaro.org>
4760
4761 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4762 * gdb.base/annota3.exp: Likewise.
4763
4764 2016-04-22 Yao Qi <yao.qi@linaro.org>
4765
4766 * gdb.reverse/step-precsave.exp: Do one step and test program
4767 stops in "callee" and do multiple steps until program goes out
4768 of "callee".
4769 * gdb.reverse/step-reverse.exp: Likewise.
4770
4771 2016-04-22 Yao Qi <yao.qi@linaro.org>
4772
4773 * gdb.trace/signal.exp: Also pass if
4774 $tracepoint_hits($i) > $iterations.
4775
4776 2016-04-22 Yao Qi <yao.qi@linaro.org>
4777
4778 * gdb.trace/signal.c: New file.
4779 * gdb.trace/signal.exp: New file.
4780
4781 2016-04-19 Doug Evans <xdje42@gmail.com>
4782
4783 * gdb.base/bad-file.exp: New file.
4784
4785 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4786
4787 * gdb.dwarf2/implref.exp: New file.
4788
4789 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4790
4791 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4792 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4793 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4794 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4795 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4796 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4797 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4798 * lib/fortran.exp (fortran_int4): New procedure.
4799 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4800 (fortran_logical4): Likewise.
4801
4802 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4803
4804 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4805
4806 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4807
4808 * lib/compiler.c: Add Intel specific preprocessor macros.
4809 * lib/compiler.cc: Likewise.
4810
4811 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4812
4813 * gdb.server/connect-with-no-symbol-file.c: New file.
4814 * gdb.server/connect-with-no-symbol-file.exp: New file.
4815
4816 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4817
4818 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4819
4820 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4823 standard output directory.
4824
4825 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4826
4827 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4828
4829 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4830
4831 * gdb.btrace/instruction_history.c (loop): Add declaration.
4832
4833 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4834
4835 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4836
4837 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4838
4839 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4840 parentheses to print.
4841 (continue_handler): Likewise.
4842
4843 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4844
4845 * gdb.server/solib-list.exp: Remove is_remote check.
4846 Pass shlib= to gdb_compile. Don't link shared library with
4847 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4848 Run binary filename through "readlink -f" on the target.
4849
4850 2016-04-08 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4853 interpreter filename as argument to gdbserver_spawn.
4854 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4855 Return empty if $last_loaded_file does not exist.
4856
4857 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4860 * gdb.base/jit-main.c: Use exit after usage.
4861
4862 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4863
4864 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4865 GDBHISTSIZE prior to the tests.
4866 * gdb.base/gdbinit-history.exp: Likewise.
4867
4868 2016-04-07 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4871 instead of build_executable. Use gdb_load_shlibs.
4872
4873 2016-04-07 Yao Qi <yao.qi@linaro.org>
4874
4875 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4876 Execute "si" command.
4877
4878 2016-04-07 Yao Qi <yao.qi@linaro.org>
4879
4880 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4881 number instead of the comments on some line.
4882
4883 2016-04-06 Don Breazeal <donb@codesourcery.com>
4884
4885 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4886 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4887
4888 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4889
4890 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4891 standard_output_file. Remove unused binfile variable.
4892
4893 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4894
4895 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4896 * gdb.python/py-mi-objfile.exp: Match "list main" output
4897 in console format.
4898
4899 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4900
4901 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4902 absolute.
4903
4904 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4905
4906 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4907 absolute.
4908 * gdb.trace/ftrace.exp: Likewise.
4909 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4910 targets as well.
4911 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4912 (gdb_load_shlibs): Copy libraries to test directory when testing
4913 natively. Only set solib-search-path if testing remotely.
4914 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4915
4916 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4919 gdb_download. Use it even if the target is not remote.
4920 * gdb.base/jit.exp (compile_jit_test): Likewise.
4921 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4922 output directory if the destination board is local, otherwise use
4923 the standard remote_download from DejaGnu.
4924 (gdb_download): Remove.
4925 (gdb_load_shlibs): Use gdb_remote_download instead of
4926 gdb_download.
4927 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4928 Use gdb_remote_download instead of gdb_download. Use it even if
4929 the target is not remote.
4930 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4931 instead of gdb_download.
4932
4933 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4934
4935 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4936 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4937 run.
4938
4939 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4940
4941 PR gdb/19820
4942 * gdb.base/printcmds.exp: Add artificial arrays tests.
4943
4944 2016-03-31 Pedro Alves <palves@redhat.com>
4945
4946 PR gdb/19858
4947 * gdb.base/jit-main.c: Include unistd.h.
4948 (ATTACH): Define to 0 if not already defined.
4949 (wait_for_gdb, mypid): New globals.
4950 (WAIT_FOR_GDB): New macro.
4951 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4952 some breakpoint locations.
4953 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4954 New procedures.
4955 (one_jit_test): Add REATTACH parameter, and handle it. Use
4956 continue_to_test_location.
4957 (top level): Test attach, and adjusts calls to one_jit_test.
4958
4959 2016-03-31 Pedro Alves <palves@redhat.com>
4960
4961 PR gdb/19858
4962 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4963 BINSUFFIX parameter, and handle it.
4964 (top level): Adjust calls compile_jit_test.
4965
4966 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4967
4968 PR python/19743
4969 * gdb.python/py-mi-events-gdb.py: New file.
4970 * gdb.python/py-mi-events.c: New file.
4971 * gdb.python/py-mi-events.exp: New file.
4972
4973 2016-03-30 Yao Qi <yao.qi@linaro.org>
4974
4975 * gdb.reverse/until-precsave.exp: Match function name only.
4976 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4977 Move malloc to a condition block.
4978 * gdb.reverse/until-reverse.exp: Match function name only.
4979
4980 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4981
4982 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4983 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4984 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4985 variable for GPR 0 instead of assuming it is register 0.
4986 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4987 * lib/trace-support.exp: Add s390 registers.
4988
4989 2016-03-29 Yao Qi <yao.qi@linaro.org>
4990
4991 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4992
4993 2016-03-24 Yao Qi <yao.qi@linaro.org>
4994
4995 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4996 test message.
4997
4998 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4999
5000 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5001 maintaining separate logic for constructing the output path.
5002
5003 2016-03-16 Don Breazeal <donb@codesourcery.com>
5004
5005 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5006 Retry fork and waitpid on interrupted system call errors.
5007 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5008 Use with_timeout_factor to increase timeout by factor of 10.
5009
5010 2016-03-15 Don Breazeal <donb@codesourcery.com>
5011
5012 * gdb.cp/scope-err.cc: New test program.
5013 * gdb.cp/scope-err.exp: New test script.
5014 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5015 lines and "set breakpoint here" comment.
5016 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5017 Fixed some whitespace and format issues.
5018 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5019 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5020
5021 2016-03-15 Doug Evans <dje@google.com>
5022
5023 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5024 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5025 All callers updated. Add tests for enums, mixed flags register.
5026
5027 2016-03-15 Doug Evans <dje@google.com>
5028
5029 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5030 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5031
5032 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5033
5034 * gdb.base/default.exp: Add $_as_string to the list of expected
5035 convenience functions.
5036
5037 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5038
5039 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5040
5041 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5042
5043 * gdb.python/py-as-string.exp: New file.
5044 * gdb.python/py-as-string.c: New file.
5045
5046 2016-03-09 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5049 signal" -> "Thread NN received signal" output change.
5050 * gdb.threads/ia64-sigill.exp: Likewise.
5051 * gdb.threads/linux-dp.exp: Likewise.
5052 * gdb.threads/manythreads.exp: Likewise.
5053 * gdb.threads/pending-step.exp: Likewise.
5054 * gdb.threads/print-threads.exp: Likewise.
5055 * gdb.threads/sigstep-threads.exp: Likewise.
5056 * gdb.threads/staticthreads.exp: Likewise.
5057 * gdb.threads/tls.exp: Likewise.
5058
5059 2016-03-09 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/command-line-input.exp: New file.
5062
5063 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5064
5065 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5066 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5067 * gdb.trace/pending.exp: Accept leading dot before function name.
5068 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5069 * lib/trace-support.exp: Set registers for ppc.
5070
5071 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5072
5073 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5074 use it for disassembly; accept .main in addition to main in backtrace.
5075
5076 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5077 Marcin Kościelnicki <koriakin@0x04.net>
5078
5079 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5080 (gdb_recursion_test_ptr): New global variable.
5081 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5082 gdb_recursion_test.
5083 (gdb_c_test): Ditto.
5084
5085 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5086
5087 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5088 ordering.
5089
5090 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5091
5092 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5093 (bar): Add bar_start_lbl label.
5094 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5095 of foo/bar for emitting DWARF and tracing.
5096
5097 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5098
5099 * analyze-racy-logs.py: Set executable bit.
5100
5101 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5102
5103 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5104 (CHECK_TARGET_TMP): Likewise.
5105 (check-single-racy): New rule.
5106 (check-parallel-racy): Likewise.
5107 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5108 (do-check-parallel-racy): New rule.
5109 (check-racy/%.exp): Likewise.
5110 * README (Racy testcases): New section.
5111 * analyze-racy-logs.py: New file.
5112
5113 2016-03-03 Doug Evans <dje@google.com>
5114
5115 * gdb.base/skip.exp: Use with_test_prefix.
5116
5117 2016-03-03 Yao Qi <yao.qi@linaro.org>
5118
5119 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5120 Invoke step_over_syscall "clone" and break_cond_on_syscall
5121 "clone".
5122 * gdb.base/step-over-clone.c: New file.
5123
5124 2016-03-03 Yao Qi <yao.qi@linaro.org>
5125
5126 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5127 code format.
5128
5129 2016-03-03 Yao Qi <yao.qi@linaro.org>
5130
5131 * gdb.base/disp-step-fork.c: Rename to ...
5132 * gdb.base/step-over-fork.c: ... it. New file.
5133 * gdb.base/disp-step-vfork.c: Rename to ...
5134 * gdb.base/step-over-vfork.c: ... it. New file.
5135 * gdb.base/disp-step-syscall.exp: Rename to ...
5136 * gdb.base/step-over-syscall.exp: ... it. New file.
5137 (disp_step_cross_syscall): Rename to ...
5138 (step_over_syscall): ... it.
5139
5140 2016-03-03 Yao Qi <yao.qi@linaro.org>
5141
5142 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5143 If target supports condition evaluation on target, invoke
5144 break_cond_on_syscall for fork and vfork.
5145
5146 2016-03-03 Yao Qi <yao.qi@linaro.org>
5147
5148 * gdb.base/disp-step-syscall.exp: Don't invoke
5149 support_displaced_stepping.
5150 (disp_step_cross_syscall): Test with displaced stepping off and
5151 on if supported.
5152
5153 2016-03-03 Yao Qi <yao.qi@linaro.org>
5154
5155 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5156 proc.
5157 (setup): New proc.
5158 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5159 and setup.
5160
5161 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5162
5163 * gdb.fortran/vla-history.exp: Remove breakpoint.
5164
5165 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5166
5167 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5168 exceeds timeout.
5169
5170 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5171
5172 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5173 breakpoint.
5174
5175 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5176
5177 * gdb.mi/vla.f90: Nullify pointer after declaration.
5178
5179 2016-03-01 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5182
5183 2016-03-01 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5186 before anything else.
5187 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5188 _GNU_SOURCE here.
5189 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5190 before anything else.
5191 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5192
5193 2016-03-01 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5196
5197 2016-03-01 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5200 prepare_for_testing.
5201
5202 2016-03-01 Yao Qi <yao.qi@linaro.org>
5203
5204 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5205
5206 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5207
5208 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5209 manually constructing the output path.
5210
5211 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5212
5213 * gdb.arch/s390-stackless.S: New.
5214 * gdb.arch/s390-stackless.exp: New.
5215
5216 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5217
5218 * gdb.dlang/circular.c: New file.
5219 * gdb.dlang/circular.exp: New file.
5220
5221 2016-02-26 Yao Qi <yao.qi@linaro.org>
5222
5223 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5224 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5225 (testcases): Update.
5226
5227 2016-02-26 Yao Qi <yao.qi@linaro.org>
5228
5229 * gdb.reverse/aarch64.c: Rename to ...
5230 * gdb.reverse/insn-reverse.c: ... it.
5231 * gdb.reverse/aarch64.exp: Rename to ...
5232 * gdb.reverse/insn-reverse.exp: ... it.
5233
5234 2016-02-26 Yao Qi <yao.qi@linaro.org>
5235
5236 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5237 (testcase_ftype): New.
5238 (testcases): New array.
5239 (n_testcases): New.
5240 (main): Call each element in testcases.
5241 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5242 (read_testcase): New.
5243 Do the tests in a loop.
5244
5245 2016-02-25 Yao Qi <yao.qi@linaro.org>
5246
5247 * gdb.base/branches.c: Remove.
5248
5249 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5250
5251 PR gdb/13808
5252 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5253
5254 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5255
5256 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5257
5258 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5259
5260 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5261 change x86_64 call_insn to 'callq'.
5262
5263 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5264
5265 * gdb.trace/tfile-avx.c: Move to...
5266 * gdb.trace/tracefile-pseudo-reg.c: Here.
5267 * gdb.trace/tfile-avx.exp: Move to...
5268 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5269
5270 2016-02-24 Gary Benson <gbenson@redhat.com>
5271
5272 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5273 message on attach.
5274
5275 2016-02-23 Doug Evans <dje@google.com>
5276
5277 * gdb.base/skip.c (test_skip): New function.
5278 (end_test_skip_file_and_function): New function.
5279 (test_skip_file_and_function): New function.
5280 * gdb.base/skip1.c (test_skip): New function.
5281 (skip1_test_skip_file_and_function): New function.
5282 * gdb.base/skip.exp: Add tests for new skip options.
5283 * gdb.base/skip-solib.exp: Update expected output.
5284 * gdb.perf/skip-command.cc: New file.
5285 * gdb.perf/skip-command.exp: New file.
5286 * gdb.perf/skip-command.py: New file.
5287
5288 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5289
5290 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5291 info registers pattern.
5292
5293 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5294
5295 * lib/future.exp: Add D support.
5296 (gdb_find_gdc): New proc.
5297 (gdb_default_target_compile): Add D support.
5298
5299 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5300
5301 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5302 user+system time.
5303 (trace_speed_test): Determine the iteration count for a time
5304 between 15..30 seconds.
5305
5306 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5307
5308 * gdb.arch/i386-mpx-sigsegv.c: New file.
5309 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5310 * gdb.arch/i386-mpx-simple_segv.c: New file.
5311 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5312
5313 2016-02-18 Yao Qi <yao.qi@linaro.org>
5314
5315 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5316 Don't call setup_kfail.
5317
5318 2016-02-18 Yao Qi <yao.qi@linaro.org>
5319
5320 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5321 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5322
5323 2016-02-16 Doug Evans <dje@google.com>
5324
5325 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5326 * gdb.base/skip1.c: Ditto.
5327 * gdb.base/skip.exp: Whitespace cleanup.
5328
5329 2016-02-16 Don Breazeal <donb@codesourcery.com>
5330
5331 PR remote/19496
5332 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5333 Remove kfail for PR remote/19496.
5334
5335 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * lib/gdb.exp (standard_temp_file): Return a path specific to
5338 the runtest invocation.
5339
5340 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.trace/save-trace.exp: Change relative path to be in the
5343 standard output directory.
5344
5345 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * gdb.arch/i386-prologue.c: Add missing prototypes.
5348
5349 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5350
5351 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5352 * gdb.arch/i386-prologue.exp: Likewise.
5353 * gdb.arch/i386-size.exp: Likewise.
5354
5355 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5356
5357 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5358 define object file path.
5359 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5360 file path.
5361 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5362 standard_output_file to define binfile.
5363
5364 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 Fix compatibility with recent gfortran-5.3.1.
5367 * gdb.fortran/vla-history.exp (print vla1 allocated)
5368 (print vla2 allocated, print $2, print $3): Remove
5369 (print $4): Rename to ...
5370 (print $2): ... here.
5371 (print $9): Rename to ...
5372 (print $5): ... here.
5373 (print $10): Rename to ...
5374 (print $6): ... here.
5375 * gdb.fortran/vla.f90: Add pvla initialization.
5376
5377 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5378
5379 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5380 New test.
5381 * gdb.fortran/vla-value-sub.exp: Likewise.
5382
5383 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5384
5385 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5386
5387 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * i386-biarch-core.exp: Define corefile using
5390 standard_output_file.
5391
5392 2016-02-12 Yao Qi <yao.qi@linaro.org>
5393
5394 * gdb.arch/arm-single-step-kernel-helper.c: New.
5395 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5396
5397 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5398
5399 * gdb.btrace/tailcall-only.exp: New.
5400 * gdb.btrace/tailcall-only.c: New.
5401 * gdb.btrace/x86_64-tailcall-only.S: New.
5402 * gdb.btrace/i686-tailcall-only.S: New.
5403
5404 2016-02-11 Pedro Alves <palves@redhat.com>
5405
5406 * README (Parallel testing): Add missing double quotes.
5407
5408 2016-02-11 Pedro Alves <palves@redhat.com>
5409
5410 * README (Parallel testing): New section.
5411 (GDB_PARALLEL): Rewrite.
5412 (FORCE_PARALLEL): Document.
5413
5414 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5415
5416 * gdb.trace/tfile-avx.c: New test.
5417 * gdb.trace/tfile-avx.exp: New test.
5418
5419 2016-02-09 Keith Seitz <keiths@redhat.com>
5420
5421 PR breakpoints/19546
5422 * gdb.base/infcall-exec.c: New file.
5423 * gdb.base/infcall-exec2.c: New file.
5424 * gdb.base/infcall-exec.exp: New file.
5425
5426 2016-02-09 Keith Seitz <keiths@redhat.com>
5427
5428 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5429 (toplevel): Call test_bkpt_address.
5430
5431 2016-02-09 Keith Seitz <keiths@redhat.com>
5432
5433 PR python/19506
5434 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5435 (toplevel): Call test_bkpt_address.
5436
5437 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5440 to AC_OUTPUT.
5441 * configure: Regenerate.
5442
5443 2016-02-09 Pedro Alves <palves@redhat.com>
5444
5445 PR breakpoints/19548
5446 * gdb.base/execl-update-breakpoints.c (some_function): New
5447 function.
5448 (main): Call it.
5449 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5450 Tighten expected GDB output.
5451
5452 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5453
5454 * Makefile.in (ALL_SUBDIRS): Remove.
5455 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5456 (distclean maintainer-clean realclean): Likewise.
5457 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5458 * configure: Regenerate.
5459 * gdb.ada/Makefile.in: Delete.
5460 * gdb.arch/Makefile.in: Likewise.
5461 * gdb.asm/Makefile.in: Likewise.
5462 * gdb.base/Makefile.in: Likewise.
5463 * gdb.btrace/Makefile.in: Likewise.
5464 * gdb.cell/Makefile.in: Likewise.
5465 * gdb.compile/Makefile.in: Likewise.
5466 * gdb.cp/Makefile.in: Likewise.
5467 * gdb.disasm/Makefile.in: Likewise.
5468 * gdb.dlang/Makefile.in: Likewise.
5469 * gdb.dwarf2/Makefile.in: Likewise.
5470 * gdb.fortran/Makefile.in: Likewise.
5471 * gdb.gdb/Makefile.in: Likewise.
5472 * gdb.go/Makefile.in: Likewise.
5473 * gdb.guile/Makefile.in: Likewise.
5474 * gdb.java/Makefile.in: Likewise.
5475 * gdb.linespec/Makefile.in: Likewise.
5476 * gdb.mi/Makefile.in: Likewise.
5477 * gdb.modula2/Makefile.in: Likewise.
5478 * gdb.multi/Makefile.in: Likewise.
5479 * gdb.objc/Makefile.in: Likewise.
5480 * gdb.opencl/Makefile.in: Likewise.
5481 * gdb.opt/Makefile.in: Likewise.
5482 * gdb.pascal/Makefile.in: Likewise.
5483 * gdb.perf/Makefile.in: Likewise.
5484 * gdb.python/Makefile.in: Likewise.
5485 * gdb.reverse/Makefile.in: Likewise.
5486 * gdb.server/Makefile.in: Likewise.
5487 * gdb.stabs/Makefile.in: Likewise.
5488 * gdb.threads/Makefile.in: Likewise.
5489 * gdb.trace/Makefile.in: Likewise.
5490 * gdb.xml/Makefile.in: Likewise.
5491 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5492 GDB_PARALLEL.
5493 (standard_output_file): Remove check for GDB_PARALLEL, always
5494 return path in outputs/$subdir/$testname.
5495
5496 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5497
5498 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5499 (site.exp): Assign abs_srcdir to tcl's srcdir.
5500
5501 2016-02-04 Yao Qi <yao.qi@linaro.org>
5502
5503 * gdb.base/foll-exec-mode.c: Include limits.h.
5504 (main): Add parameters argc and argv. Get directory from
5505 argv[0].
5506 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5507 compilation.
5508 * gdb.base/foll-exec.c: Include limits.h.
5509 (main): Add parameters argc and argv.
5510 Get directory from argv[0].
5511 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5512 Adjust tests on the number of lines as source code changed.
5513 * gdb.base/foll-vfork-exit.c: Include limits.h.
5514 (main): Add one line of statement before vfork.
5515 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5516 (main): Add parameters argc and argv. Get directory from
5517 argv[0].
5518 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5519 (setup_gdb): Set tbreak to skip some source lines.
5520 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5521 (main): Add parameters argc and argv. Get directory from
5522 argv[0].
5523 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5524 compilation.
5525 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5526 (main): Add parameters argc and argv. Get directory from
5527 argv[0].
5528 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5529 compilation.
5530
5531 2016-02-01 Doug Evans <dje@google.com>
5532
5533 * gdb.base/skip.exp: Clean up multiple references to same test name.
5534
5535 2016-02-01 Pedro Alves <palves@redhat.com>
5536
5537 PR remote/19496
5538 * gdb.threads/forking-threads-plus-breakpoint.exp
5539 (displaced_stepping_supported): New global.
5540 (probe_displaced_stepping_support): New procedure.
5541 (do_test): Add 'displaced' parameter, and use it.
5542 (top level): Check for displaced stepping support. Add displaced
5543 stepping on/off testing axis.
5544
5545 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5548 pointer. Don't perform further tests on the unassociated pointer
5549 if the first test fails.
5550
5551 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5552
5553 * gdb.base/max-value-size.c: New file.
5554 * gdb.base/max-value-size.exp: New file.
5555 * gdb.base/huge.exp: Disable max-value-size for this test.
5556
5557 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5558
5559 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5560
5561 2016-01-28 Yao Qi <yao.qi@linaro.org>
5562
5563 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5564
5565 2016-01-25 Pedro Alves <palves@redhat.com>
5566
5567 PR threads/19461
5568 * gdb.base/fork-running-state.c: New file.
5569 * gdb.base/fork-running-state.exp: New file.
5570
5571 2016-01-25 Pedro Alves <palves@redhat.com>
5572
5573 PR gdb/19494
5574 * gdb.base/catch-fork-kill.c: New file.
5575 * gdb.base/catch-fork-kill.exp: New file.
5576
5577 2016-01-25 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5580 Delete, moved to lib/gdb.exp.
5581 * gdb.threads/forking-threads-plus-breakpoint.exp
5582 (foreach_with_prefix): Likewise.
5583 * gdb.threads/process-dies-while-handling-bp.exp
5584 (foreach_with_prefix): Likewise.
5585 * lib/gdb.exp (foreach_with_prefix): New procedure.
5586
5587 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5588
5589 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5590 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5591
5592 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5593
5594 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5595 endian targets.
5596
5597 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5598 Pedro Alves <palves@redhat.com>
5599
5600 Fix testsuite compatibility with Guile.
5601 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5602 number.
5603
5604 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 Fix testsuite compatibility with Guile.
5607 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5608 (thread 1): New test for backtrace through signal handler.
5609
5610 2016-01-22 Yao Qi <yao.qi@linaro.org>
5611
5612 PR testsuite/19491
5613 * gdb.base/multi-forks.c: Include
5614 ../lib/unbuffer_output.c
5615 (main): Call gdb_unbuffer_output.
5616
5617 2016-01-21 Doug Evans <dje@google.com>
5618
5619 * lib/ada.exp (gdb_compile_ada): Fix typo.
5620
5621 2016-01-21 Joel Brobecker <brobecker@adacore.com>
5622
5623 * gdb.base/break-fun-addr.exp: New file.
5624 * gdb.base/break-fun-addr1.c: New file.
5625 * gdb.base/break-fun-addr2.c: New file.
5626
5627 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5628
5629 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5630 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5631 enum flag values.
5632
5633 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5634
5635 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5636 when GDB can not set the vector return value. Add more comments
5637 for clarification.
5638
5639 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5640
5641 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5642 command.
5643
5644 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5645
5646 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5647
5648 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5649
5650 * Makefile.in (check-single): Pass --status to runtest.
5651 (check/%.exp): Likewise.
5652
5653 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5654
5655 * Makefile.in (check-parallel): Propagate return code from make
5656 do-check-parallel.
5657
5658 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5659
5660 * gdb.trace/ftrace.exp: Fix expected message on continue.
5661 * gdb.trace/pending.exp: Fix expected message on continue.
5662 * gdb.trace/trace-break.exp: Fix expected message on continue.
5663
5664 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5665
5666 * lib/gdb.exp (gdb_test): Remove unused global references.
5667
5668 2016-01-18 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/async-shell.exp: Adjust expected output.
5671 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5672 * gdb.base/siginfo-thread.exp: Adjust expected output.
5673 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5674 * gdb.java/jnpe.exp: Adjust expected output.
5675 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5676 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5677 * gdb.threads/leader-exit.exp: Adjust expected output.
5678 * gdb.threads/manythreads.exp: Adjust expected output.
5679 * gdb.threads/pthreads.exp: Adjust expected output.
5680 * gdb.threads/schedlock.exp: Adjust expected output.
5681 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5682 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5683 expected output.
5684 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5685 output.
5686 * gdb.threads/sigthread.exp: Adjust expected output.
5687 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5688
5689 2016-01-18 Yao Qi <yao.qi@linaro.org>
5690
5691 * gdb.guile/scm-section-script.c: Replace @progbits with
5692 %progbits.
5693 * gdb.python/py-section-script.c: Likewise.
5694
5695 2016-01-15 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.multi/tids.exp: Test star wildcard ranges.
5698
5699 2016-01-15 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5702 command from "thread apply" invocation.
5703 (thr_apply_info_thr_invalid): Default the expected output to the
5704 input tid list.
5705 (top level): Add tests that use convenience variables. Add tests
5706 for "thread apply" with a valid TID list, but missing the command.
5707
5708 2016-01-13 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.base/default.exp: Expect $_gthread as well.
5711 * gdb.multi/tids.exp: Test $_gthread.
5712 * gdb.threads/thread-specific.exp: Test $_gthread.
5713
5714 2016-01-13 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.multi/tids.exp: Test "info threads -gid".
5717
5718 2016-01-13 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5721 Breakpoint.thread.
5722 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5723
5724 2016-01-07 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/break.exp: Adjust to output changes.
5727 * gdb.base/hbreak2.exp: Likewise.
5728 * gdb.base/sepdebug.exp: Likewise.
5729 * gdb.base/watch_thread_num.exp: Likewise.
5730 * gdb.linespec/keywords.exp: Likewise.
5731 * gdb.multi/info-threads.exp: Likewise.
5732 * gdb.threads/thread-find.exp: Likewise.
5733 * gdb.multi/tids.c: New file.
5734 * gdb.multi/tids.exp: New file.
5735
5736 2016-01-13 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5739
5740 2016-01-13 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/default.exp: Expect $_inferior as well.
5743 * gdb.multi/base.exp: Test $_inferior.
5744
5745 2016-01-13 Pedro Alves <palves@redhat.com>
5746
5747 PR breakpoints/19388
5748 * gdb.base/catch-signal-siginfo-cond.c: New file.
5749 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5750
5751 2016-01-12 Josh Stone <jistone@redhat.com>
5752 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5753
5754 * gdb.base/catch-syscall.c (do_execve): New variable.
5755 (main): Conditionally trigger an execve.
5756 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5757 (test_catch_syscall_execve): New, check entry/return across execve.
5758 (do_syscall_tests): Call test_catch_syscall_execve.
5759
5760 2016-01-12 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/random-signal.exp (do_test): New procedure, with body
5763 of testcase moved in.
5764
5765 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5766 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/funcargs.exp (finish from indirectly called function):
5769 Reintroduce the case for 'First'.
5770
5771 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5772 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5775 (tcatch_vfork_then_child_follow_exec)
5776 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5777 identification.
5778
5779 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5782 and repeats to unlimited.
5783 * gdb.python/py-value.exp: Likewise.
5784 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5785 and repeats to unlimited.
5786
5787 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5790 and reordering the functions.
5791 * gdb.multi/hangout.c: Likewise.
5792 * gdb.multi/hello.c: Likewise.
5793
5794 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5795
5796 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5797 absolute.
5798 (SingleStatisticTestResult.report): Use dict.keys instead of
5799 dict.iterkeys.
5800
5801 2016-01-06 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5804
5805 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5806
5807 * gdb.btrace/dlopen.exp: New.
5808 * gdb.btrace/dlopen.c: New.
5809 * gdb.btrace/dlopen-dso.c: New.
5810
5811 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5812
5813 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5814 PATTERN argument is optional.
5815
5816 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5817
5818 * lib/ada.exp (target_compile_ada_from_dir): New function.
5819 (gdb_compile_ada): Reimplement avoiding the use of project files.
5820 * gdb.ada/gnat_ada.gpr: Delete.
5821 * gdb.ada/cond_lang.exp: Adjust test to make path before
5822 filename optional.
5823 * gdb.ada/small_reg_param.exp: Likewise.
5824
5825 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5828
5829 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5830
5831 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5832 case.
5833
5834 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * gdb.base/break.exp: Remove dead code.
5837 * gdb.base/sepdebug.exp: Likewise.
5838
5839 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5840
5841 * gdb.asm/asm-source.exp: Remove HP-UX references.
5842 * gdb.base/annota1.exp: Likewise.
5843 * gdb.base/annota3.exp: Likewise.
5844 * gdb.base/attach.exp: Likewise.
5845 * gdb.base/bigcore.exp: Likewise.
5846 * gdb.base/break.exp: Likewise.
5847 * gdb.base/call-ar-st.exp: Likewise.
5848 * gdb.base/callfuncs.exp: Likewise.
5849 * gdb.base/catch-fork-static.exp: Likewise.
5850 * gdb.base/display.exp: Likewise.
5851 * gdb.base/foll-exec-mode.exp: Likewise.
5852 * gdb.base/foll-exec.exp: Likewise.
5853 * gdb.base/foll-fork.exp: Likewise.
5854 * gdb.base/foll-vfork.exp: Likewise.
5855 * gdb.base/funcargs.exp: Likewise.
5856 * gdb.base/hbreak2.exp: Likewise.
5857 * gdb.base/inferior-died.exp: Likewise.
5858 * gdb.base/interrupt.exp: Likewise.
5859 * gdb.base/multi-forks.exp: Likewise.
5860 * gdb.base/nodebug.exp: Likewise.
5861 * gdb.base/sepdebug.exp: Likewise.
5862 * gdb.base/solib1.c: Likewise.
5863 * gdb.base/step-test.exp: Likewise.
5864 * gdb.mi/non-stop.c: Likewise.
5865 * gdb.mi/pthreads.c: Likewise.
5866 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5867 * gdb.threads/pthreads.c: Likewise.
5868 * gdb.threads/staticthreads.exp: Likewise.
5869 * lib/future.exp: Likewise.
5870 * lib/gdb.exp: Likewise.
5871 * gdb.base/so-indr-cl.c: Remove.
5872 * gdb.base/so-indr-cl.exp: Likewise.
5873 * gdb.base/solib.c: Likewise.
5874 * gdb.base/solib.exp: Likewise.
5875 * gdb.base/solib2.c: Likewise.
5876
5877 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5878
5879 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5880 * gdb.base/call-ar-st.exp: Likewise.
5881 * gdb.base/callfuncs.exp: Likewise.
5882 * gdb.base/condbreak.exp: Likewise.
5883 * gdb.base/constvars.exp: Likewise.
5884 * gdb.base/hbreak2.exp: Likewise.
5885 * gdb.base/langs.exp: Likewise.
5886 * gdb.base/list.exp: Likewise.
5887 * gdb.base/long_long.exp: Likewise.
5888 * gdb.base/ptype.exp: Likewise.
5889 * gdb.base/scope.exp: Likewise.
5890 * gdb.base/signals.exp: Likewise.
5891 * gdb.base/so-impl-ld.exp: Likewise.
5892 * gdb.base/varargs.exp: Likewise.
5893 * gdb.base/volatile.exp: Likewise.
5894 * gdb.base/whatis.exp: Likewise.
5895 * gdb.cp/cplusfuncs.exp: Likewise.
5896 * gdb.cp/inherit.exp: Likewise.
5897 * gdb.cp/local.exp: Likewise.
5898 * gdb.cp/member-ptr.exp: Likewise.
5899 * gdb.cp/method.exp: Likewise.
5900 * gdb.cp/overload.exp: Likewise.
5901 * gdb.cp/templates.exp: Likewise.
5902 * gdb.stabs/weird.exp: Likewise.
5903 * lib/compiler.c: Likewise.
5904 * lib/compiler.cc: Likewise.
5905 * lib/cp-support.exp: Likewise.
5906 * lib/gdb.exp: Likewise.
5907
5908 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5909
5910 * configure.ac: Remove HP-UX case.
5911 * configure: Regenerate.
5912
5913 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5914
5915 * lib/gdb.exp (gdb_compile): Add function doc.
5916
5917 2015-12-17 Pedro Alves <palves@redhat.com>
5918
5919 PR threads/19354
5920 * gdb.multi/info-threads.exp: New file.
5921
5922 2015-12-15 Yao Qi <yao.qi@linaro.org>
5923
5924 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5925 is aarch64*-*-*.
5926
5927 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5928
5929 * gdb.base/history-duplicates.exp: Skip if no readline support.
5930
5931 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5932
5933 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5934
5935 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5936
5937 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5938
5939 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5940
5941 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5942 ctrl-C if nointerrupts target property is set.
5943 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5944 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5945 * gdb.base/paginate-bg-execution.exp: Likewise.
5946 * gdb.base/paginate-execution-startup.exp: Likewise.
5947 * gdb.base/random-signal.exp: Likewise.
5948 * gdb.base/range-stepping.exp: Likewise.
5949 * gdb.cp/annota2.exp: Likewise.
5950 * gdb.cp/annota3.exp: Likewise.
5951 * gdb.gdb/selftest.exp: Likewise.
5952 * gdb.threads/continue-pending-status.exp: Likewise.
5953 * gdb.threads/leader-exit.exp: Likewise.
5954 * gdb.threads/manythreads.exp: Likewise.
5955 * gdb.threads/pthreads.exp: Likewise.
5956 * gdb.threads/schedlock.exp: Likewise.
5957 * gdb.threads/sigthread.exp: Likewise.
5958
5959 2015-12-11 Don Breazeal <donb@codesourcery.com>
5960
5961 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5962 remote.
5963 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5964 * gdb.base/foll-exec.exp (main): Enable for target remote.
5965 * gdb.base/foll-fork.exp (main): Likewise.
5966 * gdb.base/foll-vfork.exp (main): Likewise.
5967 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5968 (proc continue_to_exit_bp_loc): Use clean_restart.
5969 * gdb.base/pie-execl.exp (main): Disable for target remote.
5970 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5971 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5972 * gdb.threads/execl.exp (main): Likewise.
5973 * gdb.threads/fork-child-threads.exp (main): Likewise.
5974 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5975 remote.
5976 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5977 remote.
5978 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5979 pid.tid style ptids, instead of just tid.
5980 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5981 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5982 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5983 ptids, instead of just tid.
5984
5985 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5986
5987 * gdb.base/list.exp (test_list_forward): Add end of file error
5988 test.
5989 (test_repeat_list_command): Add end of file error test.
5990 (test_list_backwards): Add beginning of file error test.
5991
5992 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.base/list.exp (test_list_invalid_args): New function,
5995 defined, and called.
5996
5997 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.base/list.exp (test_list): Make test names unique.
6000
6001 2015-12-11 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.base/coremaker2.c: Remove.
6004
6005 2015-12-10 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.multi/base.exp: Remove stale "spaces" references.
6008
6009 2015-12-10 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.multi/base.exp: Don't use nowarnings.
6012 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6013 * gdb.multi/hangout.c: Include stdio.h.
6014 * gdb.multi/hello.c: Include stdlib.h.
6015 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6016 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6017 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6018
6019 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.dwarf2/dw2-ranges-base.c: New file.
6022 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6023 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6024 support additional line table, and debug ranges generation.
6025 (Dwarf::ranges): New function, generate .debug_ranges.
6026 (Dwarf::lines): Support generating simple line table programs.
6027 (Dwarf::assemble): Initialise new namespace variables.
6028
6029 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6030
6031 * gdb.base/async.exp (proc test_background): Add case for
6032 asynchronous execution not supported.
6033
6034 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6035
6036 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6037 format and change test names to make them unique.
6038
6039 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6040 Pedro Alves <pedro@redhat.com>
6041
6042 PR gdb/18702
6043 Add checking of floatformats setup on x86_64 hosts.
6044 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6045 (smallval, bigval): New labels/constants.
6046 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6047 float" after loading bigval and smallval.
6048
6049 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6050
6051 * gdb.ada/fun_overload_menu.exp: New testcase.
6052 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6053
6054 2015-12-04 Josh Stone <jistone@redhat.com>
6055
6056 * gdb.base/catch-fork-static.exp: New.
6057
6058 2015-12-03 Yao Qi <yao.qi@linaro.org>
6059
6060 * gdb.base/sizeof.c: Don't include stdio.h and
6061 ../lib/unbuffer_output.c.
6062 (main): New variable 'size' and 'value'. Remove printf and
6063 gdb_unbuffer_output. Assign return value to size and value.
6064 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6065 at the beginning.
6066 (check_sizeof): Check the result by printing variable 'size'.
6067 (check_valueof): Check the result by printing variable 'value'.
6068
6069 2015-12-01 Yao Qi <yao.qi@linaro.org>
6070
6071 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6072 for aarch64*-*-linux* target.
6073
6074 2015-11-30 Pedro Alves <palves@redhat.com>
6075
6076 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6077
6078 2015-11-30 Pedro Alves <palves@redhat.com>
6079
6080 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6081 Handle non-stop mode vCont replies.
6082
6083 2015-11-30 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6086 prepare_for_testing. Start gdb with "set non-stop on" appended to
6087 GDBFLAGS. Lax expected stop output.
6088
6089 2015-11-27 Yao Qi <yao.qi@linaro.org>
6090
6091 * gdb.arch/arm-neon.exp: New.
6092 * gdb.arch/arm-neon.c: New.
6093
6094 2015-11-27 Yao Qi <yao.qi@linaro.org>
6095
6096 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6097
6098 2015-11-27 Yao Qi <yao.qi@linaro.org>
6099
6100 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6101 frames-invalid annotation.
6102
6103 2015-11-27 Yao Qi <yao.qi@linaro.org>
6104
6105 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6106
6107 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6108
6109 * gdb.threads/names.exp: New file.
6110 * gdb.threads/names.c: New file.
6111 * README: Mention gdb,no_thread_names.
6112
6113 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6114
6115 PR 19297
6116 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6117 support" error.
6118
6119 2015-11-24 Pedro Alves <palves@redhat.com>
6120
6121 PR 17539
6122 * gdb.base/display.exp: Expect displays to be sorted in ascending
6123 order. Use multi_line.
6124 * gdb.base/solib-display.exp: Likewise.
6125
6126 2015-11-24 Pedro Alves <palves@redhat.com>
6127
6128 PR 17539
6129 * gdb.base/display.exp: Expect displays to be sorted in ascending
6130 order. Use multi_line.
6131 * gdb.base/solib-display.exp: Likewise.
6132
6133 2015-11-24 Pedro Alves <palves@redhat.com>
6134
6135 PR 17539
6136 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6137 threads in ascending order.
6138 * gdb.base/foll-fork.exp: Likewise.
6139 * gdb.base/foll-vfork.exp: Likewise.
6140 * gdb.base/multi-forks.exp: Likewise.
6141 * gdb.mi/mi-nonstop.exp: Likewise.
6142 * gdb.mi/mi-nsintrall.exp: Likewise.
6143 * gdb.multi/base.exp: Likewise.
6144 * gdb.multi/multi-arch.exp: Likewise.
6145 * gdb.python/py-inferior.exp: Likewise.
6146 * gdb.threads/break-while-running.exp: Likewise.
6147 * gdb.threads/execl.exp: Likewise.
6148 * gdb.threads/gcore-thread.exp: Likewise.
6149 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6150 * gdb.threads/kill.exp: Likewise.
6151 * gdb.threads/linux-dp.exp: Likewise.
6152 * gdb.threads/multiple-step-overs.exp: Likewise.
6153 * gdb.threads/next-bp-other-thread.exp: Likewise.
6154 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6155 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6156 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6157 * gdb.threads/thread-find.exp: Likewise.
6158 * gdb.threads/tls.exp: Likewise.
6159 * lib/mi-support.exp (mi_reverse_list): Delete.
6160 (mi_check_thread_states): No longer reverse list.
6161
6162 2015-11-24 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6165 use lowercase.
6166
6167 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * gdb.trace/actions.c: Include trace-common.h.
6170 (main): Add a location for a fast tracepoint.
6171 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6172 the normal tracepoints.
6173 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6174
6175 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6176
6177 * save-trace.exp: Factor out code to these...
6178 (gdb_save_tracepoints): New.
6179 (gdb_load_tracepoints): New.
6180 (do_save_load_test): New.
6181
6182 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6183
6184 * gdb.base/asmlabel.exp: New test.
6185 * gdb.base/asmlabel.c: New test case.
6186
6187 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6188
6189 * gdb.base/wrong_frame_bt_full-main.c: New file.
6190 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6191 * gdb.base/wrong_frame_bt_full.exp: New file.
6192
6193 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6194
6195 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6196
6197 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6198
6199 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6200 pstate register when comparing registers values in
6201 sparc64-*-linux-gnu targets to avoid spurious differences.
6202
6203 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6204
6205 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6206
6207 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6208
6209 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6210 as type argument to gdb_compile.
6211 * gdb.base/nested-subp2.exp: Likewise.
6212 * gdb.base/nested-subp3.exp: Likewise.
6213
6214 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6215
6216 * lib/dwarf.exp (_note): Fix left shift of negative value.
6217 * gdb.trace/trace-condition.exp: Likewise.
6218
6219 2015-11-13 Yao Qi <yao.qi@linaro.org>
6220
6221 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6222 comments about d10v.
6223 (test_scalar_returns): Likewise.
6224 * gdb.base/d10v.ld: Remove.
6225 * gdb.base/overlays.exp: Remove the target triplet checking for
6226 d10v-*-*.
6227 * gdb.base/structs.exp (test_struct_returns): Remove the
6228 comments about d10v.
6229 (test_struct_calls): Likewise.
6230
6231 2015-11-13 Yao Qi <yao.qi@linaro.org>
6232
6233 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6234 * gdb.base/gnu_vector.c: Don't include stdio.h.
6235 (main): Don't print res and call add_some_intvecs.
6236
6237 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6238
6239 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6240 macro.
6241 (func5): Removed.
6242 (func4): Use FAST_TRACEPOINT_LABEL.
6243 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6244 macro.
6245 (func): Removed.
6246 (thread_function): Use FAST_TRACEPOINT_LABEL.
6247 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6248 (func): Remove.
6249 (marker): Use FAST_TRACEPOINT_LABEL.
6250 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6251 (pendfunc1): Remove.
6252 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6253 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6254 (foo): Remove.
6255 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6256 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6257 macro.
6258 (func): Remove.
6259 (marker): Use FAST_TRACEPOINT_LABEL.
6260 * gdb.trace/trace-common.h: New header.
6261 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6262 macro.
6263 (func): Remove.
6264 (marker): Use FAST_TRACEPOINT_LABEL.
6265 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6266 (func): Remove.
6267 (thread_function): Use FAST_TRACEPOINT_LABEL.
6268
6269 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6270
6271 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6272 in front.
6273 * gdb.trace/change-loc.exp: Use global pcreg definition.
6274 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6275 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6276 in front.
6277 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6278 * gdb.trace/pending.exp: Likewise.
6279 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6280 * gdb.trace/trace-break.exp: Likewise.
6281 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6282 in front.
6283 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6284 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6285 in front.
6286 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6287
6288 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6289
6290 * gdb.ada/fin_fun_out: New testcase.
6291
6292 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6293
6294 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6295 value associated with DW_AT_byte_size.
6296 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6297 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6298 DW_AT_upper_bound.
6299
6300 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6301
6302 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6303 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6304 version.
6305 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6306 gdb.dwarf2/dw2-canonicalize-type.exp,
6307 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6308 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6309 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6310 provided by gdb_target_symbol_prefix_flags_asm.
6311 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6312 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6313 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6314 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6315 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6316 macros where needed). Use this macro for symbols which require
6317 the prefix provided by SYMBOL_PREFIX.
6318
6319 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6320
6321 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6322 New procs.
6323 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6324 representing expressions, of more than one list element.
6325 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6326 to prepend linker symbol prefix to f.
6327 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6328 table_1 and table_2.
6329 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6330 Likewise, for f and g.
6331 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6332 for ptr.
6333 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6334 for main.
6335 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6336 table_1_ptr and table_2_ptr.
6337
6338 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6339 Joel Brobecker <brobecker@adacore.com>
6340
6341 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6342
6343 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6344
6345 * gdb.reverse/s390-mvcle.c: New test.
6346 * gdb.reverse/s390-mvcle.exp: New file.
6347 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6348
6349 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6350
6351 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6352
6353 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6354
6355 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6356 reaching marker2.
6357 * gdb.reverse/getresuid-reverse.exp: Likewise.
6358 * gdb.reverse/pipe-reverse.exp: Likewise.
6359 * gdb.reverse/readv-reverse.exp: Likewise.
6360 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6361 * gdb.reverse/time-reverse.exp: Likewise.
6362 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6363
6364 2015-10-30 Yao Qi <yao.qi@linaro.org>
6365
6366 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6367 (empty_cycle): Remove.
6368 (main): Don't call empty_cycle. Don't use watch_count_done.
6369 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6370 empty_cycle. Rewrite the code counting HW watchpoints.
6371
6372 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6373
6374 * gdb.reverse/fstatat-reverse.c: New test.
6375 * gdb.reverse/fstatat-reverse.exp: New file.
6376 * gdb.reverse/getresuid-reverse.c: New test.
6377 * gdb.reverse/getresuid-reverse.exp: New file.
6378 * gdb.reverse/pipe-reverse.c: New test.
6379 * gdb.reverse/pipe-reverse.exp: New file.
6380 * gdb.reverse/readv-reverse.c: New test.
6381 * gdb.reverse/readv-reverse.exp: New file.
6382 * gdb.reverse/recvmsg-reverse.c: New test.
6383 * gdb.reverse/recvmsg-reverse.exp: New file.
6384 * gdb.reverse/time-reverse.c: New test.
6385 * gdb.reverse/time-reverse.exp: New file.
6386 * gdb.reverse/waitpid-reverse.c: New test.
6387 * gdb.reverse/waitpid-reverse.exp: New file.
6388
6389 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6390
6391 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6392
6393 2015-10-26 Doug Evans <dje@google.com>
6394
6395 PR symtab/17391
6396 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6397 * gdb.dwarf2/bad-regnum.c: New file.
6398 * gdb.dwarf2/bad-regnum.exp: New file.
6399
6400 2015-10-26 Doug Evans <dje@google.com>
6401
6402 PR python/18938
6403 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6404 file.
6405
6406 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6407
6408 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6409 for a change by "Mention language in compile error message".
6410
6411 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6412
6413 PR python/18073
6414 * gdb.python/py-type.c (C::a_method): New.
6415 (C::a_const_method): New.
6416 (C::a_static_method): New.
6417 (a_function): New.
6418 * gdb.python/py-type.exp (test_fields): Test getting fields
6419 from function and method.
6420
6421 2015-10-21 Keven Boell <keven.boell@intel.com>
6422
6423 * gdb.fortran/vla-alloc-assoc.exp: New file.
6424 * gdb.fortran/vla-datatypes.exp: New file.
6425 * gdb.fortran/vla-datatypes.f90: New file.
6426 * gdb.fortran/vla-history.exp: New file.
6427 * gdb.fortran/vla-ptype-sub.exp: New file.
6428 * gdb.fortran/vla-ptype.exp: New file.
6429 * gdb.fortran/vla-sizeof.exp: New file.
6430 * gdb.fortran/vla-sub.f90: New file.
6431 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6432 * gdb.fortran/vla-value-sub-finish.exp: New file.
6433 * gdb.fortran/vla-value-sub.exp: New file.
6434 * gdb.fortran/vla-value.exp: New file.
6435 * gdb.fortran/vla-ptr-info.exp: New file.
6436 * gdb.mi/mi-vla-fortran.exp: New file.
6437 * gdb.mi/vla.f90: New file.
6438
6439 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6440
6441 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6442 of hardwired timeout value.
6443
6444 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6445 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6448 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6449
6450 2015-10-19 Josh Stone <jistone@redhat.com>
6451
6452 * gdb.base/catch-syscall.c: Include <sched.h>.
6453 (unknown_syscall): New variable.
6454 (main): Trigger a vfork and an unknown syscall.
6455 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6456 (unknown_syscall_number): Likewise.
6457 (check_call_to_syscall): Accept an optional syscall pattern.
6458 (check_return_from_syscall): Likewise.
6459 (check_continue): Likewise.
6460 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6461 (test_catch_syscall_skipping_return): New test toggling off 'catch
6462 syscall' to step over the syscall return, then toggling back on.
6463 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6464 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6465 (do_syscall_tests): Call test_catch_syscall_without_args and
6466 test_catch_syscall_mid_vfork.
6467 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6468 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6469
6470 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6471
6472 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6473 print g_vE): Add new pass patterns.
6474 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6475 print various symbol names for vptr fields.
6476
6477 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6478
6479 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6480 results.
6481
6482 2015-10-12 Yao Qi <yao.qi@linaro.org>
6483
6484 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6485
6486 2015-10-12 Yao Qi <yao.qi@linaro.org>
6487
6488 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6489 is aarch64*-*-linux*.
6490
6491 2015-10-12 Yao Qi <yao.qi@linaro.org>
6492
6493 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6494 (can_relocate_bcond_true): ... it.
6495 (can_relocate_bcond_false): New function.
6496 (foo): Likewise.
6497 (can_relocate_bl): Likewise.
6498 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6499 can_relocate_bl.
6500
6501 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6502
6503 * gdb.base/nested-addr.c: New file.
6504 * gdb.base/nested-addr.exp: New testcase.
6505
6506 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6507
6508 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6509 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6510 its output. Ignore the output of "record goto begin" and instead
6511 check that GDB is replaying.
6512
6513 2015-10-09 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6516 (top level): Use it in the run with no args test.
6517
6518 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6519
6520 * gdb.dlang/properties.exp: New file.
6521
6522 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6523
6524 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6525 whether or not address 0x1000 is mapped on the target.
6526
6527 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6530 build.
6531
6532 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6533
6534 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6535 instruction-history test.
6536
6537 2015-09-28 Doug Evans <dje@google.com>
6538
6539 * gdb.base/gcore.c (array_func): Add reference to static_array.
6540
6541 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6542
6543 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6544 source line.
6545
6546 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6547
6548 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6549 short or char as base type.
6550
6551 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6552
6553 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6554 to allow any size enum.
6555
6556 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6557
6558 * gdb.ada/array_ptr_renaming.exp: New testcase.
6559 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6560 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6561
6562 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6563
6564 * gdb.trace/ftrace-lock.c: New file.
6565 * gdb.trace/ftrace-lock.exp: New file.
6566
6567 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6568
6569 * gdb.arch/insn-reloc.c: New file.
6570 * gdb.arch/ftrace-insn-reloc.exp: New file.
6571
6572 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6573
6574 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6575 instruction.
6576 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6577 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6578 * gdb.trace/range-stepping.c: Likewise.
6579 * gdb.trace/trace-break.c: Likewise.
6580 * gdb.trace/trace-mt.c (thread_function): Likewise.
6581 * gdb.trace/ftrace.c (marker): Likewise.
6582 * gdb.trace/trace-condition.c (marker): Likewise.
6583 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6584 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6585 is_aarch64_target.
6586
6587 2015-09-18 Doug Evans <xdje42@gmail.com>
6588
6589 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6590 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6591
6592 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6593
6594 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6595 the breakpoint.
6596
6597 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6598
6599 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6600 the pending breakpoint. Remove timeout override for "Run till
6601 MI pending breakpoint on pendfunc3 on thread 2" test.
6602
6603 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6604
6605 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6606 filename pattern.
6607
6608 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6609
6610 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6611 in breakpoint filename pattern.
6612
6613 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6614
6615 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6616
6617 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6618
6619 * gdb.linespec/explicit.exp: Check for readline support for
6620 tab-completion tests. Fix obvious typo.
6621
6622 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6623
6624 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6625 and replay.
6626
6627 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6628
6629 * gdb.btrace/non-stop.c: New.
6630 * gdb.btrace/non-stop.exp: New.
6631
6632 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6633 Yao Qi <yao.qi@linaro.org>
6634
6635 * gdb.trace/trace-condition.c: New file.
6636 * gdb.trace/trace-condition.exp: New file.
6637
6638 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
6639
6640 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6641 for testing bytecode compilation.
6642
6643 2015-09-16 Pedro Alves <palves@redhat.com>
6644 Sandra Loosemore <sandra@codesourcery.com>
6645
6646 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6647 (SECONDS): Redefine.
6648 (main): Call pthread_kill and alarm early.
6649 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6650 support.
6651 (test): If the target can't hardware step and doesn't support
6652 displaced stepping, increase the timeout.
6653
6654 2015-09-16 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6657 (enable_debug): New procedures.
6658 (test): Use them. Bail out if waiting for threads fails.
6659 (top level): Bail out if a test fails.
6660
6661 2015-09-16 Yao Qi <yao.qi@linaro.org>
6662
6663 * gdb.asm/asm-source.exp: Set asm-arch for
6664 aarch64*-*-* target.
6665 * gdb.asm/aarch64.inc: New file.
6666
6667 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6668
6669 * gdb.ada/array_of_variable_length.exp: New testcase.
6670 * gdb.ada/array_of_variable_length/foo.adb: New file.
6671 * gdb.ada/array_of_variable_length/pck.adb: New file.
6672 * gdb.ada/array_of_variable_length/pck.ads: New file.
6673
6674 2015-09-15 Doug Evans <dje@google.com>
6675
6676 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6677 of function static local variable.
6678
6679 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6680
6681 * gdb.threads/tls-so_extern.exp: New test file.
6682 * gdb.threads/tls-so_extern.c: New test file.
6683 * gdb.threads/tls-so_extern_main.c: New test file.
6684
6685 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.opt/solib-intra-step-lib.c: New file.
6688 * gdb.opt/solib-intra-step-main.c: New file.
6689 * gdb.opt/solib-intra-step.exp: New file.
6690
6691 2015-09-15 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6694 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6695
6696 2015-09-14 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/hook-stop-continue.c: Delete.
6699 * gdb.base/hook-stop-continue.exp: Delete.
6700 * gdb.base/hook-stop-frame.c: Delete.
6701 * gdb.base/hook-stop-frame.exp: Delete.
6702 * gdb.base/hook-stop.c: New file.
6703 * gdb.base/hook-stop.exp: New file.
6704
6705 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6706
6707 * gdb.ada/access_to_packed_array.exp: New testcase.
6708 * gdb.ada/access_to_packed_array/foo.adb: New file.
6709 * gdb.ada/access_to_packed_array/pack.adb: New file.
6710 * gdb.ada/access_to_packed_array/pack.ads: New file.
6711
6712 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6713
6714 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6715 buffer size test.
6716
6717 2015-09-11 Don Breazeal <donb@codesourcery.com>
6718
6719 * gdb.base/foll-exec.c: Add copyright header. Fix
6720 formatting issues.
6721 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6722 (do_exec_tests): Use clean_restart in place of zap_session,
6723 and for test initialization. Fix formatting issues. Use
6724 fail in place of perror.
6725 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6726 an expect statement to match an expression with output from
6727 the program under debug.
6728 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6729 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6730 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6731 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6732 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6733
6734 2015-09-09 Doug Evans <dje@google.com>
6735
6736 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6737
6738 2015-09-09 Doug Evans <dje@google.com>
6739
6740 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6741
6742 2015-09-09 Doug Evans <dje@google.com>
6743
6744 * gdb.base/savedregs.exp: Fix typo.
6745
6746 2015-09-09 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6749
6750 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6751
6752 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6753 command actually switches threads. Give up on remaining
6754 tests if target fails to stop at breakpoint.
6755
6756 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6757
6758 * gdb.ada/funcall_char.exp: New testcase.
6759 * gdb.ada/funcall_char/foo.adb: New file.
6760
6761 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6762
6763 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6764 expected outputs. Add two testcases for completing ambiguous
6765 functions.
6766 * gdb.ada/complete/aux_pck.adb: New file.
6767 * gdb.ada/complete/aux_pck.ads: New file.
6768 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6769 Ambiguous_Func functions.
6770 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6771 * gdb.ada/complete/pck.adb: Likewise.
6772
6773 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6774
6775 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6776 failures to run the test program under GDB.
6777
6778 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6779
6780 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6781 to C.
6782
6783 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6784
6785 * gdb.base/run-after-attach.exp: New test file.
6786 * gdb.base/run-after-attach.c: New test file.
6787
6788 2015-08-26 Don Breazeal <donb@codesourcery.com>
6789
6790 * gdb.base/foll-exec-2.c: New test program.
6791 * gdb.base/foll-exec-2.exp: New test.
6792
6793 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6794
6795 * gdb.base/nested-subp1.exp: New file.
6796 * gdb.base/nested-subp1.c: New file.
6797 * gdb.base/nested-subp2.exp: New file.
6798 * gdb.base/nested-subp2.c: New file.
6799 * gdb.base/nested-subp3.exp: New file.
6800 * gdb.base/nested-subp3.c: New file.
6801
6802 2015-08-24 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.server/connect-without-multi-process.c: New file.
6805 * gdb.server/connect-without-multi-process.exp: New file.
6806
6807 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6808
6809 * gdb.opt/inline-markers.c: Make z int.
6810
6811 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6812
6813 * gdb.opt/inline-markers.c: Make z volatile.
6814
6815 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6816
6817 * gdb.opt/inline-bt.c: New volatile global z.
6818 * gdb.opt/inline-cmds.c: Likewise.
6819 * gdb.opt/inline-locals.c: Likewise.
6820 * gdb.opt/inline-markers.c: New extern global z.
6821 (marker): Use z.
6822 (inline_fn): Likewise.
6823
6824 2015-08-24 Pedro Alves <palves@redhat.com>
6825
6826 * config/m32r-stub.exp: Remove file.
6827 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6828 * gdb.base/call-rt-st.exp: Likewise.
6829 * gdb.base/call-strs.exp: Likewise.
6830 * gdb.base/default.exp: Remove references to h8300-*-hms and
6831 *-*-udi*.
6832 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6833
6834 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6835
6836 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6837 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6838 and "return" use KFAIL when GDB can not read/write the vector
6839 return value.
6840
6841 2015-08-21 Gary Benson <gbenson@redhat.com>
6842
6843 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6844
6845 2015-08-20 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.server/solib-list.exp: No longer expect an interior stop in
6848 non-stop mode.
6849
6850 2015-08-20 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.server/connect-stopped-target.c: New file.
6853 * gdb.server/connect-stopped-target.exp: New file.
6854
6855 2015-08-20 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.dwarf2/comp-unit-lang.exp: New file.
6858 * gdb.dwarf2/comp-unit-lang.c: New file.
6859
6860 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6861
6862 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6863 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6864
6865 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6866
6867 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6868 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6869
6870 2015-08-18 Doug Evans <dje@google.com>
6871 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6872
6873 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6874 skip_python_tests. New arg prompt_regexp.
6875 (skip_python_tests): New function.
6876 * lib/mi-support.exp (mi_skip_python_tests): New function.
6877 * gdb.python/py-mi-objfile-gdb.py: New file.
6878 * gdb.python/py-mi-objfile.c: New file.
6879 * gdb.python/py-mi-objfile.exp: New file.
6880
6881 2015-08-17 Keith Seitz <keiths@redhat.com>
6882
6883 * gdb.linespec/explicit.exp: Move strace test from here ...
6884 * gdb.trace/strace.exp: ... to here.
6885
6886 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6887
6888 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6889 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6890
6891 2015-08-14 Doug Evans <xdje42@gmail.com>
6892
6893 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6894 inferior before selecting a new file.
6895
6896 2015-08-14 Doug Evans <xdje42@gmail.com>
6897
6898 * gdb.mi/mi-disassemble.exp: Update.
6899 * gdb.base/disasm-optim.S: New file.
6900 * gdb.base/disasm-optim.c: New file.
6901 * gdb.base/disasm-optim.h: New file.
6902 * gdb.base/disasm-optim.exp: New file.
6903
6904 2015-08-14 Keith Seitz <keiths@redhat.com>
6905
6906 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6907 "evaluated-by".
6908
6909 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6912
6913 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6914
6915 * gdb.ada/fun_renaming.exp: New testcase.
6916 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6917 * gdb.ada/fun_renaming/pack.adb: New file.
6918 * gdb.ada/fun_renaming/pack.ads: New file.
6919
6920 2015-08-12 Keith Seitz <keiths@redhat.com>
6921
6922 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6923 gdb_get_line_number.
6924
6925 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6928 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6929 gdb.base/dso2dso.exp: New files.
6930
6931 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6932 Pedro Alves <palves@redhat.com>
6933 Keith Seitz <keiths@redhat.com>
6934
6935 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6936 GDBFLAGS.
6937
6938 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6939
6940 * gdb.base/gdbhistsize-history.exp
6941 (test_histsize_history_setting): Use save_vars.
6942 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6943 Use save_vars.
6944 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6945 * gdb.base/readline.exp: Use save_vars.
6946
6947 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6948
6949 * lib/gdb.exp (save_vars): New proc.
6950
6951 2015-08-11 Keith Seitz <keiths@redhat.com>
6952
6953 * gdb.base/help.exp: Update help_breakpoint_text.
6954
6955 2015-08-11 Keith Seitz <keiths@redhat.com>
6956
6957 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6958 (at toplevel): Call test_explicit_breakpoints.
6959 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6960 breakpoints.
6961 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6962 breakpoint conditions, "-cond".
6963
6964 2015-08-11 Keith Seitz <keiths@redhat.com>
6965
6966 * gdb.linespec/3explicit.c: New file.
6967 * gdb.linespec/cpexplicit.cc: New file.
6968 * gdb.linespec/cpexplicit.exp: New file.
6969 * gdb.linespec/explicit.c: New file.
6970 * gdb.linespec/explicit.exp: New file.
6971 * gdb.linespec/explicit2.c: New file.
6972 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6973 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6974 before using in the matching pattern.
6975 Clarify that `prefix' is a regular expression.
6976
6977 2015-08-11 Keith Seitz <keiths@redhat.com>
6978
6979 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6980 test.
6981 Add tests for missing ",FMT" and ",".
6982
6983 2015-08-10 Doug Evans <dje@google.com>
6984 Keith Seitz <keiths@redhat.com>
6985
6986 PR gdb/17960
6987 * gdb.base/completion.exp: Add location completer tests.
6988
6989 2015-08-07 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6992 tests here.
6993 (top level): Run do_test with and without displaced stepping.
6994
6995 2015-08-07 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/valgrind-disp-step.c: New file.
6998 * gdb.base/valgrind-disp-step.exp: New file.
6999
7000 2015-08-07 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7003 Delete function.
7004 (main): Add alarm. Run an infinite loop instead of calling
7005 wait_threads.
7006 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7007 comment.
7008 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7009 Delete function.
7010 (main): Add alarm. Run an infinite loop instead of calling
7011 wait_threads.
7012 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7013 comment.
7014
7015 2015-08-07 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.base/checkpoint-ns.exp: New file.
7018 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7019 standard_testfile.
7020
7021 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7022
7023 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7024 * gdb.btrace/instruction_history.exp: Update.
7025 * gdb.btrace/tsx.exp: New.
7026 * gdb.btrace/tsx.c: New.
7027
7028 2015-08-06 Pedro Alves <palves@redhat.com>
7029
7030 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7031 increase timeout.
7032 * gdb.reverse/until-precsave.exp: Bump timeouts.
7033
7034 2015-08-06 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7037
7038 2015-08-06 Pedro Alves <palves@redhat.com>
7039
7040 PR gdb/18749
7041 * gdb.threads/process-dies-while-handling-bp.c: New file.
7042 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7043
7044 2015-08-06 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7047 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7048
7049 2015-08-05 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7052 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7053
7054 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7055
7056 * gdb.base/bp-permanent.exp: Report test as unsupported if
7057 the target cannot stop at the permanent breakpoint.
7058
7059 2015-08-03 Doug Evans <dje@google.com>
7060
7061 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7062 10000.
7063
7064 2015-08-03 Doug Evans <dje@google.com>
7065
7066 * Makefile.in (workers/%.worker, build-perf): New rule.
7067 (GDB_PERFTEST_MODE): New variable.
7068 (check-perf): Use it.
7069 (clean): Clean up gdb.perf parallel build subdirs.
7070 * lib/build-piece.exp: New file.
7071 * lib/gdb.exp (make_gdb_parallel_path): New function
7072 (standard_output_file, standard_temp_file): Call it.
7073 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7074 of $GDB_PARALLEL.
7075 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7076
7077 2015-08-03 Doug Evans <dje@google.com>
7078
7079 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7080 (LOG_FILE_NAME): New global.
7081 (TextReporter.__init__): Initialize self.txt_sum.
7082 (TextReporter.report): Add support for multiple data-points.
7083 Move report to perftest.sum, put raw data in perftest.log.
7084 (TextReporter.start): Open sum and log files.
7085 (TextReporter.end): Close sum and log files.
7086 * gdb.perf/lib/perftest/testresult.py
7087 (SingleStatisticTestResult.record): Handle multiple data-points.
7088
7089 2015-07-31 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7092 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7093 kill_wait_spawned_process instead of explicit "kill -9".
7094 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7095 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7096 kill_wait_spawned_process.
7097 * gdb.base/attach-twice.exp: Likewise.
7098 * gdb.base/attach.exp: Likewise.
7099 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7100 gdb_test_multiple.
7101 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7102 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7103 kill_wait_spawned_process.
7104 * gdb.base/valgrind-infcall.exp: Likewise.
7105 * gdb.multi/multi-attach.exp: Likewise.
7106 * gdb.python/py-prompt.exp: Likewise.
7107 * gdb.python/py-sync-interp.exp: Likewise.
7108 * gdb.server/ext-attach.exp: Likewise.
7109 * gdb.threads/attach-into-signal.exp (corefunc): Use
7110 spawn_wait_for_attach, spawn_id_get_pid and
7111 kill_wait_spawned_process.
7112 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7113 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7114 spawn_id_get_pid and kill_wait_spawned_process.
7115 * gdb.threads/attach-stopped.exp (corefunc): Use
7116 spawn_wait_for_attach, spawn_id_get_pid and
7117 kill_wait_spawned_process.
7118 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7119 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7120 kill_wait_spawned_process instead of explicit "kill -9".
7121 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7122 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7123 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7124 processes. Don't map cygwin/windows pids here. Now returns a
7125 spawn id list.
7126
7127 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7130 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7131 correct patch.
7132
7133 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7134
7135 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7136
7137 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7138
7139 Reapply:
7140 2014-05-21 Mark Wielaard <mjw@redhat.com>
7141
7142 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7143
7144 2015-07-30 Pedro Alves <palves@redhat.com>
7145
7146 * linux-low.c (handle_extended_wait): Set the child's last
7147 reported status to TARGET_WAITKIND_STOPPED.
7148
7149 2015-07-30 Pedro Alves <palves@redhat.com>
7150
7151 PR threads/18600
7152 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7153 only shows inferior 1.
7154
7155 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7156 Pedro Alves <palves@redhat.com>
7157
7158 PR threads/18600
7159 * gdb.threads/fork-plus-threads.c: New file.
7160 * gdb.threads/fork-plus-threads.exp: New file.
7161
7162 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7163
7164 * gdb.base/batch-preserve-term-settings.exp
7165 (test_terminal_settings_preserved_after_cli_exit): Use
7166 send_quit_command.
7167
7168 2015-07-29 Pedro Alves <palves@redhat.com>
7169 Don Breazeal <donb@codesourcery.com>
7170
7171 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7172 output from both inferior_spawn_id and gdb_spawn_id.
7173
7174 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7175
7176 * gdb.threads/attach-into-signal.exp (corefunc): Use
7177 with_test_prefix on nested loops, uniquefying the test messages.
7178
7179 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7180
7181 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7182 commit.
7183
7184 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7185
7186 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7187 New proc.
7188 (test_terminal_settings_preserved_after_sigterm): New test.
7189
7190 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7191
7192 * gdb.base/batch-preserve-term-settings.exp
7193 (test_terminal_settings_preserved_after_cli_exit): New test.
7194
7195 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7196
7197 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7198 manipulation of saved_gdbflags.
7199 (test_terminal_settings_preserved): Remove global declaration of
7200 the unused variable pagination_prompt. Remove manipulation of
7201 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7202 GDBFLAGS.
7203
7204 2015-07-29 Pedro Alves <palves@redhat.com>
7205
7206 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7207
7208 2015-07-29 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7211 at the top.
7212
7213 2015-07-29 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7216 (main): Call gdb_unbuffer_output.
7217 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7218 (main): Call gdb_unbuffer_output.
7219 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7220 (main): Call gdb_unbuffer_output.
7221 * gdb.base/call-strs.exp: Adjust to step over the
7222 gdb_unbuffer_output call.
7223 * gdb.base/catch-gdb-caused-signals.c: Include
7224 "../lib/unbuffer_output.c".
7225 (main): Call gdb_unbuffer_output.
7226 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7227 (main): Call gdb_unbuffer_output.
7228 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7229 (main): Call gdb_unbuffer_output.
7230 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7231 (main): Call gdb_unbuffer_output.
7232 * gdb.base/shlib-call.exp: Adjust to step over the
7233 gdb_unbuffer_output call.
7234 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7235 (main): Call gdb_unbuffer_output.
7236 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7237 (main): Call gdb_unbuffer_output.
7238 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7239 (main): Rename to ...
7240 (test): ... this.
7241 (main): Reimplement.
7242 * gdb.base/varargs.exp: Run to test instead of to main.
7243 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7244 (main): Call gdb_unbuffer_output.
7245
7246 2015-07-29 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7249 factore out from mi_continue_dprintf. For call-style dprintfs,
7250 expect dprintf output out of $inferior_spawn_id.
7251 (mi_continue_dprintf): Use mi_expect_dprintf.
7252 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7253 (main): Call gdb_unbuffer_output.
7254
7255 2015-07-29 Pedro Alves <palves@redhat.com>
7256
7257 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7258 (default_mi_gdb_start): Set inferior_spawn_id instead of
7259 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7260 gdb_spawn_id.
7261 (mi_gdb_test): Always expect inferior output from both
7262 $inferior_spawn_id and $gdb_spawn_id.
7263
7264 2015-07-29 Pedro Alves <palves@redhat.com>
7265
7266 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7267 send_inferior and $inferior_spawn_id.
7268
7269 2015-07-29 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.gdb/complaints.exp (test_initial_complaints)
7272 (test_serial_complaints, test_short_complaints): Use
7273 gdb_test_stdio.
7274 (test_empty_complaint): Handle $inferior_spawn_id !=
7275 $gdb_spawn_id.
7276
7277 2015-07-29 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.base/varargs.exp: Use gdb_test_stdio.
7280
7281 2015-07-29 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7284
7285 2015-07-29 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7288
7289 2015-07-29 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7292 parameter into two new parameters, "inf_result" and "gdb_result".
7293 Expect inferior output and gdb output from $inferior_spawn_id and
7294 $gdb_spawn_id, respectively. Adjust all callers.
7295
7296 2015-07-29 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7299 of gdb_test_sequence.
7300
7301 2015-07-29 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7304 (saw_spurious_output): Expect inferior output from
7305 $inferior_spawn_id. Use gdb_test_stdio.
7306
7307 2015-07-29 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.base/dprintf.exp: Use standard_testfile. Change
7310 prepare_for_testing call.
7311 (srcfile): Don't set.
7312 (restart): New procedure.
7313 (test_dprintf): New procecure, use to continue over dprintfs.
7314 (test_call, test_agent): New procedures, tests moved here.
7315 Restart gdb and recreate dprintfs. Adjust expected output.
7316
7317 2015-07-29 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7320
7321 2015-07-29 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7324
7325 2015-07-29 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7328 gdb_test_stdio.
7329
7330 2015-07-29 Pedro Alves <palves@redhat.com>
7331
7332 * lib/gdb.exp (gdb_test_stdio): New procedure.
7333
7334 2015-07-29 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7337
7338 2015-07-29 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/call-signal-resume.exp: Remove check for
7341 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7342 * gdb.base/unwindonsignal.exp: Likewise.
7343 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7344 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7345
7346 2015-07-29 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/siginfo-addr.c (pass): New function.
7349 (handler): Call it iff si_addr is correct.
7350 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7351 Set a breakpoint at "pass" and continue to it.
7352
7353 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7354
7355 * gdb.python/py-objfile.exp: Make some tests have unique names.
7356 * gdb.python/py-pp-registration.exp: Likewise.
7357
7358 2015-07-28 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7361
7362 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7363
7364 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7365
7366 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7367
7368 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7369
7370 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7371
7372 * gdb.base/gdb-sigterm-2.exp: New test.
7373
7374 2015-07-25 Doug Evans <xdje42@gmail.com>
7375
7376 Revert:
7377 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7378 (workers/%.worker, build-perf): New rule.
7379 (GDB_PERFTEST_MODE): New variable.
7380 (check-perf): Use it.
7381 (clean): Clean up gdb.perf parallel build subdirs.
7382 * lib/build-piece.exp: New file.
7383 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7384 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7385 name.
7386 (standard_temp_file): Ditto.
7387 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7388 of $GDB_PARALLEL.
7389
7390 2015-07-24 Doug Evans <dje@google.com>
7391
7392 * gdb.perf/lib/perftest/utils.py: New file.
7393 * gdb.perf/gm-hello.cc: New file.
7394 * gdb.perf/gm-pervasive-typedef.cc: New file.
7395 * gdb.perf/gm-pervasive-typedef.h: New file.
7396 * gdb.perf/gm-std.cc: New file.
7397 * gdb.perf/gm-std.h: New file.
7398 * gdb.perf/gm-use-cerr.cc: New file.
7399 * gdb.perf/gm-utils.h: New file.
7400 * gdb.perf/gmonster-null-lookup.py: New file.
7401 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7402 * gdb.perf/gmonster-print-cerr.py: New file.
7403 * gdb.perf/gmonster-ptype-string.py: New file.
7404 * gdb.perf/gmonster-runto-main.py: New file.
7405 * gdb.perf/gmonster-select-file.py: New file.
7406 * gdb.perf/gmonster1-null-lookup.exp: New file.
7407 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7408 * gdb.perf/gmonster1-print-cerr.exp: New file.
7409 * gdb.perf/gmonster1-ptype-string.exp: New file.
7410 * gdb.perf/gmonster1-runto-main.exp: New file.
7411 * gdb.perf/gmonster1-select-file.exp: New file.
7412 * gdb.perf/gmonster1.cc: New file.
7413 * gdb.perf/gmonster1.exp: New file.
7414 * gdb.perf/gmonster2-null-lookup.exp: New file.
7415 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7416 * gdb.perf/gmonster2-print-cerr.exp: New file.
7417 * gdb.perf/gmonster2-ptype-string.exp: New file.
7418 * gdb.perf/gmonster2-runto-main.exp: New file.
7419 * gdb.perf/gmonster2-select-file.exp: New file.
7420 * gdb.perf/gmonster2.cc: New file.
7421 * gdb.perf/gmonster2.exp: New file.
7422
7423 2015-07-24 Doug Evans <dje@google.com>
7424
7425 * gdb.perf/README: New file.
7426 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7427 * lib/gen-perf-test.exp: New file.
7428
7429 2015-07-24 Doug Evans <dje@google.com>
7430
7431 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7432 (PerfTest::startup): New function.
7433 (PerfTest::run): Return result of calling body.
7434 (PerfTest::assemble): Rewrite.
7435 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7436 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7437 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7438 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7439 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7440
7441 2015-07-24 Doug Evans <dje@google.com>
7442
7443 * lib/gdb.exp (clean_restart): Make executable optional.
7444
7445 2015-07-24 Doug Evans <dje@google.com>
7446
7447 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7448 compiler_info references.
7449 * gdb.cp/temargs.exp: Ditto.
7450 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7451 (get_compiler_info): Early exit if already computed. Set compiler_info
7452 to "unknown" if there was a problem.
7453 (test_compiler_info): Add function comment. Call get_compiler_info.
7454
7455 2015-07-24 Doug Evans <dje@google.com>
7456
7457 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7458 (workers/%.worker, build-perf): New rule.
7459 (GDB_PERFTEST_MODE): New variable.
7460 (check-perf): Use it.
7461 (clean): Clean up gdb.perf parallel build subdirs.
7462 * lib/build-piece.exp: New file.
7463 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7464 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7465 name.
7466 (standard_temp_file): Ditto.
7467 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7468 of $GDB_PARALLEL.
7469
7470 2015-07-24 Doug Evans <dje@google.com>
7471
7472 * lib/future.exp (gdb_default_target_compile): New option
7473 "early_flags".
7474 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7475 --as-needed.
7476
7477 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7478
7479 * gdb.base/catch-syscall.exp: Call gdb_exit before
7480 gdb_skip_xml_test.
7481
7482 2015-07-24 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.python/py-events.exp: Accept output between the stop event
7485 and the prompt.
7486 * gdb.python/py-evsignal.exp: Likewise.
7487 * gdb.python/py-evthreads.exp: Likewise.
7488
7489 2015-07-24 Pedro Alves <palves@redhat.com>
7490
7491 PR gdb/18717
7492 * gdb.threads/non-ldr-exit.c: New file.
7493 * gdb.threads/non-ldr-exit.exp: New file.
7494
7495 2015-07-24 Yao Qi <yao.qi@linaro.org>
7496
7497 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7498 restarting process.
7499
7500 2015-07-24 Yao Qi <yao.qi@linaro.org>
7501
7502 * gdb.server/ext-restart.exp: New file.
7503
7504 2015-07-24 Yao Qi <yao.qi@linaro.org>
7505
7506 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7507 argument options.
7508 * gdb.server/ext-wrapper.exp: New file.
7509
7510 2015-07-23 Doug Evans <dje@google.com>
7511
7512 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7513 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7514
7515 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7516
7517 * gdb.ada/var_arr_typedef.exp: New testcase.
7518 * gdb.ada/var_arr_typedef/pack.adb: New file.
7519 * gdb.ada/var_arr_typedef/pack.ads: New file.
7520 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7521
7522 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7523
7524 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7525
7526 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 * gdb.arch/i386-biarch-core.exp: Replace istarget
7529 by "complete set gnutarget". Remove expectation for the "core-file"
7530 command.
7531
7532 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 Revert the previous commit:
7535 Tests for validate symbol file using build-id.
7536
7537 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7538
7539 Tests for validate symbol file using build-id.
7540 * gdb.base/solib-mismatch-lib.c: New file.
7541 * gdb.base/solib-mismatch-libmod.c: New file.
7542 * gdb.base/solib-mismatch.c: New file.
7543 * gdb.base/solib-mismatch.exp: New file.
7544
7545 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7546
7547 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7548 nios2-*-linux*.
7549 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7550 * gdb.base/siginfo.exp: Likewise.
7551 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7552
7553 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7554
7555 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7556 Move it to ...
7557 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7558 ... here.
7559 * gdb.trace/range-stepping.exp: Check that the target supports
7560 range stepping.
7561
7562 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7563
7564 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7565
7566 2015-07-14 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.base/killed-outside.exp: New file.
7569 * gdb.base/killed-outside.c: New file.
7570
7571 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7574 (n at main): New.
7575 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7576
7577 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7578
7579 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7580 infcall tests instead of setting up for KFAIL.
7581
7582 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7583
7584 * gdb.btrace/record_goto-step.exp: New.
7585
7586 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 PR compile/18484
7589 * gdb.compile/compile.c (struct struct_type): Add volatile to
7590 selffield's type.
7591 * gdb.compile/compile.exp
7592 (compile code struct_object.selffield = &struct_object): Skip further
7593 struct_object tests if this one xfails.
7594
7595 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7596
7597 PR exp/18617
7598 * gdb.trace/ax.exp: Add test.
7599
7600 2015-07-07 Yao Qi <yao.qi@linaro.org>
7601
7602 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7603 instead of istarget "aarch64*-*-*".
7604 * gdb.arch/aarch64-fp.exp: Likewise.
7605 * gdb.base/float.exp: Likewise.
7606 * gdb.reverse/aarch64.exp: Likewise.
7607 * lib/gdb.exp (is_aarch64_target): New proc.
7608
7609 2015-07-07 Yao Qi <yao.qi@linaro.org>
7610
7611 * lib/gdb.exp (is_aarch32_target): New proc.
7612 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7613 instead of "istarget "arm*-*-*"".
7614 * gdb.arch/arm-disp-step.exp: Likewise.
7615 * gdb.arch/thumb-bx-pc.exp: Likewise.
7616 * gdb.arch/thumb-prologue.exp: Likewise.
7617 * gdb.arch/thumb-singlestep.exp: Likewise.
7618 * gdb.base/disp-step-syscall.exp: Likewise.
7619 * gdb.base/float.exp: Likewise.
7620
7621 2015-07-07 Yao Qi <yao.qi@linaro.org>
7622
7623 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7624 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7625
7626 2015-07-07 Yao Qi <yao.qi@linaro.org>
7627
7628 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7629 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7630 if it exists.
7631 * gdb.multi/multi-arch.exp: Likewise.
7632
7633 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7636 print.
7637
7638 2015-07-07 Yao Qi <yao.qi@linaro.org>
7639
7640 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7641
7642 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7643
7644 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7645 '[' and ']' characters.
7646
7647 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7648
7649 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7650
7651 2015-06-29 Pedro Alves <palves@redhat.com>
7652
7653 PR threads/18127
7654 * gdb.threads/hand-call-new-thread.c: New file.
7655 * gdb.threads/hand-call-new-thread.c: New file.
7656
7657 2015-06-26 Keith Seitz <keiths@redhat.com>
7658 Doug Evans <dje@google.com>
7659
7660 PR 16253
7661 * gdb.cp/var-tag-2.cc: New file.
7662 * gdb.cp/var-tag-3.cc: New file.
7663 * gdb.cp/var-tag-4.cc: New file.
7664 * gdb.cp/var-tag.cc: New file.
7665 * gdb.cp/var-tag.exp: New file.
7666
7667 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7668
7669 * gdb.base/history-duplicates.exp: New test.
7670
7671 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7672
7673 * gdb.base/completion.exp: Test the completion of the "focus"
7674 command.
7675
7676 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 * gdb.arch/amd64-prologue-skip.S: New file.
7679 * gdb.arch/amd64-prologue-skip.exp: New file.
7680
7681 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7682
7683 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7684 is_address_zero_readable check.
7685
7686 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7687
7688 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7689 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7690
7691 2015-06-24 Yao Qi <yao.qi@linaro.org>
7692
7693 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7694 linux targets.
7695
7696 2015-06-24 Yao Qi <yao.qi@linaro.org>
7697
7698 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7699 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7700 * gdb.base/siginfo-thread.exp: Likewise.
7701
7702 2015-06-22 Yao Qi <yao.qi@linaro.org>
7703
7704 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7705
7706 2015-06-22 Yao Qi <yao.qi@linaro.org>
7707
7708 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7709 aarch64*-*-*.
7710 (skip_hw_watchpoint_tests): Likewise.
7711
7712 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7713
7714 * gdb.base/gdbinit-history.exp: Test the interaction between
7715 setting GDBHISTSIZE and setting the history size via .gdbinit.
7716
7717 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7718
7719 PR gdb/16999
7720 * gdb.base/gdbhistsize-history.exp: New test.
7721
7722 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7723
7724 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7725 with GDBHISTSIZE.
7726 * gdb.base/readline.exp: Likewise.
7727
7728 2015-06-17 Yao Qi <yao.qi@linaro.org>
7729
7730 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7731 line.
7732
7733 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7734
7735 * gdb.base/gdbinit-history.exp: Add test case to check that
7736 an unlimited history file does not get truncated on exit.
7737
7738 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7739
7740 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7741 (VECTOR): New macro. Use it...
7742 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7743 ...for these typedefs.
7744 (int8, char1, int1, double1): New typedefs.
7745 (struct just_int2, struct two_int2): New structures.
7746 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7747 (add_structvecs, add_singlevecs): New functions.
7748 (main): Call add_some_intvecs twice.
7749 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7750 the compile and exit upon failure. Try compiling for the "native"
7751 architecture. Test inferior function calls with vector arguments
7752 and vector return value handling with "finish" and "return".
7753
7754 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7755
7756 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7757 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7758 PE file.
7759 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7760
7761 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7762
7763 PR breakpoints/16465
7764 * gdb.mi/mi-dprintf-pending.c: New file.
7765 * gdb.mi/mi-dprintf-pending.exp: New test.
7766 * gdb.mi/mi-dprintf-pendshr.c: New file.
7767
7768 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7769 Mircea Gherzan <mircea.gherzan@intel.com>
7770
7771 * gdb.arch/i386-mpx-map.c: New file.
7772 * gdb.arch/i386-mpx-map.exp: New File.
7773
7774 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7775
7776 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7777 * gdb.arch/i386-mpx.exp: Indentation fixed.
7778
7779 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7780
7781 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7782 function and improved indentation.
7783 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7784 gdb_test_multiple. Added additional tests to skip the test.
7785
7786 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7787
7788 * gdb.arch/i386-avx512.c: Change path in include file.
7789 * gdb.arch/i386-avx512.exp: Change include dir path
7790 compilation flag.
7791 * gdb.arch/i386-mpx.c: Change path in include file.
7792 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7793 flag.
7794
7795 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7796
7797 * gdb.compile/compile-print.exp (compile print *vararray@3)
7798 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7799
7800 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7803 (do not keep jit in memory): ... this.
7804 (expect 5): Change it to ...
7805 (expect no 5): ... this.
7806
7807 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7808
7809 PR gdb/15564
7810 * gdb.mi/mi-detach.exp: New file.
7811
7812 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 PR symtab/18392
7815 * gdb.arch/amd64-tailcall-self.S: New file.
7816 * gdb.arch/amd64-tailcall-self.c: New file.
7817 * gdb.arch/amd64-tailcall-self.exp: New file.
7818
7819 2015-05-28 Don Breazeal <donb@codesourcery.com>
7820
7821 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7822 tests for remote targets by checking is_target_gdbserver.
7823
7824 2015-05-27 Doug Evans <dje@google.com>
7825
7826 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7827 * gdb.dwarf2/opaque-type-lookup.c: New file.
7828 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7829
7830 2015-05-26 Doug Evans <dje@google.com>
7831
7832 * gdb.cp/iostream.cc: New file.
7833 * gdb.cp/iostream.exp: New file.
7834
7835 2015-05-26 Doug Evans <dje@google.com>
7836
7837 * gdb.dwarf2/dw2-op-call.exp: Update.
7838 * gdb.dwarf2/dw4-sig-types.exp: Update.
7839 * gdb.dwarf2/implptr.exp: Update.
7840 * gdb.mi/mi-cmd-param-changed.exp: Update.
7841
7842 2015-05-26 Doug Evans <dje@google.com>
7843
7844 * gdb.python/py-lazy-string.c: New file.
7845 * gdb.python/py-lazy-string.exp: New file.
7846 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7847 (main): Update. Add estring3.
7848 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7849 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7850
7851 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7852 Yao Qi <yao.qi@linaro.org>
7853
7854 * gdb.reverse/aarch64.c: New.
7855 * gdb.reverse/aarch64.exp: New.
7856
7857 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7858
7859 * lib/gdb.exp (supports_process_record): Return true for
7860 aarch64*-linux*.
7861 (supports_reverse): Likewise.
7862
7863 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7864
7865 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7866 Use with_test_prefix.
7867
7868 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7869
7870 * gdb.base/completion.exp: Add test for completion of layout
7871 names.
7872
7873 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * lib/gdb.exp (skip_tui_tests): New proc.
7876 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7877
7878 2015-05-19 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7881 Save the whole env array instead of just HOME. Unset HISTSIZE in
7882 the environment while testing. Restore whole environment
7883 afterwards.
7884
7885 2015-05-16 Doug Evans <xdje42@gmail.com>
7886
7887 * gdb.guile/scm-ports.c: New file.
7888 * gdb.guile/scm-ports.exp: Add memory port tests.
7889
7890 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7891
7892 * gdb.compile/compile-print.c: New file.
7893 * gdb.compile/compile-print.exp: New file.
7894
7895 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * gdb.compile/compile-ops.exp: Cast param to void.
7898 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7899 (compile code struct_object.selffield = &struct_object): Add xfail.
7900
7901 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.ada/arr_enum_with_gap: New testcase.
7904
7905 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7906
7907 * gdb.ada/byte_packed_arr: New testcase.
7908
7909 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7910
7911 * gdb.ada/pckd_neg: New testcase.
7912
7913 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7914
7915 PR gdb/17820
7916 * gdb.base/gdbinit-history.exp: New test.
7917 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7918 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7919
7920 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7921
7922 * gdb.python/py-xmethods.cc: Enhance test case.
7923 * gdb.python/py-xmethods.exp: New tests.
7924 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7925 function.
7926 (B_indexoper): Likewise.
7927 (global_dm_list) : Add new xmethod worker functions.
7928
7929 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7930
7931 * gdb.base/coredump-filter.exp: Correctly unset
7932 "coredump_var_addr" array.
7933
7934 2015-05-08 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.server/non-existing-program.exp: Unset spawn_id.
7937
7938 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7939
7940 PR python/18291
7941 * gdb.python/py-xmethods.exp: Add tests.
7942
7943 2015-05-08 Yao Qi <yao.qi@linaro.org>
7944
7945 PR gdb/18208
7946 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7947 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7948 function set_coredump_filter, and remove remote_exec call.
7949 Remove argument ipid. Callers update.
7950 (top level): Don't get inferior's PID.
7951
7952 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7953
7954 * gdb.base/watch_thread_num.exp: Skip test on targets without
7955 access watchpoints.
7956
7957 2015-05-06 Pedro Alves <palves@redhat.com>
7958
7959 PR server/18081
7960 * gdb.server/non-existing-program.exp: New file.
7961
7962 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7965
7966 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/out_of_line_in_inlined: New testcase.
7969
7970 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7971
7972 * gdb.ada/var_rec_arr: New testcase.
7973
7974 2015-04-30 Yao Qi <yao.qi@linaro.org>
7975
7976 * gdb.base/break-idempotent.exp: If
7977 skip_hw_watchpoint_multi_tests returns true, skip the tests
7978 on "rwatch" and "awatch".
7979
7980 2015-04-30 Yao Qi <yao.qi@linaro.org>
7981
7982 * gdb.base/relativedebug.exp: Invoke gdb command
7983 "info sharedlibrary", and if libc.so doesn't have debug info,
7984 skip the test.
7985
7986 2015-04-29 Doug Evans <dje@google.com>
7987
7988 * gdb.python/py-xmethods.exp: Add ptype tests.
7989 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7990 get_result_type method.
7991
7992 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7993
7994 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7995 the target does not support hardware watchpoints.
7996
7997 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7998
7999 * gdb.base/break-always.exp: Abort testing if writing to memory
8000 causes an error.
8001
8002 2015-04-28 Doug Evans <dje@google.com>
8003
8004 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8005 * gdb.python/py-pp-registration.exp: ... here. New file.
8006 * gdb.python/py-pp-registration.c: New file.
8007 * gdb.python/py-pp-registration.py: New file.
8008
8009 2015-04-28 Doug Evans <dje@google.com>
8010
8011 * gdb.python/py-bad-printers.c: New file.
8012 * gdb.python/py-bad-printers.py: New file.
8013 * gdb.python/py-bad-printers.exp: New file.
8014
8015 2015-04-28 Sasha Smundak <asmundak@google.com>
8016
8017 * gdb.python/py-type.exp: New test.
8018
8019 2015-04-28 Andy Wingo <wingo@igalia.com>
8020
8021 * gdb.python/py-parameter.exp:
8022 * gdb.guile/scm-parameter.exp: Escape the path that we are
8023 matching against, as it might contain characters that are special
8024 to regular expressions.
8025
8026 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8027
8028 * gdb.ada/rec_comp: New testcase.
8029
8030 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8031
8032 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8033 before using it.
8034
8035 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8036
8037 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8038 new tests for verilog output.
8039
8040 2015-04-24 Yao Qi <yao.qi@linaro.org>
8041
8042 * boards/remote-gdbserver-on-localhost.exp: New file.
8043
8044 2015-04-23 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8047 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8048 "end of file", remove $inferior_spawn_id from the indirect list.
8049
8050 2015-04-23 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8053
8054 2015-04-23 Pedro Alves <palves@redhat.com>
8055
8056 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8057 on $any_spawn_id instead of only on $gdb_spawn_id.
8058
8059 2015-04-21 Pierre Muller <muller@sourceware.org>
8060
8061 PR pascal/17815
8062 * lib/pascal.exp (gpc_compile): Add new option "class".
8063 (fpc_compile): Likewise.
8064 * gdb.pascal/case-insensitive-symbols.pas: New file.
8065 * gdb.pascal/case-insensitive-symbols.exp: New file.
8066
8067 2015-04-20 Gary Benson <gbenson@redhat.com>
8068
8069 * gdb.base/attach.exp: Fix three extended remote failures.
8070
8071 2015-04-17 Gary Benson <gbenson@redhat.com>
8072
8073 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8074 the main executable over the remote protocol.
8075
8076 2015-04-16 Pedro Alves <palves@redhat.com>
8077
8078 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8079 a new gdbserver if gdbserver_reconnect_p is set.
8080
8081 2015-04-16 Pedro Alves <palves@redhat.com>
8082
8083 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8084 is set, don't exit gdbserver.
8085
8086 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8087
8088 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8089 appropriate .insn, such that an older assembler can be used.
8090 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8091 the z/Architecture instruction set on 31-bit targets as well.
8092
8093 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.go/handcall.exp: Remove all logic related to the first
8096 breakpoint and rely on go_runto_main instead.
8097 * gdb.go/strings.exp: Likewise.
8098 * gdb.go/unsafe.exp: Likewise.
8099 * gdb.go/hello.exp: Likewise. Also rename the remaining
8100 breakpoint marker to "breakpoint 1".
8101 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8102 * gdb.go/strings.go: Likewise.
8103 * gdb.go/unsafe.go: Likewise.
8104 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8105 "set breakpoint 2 here" and rename the remaining breakpoint marker
8106 to "breakpoint 1".
8107
8108 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8109
8110 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8111 if itertools.imap is not present.
8112 * gdb.python/py-objfile.exp: Add parentheses.
8113 * gdb.python/py-type.exp: Same.
8114 * gdb.python/py-unwind-maint.py: Same.
8115
8116 2015-04-15 Yao Qi <yao.qi@linaro.org>
8117
8118 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8119 of ":$ptr_size" and set its form explicitly.
8120
8121 2015-04-15 Pedro Alves <palves@redhat.com>
8122 Yao Qi <yao.qi@linaro.org>
8123
8124 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8125 timeout by factor of 4.
8126 (test_regular_watch): Likewise.
8127 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8128 * gdb.reverse/sigall-reverse.exp: Likewise.
8129 * gdb.reverse/until-precsave.exp: Likewise.
8130 * lib/gdb.exp (with_timeout_factor): New proc.
8131 (gdb_expect): Move some code to ...
8132 (get_largest_timeout): ... here. New procedure.
8133
8134 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8135
8136 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8137
8138 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8139
8140 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8141 to write to the .text section.
8142
8143 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8144
8145 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8146 Handle the case of targets that do not provide PID information.
8147
8148 2015-04-13 Yao Qi <yao.qi@linaro.org>
8149
8150 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8151 and use expect instead of gdb_expect.
8152
8153 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8154
8155 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8156 "coredump_var_addr" to avoid naming conflict with other testcases.
8157
8158 2015-04-10 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8161 gdb_test_sequence and gdb_assert.
8162
8163 2015-04-10 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8166 test messages that don't include the breakpoint address.
8167
8168 2015-04-10 Yao Qi <yao.qi@linaro.org>
8169
8170 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8171 false for some offset and width combinations which aren't
8172 supported by linux kernel.
8173
8174 2015-04-10 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8177 procedure, factored out from ...
8178 (top level): ... here. Add "set displaced-stepping" testing axis.
8179 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8180 parameter "displaced". Use it.
8181 (top level): Use foreach and add "set displaced-stepping" testing
8182 axis.
8183
8184 2015-04-10 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8187 Remove comment.
8188 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8189 both the address of the instruction that triggers the watchpoint
8190 and the address of the instruction immediately after, and use
8191 those addresses for the test. Fix comment.
8192
8193 2015-04-10 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.base/sigstep.exp (breakpoint_to_handler)
8196 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8197 Test "backtrace" in handler.
8198 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8199 (top level): Add new "displaced" test axis to
8200 breakpoint_to_handler, breakpoint_to_handler_entry and
8201 breakpoint_over_handler.
8202
8203 2015-04-10 Pedro Alves <palves@redhat.com>
8204
8205 PR gdb/18216
8206 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8207
8208 2015-04-10 Yao Qi <yao.qi@linaro.org>
8209
8210 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8211 (test_add_rn_pc): New function.
8212 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8213 (top level): Invoke test_add_rn_pc.
8214
8215 2015-04-10 Pedro Alves <palves@redhat.com>
8216
8217 PR gdb/13858
8218 * gdb.base/step-over-no-symbols.exp: New file.
8219
8220 2015-04-09 Andy Wingo <wingo@igalia.com>
8221
8222 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8223 after the Python tests.
8224
8225 2015-04-08 Keith Seitz <keiths@redhat.com>
8226
8227 PR python/16699
8228 * gdb.python/py-completion.exp: New tests for completion.
8229 * gdb.python/py-completion.py (CompleteLimit1): New class.
8230 (CompleteLimit2): Likewise.
8231 (CompleteLimit3): Likewise.
8232 (CompleteLimit4): Likewise.
8233 (CompleteLimit5): Likewise.
8234 (CompleteLimit6): Likewise.
8235 (CompleteLimit7): Likewise.
8236
8237 2015-04-08 Pedro Alves <palves@redhat.com>
8238
8239 PR gdb/18214
8240 PR gdb/18216
8241 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8242 function.
8243 (main): Install it as SIGUSR1 handler.
8244 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8245 parameter. Always use "setup" as prefix. Toggle "set
8246 displaced-stepping" off/on depending on global. Don't switch to
8247 thread 1 here.
8248 (top level): Add displaced stepping "off/on" test axis. Update
8249 "setup" calls. Wrap each subtest with with_test_prefix. Test
8250 continuing with a queued signal in each thread.
8251
8252 2015-04-08 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8255 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8256 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8257 Return early if running to main fails.
8258 * gdb.trace/while-stepping.exp: Likewise.
8259
8260 2015-04-07 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8263 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8264 interact with inferior program.
8265
8266 2015-04-07 Pedro Alves <palves@redhat.com>
8267
8268 * lib/gdb.exp (inferior_spawn_id): New global.
8269 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8270 spawn id after processing the user code.
8271 (default_gdb_start): Set inferior_spawn_id.
8272 (send_inferior): New procedure.
8273 * lib/gdbserver-support.exp (gdbserver_start): Set
8274 inferior_spawn_id.
8275 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8276
8277 2015-04-07 Pedro Alves <palves@redhat.com>
8278
8279 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8280 * lib/gdbserver-support.exp (gdbserver_start): Make
8281 $server_spawn_id global.
8282 (gdbserver_start): Don't wait for gdbserver's spawn id with
8283 expect_background.
8284 (close_gdbserver): New procedure.
8285 (gdb_exit): Rename the default version and reimplement.
8286
8287 2015-04-07 Pedro Alves <palves@redhat.com>
8288
8289 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8290 append the substituted item, not the original item.
8291
8292 2015-04-07 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8295 gdb_expect.
8296
8297 2015-04-07 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8300 output appearing once only.
8301
8302 2015-04-07 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8305 that doesn't expect anything. Return early if running to main
8306 fails.
8307
8308 2015-04-07 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8311 (child_function): Call alarm.
8312 (main): Move call to alarm into the loop.
8313 * gdb.threads/non-stop-fair-events.exp: Build program with
8314 -DTIMEOUT=$timeout.
8315
8316 2015-04-06 Doug Evans <xdje42@gmail.com>
8317
8318 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8319 Fix dest parameter to board_info.
8320 (fpc_compile): Ditto.
8321 (gdb_compile_pascal): Rename dest arg to destfile.
8322
8323 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8324
8325 * gdb.ada/funcall_ref.exp: New file.
8326 * gdb.ada/funcall_ref/foo.adb: New file.
8327
8328 2015-04-02 Yao Qi <yao.qi@linaro.org>
8329
8330 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8331 is remote.
8332
8333 2015-04-02 Gary Benson <gbenson@redhat.com>
8334
8335 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8336
8337 2015-04-01 Sasha Smundak <asmundak@google.com>
8338
8339 * gdb.python/py-unwind-maint.c: New file.
8340 * gdb.python/py-unwind-maint.exp: New test.
8341 * gdb.python/py-unwind-maint.py: New file.
8342 * gdb.python/py-unwind.c: New file.
8343 * gdb.python/py-unwind.exp: New test.
8344 * gdb.python/py-unwind.py: New test.
8345
8346 2015-04-01 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8349 to fail instead of non-existent $test.
8350
8351 2015-04-01 Pedro Alves <palves@redhat.com>
8352
8353 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8354 GDBFLAGS if not empty.
8355
8356 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8357
8358 * gdb.ada/complete.exp: Remove "multi_line".
8359 * gdb.ada/info_exc.exp: Remove "multi_line".
8360 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8361 * gdb.ada/ptype_field.exp: Remove "multi_line".
8362 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8363 * gdb.ada/tagged.exp: Remove "multi_line".
8364 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8365 [multi_line ...]
8366 * gdb.btrace/delta.exp: Likewise.
8367 * gdb.btrace/exception.exp: Likewise.
8368 * gdb.btrace/function_call_history.exp: Likewise.
8369 * gdb.btrace/instruction_history.exp: Likewise.
8370 * gdb.btrace/nohist.exp: Likewise.
8371 * gdb.btrace/record_goto.exp: Likewise.
8372 * gdb.btrace/segv.exp: Likewise.
8373 * gdb.btrace/stepi.exp: Likewise.
8374 * gdb.btrace/tailcall.exp: Likewise.
8375 * gdb.btrace/unknown_functions.exp: Likewise.
8376 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8377 * lib/gdb.exp: Add the "multi_line" helper.
8378
8379 2015-04-01 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.threads/tid-reuse.c: New file.
8382 * gdb.threads/tid-reuse.exp: New file.
8383
8384 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8385
8386 PR corefiles/16092
8387 * gdb.base/coredump-filter.c: New file.
8388 * gdb.base/coredump-filter.exp: Likewise.
8389
8390 2015-03-27 Petr Machata <pmachata@redhat.com>
8391
8392 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8393 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8394 (Dwarf::assemble): Initialize them.
8395 (Dwarf::lines): New function.
8396
8397 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8398
8399 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8400 SYMBOL_PREFIX for x86_64-*-cygwin.
8401
8402 2015-03-26 Andy Wingo <wingo@igalia.com>
8403
8404 PR symtab/18148
8405 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8406 const_value but not a location.
8407 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8408 location defined in non-main CUs are visible.
8409
8410 2015-03-26 Yao Qi <yao.qi@linaro.org>
8411
8412 PR testsuite/18139
8413 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8414 Add a line number entry for the same line.
8415 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8416 Add a line number entry for the same line.
8417
8418 2015-03-26 Yao Qi <yao.qi@linaro.org>
8419
8420 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8421 .int 0.
8422 (func): Likewise. Add .Lfunc_1 label.
8423 Use .Lfunc_1 label.
8424 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8425 .int 0.
8426 (func): Likewise.
8427 Use .Lfunc_1 label.
8428
8429 2015-03-26 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8432 Call gdb_compile instead to compile each .s files without debug
8433 information.
8434
8435 2015-03-26 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.base/savedregs.exp (process_saved_regs): Make
8438 "Saved registers:" optional in the pattern.
8439
8440 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8441
8442 * gdb.btrace/next.exp: Merged into step.exp.
8443 * gdb.btrace/finish.exp: Merged into step.exp.
8444 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8445 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8446 "record goto" and checking the exact replay position.
8447 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8448 check for "Recording format" in "info record" output.
8449 * gdb.btrace/record_goto.exp: Choose test file based on target.
8450 * gdb.btrace/x86-record_goto.S: Renamed into ...
8451 * gdb.btrace/x86_64-record_goto.S: ... this.
8452 * gdb.btrace/i686-record_goto.S: New.
8453 * gdb.btrace/x86-tailcall.S: Renamed into ...
8454 * gdb.btrace/x86_64-tailcall.S: ... this.
8455 * gdb.btrace/i686-tailcall.S: New.
8456 * gdb.btrace/x86-tailcall.c: Renamed into ...
8457 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8458 separate statements. Update test.
8459 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8460 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8461 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8462 * gdb.btrace/tailcall.exp: Choose test file based on target.
8463 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8464
8465 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8466
8467 * gdb.btrace/exception.exp: Increase BTS buffer size.
8468
8469 2015-03-24 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8472
8473 2015-03-24 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.threads/schedlock.exp (test_step): No longer expect that
8476 "set scheduler-locking step" with "next" over a function call runs
8477 threads unlocked.
8478
8479 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8480
8481 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8482
8483 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8484
8485 PR breakpoints/16466
8486 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8487 * gdb.mi/mi-pending.c (thread_func): New function.
8488 (int main): Add threading support required.
8489 * gdb.mi/mi-pending.exp: Add tests for this issue.
8490 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8491 (pendfunc2): Remove stdio dependency.
8492 * gdb.mi/mi-pendshr2.c: New file.
8493
8494 2015-03-23 Keith Seitz <keiths@redhat.com>
8495
8496 * gdb.linespec/keywords.c: New file.
8497 * gdb.linespec/keywords.exp: New file.
8498
8499 2015-03-23 Keith Seitz <keiths@redhat.com>
8500
8501 PR gdb/18021
8502 * gdb.dwarf2/staticvirtual.exp: New test.
8503
8504 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8505
8506 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8507 * README: Remove HP-UX and gdb.hp.
8508 (configuration):
8509 * configure: Regenerate.
8510 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8511 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8512 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8513 gdb.hp/gdb.defects/Makefile.
8514 * gdb.hp/Makefile.in: File deleted.
8515 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8516 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8517 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8518 * gdb.hp/gdb.aCC/run.c: File deleted.
8519 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8520 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8521 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8522 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8523 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8524 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8525 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8526 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8527 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8528 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8529 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8530 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8531 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8532 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8533 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8534 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8535 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8536 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8537 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8538 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8539 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8540 * gdb.hp/gdb.compat/average.c: File deleted.
8541 * gdb.hp/gdb.compat/sum.c: File deleted.
8542 * gdb.hp/gdb.compat/xdb.c: File deleted.
8543 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8544 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8545 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8546 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8547 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8548 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8549 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8550 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8551 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8552 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8553 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8554 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8555 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8556 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8557 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8558 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8559 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8560 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8561 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8562 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8563 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8564 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8565 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8566 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8567 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8568 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8569 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8570 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8571 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8572 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8573 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8574 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8575 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8576 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8577 * gdb.hp/tools/odump: File deleted.
8578
8579 2015-03-19 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8582 (saw_thread_3): New globals.
8583 (top level): Increment them when an event for the corresponding
8584 thread is seen.
8585 (no thread starvation): New test.
8586
8587 2015-03-19 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.threads/continue-pending-status.c: New file.
8590 * gdb.threads/continue-pending-status.exp: New file.
8591
8592 2015-03-18 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8595 Use gdb_is_target_remote instead of is_remote. Use
8596 gdb_test_multiple instead of gdb_expect. Exit early if
8597 gdb_test_multiple hits its internal matches. Tighten stepi tests
8598 expected output. Fail on exit with any signal, instead of just
8599 SIGILL.
8600
8601 2015-03-18 Yao Qi <yao.qi@linaro.org>
8602
8603 PR tdep/18107
8604 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8605 variable.
8606 * gdb.base/catch-syscall.exp: Don't skip it on
8607 aarch64*-*-linux* target. Remove elements in all_syscalls.
8608 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8609 target.
8610 (setup_all_syscalls): New proc.
8611
8612 2015-03-16 Yao Qi <yao.qi@linaro.org>
8613
8614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8615 (top level): Skip tests if valid_addr_p returns false for
8616 $cmd1 or $cmd2.
8617
8618 2015-03-11 Andy Wingo <wingo@igalia.com>
8619
8620 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8621
8622 2015-03-11 Yao Qi <yao.qi@linaro.org>
8623
8624 * gdb.base/catch-syscall.exp: Fix typo in comments.
8625
8626 2015-03-11 Yao Qi <yao.qi@linaro.org>
8627
8628 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8629
8630 2015-03-09 Pedro Alves <palves@redhat.com>
8631
8632 * dg-extract-results.py: Delete.
8633
8634 2015-03-09 Pedro Alves <palves@redhat.com>
8635
8636 Merge dg-extract-results.sh from GCC upstream (r218843).
8637
8638 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8639 * dg-extract-results.sh: Use --text with grep to avoid issues with
8640 binary files. Fall back to cat -v, if that doesn't work.
8641
8642 2015-03-05 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8645
8646 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8647
8648 * lib/mi-support.exp (mi_expect_interrupt): Accept
8649 alternative event for when in all-stop mode.
8650
8651 2015-03-04 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8654
8655 2015-03-04 Mark Kettenis <kettenis@gnu.org>
8656
8657 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8658
8659 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8662 regexps for GDB's current line display, accept a hex address
8663 preceding the line number.
8664
8665 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8666
8667 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8668 the 'arch1' variable for "s390*-linux*" targets.
8669
8670 2015-03-04 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8673 (main): Pass missing retval argument to pthread_join call.
8674
8675 2015-03-02 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8678 (top level): Call do_test with non-stop as well.
8679
8680 2015-03-02 Pedro Alves <palves@redhat.com>
8681
8682 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8683 -1.
8684
8685 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8686
8687 * gdb.arch/s390-vregs.exp: New test.
8688 * gdb.arch/s390-vregs.S: New file.
8689
8690 2015-02-27 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8693 call to catch_command_errors.
8694 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8695 catch_command_errors.
8696
8697 2015-02-27 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8700 "true" for boolean result.
8701 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8702 prototype of main.
8703
8704 2015-02-27 Pedro Alves <palves@redhat.com>
8705
8706 * lib/unbuffer_output.c: New file.
8707 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8708 (main): Call gdb_unbuffer_output.
8709
8710 2015-02-27 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8713 target.
8714
8715 2015-02-26 Doug Evans <dje@google.com>
8716
8717 * gdb.cp/class2.cc (Dbase, D): New classes.
8718 (main): New local delta.
8719 * gdb.cp/class2.exp: Test printing delta.
8720 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8721 (dynbar): New global.
8722 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8723
8724 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 * gdb.compile/compile-ifunc.c: New file.
8727 * gdb.compile/compile-ifunc.exp: New file.
8728
8729 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8730
8731 * gdb.base/structs.exp: Check for correct struct on finish.
8732
8733 2015-02-26 Yao Qi <yao.qi@linaro.org>
8734
8735 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8736 is zero.
8737
8738 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * gdb.arch/cordic.ko.bz2: New file.
8741 * gdb.arch/cordic.ko.debug.bz2: New file.
8742 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8743
8744 2015-02-25 Yao Qi <yao.qi@linaro.org>
8745
8746 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8747 aarch64*-*-* target.
8748
8749 2015-02-23 Pedro Alves <palves@redhat.com>
8750
8751 * lib/gdb.exp (delete_breakpoints): Rewrite using
8752 gdb_test_multiple.
8753
8754 2015-02-23 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.base/info-os.c: Include stdlib.h.
8757
8758 2015-02-22 Doug Evans <xdje42@gmail.com>
8759
8760 PR symtab/17855
8761 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8762 is read after symbols have been re-read.
8763 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8764 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8765
8766 2015-02-21 Doug Evans <dje@google.com>
8767
8768 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8769
8770 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 PR corefiles/17808
8773 * gdb.arch/i386-biarch-core.core.bz2: New file.
8774 * gdb.arch/i386-biarch-core.exp: New file.
8775
8776 2015-02-21 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8779 runto_main fails.
8780
8781 2015-02-20 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8784 info probes.
8785
8786 2015-02-20 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8789
8790 2015-02-20 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8793 clean_restart before gdb_target_supports_trace.
8794
8795 2015-02-20 Pedro Alves <palves@redhat.com>
8796
8797 PR threads/18006
8798 * gdb.threads/clone-thread_db.c: New file.
8799 * gdb.threads/clone-thread_db.exp: New file.
8800
8801 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8802
8803 PR breakpoints/16812
8804 * gdb.base/catch-gdb-caused-signals.c: New file.
8805 * gdb.base/catch-gdb-caused-signals.exp: New file.
8806
8807 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8808
8809 * configure: Regenerated.
8810 * configure.ac: Use GDB_AC_TRANSFORM.
8811 * aclocal.m4: sinclude ../transform.m4.
8812
8813 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8814
8815 * lib/dtrace.exp: New file.
8816 * gdb.base/dtrace-probe.exp: Likewise.
8817 * gdb.base/dtrace-probe.d: Likewise.
8818 * gdb.base/dtrace-probe.c: Likewise.
8819 * lib/pdtrace.in: Likewise.
8820 * configure.ac: Output variables with the transformed names of
8821 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8822 * configure: Regenerated.
8823
8824 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8825
8826 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8827 expected message when trying to access $_probe_* convenience
8828 variables while not on a probe.
8829
8830 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8831
8832 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8833
8834 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8835
8836 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8837 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8838
8839 2015-02-10 Doug Evans <xdje42@gmail.com>
8840
8841 * lib/gdb.exp (gdb_load): Always return a result.
8842
8843 2015-02-10 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.threads/signal-sigtrap.c: New file.
8846 * gdb.threads/signal-sigtrap.exp: New file.
8847
8848 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8849
8850 * gdb.trace/no-attach-trace.c: New file.
8851 * gdb.trace/no-attach-trace.exp: New file.
8852
8853 2015-02-09 Mark Wielaard <mjw@redhat.com>
8854
8855 * gdb.dwarf2/atomic.c: New file.
8856 * gdb.dwarf2/atomic-type.exp: Likewise.
8857
8858 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8859
8860 * gdb.btrace/buffer-size.exp: Update "info record" output.
8861 * gdb.btrace/delta.exp: Update "info record" output.
8862 * gdb.btrace/enable.exp: Update "info record" output.
8863 * gdb.btrace/finish.exp: Update "info record" output.
8864 * gdb.btrace/instruction_history.exp: Update "info record" output.
8865 * gdb.btrace/next.exp: Update "info record" output.
8866 * gdb.btrace/nexti.exp: Update "info record" output.
8867 * gdb.btrace/step.exp: Update "info record" output.
8868 * gdb.btrace/stepi.exp: Update "info record" output.
8869 * gdb.btrace/nohist.exp: Update "info record" output.
8870
8871 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8872
8873 * gdb.btrace/buffer-size: New.
8874
8875 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8876
8877 * gdb.btrace/delta.exp: Update "info record" output.
8878 * gdb.btrace/enable.exp: Update "info record" output.
8879 * gdb.btrace/finish.exp: Update "info record" output.
8880 * gdb.btrace/instruction_history.exp: Update "info record" output.
8881 * gdb.btrace/next.exp: Update "info record" output.
8882 * gdb.btrace/nexti.exp: Update "info record" output.
8883 * gdb.btrace/step.exp: Update "info record" output.
8884 * gdb.btrace/stepi.exp: Update "info record" output.
8885 * gdb.btrace/nohist.exp: Update "info record" output.
8886
8887 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8888
8889 PR gdb/15678
8890 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8891
8892 2015-02-06 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8895 macro.
8896 (seconds_left, again): New globals.
8897 (main): Wait seconds_left in a 1-second sleep loop instead of
8898 sleeping 180 seconds. If 'again' is set, reset the seconds
8899 counter.
8900 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8901 'again' in the inferior before detaching. Print the seconds left.
8902 (options): New global.
8903 (top level): Build program with -DTIMEOUT=$timeout.
8904
8905 2015-02-06 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8908 determine how many seconds to pass to 'alarm'.
8909 * gdb.base/gdb-sigterm.exp (top level): Build program with
8910 -DTIMEOUT=$timeout.
8911 (do_test): Return success/failure indication. Add more verbose
8912 logging. Don't fail if 200 single steps are seen. Instead, fail
8913 when the test times out.
8914 (passes): New global.
8915 (top level): Break the testing loop if testing fails on any
8916 iteration. Use gdb_assert.
8917
8918 2015-02-04 Don Breazeal <donb@codesourcery.com>
8919
8920 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8921 and initialize them.
8922 (ipc_cleanup): New function.
8923 (main): Don't declare shmid, semid, and msqid. Add a call to
8924 atexit so that we call ipc_cleanup on exit.
8925
8926 2015-02-04 Pedro Alves <palves@redhat.com>
8927
8928 * boards/native-extended-gdbserver.exp: Remove any target variant
8929 specifications from the board name before clearing the isremote
8930 flag from board_info.
8931
8932 2015-01-31 Doug Evans <xdje42@gmail.com>
8933
8934 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8935
8936 2015-01-31 Gary Benson <gbenson@redhat.com>
8937
8938 * gdb.base/completion.exp: Disable completion limiting for
8939 existing tests. Add new tests to check completion limiting.
8940 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8941
8942 2015-01-31 Doug Evans <xdje42@gmail.com>
8943
8944 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8945
8946 2015-01-31 Doug Evans <xdje42@gmail.com>
8947
8948 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8949 entries. Duplicate file section script entries.
8950 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8951 inlined entries. Add test for safe-path rejection.
8952 * gdb.python/py-section-script.c: Add duplicate inlined section script
8953 entries. Duplicate file section script entries.
8954 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8955 inlined entries. Add test for safe-path rejection.
8956
8957 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8958
8959 * gdb.ada/disc_arr_bound: New testcase.
8960
8961 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8962
8963 * gdb.ada/mi_var_array: New testcase.
8964
8965 2015-01-27 Doug Evans <dje@google.com>
8966
8967 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8968 Add test for objfile.filename, objfile.username after objfile
8969 has been unloaded.
8970
8971 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8972
8973 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8974 the second test to print the name attribute of value
8975 returned by the call to gdb.lookup_type, and adjust
8976 the expected output accordingly.
8977
8978 2015-01-25 Mark Wielaard <mjw@redhat.com>
8979
8980 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8981 * gdb.base/disp-step-fork.c: Include unistd.h.
8982 * gdb.base/siginfo-obj.c: Include stdio.h.
8983 * gdb.base/siginfo-thread.c: Likewise.
8984 * gdb.mi/non-stop.c: Include unistd.h.
8985 * gdb.mi/nsthrexec.c: Include stdio.h.
8986 * gdb.mi/pthreads.c: Include unistd.h.
8987 * gdb.modula2/unbounded1.c (main): Declare returns int.
8988 * gdb.reverse/consecutive-reverse.c: Likewise.
8989 * gdb.threads/create-fail.c: Include unistd.h.
8990 * gdb.threads/killed.c: Likewise.
8991 * gdb.threads/linux-dp.c: Likewise.
8992 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8993 * gdb.threads/non-ldr-exc-2.c: Likewise.
8994 * gdb.threads/non-ldr-exc-3.c: Likewise.
8995 * gdb.threads/non-ldr-exc-4.c: Likewise.
8996 * gdb.threads/pthreads.c: Include unistd.h.
8997 (main): Declare returns int.
8998 * gdb.threads/tls-main.c (foo): New declaration.
8999 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9000
9001 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9002
9003 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9004 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9005
9006 2015-01-15 Mark Wielaard <mjw@redhat.com>
9007
9008 * gdb.base/noreturn-return.c: New file.
9009 * gdb.base/noreturn-return.exp: New file.
9010 * gdb.base/noreturn-finish.c: New file.
9011 * gdb.base/noreturn-finish.exp: New file.
9012
9013 2015-01-23 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.threads/continue-pending-after-query.c: New file.
9016 * gdb.threads/continue-pending-after-query.exp: New file.
9017
9018 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9019 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9022 * gdb.base/valgrind-db-attach.exp: Same.
9023 * gdb.base/valgrind-infcall.exp: Same.
9024 * lib/mi-support.exp (default_mi_gdb_start): Same.
9025 * lib/prompt.exp (default_prompt_gdb_start): Same.
9026 * lib/gdb.exp (default_gdb_spawn): Same.
9027 (gdb_interact): New.
9028
9029
9030 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 * gdb.compile/compile.exp (pointer to jit function): New test.
9033
9034 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9035
9036 * lib/gdb.exp (supports_process_record): Return true for
9037 powerpc*-*-linux*.
9038 (supports_reverse): Likewise.
9039
9040 2015-01-15 Don Breazeal <donb@codesourcery.com>
9041
9042 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9043 instead of checking whether the target board is remote and
9044 use spawn_wait_for_attach instead of exec/sleep.
9045 * gdb.base/attach-twice.exp: Likewise.
9046
9047 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9048
9049 * gdb.ada/var_arr_attrs: New testcase.
9050
9051 2015-01-14 Pedro Alves <palves@redhat.com>
9052 Joel Brobecker <brobecker@adacore.com>
9053
9054 PR gdb/17525
9055 * gdb.base/bp-cmds-execution-x-script.c: New file.
9056 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9057 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9058
9059 2015-01-14 Pedro Alves <palves@redhat.com>
9060
9061 PR cli/17828
9062 * gdb.base/batch-preserve-term-settings.c: New file.
9063 * gdb.base/batch-preserve-term-settings.exp: New file.
9064
9065 2015-01-13 Doug Evans <dje@google.com>
9066
9067 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9068 binary.
9069
9070 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9071
9072 * Makefile.in (clean mostlyclean): Do not delete *.py.
9073
9074 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9075
9076 * gdb.python/py-lookup-type.exp: New file.
9077
9078 2015-01-12 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9081 restore GDBFLAGS before returning.
9082
9083 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9086 is_amd64_regs_target and is_x86_like_target.
9087
9088 2015-01-11 Doug Evans <xdje42@gmail.com>
9089
9090 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9091 is given without an explicit form.
9092 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9093 attributes.
9094 * gdb.dwarf/corrupt.exp: Ditto.
9095 * gdb.dwarf2/enum-type.exp: Ditto.
9096 * gdb.trace/entry-values.exp: Ditto.
9097 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9098
9099 2015-01-11 Doug Evans <xdje42@gmail.com>
9100
9101 PR gdb/15830
9102 * gdb.base/maint.exp: Remove references to "maint demangle".
9103 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9104 Add tests for explicitly specifying language to demangle.
9105 * gdb.dlang/demangle.exp: Ditto.
9106
9107 2015-01-09 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.threads/non-stop-fair-events.c: New file.
9110 * gdb.threads/non-stop-fair-events.exp: New file.
9111
9112 2015-01-09 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9115 the global scope. Set a breakpoint after all threads are started
9116 rather than stepping over two source lines. Expect the prompt.
9117 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9118 global.
9119 (NUM): Now 15.
9120 (main): Use threads_started_barrier to wait for all threads to
9121 start. Main thread no longer calls thread_function. Exit after
9122 180 seconds.
9123 (loop): New function.
9124 (thread_function): Wait on threads_started_barrier barrier. Call
9125 'loop' at each iteration.
9126 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9127 threads have started, instead of hardcoding number of "next"
9128 steps. Use an access watchpoint instead of a write watchpoint.
9129
9130 2015-01-09 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9133 (thread_func): Wait on barrier.
9134 (main): Wait for all threads to start before stopping GDB.
9135 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9136 global.
9137 (thread1_func, thread2_func): Wait on barrier.
9138 (main): Wait for all threads to start before stopping GDB.
9139 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9140 New global.
9141 (thread1_func, thread2_func): Wait on barrier.
9142 (main): Wait for all threads to start before stopping GDB.
9143
9144 2015-01-09 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.threads/attach-many-short-lived-threads.c: New file.
9147 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9148
9149 2014-01-09 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9152 instead of to thread 2.
9153 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9154 Add barrier around each pthread_create call instead of around all
9155 calls.
9156 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9157 Set a break on thread_function and have the child threads hit it
9158 one at at a time.
9159
9160 2015-01-09 Pedro Alves <palves@redhat.com>
9161
9162 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9163 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9164 false.
9165 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9166 checking whether the target board is remote.
9167 * gdb.multi/multi-attach.exp: Likewise.
9168 * gdb.python/py-sync-interp.exp: Likewise.
9169 * gdb.server/ext-attach.exp: Likewise.
9170 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9171 tests that need to attach, instead of checking whether the target
9172 board is remote at the top of the file.
9173
9174 2015-01-08 Yao Qi <yao@codesourcery.com>
9175
9176 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9177
9178 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 Fix testcase compilation.
9181 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9182
9183 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9184
9185 * gdb.python/py-type.exp: Add a couple test about empty
9186 array creation, and negative-length array creation.
9187
9188 2015-01-02 Doug Evans <xdje42@gmail.com>
9189
9190 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9191
9192 2015-01-02 Doug Evans <dje@google.com>
9193
9194 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9195
9196 2014-12-29 Yao Qi <yao@codesourcery.com>
9197
9198 * gdb.trace/entry-values.exp: Update comments. Rename variable
9199 bar_call_foo to returned_from_foo.
9200
9201 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9202
9203 PR gdb/17394
9204 * gdb.linespec/break-asm-file.c: New file.
9205 * gdb.linespec/break-asm-file.exp: New file.
9206 * gdb.linespec/break-asm-file0.s: New file.
9207 * gdb.linespec/break-asm-file1.s: New file.
9208
9209 2014-12-18 Nigel Stephens <nigel@mips.com>
9210 Maciej W. Rozycki <macro@codesourcery.com>
9211
9212 * gdb.base/float.exp: Handle the new output from "info float" on
9213 MIPS targets.
9214
9215 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9216
9217 Fix MinGW compilation.
9218 * gdb.compile/compile-ops.exp: Update untested message if
9219 !skip_compile_feature_tests.
9220 * gdb.compile/compile-setjmp.exp: Likewise.
9221 * gdb.compile/compile-tls.exp: Likewise.
9222 * gdb.compile/compile.exp: Likewise.
9223 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9224 supported on this host".
9225
9226 2014-12-16 Doug Evans <xdje42@gmail.com>
9227
9228 * boards/stabs.exp: New file.
9229
9230 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9231
9232 * gdb.base/completion.exp: Adjust to format changes of "maint
9233 print user-registers".
9234
9235 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9236
9237 PR server/17457
9238 * gdb.arch/aarch64-fp.c: New file.
9239 * gdb.arch/aarch64-fp.exp: New file.
9240
9241 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9242
9243 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9244 r210637, r210913, r211666, r215400, r215817).
9245
9246 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9247 * dg-extract-results.py: New file.
9248 * dg-extract-results.sh: Use it if the environment seems
9249 suitable.
9250
9251 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9252
9253 * dg-extract-results.py (parse_run): Handle warnings that
9254 are printed before a test harness is run.
9255
9256 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9257
9258 * dg-extract-results.py (Named): Remove __cmp__ method.
9259 (output_variation): Use a key to sort variation.harnesses.
9260
9261 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9262
9263 * dg-extract-results.py: For Python 3, force sys.stdout to
9264 handle surrogate escape sequences.
9265 (safe_open): New function.
9266 (output_segment, main): Use it.
9267
9268 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9269
9270 * dg-extract-results.py (Prog.result_re): Include options
9271 in test name.
9272
9273 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9274
9275 * dg-extract-results.py (output_variation): Always sort if
9276 do_sum.
9277
9278 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9279
9280 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9281 as long as we get pagination notifications.
9282
9283 2014-12-15 Jason Merrill <jason@redhat.com>
9284
9285 * Makefile.in (check-gdb.%): Restore.
9286 * README: Mention it.
9287
9288 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.ada/str_uninit: New testcase.
9291
9292 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9293
9294 PR symtab/17642
9295 * gdb.base/vla-stub-define.c: New file.
9296 * gdb.base/vla-stub.c: New file.
9297 * gdb.base/vla-stub.exp: New file.
9298
9299 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9300 Jan Kratochvil <jan.kratochvil@redhat.com>
9301 Tom Tromey <tromey@redhat.com>
9302
9303 * configure.ac: Add gdb.compile/.
9304 * configure: Regenerate.
9305 * gdb.compile/Makefile.in: New file.
9306 * gdb.compile/compile-ops.exp: New file.
9307 * gdb.compile/compile-ops.c: New file.
9308 * gdb.compile/compile-tls.c: New file.
9309 * gdb.compile/compile-tls.exp: New file.
9310 * gdb.compile/compile-constvar.S: New file.
9311 * gdb.compile/compile-constvar.c: New file.
9312 * gdb.compile/compile-mod.c: New file.
9313 * gdb.compile/compile-nodebug.c: New file.
9314 * gdb.compile/compile-setjmp-mod.c: New file.
9315 * gdb.compile/compile-setjmp.c: New file.
9316 * gdb.compile/compile-setjmp.exp: New file.
9317 * gdb.compile/compile-shlib.c: New file.
9318 * gdb.compile/compile.c: New file.
9319 * gdb.compile/compile.exp: New file.
9320 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9321
9322 2014-12-12 Tom Tromey <tromey@redhat.com>
9323
9324 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9325 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9326
9327 2014-12-12 Doug Evans <dje@google.com>
9328
9329 * lib/gdb-python.exp (get_python_valueof): New function.
9330 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9331
9332 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9333
9334 * gdb.base/completion.exp: Add test for completion of "info
9335 registers ".
9336
9337 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9338
9339 * gdb.base/func-ptrs.c: New file.
9340 * gdb.base/func-ptrs.exp: New file.
9341
9342 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 PR breakpoints/17012
9345 * gdb.base/dprintf-detach.c: New file.
9346 * gdb.base/dprintf-detach.exp: New file.
9347
9348 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9349
9350 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9351 * lib/gdb.exp (target_is_gdbserver): New procedure.
9352
9353 2014-12-08 Doug Evans <dje@google.com>
9354
9355 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9356
9357 2014-12-05 Yao Qi <yao@codesourcery.com>
9358
9359 * gdb.guile/scm-error.exp: Remove the third argument to
9360 gdb_remote_download.
9361 * gdb.guile/scm-frame-args.exp: Likewise.
9362 * gdb.guile/scm-section-script.exp: Likewise.
9363
9364 2014-12-05 Yao Qi <yao@codesourcery.com>
9365
9366 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9367
9368 2014-12-04 Doug Evans <dje@google.com>
9369
9370 * gdb.python/py-objfile.exp: Add tests for
9371 objfile.add_separate_debug_file.
9372
9373 2014-12-04 Doug Evans <dje@google.com>
9374
9375 * lib/gdb.exp (get_build_id): New function.
9376 (build_id_debug_filename_get): Rewrite to use it.
9377 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9378
9379 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9380
9381 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9382 `method(long)', not just 0x0.
9383 * gdb.cp/nsalias.exp: Align code labels to 4.
9384 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9385 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9386 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9387 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9388 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9389 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9390
9391 2014-12-02 Doug Evans <dje@google.com>
9392
9393 PR symtab/17602
9394 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9395 * gdb.cp/anon-ns2.cc: ... here. New file.
9396 * gdb.cp/anon-ns.exp: Update.
9397
9398 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9399
9400 * gdb.python/py-events.py (inferior_call_handler): New.
9401 (register_changed_handler, memory_changed_handler): New.
9402 (test_events.invoke): Register new handlers.
9403 * gdb.python/py-events.exp: Add tests for inferior call,
9404 memory_changed and register_changed events.
9405
9406 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9407
9408 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9409 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9410 if the linker doesn't understand this.
9411
9412 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9413
9414 * gdb.python/python.exp: Change expected reply to help().
9415
9416 2014-12-01 Yao Qi <yao@codesourcery.com>
9417
9418 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9419 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9420 * configure: Re-generated.
9421
9422 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9423
9424 * gdb.cp/chained-calls.cc: New file.
9425 * gdb.cp/chained-calls.exp: New file.
9426 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9427
9428 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9429
9430 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9431 * gdb.dwarf2/symtab-producer.exp: Same.
9432 * gdb.gdb/python-interrupts.exp: Same.
9433 * gdb.gdb/python-selftest.exp: Same.
9434 * gdb.python/py-linetable.exp: Same.
9435 * gdb.python/py-type.exp: Same.
9436 * gdb.python/py-value-cc.exp: Same.
9437 * gdb.python/py-value.exp: Same.
9438
9439 2014-11-28 Yao Qi <yao@codesourcery.com>
9440
9441 * gdb.base/break-probes.exp: Match library name prefixed with
9442 sysroot.
9443
9444 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9447 test expected output. Add parentheses for the call to print.
9448 Remove L suffix from integers.
9449
9450 2014-11-26 Doug Evans <dje@google.com>
9451
9452 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9453
9454 2014-11-22 Yao Qi <yao@codesourcery.com>
9455
9456 * gdb.trace/entry-values.c: Remove asms.
9457 (foo): Add foo_label.
9458 (bar): Add bar_label.
9459 * gdb.trace/entry-values.exp: Remove code computing foo's
9460 length and bar's length.
9461 (Dwarf::assemble): Invoke function_range for bar and use
9462 MACRO_AT_func for foo.
9463
9464 2014-11-22 Yao Qi <yao@codesourcery.com>
9465
9466 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9467 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9468 Use .Lgcc43_procstart instead of gcc43.
9469
9470 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9471
9472 * gdb.ada/n_arr_bound: New testcase.
9473
9474 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9475
9476 PR breakpoints/10737
9477 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9478 test_catch_syscall_multi_arch.
9479 (test_catch_syscall_multi_arch): New function.
9480
9481 2014-11-20 Doug Evans <xdje42@gmail.com>
9482
9483 * gdb.base/maint.exp: Update expected output.
9484
9485 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9486
9487 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9488 4-byte instruction on S390.
9489
9490 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9491
9492 * gdb.ada/arr_arr: New testcase.
9493
9494 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9495
9496 * gdb.ada/pkd_arr_elem: New Testcase.
9497
9498 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9499
9500 * gdb.reverse/break-precsave: Expect completion message for
9501 core file reads.
9502 * gdb.reverse/consecutive-precsave.exp: Likewise.
9503 * gdb.reverse/finish-precsave.exp: Likewise.
9504 * gdb.reverse/i386-precsave.exp: Likewise.
9505 * gdb.reverse/machinestate-precsave.exp: Likewise.
9506 * gdb.reverse/sigall-precsave.exp: Likewise.
9507 * gdb.reverse/solib-precsave.exp: Likewise.
9508 * gdb.reverse/step-precsave.exp: Likewise.
9509 * gdb.reverse/until-precsave.exp: Likewise.
9510 * gdb.reverse/watch-precsave.exp: Likewise.
9511
9512 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9513
9514 * gdb.base/bp-permanent.c: Include unistd.h.
9515 * gdb.python/py-framefilter-mi.c (main): Add return type.
9516 * gdb.python/py-framefilter.c (main): Likewise.
9517 * gdb.trace/actions-changed.c (main): Likewise.
9518
9519 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9520
9521 * gdb.mi/until.c: Add eye-catchers.
9522 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9523 line numbers.
9524
9525 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9526
9527 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9528 function header variants in break1.c.
9529 * gdb.base/ena-dis-br.exp: Likewise.
9530 * gdb.base/hbreak2.exp: Likewise.
9531 * gdb.reverse/until-precsave.exp: Drop references to removed
9532 non-prototype function header variants in ur1.c.
9533 * gdb.reverse/until-reverse.exp: Likewise.
9534
9535 2014-11-17 Petr Machata <pmachata@redhat.com>
9536
9537 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9538 ${_cu_offset_size} bytes abbrev offset.
9539
9540 2014-11-15 Doug Evans <xdje42@gmail.com>
9541
9542 PR symtab/17559
9543 * gdb.base/line-symtabs.exp: New file.
9544 * gdb.base/line-symtabs.c: New file.
9545 * gdb.base/line-symtabs.h: New file.
9546
9547 2014-11-14 Yao Qi <yao@codesourcery.com>
9548
9549 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9550 (func): Add label func_label.
9551 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9552 Replace low_pc and high_pc with MACRO_AT_range.
9553 Replace name, low_pc and high_pc with MACRO_AT_func.
9554
9555 2014-11-14 Yao Qi <yao@codesourcery.com>
9556
9557 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9558 Replace name, low_pc and high_pc with MACRO_AT_func.
9559
9560 2014-11-14 Yao Qi <yao@codesourcery.com>
9561
9562 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9563 produce debug information.
9564 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9565
9566 2014-11-14 Yao Qi <yao@codesourcery.com>
9567
9568 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9569 object and get function length.
9570 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9571 with MACRO_AT_func.
9572 (top-level): Replace gdb_compile and clean_restart with
9573 prepare_for_testing.
9574 * gdb.dwarf2/main.c (main): Add label main_label.
9575
9576 2014-11-14 Yao Qi <yao@codesourcery.com>
9577
9578 * lib/dwarf.exp (function_range): New procedure.
9579 (Dwarf::_handle_macro_at_func): New procedure.
9580 (Dwarf::_handle_macro_at_range): New procedure.
9581 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9582
9583 2014-11-14 Yao Qi <yao@codesourcery.com>
9584
9585 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9586 (_handle_attribute): New procedure.
9587
9588 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9589
9590 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9591 * gdb.base/call-sc.c (zed): Likewise.
9592 * gdb.base/checkpoint.c (main): Likewise.
9593 * gdb.base/dump.c (main): Likewise.
9594 * gdb.base/gcore.c (main): Likewise.
9595 * gdb.base/huge.c (main): Likewise.
9596 * gdb.base/multi-forks.c (main): Likewise.
9597 * gdb.base/pr10179-a.c (main): Likewise.
9598 * gdb.base/savedregs.c (main): Likewise.
9599 * gdb.base/sigaltstack.c (main): Likewise.
9600 * gdb.base/siginfo.c (main): Likewise.
9601 * gdb.base/structs.c (zed): Likewise.
9602 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9603 * gdb.mi/mi-syn-frame.c (main): Likewise.
9604 * gdb.mi/until.c (foo, main): Likewise.
9605 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9606 * gdb.base/solib-weak.c (foo): Declare.
9607 * gdb.base/attach-twice.c: Include stdio.h.
9608 * gdb.base/weaklib1.c: Likewise.
9609 * gdb.base/weaklib2.c: Likewise.
9610 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9611 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9612 unistd.h.
9613 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9614 * gdb.mi/mi-exit-code.c: Likewise.
9615 * gdb.base/break-interp-lib.c: Include string.h.
9616 * gdb.base/coremaker.c: Likewise.
9617 * gdb.base/testenv.c: Likewise.
9618 * gdb.python/py-finish-breakpoint.c: Likewise.
9619 * gdb.base/inferior-died.c: Include sys/wait.h.
9620 * gdb.base/fileio.c: Include time.h.
9621 * gdb.base/async-shell.c: Include unistd.h.
9622 * gdb.base/dprintf-non-stop.c: Likewise.
9623 * gdb.base/info-os.c: Likewise.
9624 * gdb.mi/mi-console.c: Likewise.
9625 * gdb.mi/watch-nonstop.c: Likewise.
9626 * gdb.python/py-events.c: Likewise.
9627 * gdb.base/async.c (baz): Move up before its invocation.
9628 * gdb.base/code_elim2.c (my_global_func): Likewise.
9629 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9630 * gdb.base/advance.c (func2): Likewise.
9631
9632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9633
9634 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9635 variant.
9636 * gdb.base/annota3.c: Likewise.
9637 * gdb.base/async.c: Likewise.
9638 * gdb.base/average.c: Likewise.
9639 * gdb.base/call-ar-st.c: Likewise.
9640 * gdb.base/call-rt-st.c: Likewise.
9641 * gdb.base/call-sc.c: Likewise.
9642 * gdb.base/call-strs.c: Likewise.
9643 * gdb.base/ending-run.c: Likewise.
9644 * gdb.base/execd-prog.c: Likewise.
9645 * gdb.base/exprs.c: Likewise.
9646 * gdb.base/foll-exec.c: Likewise.
9647 * gdb.base/foll-fork.c: Likewise.
9648 * gdb.base/foll-vfork.c: Likewise.
9649 * gdb.base/funcargs.c: Likewise.
9650 * gdb.base/gcore.c: Likewise.
9651 * gdb.base/jump.c: Likewise.
9652 * gdb.base/langs0.c: Likewise.
9653 * gdb.base/langs1.c: Likewise.
9654 * gdb.base/langs2.c: Likewise.
9655 * gdb.base/mips_pro.c: Likewise.
9656 * gdb.base/nodebug.c: Likewise.
9657 * gdb.base/opaque0.c: Likewise.
9658 * gdb.base/opaque1.c: Likewise.
9659 * gdb.base/recurse.c: Likewise.
9660 * gdb.base/run.c: Likewise.
9661 * gdb.base/scope0.c: Likewise.
9662 * gdb.base/scope1.c: Likewise.
9663 * gdb.base/setshow.c: Likewise.
9664 * gdb.base/setvar.c: Likewise.
9665 * gdb.base/shmain.c: Likewise.
9666 * gdb.base/shr1.c: Likewise.
9667 * gdb.base/shr2.c: Likewise.
9668 * gdb.base/sigall.c: Likewise.
9669 * gdb.base/signals.c: Likewise.
9670 * gdb.base/so-indr-cl.c: Likewise.
9671 * gdb.base/solib2.c: Likewise.
9672 * gdb.base/structs.c: Likewise.
9673 * gdb.base/sum.c: Likewise.
9674 * gdb.base/vforked-prog.c: Likewise.
9675 * gdb.base/watchpoint.c: Likewise.
9676 * gdb.reverse/shr2.c: Likewise.
9677 * gdb.reverse/until-reverse.c: Likewise.
9678 * gdb.reverse/ur1.c: Likewise.
9679 * gdb.reverse/watch-reverse.c: Likewise.
9680
9681 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9682
9683 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9684 variant.
9685 * gdb.base/sepdebug.exp: Drop references to removed code.
9686
9687 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9688
9689 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9690 variant. Preserve original line numbering.
9691 * gdb.base/list1.c: Likewise.
9692
9693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9694
9695 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9696 variant.
9697 * gdb.base/break1.c: Likewise.
9698 * gdb.base/break.exp: Drop references to removed code.
9699
9700 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9701
9702 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9703 variant.
9704
9705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9706
9707 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9708
9709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9710
9711 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9712 logic into perform_all_tests() and invoke it with and without
9713 function header prototypes.
9714 (do_function_calls): Remove conditional XFAIL for PR 5318.
9715 (rerun_and_prepare): Remove duplicate code.
9716 (perform_all_tests): New. Main logic moved here.
9717
9718 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9719
9720 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9721 code guarded by #ifdef NO_PROTOTYPES.
9722 (t_double_many_args): Likewise.
9723 (DEF_FUNC_MANY_ARGS_1): Likewise.
9724 (DEF_FUNC_VALUES_1): Likewise.
9725 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9726 guarded by #ifdef PROTOTYPES.
9727
9728 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9729
9730 * gdb.mi/mi-console.c: Add eye-catcher.
9731 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9732 instead of literal line number.
9733
9734 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9735
9736 * gdb.base/shr2.c: Add eye-catcher.
9737 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9738 line number.
9739
9740 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9741
9742 * gdb.base/jump.c: Add eye-catchers.
9743 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9744 numbers.
9745
9746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9747
9748 * gdb.base/execd-prog.c: Add eye-catchers.
9749 * gdb.base/foll-exec.c: Likewise.
9750 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9751 line numbers.
9752
9753 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9754
9755 * gdb.base/ending-run.c: Add eye-catchers.
9756 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9757 literal line numbers.
9758
9759 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9760
9761 * gdb.base/call-rt-st.c: Add eye-catchers.
9762 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9763 literal line numbers.
9764
9765 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9766
9767 * gdb.base/call-ar-st.c: Add eye-catchers.
9768 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9769 literal line numbers.
9770
9771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9772
9773 * gdb.base/average.c: Add eye-catchers.
9774 * gdb.base/sum.c: Likewise.
9775 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9776 regexps dynamically.
9777
9778 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9779
9780 * gdb.base/solib1.c: Add eye-catchers.
9781 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9782 literal line numbers.
9783
9784 2014-11-12 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9787 leader has exited.
9788
9789 2014-11-12 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.arch/i386-bp_permanent.c: New file.
9792 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9793 (srcfile): Set to i386-bp_permanent.c.
9794 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9795 that stepi does not execute the 'leave' instruction, instead of
9796 testing it does execute.
9797 * gdb.base/bp-permanent.c: New file.
9798 * gdb.base/bp-permanent.exp: New file.
9799
9800 2014-11-10 Doug Evans <xdje42@gmail.com>
9801
9802 PR symtab/17564
9803 * gdb.base/symtab-search-order.exp: New file.
9804 * gdb.base/symtab-search-order.c: New file.
9805 * gdb.base/symtab-search-order-1.c: New file.
9806 * gdb.base/symtab-search-order-shlib-1.c: New file.
9807
9808 2014-11-07 Pedro Alves <palves@redhat.com>
9809
9810 PR gdb/17511
9811 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9812 i?86-*-linux*.
9813
9814 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9815
9816 PR c++/17494
9817 * gdb.cp/pr17494.cc: New file.
9818 * gdb.cp/pr17494.exp: New file.
9819
9820 2014-11-02 Yao Qi <yao@codesourcery.com>
9821
9822 * gdb.python/python.exp: Get working directory and match the
9823 output of "set extended-prompt \\w " with it.
9824
9825 2014-10-30 Doug Evans <dje@google.com>
9826
9827 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9828 in objfiles.
9829 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9830 in progspaces.
9831
9832 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9833
9834 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9835 * gdb.base/realname-expand.exp: Likewise.
9836 * gdb.linespec/macro-relative.exp: Likewise.
9837
9838 2014-10-29 Pedro Alves <palves@redhat.com>
9839
9840 PR gdb/17408
9841 * gdb.threads/schedlock.c (some_function): New function.
9842 (call_function): New global.
9843 (MAYBE_CALL_SOME_FUNCTION): New macro.
9844 (thread_function): Call it.
9845 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9846 and use it instead of a global counter. Adjust all callers.
9847 (get_current_thread): Use "find current thread" for test message
9848 here rather than having all callers pass down the same string.
9849 (goto_loop): New procedure, factored out from ...
9850 (my_continue): ... this.
9851 (step_ten_loops): Change parameter from test message to command to
9852 use. Adjust.
9853 (list_count): Delete global.
9854 (check_result): New procedure, factored out from duplicate top
9855 level code.
9856 (continue tests): Wrap in with_test_prefix.
9857 (test_step): New procedure, factored out from duplicate top level
9858 code.
9859 (top level): Test "step" in combination with all scheduler-locking
9860 modes. Test "next" in combination with all scheduler-locking
9861 modes, and in combination with stepping over a function call or
9862 not.
9863 * gdb.threads/next-bp-other-thread.c: New file.
9864 * gdb.threads/next-bp-other-thread.exp: New file.
9865
9866 2014-10-29 Pedro Alves <palves@redhat.com>
9867
9868 PR python/17372
9869 * gdb.python/python.exp: Test a multi-line command that spawns
9870 interactive Python.
9871 * gdb.base/multi-line-starts-subshell.exp: New file.
9872
9873 2014-10-29 Yao Qi <yao@codesourcery.com>
9874
9875 * gdb.base/fileio.exp: Make directories on host.
9876
9877 2014-10-29 Yao Qi <yao@codesourcery.com>
9878
9879 * gdb.base/fileio.c (test_write): Close the file.
9880
9881 2014-10-28 Pedro Alves <palves@redhat.com>
9882
9883 PR gdb/12623
9884 * gdb.base/sigstep.c (no_handler): New global.
9885 (main): If 'no_handler is true, set the signal handlers to
9886 SIG_IGN.
9887 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9888 with_sw_watch and no_handler parameters. Handle them.
9889 (top level) <stepping over handler when stopped at a breakpoint
9890 test>: Add a test axis for testing with a software watchpoint, and
9891 another for testing with the signal handler set to SIG_IGN.
9892 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9893 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9894
9895 2014-10-28 Pedro Alves <palves@redhat.com>
9896
9897 PR gdb/17511
9898 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9899 * gdb.base/sigstep.exp (other_handler_location): New global.
9900 (advance): Support stepping into the signal handler, and running
9901 commands while in the handler.
9902 (in_handler_map): New global.
9903 (top level): In the advance test, add combinations for getting
9904 into the handler with stepping commands, and for running commands
9905 in the handler. Add comment descripting the advancei tests.
9906
9907 2014-10-28 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/sigstep.exp: Use build_executable instead of
9910 prepare_for_testing.
9911 (top level): Move code that starts GDB, runs to main and creates a
9912 display to ...
9913 (restart): ... this new procedure.
9914 (top level): Move backtrace from signal handler test to ...
9915 (validate_backtrace): ... this new procedure.
9916 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9917 with_test_prefix. Always restart GDB.
9918 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9919 with_test_prefix. Always restart GDB. No need to delete
9920 breakpoints after the test.
9921 (test_skip_handler): Remove prefix parameter.
9922 (skip_over_handler, breakpoint_to_handler)
9923 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9924 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9925 restart GDB. No need to delete breakpoints after the test.
9926 (top level): Use foreach to call the test procedures with
9927 different commands.
9928
9929 2014-10-28 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9932 instead of GNATS numbers.
9933 * gdb.base/sigbpt.exp: Likewise.
9934 * gdb.base/siginfo.exp: Likewise.
9935 * gdb.base/sigstep.exp: Likewise.
9936
9937 2014-10-27 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/sigstep.c (dummy): New global.
9940 (main): Issue a couple writes to the new global.
9941 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9942 procedures.
9943 (skip_over_handler): Use test_skip_handler.
9944 (top level): Call skip_over_handler for stepi and nexti too.
9945 (breakpoint_over_handler): Use test_skip_handler.
9946 (top level): Call breakpoint_over_handler for stepi and nexti too.
9947
9948 2014-10-27 Yao Qi <yao@codesourcery.com>
9949
9950 * gdb.trace/tfile.c (adjust_function_address)
9951 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9952 function descriptor.
9953
9954 2014-10-24 Don Breazeal <donb@codesourcery.com>
9955
9956 * gdb.base/foll-fork.exp (test_follow_fork,
9957 catch_fork_child_follow): Check for updated fork messages emitted
9958 from infrun.c.
9959 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9960 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9961 vfork_and_exec_child_follow_through_step): Check for updated vfork
9962 messages emitted from infrun.c.
9963
9964 2014-10-24 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/corefile.exp: Remove references to ultrix.
9967 * gdb.base/interrupt.exp: Likewise.
9968 * gdb.base/whatis.exp: Likewise.
9969 * gdb.gdb/selftest.exp: Likewise.
9970 * gdb.threads/manythreads.exp: Likewise.
9971 * gdb.threads/print-threads.exp: Likewise.
9972 * gdb.threads/pthreads.exp:: Likewise.
9973 * gdb.threads/schedlock.exp: Likewise.
9974
9975 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9976
9977 * gdb.cp/non-trivial-retval.cc: Add a test case.
9978 * gdb.cp/non-trivial-retval.exp: Add a test.
9979
9980 2014-10-20 Yao Qi <yao@codesourcery.com>
9981
9982 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9983 * gdb.python/py-objfile-script-gdb.py: New file.
9984 * gdb.python/py-objfile-script.exp: Update reference to
9985 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9986 of remote_download. Remove the dest file.
9987
9988 2014-10-20 Yao Qi <yao@codesourcery.com>
9989
9990 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9991 * gdb.base/step-line.exp: Likewise.
9992 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9993 * gdb.dwarf2/dw2-basic.exp: Likewise.
9994 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9995 * gdb.dwarf2/dw2-filename.exp: Likewise.
9996 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9997 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9998 * gdb.dwarf2/dw2-producer.exp: Likewise.
9999 * gdb.dwarf2/mac-fileno.exp: Likewise.
10000 * gdb.python/py-frame-args.exp: Likewise.
10001 * gdb.python/py-framefilter.exp: Likewise.
10002 * gdb.python/py-mi.exp: Likewise.
10003 * gdb.python/py-objfile-script.exp: Likewise
10004 * gdb.python/py-pp-integral.exp: Likewise.
10005 * gdb.python/py-pp-re-notag.exp: Likewise.
10006 * gdb.python/py-prettyprint.exp: Likewise.
10007 * gdb.python/py-section-script.exp: Likewise.
10008 * gdb.python/py-typeprint.exp: Likewise.
10009 * gdb.python/py-xmethods.exp: Likewise.
10010 * gdb.stabs/weird.exp: Likewise.
10011 * gdb.xml/tdesc-regs.exp: Likewise.
10012
10013 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10014
10015 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10016 (out_cu): Use addr_len for the size of addresses.
10017 (out_line): Likewise. Size DW_LNE_set_address instruction
10018 according to addr_len.
10019 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10020 (FUNC): Add START_INSNS to definition.
10021
10022 2014-10-18 Yao Qi <yao@codesourcery.com>
10023
10024 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10025 gdb_has_argv0 return true.
10026 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10027 check [target_info exists noargs], check [gdb_has_argv0]
10028 instead.
10029 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10030 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10031 procedures.
10032
10033 2014-10-17 Doug Evans <dje@google.com>
10034
10035 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10036 event.
10037 * gdb.python/py-events.py: Add clear_objfiles event.
10038
10039 2014-10-17 Doug Evans <dje@google.com>
10040
10041 * gdb.python/py-objfile.exp: Test progspace attribute.
10042
10043 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10044
10045 * gdb.guile/scm-breakpoint.exp: Do not assume any
10046 directory separators when matching source file paths.
10047 * gdb.python/py-breakpoint.exp: Likewise.
10048 * gdb.reverse/break-precsave.exp: Likewise.
10049 * gdb.reverse/break-reverse.exp: Likewise.
10050 * gdb.reverse/consecutive-precsave.exp: Likewise.
10051 * gdb.reverse/finish-precsave.exp: Likewise.
10052 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10053 * gdb.reverse/finish-reverse.exp: Likewise.
10054 * gdb.reverse/i386-precsave.exp: Likewise.
10055 * gdb.reverse/i387-env-reverse.exp: Likewise.
10056 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10057 * gdb.reverse/machinestate-precsave.exp: Likewise.
10058 * gdb.reverse/machinestate.exp: Likewise.
10059 * gdb.reverse/sigall-precsave.exp: Likewise.
10060 * gdb.reverse/solib-precsave.exp: Likewise.
10061 * gdb.reverse/step-precsave.exp: Likewise.
10062 * gdb.reverse/until-precsave.exp: Likewise.
10063 * gdb.reverse/watch-precsave.exp: Likewise.
10064 * gdb.reverse/watch-reverse.exp: Likewise.
10065
10066 2014-10-17 Yao Qi <yao@codesourcery.com>
10067
10068 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10069 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10070
10071 2014-10-17 Pedro Alves <palves@redhat.com>
10072
10073 PR gdb/17471
10074 * gdb.base/bg-execution-repeat.c: New file.
10075 * gdb.base/bg-execution-repeat.exp: New file.
10076
10077 2014-10-17 Pedro Alves <palves@redhat.com>
10078
10079 PR gdb/17300
10080 * gdb.base/continue-all-already-running.c: New file.
10081 * gdb.base/continue-all-already-running.exp: New file.
10082
10083 2014-10-17 Pedro Alves <palves@redhat.com>
10084
10085 PR gdb/17472
10086 * gdb.base/annota-input-while-running.c: New file.
10087 * gdb.base/annota-input-while-running.exp: New file.
10088
10089 2014-10-17 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.base/callfuncs.exp: emove references to osf.
10092 * gdb.base/sigall.exp: Likewise.
10093 * gdb.gdb/selftest.exp: Likewise.
10094 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10095 * gdb.mi/non-stop.c: Likewise.
10096 * gdb.mi/pthreads.c: Likewise.
10097 * gdb.reverse/sigall-precsave.exp: Likewise.
10098 * gdb.reverse/sigall-reverse.exp: Likewise.
10099 * gdb.threads/pthreads.c: Likewise.
10100 * gdb.threads/pthreads.exp: Likewise.
10101
10102 2014-10-17 Yao Qi <yao@codesourcery.com>
10103
10104 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10105 check 'target_info exists noargs'.
10106 (test_command_prompt_position): Likewise.
10107 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10108 Remove "set args".
10109 (progvar_simple_while_test): Likewise.
10110 (progvar_complex_if_while_test): Likewise.
10111 (if_while_breakpoint_command_test): Likewise.
10112 (infrun_breakpoint_command_test): Likewise.
10113 (breakpoint_command_test): Likewise.
10114 (watchpoint_command_test): Likewise.
10115 (bp_deleted_in_command_test): Likewise.
10116 (temporary_breakpoint_commands): Likewise.
10117
10118 2014-10-16 Yao Qi <yao@codesourcery.com>
10119
10120 * gdb.base/remotetimeout.exp: Remove noargs checking.
10121
10122 2014-10-15 Pedro Alves <palves@redhat.com>
10123
10124 PR breakpoints/9649
10125 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10126 * gdb.base/breakpoint-in-ro-region.exp
10127 (probe_target_hardware_step): New procedure.
10128 (top level): Probe hardware stepping and hardware breakpoint
10129 support. Test stepping through a read-only region, with both
10130 "breakpoint auto-hw" on and off and both "always-inserted" on and
10131 off.
10132
10133 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10134
10135 * gdb.dlang/demangle.exp: Update for demangling changes.
10136
10137 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10138
10139 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10140 * gdb.cp/non-trivial-retval.exp: Add new tests.
10141
10142 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10143
10144 PR c++/13403
10145 PR c++/15154
10146 * gdb.cp/non-trivial-retval.cc: New file.
10147 * gdb.cp/non-trivial-retval.exp: New file.
10148
10149 2014-10-15 Yao Qi <yao@codesourcery.com>
10150
10151 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10152 remote host.
10153
10154 2014-10-15 Yao Qi <yao@codesourcery.com>
10155
10156 * gdb.python/py-symbol.exp: Match file base name if host is
10157 remote, otherwise match file name with dir name.
10158 * gdb.python/py-symtab.exp: Likewise.
10159 * gdb.python/python.exp: Likewise.
10160
10161 2014-10-15 Yao Qi <yao@codesourcery.com>
10162
10163 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10164 pattern.
10165 * gdb.python/py-symtab.exp: Likewise.
10166 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10167 locationn.
10168
10169 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.ada/addr_arith: New testcase.
10172
10173 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10174
10175 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10176 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10177 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10178 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10179
10180 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10181
10182 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10183 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10184 * gdb.arch/stap-eval-lang-ada.exp: New file.
10185
10186 2014-10-14 Yao Qi <yao@codesourcery.com>
10187
10188 * gdb.mi/mi-var-child.c (nothing1): New function.
10189 (nothing2): New function.
10190 (do_children_tests): Set function pointers by nothing1 and
10191 nothing2.
10192 * gdb.mi/mi-var-child.exp: Step over new added statements.
10193 Update test to match the new output.
10194 * gdb.mi/var-cmd.c (nothing1): New function.
10195 (nothing2): New function.
10196 (do_children_tests): Set function pointers by nothing1 and
10197 nothing2.
10198 * gdb.mi/mi-var-display.exp: Update test to match output.
10199 Step to the line specified by $line_dct_nothing.
10200 Increase the number of lines to step.
10201
10202 2014-10-14 Yao Qi <yao@codesourcery.com>
10203
10204 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10205 tests.
10206 * gdb.mi/mi2-var-child.exp: Likewise.
10207
10208 2014-10-13 Doug Evans <dje@google.com>
10209
10210 * gdb.python/py-objfile.exp: Change name of file name test.
10211
10212 2014-10-13 Doug Evans <dje@google.com>
10213
10214 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10215 from the start of the CU.
10216
10217 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10218 Yao Qi <yao@codesourcery.com>
10219
10220 Fix "save breakpoints" for "catch" command.
10221 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10222 Remove -nonewline. Match also the added "main" line.
10223
10224 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10225
10226 Fix "save breakpoints" for "disable $bpnum" command.
10227 * gdb.base/save-bp.c (main): Add label.
10228 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10229
10230 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10231
10232 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10233
10234 2014-10-11 Yao Qi <yao@codesourcery.com>
10235
10236 * gdb.server/server-kill.exp: Execute command
10237 "set remote trace-status-packet on" before "tstatus".
10238
10239 2014-10-11 Yao Qi <yao@codesourcery.com>
10240
10241 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10242 (main): Call getppid.
10243 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10244 and continue to it. Read variable "server_pid".
10245
10246 2014-10-11 Yao Qi <yao@codesourcery.com>
10247
10248 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10249
10250 2014-10-11 Yao Qi <yao@codesourcery.com>
10251
10252 * gdb.threads/thread-find.exp: Don't execute command
10253 "info threads".
10254 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10255 * gdb.threads/linux-dp.exp: Don't check the condition
10256 $threads_created equals to zero.
10257
10258 2014-10-10 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/bigcore.exp: Remove references to IRIX.
10261 * gdb.base/funcargs.exp: Likewise.
10262 * gdb.base/interrupt.exp: Likewise.
10263 * gdb.base/mips_pro.exp: Likewise.
10264 * gdb.base/nodebug.exp: Likewise.
10265 * gdb.base/setvar.exp: Likewise.
10266 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10267
10268 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10269 Pedro Alves <palves@redhat.com>
10270
10271 PR symtab/14466
10272 * gdb.base/vdso-warning.c: New file.
10273 * gdb.base/vdso-warning.exp: New file.
10274
10275 2014-10-02 Doug Evans <dje@google.com>
10276
10277 * gdb.base/structs.c (main): Don't run forever.
10278
10279 2014-10-02 Pedro Alves <palves@redhat.com>
10280
10281 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10282 (top level) <stop threads 1, stop threads 2>: Use it.
10283
10284 2014-10-02 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.threads/break-while-running.exp (test): Add new
10287 'update_thread_list' argument. Skip "info threads" if false.
10288 (top level): Add new 'update_thread_list' axis.
10289
10290 2014-10-02 Pedro Alves <palves@redhat.com>
10291
10292 PR breakpoints/17431
10293 * gdb.base/execl-update-breakpoints.c: New file.
10294 * gdb.base/execl-update-breakpoints.exp: New file.
10295
10296 2014-10-01 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.base/breakpoint-in-ro-region.c: New file.
10299 * gdb.base/breakpoint-in-ro-region.exp: New file.
10300
10301 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10302
10303 * gdb.mi/mi-exit-code.exp: New file.
10304 * gdb.mi/mi-exit-code.c: New file.
10305
10306 2014-09-30 Yao Qi <yao@codesourcery.com>
10307
10308 * lib/prelink-support.exp (build_executable_own_libs): Error if
10309 the target isn't native.
10310
10311 2014-09-30 Yao Qi <yao@codesourcery.com>
10312
10313 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10314 false.
10315
10316 2014-09-22 Pedro Alves <palves@redhat.com>
10317
10318 * gdb.threads/break-while-running.exp: New file.
10319 * gdb.threads/break-while-running.c: New file.
10320
10321 2014-09-19 Yao Qi <yao@codesourcery.com>
10322
10323 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10324 Invoke test. Restart GDB with --readnow and invoke test again.
10325
10326 2014-09-19 Yao Qi <yao@codesourcery.com>
10327
10328 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10329 proc set_breakpoint_on_gcd_function. Invoke
10330 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10331 invoke set_breakpoint_on_gcd_function again.
10332
10333 2014-09-18 Doug Evans <dje@google.com>
10334
10335 * gdb.dwarf2/symtab-producer.exp: New file.
10336
10337 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10338
10339 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10340 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10341 * gdb.base/global-var-nested-by-dso.c: Likewise.
10342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10343
10344 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10345 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.base/watch-bitfields.exp: Pass string other than test file
10348 name to prepare_for_testing.
10349 (watch): New procedure.
10350 (expect_watchpoint): Use with_test_prefix.
10351 (top level): Factor out tests to ...
10352 (test_watch_location, test_regular_watch): ... these new
10353 procedures, and use with_test_prefix and gdb_continue_to_end.
10354
10355 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10356
10357 PR breakpoints/12526
10358 * gdb.base/watch-bitfields.exp: New file.
10359 * gdb.base/watch-bitfields.c: New file.
10360
10361 2014-09-16 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10364 software and hardware addresses, not software address against
10365 itself.
10366
10367 2014-09-16 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10370 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10371
10372 2014-09-16 Pedro Alves <palves@redhat.com>
10373
10374 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10375 files.
10376 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10377 "*-*-vxworks*" throughout.
10378 * gdb.base/break.exp: Likewise.
10379 * gdb.base/default.exp: Likewise.
10380 * gdb.base/scope.exp: Likewise.
10381 * gdb.base/sepdebug.exp: Likewise.
10382 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10383 throughout.
10384 * gdb.base/run.c: Likewise.
10385 * gdb.base/sepdebug.c: Likewise.
10386 * gdb.hp/gdb.aCC/run.c: Likewise.
10387 * gdb.reverse/until-reverse.c: Likewise.
10388 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10389
10390 2014-09-16 Yao Qi <yao@codesourcery.com>
10391
10392 * boards/local-remote-host-native.exp: New file.
10393
10394 2014-09-14 Doug Evans <xdje42@gmail.com>
10395
10396 * gdb.threads/queue-signal.c (thread_count): New variable.
10397 (thread_count_mutex, thread_count_condvar): New variables.
10398 (incr_thread_count, wait_all_threads_running): New functions.
10399 (main): Wait for all threads to be in their thread functions.
10400
10401 2014-09-13 Doug Evans <xdje42@gmail.com>
10402
10403 * gdb.threads/queue-signal.c: New file.
10404 * gdb.threads/queue-signal.exp: New file.
10405
10406 2014-09-13 Doug Evans <xdje42@gmail.com>
10407
10408 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10409 be consistent with what default_gdb_init uses.
10410 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10411 the plain text of the prompt. Add some logging printfs.
10412 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10413
10414 2014-09-12 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10417 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10418 * gdb.arch/i386-size-overlap.exp: Likewise.
10419 * gdb.arch/i386-size.exp: Likewise.
10420 * gdb.arch/i386-unwind.exp: Likewise.
10421 * gdb.base/a2-run.exp: Likewise.
10422 * gdb.base/break.exp: Likewise.
10423 * gdb.base/charset.exp: Likewise.
10424 * gdb.base/chng-syms.exp: Likewise.
10425 * gdb.base/commands.exp: Likewise.
10426 * gdb.base/dbx.exp: Likewise.
10427 * gdb.base/find.exp: Likewise.
10428 * gdb.base/funcargs.exp: Likewise.
10429 * gdb.base/jit-simple.exp: Likewise.
10430 * gdb.base/reread.exp: Likewise.
10431 * gdb.base/sepdebug.exp: Likewise.
10432 * gdb.base/step-bt.exp: Likewise.
10433 * gdb.cp/mb-inline.exp: Likewise.
10434 * gdb.cp/mb-templates.exp: Likewise.
10435 * gdb.objc/basicclass.exp: Likewise.
10436 * gdb.threads/killed.exp: Likewise.
10437
10438 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10439
10440 PR tdep/17379
10441 * gdb.arch/powerpc-stackless.S: New file.
10442 * gdb.arch/powerpc-stackless.exp: New file.
10443
10444 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10445
10446 * gdb.base/attach.c: Include unistd.h.
10447 (main): Call alarm. Add label postloop.
10448 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10449 gdb_breakpoint, gdb_continue_to_breakpoint.
10450 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10451
10452 2014-09-11 Pedro Alves <palves@redhat.com>
10453
10454 PR gdb/17347
10455 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10456 * gdb.base/attach.exp (test_command_line_attach_run): New
10457 procedure.
10458 (top level): Call it.
10459
10460 2014-09-11 Pedro Alves <palves@redhat.com>
10461
10462 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10463 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10464 (do_command_attach_tests): Use spawn_wait_for_attach.
10465 * gdb.base/solib-overlap.exp: Likewise.
10466 * gdb.multi/multi-attach.exp: Likewise.
10467 * gdb.python/py-prompt.exp: Likewise.
10468 * gdb.python/py-sync-interp.exp: Likewise.
10469 * gdb.server/ext-attach.exp: Likewise.
10470
10471 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10472
10473 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10474 command in testcase. Simplify testcase.
10475
10476 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10477
10478 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10479
10480 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10481
10482 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10483
10484 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10485
10486 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10487
10488 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10489
10490 * gdb.dwarf2/dynarr-ptr.c: New file.
10491 * gdb.dwarf2/dynarr-ptr.exp: New file.
10492
10493 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10494
10495 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10496 of 30 rather than hardcoding 120 for a slow test case. Take the
10497 `gdb,timeout' target setting into account for this calculation.
10498 Don't extend the timeout for the test cases that don't need it.
10499
10500 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10501
10502 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10503 a factor of 2 for a slow test case. Take the `gdb,timeout'
10504 target setting into account for this calculation.
10505 * gdb.reverse/until-precsave.exp: Increase the timeout by
10506 a factor of 15 and 3 respectively rather than adding 120
10507 for a pair of slow test cases. Take the `gdb,timeout'
10508 target setting into account for this calculation.
10509
10510 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10511
10512 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10513 timeout, don't pass one down to gdb_expect.
10514 (gdb_expect): Rework timeout selection.
10515
10516 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10517
10518 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10519 exception on timeout.
10520 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10521 (gdbserver_start_extended): Catch any `gdbserver_start' error
10522 exceptions.
10523 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10524 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10525 `gdbserver_gdb_load' error exceptions.
10526
10527 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10528
10529 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10530 120 on waiting for the TCP socket to open.
10531
10532 2014-09-09 Doug Evans <xdje42@gmail.com>
10533
10534 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10535 _caller_matches, _any_caller_is, _any_caller_matches.
10536
10537 2014-09-09 Doug Evans <xdje42@gmail.com>
10538
10539 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10540
10541 2014-09-09 Yao Qi <yao@codesourcery.com>
10542
10543 * gdb.mi/mi-var-display.exp: Set print symbol off.
10544
10545 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10546
10547 PR gdb/17035
10548 * gdb.base/commands.exp: Add tests to verify user-defined
10549 commands with empty bodies.
10550 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10551 python commands in `show user command`.
10552 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10553 scheme commands in `show user command`.
10554
10555 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10556
10557 PR python/17355
10558 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10559 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10560 * gdb.python/py-framefilter-invalidarg.exp: New file.
10561 * gdb.python/py-framefilter-invalidarg.py: New file.
10562
10563 2014-09-06 Doug Evans <xdje42@gmail.com>
10564
10565 PR 15276
10566 * gdb.python/py-caller-is.c: New file.
10567 * gdb.python/py-caller-is.exp: New file.
10568
10569 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10570
10571 PR gdb/17235
10572 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10573 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10574
10575 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10576
10577 PR fortran/17237
10578 * gdb.fortran/print-formatted.exp: New file.
10579 * gdb.fortran/print-formatted.f90: Likewise.
10580
10581 2014-09-03 Sasha Smundak <asmundak@google.com>
10582
10583 * gdb.python/py-frame.exp: Test Frame.read_register.
10584
10585 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10586
10587 PR python/16699
10588 * gdb.python/py-completion.exp: New file.
10589 * gdb.python/py-completion.py: Likewise.
10590
10591 2014-08-28 Doug Evans <dje@google.com>
10592
10593 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10594 eax,etc. are live with values set by gdb and thus the compiler can't
10595 use them.
10596 * gdb.arch/i386-pseudo.c (main): Ditto.
10597
10598 2014-08-27 Doug Evans <dje@google.com>
10599
10600 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10601
10602 2014-08-25 Doug Evans <dje@google.com>
10603
10604 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10605 (main): Ditto.
10606
10607 2014-08-25 Doug Evans <dje@google.com>
10608
10609 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10610
10611 2014-08-24 Yao Qi <yao@codesourcery.com>
10612
10613 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10614 symbol off.
10615 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10616
10617 2014-08-22 Doug Evans <dje@google.com>
10618
10619 PR 17276
10620 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10621 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10622 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10623
10624 2014-08-22 Yao Qi <yao@codesourcery.com>
10625
10626 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10627 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10628 * gdb.python/python.exp: Likewise. Use .py file on the host
10629 instead of the build.
10630
10631 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * gdb.threads/gcore-stale-thread.c: New file.
10634 * gdb.threads/gcore-stale-thread.exp: New file.
10635
10636 2014-08-21 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10639 * gdb.base/gcore-relro-pie.exp: Likewise.
10640 * gdb.base/gcore-relro.exp: Likewise.
10641 * gdb.base/gcore.exp: Likewise.
10642 * gdb.base/print-symbol-loading.exp: Likewise.
10643 * gdb.threads/gcore-thread.exp: Likewise.
10644 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10645
10646 2014-08-20 Pedro Alves <palves@redhat.com>
10647 Jan Kratochvil <jan.kratochvil@redhat.com>
10648
10649 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10650 configure.
10651 (EXPECT): Handle READ1 being set.
10652 (all): Depend on EXTRA_RULES.
10653 (check-read1, expect-read1, read1.so, read1): New rules.
10654 * README (Testsuite Parameters): Document the READ1 make variable.
10655 (Race detection): New section.
10656 * configure: Regenerate.
10657 * configure.ac: If build==host==target, and running under a
10658 GNU/glibc system, add read1 to the extra Makefile rules.
10659 (EXTRA_RULES): AC_SUBST it.
10660 * lib/read1.c: New file.
10661
10662 2014-08-20 Joel Brobecker <brobecker@adacore.com>
10663
10664 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10665 the handling of variables declared as a typedef to an array
10666 which a DW_AT_data_location attribute.
10667
10668 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
10669 Pedro Alves <palves@redhat.com>
10670
10671 PR symtab/14604
10672 PR symtab/14605
10673 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10674 gdb_test.
10675
10676 2014-08-19 Pedro Alves <palves@redhat.com>
10677
10678 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10679
10680 2014-08-19 Yao Qi <yao@codesourcery.com>
10681
10682 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10683 right line.
10684
10685 2014-08-18 David Blaikie <dblaikie@gmail.com>
10686
10687 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10688
10689 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10690
10691 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10692 attribute in array range.
10693
10694 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10695
10696 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10697
10698 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10699
10700 PR c++/17132
10701 * gdb.cp/pr17132.cc: New file.
10702 * gdb.cp/pr17132.exp: New file.
10703
10704 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10705
10706 * gdb.python/py-xmethods.py (A_getarrayind)
10707 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10708 Use 'print' with function call syntax.
10709 (E_method_matcher.match): Fix tab vs space indentation mixup.
10710
10711 2014-08-15 Yao Qi <yao@codesourcery.com>
10712
10713 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10714 false.
10715
10716 2014-08-15 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.cp/casts.exp: Set print symbol off.
10719 * gdb.cp/class2.exp: Likewise.
10720 * gdb.cp/overload.exp: Likewise.
10721 * gdb.cp/templates.exp: Likewise.
10722
10723 2014-08-11 Doug Evans <dje@google.com>
10724
10725 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10726 (test_load_shlib): Update.
10727
10728 2014-08-09 Yao Qi <yao@codesourcery.com>
10729
10730 * gdb.base/display.exp: Invoke is_address_zero_readable.
10731 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10732 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10733 * gdb.base/hbreak-unmapped.exp: Return if
10734 is_address_zero_readable returns true.
10735 * gdb.base/signest.exp: Likewise.
10736 * gdb.base/signull.exp: Likewise.
10737 * gdb.base/sigbpt.exp: Likewise.
10738 * gdb.guile/scm-disasm.exp: Do the test if
10739 is_address_zero_readable returns false.
10740 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10741 * gdb.python/py-arch.exp: Likewise.
10742 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10743 * lib/gdb.exp (is_address_zero_readable): New proc.
10744
10745 2014-08-09 Yao Qi <yao@codesourcery.com>
10746
10747 PR testsuite/13443
10748 * gdb.mi/mi-var-display.exp: Make test messages unique.
10749
10750 2014-08-04 Tom Tromey <tromey@redhat.com>
10751
10752 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10753 target 0".
10754
10755 2014-08-04 Tom Tromey <tromey@redhat.com>
10756
10757 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10758 "target_resume".
10759
10760 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10761
10762 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10763 inner_vla_struct_object_size.
10764 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10765 as xfail.
10766
10767 2014-07-30 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10770 comment.
10771
10772 2014-07-29 Yao Qi <yao@codesourcery.com>
10773
10774 PR gdb/17206
10775 * gdb.base/until-nodebug.exp: New.
10776
10777 2014-07-28 Doug Evans <xdje42@gmail.com>
10778
10779 PR guile/17203
10780 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10781 previously existing parameter, and previously ambiguously spelled
10782 parameter.
10783
10784 2014-07-28 Will Newton <will.newton@linaro.org>
10785
10786 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10787
10788 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10789 Doug Evans <xdje42@gmail.com>
10790
10791 PR guile/17146
10792 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10793
10794 2014-07-25 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.threads/signal-command-handle-nopass.c: New file.
10797 * gdb.threads/signal-command-handle-nopass.exp: New file.
10798 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10799 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10800 * gdb.threads/signal-delivered-right-thread.c: New file.
10801 * gdb.threads/signal-delivered-right-thread.exp: New file.
10802
10803 2014-07-25 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/double-prompt-target-event-error.exp
10806 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10807 match.
10808 (cancel_pagination_in_target_event): Rework double prompt
10809 detection.
10810 * gdb.base/paginate-after-ctrl-c-running.exp
10811 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10812 <return>' match.
10813 * gdb.base/paginate-bg-execution.exp
10814 (test_bg_execution_pagination_return)
10815 (test_bg_execution_pagination_cancel): Remove '-notransfer
10816 <return>' matches.
10817 * gdb.base/paginate-execution-startup.exp
10818 (test_fg_execution_pagination_return)
10819 (test_fg_execution_pagination_cancel): Remove '-notransfer
10820 <return>' matches.
10821 * gdb.base/paginate-inferior-exit.exp
10822 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10823 match.
10824 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10825 * lib/gdb.exp (pagination_prompt): Run text through
10826 string_to_regexp.
10827 (gdb_test_multiple): Match $pagination_prompt instead of
10828 "<return>".
10829 (string_to_regexp): Move to lib/gdb-utils.exp.
10830
10831 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 * gdb.arch/amd64-entry-value-paramref.S: New file.
10834 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10835 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10836 * gdb.arch/amd64-optimout-repeat.S: New file.
10837 * gdb.arch/amd64-optimout-repeat.c: New file.
10838 * gdb.arch/amd64-optimout-repeat.exp: New file.
10839
10840 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 PR gdb/17170
10843 * gdb.base/statistics.exp: New file.
10844
10845 2014-07-17 Doug Evans <dje@google.com>
10846
10847 PR gdb/17170
10848 * gdb.base/maint.exp: Update testing of per-command stats.
10849
10850 2014-07-16 Pedro Alves <palves@redhat.com>
10851
10852 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10853 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10854 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10855 (tfile_write_buf): New functions.
10856 (add_memory_block): Rewrite using the above.
10857 (adjust_function_address): New function.
10858 (FUNCTION_ADDRESS): New macro.
10859 (write_basic_trace_file): Remove short_x local, and use
10860 tfile_write_16. Change type of func_addr local to unsigned long
10861 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10862 here. Cast argument of add_memory_block to char pointer.
10863 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10864 (main): Remove parameters.
10865 * gdb.trace/tfile.exp: Remove nowarnings.
10866
10867 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10868
10869 * gdb.base/debug-expr.exp: Test string evaluation with
10870 "debug expression" on.
10871
10872 2014-07-15 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.base/reread.exp: Use clean_restart.
10875
10876 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10877
10878 * gdb.arch/avr-flash-qualifer.c: New.
10879 * gdb.arch/avr-flash-qualifer.exp: New.
10880
10881 2014-07-14 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10884 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10885
10886 2014-07-14 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.base/double-prompt-target-event-error.c: New file.
10889 * gdb.base/double-prompt-target-event-error.exp: New file.
10890
10891 2014-07-14 Pedro Alves <palves@redhat.com>
10892
10893 PR gdb/17072
10894 * gdb.base/paginate-inferior-exit.c: New file.
10895 * gdb.base/paginate-inferior-exit.exp: New file.
10896
10897 2014-07-14 Pedro Alves <palves@redhat.com>
10898
10899 PR gdb/17072
10900 * gdb.base/paginate-bg-execution.c: New file.
10901 * gdb.base/paginate-bg-execution.exp: New file.
10902
10903 2014-07-14 Pedro Alves <palves@redhat.com>
10904
10905 PR gdb/17072
10906 * gdb.base/paginate-execution-startup.c: New file.
10907 * gdb.base/paginate-execution-startup.exp: New file.
10908 * lib/gdb.exp (pagination_prompt): New global.
10909 (default_gdb_spawn): New procedure, factored out from
10910 default_gdb_spawn.
10911 (default_gdb_start): Adjust to call default_gdb_spawn.
10912 (gdb_spawn): New procedure.
10913
10914 2014-07-14 Pedro Alves <palves@redhat.com>
10915
10916 * lib/gdb.exp (gdb_assert): New procedure.
10917 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10918
10919 2014-07-14 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/execution-termios.c: New file.
10922 * gdb.base/execution-termios.exp: New file.
10923
10924 2014-07-14 Tom Tromey <tromey@redhat.com>
10925
10926 * gdb.cp/vla-cxx.cc: New file.
10927 * gdb.cp/vla-cxx.exp: New file.
10928
10929 2014-07-14 Tom Tromey <tromey@redhat.com>
10930
10931 * gdb.reverse/rerun-prec.c: New file.
10932 * gdb.reverse/rerun-prec.exp: New file.
10933
10934 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10935 Maciej W. Rozycki <macro@codesourcery.com>
10936
10937 * lib/gdb-utils.exp: New file.
10938 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10939 inline `gdb_init_command' processing.
10940 (gdb_start_cmd): Likewise.
10941 * lib/mi-support.exp (mi_run_cmd): Likewise.
10942 * README: Document `gdb_init_command' and `gdb_init_commands'.
10943
10944 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 Fix false FAIL running under a very long directory name.
10947 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10948 and "set print elements 10000". Twice.
10949
10950 2014-07-11 Yao Qi <yao@codesourcery.com>
10951
10952 * gdb.base/exprs.exp: "set print symbol off".
10953
10954 2014-07-11 Pedro Alves <palves@redhat.com>
10955
10956 * gdb.threads/kill.c: New file.
10957 * gdb.threads/kill.exp: New file.
10958
10959 2014-07-10 Yao Qi <yao@codesourcery.com>
10960
10961 * gdb.trace/tfile.c (write_basic_trace_file)
10962 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10963 address written to trace file.
10964
10965 2014-07-09 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.base/attach-wait-input.exp: New file.
10968 * gdb.base/attach-wait-input.c: New file.
10969
10970 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10971
10972 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10973 setting up test structures.
10974 (main): Call new test function.
10975 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10976 test function, continue into test function and walk test
10977 structures.
10978
10979 2014-07-02 Yao Qi <yao@codesourcery.com>
10980
10981 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10982 'bar_start' at the beginning of functions 'foo' and 'bar'
10983 respectively.
10984 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10985 instead of 'foo' and 'bar'.
10986
10987 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10988
10989 * gdb.btrace/segv.exp: New.
10990 * gdb.btrace/segv.c: New.
10991
10992 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10993
10994 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10995 instruction.
10996
10997 2014-06-30 Mark Wielaard <mjw@redhat.com>
10998
10999 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11000 vulture, vilify, villar): New volatile array constants.
11001 (vindictive, vegetation): New const volatile array constants.
11002 * gdb.base/volatile.exp: Test volatile and const volatile array
11003 types.
11004
11005 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11006
11007 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11008 target lacks support for awatch, rwatch, or hbreak.
11009
11010 2014-06-27 Yao Qi <yao@codesourcery.com>
11011
11012 * gdb.multi/dummy-frame-restore.exp: New.
11013 * gdb.multi/dummy-frame-restore.c: New.
11014
11015 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11016
11017 * gdb.btrace/gcore.exp: New.
11018
11019 2014-06-23 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/watchpoint-reuse-slot.c: New file.
11022 * gdb.base/watchpoint-reuse-slot.exp: New file.
11023
11024 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11025
11026 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11027 progspace's filename in 'info', 'enable' and 'disable' command
11028 tests.
11029
11030 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11031
11032 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11033 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11034 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11035
11036 2014-06-20 Gary Benson <gbenson@redhat.com>
11037
11038 * gdb.arch/i386-avx.exp: Fix include file location.
11039 * gdb.arch/i386-sse.exp: Likewise.
11040
11041 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11042
11043 * gdb.dlang/expression.exp: New file.
11044
11045 2014-06-19 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11048 out from ...
11049 (top level): ... here. Iterate running tests under different
11050 scheduler-locking settings.
11051
11052 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11053
11054 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11055 to DW_FORM_addr and use non-zero addresses.
11056
11057 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11058
11059 PR gdb/17017
11060 * gdb.python/py-xmethods.cc: Add global function call counters and
11061 increment them in their respective functions. Remove "cout"
11062 statements.
11063 * gdb.python/py-xmethods.exp: Make tests check the global function
11064 call counters instead of depending on inferior IO.
11065
11066 2014-06-18 Don Breazeal <donb@codesourcery.com>
11067
11068 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11069 Deleted procedure.
11070 (explicit_fork_parent_follow): Deleted procedure.
11071 (explicit_fork_child_follow): Deleted procedure.
11072 (test_follow_fork): New procedure.
11073 (do_fork_tests): Replace calls to deleted procedures with
11074 calls to test_follow_fork and reset GDB for subsequent
11075 procedure calls.
11076
11077 2014-06-17 Yao Qi <yao@codesourcery.com>
11078
11079 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11080 CP1252.
11081
11082 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11083
11084 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11085 Initialize ptr and S explicitly.
11086 (skip_type_update_when_not_use_rtti_test): Likewise.
11087
11088 2014-06-16 Keith Seitz <keiths@redhat.com>
11089
11090 PR mi/15863
11091 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11092 the inferior is started.
11093
11094 2014-06-16 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/break-main-file-remove-fail.c: New file.
11097 * gdb.base/break-main-file-remove-fail.exp: New file.
11098 * gdb.base/break-unload-file.exp: Use build_executable instead of
11099 prepare_for_testing.
11100 (test_break): New parameter "initial_load". Handle it.
11101 (top level): Add initial_load cmdline/file axis.
11102
11103 2014-06-12 Tom Tromey <tromey@redhat.com>
11104
11105 * gdb.base/completion.exp: Don't use directory name in test.
11106
11107 2014-06-09 Gary Benson <gbenson@redhat.com>
11108
11109 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11110 separate the always-available ANSI-standard signals from the
11111 signals that require checking.
11112 (main): Likewise.
11113 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11114 Likewise.
11115 (main): Likewise.
11116
11117 2014-06-07 Keith Seitz <keiths@redhat.com>
11118
11119 Revert:
11120 PR c++/16253
11121 * gdb.cp/var-tag.cc: New file.
11122 * gdb.cp/var-tag.exp: New file.
11123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11127
11128 2014-06-06 Doug Evans <xdje42@gmail.com>
11129
11130 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11131
11132 2014-06-06 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11135 in target debug output instead of looking at RSP packets,
11136 disabling the test on any target that uses hardware stepping.
11137 Update comments.
11138
11139 2014-06-06 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.base/break-unload-file.exp: Fix typo.
11142
11143 2014-06-06 Yao Qi <yao@codesourcery.com>
11144
11145 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11146 from "jit_function" to "^jit_function".
11147
11148 2014-06-06 Yao Qi <yao@codesourcery.com>
11149
11150 * gdb.base/async.c (foo): Add one statement.
11151 * gdb.base/async.exp: Get the next instruction address and
11152 match the output of "nexti" by instruction address. Match
11153 the hex address in the output of "finish".
11154
11155 2014-06-06 Gary Benson <gbenson@redhat.com>
11156
11157 * gdb.base/call-signals.c: Remove preprocessor conditionals
11158 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11159 SIGSEGV and SIGTERM.
11160 * gdb.base/sigall.c: Likewise.
11161 * gdb.base/unwindonsignal.c: Likewise.
11162 * gdb.reverse/sigall-reverse.c: Likewise.
11163
11164 2014-06-06 Yao Qi <yao@codesourcery.com>
11165
11166 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11167 readable, skip the test.
11168
11169 2014-06-06 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.threads/staticthreads.c (thread_function): Move the line
11172 setting breakpoint on forward.
11173 * gdb.threads/staticthreads.exp: Update comments.
11174
11175 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11176
11177 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11178 "history-append! type error".
11179
11180 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11181
11182 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11183 erroneous dprintf expected input.
11184
11185 2014-06-04 Doug Evans <xdje42@gmail.com>
11186
11187 * gdb.guile/scm-generics.exp: Delete.
11188
11189 2014-06-04 Doug Evans <xdje42@gmail.com>
11190
11191 * gdb.guile/scm-breakpoint.exp: Update.
11192 Add tests for breakpoint registration.
11193
11194 2014-06-04 Tom Tromey <tromey@redhat.com>
11195
11196 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11197 VLA-in-union.
11198 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11199 inner_vla_struct, vla_union types. Initialize objects of those
11200 types and compute their sizes.
11201
11202 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11203 Hui Zhu <hui@codesourcery.com>
11204
11205 * gdb.base/fileio.exp: Add test for shell not available as well as
11206 available.
11207 * gdb.base/fileio.c (test_system): Check for shell twice.
11208
11209 2014-06-04 Yao Qi <yao@codesourcery.com>
11210
11211 * gdb.base/auto-connect-native-target.exp: Remove redundant
11212 space from the regexp pattern.
11213
11214 2014-06-04 Yao Qi <yao@codesourcery.com>
11215
11216 * gdb.base/default.exp: Replace "child" with "native" in
11217 regexp pattern.
11218
11219 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11220
11221 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11222 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11223 * gdb.python/py-xmethods.py: Python script supporting the
11224 new testcase and tests.
11225
11226 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11227 Pedro Alves <palves@redhat.com>
11228
11229 PR breakpoints/17000
11230 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11231 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11232
11233 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11234
11235 * gdb.base/subst.exp: Add tests to verify partial path matching
11236 output.
11237
11238 2014-06-03 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11241 target that doesn't use software single-stepping.
11242
11243 2014-06-03 Pedro Alves <palves@redhat.com>
11244
11245 PR breakpoints/17000
11246 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11247 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11248
11249 2014-06-02 Doug Evans <xdje42@gmail.com>
11250
11251 * gdb.guile/scm-parameter.exp: New file.
11252
11253 2014-06-02 Doug Evans <xdje42@gmail.com>
11254
11255 * gdb.guile/scm-cmd.c: New file.
11256 * gdb.guile/scm-cmd.exp: New file.
11257
11258 2014-06-02 Doug Evans <xdje42@gmail.com>
11259
11260 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11261 pretty-printer lookup.
11262 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11263 (make-pp_s-printer): Call it.
11264 (make-pretty-printer-from-dict): New function.
11265 (lookup-pretty-printer-maker-from-dict): New function.
11266 (*pretty-printer*): Simplify.
11267 (make-objfile-pp_s-printer): New function.
11268 (install-objfile-pretty-printers!): New function.
11269 (make-progspace-pp_s-printer): New function.
11270 (install-progspace-pretty-printers!): New function.
11271 * gdb.guile/scm-progspace.c: New file.
11272 * gdb.guile/scm-progspace.exp: New file.
11273
11274 2014-06-02 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.base/dprintf-bp-same-addr.c: New file.
11277 * gdb.base/dprintf-bp-same-addr.exp: New file.
11278
11279 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11280
11281 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11282 * gdb.arch/powerpc-power.s: Likewise.
11283
11284 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11285
11286 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11287
11288 2014-06-01 Yao Qi <yao@codesourcery.com>
11289
11290 * gdb.base/watchpoint.exp (test_watch_location): Check null
11291 pointer can be dereferenced. If not, do the test, otherwise
11292 skip it.
11293
11294 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11295
11296 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11297 results.
11298 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11299
11300 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11301
11302 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11303 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11304 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11305 * gdb.arch/amd64-invalid-stack-top.c: New file.
11306 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11307
11308 2014-05-30 Pedro Alves <palves@redhat.com>
11309
11310 PR breakpoints/17000
11311 * gdb.base/sss-bp-on-user-bp.c: New file.
11312 * gdb.base/sss-bp-on-user-bp.exp: New file.
11313
11314 2014-05-30 David Blaikie <dblaikie@gmail.com>
11315
11316 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11317 gnu_inline semantics via attribute.
11318 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11319 source explicitly specifies the required semantics.
11320
11321 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11322
11323 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11324
11325 2014-05-29 Pedro Alves <palves@redhat.com>
11326 Tom Tromey <tromey@redhat.com>
11327
11328 * gdb.base/async-shell.exp: Don't enable target-async.
11329 * gdb.base/async.exp
11330 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11331 parameter. Adjust.
11332 (top level): Don't test with "target-async".
11333 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11334 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11335 * gdb.base/inferior-died.exp: Don't enable target-async.
11336 * gdb.base/interrupt-noterm.exp: Likewise.
11337 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11338 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11339 * gdb.mi/mi-nonstop.exp: Likewise.
11340 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11341 * gdb.mi/mi-nsintrall.exp: Likewise.
11342 * gdb.mi/mi-nsmoribund.exp: Likewise.
11343 * gdb.mi/mi-nsthrexec.exp: Likewise.
11344 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11345 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11346 * gdb.python/py-evsignal.exp: Don't enable target-async.
11347 * gdb.python/py-evthreads.exp: Likewise.
11348 * gdb.python/py-prompt.exp: Likewise.
11349 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11350 * gdb.server/solib-list.exp: Don't enable target-async.
11351 * gdb.threads/thread-specific-bp.exp: Likewise.
11352 * lib/mi-support.exp: Adjust to use mi-async.
11353
11354 2014-05-29 Pedro Alves <palves@redhat.com>
11355
11356 PR gdb/13860
11357 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11358 reason, even in sync mode.
11359
11360 2014-05-29 Pedro Alves <palves@redhat.com>
11361 Hui Zhu <hui@codesourcery.com>
11362
11363 PR PR15693
11364 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11365 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11366 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11367 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11368
11369 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11370
11371 * config/monitor.exp (gdb_target_monitor): Replace use of
11372 "set remotebaud" by "set serial baud".
11373
11374 2014-05-26 Andy Wingo <wingo@igalia.com>
11375
11376 * gdb.guile/scm-breakpoint.exp:
11377 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11378 properties instead of gdb-object-properties.
11379
11380 2014-05-26 Yao Qi <yao@codesourcery.com>
11381
11382 * gdb.server/no-thread-db.exp: Specify source file name
11383 explicitly when setting a breakpoint.
11384
11385 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11386
11387 * gdb.btrace/vdso.c: New.
11388 * gdb.btrace/vdso.exp: New.
11389
11390 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11391
11392 * gdb.base/gcore.exp (capture_command_output): Move ...
11393 * lib/gdb.exp (capture_command_output): ... here.
11394
11395 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11396
11397 * gdb.btrace/data.exp: Test memory access during btrace replay.
11398
11399 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11400
11401 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11402
11403 2014-05-21 Pedro Alves <palves@redhat.com>
11404
11405 PR gdb/13860
11406 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11407 (top level): Test that output related to execution commands is
11408 sent to the console with CLI commands, but not with MI commands.
11409 Test that breakpoint events are always mirrored to the console.
11410 Also expect the new source line to be output after a "next" in
11411 async mode too. Make it a pass/fail test.
11412 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11413 output.
11414 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11415
11416 2014-05-21 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11419 Use them to test variations of "list" after reaching a breakpoint.
11420 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11421 Test "list" with listsize 10 after reaching a breakpoint.
11422 * gdb.python/python.exp (decode_line current location line
11423 number): Adjust expected line number.
11424
11425 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11426
11427 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11428 behavior for $args, pass it directly to "run".
11429
11430 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11431
11432 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11433 30000 to 65536.
11434
11435 2014-05-21 Pedro Alves <palves@redhat.com>
11436
11437 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11438 auto-connect-native-target off".
11439 * gdb.base/auto-connect-native-target.c: New file.
11440 * gdb.base/auto-connect-native-target.exp: New file.
11441
11442 2014-05-21 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.base/default.exp: Test "target native" instead of "target
11445 child".
11446
11447 2014-05-21 Mark Wielaard <mjw@redhat.com>
11448
11449 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11450
11451 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 Fix TLS access for -static -pthread.
11454 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11455 <HAVE_TLS> (thread_function, main): Initialize it.
11456 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11457 Add clean_restart.
11458 <$have_tls != "">: Check TLSVAR.
11459
11460 2014-05-21 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/dcache-line-read-error.c: New.
11463 * gdb.base/dcache-line-read-error.exp: New.
11464
11465 2014-05-20 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.base/compare-sections.c: New file.
11468 * gdb.base/compare-sections.exp: New file.
11469
11470 2014-05-20 Pedro Alves <palves@redhat.com>
11471
11472 * gdb.base/break-idempotent.c: New file.
11473 * gdb.base/break-idempotent.exp: New file.
11474
11475 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11476
11477 * gdb.btrace/nohist.exp: New.
11478
11479 2014-05-20 Yao Qi <yao@codesourcery.com>
11480
11481 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11482 gdb.reverse directory and gdb_reverse_timeout exists in board
11483 setting.
11484 * README: Document gdb_reverse_timeout.
11485
11486 2014-05-20 Yao Qi <yao@codesourcery.com>
11487
11488 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11489 'test_file_name'. Treat args as a string instead of a list.
11490 (gdb_init): Rename argument 'args' by 'test_file_name'.
11491
11492 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11493
11494 * gdb.arch/powerpc-power.exp: New file.
11495 * gdb.arch/powerpc-power.s: New file.
11496
11497 2014-05-16 Doug Evans <dje@google.com>
11498
11499 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11500 * gdb.base/completion.exp: Check that all expected files exist
11501 before doing file completion.
11502
11503 2014-05-16 Doug Evans <dje@google.com>
11504
11505 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11506 Update.
11507 (do_syscall_tests_without_xml): Update.
11508
11509 2014-05-16 Pedro Alves <palves@redhat.com>
11510
11511 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11512 instead of "unknown output after running".
11513
11514 2014-05-16 Yao Qi <yao@codesourcery.com>
11515
11516 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11517 file1.txt from host at the end.
11518 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11519
11520 2014-05-15 Doug Evans <dje@google.com>
11521
11522 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11523 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11524 loading file. Add test for TU lookup.
11525
11526 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11527
11528 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11529 calling "-exec-arguments" or "set args" before running the
11530 inferior.
11531
11532 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11533
11534 * lib/mi-support.exp (mi_expect_stop): Expect message for
11535 inferiors that exit with non-zero exit code.
11536
11537 2014-05-14 Yao Qi <yao@codesourcery.com>
11538
11539 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11540 match absolute path on remote host.
11541 (test_file_list_exec_source_files): Remove "/" from the
11542 pattern.
11543
11544 2014-05-14 Yao Qi <yao@codesourcery.com>
11545
11546 * boards/local-remote-host-notty.exp (${board}_file): New
11547 proc.
11548
11549 2014-05-07 Kyle McMartin <kyle@redhat.com>
11550
11551 Pushed by Joel Brobecker <brobecker@adacore.com>.
11552 * gdb.arch/aarch64-atomic-inst.c: New file.
11553 * gdb.arch/aarch64-atomic-inst.exp: New file.
11554
11555 2014-05-07 Yao Qi <yao@codesourcery.com>
11556
11557 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11558 in current context" too.
11559
11560 2014-05-05 Keith Seitz <keiths@redhat.com>
11561
11562 * gdb.linespec/ls-dollar.exp: Add test for linespec
11563 file:convenience_variable.
11564
11565 2014-05-05 Yao Qi <yao@codesourcery.com>
11566
11567 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11568 traceframes into tfile and ctf trace files. Read data from
11569 trace file and test collected data.
11570 (gdb_collect_locals_test): Likewise.
11571 (gdb_unavailable_registers_test): Likewise.
11572 (gdb_unavailable_floats): Likewise.
11573 (gdb_collect_globals_test): Likewise.
11574 (top-level): Append "ctf" to trace_file_targets if GDB
11575 supports.
11576
11577 2014-05-05 Yao Qi <yao@codesourcery.com>
11578
11579 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11580 code to ...
11581 (gdb_collect_args_test_1): ... it. New proc.
11582 (gdb_collect_locals_test): Move some code to ...
11583 (gdb_collect_locals_test_1): ... it. New proc.
11584 (gdb_unavailable_registers_test): Move some code to ...
11585 (gdb_unavailable_registers_test_1): ... it. New proc.
11586 (gdb_unavailable_floats): Move some code to ...
11587 (gdb_unavailable_floats_1): ... it. New proc.
11588
11589 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11590
11591 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11592 probes to test for bitness recognition.
11593 * gdb.arch/amd64-stap-optional-prefix.exp
11594 (test_probe_value_without_reg): New procedure.
11595 Add code to test for different kinds of bitness.
11596
11597 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11598
11599 PR breakpoints/16889
11600 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11601 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11602
11603 2014-05-01 Pedro Alves <palves@redhat.com>
11604
11605 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11606 gdb_file_cmd if no file is specified.
11607 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11608 last_loaded_file to set the remote exec-file.
11609
11610 2014-05-01 Pedro Alves <palves@redhat.com>
11611
11612 * boards/local-remote-host.exp: New file.
11613
11614 2014-05-01 Pedro Alves <palves@redhat.com>
11615
11616 * boards/local-remote-host.exp: Rename to ...
11617 * boards/local-remote-host-notty.exp: ... this.
11618
11619 2014-04-28 Joel Brobecker <brobecker@adacore.com>
11620
11621 * gdb.ada/dyn_arrayidx: New testcase.
11622
11623 2014-04-26 Yao Qi <yao@codesourcery.com>
11624
11625 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11626 and compute the length of function main. Save it in
11627 $main_length.
11628 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11629 (top-level): Use gdb_compile to compile objects into
11630 executable and restart GDB. Remove invocation to
11631 prepare_for_testing.
11632
11633 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11634 Pedro Alves <palves@redhat.com>
11635
11636 PR server/16255
11637 * gdb.multi/multi-attach.c: New file.
11638 * gdb.multi/multi-attach.exp: New file.
11639
11640 2014-04-25 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11643 user.
11644 (top level): Test that "set remote conditional-breakpoints-packet
11645 off" works as intended.
11646 * gdb.base/dprintf.exp: Test that "set remote
11647 breakpoint-commands-packet off" works as intended.
11648 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11649 New function.
11650 (top level): Call it.
11651 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11652 remote fast-tracepoints-packet off" works as intended.
11653 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11654 * lib/gdb.exp (gdb_is_target_remote): ... here.
11655
11656 2014-04-24 David Blaikie <dblaikie@gmail.com>
11657
11658 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11659 ensure clang would not discard them.
11660 * gdb.base/gdbvars.c: Ditto.
11661 * gdb.base/memattr.c: Ditto.
11662 * gdb.base/whatis.c: Ditto.
11663 * gdb.python/py-prettyprint.c: Ditto.
11664 * gdb.trace/actions.c: Ditto.
11665 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11666 ensure clang would not discard it.
11667
11668 2014-04-24 David Blaikie <dblaikie@gmail.com>
11669
11670 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11671 clang to emit the full definition of type required by the test
11672 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11673
11674 2014-04-24 David Blaikie <dblaikie@gmail.com>
11675
11676 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11677 coax Clang into emitting the definition of the type.
11678 * gdb.cp/pr10728-x.h (y): Ditto.
11679 * gdb.cp/pr10728-y.cc (y): Ditto.
11680
11681 2014-04-24 David Blaikie <dblaikie@gmail.com>
11682
11683 * gdb.base/label.exp: XFAIL label related tests under Clang.
11684 * gdb.cp/cplabel.exp: Ditto.
11685 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11686 under Clang those using labels.
11687
11688 2014-04-25 Yao Qi <yao@codesourcery.com>
11689
11690 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11691 double_label.
11692 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11693 partial_label and double_label.
11694
11695 2014-04-24 David Blaikie <dblaikie@gmail.com>
11696
11697 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11698
11699 2014-04-24 David Blaikie <dblaikie@gmail.com>
11700
11701 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11702 of the function to work across GCC and Clang.
11703 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11704 pointer types (const void ** const V void **).
11705
11706 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
11707 Walfred Tedeschi <walfred.tedeschi@intel.com>
11708
11709 * Makefile.in (EXECUTABLES): Added i386-avx512.
11710 * gdb.arch/i386-avx512.c: New file.
11711 * gdb.arch/i386-avx512.exp: Likewise.
11712
11713 2014-04-23 Keith Seitz <keiths@redhat.com>
11714
11715 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11716 (mi_make_breakpoint_table): New procedure.
11717 (mi_create_breakpoint): Use mi_make_breakpoint
11718 and return the result.
11719 (mi_make_breakpoint): New procedure.
11720 (mi_build_kv_pairs): New procedure.
11721
11722 * gdb.mi/mi-break.exp: Remove unused globals,
11723 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11724 All callers updated.
11725 * gdb.mi/mi-dprintf.exp: Use variable to track command
11726 number.
11727 Update all callers of mi_create_breakpoint and use
11728 mi_make_breakpoint_table.
11729 Remove any unused global variables.
11730 * gdb.mi/mi-nonstop.exp: Likewise.
11731 * gdb.mi/mi-nsintrall.exp: Likewise.
11732 * gdb.mi/mi-nsmoribund.exp: Likewise.
11733 * gdb.mi/mi-nsthrexec.exp: Likewise.
11734 * gdb.mi/mi-reverse.exp: Likewise.
11735 * gdb.mi/mi-simplerun.exp: Likewise.
11736 * gdb.mi/mi-stepn.exp: Likewise.
11737 * gdb.mi/mi-syn-frame.exp: Likewise.
11738 * gdb.mi/mi-until.exp: Likewise.
11739 * gdb.mi/mi-var-cp.exp: Likewise.
11740 * gdb.mi/mi-var-display.exp: Likewise.
11741 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11742 * gdb.mi/mi2-var-child.exp: Likewise.
11743 * gdb.mi/mi-vla-c99.exp: Likewise.
11744 * lib/mi-support.exp: Likewise.
11745
11746 From Ian Lance Taylor <iant@cygnus.com>:
11747 * lib/gdb.exp (parse_args): New procedure.
11748
11749 2014-04-23 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.base/break-unload-file.c: New file.
11752 * gdb.base/break-unload-file.exp: New file.
11753 * gdb.base/sym-file-lib.c (baz): New function.
11754 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11755 field.
11756 (load): Store the segment's mapped size.
11757 (unload): New function.
11758 (unload_shlib): New function.
11759 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11760 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11761 set a breakpoint at baz, and call it.
11762 * gdb.base/sym-file.exp: New tests for stale breakpoint
11763 instructions.
11764
11765 2014-04-23 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11768 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11769 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11770 * gdb.base/hbreak-unmapped.c: New file.
11771 * gdb.base/hbreak-unmapped.exp: New file.
11772 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11773 * lib/gdb.exp (gdb_is_target_remote): ... here.
11774
11775 2014-04-22 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/consecutive-step-over.c: New file.
11778 * gdb.base/consecutive-step-over.exp: New file.
11779
11780 2014-04-22 Pedro Alves <palves@redhat.com>
11781
11782 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11783 instead of send_gdb/gdb_expect.
11784
11785 2014-04-22 Yao Qi <yao@codesourcery.com>
11786
11787 * lib/trace-support.exp (generate_tracefile): New procedure.
11788 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11789 return 0.
11790 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11791 if generate_tracefile returns 1.
11792
11793 2014-04-18 Tom Tromey <palves@redhat.com>
11794 Pedro alves <tromey@redhat.com>
11795
11796 PR backtrace/15558
11797 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11798 with a backtrace limit.
11799 * gdb.python/py-frame-inline.exp: Test running to an inline
11800 function with a backtrace limit, and printing the newest frame.
11801 * gdb.python/py-frame-inline.c (main): Call f.
11802
11803 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11804
11805 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11806
11807 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11808
11809 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11810 Drop prefix from unsupported source file path.
11811
11812 2014-04-17 Yao Qi <yao@codesourcery.com>
11813
11814 * lib/gdb.exp (with_target_charset): New proc.
11815 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11816 with_target_charset.
11817 (test_print_strings): Likewise.
11818 (test_repeat_bytes): Likewise.
11819 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11820 for some tests.
11821
11822 2014-04-16 Keith Seitz <keiths@redhat.com>
11823
11824 PR gdb/15827
11825 * gdb.dwarf2/corrupt.c: New file.
11826 * gdb.dwarf2/corrupt.exp: New file.
11827
11828 2014-04-16 Keith Seitz <keiths@redhat.com>
11829
11830 PR c++/16597
11831 * gdb.cp/namelessclass.cc: New file.
11832 * gdb.cp/namelessclass.exp: New file.
11833 * gdb.cp/namelessclass.S: New file.
11834
11835 2014-04-16 Doug Evans <dje@google.com>
11836
11837 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11838 Add comment.
11839 (gdbserver_default_get_comm_port): New function.
11840 (gdbserver_start): Check if board file provided
11841 "gdbserver,get_comm_port" and use it if so.
11842 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11843 (gdb,socketport): Set to "stdio".
11844 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11845 (stdio_gdbserver_template): Delete.
11846 (${board}_get_remote_address): Update.
11847 (${board}_build_remote_cmd): Delete.
11848 (${board}_get_comm_port): New function.
11849 (${board}_spawn): Update.
11850 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11851 Delete.
11852 (${board}_get_remote_address): Update.
11853 (${board}_get_comm_port): New function.
11854
11855 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11856
11857 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11858 appearing in any order.
11859
11860 2014-04-15 Doug Evans <dje@google.com>
11861
11862 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11863 uninitialized value of "description".
11864
11865 2014-04-15 Keith Seitz <keiths@redhat.com>
11866
11867 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11868 Remove unused globals.
11869 (test_running_the_program): Likewise.
11870 (test_controlled_execution): Likewise.
11871 (test_controlling_breakpoints): Likewise.
11872 (test_program_termination): Likewise.
11873
11874 2014-04-15 Keith Seitz <keiths@redhat.com>
11875
11876 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11877 unused globals.
11878 (test_rbreak_creation_and_listing): Likewise.
11879 (test_ignore_count): Likewise.
11880 (test_error): Likewise.
11881
11882 2014-04-15 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11885 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11886 sym-file-loader.c.
11887 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11888 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11889 to sym-file-loader.c.
11890 (struct library): Forward declare.
11891 (load_shlib, lookup_function): Change prototypes.
11892 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11893 (translate_offset): Remove declarations.
11894 (get_text_addr): New declaration.
11895 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11896 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11897 sym-file-loader.h.
11898 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11899 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11900 here from sym-file-loader.h.
11901 (struct library): New structure.
11902 (load_shlib, lookup_function): Change prototypes and adjust to
11903 work with a struct library.
11904 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11905 (translate_offset): Make static.
11906 (get_text_addr): New function.
11907 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11908
11909 2014-04-15 Pedro Alves <palves@redhat.com>
11910
11911 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11912
11913 2014-04-15 Pedro Alves <palves@redhat.com>
11914
11915 * gdb.base/sym-file-loader.c: Include <limits.h>.
11916 (SELF_LINK): New define.
11917 (get_origin): New function.
11918 (load_shlib): Use it.
11919 * gdb.base/sym-file.exp: Don't early return if the target is
11920 remote. Use runto_main, and issue fail is that fails. Use
11921 gdb_load_shlibs.
11922 (shlib_name): Delete.
11923 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11924
11925 2014-04-15 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/sym-file.exp: Remove regex characters from test
11928 message. Don't refer to breakpoint numbers in test messages.
11929
11930 2014-04-14 Keith Seitz <keiths@redhat.com>
11931
11932 PR c++/16253
11933 * gdb.cp/var-tag.cc: New file.
11934 * gdb.cp/var-tag.exp: New file.
11935 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11936 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11937 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11938 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11939
11940 2014-04-14 Tom Tromey <tromey@redhat.com>
11941
11942 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11943 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11944 type.
11945 * gdb.cp/enum-class.exp: New file.
11946 * gdb.cp/enum-class.cc: New file.
11947
11948 2014-04-14 Tom Tromey <tromey@redhat.com>
11949
11950 * gdb.dwarf2/enum-type.exp: New file.
11951
11952 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11953
11954 * gdb.mi/mi-vla-c99.exp: New file.
11955 * gdb.mi/vla.c: New file.
11956
11957 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11958
11959 * gdb.base/vla-datatypes.c: New file.
11960 * gdb.base/vla-datatypes.exp: New file.
11961
11962 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11963
11964 * gdb.base/vla-ptr.c: New file.
11965 * gdb.base/vla-ptr.exp: New file.
11966
11967 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11968
11969 * gdb.dwarf2/count.exp: New file.
11970
11971 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11972
11973 * gdb.base/vla-sideeffect.c: New file.
11974 * gdb.base/vla-sideeffect.exp: New file.
11975
11976 2014-04-14 David Blaikie <dblaikie@gmail.com>
11977
11978 * gdb.mi/non-stop.c: Add return value for non-void function return
11979 statement.
11980 * gdb.threads/staticthreads.c: Ditto.
11981
11982 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11983 Doug Evans <xdje42@gmail.com>
11984
11985 * gdb.guile/scm-value.c: Improve test case.
11986 * gdb.guile/scm-value.exp: Add new test.
11987
11988 2014-04-11 David Blaikie <dblaikie@gmail.com>
11989
11990 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11991 override Clang's default.
11992
11993 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11994
11995 Revert the following changes (regressions):
11996
11997 * gdb.base/vla-sideeffect.c: New file.
11998 * gdb.base/vla-sideeffect.exp: New file.
11999
12000 * gdb.dwarf2/count.exp: New file.
12001
12002 * gdb.base/vla-multi.c: New file.
12003 * gdb.base/vla-multi.exp: New file.
12004
12005 * gdb.base/vla-ptr.c: New file.
12006 * gdb.base/vla-ptr.exp: New file.
12007
12008 * gdb.base/vla-datatypes.c: New file.
12009 * gdb.base/vla-datatypes.exp: New file.
12010
12011 * gdb.mi/mi-vla-c99.exp: New file.
12012 * gdb.mi/vla.c: New file.
12013
12014 2014-04-11 Keith Seitz <keiths@redhat.com>
12015
12016 PR c++/16675
12017 * gdb.cp/cpsizeof.exp: New file.
12018 * gdb.cp/cpsizeof.cc: New file.
12019
12020 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12021
12022 * gdb.mi/mi-vla-c99.exp: New file.
12023 * gdb.mi/vla.c: New file.
12024
12025 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12026
12027 * gdb.base/vla-datatypes.c: New file.
12028 * gdb.base/vla-datatypes.exp: New file.
12029
12030 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12031
12032 * gdb.base/vla-ptr.c: New file.
12033 * gdb.base/vla-ptr.exp: New file.
12034
12035 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12036
12037 * gdb.base/vla-multi.c: New file.
12038 * gdb.base/vla-multi.exp: New file.
12039
12040 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12041
12042 * gdb.dwarf2/count.exp: New file.
12043
12044 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12045
12046 * gdb.base/vla-sideeffect.c: New file.
12047 * gdb.base/vla-sideeffect.exp: New file.
12048
12049 2014-04-11 Yao Qi <yao@codesourcery.com>
12050
12051 * gdb.base/completion.exp: Check file exists before running tests
12052 on file completion.
12053
12054 2014-04-10 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/cond-eval-mode.c: New file.
12057 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12058 prepare_for_testing to build the new file. Check result of
12059 runto_main.
12060 (test_break, test_watch): New procedures.
12061 (top level): Use them.
12062
12063 2014-04-08 Pierre Muller <muller@sourceware.org>
12064
12065 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12066 Ctrl-V use for mingw hosts.
12067
12068 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12069
12070 * gdb.python/py-value.c: Improve test case.
12071 * gdb.python/py-value.exp: Add new test.
12072
12073 2014-04-07 David Blaikie <dblaikie@gmail.com>
12074
12075 * lib/compiler.c: Identify the clang compiler.
12076 * lib/compiler.cc: Ditto.
12077
12078 2014-04-03 Yao Qi <yao@codesourcery.com>
12079
12080 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12081
12082 2014-04-01 Anton Blanchard <anton@samba.org>
12083
12084 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12085 messages unique.
12086
12087 2014-04-01 Anton Blanchard <anton@samba.org>
12088
12089 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12090 prepare_for_testing.
12091
12092 2014-04-01 Anton Blanchard <anton@samba.org>
12093
12094 * gdb.arch/ppc64-atomic-inst.c: Remove.
12095 * gdb.arch/ppc64-atomic-inst.S: New file.
12096 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12097
12098 2014-03-31 Doug Evans <dje@google.com>
12099
12100 * gdb.base/print-symbol-loading-lib.c: New file.
12101 * gdb.base/print-symbol-loading-main.c: New file.
12102 * gdb.base/print-symbol-loading.exp: New file.
12103
12104 2014-03-31 Yao Qi <yao@codesourcery.com>
12105
12106 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12107
12108 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12109
12110 * gdb.ada/mi_dyn_arr: New testcase.
12111
12112 2014-03-27 Doug Evans <dje@google.com>
12113
12114 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12115
12116 2014-03-27 Yao Qi <yao@codesourcery.com>
12117
12118 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12119 if target is nios2-*-*.
12120
12121 2014-03-26 Yao Qi <yao@codesourcery.com>
12122
12123 * lib/gdb.exp (readline_is_used): New proc.
12124 * gdb.base/completion.exp: Move tests on command complete up.
12125 Skip the rest of tests if readline is not used.
12126 * gdb.ada/complete.exp: Skp the test if readline is not
12127 used.
12128 * gdb.base/filesym.exp: Likewise.
12129 * gdb.base/macscp.exp: Likewise.
12130 * gdb.base/readline-ask.exp: Likewise.
12131 * gdb.base/readline.exp: Likewise.
12132 * gdb.python/py-cmd.exp: Likewise.
12133 * gdb.trace/tfile.exp: Likewise.
12134
12135 2014-03-26 Yao Qi <yao@codesourcery.com>
12136
12137 * gdb.base/macscp.exp: Fix code format issues.
12138
12139 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12140
12141 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12142 * gdb.asm/powerpc64le.inc: New file.
12143
12144 2014-03-25 Pedro Alves <palves@redhat.com>
12145 Doug Evans <dje@google.com>
12146
12147 * gdb.base/source-execution.c: New file.
12148 * gdb.base/source-execution.exp: New file.
12149 * gdb.base/source-execution.gdb: New file.
12150
12151 2014-03-24 Doug Evans <dje@google.com>
12152
12153 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12154 using fission.
12155
12156 2014-03-24 Hui Zhu <hui@codesourcery.com>
12157 Pedro Alves <palves@redhat.com>
12158
12159 PR breakpoints/16101
12160 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12161 test pass/fail messages. Detect missing support for dprintf when
12162 breakpoints are actually inserted.
12163 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12164 breakpoints are actually inserted.
12165 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12166 fails.
12167
12168 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12169
12170 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12171
12172 2014-03-22 Doug Evans <xdje42@gmail.com>
12173
12174 * gdb.python/python.exp (python not supported): Verify multi-line
12175 python command issues an error.
12176 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12177 guile command issues an error.
12178
12179 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12180
12181 * gdb.threads/thread-specific.exp: Handle the lack of usable
12182 $this_breakpoint and $this_thread.
12183
12184 2014-03-21 Hui Zhu <hui@codesourcery.com>
12185
12186 * gdb.base/attach.exp (do_command_attach_tests): New.
12187
12188 2014-03-20 Tom Tromey <tromey@redhat.com>
12189 Pedro Alves <palves@redhat.com>
12190
12191 PR cli/15718
12192 * gdb.base/condbreak-call-false.c: New file.
12193 * gdb.base/condbreak-call-false.exp: New file.
12194
12195 2014-03-20 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12198 Delete.
12199 (block_signals, unblock_signals): Delete.
12200 (child_function_2, main): Remove references to deleted variable
12201 and functions.
12202
12203 2014-03-20 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12206 Use pthread_kill to signal thread 2.
12207 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12208 Adjust to make the test send itself a signal rather than using the
12209 host's "kill" command.
12210
12211 2014-03-20 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.threads/multiple-step-overs.c: New file.
12214 * gdb.threads/multiple-step-overs.exp: New file.
12215 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12216 Adjust expected infrun debug output.
12217
12218 2014-03-20 Pedro Alves <palves@redhat.com>
12219
12220 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12221 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12222
12223 2014-03-20 Pedro Alves <palves@redhat.com>
12224
12225 PR breakpoints/7143
12226 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12227 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12228 of gdb_test_multiple.
12229 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12230 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12231
12232 2014-03-20 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12235 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12236
12237 2014-03-19 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.base/async.exp: Remove early return.
12240
12241 2014-03-19 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12244
12245 2014-03-19 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.base/async.exp (test_background): Expect \r\n after
12248 "completed." in the fail pattern.
12249
12250 2014-03-19 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.base/async.exp (test_background): New procedure.
12253 Use it for all background execution command tests.
12254
12255 2014-03-19 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.base/async.exp: Use prepare_for_testing.
12258
12259 2014-03-19 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12262 the same line.
12263
12264 2014-03-19 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.base/async.c (main): Add "jump here" and "until here" line
12267 marker comments.
12268 * gdb.base/async.exp (jump_here): New global.
12269 (jump& test): Use it.
12270 (until_here): New global.
12271 (until& test): Use it.
12272
12273 2014-03-19 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.base/async.exp: Don't frob gdb_protocol.
12276
12277 2014-03-18 Doug Evans <xdje42@gmail.com>
12278
12279 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12280 Fix spelling of exec-done-display.
12281
12282 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 PR gdb/15358
12285 * gdb.base/gdb-sigterm.c: New file.
12286 * gdb.base/gdb-sigterm.exp: New file.
12287
12288 2014-03-18 Pedro Alves <palves@redhat.com>
12289
12290 PR gdb/13860
12291 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12292 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12293 solib-event.
12294
12295 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12296
12297 * gdb.ada/pckd_arr_ren: New testcase.
12298
12299 2014-03-13 Doug Evans <xdje42@gmail.com>
12300
12301 PR guile/16612
12302 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12303 collect after discarding symbols.
12304
12305 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12306 Doug Evans <xdje42@gmail.com>
12307
12308 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12309 to history survives a gc.
12310
12311 2014-03-13 Pedro Alves <palves@redhat.com>
12312
12313 * gdb.base/default.exp: Don't test "target procfs".
12314
12315 2014-03-13 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.base/default.exp: Update "target child" and "target procfs"
12318 tests to not expect "Unix".
12319
12320 2014-03-12 Tom Tromey <tromey@redhat.com>
12321
12322 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12323 New procs. Add target-async tests.
12324 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12325 Add target-async tests.
12326
12327 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12328
12329 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12330 'func_start' and 'func_end' for the beginning and end of the
12331 function code, respectively.
12332 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12333 'func_end' instead of 'func' and 'main'.
12334
12335 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12336
12337 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12338 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12339 generate the debug info assembler source.
12340
12341 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12342
12343 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12344 * gdb.dwarf2/arr-subrange.exp: Likewise.
12345 * gdb.dwarf2/dwz.exp: Likewise.
12346 * gdb.dwarf2/method-ptr.exp: Likewise.
12347 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12348 * gdb.dwarf2/subrange.exp: Likewise.
12349 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12350 * gdb.dwarf2/implptrpiece.exp: Likewise.
12351 * gdb.dwarf2/nostaticblock.exp: Likewise.
12352
12353 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12354
12355 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12356 directory to absolute path name arguments.
12357
12358 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12359
12360 * gdb.ada/tagged_access: New testcase.
12361
12362 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12363
12364 * gdb.btrace/data.exp: Update expected output.
12365
12366 2014-03-06 Yao Qi <yao@codesourcery.com>
12367
12368 * gdb.trace/pr16508.exp: New file.
12369
12370 2014-03-05 Pedro Alves <palves@redhat.com>
12371
12372 PR gdb/16575
12373 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12374 procedure.
12375 (top level): Adjust to use it. Add tests that exercise breakpoint
12376 interaction with the code-cache.
12377
12378 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12379
12380 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12381 test for 'history-append!'.
12382
12383 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12384
12385 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12386 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12387 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12388 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12389 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12390 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12391
12392 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12393
12394 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12395 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12396 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12397
12398 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12399
12400 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12401
12402 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12403
12404 * gdb.dwarf2/arr-stride.c: New file.
12405 * gdb.dwarf2/arr-stride.exp: New file.
12406
12407 2014-02-26 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12410 that won't ever trigger. Make sure that GDB reports the correct
12411 breakpoint that caused the stop.
12412
12413 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12414
12415 PR gdb/16626
12416 * gdb.base/auto-load-script: New file.
12417 * gdb.base/auto-load.c: New file.
12418 * gdb.base/auto-load.exp: New file.
12419
12420 PR gdb/16626
12421 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12422
12423 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12426 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12427
12428 2014-02-24 Doug Evans <dje@google.com>
12429
12430 * lib/gdb.exp (run_on_host): Log error output if program fails.
12431
12432 2014-02-21 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.threads/step-after-sr-lock.c: Rename to ...
12435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12436 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12438 ... this.
12439
12440 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12441
12442 PR tdep/16397
12443 * gdb.arch/amd64-stap-special-operands.exp: New file.
12444 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12445 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12446 * gdb.arch/amd64-stap-triplet.S: Likewise.
12447 * gdb.arch/amd64-stap-triplet.c: Likewise.
12448
12449 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12450
12451 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12452 in .section pseudo-op.
12453
12454 2014-02-20 lin zuojian <manjian2006@gmail.com>
12455 Joel Brobecker <brobecker@adacore.com>
12456 Doug Evans <xdje42@gmail.com>
12457
12458 PR symtab/16581
12459 * gdb.dwarf2/dw2-icycle.S: New file.
12460 * gdb.dwarf2/dw2-icycle.c: New file.
12461 * gdb.dwarf2/dw2-icycle.exp: New file.
12462
12463 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12464
12465 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12466 operations on gdb.Value objects.
12467 * gdb.python/py-value-cc.exp: Add new test to test operations on
12468 gdb.Value objects.
12469
12470 2014-02-18 Doug Evans <dje@google.com>
12471
12472 * Makefile.in (TESTS): New variable.
12473 (expanded_tests, expanded_tests_or_none): New variables
12474 (check-single): Pass $(expanded_tests_or_none) to runtest.
12475 (check-parallel): Only run tests in $(TESTS) if non-empty.
12476 (check/no-matching-tests-found): New rule.
12477 * README: Document TESTS makefile variable.
12478
12479 2014-02-18 Doug Evans <dje@google.com>
12480
12481 * Makefile.in (check-parallel): rm -rf outputs temp.
12482
12483 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12484
12485 Fix "ERROR: no fileid for" in the testsuite.
12486 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12487
12488 2014-02-12 Doug Evans <dje@google.com>
12489
12490 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12491 (MISCELLANEOUS): New variable.
12492 (clean): rm -rf $(MISCELLANEOUS).
12493 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12494 dwp live in the same directory as symlinks, with each symlink pointed
12495 to a differently named file in a different directory.
12496
12497 2014-02-11 Doug Evans <dje@google.com>
12498
12499 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12500 of Tcl file commands.
12501
12502 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12503
12504 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12505 "kill -SIGUSR1 -1".
12506
12507 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12508
12509 * gdb.ada/tick_length_array_enum_idx: New testcase.
12510
12511 2014-02-10 Doug Evans <xdje42@gmail.com>
12512
12513 * configure.ac (AC_OUTPUT): Add gdb.guile.
12514 * configure: Regenerate.
12515 * lib/gdb-guile.exp: New file.
12516 * lib/gdb.exp (get_target_charset): New function.
12517 * gdb.base/help.exp: Update expected output from "apropos apropos".
12518 * gdb.guile/Makefile.in: New file.
12519 * gdb.guile/guile.exp: New file.
12520 * gdb.guile/scm-arch.c: New file.
12521 * gdb.guile/scm-arch.exp: New file.
12522 * gdb.guile/scm-block.c: New file.
12523 * gdb.guile/scm-block.exp: New file.
12524 * gdb.guile/scm-breakpoint.c: New file.
12525 * gdb.guile/scm-breakpoint.exp: New file.
12526 * gdb.guile/scm-disasm.c: New file.
12527 * gdb.guile/scm-disasm.exp: New file.
12528 * gdb.guile/scm-equal.c: New file.
12529 * gdb.guile/scm-equal.exp: New file.
12530 * gdb.guile/scm-error.exp: New file.
12531 * gdb.guile/scm-error.scm: New file.
12532 * gdb.guile/scm-frame-args.c: New file.
12533 * gdb.guile/scm-frame-args.exp: New file.
12534 * gdb.guile/scm-frame-args.scm: New file.
12535 * gdb.guile/scm-frame-inline.c: New file.
12536 * gdb.guile/scm-frame-inline.exp: New file.
12537 * gdb.guile/scm-frame.c: New file.
12538 * gdb.guile/scm-frame.exp: New file.
12539 * gdb.guile/scm-generics.exp: New file.
12540 * gdb.guile/scm-gsmob.exp: New file.
12541 * gdb.guile/scm-iterator.c: New file.
12542 * gdb.guile/scm-iterator.exp: New file.
12543 * gdb.guile/scm-math.c: New file.
12544 * gdb.guile/scm-math.exp: New file.
12545 * gdb.guile/scm-objfile-script-gdb.in: New file.
12546 * gdb.guile/scm-objfile-script.c: New file.
12547 * gdb.guile/scm-objfile-script.exp: New file.
12548 * gdb.guile/scm-objfile.c: New file.
12549 * gdb.guile/scm-objfile.exp: New file.
12550 * gdb.guile/scm-ports.exp: New file.
12551 * gdb.guile/scm-pretty-print.c: New file.
12552 * gdb.guile/scm-pretty-print.exp: New file.
12553 * gdb.guile/scm-pretty-print.scm: New file.
12554 * gdb.guile/scm-section-script.c: New file.
12555 * gdb.guile/scm-section-script.exp: New file.
12556 * gdb.guile/scm-section-script.scm: New file.
12557 * gdb.guile/scm-symbol.c: New file.
12558 * gdb.guile/scm-symbol.exp: New file.
12559 * gdb.guile/scm-symtab-2.c: New file.
12560 * gdb.guile/scm-symtab.c: New file.
12561 * gdb.guile/scm-symtab.exp: New file.
12562 * gdb.guile/scm-type.c: New file.
12563 * gdb.guile/scm-type.exp: New file.
12564 * gdb.guile/scm-value-cc.cc: New file.
12565 * gdb.guile/scm-value-cc.exp: New file.
12566 * gdb.guile/scm-value.c: New file.
12567 * gdb.guile/scm-value.exp: New file.
12568 * gdb.guile/source2.scm: New file.
12569 * gdb.guile/types-module.cc: New file.
12570 * gdb.guile/types-module.exp: New file.
12571
12572 2014-02-10 Yao Qi <yao@codesourcery.com>
12573
12574 PR testsuite/16543
12575 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12576 * configure: Regenerated.
12577 * Makefile.in: New file.
12578
12579 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12580
12581 * gdb.python/py-framefilter.exp: Fix typo.
12582
12583 2014-02-08 Yao Qi <yao@codesourcery.com>
12584
12585 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12586 that no =breakpoint-modified is emitted when breakpoints are
12587 modified through MI commands.
12588
12589 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12590 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.threads/step-after-sr-lock.c: New file.
12593 * gdb.threads/step-after-sr-lock.exp: New file.
12594
12595 2014-02-07 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12598
12599 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12600
12601 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12602 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12603
12604 2014-02-06 Doug Evans <xdje42@gmail.com>
12605
12606 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12607 output.
12608
12609 * gdb.gdb/python-interrupts.exp: New file.
12610
12611 2014-02-05 Yao Qi <yao@codesourcery.com>
12612
12613 * gdb.trace/report.exp (use_collected_data): Test the output
12614 of "info threads" and "info inferiors".
12615
12616 2014-02-05 Yao Qi <yao@codesourcery.com>
12617
12618 Revert this patch:
12619
12620 2013-05-24 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.trace/tfile.exp: Test inferior and thread.
12623
12624 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12625
12626 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12627 on a function.
12628 * gdb.base/step-bt.c: Call hello via function pointer to make
12629 sure its first instruction is executed on powerpc64le-linux.
12630
12631 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12632
12633 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12634
12635 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12636
12637 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12638 of the test patterns for use on little-endian systems.
12639
12640 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12641
12642 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12643 (decimal_vector): Fix for little-endian.
12644
12645 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12646
12647 * gdb.arch/sparc-sysstep.exp: New file.
12648 * gdb.arch/sparc-sysstep.c: Likewise.
12649
12650 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12651
12652 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12653
12654 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12655
12656 2014-01-23 Tom Tromey <tromey@redhat.com>
12657
12658 * gdb.ada/array_char_idx: New testcase.
12659
12660 2014-01-23 Tom Tromey <tromey@redhat.com>
12661
12662 PR python/16487:
12663 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12664 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12665 classes.
12666
12667 2014-01-23 Tom Tromey <tromey@redhat.com>
12668
12669 PR python/16491:
12670 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12671 string from an inferior frame.
12672 * gdb.python/py-framefilter-mi.exp: Update.
12673
12674 2014-01-22 Doug Evans <dje@google.com>
12675
12676 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12677
12678 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12679
12680 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12681
12682 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12683
12684 * gdb.trace/entry-values.exp: Remove excess space character from
12685 regex patterns. Handle s390 call instruction.
12686
12687 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12688
12689 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12690 define "*_start" label. Make "name" static.
12691 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12692 ${name} by references to ${name}_start.
12693
12694 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12695
12696 * gdb.base/info-macros.exp: Remove "debug" from the compile
12697 options.
12698
12699 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12700
12701 * gdb.dlang/demangle.exp: New file.
12702
12703 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12704
12705 * gdb.dlang/primitive-types.exp: New file.
12706
12707 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12708
12709 * configure.ac: Create gdb.dlang/Makefile.
12710 * configure: Regenerate.
12711 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12712 * gdb.dlang/Makefile.in: New file.
12713 * lib/d-support.exp: New file.
12714 * lib/gdb.exp (skip_d_tests): New proc.
12715
12716 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12717
12718 * gdb.btrace/delta.exp: Check reverse stepi.
12719 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12720 * gdb.btrace/finish.exp: New.
12721 * gdb.btrace/next.exp: New.
12722 * gdb.btrace/nexti.exp: New.
12723 * gdb.btrace/record_goto.c: Add comments.
12724 * gdb.btrace/step.exp: New.
12725 * gdb.btrace/stepi.exp: New.
12726 * gdb.btrace/multi-thread-step.c: New.
12727 * gdb.btrace/multi-thread-step.exp: New.
12728 * gdb.btrace/rn-dl-bind.c: New.
12729 * gdb.btrace/rn-dl-bind.exp: New.
12730 * gdb.btrace/data.c: New.
12731 * gdb.btrace/data.exp: New.
12732 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12733
12734 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12735
12736 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12737 * gdb.btrace/exception.exp: Update.
12738 * gdb.btrace/instruction_history.exp: Update.
12739 * gdb.btrace/record_goto.exp: Update.
12740 * gdb.btrace/tailcall.exp: Update.
12741 * gdb.btrace/unknown_functions.exp: Update.
12742 * gdb.btrace/delta.exp: New.
12743
12744 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12745
12746 * gdb.btrace/record_goto.exp: Add backtrace test.
12747 * gdb.btrace/tailcall.exp: Add backtrace test.
12748
12749 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12750
12751 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12752 * gdb.btrace/record_goto.c: New.
12753 * gdb.btrace/record_goto.exp: New.
12754 * gdb.btrace/x86-record_goto.S: New.
12755
12756 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12757
12758 * gdb.btrace/function_call_history.exp: Update tests.
12759 * gdb.btrace/instruction_history.exp: Update tests.
12760
12761 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12762
12763 * gdb.btrace/function_call_history.exp: Fix expected field
12764 order for "record function-call-history".
12765 Add new tests for "record function-call-history /c".
12766 * gdb.btrace/exception.cc: New.
12767 * gdb.btrace/exception.exp: New.
12768 * gdb.btrace/tailcall.exp: New.
12769 * gdb.btrace/x86-tailcall.S: New.
12770 * gdb.btrace/x86-tailcall.c: New.
12771 * gdb.btrace/unknown_functions.c: New.
12772 * gdb.btrace/unknown_functions.exp: New.
12773 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12774
12775 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12776
12777 * gdb.btrace/instruction_history.exp: Update.
12778 * gdb.btrace/function_call_history.exp: Update.
12779
12780 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12781
12782 * gdb.btrace/function_call_history.exp: Fix expected function
12783 trace.
12784 * gdb.btrace/instruction_history.exp: Initialize traced.
12785 Remove traced_functions.
12786
12787 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12788
12789 * gdb.btrace/function_call_history.exp: Update
12790 * gdb.btrace/instruction_history.exp: Update.
12791
12792 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12793
12794 * gdb.btrace/enable.exp: Update expected text.
12795
12796 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12797
12798 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12799 bytes.
12800
12801 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12802
12803 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12804
12805 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12806
12807 * lib/gdb.exp (supports_process_record): Return true for
12808 arm*-linux*. (supports_reverse): Likewise.
12809
12810 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12811
12812 PR python/15464
12813 PR python/16113
12814 * gdb.python/py-type.c: Enhance test case.
12815 * gdb.python/py-value-cc.cc: Likewise
12816 * gdb.python/py-type.exp: Add new tests.
12817 * gdb.python/py-value-cc.exp: Likewise
12818
12819 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12823 Make "name" extern.
12824 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12825 references to ${name}_start by references to ${name}.
12826
12827 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12828
12829 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12830
12831 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12832
12833 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12834
12835 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12836 Pedro Alves <palves@redhat.com>
12837
12838 * gdb.mi/mi-info-os.exp: Connect to the target with
12839 mi_gdb_target_load.
12840
12841 2014-01-08 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.threads/reconnect-signal.c: New file.
12844 * gdb.threads/reconnect-signal.exp: New file.
12845
12846 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12847
12848 * gdb.base/source-dir.exp: New file.
12849
12850 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12851
12852 * gdb.ada/mi_interface: New testcase.
12853
12854 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12855
12856 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12857 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12858 gdb.ada/pp-rec-component/pck.ads: New files.
12859
12860 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12861
12862 * gdb.python/py-pp-integral.c: New file.
12863 * gdb.python/py-pp-integral.py: New file.
12864 * gdb.python/py-pp-integral.exp: New file.
12865
12866 For older changes see ChangeLog-1993-2013.
12867 \f
12868 ;; Local Variables:
12869 ;; mode: change-log
12870 ;; left-margin: 8
12871 ;; fill-column: 74
12872 ;; version-control: never
12873 ;; End:
12874
12875 Copyright 2014-2017 Free Software Foundation, Inc.
12876 Copying and distribution of this file, with or without modification,
12877 are permitted provided the copyright notice and this notice are preserved.
This page took 0.301473 seconds and 5 git commands to generate.