Add several "quit with live inferior" tests
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-10-17 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/quit-live.c: New file.
4 * gdb.base/quit-live.exp: New file.
5
6 2017-10-16 Keith Seitz <keiths@redhat.com>
7
8 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9 (class_with_protected_typedef, class_with_private_typedef)
10 (struct_with_public_typedef, struct_with_protected_typedef)
11 (struct_with_private_typedef): New classes/structs.
12 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
13 typedefs and access specifiers.
14
15 2017-10-16 Pedro Alves <palves@redhat.com>
16 Simon Marchi <simon.marchi@polymtl.ca>
17
18 * README (Local vs Remote vs Native): New section.
19 * boards/local-board.exp: New file, with bits factored out from
20 ...
21 * boards/native-extended-gdbserver.exp: ... here. Load
22 "local-board".
23 * boards/native-gdbserver.exp: Load "local-board".
24 (${board}_spawn, ${board}_exec): Delete.
25 * boards/native-stdio-gdbserver.exp: Most contents factored out to
26 ...
27 * boards/stdio-gdbserver-base.exp: ... this new file.
28 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
29 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
30 procedure.
31 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
32 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
33 stdio_gdbserver_command.
34 (${board}_get_remote_address, ${board}_get_comm_port)
35 (${board}_download, ${board}_upload): Delete.
36 (get_target_remote_pipe_cmd): New.
37
38 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
41 test_bkpt_deletion, test_bkpt_cond_and_cmds,
42 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
43 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
44 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
45 remove with_test_prefix.
46
47 2017-10-13 Pedro Alves <palves@redhat.com>
48
49 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
50 * gdb.base/annota1.exp: Use it instead of is_remote.
51 * gdb.base/annota3.exp: Use it instead of is_remote.
52 * gdb.cp/annota2.exp: Use it instead of is_remote.
53 * gdb.cp/annota3.exp: Use it instead of is_remote.
54 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
55
56 2017-10-13 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
59 (test_num_test_vars, run_and_count_vars, find_env)
60 (test_set_unset_env, test_inherit_env_var): New procedures.
61 (top level): Use them.
62
63 2017-10-13 Pedro Alves <palves@redhat.com>
64
65 * lib/selftest-support.exp (selftest_setup): Extend comments, and
66 also skip on stub-like targets.
67
68 2017-10-13 Pedro Alves <palves@redhat.com>
69
70 PR gdb/22293
71 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
72 (top level): Move some tests to ...
73 (test_not_found): ... this new procedure.
74 (top level): Call it.
75
76 2017-10-13 Pedro Alves <palves@redhat.com>
77
78 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
79 expect different "info terminal" output if testing with a
80 non-native target.
81
82 2017-10-13 Pedro Alves <palves@redhat.com>
83 Simon Marchi <simon.marchi@polymtl.ca>
84
85 PR python/12966
86 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
87
88 2017-10-13 Pedro Alves <palves@redhat.com>
89
90 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
91 already.
92
93 2017-10-13 Pedro Alves <palves@redhat.com>
94
95 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
96 is_remote.
97
98 2017-10-13 Pedro Alves <palves@redhat.com>
99
100 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
101 is_remote.
102
103 2017-10-13 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
106 is set.
107 (corefile_test_attach): Likewise. Check can_spawn_for_attach
108 instead of is_remote.
109
110 2017-10-13 Pedro Alves <palves@redhat.com>
111
112 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
113 (top level): Add comment.
114
115 2017-10-13 Pedro Alves <palves@redhat.com>
116
117 * gdb.base/remote.exp (top level): Fix comment typo and add
118 missing return.
119
120 2017-10-13 Pedro Alves <palves@redhat.com>
121 Simon Marchi <simon.marchi@polymtl.ca>
122
123 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
124 calls and add comments. Skip test if use_gdb_stub is set.
125 (top level): Use "set cwd" command instead of "cd" command.
126
127 2017-10-13 Pedro Alves <palves@redhat.com>
128
129 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
130 is_remote target check.
131
132 2017-10-13 Pedro Alves <palves@redhat.com>
133
134 * gdb.base/scope.exp: Use build_executable + clean_restart +
135 gdb_file_cmd instead of prepare_for_testing and no longer skip
136 "before run" tests on is_remote target boards. Update comments.
137 * boards/native-extended-gdbserver.exp
138 (extended_gdbserver_load_last_file): New, factored out from ...
139 (gdb_load): ... this. Move further below and add comment.
140 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
141
142 2017-10-12 Pedro Alves <palves@redhat.com>
143
144 * gdb.base/attach.exp: Remove references to gdb64.
145 * gdb.base/dbx.exp: Remove references to gdb64.
146
147 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
148 Pedro Alves <palves@redhat.com>
149
150 * gdb.base/label.exp: Remove is_remote target check.
151
152 2017-10-12 Pedro Alves <palves@redhat.com>
153
154 * gdb.base/auvx.exp (coredir): Update comment.
155 (top level) <core_works>: Use "set cwd" command instead of "cd"
156 command.
157
158 2017-10-12 Pedro Alves <palves@redhat.com>
159 Simon Marchi <simon.marchi@polymtl.ca>
160
161 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
162 target boards.
163
164 2017-10-12 Pedro Alves <palves@redhat.com>
165 Simon Marchi <simon.marchi@polymtl.ca>
166
167 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
168 Instead skip if there's any gdb_protocol set.
169
170 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
171 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
174
175 2017-10-12 Pedro Alves <palves@redhat.com>
176 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
179 instead of on dejagnu remote boards.
180
181 2017-10-12 Pedro Alves <palves@redhat.com>
182 Simon Marchi <simon.marchi@polymtl.ca>
183
184 * gdb.base/inferior-died.exp: Remove is_remote and isnative
185 checks. Use build_executable + clean_restart instead of
186 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
187 of enabling non-stop after starting gdb.
188
189 2017-10-12 Pedro Alves <palves@redhat.com>
190
191 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
192 * gdb.threads/non-ldr-exc-2.exp: Ditto.
193 * gdb.threads/non-ldr-exc-3.exp: Ditto.
194 * gdb.threads/non-ldr-exc-4.exp: Ditto.
195
196 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
197
198 * gdb.arch/arc-tdesc-cpu.exp: New file.
199 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
200
201 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
202
203 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
204
205 2017-10-10 Pedro Alves <palves@redhat.com>
206
207 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
208 expect CLI output.
209
210 2017-10-10 Pedro Alves <palves@redhat.com>
211
212 * lib/selftest-support.exp (selftest_setup): Update for
213 captured_command_loop's prototype change.
214
215 2017-10-09 Pedro Alves <palves@redhat.com>
216
217 Test both arch1=>arch2 and arch2=>arch1.
218
219 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
220 (srcfile2, binfile2, march1, march2): Remove globals. Largely
221 factored out to...
222 (append_arch1_options, append_arch2_options, append_arch_options)
223 (build_executables): New procedures.
224 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
225 local.
226 (top level): Add new 'first_arch' testing axis.
227
228 2017-10-09 Pedro Alves <palves@redhat.com>
229
230 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
231 (barrier): New.
232 (thread_start, all_started): New functions.
233 (main): Spawn new thread and wait until it is scheduled.
234 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
235 option.
236 (do_test): Add 'selected_thread' parameter. Run to all_started
237 instead of main. Explicitly set the breakpoint at main. Switch
238 to the SELECTED_THREAD thread.
239 (top level): Test handling the exec event with either the main
240 thread or the second thread selected.
241
242 2017-10-09 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
245 logic. Move STOP marker after the value checks.
246 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
247 regexp.
248
249 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
250
251 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
252
253 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
254
255 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
256 integer-to-dfp conversion.
257 * gdb.base/dfp-test.exp: Likewise.
258
259 2017-10-04 Pedro Alves <palves@redhat.com>
260
261 * gdb.multi/hangout.c: Include <unistd.h>.
262 (hangout_loop): New function.
263 (main): Call alarm. Call hangout_loop in a loop.
264 * gdb.multi/hello.c: Include <unistd.h>.
265 (hello_loop): New function.
266 (main): Call alarm. Call hangout_loop in a loop.
267 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
268 inferior with the other selected.
269
270 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.mi/list-thread-groups-available.exp: New file.
273 * gdb.mi/list-thread-groups-available.c: New file.
274
275 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
276
277 * gdb.base/set-cwd.exp: Make it available on
278 native-extended-gdbserver.
279
280 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
281
282 * gdb.base/set-cwd.c: New file.
283 * gdb.base/set-cwd.exp: Likewise.
284
285 2017-10-02 Tom Tromey <tom@tromey.com>
286
287 PR rust/22236:
288 * gdb.rust/simple.rs (main): New variable "fslice".
289 * gdb.rust/simple.exp: Add slice tests. Update string tests.
290
291 2017-10-02 Tom Tromey <tom@tromey.com>
292
293 * gdb.rust/simple.exp: Test ptype of a slice.
294
295 2017-10-02 Tom Tromey <tom@tromey.com>
296
297 * gdb.rust/simple.exp: Test index of slice.
298
299 2017-09-27 Tom Tromey <tom@tromey.com>
300
301 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
302
303 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
304 Pedro Alves <palves@redhat.com>
305
306 * gdb.base/compare-sections.exp (get value of read-only section): Read
307 as unsigned value.
308 (corrupt read-only section): Likewise and don't set written if patching
309 failed.
310
311 2017-09-21 Kevin Buettner <kevinb@redhat.com>
312
313 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
314 files.
315
316 2017-09-20 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
319 symbol names in gdb's output.
320 * gdb.cp/overload.exp ("list all overloads"): Likewise.
321
322 2017-09-20 Pedro Alves <palves@redhat.com>
323
324 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
325 Rename to ...
326 (test_list_ambiguous_symbol): ... this and add a symbol name
327 parameter. Adjust.
328 (test_list_ambiguous_function): Reimplement on top of
329 test_list_ambiguous_symbol and also test listing ambiguous
330 variables.
331 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
332 (ambiguous_fun): ... this.
333 (ambiguous_var): New.
334 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
335 (ambiguous_fun): ... this.
336 (ambiguous_var): New.
337
338 2017-09-19 John Baldwin <jhb@FreeBSD.org>
339
340 * gdb.base/starti.c: New file.
341 * gdb.base/starti.exp: New file.
342 * lib/gdb.exp (gdb_starti_cmd): New procedure.
343
344 2017-09-14 Pedro Alves <palves@redhat.com>
345
346 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
347 (top level): Use it instead of runto.
348
349 2017-09-11 Tom Tromey <tom@tromey.com>
350
351 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
352
353 2017-09-11 Tom Tromey <tom@tromey.com>
354
355 * gdb.python/py-infthread.exp: Add tests for new_thread event.
356 * gdb.python/py-inferior.exp: Add tests for new inferior events.
357
358 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
359
360 * gdb.fortran/printing-types.exp: New file.
361 * gdb.fortran/printing-types.exp: New file.
362
363 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
364
365 * gdb.fortran/vla-ptype.exp: Fix typos.
366 * gdb.fortran/vla-value.exp: Same.
367
368 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
369
370 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
371 * gdb.mi/mi-var-child-f.exp: Likewise.
372 * gdb.mi/mi-vla-fortran.exp: Likewise.
373
374 2017-09-08 Frank Penczek <frank.penczek@intel.com>
375 Christoph Weinmann <christoph.t.weinmann@intel.com>
376 Bernhard Heckel <bernhard.heckel@intel.com>
377
378 * gdb.fortran/ptr-indentation.f90: New file.
379 * gdb.fortran/ptr-indentation.exp: New file.
380
381 2017-09-05 Tom Tromey <tom@tromey.com>
382
383 PR gdb/22010:
384 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
385
386 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
387
388 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
389
390 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 * gdb.threads/tls-nodebug-pie.c: New file.
393 * gdb.threads/tls-nodebug-pie.exp: New file.
394
395 2017-09-05 Tom Tromey <tom@tromey.com>
396
397 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
398 for rust.
399
400 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
401
402 * gdb.multi/multi-arch-exec.exp: Test with different
403 "follow-exec-mode" settings.
404 (do_test): New procedure.
405
406 2017-09-04 Pedro Alves <palves@redhat.com>
407
408 * gdb.base/func-static.c (S::method const, S::method volatile)
409 (S::method volatile const): New methods.
410 (c_s, v_s, cv_s): New instances.
411 (main): Call method() on them.
412 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
413 (cannot_resolve): New procedure.
414 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
415 print-quote-unquoted columns.
416 (do_test): Test printing each scope too.
417
418 2017-09-04 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/local-static.exp: Also test with
421 class::method::variable wholly quoted.
422 * gdb.cp/m-static.exp (class::method::variable): Remove test.
423
424 2017-09-04 Pedro Alves <palves@redhat.com>
425
426 * gdb.base/local-static.c: New.
427 * gdb.base/local-static.cc: New.
428 * gdb.base/local-static.exp: New.
429
430 2017-09-04 Pedro Alves <palves@redhat.com>
431
432 * gdb.asm/asm-source.exp: Add casts to int.
433 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
434 (dataglobal64_1, dataglobal64_2): New globals.
435 * gdb.base/nodebug.exp: Test different expressions involving the
436 new globals, with print, whatis and ptype. Add casts to int.
437 * gdb.base/solib-display.exp: Add casts to int.
438 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
439 * gdb.cp/m-static.exp: Add cast to int.
440 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
441 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
442 tls variable with no debug info without a cast. Test with a cast
443 to int too.
444 * gdb.trace/entry-values.exp: Add casts.
445
446 2017-09-04 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/nodebug.exp: Test that ptype's error about functions
449 with unknown return type includes the function name too.
450
451 2017-09-04 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
454 return type of munmap in infcall.
455 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
456 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
457 type of ftell in infcall.
458 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
459 type of getpid in infcall.
460 * gdb.base/infcall-exec.exp: Cast return type of execlp in
461 infcall.
462 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
463 Bail on failure to extract the pid.
464 * gdb.base/nodebug.c: #include <stdint.h>.
465 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
466 New functions.
467 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
468 Change expected output of print/whatis/ptype with functions with
469 no debug info. Test all supported languages. Call
470 test_call_promotion.
471 * gdb.compile/compile.exp: Adjust expected output to expect
472 warning.
473 * gdb.threads/siginfo-threads.exp: Likewise.
474
475 2017-09-04 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/callfuncs.exp (do_function_calls): New parameter
478 "prototypes". Test calling float functions via prototyped and
479 unprototyped function pointers.
480 (perform_all_tests): New parameter "prototypes". Pass it down.
481 (top level): Pass down "prototypes" parameter to
482 perform_all_tests.
483
484 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
485
486 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
487 Test with nested loops.
488
489 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
490
491 * gdb.base/commands.exp: Call the new procedures.
492 (loop_break_test, loop_continue_test): New procedures.
493
494 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
495
496 * gdb.base/commands.exp: Call new procedure.
497 (define_if_without_arg_test): New procedure.
498
499 2017-09-04 Pedro Alves <palves@redhat.com>
500
501 * gdb.base/list-ambiguous.exp: New file.
502 * gdb.base/list-ambiguous0.c: New file.
503 * gdb.base/list-ambiguous1.c: New file.
504 * gdb.base/list.exp (test_list_range): Adjust expected output.
505
506 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
507
508 * gdb.base/share-env-with-gdbserver.c: New file.
509 * gdb.base/share-env-with-gdbserver.exp: Likewise.
510
511 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
512
513 * gdb.base/commands.exp (gdbvar_simple_if_test,
514 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
515 progvar_simple_if_test, progvar_simple_while_test,
516 progvar_complex_if_while_test, user_defined_command_test,
517 user_defined_command_args_eval,
518 user_defined_command_args_stack_test,
519 user_defined_command_manyargs_test, bp_deleted_in_command_test,
520 temporary_breakpoint_commands,
521 gdb_test_no_prompt, redefine_hook_test,
522 redefine_backtrace_test): Remove "global gdb_prompt".
523
524 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
525
526 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
527 New proc, call it from toplevel.
528
529 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
530
531 PR remote/21852
532 * gdb.server/normal.c: New file, copied from gdb.base.
533 * gdb.server/run-without-local-binary.exp: New file.
534
535 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
536
537 * gdb.arch/sparc64-adi.exp: New file.
538 * gdb.arch/sparc64-adi.c: New file.
539
540 2017-08-22 Pedro Alves <palves@redhat.com>
541
542 * gdb.cp/overload.exp (line_range_pattern): New procedure.
543 (top level): Add "list all overloads" tests.
544
545 2017-08-22 Tom Tromey <tom@tromey.com>
546
547 * gdb.gdb/xfullpath.exp: Remove.
548
549 2017-08-21 Pedro Alves <palves@redhat.com>
550
551 PR gdb/19487
552 * gdb.base/symbol-alias.c: New.
553 * gdb.base/symbol-alias2.c: New.
554 * gdb.base/symbol-alias.exp: New.
555
556 2017-08-21 Pedro Alves <palves@redhat.com>
557
558 * gdb.base/dfp-test.c
559 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
560 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
561 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
562 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
563 * gdb.base/whatis-ptype-typedefs.c: New.
564 * gdb.base/whatis-ptype-typedefs.exp: New.
565 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
566 (an_int, an_int_type, an_int_type2): New globals.
567 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
568 involving typedefs and cast expressions.
569 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
570 (lookup_typedefs_function): New.
571 (typedefs_pretty_printers_dict): New.
572 (top level): Register lookup_typedefs_function in
573 gdb.pretty_printers.
574
575 2017-08-18 Yao Qi <yao.qi@linaro.org>
576
577 * gdb.server/unittest.exp: New.
578
579 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
580
581 PR gdb/21954
582 * gdb.base/environ.exp: Add test to check if 'unset environment'
583 works.
584
585 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * lib/gdb.exp (universal_compile_options): New caching proc.
588 (gdb_compile): Suppress GCC's coloring of messages.
589
590 2017-08-14 Tom Tromey <tom@tromey.com>
591
592 PR gdb/21675:
593 * gdb.base/printcmds.exp (test_radices): New function.
594 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
595 * gdb.base/sizeof.exp (check_valueof): Use p/d.
596 * lib/gdb.exp (get_integer_valueof): Use p/d.
597
598 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
599
600 * lib/gdb.exp (get_valueof): Don't capture end-of-line
601 characters.
602
603 2017-08-05 Tom Tromey <tom@tromey.com>
604
605 * gdb.rust/simple.exp: Allow String to appear in a different
606 namespace.
607
608 2017-07-26 Yao Qi <yao.qi@linaro.org>
609
610 * gdb.gdb/unittest.exp: Invoke command
611 "maintenance check xml-descriptions".
612
613 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
614
615 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
616 calling context.
617 (hex128): Drop erroneous calculation of parameters.
618
619 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
620
621 * gdb.python/py-unwind.exp: Disable stack protection when
622 building test file.
623
624 2017-07-20 Pedro Alves <palves@redhat.com>
625
626 * gdb.base/default.exp (set language): Adjust expected output.
627
628 2017-07-20 Pedro Alves <palves@redhat.com>
629
630 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
631 (test_minsym): ... this, and make static.
632 (get_pck__foo__bar__minsym): Rename to ...
633 (get_test_minsym): ... this.
634 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
635 symbol names and comments.
636 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
637 (get_test_minsym): ... this.
638 (pck__foo__bar__minsym__2): Rename to ...
639 (test_minsym): ... this.
640 (main): Adjust.
641
642 2017-07-17 Pedro Alves <palves@redhat.com>
643
644 * gdb.base/completion.exp: Adjust expected output.
645 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
646 the completer works.
647
648 2017-07-17 Pedro Alves <palves@redhat.com>
649
650 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
651
652 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
655
656 2017-07-14 Tom Tromey <tom@tromey.com>
657
658 PR rust/21764:
659 * gdb.rust/simple.exp: Add tests.
660
661 2017-07-14 Tom Tromey <tom@tromey.com>
662
663 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
664
665 2017-07-14 Pedro Alves <palves@redhat.com>
666
667 * gdb.linespec/base/one/thefile.cc (z1): New function.
668 * gdb.linespec/base/two/thefile.cc (z2): New function.
669 * gdb.linespec/linespec.exp: Add tests.
670
671 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
674 to mi_create_breakpoint.
675
676 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
679 mi_create_breakpoint.
680
681 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
682
683 * gdb.dlang/demangle.exp: Update for demangling changes.
684
685 2017-07-09 Tom Tromey <tom@tromey.com>
686
687 * gdb.dwarf2/shortpiece.exp: New file.
688
689 2017-07-06 David Blaikie <dblaikie@gmail.com>
690
691 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
692 built from fissiont-multi-cu{1,2}.c.
693 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
694 except putting 'main' and 'func' in separate CUs in the same DWO file.
695 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
696 test.
697 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
698 test.
699
700 2017-07-06 Pedro Alves <palves@redhat.com>
701
702 * gdb.python/py-unwind.exp: Test flushregs.
703
704 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
705
706 PR cli/21688
707 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
708 tests for alias commands and trailing whitespace.
709
710 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
711
712 PR cli/21688
713 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
714 procedure. Call it.
715
716 2017-06-29 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/printcmds.exp: Add tests.
719
720 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
721
722 PR gdb/21337
723 * gdb.base/reread-readsym.exp: New file.
724 * gdb.base/reread-readsym.c: New file.
725
726 2017-06-21 Kevin Buettner <kevinb@redhat.com>
727
728 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
729 subpattern.
730
731 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
732
733 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
734 extended mnemonic.
735 * gdb.arch/powerpc-power9.s: Likewise.
736
737 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
738
739 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
740 on 32-bit x86 targets. Exploit is_*_target macros where
741 appropriate.
742
743 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
744
745 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
746 register pieces.
747
748 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
749
750 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
751 located in one or more DWARF pieces.
752
753 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
754
755 * lib/gdb.exp (get_endianness): New proc.
756 * gdb.arch/aarch64-fp.exp: Use it.
757 * gdb.arch/altivec-regs.exp: Likewise.
758 * gdb.arch/e500-regs.exp: Likewise.
759 * gdb.arch/vsx-regs.exp: Likewise.
760 * gdb.base/dump.exp: Likewise.
761 * gdb.base/funcargs.exp: Likewise.
762 * gdb.base/gnu_vector.exp: Likewise.
763 * gdb.dwarf2/formdata16.exp: Likewise.
764 * gdb.dwarf2/implptrpiece.exp: Likewise.
765 * gdb.dwarf2/nonvar-access.exp: Likewise.
766 * gdb.python/py-inferior.exp: Likewise.
767 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
768
769 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
770
771 PR gdb/21226
772 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
773 stack value pieces are taken from the LSB end.
774
775 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
776
777 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
778 variable at nonzero offset.
779
780 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
781
782 * gdb.dwarf2/var-access.c: New file.
783 * gdb.dwarf2/var-access.exp: New test.
784 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
785
786 2017-06-12 Tom Tromey <tom@tromey.com>
787
788 * gdb.dwarf2/formdata16.exp: Add tests.
789
790 2017-06-12 Tom Tromey <tom@tromey.com>
791
792 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
793
794 2017-06-12 Tom Tromey <tom@tromey.com>
795
796 PR exp/16225:
797 * gdb.reverse/i386-sse-reverse.exp: Update tests.
798 * gdb.arch/vsx-regs.exp: Update tests.
799 * gdb.arch/s390-vregs.exp (hex128): New proc.
800 Update test.
801 * gdb.arch/altivec-regs.exp: Update tests.
802
803 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
804
805 * gdb.base/startup-with-shell.c: New file.
806 * gdb.base/startup-with-shell.exp: Likewise.
807
808 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
809
810 * gdb.server/non-existing-program.exp: Update regex in order to
811 reflect the fact that gdbserver is now using fork_inferior (with a
812 shell) to startup the inferior.
813
814 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
815
816 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
817 support function calls from GDB.
818
819 2017-05-21 Tom Tromey <tom@tromey.com>
820
821 PR rust/21466:
822 * gdb.rust/unsized.exp: New file.
823 * gdb.rust/unsized.rs: New file.
824
825 2017-05-19 Tom Tromey <tom@tromey.com>
826
827 PR rust/21484:
828 * gdb.rust/watch.exp: New file.
829 * gdb.rust/watch.rs: New file.
830
831 2017-05-18 Tom Tromey <tom@tromey.com>
832
833 * gdb.rust/simple.exp: Allow Box to be qualified.
834
835 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
836
837 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
838
839 2017-05-18 Pedro Alves <palves@redhat.com>
840
841 * gdb.base/fileio.c (test_write, test_read, test_close)
842 (test_fstat): Don't print 'ret' in the fail path.
843
844 2017-05-18 Pedro Alves <palves@redhat.com>
845
846 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
847 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
848 (test_system, test_rename, test_unlink, test_time): Change
849 prototypes.
850 * gdb.base/fileio.exp (stop_msg): Adjust.
851
852 2017-05-18 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/fileio.c (null_str): New global.
855 (test_stat): Use it.
856 * gdb.base/fileio.exp: Remove nowarnings.
857
858 2017-05-17 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
861
862 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
863
864 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
865 argument command.
866 (top-level): Invoke test_set_inferior_tty.
867
868 2017-05-04 Pedro Alves <palves@redhat.com>
869
870 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
871 Add parens to print call for Python 3.
872
873 2017-05-03 Keith Seitz <keiths@redhat.com>
874
875 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
876 (main): Call it.
877
878 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
879
880 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
881 to prev and next.
882
883 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
884
885 * gdb.python/py-record-btrace.exp: Remove test for
886 gdb.BtraceInstruction.error.
887
888 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
889
890 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
891
892 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
893
894 * gdb.python/py-record-btrace-threads.c: New file.
895 * gdb.python/py-record-btrace-threads.exp: New file.
896
897 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
898
899 PR testsuite/8595
900 * gdb.base/environ.exp: Make test available in all architectures.
901 Move bits related to "info program" testing to
902 gdb.base/info-program.exp. Rewrite tests to use the two new
903 procedures mentione below.
904 (test_set_show_env_var) New procedure.
905 (test_set_show_env_var_equal): Likewise.
906 * gdb.base/info-program.exp: New file.
907
908 2017-04-27 Keith Seitz <keiths@redhat.com>
909
910 * gdb.cp/oranking.cc (test15): New function.
911 (main): Call test15 and declare additional variables for testing.
912 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
913 "p foo101('abc')" tests.
914 Add tests for cv qualifier overloads.
915 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
916 "lvalue reference overload" test.
917 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
918 "print value of f1 on Child&& in f2" test.
919
920 2017-04-19 Pedro Alves <palves@redhat.com>
921
922 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
923 procedure.
924 (top level): Call it.
925 * lib/gdb.exp (gdb_define_cmd): New procedure.
926
927 2017-04-12 Pedro Alves <palves@redhat.com>
928
929 PR gdb/21323
930 * gdb.cp/wide_char_types.c: Include <wchar.h>.
931 (wchar): New global.
932 * gdb.cp/wide_char_types.exp (wide_char_types_program)
933 (do_test_wide_char, wide_char_types_no_program, top level): Add
934 wchar_t testing.
935
936 2017-04-12 Pedro Alves <palves@redhat.com>
937
938 PR c++/21323
939 * gdb.cp/wide_char_types.c: New file.
940 * gdb.cp/wide_char_types.exp: New file.
941
942 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
943
944 PR gdb/21352
945 * gdb.trace/tsv.exp: Add test for "tsave -r".
946
947 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
948
949 * gdb.dlang/watch-loc.c: New file.
950 * gdb.dlang/watch-loc.exp: New file.
951
952 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * gdb.python/py-section-script.exp (sepdebug): New testcases.
955
956 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
957
958 * gdb.arch/arc-analyze-prologue.S: New file.
959 * gdb.arch/arc-analyze-prologue.exp: Likewise.
960
961 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
962
963 * gdb.arch/arc-decode-insn.S: New file.
964 * gdb.arch/arc-decode-insn.exp: Likewise.
965
966 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
967
968 PR tdep/20928
969 * gdb.arch/sparc64-regs.exp: New file.
970 * gdb.arch/sparc64-regs.S: Likewise.
971
972 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
973
974 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
975 and memory view on Python 3.
976
977 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
978 Keith Seitz <keiths@redhat.com>
979
980 PR gdb/14441
981 * gdb.cp/demangle.exp: Add rvalue reference tests.
982 * gdb.cp/rvalue-ref-casts.cc: New file.
983 * gdb.cp/rvalue-ref-casts.exp: New file.
984 * gdb.cp/rvalue-ref-overload.cc: New file.
985 * gdb.cp/rvalue-ref-overload.exp: New file.
986 * gdb.cp/rvalue-ref-params.cc: New file.
987 * gdb.cp/rvalue-ref-params.exp: New file.
988 * gdb.cp/rvalue-ref-sizeof.cc: New file.
989 * gdb.cp/rvalue-ref-sizeof.exp: New file.
990 * gdb.cp/rvalue-ref-types.cc: New file.
991 * gdb.cp/rvalue-ref-types.exp: New file.
992 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
993 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
994
995 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
996
997 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
998 New procedure.
999
1000 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1001
1002 * lib/mi-support.exp (mi_gdb_test): Add additional message
1003 for unexpected output.
1004
1005 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1006
1007 * gdb.base/examine-backward.c (Barrier): New character array
1008 constant, to ensure that TestStrings is preceded by a string
1009 terminator.
1010
1011 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1012
1013 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1014 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1015 and implicit pointer into such a location.
1016
1017 2017-03-16 Doug Evans <dje@google.com>
1018
1019 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1020
1021 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1022
1023 * gdb.cp/m-static.exp: Fix expectation for prototype of
1024 test5.single_constructor and single_constructor::single_constructor.
1025
1026 2017-03-16 Doug Evans <dje@google.com>
1027
1028 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1029 * gdb.guile/scm-lazy-string.c: New file.
1030 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1031 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1032 for pointer, array, typedef lazy strings.
1033
1034 2017-03-16 Doug Evans <dje@google.com>
1035
1036 PR python/17728, python/18439, python/18779
1037 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1038 * gdb.python/py-lazy-string.c (pointer): New typedef.
1039 (main): New locals ptr, array, typedef_ptr.
1040 * gdb.python/py-value.exp: Move lazy string tests to ...
1041 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1042 array, typedef lazy strings.
1043
1044 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1045
1046 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1047 Add optional 'test' parameter.
1048
1049 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1050
1051 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1052 Skip for versions of DejaGnu < 1.5.
1053
1054 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1055
1056 * lib/gdb.exp (dejagnu_version): New proc.
1057 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1058 Use dejagnu_version.
1059
1060 2017-03-10 Keith Seitz <keiths@redhat.com>
1061
1062 PR c++/8128
1063 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1064 type from destructor regexps.
1065 Add a branch which actually passes the test.
1066 Adjust "ptype t5i" test names.
1067
1068 2017-03-08 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.base/step-over-exit.exp: Add explicit test message.
1071
1072 2017-03-08 Pedro Alves <palves@redhat.com>
1073
1074 PR gdb/18360
1075 * gdb.threads/interrupt-while-step-over.c: New file.
1076 * gdb.threads/interrupt-while-step-over.exp: New file.
1077
1078 2017-03-08 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1081 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1082
1083 2017-03-08 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1086 PKRU as not supported as a PASS.
1087
1088 2017-03-08 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1091 prefix instead of $binfile1/$binfile2.
1092 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1093 in test message.
1094 * gdb.python/py-completion.exp: Use "load python file" as test
1095 messages instead of unstable path names.
1096
1097 2017-03-08 Pedro Alves <palves@redhat.com>
1098 Jan Kratochvil <jan.kratochvil@redhat.com>
1099
1100 PR cli/21218
1101 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1102 New proc.
1103 (top level): Call it.
1104
1105 2017-03-08 Pedro Alves <palves@redhat.com>
1106
1107 PR tui/21216
1108 * gdb.tui/tui-nl-filtered-output.exp: New file.
1109
1110 2017-03-08 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.base/completion.exp: Move TUI completion tests to ...
1113 * gdb.tui/completion.exp: ... this new file.
1114
1115 2017-03-08 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.base/tui-disasm-long-lines.c,
1118 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1119 gdb.base/tui-layout.exp: Move to ...
1120 * gdb.tui/: ... this new directory.
1121
1122 2017-03-07 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/tui-layout.c: New file.
1125 * gdb.base/tui-layout.exp: New file.
1126
1127 2017-03-07 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/tui-layout.c: Rename to ...
1130 * gdb.base/tui-disasm-long-lines.c: ... this.
1131 * gdb.base/tui-layout.exp: Rename to ...
1132 * gdb.base/tui-disasm-long-lines.exp: ... this.
1133
1134 2017-03-07 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1137
1138 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1139
1140 * i386-mpx-call.c: New file.
1141 * i386-mpx-call.exp: New file.
1142
1143 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1144
1145 * gdb.arch/powerpc-power.exp: Delete test.
1146 * gdb.arch/powerpc-power.s: Likewise.
1147 * gdb.disasm/disassembler-options.exp: New test.
1148 * gdb.arch/powerpc-altivec.exp: Likewise.
1149 * gdb.arch/powerpc-altivec.s: Likewise.
1150 * gdb.arch/powerpc-altivec2.exp: Likewise.
1151 * gdb.arch/powerpc-altivec2.s: Likewise.
1152 * gdb.arch/powerpc-altivec3.exp: Likewise.
1153 * gdb.arch/powerpc-altivec3.s: Likewise.
1154 * gdb.arch/powerpc-power7.exp: Likewise.
1155 * gdb.arch/powerpc-power7.s: Likewise.
1156 * gdb.arch/powerpc-power8.exp: Likewise.
1157 * gdb.arch/powerpc-power8.s: Likewise.
1158 * gdb.arch/powerpc-power9.exp: Likewise.
1159 * gdb.arch/powerpc-power9.s: Likewise.
1160 * gdb.arch/powerpc-vsx.exp: Likewise.
1161 * gdb.arch/powerpc-vsx.s: Likewise.
1162 * gdb.arch/powerpc-vsx2.exp: Likewise.
1163 * gdb.arch/powerpc-vsx2.s: Likewise.
1164 * gdb.arch/powerpc-vsx3.exp: Likewise.
1165 * gdb.arch/powerpc-vsx3.s: Likewise.
1166 * gdb.arch/arm-disassembler-options.exp: Likewise.
1167 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1168 * gdb.arch/s390-disassembler-options.exp: Likewise.
1169
1170 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1171
1172 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1173 (check_supported_features): ... this. Changed return type to void.
1174 (supports_rdseed): New static global.
1175 (rdseed): Check supports_rdseed.
1176 (initialize): Call check_supported_features.
1177
1178 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1179
1180 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1181 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1182 and lqarx/stqcx.
1183 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1184 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1185
1186 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1187
1188 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1189 uppercase.
1190
1191 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 * gdb.dwarf2/formdata16.c: New file.
1194 * gdb.dwarf2/formdata16.exp: New file.
1195 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1196
1197 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1200 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1201 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1202 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1203 DW_AT_GNU_*.
1204
1205 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1208
1209 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1210
1211 PR gdb/21164
1212 * gdb.base/maint.exp: Add testcases for when the commands do
1213 not have arguments.
1214
1215 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1216
1217 * gdb.cp/chained-calls.exp: Use p instead of P.
1218
1219 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1220
1221 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1222 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1223
1224 2017-02-14 Tom Tromey <tom@tromey.com>
1225
1226 PR python/13598:
1227 * gdb.python/py-events.exp: Add before_prompt event tests.
1228
1229 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1230
1231 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1232
1233 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1234
1235 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1236 (main): Call my_unique_function_name.
1237 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1238 completion of patterns with a single match.
1239 Add missing -re switches to gdb_test_multiple calls.
1240
1241 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1242
1243 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1244 return if core file is not recognized.
1245
1246 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1247
1248 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1249 and extra UIs.
1250
1251 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1252
1253 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1254 proc_with_prefix.
1255
1256 2017-02-10 Tom Tromey <tom@tromey.com>
1257
1258 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1259
1260 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1261
1262 PR gdb/21122
1263 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1264
1265 2017-02-08 Jerome Guitton <guitton@adacore.com>
1266
1267 * gdb.base/define.exp: Add test for command abbreviations
1268 in define.
1269
1270 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
1271
1272 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1273 * gdb.reverse/insn-reverse-x86.c: New file.
1274
1275 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1276
1277 PR tdep/20936
1278 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1279
1280 2017-02-03 Tom Tromey <tom@tromey.com>
1281
1282 PR rust/21097:
1283 * gdb.rust/simple.exp: Add new tests.
1284
1285 2017-02-02 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1288 tests.
1289
1290 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1291
1292 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1293 taking a 2-byte value out of a 4-byte DWARF implicit value on
1294 big-endian targets.
1295 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1296 logic. Add test cases for DW_OP_implicit.
1297
1298 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1299
1300 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1301
1302 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1303
1304 * gdb.btrace/enable.exp: Call gdb_exit before
1305 skip_gdbserver_tests.
1306
1307 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1308
1309 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1310 GDBFLAGS.
1311
1312 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1313
1314 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1315 the test is skipped.
1316 * gdb.btrace/data.exp: Likewise.
1317 * gdb.btrace/delta.exp: Likewise.
1318 * gdb.btrace/dlopen.exp: Likewise.
1319 * gdb.btrace/enable-running.exp: Likewise.
1320 * gdb.btrace/enable.exp: Likewise.
1321 * gdb.btrace/exception.exp: Likewise.
1322 * gdb.btrace/function_call_history.exp: Likewise.
1323 * gdb.btrace/gcore.exp: Likewise.
1324 * gdb.btrace/instruction_history.exp: Likewise.
1325 * gdb.btrace/multi-thread-step.exp: Likewise.
1326 * gdb.btrace/nohist.exp: Likewise.
1327 * gdb.btrace/non-stop.exp: Likewise.
1328 * gdb.btrace/reconnect.exp: Likewise.
1329 * gdb.btrace/record_goto-step.exp: Likewise.
1330 * gdb.btrace/record_goto.exp: Likewise.
1331 * gdb.btrace/rn-dl-bind.exp: Likewise.
1332 * gdb.btrace/segv.exp: Likewise.
1333 * gdb.btrace/step.exp: Likewise.
1334 * gdb.btrace/stepi.exp: Likewise.
1335 * gdb.btrace/tailcall-only.exp: Likewise.
1336 * gdb.btrace/tailcall.exp: Likewise.
1337 * gdb.btrace/tsx.exp: Likewise.
1338 * gdb.btrace/unknown_functions.exp: Likewise.
1339 * gdb.btrace/vdso.exp: Likewise.
1340
1341 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1342
1343 * gdb.btrace/enable-running.c: New.
1344 * gdb.btrace/enable-running.exp: New.
1345
1346 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1347
1348 * gdb.arch/amd64-gs_base.c: New file.
1349 * gdb.arch/amd64-gs_base.exp: New file.
1350
1351 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1352
1353 * lib/memory.exp: Remove spurious empty newlines.
1354
1355 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1356
1357 * gdb.python/py-bad-printers.exp: Load python file using "source".
1358 * gdb.python/py-events.exp: Likewise.
1359 * gdb.python/py-evsignal.exp: Likewise.
1360 * gdb.python/py-evthreads.exp: Likewise.
1361 * gdb.python/py-frame-args.exp: Likewise.
1362 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1363 * gdb.python/py-framefilter-mi.exp: Likewise.
1364 * gdb.python/py-framefilter.exp: Likewise.
1365 * gdb.python/py-mi.exp: Likewise.
1366 * gdb.python/py-pp-maint.exp: Likewise.
1367 * gdb.python/py-pp-registration.exp: Likewise.
1368 * gdb.python/py-prettyprint.exp: Likewise.
1369 (run_lang_tests): Likewise.
1370 * gdb.python/py-typeprint.exp: Likewise.
1371
1372 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1373
1374 * lib/memory.exp: New file.
1375 * lib/gdb.exp: Load memory.exp.
1376 * gdb.base/memattr.exp (delete_memory): Move proc to
1377 lib/memory.exp and rename to delete_memory_regions.
1378 Replace delete_memory with delete_memory_regions.
1379 Cleanup memory regions before tests.
1380 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1381 before tests.
1382
1383 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1384
1385 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1386 files.
1387 (initialize): New function conditionally defined.
1388 (testcases): Move within conditional block.
1389 (main): Call initialize.
1390 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1391 of gdb.reverse/insn-reverse.c.
1392 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1393 gdb.reverse/insn-reverse.c.
1394
1395 2017-01-26 Yao Qi <yao.qi@linaro.org>
1396
1397 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1398 disassemble on address 0.
1399
1400 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1401 Yao Qi <yao.qi@linaro.org>
1402
1403 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1404 * gdb.dwarf2/implptr-64bit.S: Remove.
1405 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1406 variables in caller's context. Add DW_OP_implicit_value.
1407
1408 2017-01-25 Yao Qi <yao.qi@linaro.org>
1409
1410 * lib/dwarf.exp (Dwarf::_location): Handle
1411 DW_OP_GNU_implicit_pointer with proper size.
1412
1413 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1414
1415 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1416 and add untested calls.
1417
1418 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
1419
1420 * gdb.python/python.exp: Check line number against what GDB thinks
1421 the line number is for func1.
1422
1423 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1424
1425 * gdb.dlang/debug-expr.exp: New file.
1426
1427 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1428
1429 Fix test names for the following files:
1430
1431 * gdb.ada/exec_changed.exp
1432 * gdb.ada/info_types.exp
1433 * gdb.arch/aarch64-atomic-inst.exp
1434 * gdb.arch/aarch64-fp.exp
1435 * gdb.arch/altivec-abi.exp
1436 * gdb.arch/altivec-regs.exp
1437 * gdb.arch/amd64-byte.exp
1438 * gdb.arch/amd64-disp-step.exp
1439 * gdb.arch/amd64-dword.exp
1440 * gdb.arch/amd64-entry-value-inline.exp
1441 * gdb.arch/amd64-entry-value-param.exp
1442 * gdb.arch/amd64-entry-value-paramref.exp
1443 * gdb.arch/amd64-entry-value.exp
1444 * gdb.arch/amd64-i386-address.exp
1445 * gdb.arch/amd64-invalid-stack-middle.exp
1446 * gdb.arch/amd64-invalid-stack-top.exp
1447 * gdb.arch/amd64-optimout-repeat.exp
1448 * gdb.arch/amd64-prologue-skip.exp
1449 * gdb.arch/amd64-prologue-xmm.exp
1450 * gdb.arch/amd64-stap-special-operands.exp
1451 * gdb.arch/amd64-stap-wrong-subexp.exp
1452 * gdb.arch/amd64-tailcall-cxx.exp
1453 * gdb.arch/amd64-tailcall-noret.exp
1454 * gdb.arch/amd64-tailcall-ret.exp
1455 * gdb.arch/amd64-tailcall-self.exp
1456 * gdb.arch/amd64-word.exp
1457 * gdb.arch/arm-bl-branch-dest.exp
1458 * gdb.arch/arm-disp-step.exp
1459 * gdb.arch/arm-neon.exp
1460 * gdb.arch/arm-single-step-kernel-helper.exp
1461 * gdb.arch/avr-flash-qualifier.exp
1462 * gdb.arch/disp-step-insn-reloc.exp
1463 * gdb.arch/e500-abi.exp
1464 * gdb.arch/e500-regs.exp
1465 * gdb.arch/ftrace-insn-reloc.exp
1466 * gdb.arch/i386-avx512.exp
1467 * gdb.arch/i386-bp_permanent.exp
1468 * gdb.arch/i386-byte.exp
1469 * gdb.arch/i386-cfi-notcurrent.exp
1470 * gdb.arch/i386-disp-step.exp
1471 * gdb.arch/i386-dr3-watch.exp
1472 * gdb.arch/i386-float.exp
1473 * gdb.arch/i386-gnu-cfi.exp
1474 * gdb.arch/i386-mpx-map.exp
1475 * gdb.arch/i386-mpx-sigsegv.exp
1476 * gdb.arch/i386-mpx-simple_segv.exp
1477 * gdb.arch/i386-mpx.exp
1478 * gdb.arch/i386-permbkpt.exp
1479 * gdb.arch/i386-prologue.exp
1480 * gdb.arch/i386-signal.exp
1481 * gdb.arch/i386-size-overlap.exp
1482 * gdb.arch/i386-unwind.exp
1483 * gdb.arch/i386-word.exp
1484 * gdb.arch/mips-fcr.exp
1485 * gdb.arch/powerpc-d128-regs.exp
1486 * gdb.arch/powerpc-stackless.exp
1487 * gdb.arch/ppc64-atomic-inst.exp
1488 * gdb.arch/s390-stackless.exp
1489 * gdb.arch/s390-tdbregs.exp
1490 * gdb.arch/s390-vregs.exp
1491 * gdb.arch/sparc-sysstep.exp
1492 * gdb.arch/thumb-bx-pc.exp
1493 * gdb.arch/thumb-singlestep.exp
1494 * gdb.arch/thumb2-it.exp
1495 * gdb.arch/vsx-regs.exp
1496 * gdb.asm/asm-source.exp
1497 * gdb.base/a2-run.exp
1498 * gdb.base/advance.exp
1499 * gdb.base/all-bin.exp
1500 * gdb.base/anon.exp
1501 * gdb.base/args.exp
1502 * gdb.base/arithmet.exp
1503 * gdb.base/async-shell.exp
1504 * gdb.base/async.exp
1505 * gdb.base/attach-pie-noexec.exp
1506 * gdb.base/attach-twice.exp
1507 * gdb.base/auto-load.exp
1508 * gdb.base/bang.exp
1509 * gdb.base/bitfields.exp
1510 * gdb.base/break-always.exp
1511 * gdb.base/break-caller-line.exp
1512 * gdb.base/break-entry.exp
1513 * gdb.base/break-inline.exp
1514 * gdb.base/break-on-linker-gcd-function.exp
1515 * gdb.base/break-probes.exp
1516 * gdb.base/break.exp
1517 * gdb.base/breakpoint-shadow.exp
1518 * gdb.base/call-ar-st.exp
1519 * gdb.base/call-sc.exp
1520 * gdb.base/call-signal-resume.exp
1521 * gdb.base/call-strs.exp
1522 * gdb.base/callfuncs.exp
1523 * gdb.base/catch-fork-static.exp
1524 * gdb.base/catch-gdb-caused-signals.exp
1525 * gdb.base/catch-load.exp
1526 * gdb.base/catch-signal-fork.exp
1527 * gdb.base/catch-signal.exp
1528 * gdb.base/catch-syscall.exp
1529 * gdb.base/charset.exp
1530 * gdb.base/checkpoint.exp
1531 * gdb.base/chng-syms.exp
1532 * gdb.base/code-expr.exp
1533 * gdb.base/code_elim.exp
1534 * gdb.base/commands.exp
1535 * gdb.base/completion.exp
1536 * gdb.base/complex.exp
1537 * gdb.base/cond-expr.exp
1538 * gdb.base/condbreak.exp
1539 * gdb.base/consecutive.exp
1540 * gdb.base/continue-all-already-running.exp
1541 * gdb.base/coredump-filter.exp
1542 * gdb.base/corefile.exp
1543 * gdb.base/dbx.exp
1544 * gdb.base/debug-expr.exp
1545 * gdb.base/define.exp
1546 * gdb.base/del.exp
1547 * gdb.base/disabled-location.exp
1548 * gdb.base/disasm-end-cu.exp
1549 * gdb.base/disasm-optim.exp
1550 * gdb.base/display.exp
1551 * gdb.base/duplicate-bp.exp
1552 * gdb.base/ena-dis-br.exp
1553 * gdb.base/ending-run.exp
1554 * gdb.base/enumval.exp
1555 * gdb.base/environ.exp
1556 * gdb.base/eu-strip-infcall.exp
1557 * gdb.base/eval-avoid-side-effects.exp
1558 * gdb.base/eval-skip.exp
1559 * gdb.base/exitsignal.exp
1560 * gdb.base/expand-psymtabs.exp
1561 * gdb.base/filesym.exp
1562 * gdb.base/find-unmapped.exp
1563 * gdb.base/finish.exp
1564 * gdb.base/float.exp
1565 * gdb.base/foll-exec-mode.exp
1566 * gdb.base/foll-exec.exp
1567 * gdb.base/foll-fork.exp
1568 * gdb.base/fortran-sym-case.exp
1569 * gdb.base/freebpcmd.exp
1570 * gdb.base/func-ptr.exp
1571 * gdb.base/func-ptrs.exp
1572 * gdb.base/funcargs.exp
1573 * gdb.base/gcore-buffer-overflow.exp
1574 * gdb.base/gcore-relro-pie.exp
1575 * gdb.base/gcore-relro.exp
1576 * gdb.base/gcore.exp
1577 * gdb.base/gdb1090.exp
1578 * gdb.base/gdb11530.exp
1579 * gdb.base/gdb11531.exp
1580 * gdb.base/gdb1821.exp
1581 * gdb.base/gdbindex-stabs.exp
1582 * gdb.base/gdbvars.exp
1583 * gdb.base/hbreak.exp
1584 * gdb.base/hbreak2.exp
1585 * gdb.base/included.exp
1586 * gdb.base/infcall-input.exp
1587 * gdb.base/inferior-died.exp
1588 * gdb.base/infnan.exp
1589 * gdb.base/info-macros.exp
1590 * gdb.base/info-os.exp
1591 * gdb.base/info-proc.exp
1592 * gdb.base/info-shared.exp
1593 * gdb.base/info-target.exp
1594 * gdb.base/infoline.exp
1595 * gdb.base/interp.exp
1596 * gdb.base/interrupt.exp
1597 * gdb.base/jit-reader.exp
1598 * gdb.base/jit-simple.exp
1599 * gdb.base/kill-after-signal.exp
1600 * gdb.base/kill-detach-inferiors-cmd.exp
1601 * gdb.base/label.exp
1602 * gdb.base/langs.exp
1603 * gdb.base/ldbl_e308.exp
1604 * gdb.base/line-symtabs.exp
1605 * gdb.base/linespecs.exp
1606 * gdb.base/list.exp
1607 * gdb.base/long_long.exp
1608 * gdb.base/longest-types.exp
1609 * gdb.base/maint.exp
1610 * gdb.base/max-value-size.exp
1611 * gdb.base/memattr.exp
1612 * gdb.base/mips_pro.exp
1613 * gdb.base/morestack.exp
1614 * gdb.base/moribund-step.exp
1615 * gdb.base/multi-forks.exp
1616 * gdb.base/nested-addr.exp
1617 * gdb.base/nextoverexit.exp
1618 * gdb.base/noreturn-finish.exp
1619 * gdb.base/noreturn-return.exp
1620 * gdb.base/nostdlib.exp
1621 * gdb.base/offsets.exp
1622 * gdb.base/opaque.exp
1623 * gdb.base/pc-fp.exp
1624 * gdb.base/permissions.exp
1625 * gdb.base/print-symbol-loading.exp
1626 * gdb.base/prologue-include.exp
1627 * gdb.base/psymtab.exp
1628 * gdb.base/ptype.exp
1629 * gdb.base/random-signal.exp
1630 * gdb.base/randomize.exp
1631 * gdb.base/range-stepping.exp
1632 * gdb.base/readline-ask.exp
1633 * gdb.base/recpar.exp
1634 * gdb.base/recurse.exp
1635 * gdb.base/relational.exp
1636 * gdb.base/restore.exp
1637 * gdb.base/return-nodebug.exp
1638 * gdb.base/return.exp
1639 * gdb.base/run-after-attach.exp
1640 * gdb.base/save-bp.exp
1641 * gdb.base/scope.exp
1642 * gdb.base/sect-cmd.exp
1643 * gdb.base/set-lang-auto.exp
1644 * gdb.base/set-noassign.exp
1645 * gdb.base/setvar.exp
1646 * gdb.base/sigall.exp
1647 * gdb.base/sigbpt.exp
1648 * gdb.base/siginfo-addr.exp
1649 * gdb.base/siginfo-infcall.exp
1650 * gdb.base/siginfo-obj.exp
1651 * gdb.base/siginfo.exp
1652 * gdb.base/signals-state-child.exp
1653 * gdb.base/signest.exp
1654 * gdb.base/sigstep.exp
1655 * gdb.base/sizeof.exp
1656 * gdb.base/skip.exp
1657 * gdb.base/solib-corrupted.exp
1658 * gdb.base/solib-nodir.exp
1659 * gdb.base/solib-search.exp
1660 * gdb.base/stack-checking.exp
1661 * gdb.base/stale-infcall.exp
1662 * gdb.base/stap-probe.exp
1663 * gdb.base/start.exp
1664 * gdb.base/step-break.exp
1665 * gdb.base/step-bt.exp
1666 * gdb.base/step-line.exp
1667 * gdb.base/step-over-exit.exp
1668 * gdb.base/step-over-syscall.exp
1669 * gdb.base/step-resume-infcall.exp
1670 * gdb.base/step-test.exp
1671 * gdb.base/store.exp
1672 * gdb.base/structs3.exp
1673 * gdb.base/sym-file.exp
1674 * gdb.base/symbol-without-target_section.exp
1675 * gdb.base/term.exp
1676 * gdb.base/testenv.exp
1677 * gdb.base/ui-redirect.exp
1678 * gdb.base/until.exp
1679 * gdb.base/unwindonsignal.exp
1680 * gdb.base/value-double-free.exp
1681 * gdb.base/vla-datatypes.exp
1682 * gdb.base/vla-ptr.exp
1683 * gdb.base/vla-sideeffect.exp
1684 * gdb.base/volatile.exp
1685 * gdb.base/watch-cond-infcall.exp
1686 * gdb.base/watch-cond.exp
1687 * gdb.base/watch-non-mem.exp
1688 * gdb.base/watch-read.exp
1689 * gdb.base/watch-vfork.exp
1690 * gdb.base/watchpoint-cond-gone.exp
1691 * gdb.base/watchpoint-delete.exp
1692 * gdb.base/watchpoint-hw-hit-once.exp
1693 * gdb.base/watchpoint-hw.exp
1694 * gdb.base/watchpoint-stops-at-right-insn.exp
1695 * gdb.base/watchpoints.exp
1696 * gdb.base/wchar.exp
1697 * gdb.base/whatis-exp.exp
1698 * gdb.btrace/buffer-size.exp
1699 * gdb.btrace/data.exp
1700 * gdb.btrace/delta.exp
1701 * gdb.btrace/dlopen.exp
1702 * gdb.btrace/enable.exp
1703 * gdb.btrace/exception.exp
1704 * gdb.btrace/function_call_history.exp
1705 * gdb.btrace/gcore.exp
1706 * gdb.btrace/instruction_history.exp
1707 * gdb.btrace/nohist.exp
1708 * gdb.btrace/reconnect.exp
1709 * gdb.btrace/record_goto-step.exp
1710 * gdb.btrace/record_goto.exp
1711 * gdb.btrace/rn-dl-bind.exp
1712 * gdb.btrace/segv.exp
1713 * gdb.btrace/step.exp
1714 * gdb.btrace/stepi.exp
1715 * gdb.btrace/tailcall-only.exp
1716 * gdb.btrace/tailcall.exp
1717 * gdb.btrace/tsx.exp
1718 * gdb.btrace/unknown_functions.exp
1719 * gdb.btrace/vdso.exp
1720 * gdb.compile/compile-ifunc.exp
1721 * gdb.compile/compile-ops.exp
1722 * gdb.compile/compile-print.exp
1723 * gdb.compile/compile-setjmp.exp
1724 * gdb.cp/abstract-origin.exp
1725 * gdb.cp/ambiguous.exp
1726 * gdb.cp/annota2.exp
1727 * gdb.cp/annota3.exp
1728 * gdb.cp/anon-ns.exp
1729 * gdb.cp/anon-struct.exp
1730 * gdb.cp/anon-union.exp
1731 * gdb.cp/arg-reference.exp
1732 * gdb.cp/baseenum.exp
1733 * gdb.cp/bool.exp
1734 * gdb.cp/breakpoint.exp
1735 * gdb.cp/bs15503.exp
1736 * gdb.cp/call-c.exp
1737 * gdb.cp/casts.exp
1738 * gdb.cp/chained-calls.exp
1739 * gdb.cp/class2.exp
1740 * gdb.cp/classes.exp
1741 * gdb.cp/cmpd-minsyms.exp
1742 * gdb.cp/converts.exp
1743 * gdb.cp/cp-relocate.exp
1744 * gdb.cp/cpcompletion.exp
1745 * gdb.cp/cpexprs.exp
1746 * gdb.cp/cplabel.exp
1747 * gdb.cp/cplusfuncs.exp
1748 * gdb.cp/cpsizeof.exp
1749 * gdb.cp/ctti.exp
1750 * gdb.cp/derivation.exp
1751 * gdb.cp/destrprint.exp
1752 * gdb.cp/dispcxx.exp
1753 * gdb.cp/enum-class.exp
1754 * gdb.cp/exception.exp
1755 * gdb.cp/exceptprint.exp
1756 * gdb.cp/expand-psymtabs-cxx.exp
1757 * gdb.cp/expand-sals.exp
1758 * gdb.cp/extern-c.exp
1759 * gdb.cp/filename.exp
1760 * gdb.cp/formatted-ref.exp
1761 * gdb.cp/fpointer.exp
1762 * gdb.cp/gdb1355.exp
1763 * gdb.cp/gdb2495.exp
1764 * gdb.cp/hang.exp
1765 * gdb.cp/impl-this.exp
1766 * gdb.cp/infcall-dlopen.exp
1767 * gdb.cp/inherit.exp
1768 * gdb.cp/iostream.exp
1769 * gdb.cp/koenig.exp
1770 * gdb.cp/local.exp
1771 * gdb.cp/m-data.exp
1772 * gdb.cp/m-static.exp
1773 * gdb.cp/mb-ctor.exp
1774 * gdb.cp/mb-inline.exp
1775 * gdb.cp/mb-templates.exp
1776 * gdb.cp/member-name.exp
1777 * gdb.cp/member-ptr.exp
1778 * gdb.cp/meth-typedefs.exp
1779 * gdb.cp/method.exp
1780 * gdb.cp/method2.exp
1781 * gdb.cp/minsym-fallback.exp
1782 * gdb.cp/misc.exp
1783 * gdb.cp/namelessclass.exp
1784 * gdb.cp/namespace-enum.exp
1785 * gdb.cp/namespace-nested-import.exp
1786 * gdb.cp/namespace.exp
1787 * gdb.cp/nextoverthrow.exp
1788 * gdb.cp/no-dmgl-verbose.exp
1789 * gdb.cp/non-trivial-retval.exp
1790 * gdb.cp/noparam.exp
1791 * gdb.cp/nsdecl.exp
1792 * gdb.cp/nsimport.exp
1793 * gdb.cp/nsnested.exp
1794 * gdb.cp/nsnoimports.exp
1795 * gdb.cp/nsrecurs.exp
1796 * gdb.cp/nsstress.exp
1797 * gdb.cp/nsusing.exp
1798 * gdb.cp/operator.exp
1799 * gdb.cp/oranking.exp
1800 * gdb.cp/overload-const.exp
1801 * gdb.cp/overload.exp
1802 * gdb.cp/ovldbreak.exp
1803 * gdb.cp/ovsrch.exp
1804 * gdb.cp/paren-type.exp
1805 * gdb.cp/parse-lang.exp
1806 * gdb.cp/pass-by-ref.exp
1807 * gdb.cp/pr-1023.exp
1808 * gdb.cp/pr-1210.exp
1809 * gdb.cp/pr-574.exp
1810 * gdb.cp/pr10687.exp
1811 * gdb.cp/pr12028.exp
1812 * gdb.cp/pr17132.exp
1813 * gdb.cp/pr17494.exp
1814 * gdb.cp/pr9067.exp
1815 * gdb.cp/pr9167.exp
1816 * gdb.cp/pr9631.exp
1817 * gdb.cp/printmethod.exp
1818 * gdb.cp/psmang.exp
1819 * gdb.cp/psymtab-parameter.exp
1820 * gdb.cp/ptype-cv-cp.exp
1821 * gdb.cp/ptype-flags.exp
1822 * gdb.cp/re-set-overloaded.exp
1823 * gdb.cp/ref-types.exp
1824 * gdb.cp/rtti.exp
1825 * gdb.cp/scope-err.exp
1826 * gdb.cp/shadow.exp
1827 * gdb.cp/smartp.exp
1828 * gdb.cp/static-method.exp
1829 * gdb.cp/static-print-quit.exp
1830 * gdb.cp/temargs.exp
1831 * gdb.cp/templates.exp
1832 * gdb.cp/try_catch.exp
1833 * gdb.cp/typedef-operator.exp
1834 * gdb.cp/typeid.exp
1835 * gdb.cp/userdef.exp
1836 * gdb.cp/using-crash.exp
1837 * gdb.cp/var-tag.exp
1838 * gdb.cp/virtbase.exp
1839 * gdb.cp/virtfunc.exp
1840 * gdb.cp/virtfunc2.exp
1841 * gdb.cp/vla-cxx.exp
1842 * gdb.disasm/t01_mov.exp
1843 * gdb.disasm/t02_mova.exp
1844 * gdb.disasm/t03_add.exp
1845 * gdb.disasm/t04_sub.exp
1846 * gdb.disasm/t05_cmp.exp
1847 * gdb.disasm/t06_ari2.exp
1848 * gdb.disasm/t07_ari3.exp
1849 * gdb.disasm/t08_or.exp
1850 * gdb.disasm/t09_xor.exp
1851 * gdb.disasm/t10_and.exp
1852 * gdb.disasm/t11_logs.exp
1853 * gdb.disasm/t12_bit.exp
1854 * gdb.disasm/t13_otr.exp
1855 * gdb.dlang/circular.exp
1856 * gdb.dwarf2/arr-stride.exp
1857 * gdb.dwarf2/arr-subrange.exp
1858 * gdb.dwarf2/atomic-type.exp
1859 * gdb.dwarf2/bad-regnum.exp
1860 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1861 * gdb.dwarf2/callframecfa.exp
1862 * gdb.dwarf2/clztest.exp
1863 * gdb.dwarf2/corrupt.exp
1864 * gdb.dwarf2/data-loc.exp
1865 * gdb.dwarf2/dup-psym.exp
1866 * gdb.dwarf2/dw2-anon-mptr.exp
1867 * gdb.dwarf2/dw2-anonymous-func.exp
1868 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1869 * gdb.dwarf2/dw2-bad-unresolved.exp
1870 * gdb.dwarf2/dw2-basic.exp
1871 * gdb.dwarf2/dw2-canonicalize-type.exp
1872 * gdb.dwarf2/dw2-case-insensitive.exp
1873 * gdb.dwarf2/dw2-common-block.exp
1874 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1875 * gdb.dwarf2/dw2-compressed.exp
1876 * gdb.dwarf2/dw2-const.exp
1877 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1878 * gdb.dwarf2/dw2-cu-size.exp
1879 * gdb.dwarf2/dw2-dup-frame.exp
1880 * gdb.dwarf2/dw2-entry-value.exp
1881 * gdb.dwarf2/dw2-icycle.exp
1882 * gdb.dwarf2/dw2-ifort-parameter.exp
1883 * gdb.dwarf2/dw2-inline-break.exp
1884 * gdb.dwarf2/dw2-inline-param.exp
1885 * gdb.dwarf2/dw2-intercu.exp
1886 * gdb.dwarf2/dw2-intermix.exp
1887 * gdb.dwarf2/dw2-lexical-block-bare.exp
1888 * gdb.dwarf2/dw2-linkage-name-trust.exp
1889 * gdb.dwarf2/dw2-minsym-in-cu.exp
1890 * gdb.dwarf2/dw2-noloc.exp
1891 * gdb.dwarf2/dw2-op-call.exp
1892 * gdb.dwarf2/dw2-op-out-param.exp
1893 * gdb.dwarf2/dw2-opt-structptr.exp
1894 * gdb.dwarf2/dw2-param-error.exp
1895 * gdb.dwarf2/dw2-producer.exp
1896 * gdb.dwarf2/dw2-ranges-base.exp
1897 * gdb.dwarf2/dw2-ref-missing-frame.exp
1898 * gdb.dwarf2/dw2-reg-undefined.exp
1899 * gdb.dwarf2/dw2-regno-invalid.exp
1900 * gdb.dwarf2/dw2-restore.exp
1901 * gdb.dwarf2/dw2-restrict.exp
1902 * gdb.dwarf2/dw2-single-line-discriminators.exp
1903 * gdb.dwarf2/dw2-strp.exp
1904 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1905 * gdb.dwarf2/dw2-unresolved.exp
1906 * gdb.dwarf2/dw2-var-zero-addr.exp
1907 * gdb.dwarf2/dw4-sig-types.exp
1908 * gdb.dwarf2/dwz.exp
1909 * gdb.dwarf2/dynarr-ptr.exp
1910 * gdb.dwarf2/enum-type.exp
1911 * gdb.dwarf2/gdb-index.exp
1912 * gdb.dwarf2/implptr-64bit.exp
1913 * gdb.dwarf2/implptr-optimized-out.exp
1914 * gdb.dwarf2/implptr.exp
1915 * gdb.dwarf2/implref-array.exp
1916 * gdb.dwarf2/implref-const.exp
1917 * gdb.dwarf2/implref-global.exp
1918 * gdb.dwarf2/implref-struct.exp
1919 * gdb.dwarf2/mac-fileno.exp
1920 * gdb.dwarf2/main-subprogram.exp
1921 * gdb.dwarf2/member-ptr-forwardref.exp
1922 * gdb.dwarf2/method-ptr.exp
1923 * gdb.dwarf2/missing-sig-type.exp
1924 * gdb.dwarf2/nonvar-access.exp
1925 * gdb.dwarf2/opaque-type-lookup.exp
1926 * gdb.dwarf2/pieces-optimized-out.exp
1927 * gdb.dwarf2/pieces.exp
1928 * gdb.dwarf2/pr10770.exp
1929 * gdb.dwarf2/pr13961.exp
1930 * gdb.dwarf2/staticvirtual.exp
1931 * gdb.dwarf2/subrange.exp
1932 * gdb.dwarf2/symtab-producer.exp
1933 * gdb.dwarf2/trace-crash.exp
1934 * gdb.dwarf2/typeddwarf.exp
1935 * gdb.dwarf2/valop.exp
1936 * gdb.dwarf2/watch-notconst.exp
1937 * gdb.fortran/array-element.exp
1938 * gdb.fortran/charset.exp
1939 * gdb.fortran/common-block.exp
1940 * gdb.fortran/complex.exp
1941 * gdb.fortran/derived-type-function.exp
1942 * gdb.fortran/derived-type.exp
1943 * gdb.fortran/logical.exp
1944 * gdb.fortran/module.exp
1945 * gdb.fortran/multi-dim.exp
1946 * gdb.fortran/nested-funcs.exp
1947 * gdb.fortran/print-formatted.exp
1948 * gdb.fortran/subarray.exp
1949 * gdb.fortran/vla-alloc-assoc.exp
1950 * gdb.fortran/vla-datatypes.exp
1951 * gdb.fortran/vla-history.exp
1952 * gdb.fortran/vla-ptr-info.exp
1953 * gdb.fortran/vla-ptype-sub.exp
1954 * gdb.fortran/vla-ptype.exp
1955 * gdb.fortran/vla-sizeof.exp
1956 * gdb.fortran/vla-type.exp
1957 * gdb.fortran/vla-value-sub-arbitrary.exp
1958 * gdb.fortran/vla-value-sub-finish.exp
1959 * gdb.fortran/vla-value-sub.exp
1960 * gdb.fortran/vla-value.exp
1961 * gdb.fortran/whatis_type.exp
1962 * gdb.go/chan.exp
1963 * gdb.go/handcall.exp
1964 * gdb.go/hello.exp
1965 * gdb.go/integers.exp
1966 * gdb.go/methods.exp
1967 * gdb.go/package.exp
1968 * gdb.go/strings.exp
1969 * gdb.go/types.exp
1970 * gdb.go/unsafe.exp
1971 * gdb.guile/scm-arch.exp
1972 * gdb.guile/scm-block.exp
1973 * gdb.guile/scm-breakpoint.exp
1974 * gdb.guile/scm-cmd.exp
1975 * gdb.guile/scm-disasm.exp
1976 * gdb.guile/scm-equal.exp
1977 * gdb.guile/scm-frame-args.exp
1978 * gdb.guile/scm-frame-inline.exp
1979 * gdb.guile/scm-frame.exp
1980 * gdb.guile/scm-iterator.exp
1981 * gdb.guile/scm-math.exp
1982 * gdb.guile/scm-objfile.exp
1983 * gdb.guile/scm-ports.exp
1984 * gdb.guile/scm-symbol.exp
1985 * gdb.guile/scm-symtab.exp
1986 * gdb.guile/scm-value-cc.exp
1987 * gdb.guile/types-module.exp
1988 * gdb.linespec/break-ask.exp
1989 * gdb.linespec/cpexplicit.exp
1990 * gdb.linespec/explicit.exp
1991 * gdb.linespec/keywords.exp
1992 * gdb.linespec/linespec.exp
1993 * gdb.linespec/ls-dollar.exp
1994 * gdb.linespec/ls-errs.exp
1995 * gdb.linespec/skip-two.exp
1996 * gdb.linespec/thread.exp
1997 * gdb.mi/mi-async.exp
1998 * gdb.mi/mi-basics.exp
1999 * gdb.mi/mi-break.exp
2000 * gdb.mi/mi-catch-load.exp
2001 * gdb.mi/mi-cli.exp
2002 * gdb.mi/mi-cmd-param-changed.exp
2003 * gdb.mi/mi-console.exp
2004 * gdb.mi/mi-detach.exp
2005 * gdb.mi/mi-disassemble.exp
2006 * gdb.mi/mi-eval.exp
2007 * gdb.mi/mi-file-transfer.exp
2008 * gdb.mi/mi-file.exp
2009 * gdb.mi/mi-fill-memory.exp
2010 * gdb.mi/mi-inheritance-syntax-error.exp
2011 * gdb.mi/mi-linespec-err-cp.exp
2012 * gdb.mi/mi-logging.exp
2013 * gdb.mi/mi-memory-changed.exp
2014 * gdb.mi/mi-read-memory.exp
2015 * gdb.mi/mi-record-changed.exp
2016 * gdb.mi/mi-reg-undefined.exp
2017 * gdb.mi/mi-regs.exp
2018 * gdb.mi/mi-return.exp
2019 * gdb.mi/mi-reverse.exp
2020 * gdb.mi/mi-simplerun.exp
2021 * gdb.mi/mi-solib.exp
2022 * gdb.mi/mi-stack.exp
2023 * gdb.mi/mi-stepi.exp
2024 * gdb.mi/mi-syn-frame.exp
2025 * gdb.mi/mi-until.exp
2026 * gdb.mi/mi-var-block.exp
2027 * gdb.mi/mi-var-child.exp
2028 * gdb.mi/mi-var-cmd.exp
2029 * gdb.mi/mi-var-cp.exp
2030 * gdb.mi/mi-var-display.exp
2031 * gdb.mi/mi-var-invalidate.exp
2032 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2033 * gdb.mi/mi-vla-fortran.exp
2034 * gdb.mi/mi-watch.exp
2035 * gdb.mi/mi2-var-child.exp
2036 * gdb.mi/user-selected-context-sync.exp
2037 * gdb.modula2/unbounded-array.exp
2038 * gdb.multi/dummy-frame-restore.exp
2039 * gdb.multi/multi-arch-exec.exp
2040 * gdb.multi/multi-arch.exp
2041 * gdb.multi/tids.exp
2042 * gdb.multi/watchpoint-multi.exp
2043 * gdb.opencl/callfuncs.exp
2044 * gdb.opencl/convs_casts.exp
2045 * gdb.opencl/datatypes.exp
2046 * gdb.opencl/operators.exp
2047 * gdb.opencl/vec_comps.exp
2048 * gdb.opt/clobbered-registers-O2.exp
2049 * gdb.opt/inline-break.exp
2050 * gdb.opt/inline-bt.exp
2051 * gdb.opt/inline-cmds.exp
2052 * gdb.opt/inline-locals.exp
2053 * gdb.pascal/case-insensitive-symbols.exp
2054 * gdb.pascal/floats.exp
2055 * gdb.pascal/gdb11492.exp
2056 * gdb.python/lib-types.exp
2057 * gdb.python/py-arch.exp
2058 * gdb.python/py-as-string.exp
2059 * gdb.python/py-bad-printers.exp
2060 * gdb.python/py-block.exp
2061 * gdb.python/py-breakpoint-create-fail.exp
2062 * gdb.python/py-breakpoint.exp
2063 * gdb.python/py-caller-is.exp
2064 * gdb.python/py-cmd.exp
2065 * gdb.python/py-explore-cc.exp
2066 * gdb.python/py-explore.exp
2067 * gdb.python/py-finish-breakpoint.exp
2068 * gdb.python/py-finish-breakpoint2.exp
2069 * gdb.python/py-frame-args.exp
2070 * gdb.python/py-frame-inline.exp
2071 * gdb.python/py-frame.exp
2072 * gdb.python/py-framefilter-mi.exp
2073 * gdb.python/py-infthread.exp
2074 * gdb.python/py-lazy-string.exp
2075 * gdb.python/py-linetable.exp
2076 * gdb.python/py-mi-events.exp
2077 * gdb.python/py-mi-objfile.exp
2078 * gdb.python/py-mi.exp
2079 * gdb.python/py-objfile.exp
2080 * gdb.python/py-pp-integral.exp
2081 * gdb.python/py-pp-maint.exp
2082 * gdb.python/py-pp-re-notag.exp
2083 * gdb.python/py-pp-registration.exp
2084 * gdb.python/py-recurse-unwind.exp
2085 * gdb.python/py-strfns.exp
2086 * gdb.python/py-symbol.exp
2087 * gdb.python/py-symtab.exp
2088 * gdb.python/py-sync-interp.exp
2089 * gdb.python/py-typeprint.exp
2090 * gdb.python/py-unwind-maint.exp
2091 * gdb.python/py-unwind.exp
2092 * gdb.python/py-value-cc.exp
2093 * gdb.python/py-xmethods.exp
2094 * gdb.reverse/amd64-tailcall-reverse.exp
2095 * gdb.reverse/break-precsave.exp
2096 * gdb.reverse/break-reverse.exp
2097 * gdb.reverse/consecutive-precsave.exp
2098 * gdb.reverse/consecutive-reverse.exp
2099 * gdb.reverse/finish-precsave.exp
2100 * gdb.reverse/finish-reverse-bkpt.exp
2101 * gdb.reverse/finish-reverse.exp
2102 * gdb.reverse/fstatat-reverse.exp
2103 * gdb.reverse/getresuid-reverse.exp
2104 * gdb.reverse/i386-precsave.exp
2105 * gdb.reverse/i386-reverse.exp
2106 * gdb.reverse/i386-sse-reverse.exp
2107 * gdb.reverse/i387-env-reverse.exp
2108 * gdb.reverse/i387-stack-reverse.exp
2109 * gdb.reverse/insn-reverse.exp
2110 * gdb.reverse/machinestate-precsave.exp
2111 * gdb.reverse/machinestate.exp
2112 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2113 * gdb.reverse/pipe-reverse.exp
2114 * gdb.reverse/readv-reverse.exp
2115 * gdb.reverse/recvmsg-reverse.exp
2116 * gdb.reverse/rerun-prec.exp
2117 * gdb.reverse/s390-mvcle.exp
2118 * gdb.reverse/step-precsave.exp
2119 * gdb.reverse/step-reverse.exp
2120 * gdb.reverse/time-reverse.exp
2121 * gdb.reverse/until-precsave.exp
2122 * gdb.reverse/until-reverse.exp
2123 * gdb.reverse/waitpid-reverse.exp
2124 * gdb.reverse/watch-precsave.exp
2125 * gdb.reverse/watch-reverse.exp
2126 * gdb.rust/generics.exp
2127 * gdb.rust/methods.exp
2128 * gdb.rust/modules.exp
2129 * gdb.rust/simple.exp
2130 * gdb.server/connect-with-no-symbol-file.exp
2131 * gdb.server/ext-attach.exp
2132 * gdb.server/ext-restart.exp
2133 * gdb.server/ext-wrapper.exp
2134 * gdb.server/file-transfer.exp
2135 * gdb.server/server-exec-info.exp
2136 * gdb.server/server-kill.exp
2137 * gdb.server/server-mon.exp
2138 * gdb.server/wrapper.exp
2139 * gdb.stabs/exclfwd.exp
2140 * gdb.stabs/gdb11479.exp
2141 * gdb.threads/clone-new-thread-event.exp
2142 * gdb.threads/corethreads.exp
2143 * gdb.threads/current-lwp-dead.exp
2144 * gdb.threads/dlopen-libpthread.exp
2145 * gdb.threads/gcore-thread.exp
2146 * gdb.threads/sigstep-threads.exp
2147 * gdb.threads/watchpoint-fork.exp
2148 * gdb.trace/actions-changed.exp
2149 * gdb.trace/backtrace.exp
2150 * gdb.trace/change-loc.exp
2151 * gdb.trace/circ.exp
2152 * gdb.trace/collection.exp
2153 * gdb.trace/disconnected-tracing.exp
2154 * gdb.trace/ftrace.exp
2155 * gdb.trace/mi-trace-frame-collected.exp
2156 * gdb.trace/mi-trace-unavailable.exp
2157 * gdb.trace/mi-traceframe-changed.exp
2158 * gdb.trace/mi-tsv-changed.exp
2159 * gdb.trace/no-attach-trace.exp
2160 * gdb.trace/passc-dyn.exp
2161 * gdb.trace/qtro.exp
2162 * gdb.trace/range-stepping.exp
2163 * gdb.trace/read-memory.exp
2164 * gdb.trace/save-trace.exp
2165 * gdb.trace/signal.exp
2166 * gdb.trace/status-stop.exp
2167 * gdb.trace/tfile.exp
2168 * gdb.trace/trace-break.exp
2169 * gdb.trace/trace-buffer-size.exp
2170 * gdb.trace/trace-condition.exp
2171 * gdb.trace/tracefile-pseudo-reg.exp
2172 * gdb.trace/tstatus.exp
2173 * gdb.trace/unavailable.exp
2174 * gdb.trace/while-dyn.exp
2175 * gdb.trace/while-stepping.exp
2176
2177 2016-12-22 Doug Evans <xdje42@gmail.com>
2178
2179 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2180 and msymbols.
2181
2182 2016-12-19 Yao Qi <yao.qi@linaro.org>
2183
2184 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2185 (test_with_self): Don't call do_steps_and_nexts, and remove
2186 code about stepping into xmalloc.
2187
2188 2016-12-09 Yao Qi <yao.qi@linaro.org>
2189
2190 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2191
2192 2016-12-09 Yao Qi <yao.qi@linaro.org>
2193
2194 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2195
2196 2016-12-09 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/all-architectures-0.exp: New file.
2199 * gdb.base/all-architectures-1.exp: New file.
2200 * gdb.base/all-architectures-2.exp: New file.
2201 * gdb.base/all-architectures-3.exp: New file.
2202 * gdb.base/all-architectures-4.exp: New file.
2203 * gdb.base/all-architectures-5.exp: New file.
2204 * gdb.base/all-architectures-6.exp: New file.
2205 * gdb.base/all-architectures-7.exp: New file.
2206 * gdb.base/all-architectures.exp.in: New file.
2207
2208 2016-12-09 Yao Qi <yao.qi@linaro.org>
2209
2210 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2211
2212 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2213
2214 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2215 possible.
2216 Remove useless pattern-matching code.
2217
2218 2016-12-02 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2221 procedure.
2222 (top level): Call it.
2223
2224 2016-12-02 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2227 New procedure.
2228 (top level): Call it.
2229
2230 2016-12-02 Pedro Alves <palves@redhat.com>
2231
2232 PR cli/20559
2233 * gdb.base/commands.exp (user_defined_command_args_eval): New
2234 procedure.
2235 (top level): Call it.
2236
2237 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2238
2239 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2240 timeout handling.
2241
2242 2016-12-02 Tom Tromey <tom@tromey.com>
2243
2244 * gdb.dwarf2/main-subprogram.c: New file.
2245 * gdb.dwarf2/main-subprogram.exp: New file.
2246
2247 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2248
2249 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2250 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2251 gdb_test_no_output for a couple of cases.
2252 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2253
2254 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2255
2256 Fix test names and standardize compilation error messages throughout
2257 the following files:
2258
2259 * gdb.ada/start.exp
2260 * gdb.arch/alpha-step.exp
2261 * gdb.arch/e500-prologue.exp
2262 * gdb.arch/ftrace-insn-reloc.exp
2263 * gdb.arch/gdb1291.exp
2264 * gdb.arch/gdb1431.exp
2265 * gdb.arch/gdb1558.exp
2266 * gdb.arch/i386-dr3-watch.exp
2267 * gdb.arch/i386-sse-stack-align.exp
2268 * gdb.arch/ia64-breakpoint-shadow.exp
2269 * gdb.arch/pa-nullify.exp
2270 * gdb.arch/powerpc-aix-prologue.exp
2271 * gdb.arch/thumb-bx-pc.exp
2272 * gdb.base/annota1.exp
2273 * gdb.base/annota3.exp
2274 * gdb.base/arrayidx.exp
2275 * gdb.base/assign.exp
2276 * gdb.base/attach.exp
2277 * gdb.base/auxv.exp
2278 * gdb.base/bang.exp
2279 * gdb.base/bfp-test.exp
2280 * gdb.base/bigcore.exp
2281 * gdb.base/bitfields2.exp
2282 * gdb.base/break-fun-addr.exp
2283 * gdb.base/break-probes.exp
2284 * gdb.base/call-rt-st.exp
2285 * gdb.base/callexit.exp
2286 * gdb.base/catch-fork-kill.exp
2287 * gdb.base/charset.exp
2288 * gdb.base/checkpoint.exp
2289 * gdb.base/comprdebug.exp
2290 * gdb.base/constvars.exp
2291 * gdb.base/coredump-filter.exp
2292 * gdb.base/cursal.exp
2293 * gdb.base/cvexpr.exp
2294 * gdb.base/detach.exp
2295 * gdb.base/display.exp
2296 * gdb.base/dmsym.exp
2297 * gdb.base/dprintf-pending.exp
2298 * gdb.base/dso2dso.exp
2299 * gdb.base/dtrace-probe.exp
2300 * gdb.base/dump.exp
2301 * gdb.base/enum_cond.exp
2302 * gdb.base/exe-lock.exp
2303 * gdb.base/exec-invalid-sysroot.exp
2304 * gdb.base/execl-update-breakpoints.exp
2305 * gdb.base/exprs.exp
2306 * gdb.base/fileio.exp
2307 * gdb.base/find.exp
2308 * gdb.base/finish.exp
2309 * gdb.base/fixsection.exp
2310 * gdb.base/foll-vfork.exp
2311 * gdb.base/frame-args.exp
2312 * gdb.base/gcore.exp
2313 * gdb.base/gdb1250.exp
2314 * gdb.base/global-var-nested-by-dso.exp
2315 * gdb.base/gnu-ifunc.exp
2316 * gdb.base/hashline1.exp
2317 * gdb.base/hashline2.exp
2318 * gdb.base/hashline3.exp
2319 * gdb.base/hbreak-in-shr-unsupported.exp
2320 * gdb.base/huge.exp
2321 * gdb.base/infcall-input.exp
2322 * gdb.base/info-fun.exp
2323 * gdb.base/info-shared.exp
2324 * gdb.base/jit-simple.exp
2325 * gdb.base/jit-so.exp
2326 * gdb.base/jit.exp
2327 * gdb.base/jump.exp
2328 * gdb.base/label.exp
2329 * gdb.base/lineinc.exp
2330 * gdb.base/logical.exp
2331 * gdb.base/longjmp.exp
2332 * gdb.base/macscp.exp
2333 * gdb.base/miscexprs.exp
2334 * gdb.base/new-ui-echo.exp
2335 * gdb.base/new-ui-pending-input.exp
2336 * gdb.base/new-ui.exp
2337 * gdb.base/nodebug.exp
2338 * gdb.base/nofield.exp
2339 * gdb.base/offsets.exp
2340 * gdb.base/overlays.exp
2341 * gdb.base/pending.exp
2342 * gdb.base/pointers.exp
2343 * gdb.base/pr11022.exp
2344 * gdb.base/printcmds.exp
2345 * gdb.base/prologue.exp
2346 * gdb.base/ptr-typedef.exp
2347 * gdb.base/realname-expand.exp
2348 * gdb.base/relativedebug.exp
2349 * gdb.base/relocate.exp
2350 * gdb.base/remote.exp
2351 * gdb.base/reread.exp
2352 * gdb.base/return2.exp
2353 * gdb.base/savedregs.exp
2354 * gdb.base/sep.exp
2355 * gdb.base/sepdebug.exp
2356 * gdb.base/sepsymtab.exp
2357 * gdb.base/set-inferior-tty.exp
2358 * gdb.base/setshow.exp
2359 * gdb.base/shlib-call.exp
2360 * gdb.base/sigaltstack.exp
2361 * gdb.base/siginfo-addr.exp
2362 * gdb.base/signals.exp
2363 * gdb.base/signull.exp
2364 * gdb.base/sigrepeat.exp
2365 * gdb.base/so-impl-ld.exp
2366 * gdb.base/solib-display.exp
2367 * gdb.base/solib-overlap.exp
2368 * gdb.base/solib-search.exp
2369 * gdb.base/solib-symbol.exp
2370 * gdb.base/structs.exp
2371 * gdb.base/structs2.exp
2372 * gdb.base/symtab-search-order.exp
2373 * gdb.base/twice.exp
2374 * gdb.base/unload.exp
2375 * gdb.base/varargs.exp
2376 * gdb.base/watchpoint-solib.exp
2377 * gdb.base/watchpoint.exp
2378 * gdb.base/whatis.exp
2379 * gdb.base/wrong_frame_bt_full.exp
2380 * gdb.btrace/dlopen.exp
2381 * gdb.cell/ea-standalone.exp
2382 * gdb.cell/ea-test.exp
2383 * gdb.cp/dispcxx.exp
2384 * gdb.cp/gdb2384.exp
2385 * gdb.cp/method2.exp
2386 * gdb.cp/nextoverthrow.exp
2387 * gdb.cp/pr10728.exp
2388 * gdb.disasm/am33.exp
2389 * gdb.disasm/h8300s.exp
2390 * gdb.disasm/mn10300.exp
2391 * gdb.disasm/sh3.exp
2392 * gdb.dwarf2/dw2-dir-file-name.exp
2393 * gdb.fortran/complex.exp
2394 * gdb.fortran/library-module.exp
2395 * gdb.guile/scm-pretty-print.exp
2396 * gdb.guile/scm-symbol.exp
2397 * gdb.guile/scm-type.exp
2398 * gdb.guile/scm-value.exp
2399 * gdb.linespec/linespec.exp
2400 * gdb.mi/gdb701.exp
2401 * gdb.mi/gdb792.exp
2402 * gdb.mi/mi-breakpoint-changed.exp
2403 * gdb.mi/mi-dprintf-pending.exp
2404 * gdb.mi/mi-dprintf.exp
2405 * gdb.mi/mi-exit-code.exp
2406 * gdb.mi/mi-pending.exp
2407 * gdb.mi/mi-solib.exp
2408 * gdb.mi/new-ui-mi-sync.exp
2409 * gdb.mi/pr11022.exp
2410 * gdb.mi/user-selected-context-sync.exp
2411 * gdb.opt/solib-intra-step.exp
2412 * gdb.python/py-events.exp
2413 * gdb.python/py-finish-breakpoint.exp
2414 * gdb.python/py-mi.exp
2415 * gdb.python/py-prettyprint.exp
2416 * gdb.python/py-shared.exp
2417 * gdb.python/py-symbol.exp
2418 * gdb.python/py-template.exp
2419 * gdb.python/py-type.exp
2420 * gdb.python/py-value.exp
2421 * gdb.reverse/solib-precsave.exp
2422 * gdb.reverse/solib-reverse.exp
2423 * gdb.server/solib-list.exp
2424 * gdb.stabs/weird.exp
2425 * gdb.threads/reconnect-signal.exp
2426 * gdb.threads/stepi-random-signal.exp
2427 * gdb.trace/actions.exp
2428 * gdb.trace/ax.exp
2429 * gdb.trace/backtrace.exp
2430 * gdb.trace/change-loc.exp
2431 * gdb.trace/deltrace.exp
2432 * gdb.trace/ftrace-lock.exp
2433 * gdb.trace/ftrace.exp
2434 * gdb.trace/infotrace.exp
2435 * gdb.trace/mi-tracepoint-changed.exp
2436 * gdb.trace/packetlen.exp
2437 * gdb.trace/passcount.exp
2438 * gdb.trace/pending.exp
2439 * gdb.trace/range-stepping.exp
2440 * gdb.trace/report.exp
2441 * gdb.trace/stap-trace.exp
2442 * gdb.trace/tfind.exp
2443 * gdb.trace/trace-break.exp
2444 * gdb.trace/trace-condition.exp
2445 * gdb.trace/trace-enable-disable.exp
2446 * gdb.trace/trace-mt.exp
2447 * gdb.trace/tracecmd.exp
2448 * gdb.trace/tspeed.exp
2449 * gdb.trace/tsv.exp
2450 * lib/perftest.exp
2451
2452 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2453
2454 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2455 with gdb_test_no_output.
2456 Use command as test name.
2457
2458 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2459
2460 Fix test names starting with uppercase throughout the files.
2461
2462 * gdb.ada/assign_1.exp
2463 * gdb.ada/boolean_expr.exp
2464 * gdb.base/arrayidx.exp
2465 * gdb.base/del.exp
2466 * gdb.base/gcore-buffer-overflow.exp
2467 * gdb.base/testenv.exp
2468 * gdb.compile/compile.exp
2469 * gdb.python/py-framefilter-invalidarg.exp
2470 * gdb.python/py-framefilter.exp
2471
2472 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2473
2474 Fix test names starting with uppercase throughout the files.
2475
2476 * gdb.ada/array_return.exp
2477 * gdb.ada/expr_delims.exp
2478 * gdb.ada/mi_dyn_arr.exp
2479 * gdb.ada/mi_interface.exp
2480 * gdb.ada/mi_var_array.exp
2481 * gdb.ada/watch_arg.exp
2482 * gdb.arch/alpha-step.exp
2483 * gdb.arch/altivec-regs.exp
2484 * gdb.arch/e500-regs.exp
2485 * gdb.arch/powerpc-d128-regs.exp
2486 * gdb.base/arrayidx.exp
2487 * gdb.base/break.exp
2488 * gdb.base/checkpoint.exp
2489 * gdb.base/debug-expr.exp
2490 * gdb.base/dmsym.exp
2491 * gdb.base/radix.exp
2492 * gdb.base/sepdebug.exp
2493 * gdb.base/testenv.exp
2494 * gdb.base/watch_thread_num.exp
2495 * gdb.base/watchpoint-cond-gone.exp
2496 * gdb.cell/break.exp
2497 * gdb.cell/ea-cache.exp
2498 * gdb.compile/compile.exp
2499 * gdb.cp/gdb2495.exp
2500 * gdb.gdb/selftest.exp
2501 * gdb.gdb/xfullpath.exp
2502 * gdb.go/hello.exp
2503 * gdb.go/integers.exp
2504 * gdb.objc/basicclass.exp
2505 * gdb.pascal/hello.exp
2506 * gdb.pascal/integers.exp
2507 * gdb.python/py-breakpoint.exp
2508 * gdb.python/py-cmd.exp
2509 * gdb.python/py-linetable.exp
2510 * gdb.python/py-xmethods.exp
2511 * gdb.python/python.exp
2512 * gdb.reverse/consecutive-precsave.exp
2513 * gdb.reverse/finish-precsave.exp
2514 * gdb.reverse/i386-precsave.exp
2515 * gdb.reverse/machinestate-precsave.exp
2516 * gdb.reverse/sigall-precsave.exp
2517 * gdb.reverse/solib-precsave.exp
2518 * gdb.reverse/step-precsave.exp
2519 * gdb.reverse/until-precsave.exp
2520 * gdb.reverse/watch-precsave.exp
2521 * gdb.threads/leader-exit.exp
2522 * gdb.threads/pthreads.exp
2523 * gdb.threads/wp-replication.exp
2524 * gdb.trace/actions.exp
2525 * gdb.trace/mi-tsv-changed.exp
2526 * gdb.trace/tsv.exp
2527
2528 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2529
2530 Fix test names starting with uppercase throughout the files.
2531
2532 * gdb.arch/i386-bp_permanent.exp
2533 * gdb.arch/i386-gnu-cfi.exp
2534 * gdb.base/disasm-end-cu.exp
2535 * gdb.base/macscp.exp
2536 * gdb.base/pending.exp
2537 * gdb.base/watch_thread_num.exp
2538 * gdb.cp/exception.exp
2539 * gdb.cp/gdb2495.exp
2540 * gdb.cp/local.exp
2541 * gdb.python/py-evsignal.exp
2542 * gdb.python/python.exp
2543 * gdb.trace/tracecmd.exp
2544
2545 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2546
2547 Fix test names starting with uppercase throughout the files.
2548
2549 * gdb.base/charset.exp
2550 * gdb.base/eval.exp
2551 * gdb.base/multi-forks.exp
2552 * gdb.guile/scm-progspace.exp
2553 * gdb.opencl/datatypes.exp
2554 * gdb.python/py-block.exp
2555 * gdb.python/py-function.exp
2556 * gdb.python/py-symbol.exp
2557 * gdb.python/py-symtab.exp
2558 * gdb.python/py-xmethods.exp
2559 * gdb.reverse/break-precsave.exp
2560 * gdb.reverse/break-reverse.exp
2561 * gdb.reverse/consecutive-precsave.exp
2562 * gdb.reverse/consecutive-reverse.exp
2563 * gdb.reverse/finish-precsave.exp
2564 * gdb.reverse/finish-reverse-bkpt.exp
2565 * gdb.reverse/finish-reverse.exp
2566 * gdb.reverse/fstatat-reverse.exp
2567 * gdb.reverse/getresuid-reverse.exp
2568 * gdb.reverse/i386-precsave.exp
2569 * gdb.reverse/i386-reverse.exp
2570 * gdb.reverse/i386-sse-reverse.exp
2571 * gdb.reverse/i387-stack-reverse.exp
2572 * gdb.reverse/insn-reverse.exp
2573 * gdb.reverse/machinestate-precsave.exp
2574 * gdb.reverse/machinestate.exp
2575 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2576 * gdb.reverse/pipe-reverse.exp
2577 * gdb.reverse/readv-reverse.exp
2578 * gdb.reverse/recvmsg-reverse.exp
2579 * gdb.reverse/rerun-prec.exp
2580 * gdb.reverse/s390-mvcle.exp
2581 * gdb.reverse/sigall-precsave.exp
2582 * gdb.reverse/sigall-reverse.exp
2583 * gdb.reverse/solib-precsave.exp
2584 * gdb.reverse/solib-reverse.exp
2585 * gdb.reverse/step-precsave.exp
2586 * gdb.reverse/step-reverse.exp
2587 * gdb.reverse/time-reverse.exp
2588 * gdb.reverse/until-precsave.exp
2589 * gdb.reverse/until-reverse.exp
2590 * gdb.reverse/waitpid-reverse.exp
2591 * gdb.reverse/watch-precsave.exp
2592 * gdb.reverse/watch-reverse.exp
2593
2594 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2595
2596 Fix test names starting with uppercase throughout the files.
2597
2598 * gdb.arch/i386-mpx-simple_segv.exp
2599 * gdb.arch/i386-mpx.exp
2600 * gdb.arch/i386-permbkpt.exp
2601 * gdb.arch/pa-nullify.exp
2602 * gdb.arch/powerpc-d128-regs.exp
2603 * gdb.arch/vsx-regs.exp
2604 * gdb.base/bfp-test.exp
2605 * gdb.base/break.exp
2606 * gdb.base/breakpoint-shadow.exp
2607 * gdb.base/callfuncs.exp
2608 * gdb.base/charset.exp
2609 * gdb.base/commands.exp
2610 * gdb.base/completion.exp
2611 * gdb.base/dfp-test.exp
2612 * gdb.base/echo.exp
2613 * gdb.base/ending-run.exp
2614 * gdb.base/eval.exp
2615 * gdb.base/expand-psymtabs.exp
2616 * gdb.base/float128.exp
2617 * gdb.base/floatn.exp
2618 * gdb.base/foll-exec-mode.exp
2619 * gdb.base/gdb1056.exp
2620 * gdb.base/gdb11531.exp
2621 * gdb.base/kill-after-signal.exp
2622 * gdb.base/multi-forks.exp
2623 * gdb.base/overlays.exp
2624 * gdb.base/pending.exp
2625 * gdb.base/sepdebug.exp
2626 * gdb.base/testenv.exp
2627 * gdb.base/valgrind-db-attach.exp
2628 * gdb.base/watch_thread_num.exp
2629 * gdb.base/watchpoint-cond-gone.exp
2630 * gdb.base/watchpoint.exp
2631 * gdb.base/watchpoints.exp
2632 * gdb.cp/arg-reference.exp
2633 * gdb.cp/baseenum.exp
2634 * gdb.cp/operator.exp
2635 * gdb.cp/shadow.exp
2636 * gdb.dwarf2/dw2-op-out-param.exp
2637 * gdb.dwarf2/dw2-reg-undefined.exp
2638 * gdb.go/chan.exp
2639 * gdb.go/hello.exp
2640 * gdb.go/integers.exp
2641 * gdb.go/methods.exp
2642 * gdb.go/package.exp
2643 * gdb.guile/scm-parameter.exp
2644 * gdb.guile/scm-progspace.exp
2645 * gdb.guile/scm-value.exp
2646 * gdb.mi/mi-pending.exp
2647 * gdb.mi/user-selected-context-sync.exp
2648 * gdb.multi/multi-attach.exp
2649 * gdb.multi/tids.exp
2650 * gdb.opt/clobbered-registers-O2.exp
2651 * gdb.pascal/floats.exp
2652 * gdb.pascal/integers.exp
2653 * gdb.python/py-block.exp
2654 * gdb.python/py-events.exp
2655 * gdb.python/py-parameter.exp
2656 * gdb.python/py-symbol.exp
2657 * gdb.python/py-symtab.exp
2658 * gdb.python/py-type.exp
2659 * gdb.python/py-value.exp
2660 * gdb.python/py-xmethods.exp
2661 * gdb.python/python.exp
2662 * gdb.reverse/break-precsave.exp
2663 * gdb.reverse/consecutive-precsave.exp
2664 * gdb.reverse/finish-precsave.exp
2665 * gdb.reverse/i386-precsave.exp
2666 * gdb.reverse/machinestate-precsave.exp
2667 * gdb.reverse/sigall-precsave.exp
2668 * gdb.reverse/solib-precsave.exp
2669 * gdb.reverse/step-precsave.exp
2670 * gdb.reverse/until-precsave.exp
2671 * gdb.reverse/watch-precsave.exp
2672 * gdb.server/ext-attach.exp
2673 * gdb.server/ext-restart.exp
2674 * gdb.server/ext-run.exp
2675 * gdb.server/ext-wrapper.exp
2676 * gdb.stabs/gdb11479.exp
2677 * gdb.stabs/weird.exp
2678 * gdb.threads/attach-many-short-lived-threads.exp
2679 * gdb.threads/kill.exp
2680 * gdb.threads/watchpoint-fork.exp
2681
2682 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2683
2684 Fix test names starting with uppercase throughout all the files below.
2685
2686 * gdb.ada/array_return.exp
2687 * gdb.ada/catch_ex.exp
2688 * gdb.ada/info_exc.exp
2689 * gdb.ada/mi_catch_ex.exp
2690 * gdb.ada/mi_dyn_arr.exp
2691 * gdb.ada/mi_ex_cond.exp
2692 * gdb.ada/mi_exc_info.exp
2693 * gdb.ada/mi_interface.exp
2694 * gdb.ada/mi_task_arg.exp
2695 * gdb.ada/mi_task_info.exp
2696 * gdb.ada/mi_var_array.exp
2697 * gdb.arch/alpha-step.exp
2698 * gdb.arch/amd64-disp-step.exp
2699 * gdb.arch/arm-disp-step.exp
2700 * gdb.arch/disp-step-insn-reloc.exp
2701 * gdb.arch/e500-prologue.exp
2702 * gdb.arch/ftrace-insn-reloc.exp
2703 * gdb.arch/gdb1558.exp
2704 * gdb.arch/i386-bp_permanent.exp
2705 * gdb.arch/i386-disp-step.exp
2706 * gdb.arch/i386-float.exp
2707 * gdb.arch/i386-gnu-cfi.exp
2708 * gdb.arch/ia64-breakpoint-shadow.exp
2709 * gdb.arch/mips16-thunks.exp
2710 * gdb.arch/pa-nullify.exp
2711 * gdb.arch/powerpc-aix-prologue.exp
2712 * gdb.arch/powerpc-power.exp
2713 * gdb.arch/ppc-dfp.exp
2714 * gdb.arch/s390-tdbregs.exp
2715 * gdb.arch/spu-info.exp
2716 * gdb.arch/spu-ls.exp
2717 * gdb.arch/thumb-bx-pc.exp
2718 * gdb.base/advance.exp
2719 * gdb.base/annota-input-while-running.exp
2720 * gdb.base/arrayidx.exp
2721 * gdb.base/asmlabel.exp
2722 * gdb.base/async.exp
2723 * gdb.base/attach-wait-input.exp
2724 * gdb.base/auto-connect-native-target.exp
2725 * gdb.base/batch-preserve-term-settings.exp
2726 * gdb.base/bfp-test.exp
2727 * gdb.base/bigcore.exp
2728 * gdb.base/bp-permanent.exp
2729 * gdb.base/break-always.exp
2730 * gdb.base/break-fun-addr.exp
2731 * gdb.base/break-idempotent.exp
2732 * gdb.base/break-main-file-remove-fail.exp
2733 * gdb.base/break-probes.exp
2734 * gdb.base/break-unload-file.exp
2735 * gdb.base/break.exp
2736 * gdb.base/call-ar-st.exp
2737 * gdb.base/call-rt-st.exp
2738 * gdb.base/call-sc.exp
2739 * gdb.base/call-signal-resume.exp
2740 * gdb.base/call-strs.exp
2741 * gdb.base/callexit.exp
2742 * gdb.base/callfuncs.exp
2743 * gdb.base/catch-gdb-caused-signals.exp
2744 * gdb.base/catch-signal-siginfo-cond.exp
2745 * gdb.base/catch-syscall.exp
2746 * gdb.base/compare-sections.exp
2747 * gdb.base/cond-eval-mode.exp
2748 * gdb.base/condbreak-call-false.exp
2749 * gdb.base/consecutive-step-over.exp
2750 * gdb.base/cursal.exp
2751 * gdb.base/disabled-location.exp
2752 * gdb.base/disasm-end-cu.exp
2753 * gdb.base/display.exp
2754 * gdb.base/double-prompt-target-event-error.exp
2755 * gdb.base/dprintf-bp-same-addr.exp
2756 * gdb.base/dprintf-detach.exp
2757 * gdb.base/dprintf-next.exp
2758 * gdb.base/dprintf-non-stop.exp
2759 * gdb.base/dprintf-pending.exp
2760 * gdb.base/dso2dso.exp
2761 * gdb.base/ending-run.exp
2762 * gdb.base/enum_cond.exp
2763 * gdb.base/examine-backward.exp
2764 * gdb.base/exe-lock.exp
2765 * gdb.base/exec-invalid-sysroot.exp
2766 * gdb.base/execl-update-breakpoints.exp
2767 * gdb.base/execution-termios.exp
2768 * gdb.base/fileio.exp
2769 * gdb.base/fixsection.exp
2770 * gdb.base/foll-exec-mode.exp
2771 * gdb.base/foll-exec.exp
2772 * gdb.base/fork-running-state.exp
2773 * gdb.base/frame-args.exp
2774 * gdb.base/fullpath-expand.exp
2775 * gdb.base/func-ptr.exp
2776 * gdb.base/gcore-relro-pie.exp
2777 * gdb.base/gdb1090.exp
2778 * gdb.base/gdb1555.exp
2779 * gdb.base/global-var-nested-by-dso.exp
2780 * gdb.base/gnu-ifunc.exp
2781 * gdb.base/hbreak-in-shr-unsupported.exp
2782 * gdb.base/hbreak-unmapped.exp
2783 * gdb.base/hook-stop.exp
2784 * gdb.base/infcall-input.exp
2785 * gdb.base/info-fun.exp
2786 * gdb.base/info-shared.exp
2787 * gdb.base/interrupt-noterm.exp
2788 * gdb.base/jit-so.exp
2789 * gdb.base/jit.exp
2790 * gdb.base/line-symtabs.exp
2791 * gdb.base/list.exp
2792 * gdb.base/longjmp.exp
2793 * gdb.base/macscp.exp
2794 * gdb.base/max-value-size.exp
2795 * gdb.base/nodebug.exp
2796 * gdb.base/nofield.exp
2797 * gdb.base/overlays.exp
2798 * gdb.base/paginate-after-ctrl-c-running.exp
2799 * gdb.base/paginate-bg-execution.exp
2800 * gdb.base/paginate-inferior-exit.exp
2801 * gdb.base/pending.exp
2802 * gdb.base/pr11022.exp
2803 * gdb.base/printcmds.exp
2804 * gdb.base/ptr-typedef.exp
2805 * gdb.base/ptype.exp
2806 * gdb.base/randomize.exp
2807 * gdb.base/range-stepping.exp
2808 * gdb.base/realname-expand.exp
2809 * gdb.base/relativedebug.exp
2810 * gdb.base/remote.exp
2811 * gdb.base/savedregs.exp
2812 * gdb.base/sepdebug.exp
2813 * gdb.base/set-noassign.exp
2814 * gdb.base/shlib-call.exp
2815 * gdb.base/shreloc.exp
2816 * gdb.base/sigaltstack.exp
2817 * gdb.base/sigbpt.exp
2818 * gdb.base/siginfo-addr.exp
2819 * gdb.base/siginfo-obj.exp
2820 * gdb.base/siginfo-thread.exp
2821 * gdb.base/signest.exp
2822 * gdb.base/signull.exp
2823 * gdb.base/sigrepeat.exp
2824 * gdb.base/skip.exp
2825 * gdb.base/so-impl-ld.exp
2826 * gdb.base/solib-corrupted.exp
2827 * gdb.base/solib-disc.exp
2828 * gdb.base/solib-display.exp
2829 * gdb.base/solib-overlap.exp
2830 * gdb.base/solib-search.exp
2831 * gdb.base/solib-symbol.exp
2832 * gdb.base/source-execution.exp
2833 * gdb.base/sss-bp-on-user-bp-2.exp
2834 * gdb.base/sss-bp-on-user-bp.exp
2835 * gdb.base/stack-checking.exp
2836 * gdb.base/stale-infcall.exp
2837 * gdb.base/step-break.exp
2838 * gdb.base/step-line.exp
2839 * gdb.base/step-over-exit.exp
2840 * gdb.base/step-test.exp
2841 * gdb.base/structs.exp
2842 * gdb.base/sym-file.exp
2843 * gdb.base/symtab-search-order.exp
2844 * gdb.base/term.exp
2845 * gdb.base/type-opaque.exp
2846 * gdb.base/unload.exp
2847 * gdb.base/until-nodebug.exp
2848 * gdb.base/until.exp
2849 * gdb.base/unwindonsignal.exp
2850 * gdb.base/watch-cond.exp
2851 * gdb.base/watch-non-mem.exp
2852 * gdb.base/watch_thread_num.exp
2853 * gdb.base/watchpoint-reuse-slot.exp
2854 * gdb.base/watchpoint-solib.exp
2855 * gdb.base/watchpoint.exp
2856 * gdb.btrace/dlopen.exp
2857 * gdb.cell/arch.exp
2858 * gdb.cell/break.exp
2859 * gdb.cell/bt.exp
2860 * gdb.cell/core.exp
2861 * gdb.cell/data.exp
2862 * gdb.cell/dwarfaddr.exp
2863 * gdb.cell/ea-cache.exp
2864 * gdb.cell/ea-standalone.exp
2865 * gdb.cell/ea-test.exp
2866 * gdb.cell/f-regs.exp
2867 * gdb.cell/fork.exp
2868 * gdb.cell/gcore.exp
2869 * gdb.cell/mem-access.exp
2870 * gdb.cell/ptype.exp
2871 * gdb.cell/registers.exp
2872 * gdb.cell/sizeof.exp
2873 * gdb.cell/solib-symbol.exp
2874 * gdb.cell/solib.exp
2875 * gdb.compile/compile-tls.exp
2876 * gdb.cp/exception.exp
2877 * gdb.cp/gdb2495.exp
2878 * gdb.cp/local.exp
2879 * gdb.cp/mb-inline.exp
2880 * gdb.cp/mb-templates.exp
2881 * gdb.cp/pr10687.exp
2882 * gdb.cp/pr9167.exp
2883 * gdb.cp/scope-err.exp
2884 * gdb.cp/templates.exp
2885 * gdb.cp/virtfunc.exp
2886 * gdb.dwarf2/dw2-dir-file-name.exp
2887 * gdb.dwarf2/dw2-single-line-discriminators.exp
2888 * gdb.fortran/complex.exp
2889 * gdb.fortran/library-module.exp
2890 * gdb.guile/guile.exp
2891 * gdb.guile/scm-cmd.exp
2892 * gdb.guile/scm-frame-inline.exp
2893 * gdb.guile/scm-objfile.exp
2894 * gdb.guile/scm-pretty-print.exp
2895 * gdb.guile/scm-symbol.exp
2896 * gdb.guile/scm-type.exp
2897 * gdb.guile/scm-value.exp
2898 * gdb.linespec/keywords.exp
2899 * gdb.linespec/ls-errs.exp
2900 * gdb.linespec/macro-relative.exp
2901 * gdb.linespec/thread.exp
2902 * gdb.mi/mi-breakpoint-changed.exp
2903 * gdb.mi/mi-dprintf-pending.exp
2904 * gdb.mi/mi-fullname-deleted.exp
2905 * gdb.mi/mi-logging.exp
2906 * gdb.mi/mi-pending.exp
2907 * gdb.mi/mi-solib.exp
2908 * gdb.mi/new-ui-mi-sync.exp
2909 * gdb.mi/user-selected-context-sync.exp
2910 * gdb.multi/dummy-frame-restore.exp
2911 * gdb.multi/multi-arch-exec.exp
2912 * gdb.multi/remove-inferiors.exp
2913 * gdb.multi/watchpoint-multi-exit.exp
2914 * gdb.opt/solib-intra-step.exp
2915 * gdb.perf/backtrace.exp
2916 * gdb.perf/single-step.exp
2917 * gdb.perf/skip-command.exp
2918 * gdb.perf/skip-prologue.exp
2919 * gdb.perf/solib.exp
2920 * gdb.python/lib-types.exp
2921 * gdb.python/py-as-string.exp
2922 * gdb.python/py-bad-printers.exp
2923 * gdb.python/py-block.exp
2924 * gdb.python/py-breakpoint.exp
2925 * gdb.python/py-cmd.exp
2926 * gdb.python/py-events.exp
2927 * gdb.python/py-evthreads.exp
2928 * gdb.python/py-finish-breakpoint.exp
2929 * gdb.python/py-finish-breakpoint2.exp
2930 * gdb.python/py-frame-inline.exp
2931 * gdb.python/py-frame.exp
2932 * gdb.python/py-inferior.exp
2933 * gdb.python/py-infthread.exp
2934 * gdb.python/py-mi.exp
2935 * gdb.python/py-objfile.exp
2936 * gdb.python/py-pp-maint.exp
2937 * gdb.python/py-pp-registration.exp
2938 * gdb.python/py-prettyprint.exp
2939 * gdb.python/py-recurse-unwind.exp
2940 * gdb.python/py-shared.exp
2941 * gdb.python/py-symbol.exp
2942 * gdb.python/py-symtab.exp
2943 * gdb.python/py-template.exp
2944 * gdb.python/py-type.exp
2945 * gdb.python/py-unwind-maint.exp
2946 * gdb.python/py-unwind.exp
2947 * gdb.python/py-value.exp
2948 * gdb.python/python.exp
2949 * gdb.reverse/finish-reverse-bkpt.exp
2950 * gdb.reverse/insn-reverse.exp
2951 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2952 * gdb.reverse/solib-precsave.exp
2953 * gdb.reverse/solib-reverse.exp
2954 * gdb.stabs/gdb11479.exp
2955 * gdb.stabs/weird.exp
2956 * gdb.threads/fork-child-threads.exp
2957 * gdb.threads/fork-plus-threads.exp
2958 * gdb.threads/fork-thread-pending.exp
2959 * gdb.threads/forking-threads-plus-breakpoint.exp
2960 * gdb.threads/hand-call-in-threads.exp
2961 * gdb.threads/interrupted-hand-call.exp
2962 * gdb.threads/linux-dp.exp
2963 * gdb.threads/local-watch-wrong-thread.exp
2964 * gdb.threads/next-while-other-thread-longjmps.exp
2965 * gdb.threads/non-ldr-exit.exp
2966 * gdb.threads/pending-step.exp
2967 * gdb.threads/print-threads.exp
2968 * gdb.threads/process-dies-while-detaching.exp
2969 * gdb.threads/process-dies-while-handling-bp.exp
2970 * gdb.threads/pthreads.exp
2971 * gdb.threads/queue-signal.exp
2972 * gdb.threads/reconnect-signal.exp
2973 * gdb.threads/signal-command-handle-nopass.exp
2974 * gdb.threads/signal-command-multiple-signals-pending.exp
2975 * gdb.threads/signal-delivered-right-thread.exp
2976 * gdb.threads/signal-sigtrap.exp
2977 * gdb.threads/sigthread.exp
2978 * gdb.threads/staticthreads.exp
2979 * gdb.threads/stepi-random-signal.exp
2980 * gdb.threads/thread-unwindonsignal.exp
2981 * gdb.threads/thread_check.exp
2982 * gdb.threads/thread_events.exp
2983 * gdb.threads/tid-reuse.exp
2984 * gdb.threads/tls-nodebug.exp
2985 * gdb.threads/tls-shared.exp
2986 * gdb.threads/tls-so_extern.exp
2987 * gdb.threads/tls.exp
2988 * gdb.threads/wp-replication.exp
2989 * gdb.trace/actions-changed.exp
2990 * gdb.trace/actions.exp
2991 * gdb.trace/backtrace.exp
2992 * gdb.trace/change-loc.exp
2993 * gdb.trace/collection.exp
2994 * gdb.trace/deltrace.exp
2995 * gdb.trace/disconnected-tracing.exp
2996 * gdb.trace/entry-values.exp
2997 * gdb.trace/ftrace-lock.exp
2998 * gdb.trace/ftrace.exp
2999 * gdb.trace/infotrace.exp
3000 * gdb.trace/mi-trace-frame-collected.exp
3001 * gdb.trace/mi-trace-unavailable.exp
3002 * gdb.trace/mi-traceframe-changed.exp
3003 * gdb.trace/mi-tracepoint-changed.exp
3004 * gdb.trace/mi-tsv-changed.exp
3005 * gdb.trace/no-attach-trace.exp
3006 * gdb.trace/packetlen.exp
3007 * gdb.trace/passc-dyn.exp
3008 * gdb.trace/passcount.exp
3009 * gdb.trace/pending.exp
3010 * gdb.trace/pr16508.exp
3011 * gdb.trace/qtro.exp
3012 * gdb.trace/range-stepping.exp
3013 * gdb.trace/read-memory.exp
3014 * gdb.trace/report.exp
3015 * gdb.trace/save-trace.exp
3016 * gdb.trace/signal.exp
3017 * gdb.trace/stap-trace.exp
3018 * gdb.trace/status-stop.exp
3019 * gdb.trace/strace.exp
3020 * gdb.trace/tfile.exp
3021 * gdb.trace/tfind.exp
3022 * gdb.trace/trace-break.exp
3023 * gdb.trace/trace-condition.exp
3024 * gdb.trace/trace-enable-disable.exp
3025 * gdb.trace/trace-mt.exp
3026 * gdb.trace/tracecmd.exp
3027 * gdb.trace/tracefile-pseudo-reg.exp
3028 * gdb.trace/tspeed.exp
3029 * gdb.trace/tstatus.exp
3030 * gdb.trace/tsv.exp
3031 * gdb.trace/unavailable.exp
3032 * gdb.trace/while-dyn.exp
3033 * gdb.trace/while-stepping.exp
3034 * lib/gdb-guile.exp
3035 * lib/gdb.exp
3036 * lib/mi-support.exp
3037 * lib/pascal.exp
3038 * lib/perftest.exp
3039 * lib/prelink-support.exp
3040 * lib/selftest-support.exp
3041
3042 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3043
3044 * Makefile.in: Include disable-implicit-rules.mk.
3045
3046 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3047
3048 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3049 non-byte-aligned bit fields.
3050
3051 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3052
3053 PR gdb/12616
3054 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3055 respects the DW_AT_data_bit_offset attribute.
3056
3057 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3058
3059 * gdb.base/default.exp: Fix output of "set language".
3060
3061 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3062
3063 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3064 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3065 make.
3066 * configure.ac: Remove checks for the make program.
3067 * configure: Re-generate.
3068
3069 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3070
3071 * gdb.python/py-recurse-unwind.c (main): Add loop.
3072 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3073 to read_register() and gdb.parse_and_eval(). Make each code
3074 call a separate case that can be individually tested.
3075 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3076 proc. Call cont_and_backtrace for each of the code paths that
3077 we want to test in the unwinder.
3078
3079 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3080
3081 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3082 the definition of struct S.
3083
3084 2016-11-11 Catherine Moore <clm@codesourcery.com>
3085
3086 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3087
3088 2016-11-09 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/commands.exp (runto_or_return): New procedure.
3091 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3092 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3093 (progvar_simple_while_test, progvar_complex_if_while_test)
3094 (if_while_breakpoint_command_test)
3095 (infrun_breakpoint_command_test, breakpoint_command_test)
3096 (user_defined_command_test, watchpoint_command_test)
3097 (test_command_prompt_position, redefine_hook_test)
3098 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3099 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3100 multi_line_input and multi_line. Remove gdb_expect and
3101 gdb_stop_suppressing_tests uses.
3102 * lib/gdb.exp (valnum_re): New global.
3103 (multi_line_input): New procedure.
3104
3105 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3106
3107 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3108 Remove.
3109 (test_setup): Define with proc_with_prefix.
3110 (test_cli_inferior): Likewise.
3111 (test_cli_thread): Likewise.
3112 (test_cli_frame): Likewise.
3113 (test_cli_select_frame): Likewise.
3114 (test_cli_up_down): Likewise.
3115 (test_mi_thread_select): Likewise.
3116 (test_mi_stack_select_frame): Likewise.
3117 (test_cli_in_mi_inferior): Likewise.
3118 (test_cli_in_mi_thread): Likewise.
3119 (test_cli_in_mi_frame): Likewise.
3120 (top level): Do not use with_test_prefix_procname.
3121
3122 2016-11-09 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/commands.exp (gdbvar_simple_if_test)
3125 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3126 (progvar_simple_if_test, progvar_simple_while_test)
3127 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3128 (infrun_breakpoint_command_test, breakpoint_command_test)
3129 (user_defined_command_test, watchpoint_command_test)
3130 (test_command_prompt_position, deprecated_command_test)
3131 (bp_deleted_in_command, temporary_breakpoint_commands)
3132 (stray_arg0_test, source_file_with_indented_comment)
3133 (recursive_source_test, if_commands_test)
3134 (error_clears_commands_left, redefine_hook_test)
3135 (redefine_backtrace_test): Use proc_with_prefix.
3136 * lib/gdb.exp (proc_with_prefix): New proc.
3137
3138 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3139
3140 * gdb.base/tui-layout.c: New file.
3141 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3142 disassembly window contains very long lines.
3143
3144 2016-11-08 Tom Tromey <tom@tromey.com>
3145
3146 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3147 depend on Python 2.
3148
3149 2016-11-08 Tom Tromey <tom@tromey.com>
3150
3151 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3152 New method.
3153
3154 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3155
3156 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3157
3158 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3159
3160 * gdb.rust/simple.rs: Add test for univariant enums without
3161 discriminants and for encoded struct-like enums.
3162
3163 2016-10-28 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3166 gdb_test_multiple, tighten regexps and match symtabs and line
3167 tables incrementally.
3168
3169 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3170
3171 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3172 general.
3173
3174 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3175
3176 * gdb.base/exec-invalid-sysroot.exp: New file.
3177
3178 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3181
3182 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3185
3186 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3187
3188 * gdb.base/killed-outside.exp: Remove $options from a call to
3189 `prepare_for_testing'.
3190
3191 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3194 Change test message.
3195
3196 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3197
3198 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3199 Update comment.
3200
3201 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * gdb.trace/mi-trace-save.exp: New file.
3204
3205 2016-10-13 Yao Qi <yao.qi@linaro.org>
3206
3207 * gdb.base/code_elim.exp (get_var_address): Remove.
3208 * gdb.base/relocate.exp: Likewise.
3209 * gdb.base/shreloc.exp: Likewise.
3210 * lib/gdb.exp (get_var_address): New.
3211
3212 2016-10-13 Yao Qi <yao.qi@linaro.org>
3213
3214 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3215 floating point tests if $skip_float_test is false.
3216
3217 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
3218
3219 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3220 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3221 argc values.
3222 Add 1 to argc so we guarantee distinct initial/modified argc values.
3223
3224 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3225
3226 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3227
3228 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3231 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3232 * gdb.arch/vsx-regs.exp: Likewise.
3233
3234 2016-10-07 Yao Qi <yao.qi@linaro.org>
3235
3236 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3237
3238 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3239
3240 * gdb.python/python.exp: Test decode_line("*0").
3241
3242 2016-10-06 Doug Evans <dje@google.com>
3243
3244 * gdb.python/py-value.exp (test_value_creation): Add test for large
3245 unsigned 64-bit value.
3246
3247 2016-10-06 Tom Tromey <tom@tromey.com>
3248
3249 * gdb.compile/compile.exp: Change java tests to rust.
3250 * gdb.base/setshow.exp: Change java tests to rust.
3251 * gdb.base/default.exp: Remove java from language list.
3252 * README (Examples): Update language example.
3253 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3254 test.
3255 * lib/gdb.exp (skip_java_tests): Remove.
3256 * lib/java.exp: Remove.
3257 * gdb.java: Remove.
3258
3259 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3260
3261 * gdb.arch/mips-fcr.exp: New test.
3262 * gdb.arch/mips-fcr.c: Source for the new test.
3263
3264 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3265
3266 * gdb.base/solib-disc.exp: Use `standard_output_file'
3267 throughout.
3268
3269 2016-10-06 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.base/jit-simple-dl.c: New file.
3272 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3273 * gdb.base/jit-simple.c: ... this.
3274 * gdb.base/jit-simple.exp (jit_run): Delete.
3275 (build_jit): New proc.
3276 (jit_test_reread): Recompile either the main program or the shared
3277 library, depending on what is being tested. Skip changing address
3278 if caller wants to. Compare before/after addresses. If testing
3279 standalone, explicitly load the binary. Test "maint info
3280 breakpoints".
3281 (top level): Add "standalone vs shared lib" and "change address"
3282 vs "same address" axes.
3283
3284 2016-10-06 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3287 call.
3288 (jit_run): Delete.
3289 (jit_test_reread): Use with_test_prefix. Reload the main binary
3290 explicitly. Compare the before/after addresses of the JIT
3291 descriptor.
3292
3293 2016-08-15 Doug Evans <dje@google.com>
3294
3295 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3296 for single bitfields is bool.
3297 * gdb.xml/tdesc-regs.exp: Ditto.
3298
3299 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3302
3303 2016-10-05 Yao Qi <yao.qi@linaro.org>
3304
3305 * lib/gdb.exp (support_complex_tests): Return zero if
3306 gdb_skip_float_test return true.
3307
3308 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3309 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 PR gdb/20487
3312 * gdb.mi/user-selected-context-sync.exp: New file.
3313 * gdb.mi/user-selected-context-sync.c: New file.
3314
3315 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3316 Simon Marchi <simon.marchi@ericsson.com>
3317
3318 PR gdb/20487
3319 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3320 =thread-select-event check.
3321
3322 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3323
3324 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3325 the compulsory L operand changes.
3326 * gdb.arch/powerpc-power.s: Likewise.
3327
3328 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3331 * gdb.base/jit-attach-pie.c: New file.
3332 * gdb.base/jit-attach-pie.exp: New file.
3333
3334 2016-09-28 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.base/infcall-input.c: New file.
3337 * gdb.base/infcall-input.exp: New file.
3338
3339 2016-09-22 Yao Qi <yao.qi@linaro.org>
3340
3341 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3342 (gdb_exit): Rename it to ...
3343 (gdbserver_gdb_exit): ... Close GDBserver.
3344 (gdb_exit): New proc, call gdbserver_gdb_exit.
3345 (mi_gdb_exit): Likewise.
3346
3347 2016-09-22 Yao Qi <yao.qi@linaro.org>
3348
3349 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3350 path.
3351 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3352 Remove duplication.
3353
3354 2016-09-22 Yao Qi <yao.qi@linaro.org>
3355
3356 * lib/gdbserver-support.exp: Check the existence of
3357 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3358
3359 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3360
3361 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3362
3363 2016-09-21 Tom Tromey <tom@tromey.com>
3364
3365 PR gdb/20604:
3366 * gdb.base/quit.exp: New file.
3367
3368 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3369
3370 * .gitignore: New file.
3371
3372 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3373
3374 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3375 throughout.
3376
3377 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3378
3379 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3380
3381 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3382
3383 * gdb.cp/casts.cc (decltype): Move it ...
3384 (main): ... with its call to ...
3385 * gdb.cp/casts03.cc: ... a new file.
3386 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3387
3388 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3391
3392 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3393
3394 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3395 and sync up the test with tests in gas/testsuite/gas/ppc.
3396 * gdb.arch/powerpc-power.exp: Likewise.
3397
3398 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3401
3402 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3403 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3406 make m1's definition to be different from m2's. Use 'dummy' as an
3407 argument for probe 'two'.
3408
3409 2016-09-10 Jon Beniston <jon@beniston.com>
3410
3411 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3412 for sim target.
3413
3414 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3415
3416 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3417 variable declaration.
3418 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3419 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3420 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3421 received HWCAP as its argument.
3422
3423 2016-09-06 Pedro Alves <palves@redhat.com>
3424
3425 * gdb.base/new-ui-pending-input.c: New file.
3426 * gdb.base/new-ui-pending-input.exp: New file.
3427 * gdb.exp (clear_gdb_spawn_id): New procedure.
3428 (with_spawn_id): Check whether gdb_spawn_id exists before
3429 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3430 on exit.
3431
3432 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3433
3434 * gdb.base/float128.c: New file.
3435 * gdb.base/float128.exp: Likewise.
3436 * gdb.base/floatn.c: Likewise.
3437 * gdb.base/floatn.exp: Likewise.
3438
3439 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3440
3441 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3442
3443 2016-09-05 Pedro Alves <palves@redhat.com>
3444
3445 PR backtrace/19927
3446 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3447 unwinders are immediately called as side effect of "source" or
3448 "disable unwinder" commands.
3449 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3450
3451 2016-09-02 Yao Qi <yao.qi@linaro.org>
3452
3453 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3454 is true and $type is "float" or "double".
3455
3456 2016-09-02 Yao Qi <yao.qi@linaro.org>
3457
3458 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3459 true.
3460 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3461 * gdb.base/call-rt-st.exp: Likewise.
3462 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3463 return value instead of gdb,skip_float_test.
3464 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3465 (do_function_calls): Use its return value instead of
3466 gdb,skip_float_test.
3467 * gdb.base/finish.exp: Likewise.
3468 * gdb.base/funcargs.exp: Likewise.
3469 * gdb.base/return.exp: Likewise.
3470 * gdb.base/return2.exp: Likewise.
3471 * gdb.base/varargs.exp: Likewise.
3472 * lib/gdb.exp (gdb_skip_float_test): Change it to
3473 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3474
3475 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3476
3477 * gdb.multi/tids.exp: Test "thread apply all".
3478
3479 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3480
3481 * gdb.base/default.exp (tty): Remove.
3482
3483 2016-08-24 Kevin Buettner <kevinb@redhat.com>
3484
3485 * gdb.python/py-recurse-unwind.c: New file.
3486 * gdb.python/py-recurse-unwind.py: New file.
3487 * gdb.python/py-recurse-unwind.exp: New file.
3488
3489 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 * gdb.base/set-inferior-tty.exp: New file.
3492 * gdb.base/set-inferior-tty.c: New file.
3493
3494 2016-08-23 Pedro Alves <palves@redhat.com>
3495
3496 PR gdb/20494
3497 * gdb.base/new-ui-echo.c: New file.
3498 * gdb.base/new-ui-echo.exp: New file.
3499
3500 2016-08-23 Yao Qi <yao.qi@linaro.org>
3501
3502 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3503 gdbserver_spawn.
3504 * gdb.server/connect-without-multi-process.exp (do_test):
3505 Likewise.
3506
3507 2016-08-23 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3510 standalone_txt. Delete gdb_txt and standalone_txt on host
3511 and target. Spawn the binary on target. Copy files from
3512 target to host.
3513
3514 2016-08-22 Pedro Alves <palves@redhat.com>
3515
3516 PR gdb/20505
3517 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3518 with_test_prefix. Factor out bits to ...
3519 (test_no_vdso): ... this new procedure.
3520
3521 2016-08-19 Carl Love <cel@us.ibm.com>
3522
3523 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3524 maintaining separate logic for constructing the output path.
3525 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3526 * gdb.arch/ppc-dfp.exp: Likewise.
3527 * gdb.arch/ppc-fp.exp: Likewise.
3528 * gdb.arch/vsx-regs.exp: Likewise.
3529 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3530 binprefix for generating the additional binary files.
3531
3532 2016-08-19 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.trace/mi-trace-frame-collected.exp
3535 (test_trace_frame_collected): On x32, expect two registers.
3536
3537 2016-08-18 Carl Love <cel@us.ibm.com>
3538
3539 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3540 and sync up the test with tests in gas/testsuite/gas/ppc.
3541 * gdb.arch/powerpc-power.exp: Likewise.
3542
3543 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3546 expected error message.
3547
3548 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3549
3550 * gdb.multi/remove-inferiors.exp: New file.
3551 * gdb.multi/remove-inferiors.c: New file.
3552
3553 2016-08-12 Yao Qi <yao.qi@linaro.org>
3554
3555 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3556 argument list.
3557
3558 2016-08-10 Pedro Alves <palves@redhat.com>
3559
3560 PR gdb/19187
3561 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3562 setup_kfails.
3563
3564 2016-08-09 Pedro Alves <palves@redhat.com>
3565 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 PR gdb/20418
3568 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3569 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3570
3571 2016-08-09 Pedro Alves <palves@redhat.com>
3572
3573 PR mi/20431
3574 * gdb.mi/mi-cmd-error.exp: New file.
3575
3576 2016-08-09 Pedro Alves <palves@redhat.com>
3577
3578 PR gdb/18653
3579 * gdb.base/signals-state-child.c: New file.
3580 * gdb.base/signals-state-child.exp: New file.
3581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3582
3583 2016-08-09 Pedro Alves <palves@redhat.com>
3584
3585 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3586
3587 2016-08-03 Tom Tromey <tom@tromey.com>
3588
3589 PR python/18565:
3590 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3591
3592 2016-08-01 Yao Qi <yao.qi@linaro.org>
3593
3594 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3595 variable mode to "multi-process" if $multi_process is 1, otherwise
3596 set it to "single-process".
3597
3598 2016-08-01 Yao Qi <yao.qi@linaro.org>
3599
3600 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3601 * gdb.cp/cpexprs.exp: Likewise.
3602 * gdb.cp/m-static.exp: Likewise.
3603
3604 2016-07-26 Tom Tromey <tom@tromey.com>
3605
3606 PR python/20190:
3607 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3608 test.
3609
3610 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3611
3612 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3613 selecting assembly source files.
3614 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3615 assembly source files.
3616 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3617 assembly source files.
3618 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3619 selecting assembly source files.
3620
3621 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3622
3623 * gdb.base/new-ui.exp (do_test_invalid_args): New
3624 procedure.
3625
3626 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3627
3628 * gdb.btrace/reconnect.c: New file.
3629 * gdb.btrace/reconnect.exp: New file.
3630
3631 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3632
3633 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3634 to test_catch_syscall_group.
3635 (test_catch_syscall_group): New.
3636
3637 2016-07-21 Tom Tromey <tom@tromey.com>
3638
3639 * gdb.rust/simple.rs (main): Use empty struct expression.
3640 * gdb.rust/simple.exp: Add tests for empty struct expression.
3641
3642 2016-07-21 Yao Qi <yao.qi@linaro.org>
3643
3644 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3645 if gdb_skip_xml_test is true on some targets.
3646
3647 2016-07-21 Yao Qi <yao.qi@linaro.org>
3648
3649 * gdb.server/solib-list.exp: Unset last_loaded_file.
3650
3651 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3654 "step into captured_main (args)".
3655
3656 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3659
3660 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3663
3664 2016-07-19 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3667 * gdb.opt/inline-bt.exp: Likewise.
3668 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3669 additional_flags=-Winline.
3670 * gdb.opt/inline-locals.exp: Likewise.
3671 * gdb.opt/inline-markers.c (ATTR): Define.
3672 (inlined_fn): Use it.
3673
3674 2016-07-19 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3677 (test_with_self): Remove some code. Remove argument executable.
3678 (top-level): Use do_self_tests.
3679
3680 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3681 Don Breazeal <donb@codesourcery.com>
3682
3683 * gdb.base/maint.exp: Escape paths used in regular expressions.
3684 * gdb.stabs/weird.exp: Likewise.
3685
3686 2016-07-13 Tom Tromey <tom@tromey.com>
3687
3688 PR python/15620, PR python/18620:
3689 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3690 (test_bkpt_events): New procs.
3691
3692 2016-07-13 Tom Tromey <tom@tromey.com>
3693
3694 PR python/17698:
3695 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3696 test.
3697 (test_watchpoints): Likewise.
3698 (test_bkpt_pending): New proc.
3699
3700 2016-07-13 Tom Tromey <tom@tromey.com>
3701
3702 PR cli/18053:
3703 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3704 completion test.
3705
3706 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3709 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3710 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3711 f_label.
3712 (g): Rename g_end_lbl to g_label.
3713 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3714 low_pc and high_pc.
3715 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3716
3717 2016-07-12 Tom Tromey <tom@tromey.com>
3718
3719 PR python/19293:
3720 * gdb.python/py-unwind-maint.exp: Update tests.
3721
3722 2016-07-12 Yao Qi <yao.qi@linaro.org>
3723
3724 * lib/selftest-support.exp (selftest_setup): Match the output
3725 when captured_main is inlined.
3726
3727 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3728
3729 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3730 New variables.
3731 (print this%a, print this%b, print this): New tests.
3732 * gdb.fortran/derived-types.f90 (this): New object and
3733 initialization.
3734
3735 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3736
3737 * gdb.ada/arraydim.exp: Remove extra directory level in build
3738 directory.
3739
3740 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3741
3742 * lib/ada.exp: Remove extra directory level in build directory.
3743 * gdb.ada/cond_lang.exp: Likewise.
3744 * gdb.ada/exec_changed.exp: Likewise.
3745 * gdb.ada/lang_switch.exp: Likewise.
3746
3747 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3748
3749 * simple.rs: Add test for raw pointer subscripting.
3750 * simple.exp: Add test expectations.
3751
3752 2016-07-05 Yao Qi <yao.qi@linaro.org>
3753
3754 * gdb.mi/mi-reverse.exp: Match =record-started output.
3755
3756 2016-07-01 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3759 procedure.
3760 (jit_reader_test): Test the jit reader's unwinder.
3761 * gdb.base/jithost.c (jit_function_00_code): New global.
3762 (main): Use memcpy to fill in the mmapped code, instead of poking
3763 bytes manually here.
3764 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3765 value.
3766 (read_debug_info): Save the function's range.
3767 (read_sp): New function.
3768 (unwind_frame): Use it. Also unwind RBP.
3769 (get_frame_id): Use read_sp.
3770 (gdb_init_reader): Use calloc instead of malloc.
3771 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3772 parameter. Use gdb_test_multiple.
3773
3774 2016-07-01 Pedro Alves <palves@redhat.com>
3775 Antoine Tremblay <antoine.tremblay@ericsson.com>
3776
3777 * gdb.threads/process-dies-while-detaching.c: New file.
3778 * gdb.threads/process-dies-while-detaching.exp: New file.
3779
3780 2016-07-01 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.multi/watchpoint-multi-exit.c: New file.
3783 * gdb.multi/watchpoint-multi-exit.exp: New file.
3784
3785 2016-06-30 Pedro Alves <palves@redhat.com>
3786
3787 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3788 unset inferior_spawn_id.
3789
3790 2016-06-30 Pedro Alves <palves@redhat.com>
3791
3792 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3793 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3794
3795 2016-06-29 Yao Qi <yao.qi@linaro.org>
3796
3797 * gdb.base/return.c: Add copyright header.
3798
3799 2016-06-29 Tom Tromey <tom@tromey.com>
3800
3801 PR python/20129:
3802 * gdb.python/py-framefilter.exp: Add tests for setting priority
3803 and disabling of non-existent frame filter.
3804
3805 2016-06-29 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3808 0x0f07ff.
3809
3810 2016-06-28 Yao Qi <yao.qi@linaro.org>
3811
3812 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3813 triplets. Start gdb, execute catch syscall, and continue. Check
3814 gdb's output to determine catch syscall is supported.
3815
3816 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3817
3818 * gdb.rust/simple.rs: Add test for returning unit in a function.
3819 * gdb.rust/simple.exp: Add expectation for functions returning
3820 unit.
3821
3822 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3823
3824 * gdb.python/py-breakpoint-create-fail.c,
3825 gdb.python/py-breakpoint-create-fail.exp,
3826 gdb.python/py-breakpoint-create-fail.py: New testcase.
3827
3828 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3829
3830 PR gdb/20239
3831 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3832 * gdb.rust/simple.exp: Add test expectations for new NonZero
3833 tests.
3834
3835 2016-06-24 David Taylor <dtaylor@emc.com>
3836
3837 * gdb.base/offsets.exp: New file.
3838 * gdb.base/offsets.c: New file.
3839
3840 2016-06-23 Tom Tromey <tom@tromey.com>
3841
3842 PR gdb/16483:
3843 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3844 before any filters are loaded.
3845
3846 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3847
3848 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3849 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3850 structs.
3851 * gdb.fortran/derived-type-function.exp: New file.
3852 * gdb.fortran/derived-type-function.f90: New file.
3853
3854
3855 2016-06-21 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.base/new-ui.exp: New file.
3858 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3859 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3860 (with_spawn_id): New procedure.
3861
3862 2016-06-21 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.mi/mi-exec-run.exp: New file.
3865
3866 2016-06-21 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3869 breakpoint command's output on the main UI.
3870 (test_break): New procedure, factored out from calls in the top
3871 level.
3872 (top level): Use foreach_with_prefix to test MI as main UI and as
3873 separate UI.
3874
3875 2016-06-21 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3878 (test_awatch_creation_and_listing)
3879 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3880 Remove 'type' parameter.
3881 (test_watchpoint_all): New parameter mi_mode. Remove
3882 with_test_prefix.
3883 (top level): Use foreach_with_prefix, and add main/separate UI MI
3884 testing axis.
3885
3886 2016-06-21 Pedro Alves <palves@redhat.com>
3887
3888 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3889 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3890 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3891 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3892 (gdb_main_spawn_id, mi_spawn_id): Declare and
3893 comment.
3894 (mi_create_inferior_pty): New procedure,
3895 factored out from default_mi_gdb_start.
3896 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3897 procedures.
3898 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3899 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3900 Use mi_create_inferior_pty.
3901 (mi_gdb_start): Use eval to pass down args list.
3902
3903 2016-06-21 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3906 * gdb.opt/inline-cmds.exp: Add MI tests.
3907
3908 2016-06-21 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3911
3912 2016-06-21 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3915 (top level): Use it instead of mi_execute_to.
3916
3917 2016-06-21 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3920 (cont_handler_str): New.
3921 (signal_stop_handler): Set stop_handler_str instead of printing to
3922 stdout.
3923 (continue_handler): Set cont_handler_str instead of printing to
3924 stdout.
3925 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3926 mi_send_resuming_command. Print stop_handler_str and
3927 cont_handler_str instead of expecting the python events print
3928 directly.
3929
3930 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3931
3932 * gdb.base/jit-reader.exp: New file.
3933 * gdb.base/jithost.c: New file.
3934 * gdb.base/jithost.h: New file.
3935 * gdb.base/jitreader.c : New file.
3936 * gdb.base/jit-protocol.h: New file.
3937
3938 2016-06-17 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3941 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3942 and detach-on-fork. Adjust tests.
3943 (top level): Invoke break_cond_on_syscall with combinations of
3944 syscall, follow-fork-mode and detach-on-fork.
3945
3946 2016-06-17 Yao Qi <yao.qi@linaro.org>
3947
3948 * gdb.base/step-over-exit.c: New.
3949 * gdb.base/step-over-exit.exp: New.
3950
3951 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3952
3953 * gdb.base/float.exp: Add target check for nds32*-*-*.
3954 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3955
3956 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3959 for unsupported target features.
3960 * gdb.base/call-rt-st.exp: Likewise.
3961 * gdb.base/call-sc.exp: Likewise.
3962 * gdb.base/call-signal-resume.exp: Likewise.
3963 * gdb.base/call-strs.exp: Likewise.
3964 * gdb.base/callexit.exp: Likewise.
3965 * gdb.base/callfuncs.exp: Likewise.
3966 * gdb.base/nodebug.exp: Likewise.
3967 * gdb.base/printcmds.exp: Likewise.
3968 * gdb.base/ptype.exp: Likewise.
3969 * gdb.base/structs.exp: Likewise.
3970 * gdb.base/unwindonsignal.exp: Likewise.
3971 * gdb.cp/gdb2495.exp: Likewise.
3972 * gdb.cp/templates.exp: Likewise.
3973 * gdb.cp/virtfunc.exp: Likewise.
3974 * gdb.threads/hand-call-in-threads.exp: Likewise.
3975 * gdb.threads/interrupted-hand-call.exp: Likewise.
3976 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3977
3978 2016-06-10 Tom Tromey <tom@tromey.com>
3979
3980 PR rust/20110:
3981 * gdb.rust/expr.exp: Add test for integer constant larger than
3982 i32.
3983
3984 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3985
3986 * gdb.fortran/nested-funcs.exp: New.
3987 * gdb.fortran/nested-funcs.f90: New.
3988
3989 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3990
3991 * gdb.base/examine-backward.c: New file.
3992 * gdb.base/examine-backward.exp: New file.
3993
3994 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3995
3996 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3997 matching.
3998
3999 2016-06-02 Tom Tromey <tom@tromey.com>
4000
4001 PR python/18984:
4002 * gdb.python/py-shared.exp: Add solib_name test.
4003
4004 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4007
4008 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4009
4010 PR c++/19893
4011 * gdb.dwarf2/implref.exp: Rename to...
4012 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4013 * gdb.dwarf2/implref-array.c: New file.
4014 * gdb.dwarf2/implref-array.exp: Likewise.
4015 * gdb.dwarf2/implref-global.c: Likewise.
4016 * gdb.dwarf2/implref-global.exp: Likewise.
4017 * gdb.dwarf2/implref-struct.c: Likewise.
4018 * gdb.dwarf2/implref-struct.exp: Likewise.
4019
4020 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4021
4022 * gdb.trace/trace-condition.exp: Add 64bit tests.
4023
4024 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4025
4026 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4027 bits types.
4028 (main): Adapt to 8 to 64 bits types.
4029 * gdb.trace/trace-condition.exp: Add new tests.
4030
4031 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4032
4033 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4034
4035 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4036
4037 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4038 Move condition tests...
4039 * gdb.trace/trace-condition.exp: Here.
4040
4041 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4042
4043 * gdb.trace/trace-condition.exp: Add counter-case tests.
4044
4045 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 PR c++/15231
4048 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4049 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4050
4051 2016-05-27 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4054 New procedure.
4055 (top level): Call it, and bail out of DejaGnu is known to be bad.
4056
4057 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.base/whatis.c: Extend the test case.
4060 * gdb.base/whatis.exp: Add additional tests.
4061
4062 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4063
4064 * gdb.fortran/type.f90: Add pointer variable.
4065 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4066
4067 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4068
4069 * gdb.fortran/vla-type.exp: Fix testcase name.
4070
4071 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4072
4073 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4074
4075 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4076
4077 * gdb.fortran/type.f90: Add nested structures.
4078 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4079 * gdb.fortran/derived-type.exp: Adapt expected output.
4080 * gdb.fortran/vla-type.exp: Adapt expected output.
4081
4082 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4083
4084 * gdb.fortran/whatis_type.exp: Adapt expected output.
4085
4086 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4087
4088 * gdb.fortran/print_type.exp: Fix expected output.
4089 * gdb.fortran/whatis_type.exp: Fix expected output.
4090
4091 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4092
4093 * gdb.fortran/whatis_type.exp: Use multi_line.
4094
4095 2016-05-24 Tom Tromey <tom@tromey.com>
4096
4097 PR python/17386:
4098 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4099 use value as an index.
4100
4101 2016-05-23 Tom Tromey <tom@tromey.com>
4102
4103 PR python/17981:
4104 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4105 no-breakpoint case.
4106
4107 2016-05-24 Pedro Alves <palves@redhat.com>
4108
4109 PR gdb/19828
4110 * gdb.threads/clone-attach-detach.c: New file.
4111 * gdb.threads/clone-attach-detach.exp: New file.
4112
4113 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4114
4115 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4116
4117 2016-05-23 Tom Tromey <tom@tromey.com>
4118
4119 PR python/19438, PR python/18393:
4120 * gdb.python/py-progspace.exp: Add "dir" test.
4121 * gdb.python/py-objfile.exp: Add "dir" test.
4122
4123 2016-05-23 Yao Qi <yao.qi@linaro.org>
4124
4125 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4126 * gdb.arch/thumb2-it.exp: Likewise.
4127
4128 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4129
4130 * gdb.mi/mi-threads-interrupt.c: New file.
4131 * gdb.mi/mi-threads-interrupt.exp: New file.
4132
4133 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 PR gdb/18077
4136 * gdb.mi/mi-async-run.exp: New file.
4137 * gdb.mi/mi-async-run.c: New file.
4138
4139 2016-05-17 Tom Tromey <tom@tromey.com>
4140 Manish Goregaokar <manishsmail@gmail.com>
4141
4142 * lib/rust-support.exp: New file.
4143 * lib/gdb.exp (skip_rust_tests): New proc.
4144 (build_executable_from_specs): Handle rust.
4145 * lib/future.exp (gdb_find_rustc): New proc.
4146 (gdb_default_target_compile): Handle rust.
4147 * gdb.rust/expr.exp: New file.
4148 * gdb.rust/generics.exp: New file.
4149 * gdb.rust/generics.rs: New file.
4150 * gdb.rust/methods.exp: New file.
4151 * gdb.rust/methods.rs: New file.
4152 * gdb.rust/modules.exp: New file.
4153 * gdb.rust/modules.rs: New file.
4154 * gdb.rust/simple.exp: New file.
4155 * gdb.rust/simple.rs: New file.
4156
4157 2016-05-17 Tom Tromey <tom@tromey.com>
4158
4159 * gdb.base/default.exp (set language): Add rust.
4160
4161 2016-05-17 Tom Tromey <tom@tromey.com>
4162
4163 * gdb.gdb/unittest.exp: New file.
4164
4165 2016-05-16 Yao Qi <yao.qi@linaro.org>
4166
4167 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4168 shell_prompt. Update shell_prompt_re.
4169
4170 2016-05-12 Doug Evans <dje@google.com>
4171
4172 PR symtab/19999
4173 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4174 $options when building executable.
4175 * gdb.dwarf2/fission-loclists-pie.S: New file.
4176 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4177
4178 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4179
4180 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4181 of [is_remote target],
4182
4183 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4184
4185 * lib/gdb.exp (use_gdb_stub): New procedure.
4186
4187 2016-05-03 Yunlian Jiang <yunlian@google.com>
4188 Doug Evans <dje@google.com>
4189
4190 PR symtab/19914
4191 * gdb.dwarf2/dwp-sepdebug.c: New file.
4192 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4193
4194 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 * gdb.base/detach.exp: Remove is_remote check.
4197
4198 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * gdb.base/annota-input-while-running.exp: Don't check for
4201 [is_remote target]. Enable annotations after running to main.
4202 Remove unused "set test..." line.
4203
4204 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4205
4206 * gdb.trace/trace-enable-disable.exp: New file.
4207 * gdb.trace/trace-enable-disable.c: New file.
4208
4209 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4210
4211 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4212 use it in info sharedlibrary test.
4213 * gdb.trace/ftrace-lock.exp: Likewise.
4214 * gdb.trace/ftrace.exp: Likewise.
4215 * gdb.trace/range-stepping.exp: Likewise.
4216 * gdb.trace/trace-break.exp: Likewise.
4217 * gdb.trace/trace-condition.exp: Likewise.
4218 * gdb.trace/trace-mt.exp: Likewise.
4219
4220 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4221
4222 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4223 (gdb_load_shlib): ... this.
4224 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4225 gdb_load_shlib.
4226 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4227 * gdb.base/ctxobj.exp: Likewise.
4228 * gdb.base/dprintf-pending.exp: Likewise.
4229 * gdb.base/dso2dso.exp: Likewise.
4230 * gdb.base/fixsection.exp: Likewise.
4231 * gdb.base/gcore-relro.exp: Likewise.
4232 * gdb.base/gdb1555.exp: Likewise.
4233 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4234 * gdb.base/gnu-ifunc.exp: Likewise.
4235 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4236 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4237 * gdb.base/pending.exp: Likewise.
4238 * gdb.base/print-file-var.exp: Likewise.
4239 * gdb.base/print-symbol-loading.exp: Likewise.
4240 * gdb.base/shlib-call.exp: Likewise.
4241 * gdb.base/shreloc.exp: Likewise.
4242 * gdb.base/so-impl-ld.exp: Likewise.
4243 * gdb.base/solib-disc.exp: Likewise.
4244 * gdb.base/solib-nodir.exp: Likewise.
4245 * gdb.base/solib-overlap.exp: Likewise.
4246 * gdb.base/solib-symbol.exp: Likewise.
4247 * gdb.base/solib-weak.exp (do_test): Likewise.
4248 * gdb.base/sym-file.exp: Likewise.
4249 * gdb.base/symtab-search-order.exp: Likewise.
4250 * gdb.base/type-opaque.exp: Likewise.
4251 * gdb.base/unload.exp: Likewise.
4252 * gdb.base/watchpoint-solib.exp: Likewise.
4253 * gdb.compile/compile.exp: Likewise.
4254 * gdb.cp/gdb2384.exp: Likewise.
4255 * gdb.cp/infcall-dlopen.exp: Likewise.
4256 * gdb.cp/re-set-overloaded.exp: Likewise.
4257 * gdb.fortran/library-module.exp: Likewise.
4258 * gdb.opt/solib-intra-step.exp: Likewise.
4259 * gdb.python/py-finish-breakpoint.exp: Likewise.
4260 * gdb.python/py-shared.exp: Likewise.
4261 * gdb.reverse/solib-precsave.exp: Likewise.
4262 * gdb.reverse/solib-reverse.exp: Likewise.
4263 * gdb.server/solib-list.exp: Likewise.
4264 * gdb.threads/dlopen-libpthread.exp: Likewise.
4265 * gdb.threads/tls-shared.exp: Likewise.
4266 * gdb.threads/tls-so_extern.exp: Likewise.
4267 * gdb.trace/change-loc.exp: Likewise.
4268 * gdb.trace/ftrace-lock.exp: Likewise.
4269 * gdb.trace/ftrace.exp: Likewise.
4270 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4271 * gdb.trace/pending.exp: Likewise.
4272 * gdb.trace/range-stepping.exp: Likewise.
4273 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4274 (strace_info_marker): Likewise.
4275 (strace_probe_marker): Likewise.
4276 (strace_trace_on_same_addr): Likewise.
4277 (strace_trace_on_diff_addr): Likewise.
4278 * gdb.trace/trace-break.exp: Likewise.
4279 * gdb.trace/trace-condition.exp: Likewise.
4280 * gdb.trace/trace-mt.exp: Likewise.
4281
4282 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4283
4284 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4285 result of gdb_remote_download.
4286 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4287 * gdb.base/dso2dso.exp: Likewise.
4288 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4289 * gdb.base/print-file-var.exp: Likewise.
4290 * gdb.base/shlib-call.exp: Likewise.
4291 * gdb.base/shreloc.exp: Likewise.
4292 * gdb.base/solib-overlap.exp: Likewise.
4293 * gdb.base/solib-weak.exp (do_test): Likewise.
4294 * gdb.base/unload.exp: Likewise.
4295
4296 2016-04-27 Yao Qi <yao.qi@linaro.org>
4297
4298 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4299 exists.
4300
4301 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4302
4303 * vla-type.exp: Print structure from toplevel.
4304
4305 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4306
4307 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4308 of dynamic types.
4309 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4310 of dynamic types.
4311
4312 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4313
4314 * gdb.fortran/vla-type.f90: New file.
4315 * gdb.fortran/vla-type.exp: New file.
4316
4317 2016-04-25 Yao Qi <yao.qi@linaro.org>
4318
4319 * gdb.base/branch-to-self.c: New file.
4320 * gdb.base/branch-to-self.exp: New file.
4321
4322 2016-04-22 Yao Qi <yao.qi@linaro.org>
4323
4324 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4325 more after $hex.
4326
4327 2016-04-22 Yao Qi <yao.qi@linaro.org>
4328
4329 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4330 * gdb.base/annota3.exp: Likewise.
4331
4332 2016-04-22 Yao Qi <yao.qi@linaro.org>
4333
4334 * gdb.reverse/step-precsave.exp: Do one step and test program
4335 stops in "callee" and do multiple steps until program goes out
4336 of "callee".
4337 * gdb.reverse/step-reverse.exp: Likewise.
4338
4339 2016-04-22 Yao Qi <yao.qi@linaro.org>
4340
4341 * gdb.trace/signal.exp: Also pass if
4342 $tracepoint_hits($i) > $iterations.
4343
4344 2016-04-22 Yao Qi <yao.qi@linaro.org>
4345
4346 * gdb.trace/signal.c: New file.
4347 * gdb.trace/signal.exp: New file.
4348
4349 2016-04-19 Doug Evans <xdje42@gmail.com>
4350
4351 * gdb.base/bad-file.exp: New file.
4352
4353 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4354
4355 * gdb.dwarf2/implref.exp: New file.
4356
4357 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4358
4359 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4360 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4361 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4362 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4363 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4364 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4365 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4366 * lib/fortran.exp (fortran_int4): New procedure.
4367 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4368 (fortran_logical4): Likewise.
4369
4370 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4371
4372 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4373
4374 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4375
4376 * lib/compiler.c: Add Intel specific preprocessor macros.
4377 * lib/compiler.cc: Likewise.
4378
4379 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.server/connect-with-no-symbol-file.c: New file.
4382 * gdb.server/connect-with-no-symbol-file.exp: New file.
4383
4384 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4385
4386 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4387
4388 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4389
4390 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4391 standard output directory.
4392
4393 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4394
4395 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4396
4397 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4398
4399 * gdb.btrace/instruction_history.c (loop): Add declaration.
4400
4401 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4402
4403 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4404
4405 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4406
4407 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4408 parentheses to print.
4409 (continue_handler): Likewise.
4410
4411 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4412
4413 * gdb.server/solib-list.exp: Remove is_remote check.
4414 Pass shlib= to gdb_compile. Don't link shared library with
4415 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4416 Run binary filename through "readlink -f" on the target.
4417
4418 2016-04-08 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4421 interpreter filename as argument to gdbserver_spawn.
4422 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4423 Return empty if $last_loaded_file does not exist.
4424
4425 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4428 * gdb.base/jit-main.c: Use exit after usage.
4429
4430 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4431
4432 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4433 GDBHISTSIZE prior to the tests.
4434 * gdb.base/gdbinit-history.exp: Likewise.
4435
4436 2016-04-07 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4439 instead of build_executable. Use gdb_load_shlibs.
4440
4441 2016-04-07 Yao Qi <yao.qi@linaro.org>
4442
4443 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4444 Execute "si" command.
4445
4446 2016-04-07 Yao Qi <yao.qi@linaro.org>
4447
4448 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4449 number instead of the comments on some line.
4450
4451 2016-04-06 Don Breazeal <donb@codesourcery.com>
4452
4453 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4454 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4455
4456 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4459 standard_output_file. Remove unused binfile variable.
4460
4461 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
4462
4463 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4464 * gdb.python/py-mi-objfile.exp: Match "list main" output
4465 in console format.
4466
4467 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4468
4469 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4470 absolute.
4471
4472 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4473
4474 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4475 absolute.
4476 * gdb.trace/ftrace.exp: Likewise.
4477 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4478 targets as well.
4479 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4480 (gdb_load_shlibs): Copy libraries to test directory when testing
4481 natively. Only set solib-search-path if testing remotely.
4482 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4483
4484 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4485
4486 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4487 gdb_download. Use it even if the target is not remote.
4488 * gdb.base/jit.exp (compile_jit_test): Likewise.
4489 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4490 output directory if the destination board is local, otherwise use
4491 the standard remote_download from DejaGnu.
4492 (gdb_download): Remove.
4493 (gdb_load_shlibs): Use gdb_remote_download instead of
4494 gdb_download.
4495 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4496 Use gdb_remote_download instead of gdb_download. Use it even if
4497 the target is not remote.
4498 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4499 instead of gdb_download.
4500
4501 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4502
4503 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4504 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4505 run.
4506
4507 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
4508
4509 PR gdb/19820
4510 * gdb.base/printcmds.exp: Add artificial arrays tests.
4511
4512 2016-03-31 Pedro Alves <palves@redhat.com>
4513
4514 PR gdb/19858
4515 * gdb.base/jit-main.c: Include unistd.h.
4516 (ATTACH): Define to 0 if not already defined.
4517 (wait_for_gdb, mypid): New globals.
4518 (WAIT_FOR_GDB): New macro.
4519 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4520 some breakpoint locations.
4521 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4522 New procedures.
4523 (one_jit_test): Add REATTACH parameter, and handle it. Use
4524 continue_to_test_location.
4525 (top level): Test attach, and adjusts calls to one_jit_test.
4526
4527 2016-03-31 Pedro Alves <palves@redhat.com>
4528
4529 PR gdb/19858
4530 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4531 BINSUFFIX parameter, and handle it.
4532 (top level): Adjust calls compile_jit_test.
4533
4534 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
4535
4536 PR python/19743
4537 * gdb.python/py-mi-events-gdb.py: New file.
4538 * gdb.python/py-mi-events.c: New file.
4539 * gdb.python/py-mi-events.exp: New file.
4540
4541 2016-03-30 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.reverse/until-precsave.exp: Match function name only.
4544 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4545 Move malloc to a condition block.
4546 * gdb.reverse/until-reverse.exp: Match function name only.
4547
4548 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4549
4550 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4551 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4552 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4553 variable for GPR 0 instead of assuming it is register 0.
4554 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4555 * lib/trace-support.exp: Add s390 registers.
4556
4557 2016-03-29 Yao Qi <yao.qi@linaro.org>
4558
4559 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4560
4561 2016-03-24 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4564 test message.
4565
4566 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4567
4568 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4569 maintaining separate logic for constructing the output path.
4570
4571 2016-03-16 Don Breazeal <donb@codesourcery.com>
4572
4573 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4574 Retry fork and waitpid on interrupted system call errors.
4575 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4576 Use with_timeout_factor to increase timeout by factor of 10.
4577
4578 2016-03-15 Don Breazeal <donb@codesourcery.com>
4579
4580 * gdb.cp/scope-err.cc: New test program.
4581 * gdb.cp/scope-err.exp: New test script.
4582 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4583 lines and "set breakpoint here" comment.
4584 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4585 Fixed some whitespace and format issues.
4586 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4587 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4588
4589 2016-03-15 Doug Evans <dje@google.com>
4590
4591 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4592 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4593 All callers updated. Add tests for enums, mixed flags register.
4594
4595 2016-03-15 Doug Evans <dje@google.com>
4596
4597 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4598 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4599
4600 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4601
4602 * gdb.base/default.exp: Add $_as_string to the list of expected
4603 convenience functions.
4604
4605 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4608
4609 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4610
4611 * gdb.python/py-as-string.exp: New file.
4612 * gdb.python/py-as-string.c: New file.
4613
4614 2016-03-09 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4617 signal" -> "Thread NN received signal" output change.
4618 * gdb.threads/ia64-sigill.exp: Likewise.
4619 * gdb.threads/linux-dp.exp: Likewise.
4620 * gdb.threads/manythreads.exp: Likewise.
4621 * gdb.threads/pending-step.exp: Likewise.
4622 * gdb.threads/print-threads.exp: Likewise.
4623 * gdb.threads/sigstep-threads.exp: Likewise.
4624 * gdb.threads/staticthreads.exp: Likewise.
4625 * gdb.threads/tls.exp: Likewise.
4626
4627 2016-03-09 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/command-line-input.exp: New file.
4630
4631 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4632
4633 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4634 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4635 * gdb.trace/pending.exp: Accept leading dot before function name.
4636 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4637 * lib/trace-support.exp: Set registers for ppc.
4638
4639 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4640
4641 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4642 use it for disassembly; accept .main in addition to main in backtrace.
4643
4644 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4645 Marcin Kościelnicki <koriakin@0x04.net>
4646
4647 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4648 (gdb_recursion_test_ptr): New global variable.
4649 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4650 gdb_recursion_test.
4651 (gdb_c_test): Ditto.
4652
4653 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4654
4655 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4656 ordering.
4657
4658 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4659
4660 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4661 (bar): Add bar_start_lbl label.
4662 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4663 of foo/bar for emitting DWARF and tracing.
4664
4665 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4666
4667 * analyze-racy-logs.py: Set executable bit.
4668
4669 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4670
4671 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4672 (CHECK_TARGET_TMP): Likewise.
4673 (check-single-racy): New rule.
4674 (check-parallel-racy): Likewise.
4675 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4676 (do-check-parallel-racy): New rule.
4677 (check-racy/%.exp): Likewise.
4678 * README (Racy testcases): New section.
4679 * analyze-racy-logs.py: New file.
4680
4681 2016-03-03 Doug Evans <dje@google.com>
4682
4683 * gdb.base/skip.exp: Use with_test_prefix.
4684
4685 2016-03-03 Yao Qi <yao.qi@linaro.org>
4686
4687 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4688 Invoke step_over_syscall "clone" and break_cond_on_syscall
4689 "clone".
4690 * gdb.base/step-over-clone.c: New file.
4691
4692 2016-03-03 Yao Qi <yao.qi@linaro.org>
4693
4694 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4695 code format.
4696
4697 2016-03-03 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.base/disp-step-fork.c: Rename to ...
4700 * gdb.base/step-over-fork.c: ... it. New file.
4701 * gdb.base/disp-step-vfork.c: Rename to ...
4702 * gdb.base/step-over-vfork.c: ... it. New file.
4703 * gdb.base/disp-step-syscall.exp: Rename to ...
4704 * gdb.base/step-over-syscall.exp: ... it. New file.
4705 (disp_step_cross_syscall): Rename to ...
4706 (step_over_syscall): ... it.
4707
4708 2016-03-03 Yao Qi <yao.qi@linaro.org>
4709
4710 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4711 If target supports condition evaluation on target, invoke
4712 break_cond_on_syscall for fork and vfork.
4713
4714 2016-03-03 Yao Qi <yao.qi@linaro.org>
4715
4716 * gdb.base/disp-step-syscall.exp: Don't invoke
4717 support_displaced_stepping.
4718 (disp_step_cross_syscall): Test with displaced stepping off and
4719 on if supported.
4720
4721 2016-03-03 Yao Qi <yao.qi@linaro.org>
4722
4723 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4724 proc.
4725 (setup): New proc.
4726 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4727 and setup.
4728
4729 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4730
4731 * gdb.fortran/vla-history.exp: Remove breakpoint.
4732
4733 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4734
4735 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4736 exceeds timeout.
4737
4738 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4739
4740 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4741 breakpoint.
4742
4743 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4744
4745 * gdb.mi/vla.f90: Nullify pointer after declaration.
4746
4747 2016-03-01 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4750
4751 2016-03-01 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4754 before anything else.
4755 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4756 _GNU_SOURCE here.
4757 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4758 before anything else.
4759 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4760
4761 2016-03-01 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4764
4765 2016-03-01 Yao Qi <yao.qi@linaro.org>
4766
4767 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4768 prepare_for_testing.
4769
4770 2016-03-01 Yao Qi <yao.qi@linaro.org>
4771
4772 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4773
4774 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4775
4776 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4777 manually constructing the output path.
4778
4779 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4780
4781 * gdb.arch/s390-stackless.S: New.
4782 * gdb.arch/s390-stackless.exp: New.
4783
4784 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4785
4786 * gdb.dlang/circular.c: New file.
4787 * gdb.dlang/circular.exp: New file.
4788
4789 2016-02-26 Yao Qi <yao.qi@linaro.org>
4790
4791 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4792 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4793 (testcases): Update.
4794
4795 2016-02-26 Yao Qi <yao.qi@linaro.org>
4796
4797 * gdb.reverse/aarch64.c: Rename to ...
4798 * gdb.reverse/insn-reverse.c: ... it.
4799 * gdb.reverse/aarch64.exp: Rename to ...
4800 * gdb.reverse/insn-reverse.exp: ... it.
4801
4802 2016-02-26 Yao Qi <yao.qi@linaro.org>
4803
4804 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4805 (testcase_ftype): New.
4806 (testcases): New array.
4807 (n_testcases): New.
4808 (main): Call each element in testcases.
4809 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4810 (read_testcase): New.
4811 Do the tests in a loop.
4812
4813 2016-02-25 Yao Qi <yao.qi@linaro.org>
4814
4815 * gdb.base/branches.c: Remove.
4816
4817 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4818
4819 PR gdb/13808
4820 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4821
4822 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4823
4824 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4825
4826 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4827
4828 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4829 change x86_64 call_insn to 'callq'.
4830
4831 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4832
4833 * gdb.trace/tfile-avx.c: Move to...
4834 * gdb.trace/tracefile-pseudo-reg.c: Here.
4835 * gdb.trace/tfile-avx.exp: Move to...
4836 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4837
4838 2016-02-24 Gary Benson <gbenson@redhat.com>
4839
4840 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4841 message on attach.
4842
4843 2016-02-23 Doug Evans <dje@google.com>
4844
4845 * gdb.base/skip.c (test_skip): New function.
4846 (end_test_skip_file_and_function): New function.
4847 (test_skip_file_and_function): New function.
4848 * gdb.base/skip1.c (test_skip): New function.
4849 (skip1_test_skip_file_and_function): New function.
4850 * gdb.base/skip.exp: Add tests for new skip options.
4851 * gdb.base/skip-solib.exp: Update expected output.
4852 * gdb.perf/skip-command.cc: New file.
4853 * gdb.perf/skip-command.exp: New file.
4854 * gdb.perf/skip-command.py: New file.
4855
4856 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4857
4858 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4859 info registers pattern.
4860
4861 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4862
4863 * lib/future.exp: Add D support.
4864 (gdb_find_gdc): New proc.
4865 (gdb_default_target_compile): Add D support.
4866
4867 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4868
4869 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4870 user+system time.
4871 (trace_speed_test): Determine the iteration count for a time
4872 between 15..30 seconds.
4873
4874 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4875
4876 * gdb.arch/i386-mpx-sigsegv.c: New file.
4877 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4878 * gdb.arch/i386-mpx-simple_segv.c: New file.
4879 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4880
4881 2016-02-18 Yao Qi <yao.qi@linaro.org>
4882
4883 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4884 Don't call setup_kfail.
4885
4886 2016-02-18 Yao Qi <yao.qi@linaro.org>
4887
4888 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4889 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4890
4891 2016-02-16 Doug Evans <dje@google.com>
4892
4893 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4894 * gdb.base/skip1.c: Ditto.
4895 * gdb.base/skip.exp: Whitespace cleanup.
4896
4897 2016-02-16 Don Breazeal <donb@codesourcery.com>
4898
4899 PR remote/19496
4900 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4901 Remove kfail for PR remote/19496.
4902
4903 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4904
4905 * lib/gdb.exp (standard_temp_file): Return a path specific to
4906 the runtest invocation.
4907
4908 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.trace/save-trace.exp: Change relative path to be in the
4911 standard output directory.
4912
4913 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 * gdb.arch/i386-prologue.c: Add missing prototypes.
4916
4917 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4918
4919 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4920 * gdb.arch/i386-prologue.exp: Likewise.
4921 * gdb.arch/i386-size.exp: Likewise.
4922
4923 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4926 define object file path.
4927 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4928 file path.
4929 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4930 standard_output_file to define binfile.
4931
4932 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4933
4934 Fix compatibility with recent gfortran-5.3.1.
4935 * gdb.fortran/vla-history.exp (print vla1 allocated)
4936 (print vla2 allocated, print $2, print $3): Remove
4937 (print $4): Rename to ...
4938 (print $2): ... here.
4939 (print $9): Rename to ...
4940 (print $5): ... here.
4941 (print $10): Rename to ...
4942 (print $6): ... here.
4943 * gdb.fortran/vla.f90: Add pvla initialization.
4944
4945 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4946
4947 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4948 New test.
4949 * gdb.fortran/vla-value-sub.exp: Likewise.
4950
4951 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4952
4953 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4954
4955 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4956
4957 * i386-biarch-core.exp: Define corefile using
4958 standard_output_file.
4959
4960 2016-02-12 Yao Qi <yao.qi@linaro.org>
4961
4962 * gdb.arch/arm-single-step-kernel-helper.c: New.
4963 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4964
4965 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4966
4967 * gdb.btrace/tailcall-only.exp: New.
4968 * gdb.btrace/tailcall-only.c: New.
4969 * gdb.btrace/x86_64-tailcall-only.S: New.
4970 * gdb.btrace/i686-tailcall-only.S: New.
4971
4972 2016-02-11 Pedro Alves <palves@redhat.com>
4973
4974 * README (Parallel testing): Add missing double quotes.
4975
4976 2016-02-11 Pedro Alves <palves@redhat.com>
4977
4978 * README (Parallel testing): New section.
4979 (GDB_PARALLEL): Rewrite.
4980 (FORCE_PARALLEL): Document.
4981
4982 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4983
4984 * gdb.trace/tfile-avx.c: New test.
4985 * gdb.trace/tfile-avx.exp: New test.
4986
4987 2016-02-09 Keith Seitz <keiths@redhat.com>
4988
4989 PR breakpoints/19546
4990 * gdb.base/infcall-exec.c: New file.
4991 * gdb.base/infcall-exec2.c: New file.
4992 * gdb.base/infcall-exec.exp: New file.
4993
4994 2016-02-09 Keith Seitz <keiths@redhat.com>
4995
4996 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4997 (toplevel): Call test_bkpt_address.
4998
4999 2016-02-09 Keith Seitz <keiths@redhat.com>
5000
5001 PR python/19506
5002 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5003 (toplevel): Call test_bkpt_address.
5004
5005 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5006
5007 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5008 to AC_OUTPUT.
5009 * configure: Regenerate.
5010
5011 2016-02-09 Pedro Alves <palves@redhat.com>
5012
5013 PR breakpoints/19548
5014 * gdb.base/execl-update-breakpoints.c (some_function): New
5015 function.
5016 (main): Call it.
5017 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5018 Tighten expected GDB output.
5019
5020 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 * Makefile.in (ALL_SUBDIRS): Remove.
5023 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5024 (distclean maintainer-clean realclean): Likewise.
5025 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5026 * configure: Regenerate.
5027 * gdb.ada/Makefile.in: Delete.
5028 * gdb.arch/Makefile.in: Likewise.
5029 * gdb.asm/Makefile.in: Likewise.
5030 * gdb.base/Makefile.in: Likewise.
5031 * gdb.btrace/Makefile.in: Likewise.
5032 * gdb.cell/Makefile.in: Likewise.
5033 * gdb.compile/Makefile.in: Likewise.
5034 * gdb.cp/Makefile.in: Likewise.
5035 * gdb.disasm/Makefile.in: Likewise.
5036 * gdb.dlang/Makefile.in: Likewise.
5037 * gdb.dwarf2/Makefile.in: Likewise.
5038 * gdb.fortran/Makefile.in: Likewise.
5039 * gdb.gdb/Makefile.in: Likewise.
5040 * gdb.go/Makefile.in: Likewise.
5041 * gdb.guile/Makefile.in: Likewise.
5042 * gdb.java/Makefile.in: Likewise.
5043 * gdb.linespec/Makefile.in: Likewise.
5044 * gdb.mi/Makefile.in: Likewise.
5045 * gdb.modula2/Makefile.in: Likewise.
5046 * gdb.multi/Makefile.in: Likewise.
5047 * gdb.objc/Makefile.in: Likewise.
5048 * gdb.opencl/Makefile.in: Likewise.
5049 * gdb.opt/Makefile.in: Likewise.
5050 * gdb.pascal/Makefile.in: Likewise.
5051 * gdb.perf/Makefile.in: Likewise.
5052 * gdb.python/Makefile.in: Likewise.
5053 * gdb.reverse/Makefile.in: Likewise.
5054 * gdb.server/Makefile.in: Likewise.
5055 * gdb.stabs/Makefile.in: Likewise.
5056 * gdb.threads/Makefile.in: Likewise.
5057 * gdb.trace/Makefile.in: Likewise.
5058 * gdb.xml/Makefile.in: Likewise.
5059 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5060 GDB_PARALLEL.
5061 (standard_output_file): Remove check for GDB_PARALLEL, always
5062 return path in outputs/$subdir/$testname.
5063
5064 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5067 (site.exp): Assign abs_srcdir to tcl's srcdir.
5068
5069 2016-02-04 Yao Qi <yao.qi@linaro.org>
5070
5071 * gdb.base/foll-exec-mode.c: Include limits.h.
5072 (main): Add parameters argc and argv. Get directory from
5073 argv[0].
5074 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5075 compilation.
5076 * gdb.base/foll-exec.c: Include limits.h.
5077 (main): Add parameters argc and argv.
5078 Get directory from argv[0].
5079 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5080 Adjust tests on the number of lines as source code changed.
5081 * gdb.base/foll-vfork-exit.c: Include limits.h.
5082 (main): Add one line of statement before vfork.
5083 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5084 (main): Add parameters argc and argv. Get directory from
5085 argv[0].
5086 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5087 (setup_gdb): Set tbreak to skip some source lines.
5088 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5089 (main): Add parameters argc and argv. Get directory from
5090 argv[0].
5091 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5092 compilation.
5093 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5094 (main): Add parameters argc and argv. Get directory from
5095 argv[0].
5096 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5097 compilation.
5098
5099 2016-02-01 Doug Evans <dje@google.com>
5100
5101 * gdb.base/skip.exp: Clean up multiple references to same test name.
5102
5103 2016-02-01 Pedro Alves <palves@redhat.com>
5104
5105 PR remote/19496
5106 * gdb.threads/forking-threads-plus-breakpoint.exp
5107 (displaced_stepping_supported): New global.
5108 (probe_displaced_stepping_support): New procedure.
5109 (do_test): Add 'displaced' parameter, and use it.
5110 (top level): Check for displaced stepping support. Add displaced
5111 stepping on/off testing axis.
5112
5113 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5114
5115 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5116 pointer. Don't perform further tests on the unassociated pointer
5117 if the first test fails.
5118
5119 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * gdb.base/max-value-size.c: New file.
5122 * gdb.base/max-value-size.exp: New file.
5123 * gdb.base/huge.exp: Disable max-value-size for this test.
5124
5125 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5126
5127 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5128
5129 2016-01-28 Yao Qi <yao.qi@linaro.org>
5130
5131 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5132
5133 2016-01-25 Pedro Alves <palves@redhat.com>
5134
5135 PR threads/19461
5136 * gdb.base/fork-running-state.c: New file.
5137 * gdb.base/fork-running-state.exp: New file.
5138
5139 2016-01-25 Pedro Alves <palves@redhat.com>
5140
5141 PR gdb/19494
5142 * gdb.base/catch-fork-kill.c: New file.
5143 * gdb.base/catch-fork-kill.exp: New file.
5144
5145 2016-01-25 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5148 Delete, moved to lib/gdb.exp.
5149 * gdb.threads/forking-threads-plus-breakpoint.exp
5150 (foreach_with_prefix): Likewise.
5151 * gdb.threads/process-dies-while-handling-bp.exp
5152 (foreach_with_prefix): Likewise.
5153 * lib/gdb.exp (foreach_with_prefix): New procedure.
5154
5155 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5156
5157 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5158 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5159
5160 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5161
5162 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5163 endian targets.
5164
5165 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5166 Pedro Alves <palves@redhat.com>
5167
5168 Fix testsuite compatibility with Guile.
5169 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5170 number.
5171
5172 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 Fix testsuite compatibility with Guile.
5175 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5176 (thread 1): New test for backtrace through signal handler.
5177
5178 2016-01-22 Yao Qi <yao.qi@linaro.org>
5179
5180 PR testsuite/19491
5181 * gdb.base/multi-forks.c: Include
5182 ../lib/unbuffer_output.c
5183 (main): Call gdb_unbuffer_output.
5184
5185 2016-01-21 Doug Evans <dje@google.com>
5186
5187 * lib/ada.exp (gdb_compile_ada): Fix typo.
5188
5189 2016-01-21 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.base/break-fun-addr.exp: New file.
5192 * gdb.base/break-fun-addr1.c: New file.
5193 * gdb.base/break-fun-addr2.c: New file.
5194
5195 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5196
5197 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5198 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5199 enum flag values.
5200
5201 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5202
5203 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5204 when GDB can not set the vector return value. Add more comments
5205 for clarification.
5206
5207 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5208
5209 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5210 command.
5211
5212 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5213
5214 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5215
5216 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * Makefile.in (check-single): Pass --status to runtest.
5219 (check/%.exp): Likewise.
5220
5221 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5222
5223 * Makefile.in (check-parallel): Propagate return code from make
5224 do-check-parallel.
5225
5226 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5227
5228 * gdb.trace/ftrace.exp: Fix expected message on continue.
5229 * gdb.trace/pending.exp: Fix expected message on continue.
5230 * gdb.trace/trace-break.exp: Fix expected message on continue.
5231
5232 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5233
5234 * lib/gdb.exp (gdb_test): Remove unused global references.
5235
5236 2016-01-18 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/async-shell.exp: Adjust expected output.
5239 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5240 * gdb.base/siginfo-thread.exp: Adjust expected output.
5241 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5242 * gdb.java/jnpe.exp: Adjust expected output.
5243 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5244 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5245 * gdb.threads/leader-exit.exp: Adjust expected output.
5246 * gdb.threads/manythreads.exp: Adjust expected output.
5247 * gdb.threads/pthreads.exp: Adjust expected output.
5248 * gdb.threads/schedlock.exp: Adjust expected output.
5249 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5250 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5251 expected output.
5252 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5253 output.
5254 * gdb.threads/sigthread.exp: Adjust expected output.
5255 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5256
5257 2016-01-18 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.guile/scm-section-script.c: Replace @progbits with
5260 %progbits.
5261 * gdb.python/py-section-script.c: Likewise.
5262
5263 2016-01-15 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.multi/tids.exp: Test star wildcard ranges.
5266
5267 2016-01-15 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5270 command from "thread apply" invocation.
5271 (thr_apply_info_thr_invalid): Default the expected output to the
5272 input tid list.
5273 (top level): Add tests that use convenience variables. Add tests
5274 for "thread apply" with a valid TID list, but missing the command.
5275
5276 2016-01-13 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.base/default.exp: Expect $_gthread as well.
5279 * gdb.multi/tids.exp: Test $_gthread.
5280 * gdb.threads/thread-specific.exp: Test $_gthread.
5281
5282 2016-01-13 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.multi/tids.exp: Test "info threads -gid".
5285
5286 2016-01-13 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5289 Breakpoint.thread.
5290 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5291
5292 2016-01-07 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/break.exp: Adjust to output changes.
5295 * gdb.base/hbreak2.exp: Likewise.
5296 * gdb.base/sepdebug.exp: Likewise.
5297 * gdb.base/watch_thread_num.exp: Likewise.
5298 * gdb.linespec/keywords.exp: Likewise.
5299 * gdb.multi/info-threads.exp: Likewise.
5300 * gdb.threads/thread-find.exp: Likewise.
5301 * gdb.multi/tids.c: New file.
5302 * gdb.multi/tids.exp: New file.
5303
5304 2016-01-13 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5307
5308 2016-01-13 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/default.exp: Expect $_inferior as well.
5311 * gdb.multi/base.exp: Test $_inferior.
5312
5313 2016-01-13 Pedro Alves <palves@redhat.com>
5314
5315 PR breakpoints/19388
5316 * gdb.base/catch-signal-siginfo-cond.c: New file.
5317 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5318
5319 2016-01-12 Josh Stone <jistone@redhat.com>
5320 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5321
5322 * gdb.base/catch-syscall.c (do_execve): New variable.
5323 (main): Conditionally trigger an execve.
5324 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5325 (test_catch_syscall_execve): New, check entry/return across execve.
5326 (do_syscall_tests): Call test_catch_syscall_execve.
5327
5328 2016-01-12 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/random-signal.exp (do_test): New procedure, with body
5331 of testcase moved in.
5332
5333 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5334 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/funcargs.exp (finish from indirectly called function):
5337 Reintroduce the case for 'First'.
5338
5339 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5340 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5343 (tcatch_vfork_then_child_follow_exec)
5344 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5345 identification.
5346
5347 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5350 and repeats to unlimited.
5351 * gdb.python/py-value.exp: Likewise.
5352 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5353 and repeats to unlimited.
5354
5355 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5358 and reordering the functions.
5359 * gdb.multi/hangout.c: Likewise.
5360 * gdb.multi/hello.c: Likewise.
5361
5362 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5365 absolute.
5366 (SingleStatisticTestResult.report): Use dict.keys instead of
5367 dict.iterkeys.
5368
5369 2016-01-06 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5372
5373 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5374
5375 * gdb.btrace/dlopen.exp: New.
5376 * gdb.btrace/dlopen.c: New.
5377 * gdb.btrace/dlopen-dso.c: New.
5378
5379 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5380
5381 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5382 PATTERN argument is optional.
5383
5384 2015-12-24 Joel Brobecker <brobecker@adacore.com>
5385
5386 * lib/ada.exp (target_compile_ada_from_dir): New function.
5387 (gdb_compile_ada): Reimplement avoiding the use of project files.
5388 * gdb.ada/gnat_ada.gpr: Delete.
5389 * gdb.ada/cond_lang.exp: Adjust test to make path before
5390 filename optional.
5391 * gdb.ada/small_reg_param.exp: Likewise.
5392
5393 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5394
5395 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5396
5397 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5398
5399 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5400 case.
5401
5402 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5403
5404 * gdb.base/break.exp: Remove dead code.
5405 * gdb.base/sepdebug.exp: Likewise.
5406
5407 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5408
5409 * gdb.asm/asm-source.exp: Remove HP-UX references.
5410 * gdb.base/annota1.exp: Likewise.
5411 * gdb.base/annota3.exp: Likewise.
5412 * gdb.base/attach.exp: Likewise.
5413 * gdb.base/bigcore.exp: Likewise.
5414 * gdb.base/break.exp: Likewise.
5415 * gdb.base/call-ar-st.exp: Likewise.
5416 * gdb.base/callfuncs.exp: Likewise.
5417 * gdb.base/catch-fork-static.exp: Likewise.
5418 * gdb.base/display.exp: Likewise.
5419 * gdb.base/foll-exec-mode.exp: Likewise.
5420 * gdb.base/foll-exec.exp: Likewise.
5421 * gdb.base/foll-fork.exp: Likewise.
5422 * gdb.base/foll-vfork.exp: Likewise.
5423 * gdb.base/funcargs.exp: Likewise.
5424 * gdb.base/hbreak2.exp: Likewise.
5425 * gdb.base/inferior-died.exp: Likewise.
5426 * gdb.base/interrupt.exp: Likewise.
5427 * gdb.base/multi-forks.exp: Likewise.
5428 * gdb.base/nodebug.exp: Likewise.
5429 * gdb.base/sepdebug.exp: Likewise.
5430 * gdb.base/solib1.c: Likewise.
5431 * gdb.base/step-test.exp: Likewise.
5432 * gdb.mi/non-stop.c: Likewise.
5433 * gdb.mi/pthreads.c: Likewise.
5434 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5435 * gdb.threads/pthreads.c: Likewise.
5436 * gdb.threads/staticthreads.exp: Likewise.
5437 * lib/future.exp: Likewise.
5438 * lib/gdb.exp: Likewise.
5439 * gdb.base/so-indr-cl.c: Remove.
5440 * gdb.base/so-indr-cl.exp: Likewise.
5441 * gdb.base/solib.c: Likewise.
5442 * gdb.base/solib.exp: Likewise.
5443 * gdb.base/solib2.c: Likewise.
5444
5445 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5446
5447 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5448 * gdb.base/call-ar-st.exp: Likewise.
5449 * gdb.base/callfuncs.exp: Likewise.
5450 * gdb.base/condbreak.exp: Likewise.
5451 * gdb.base/constvars.exp: Likewise.
5452 * gdb.base/hbreak2.exp: Likewise.
5453 * gdb.base/langs.exp: Likewise.
5454 * gdb.base/list.exp: Likewise.
5455 * gdb.base/long_long.exp: Likewise.
5456 * gdb.base/ptype.exp: Likewise.
5457 * gdb.base/scope.exp: Likewise.
5458 * gdb.base/signals.exp: Likewise.
5459 * gdb.base/so-impl-ld.exp: Likewise.
5460 * gdb.base/varargs.exp: Likewise.
5461 * gdb.base/volatile.exp: Likewise.
5462 * gdb.base/whatis.exp: Likewise.
5463 * gdb.cp/cplusfuncs.exp: Likewise.
5464 * gdb.cp/inherit.exp: Likewise.
5465 * gdb.cp/local.exp: Likewise.
5466 * gdb.cp/member-ptr.exp: Likewise.
5467 * gdb.cp/method.exp: Likewise.
5468 * gdb.cp/overload.exp: Likewise.
5469 * gdb.cp/templates.exp: Likewise.
5470 * gdb.stabs/weird.exp: Likewise.
5471 * lib/compiler.c: Likewise.
5472 * lib/compiler.cc: Likewise.
5473 * lib/cp-support.exp: Likewise.
5474 * lib/gdb.exp: Likewise.
5475
5476 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5477
5478 * configure.ac: Remove HP-UX case.
5479 * configure: Regenerate.
5480
5481 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5482
5483 * lib/gdb.exp (gdb_compile): Add function doc.
5484
5485 2015-12-17 Pedro Alves <palves@redhat.com>
5486
5487 PR threads/19354
5488 * gdb.multi/info-threads.exp: New file.
5489
5490 2015-12-15 Yao Qi <yao.qi@linaro.org>
5491
5492 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5493 is aarch64*-*-*.
5494
5495 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5496
5497 * gdb.base/history-duplicates.exp: Skip if no readline support.
5498
5499 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5500
5501 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5502
5503 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5504
5505 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5506
5507 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5508
5509 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5510 ctrl-C if nointerrupts target property is set.
5511 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5512 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5513 * gdb.base/paginate-bg-execution.exp: Likewise.
5514 * gdb.base/paginate-execution-startup.exp: Likewise.
5515 * gdb.base/random-signal.exp: Likewise.
5516 * gdb.base/range-stepping.exp: Likewise.
5517 * gdb.cp/annota2.exp: Likewise.
5518 * gdb.cp/annota3.exp: Likewise.
5519 * gdb.gdb/selftest.exp: Likewise.
5520 * gdb.threads/continue-pending-status.exp: Likewise.
5521 * gdb.threads/leader-exit.exp: Likewise.
5522 * gdb.threads/manythreads.exp: Likewise.
5523 * gdb.threads/pthreads.exp: Likewise.
5524 * gdb.threads/schedlock.exp: Likewise.
5525 * gdb.threads/sigthread.exp: Likewise.
5526
5527 2015-12-11 Don Breazeal <donb@codesourcery.com>
5528
5529 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5530 remote.
5531 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5532 * gdb.base/foll-exec.exp (main): Enable for target remote.
5533 * gdb.base/foll-fork.exp (main): Likewise.
5534 * gdb.base/foll-vfork.exp (main): Likewise.
5535 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5536 (proc continue_to_exit_bp_loc): Use clean_restart.
5537 * gdb.base/pie-execl.exp (main): Disable for target remote.
5538 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5539 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5540 * gdb.threads/execl.exp (main): Likewise.
5541 * gdb.threads/fork-child-threads.exp (main): Likewise.
5542 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5543 remote.
5544 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5545 remote.
5546 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5547 pid.tid style ptids, instead of just tid.
5548 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5549 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5550 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5551 ptids, instead of just tid.
5552
5553 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5554
5555 * gdb.base/list.exp (test_list_forward): Add end of file error
5556 test.
5557 (test_repeat_list_command): Add end of file error test.
5558 (test_list_backwards): Add beginning of file error test.
5559
5560 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5561
5562 * gdb.base/list.exp (test_list_invalid_args): New function,
5563 defined, and called.
5564
5565 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5566
5567 * gdb.base/list.exp (test_list): Make test names unique.
5568
5569 2015-12-11 Yao Qi <yao.qi@linaro.org>
5570
5571 * gdb.base/coremaker2.c: Remove.
5572
5573 2015-12-10 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.multi/base.exp: Remove stale "spaces" references.
5576
5577 2015-12-10 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.multi/base.exp: Don't use nowarnings.
5580 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5581 * gdb.multi/hangout.c: Include stdio.h.
5582 * gdb.multi/hello.c: Include stdlib.h.
5583 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5584 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5585 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5586
5587 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.dwarf2/dw2-ranges-base.c: New file.
5590 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5591 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5592 support additional line table, and debug ranges generation.
5593 (Dwarf::ranges): New function, generate .debug_ranges.
5594 (Dwarf::lines): Support generating simple line table programs.
5595 (Dwarf::assemble): Initialise new namespace variables.
5596
5597 2015-12-09 Kevin Buettner <kevinb@redhat.com>
5598
5599 * gdb.base/async.exp (proc test_background): Add case for
5600 asynchronous execution not supported.
5601
5602 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5603
5604 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5605 format and change test names to make them unique.
5606
5607 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5608 Pedro Alves <pedro@redhat.com>
5609
5610 PR gdb/18702
5611 Add checking of floatformats setup on x86_64 hosts.
5612 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5613 (smallval, bigval): New labels/constants.
5614 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5615 float" after loading bigval and smallval.
5616
5617 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5618
5619 * gdb.ada/fun_overload_menu.exp: New testcase.
5620 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5621
5622 2015-12-04 Josh Stone <jistone@redhat.com>
5623
5624 * gdb.base/catch-fork-static.exp: New.
5625
5626 2015-12-03 Yao Qi <yao.qi@linaro.org>
5627
5628 * gdb.base/sizeof.c: Don't include stdio.h and
5629 ../lib/unbuffer_output.c.
5630 (main): New variable 'size' and 'value'. Remove printf and
5631 gdb_unbuffer_output. Assign return value to size and value.
5632 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5633 at the beginning.
5634 (check_sizeof): Check the result by printing variable 'size'.
5635 (check_valueof): Check the result by printing variable 'value'.
5636
5637 2015-12-01 Yao Qi <yao.qi@linaro.org>
5638
5639 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5640 for aarch64*-*-linux* target.
5641
5642 2015-11-30 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5645
5646 2015-11-30 Pedro Alves <palves@redhat.com>
5647
5648 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5649 Handle non-stop mode vCont replies.
5650
5651 2015-11-30 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5654 prepare_for_testing. Start gdb with "set non-stop on" appended to
5655 GDBFLAGS. Lax expected stop output.
5656
5657 2015-11-27 Yao Qi <yao.qi@linaro.org>
5658
5659 * gdb.arch/arm-neon.exp: New.
5660 * gdb.arch/arm-neon.c: New.
5661
5662 2015-11-27 Yao Qi <yao.qi@linaro.org>
5663
5664 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5665
5666 2015-11-27 Yao Qi <yao.qi@linaro.org>
5667
5668 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5669 frames-invalid annotation.
5670
5671 2015-11-27 Yao Qi <yao.qi@linaro.org>
5672
5673 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5674
5675 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 * gdb.threads/names.exp: New file.
5678 * gdb.threads/names.c: New file.
5679 * README: Mention gdb,no_thread_names.
5680
5681 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5682
5683 PR 19297
5684 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5685 support" error.
5686
5687 2015-11-24 Pedro Alves <palves@redhat.com>
5688
5689 PR 17539
5690 * gdb.base/display.exp: Expect displays to be sorted in ascending
5691 order. Use multi_line.
5692 * gdb.base/solib-display.exp: Likewise.
5693
5694 2015-11-24 Pedro Alves <palves@redhat.com>
5695
5696 PR 17539
5697 * gdb.base/display.exp: Expect displays to be sorted in ascending
5698 order. Use multi_line.
5699 * gdb.base/solib-display.exp: Likewise.
5700
5701 2015-11-24 Pedro Alves <palves@redhat.com>
5702
5703 PR 17539
5704 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5705 threads in ascending order.
5706 * gdb.base/foll-fork.exp: Likewise.
5707 * gdb.base/foll-vfork.exp: Likewise.
5708 * gdb.base/multi-forks.exp: Likewise.
5709 * gdb.mi/mi-nonstop.exp: Likewise.
5710 * gdb.mi/mi-nsintrall.exp: Likewise.
5711 * gdb.multi/base.exp: Likewise.
5712 * gdb.multi/multi-arch.exp: Likewise.
5713 * gdb.python/py-inferior.exp: Likewise.
5714 * gdb.threads/break-while-running.exp: Likewise.
5715 * gdb.threads/execl.exp: Likewise.
5716 * gdb.threads/gcore-thread.exp: Likewise.
5717 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5718 * gdb.threads/kill.exp: Likewise.
5719 * gdb.threads/linux-dp.exp: Likewise.
5720 * gdb.threads/multiple-step-overs.exp: Likewise.
5721 * gdb.threads/next-bp-other-thread.exp: Likewise.
5722 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5723 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5724 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5725 * gdb.threads/thread-find.exp: Likewise.
5726 * gdb.threads/tls.exp: Likewise.
5727 * lib/mi-support.exp (mi_reverse_list): Delete.
5728 (mi_check_thread_states): No longer reverse list.
5729
5730 2015-11-24 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5733 use lowercase.
5734
5735 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * gdb.trace/actions.c: Include trace-common.h.
5738 (main): Add a location for a fast tracepoint.
5739 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5740 the normal tracepoints.
5741 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5742
5743 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5744
5745 * save-trace.exp: Factor out code to these...
5746 (gdb_save_tracepoints): New.
5747 (gdb_load_tracepoints): New.
5748 (do_save_load_test): New.
5749
5750 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5751
5752 * gdb.base/asmlabel.exp: New test.
5753 * gdb.base/asmlabel.c: New test case.
5754
5755 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5756
5757 * gdb.base/wrong_frame_bt_full-main.c: New file.
5758 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5759 * gdb.base/wrong_frame_bt_full.exp: New file.
5760
5761 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5762
5763 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5764
5765 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5766
5767 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5768 pstate register when comparing registers values in
5769 sparc64-*-linux-gnu targets to avoid spurious differences.
5770
5771 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5772
5773 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5774
5775 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5776
5777 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5778 as type argument to gdb_compile.
5779 * gdb.base/nested-subp2.exp: Likewise.
5780 * gdb.base/nested-subp3.exp: Likewise.
5781
5782 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5783
5784 * lib/dwarf.exp (_note): Fix left shift of negative value.
5785 * gdb.trace/trace-condition.exp: Likewise.
5786
5787 2015-11-13 Yao Qi <yao.qi@linaro.org>
5788
5789 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5790 comments about d10v.
5791 (test_scalar_returns): Likewise.
5792 * gdb.base/d10v.ld: Remove.
5793 * gdb.base/overlays.exp: Remove the target triplet checking for
5794 d10v-*-*.
5795 * gdb.base/structs.exp (test_struct_returns): Remove the
5796 comments about d10v.
5797 (test_struct_calls): Likewise.
5798
5799 2015-11-13 Yao Qi <yao.qi@linaro.org>
5800
5801 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5802 * gdb.base/gnu_vector.c: Don't include stdio.h.
5803 (main): Don't print res and call add_some_intvecs.
5804
5805 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5806
5807 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5808 macro.
5809 (func5): Removed.
5810 (func4): Use FAST_TRACEPOINT_LABEL.
5811 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5812 macro.
5813 (func): Removed.
5814 (thread_function): Use FAST_TRACEPOINT_LABEL.
5815 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5816 (func): Remove.
5817 (marker): Use FAST_TRACEPOINT_LABEL.
5818 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5819 (pendfunc1): Remove.
5820 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5821 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5822 (foo): Remove.
5823 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5824 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5825 macro.
5826 (func): Remove.
5827 (marker): Use FAST_TRACEPOINT_LABEL.
5828 * gdb.trace/trace-common.h: New header.
5829 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5830 macro.
5831 (func): Remove.
5832 (marker): Use FAST_TRACEPOINT_LABEL.
5833 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5834 (func): Remove.
5835 (thread_function): Use FAST_TRACEPOINT_LABEL.
5836
5837 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5838
5839 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5840 in front.
5841 * gdb.trace/change-loc.exp: Use global pcreg definition.
5842 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5843 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5844 in front.
5845 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5846 * gdb.trace/pending.exp: Likewise.
5847 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5848 * gdb.trace/trace-break.exp: Likewise.
5849 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5850 in front.
5851 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5852 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5853 in front.
5854 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5855
5856 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5857
5858 * gdb.ada/fin_fun_out: New testcase.
5859
5860 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5861
5862 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5863 value associated with DW_AT_byte_size.
5864 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5865 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5866 DW_AT_upper_bound.
5867
5868 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5869
5870 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5871 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5872 version.
5873 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5874 gdb.dwarf2/dw2-canonicalize-type.exp,
5875 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5876 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5877 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5878 provided by gdb_target_symbol_prefix_flags_asm.
5879 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5880 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5881 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5882 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5883 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5884 macros where needed). Use this macro for symbols which require
5885 the prefix provided by SYMBOL_PREFIX.
5886
5887 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5888
5889 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5890 New procs.
5891 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5892 representing expressions, of more than one list element.
5893 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5894 to prepend linker symbol prefix to f.
5895 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5896 table_1 and table_2.
5897 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5898 Likewise, for f and g.
5899 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5900 for ptr.
5901 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5902 for main.
5903 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5904 table_1_ptr and table_2_ptr.
5905
5906 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5907 Joel Brobecker <brobecker@adacore.com>
5908
5909 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5910
5911 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5912
5913 * gdb.reverse/s390-mvcle.c: New test.
5914 * gdb.reverse/s390-mvcle.exp: New file.
5915 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5916
5917 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5918
5919 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5920
5921 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5922
5923 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5924 reaching marker2.
5925 * gdb.reverse/getresuid-reverse.exp: Likewise.
5926 * gdb.reverse/pipe-reverse.exp: Likewise.
5927 * gdb.reverse/readv-reverse.exp: Likewise.
5928 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5929 * gdb.reverse/time-reverse.exp: Likewise.
5930 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5931
5932 2015-10-30 Yao Qi <yao.qi@linaro.org>
5933
5934 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5935 (empty_cycle): Remove.
5936 (main): Don't call empty_cycle. Don't use watch_count_done.
5937 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5938 empty_cycle. Rewrite the code counting HW watchpoints.
5939
5940 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5941
5942 * gdb.reverse/fstatat-reverse.c: New test.
5943 * gdb.reverse/fstatat-reverse.exp: New file.
5944 * gdb.reverse/getresuid-reverse.c: New test.
5945 * gdb.reverse/getresuid-reverse.exp: New file.
5946 * gdb.reverse/pipe-reverse.c: New test.
5947 * gdb.reverse/pipe-reverse.exp: New file.
5948 * gdb.reverse/readv-reverse.c: New test.
5949 * gdb.reverse/readv-reverse.exp: New file.
5950 * gdb.reverse/recvmsg-reverse.c: New test.
5951 * gdb.reverse/recvmsg-reverse.exp: New file.
5952 * gdb.reverse/time-reverse.c: New test.
5953 * gdb.reverse/time-reverse.exp: New file.
5954 * gdb.reverse/waitpid-reverse.c: New test.
5955 * gdb.reverse/waitpid-reverse.exp: New file.
5956
5957 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5958
5959 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5960
5961 2015-10-26 Doug Evans <dje@google.com>
5962
5963 PR symtab/17391
5964 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5965 * gdb.dwarf2/bad-regnum.c: New file.
5966 * gdb.dwarf2/bad-regnum.exp: New file.
5967
5968 2015-10-26 Doug Evans <dje@google.com>
5969
5970 PR python/18938
5971 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5972 file.
5973
5974 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5977 for a change by "Mention language in compile error message".
5978
5979 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5980
5981 PR python/18073
5982 * gdb.python/py-type.c (C::a_method): New.
5983 (C::a_const_method): New.
5984 (C::a_static_method): New.
5985 (a_function): New.
5986 * gdb.python/py-type.exp (test_fields): Test getting fields
5987 from function and method.
5988
5989 2015-10-21 Keven Boell <keven.boell@intel.com>
5990
5991 * gdb.fortran/vla-alloc-assoc.exp: New file.
5992 * gdb.fortran/vla-datatypes.exp: New file.
5993 * gdb.fortran/vla-datatypes.f90: New file.
5994 * gdb.fortran/vla-history.exp: New file.
5995 * gdb.fortran/vla-ptype-sub.exp: New file.
5996 * gdb.fortran/vla-ptype.exp: New file.
5997 * gdb.fortran/vla-sizeof.exp: New file.
5998 * gdb.fortran/vla-sub.f90: New file.
5999 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6000 * gdb.fortran/vla-value-sub-finish.exp: New file.
6001 * gdb.fortran/vla-value-sub.exp: New file.
6002 * gdb.fortran/vla-value.exp: New file.
6003 * gdb.fortran/vla-ptr-info.exp: New file.
6004 * gdb.mi/mi-vla-fortran.exp: New file.
6005 * gdb.mi/vla.f90: New file.
6006
6007 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6008
6009 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6010 of hardwired timeout value.
6011
6012 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6013 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6016 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6017
6018 2015-10-19 Josh Stone <jistone@redhat.com>
6019
6020 * gdb.base/catch-syscall.c: Include <sched.h>.
6021 (unknown_syscall): New variable.
6022 (main): Trigger a vfork and an unknown syscall.
6023 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6024 (unknown_syscall_number): Likewise.
6025 (check_call_to_syscall): Accept an optional syscall pattern.
6026 (check_return_from_syscall): Likewise.
6027 (check_continue): Likewise.
6028 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6029 (test_catch_syscall_skipping_return): New test toggling off 'catch
6030 syscall' to step over the syscall return, then toggling back on.
6031 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6032 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6033 (do_syscall_tests): Call test_catch_syscall_without_args and
6034 test_catch_syscall_mid_vfork.
6035 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6036 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6037
6038 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6039
6040 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6041 print g_vE): Add new pass patterns.
6042 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6043 print various symbol names for vptr fields.
6044
6045 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6048 results.
6049
6050 2015-10-12 Yao Qi <yao.qi@linaro.org>
6051
6052 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6053
6054 2015-10-12 Yao Qi <yao.qi@linaro.org>
6055
6056 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6057 is aarch64*-*-linux*.
6058
6059 2015-10-12 Yao Qi <yao.qi@linaro.org>
6060
6061 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6062 (can_relocate_bcond_true): ... it.
6063 (can_relocate_bcond_false): New function.
6064 (foo): Likewise.
6065 (can_relocate_bl): Likewise.
6066 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6067 can_relocate_bl.
6068
6069 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6070
6071 * gdb.base/nested-addr.c: New file.
6072 * gdb.base/nested-addr.exp: New testcase.
6073
6074 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6075
6076 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6077 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6078 its output. Ignore the output of "record goto begin" and instead
6079 check that GDB is replaying.
6080
6081 2015-10-09 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6084 (top level): Use it in the run with no args test.
6085
6086 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6087
6088 * gdb.dlang/properties.exp: New file.
6089
6090 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6091
6092 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6093 whether or not address 0x1000 is mapped on the target.
6094
6095 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6098 build.
6099
6100 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6101
6102 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6103 instruction-history test.
6104
6105 2015-09-28 Doug Evans <dje@google.com>
6106
6107 * gdb.base/gcore.c (array_func): Add reference to static_array.
6108
6109 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6110
6111 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6112 source line.
6113
6114 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6115
6116 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6117 short or char as base type.
6118
6119 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6120
6121 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6122 to allow any size enum.
6123
6124 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6125
6126 * gdb.ada/array_ptr_renaming.exp: New testcase.
6127 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6128 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6129
6130 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6131
6132 * gdb.trace/ftrace-lock.c: New file.
6133 * gdb.trace/ftrace-lock.exp: New file.
6134
6135 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6136
6137 * gdb.arch/insn-reloc.c: New file.
6138 * gdb.arch/ftrace-insn-reloc.exp: New file.
6139
6140 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6141
6142 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6143 instruction.
6144 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6145 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6146 * gdb.trace/range-stepping.c: Likewise.
6147 * gdb.trace/trace-break.c: Likewise.
6148 * gdb.trace/trace-mt.c (thread_function): Likewise.
6149 * gdb.trace/ftrace.c (marker): Likewise.
6150 * gdb.trace/trace-condition.c (marker): Likewise.
6151 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6152 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6153 is_aarch64_target.
6154
6155 2015-09-18 Doug Evans <xdje42@gmail.com>
6156
6157 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6158 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6159
6160 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6161
6162 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6163 the breakpoint.
6164
6165 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6166
6167 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6168 the pending breakpoint. Remove timeout override for "Run till
6169 MI pending breakpoint on pendfunc3 on thread 2" test.
6170
6171 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6172
6173 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6174 filename pattern.
6175
6176 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6177
6178 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6179 in breakpoint filename pattern.
6180
6181 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6182
6183 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6184
6185 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6186
6187 * gdb.linespec/explicit.exp: Check for readline support for
6188 tab-completion tests. Fix obvious typo.
6189
6190 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6191
6192 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6193 and replay.
6194
6195 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6196
6197 * gdb.btrace/non-stop.c: New.
6198 * gdb.btrace/non-stop.exp: New.
6199
6200 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6201 Yao Qi <yao.qi@linaro.org>
6202
6203 * gdb.trace/trace-condition.c: New file.
6204 * gdb.trace/trace-condition.exp: New file.
6205
6206 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
6207
6208 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6209 for testing bytecode compilation.
6210
6211 2015-09-16 Pedro Alves <palves@redhat.com>
6212 Sandra Loosemore <sandra@codesourcery.com>
6213
6214 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6215 (SECONDS): Redefine.
6216 (main): Call pthread_kill and alarm early.
6217 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6218 support.
6219 (test): If the target can't hardware step and doesn't support
6220 displaced stepping, increase the timeout.
6221
6222 2015-09-16 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6225 (enable_debug): New procedures.
6226 (test): Use them. Bail out if waiting for threads fails.
6227 (top level): Bail out if a test fails.
6228
6229 2015-09-16 Yao Qi <yao.qi@linaro.org>
6230
6231 * gdb.asm/asm-source.exp: Set asm-arch for
6232 aarch64*-*-* target.
6233 * gdb.asm/aarch64.inc: New file.
6234
6235 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6236
6237 * gdb.ada/array_of_variable_length.exp: New testcase.
6238 * gdb.ada/array_of_variable_length/foo.adb: New file.
6239 * gdb.ada/array_of_variable_length/pck.adb: New file.
6240 * gdb.ada/array_of_variable_length/pck.ads: New file.
6241
6242 2015-09-15 Doug Evans <dje@google.com>
6243
6244 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6245 of function static local variable.
6246
6247 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6248
6249 * gdb.threads/tls-so_extern.exp: New test file.
6250 * gdb.threads/tls-so_extern.c: New test file.
6251 * gdb.threads/tls-so_extern_main.c: New test file.
6252
6253 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * gdb.opt/solib-intra-step-lib.c: New file.
6256 * gdb.opt/solib-intra-step-main.c: New file.
6257 * gdb.opt/solib-intra-step.exp: New file.
6258
6259 2015-09-15 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6262 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6263
6264 2015-09-14 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/hook-stop-continue.c: Delete.
6267 * gdb.base/hook-stop-continue.exp: Delete.
6268 * gdb.base/hook-stop-frame.c: Delete.
6269 * gdb.base/hook-stop-frame.exp: Delete.
6270 * gdb.base/hook-stop.c: New file.
6271 * gdb.base/hook-stop.exp: New file.
6272
6273 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6274
6275 * gdb.ada/access_to_packed_array.exp: New testcase.
6276 * gdb.ada/access_to_packed_array/foo.adb: New file.
6277 * gdb.ada/access_to_packed_array/pack.adb: New file.
6278 * gdb.ada/access_to_packed_array/pack.ads: New file.
6279
6280 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6281
6282 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6283 buffer size test.
6284
6285 2015-09-11 Don Breazeal <donb@codesourcery.com>
6286
6287 * gdb.base/foll-exec.c: Add copyright header. Fix
6288 formatting issues.
6289 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6290 (do_exec_tests): Use clean_restart in place of zap_session,
6291 and for test initialization. Fix formatting issues. Use
6292 fail in place of perror.
6293 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6294 an expect statement to match an expression with output from
6295 the program under debug.
6296 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6297 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6298 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6299 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6300 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6301
6302 2015-09-09 Doug Evans <dje@google.com>
6303
6304 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6305
6306 2015-09-09 Doug Evans <dje@google.com>
6307
6308 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6309
6310 2015-09-09 Doug Evans <dje@google.com>
6311
6312 * gdb.base/savedregs.exp: Fix typo.
6313
6314 2015-09-09 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6317
6318 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6319
6320 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6321 command actually switches threads. Give up on remaining
6322 tests if target fails to stop at breakpoint.
6323
6324 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6325
6326 * gdb.ada/funcall_char.exp: New testcase.
6327 * gdb.ada/funcall_char/foo.adb: New file.
6328
6329 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6330
6331 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6332 expected outputs. Add two testcases for completing ambiguous
6333 functions.
6334 * gdb.ada/complete/aux_pck.adb: New file.
6335 * gdb.ada/complete/aux_pck.ads: New file.
6336 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6337 Ambiguous_Func functions.
6338 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6339 * gdb.ada/complete/pck.adb: Likewise.
6340
6341 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6342
6343 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6344 failures to run the test program under GDB.
6345
6346 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6347
6348 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6349 to C.
6350
6351 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6352
6353 * gdb.base/run-after-attach.exp: New test file.
6354 * gdb.base/run-after-attach.c: New test file.
6355
6356 2015-08-26 Don Breazeal <donb@codesourcery.com>
6357
6358 * gdb.base/foll-exec-2.c: New test program.
6359 * gdb.base/foll-exec-2.exp: New test.
6360
6361 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6362
6363 * gdb.base/nested-subp1.exp: New file.
6364 * gdb.base/nested-subp1.c: New file.
6365 * gdb.base/nested-subp2.exp: New file.
6366 * gdb.base/nested-subp2.c: New file.
6367 * gdb.base/nested-subp3.exp: New file.
6368 * gdb.base/nested-subp3.c: New file.
6369
6370 2015-08-24 Pedro Alves <palves@redhat.com>
6371
6372 * gdb.server/connect-without-multi-process.c: New file.
6373 * gdb.server/connect-without-multi-process.exp: New file.
6374
6375 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6376
6377 * gdb.opt/inline-markers.c: Make z int.
6378
6379 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6380
6381 * gdb.opt/inline-markers.c: Make z volatile.
6382
6383 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
6384
6385 * gdb.opt/inline-bt.c: New volatile global z.
6386 * gdb.opt/inline-cmds.c: Likewise.
6387 * gdb.opt/inline-locals.c: Likewise.
6388 * gdb.opt/inline-markers.c: New extern global z.
6389 (marker): Use z.
6390 (inline_fn): Likewise.
6391
6392 2015-08-24 Pedro Alves <palves@redhat.com>
6393
6394 * config/m32r-stub.exp: Remove file.
6395 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6396 * gdb.base/call-rt-st.exp: Likewise.
6397 * gdb.base/call-strs.exp: Likewise.
6398 * gdb.base/default.exp: Remove references to h8300-*-hms and
6399 *-*-udi*.
6400 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6401
6402 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6403
6404 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6405 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6406 and "return" use KFAIL when GDB can not read/write the vector
6407 return value.
6408
6409 2015-08-21 Gary Benson <gbenson@redhat.com>
6410
6411 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6412
6413 2015-08-20 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.server/solib-list.exp: No longer expect an interior stop in
6416 non-stop mode.
6417
6418 2015-08-20 Pedro Alves <palves@redhat.com>
6419
6420 * gdb.server/connect-stopped-target.c: New file.
6421 * gdb.server/connect-stopped-target.exp: New file.
6422
6423 2015-08-20 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.dwarf2/comp-unit-lang.exp: New file.
6426 * gdb.dwarf2/comp-unit-lang.c: New file.
6427
6428 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6429
6430 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6431 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6432
6433 2015-08-19 Kevin Buettner <kevinb@redhat.com>
6434
6435 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6436 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6437
6438 2015-08-18 Doug Evans <dje@google.com>
6439 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6440
6441 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6442 skip_python_tests. New arg prompt_regexp.
6443 (skip_python_tests): New function.
6444 * lib/mi-support.exp (mi_skip_python_tests): New function.
6445 * gdb.python/py-mi-objfile-gdb.py: New file.
6446 * gdb.python/py-mi-objfile.c: New file.
6447 * gdb.python/py-mi-objfile.exp: New file.
6448
6449 2015-08-17 Keith Seitz <keiths@redhat.com>
6450
6451 * gdb.linespec/explicit.exp: Move strace test from here ...
6452 * gdb.trace/strace.exp: ... to here.
6453
6454 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6455
6456 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6457 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6458
6459 2015-08-14 Doug Evans <xdje42@gmail.com>
6460
6461 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6462 inferior before selecting a new file.
6463
6464 2015-08-14 Doug Evans <xdje42@gmail.com>
6465
6466 * gdb.mi/mi-disassemble.exp: Update.
6467 * gdb.base/disasm-optim.S: New file.
6468 * gdb.base/disasm-optim.c: New file.
6469 * gdb.base/disasm-optim.h: New file.
6470 * gdb.base/disasm-optim.exp: New file.
6471
6472 2015-08-14 Keith Seitz <keiths@redhat.com>
6473
6474 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6475 "evaluated-by".
6476
6477 2015-08-13 Joel Brobecker <brobecker@adacore.com>
6478
6479 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6480
6481 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6482
6483 * gdb.ada/fun_renaming.exp: New testcase.
6484 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6485 * gdb.ada/fun_renaming/pack.adb: New file.
6486 * gdb.ada/fun_renaming/pack.ads: New file.
6487
6488 2015-08-12 Keith Seitz <keiths@redhat.com>
6489
6490 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6491 gdb_get_line_number.
6492
6493 2015-08-12 Joel Brobecker <brobecker@adacore.com>
6494
6495 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6496 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6497 gdb.base/dso2dso.exp: New files.
6498
6499 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6500 Pedro Alves <palves@redhat.com>
6501 Keith Seitz <keiths@redhat.com>
6502
6503 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6504 GDBFLAGS.
6505
6506 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6507
6508 * gdb.base/gdbhistsize-history.exp
6509 (test_histsize_history_setting): Use save_vars.
6510 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6511 Use save_vars.
6512 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6513 * gdb.base/readline.exp: Use save_vars.
6514
6515 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6516
6517 * lib/gdb.exp (save_vars): New proc.
6518
6519 2015-08-11 Keith Seitz <keiths@redhat.com>
6520
6521 * gdb.base/help.exp: Update help_breakpoint_text.
6522
6523 2015-08-11 Keith Seitz <keiths@redhat.com>
6524
6525 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6526 (at toplevel): Call test_explicit_breakpoints.
6527 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6528 breakpoints.
6529 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6530 breakpoint conditions, "-cond".
6531
6532 2015-08-11 Keith Seitz <keiths@redhat.com>
6533
6534 * gdb.linespec/3explicit.c: New file.
6535 * gdb.linespec/cpexplicit.cc: New file.
6536 * gdb.linespec/cpexplicit.exp: New file.
6537 * gdb.linespec/explicit.c: New file.
6538 * gdb.linespec/explicit.exp: New file.
6539 * gdb.linespec/explicit2.c: New file.
6540 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6541 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6542 before using in the matching pattern.
6543 Clarify that `prefix' is a regular expression.
6544
6545 2015-08-11 Keith Seitz <keiths@redhat.com>
6546
6547 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6548 test.
6549 Add tests for missing ",FMT" and ",".
6550
6551 2015-08-10 Doug Evans <dje@google.com>
6552 Keith Seitz <keiths@redhat.com>
6553
6554 PR gdb/17960
6555 * gdb.base/completion.exp: Add location completer tests.
6556
6557 2015-08-07 Pedro Alves <palves@redhat.com>
6558
6559 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6560 tests here.
6561 (top level): Run do_test with and without displaced stepping.
6562
6563 2015-08-07 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.base/valgrind-disp-step.c: New file.
6566 * gdb.base/valgrind-disp-step.exp: New file.
6567
6568 2015-08-07 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6571 Delete function.
6572 (main): Add alarm. Run an infinite loop instead of calling
6573 wait_threads.
6574 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6575 comment.
6576 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6577 Delete function.
6578 (main): Add alarm. Run an infinite loop instead of calling
6579 wait_threads.
6580 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6581 comment.
6582
6583 2015-08-07 Pedro Alves <palves@redhat.com>
6584
6585 * gdb.base/checkpoint-ns.exp: New file.
6586 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6587 standard_testfile.
6588
6589 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6590
6591 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6592 * gdb.btrace/instruction_history.exp: Update.
6593 * gdb.btrace/tsx.exp: New.
6594 * gdb.btrace/tsx.c: New.
6595
6596 2015-08-06 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6599 increase timeout.
6600 * gdb.reverse/until-precsave.exp: Bump timeouts.
6601
6602 2015-08-06 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6605
6606 2015-08-06 Pedro Alves <palves@redhat.com>
6607
6608 PR gdb/18749
6609 * gdb.threads/process-dies-while-handling-bp.c: New file.
6610 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6611
6612 2015-08-06 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6615 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6616
6617 2015-08-05 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6620 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6621
6622 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6623
6624 * gdb.base/bp-permanent.exp: Report test as unsupported if
6625 the target cannot stop at the permanent breakpoint.
6626
6627 2015-08-03 Doug Evans <dje@google.com>
6628
6629 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6630 10000.
6631
6632 2015-08-03 Doug Evans <dje@google.com>
6633
6634 * Makefile.in (workers/%.worker, build-perf): New rule.
6635 (GDB_PERFTEST_MODE): New variable.
6636 (check-perf): Use it.
6637 (clean): Clean up gdb.perf parallel build subdirs.
6638 * lib/build-piece.exp: New file.
6639 * lib/gdb.exp (make_gdb_parallel_path): New function
6640 (standard_output_file, standard_temp_file): Call it.
6641 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6642 of $GDB_PARALLEL.
6643 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6644
6645 2015-08-03 Doug Evans <dje@google.com>
6646
6647 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6648 (LOG_FILE_NAME): New global.
6649 (TextReporter.__init__): Initialize self.txt_sum.
6650 (TextReporter.report): Add support for multiple data-points.
6651 Move report to perftest.sum, put raw data in perftest.log.
6652 (TextReporter.start): Open sum and log files.
6653 (TextReporter.end): Close sum and log files.
6654 * gdb.perf/lib/perftest/testresult.py
6655 (SingleStatisticTestResult.record): Handle multiple data-points.
6656
6657 2015-07-31 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6660 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6661 kill_wait_spawned_process instead of explicit "kill -9".
6662 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6663 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6664 kill_wait_spawned_process.
6665 * gdb.base/attach-twice.exp: Likewise.
6666 * gdb.base/attach.exp: Likewise.
6667 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6668 gdb_test_multiple.
6669 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6670 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6671 kill_wait_spawned_process.
6672 * gdb.base/valgrind-infcall.exp: Likewise.
6673 * gdb.multi/multi-attach.exp: Likewise.
6674 * gdb.python/py-prompt.exp: Likewise.
6675 * gdb.python/py-sync-interp.exp: Likewise.
6676 * gdb.server/ext-attach.exp: Likewise.
6677 * gdb.threads/attach-into-signal.exp (corefunc): Use
6678 spawn_wait_for_attach, spawn_id_get_pid and
6679 kill_wait_spawned_process.
6680 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6681 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6682 spawn_id_get_pid and kill_wait_spawned_process.
6683 * gdb.threads/attach-stopped.exp (corefunc): Use
6684 spawn_wait_for_attach, spawn_id_get_pid and
6685 kill_wait_spawned_process.
6686 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6687 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6688 kill_wait_spawned_process instead of explicit "kill -9".
6689 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6690 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6691 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6692 processes. Don't map cygwin/windows pids here. Now returns a
6693 spawn id list.
6694
6695 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6696
6697 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6698 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6699 correct patch.
6700
6701 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6702
6703 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6704
6705 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6706
6707 Reapply:
6708 2014-05-21 Mark Wielaard <mjw@redhat.com>
6709
6710 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6711
6712 2015-07-30 Pedro Alves <palves@redhat.com>
6713
6714 * linux-low.c (handle_extended_wait): Set the child's last
6715 reported status to TARGET_WAITKIND_STOPPED.
6716
6717 2015-07-30 Pedro Alves <palves@redhat.com>
6718
6719 PR threads/18600
6720 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6721 only shows inferior 1.
6722
6723 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6724 Pedro Alves <palves@redhat.com>
6725
6726 PR threads/18600
6727 * gdb.threads/fork-plus-threads.c: New file.
6728 * gdb.threads/fork-plus-threads.exp: New file.
6729
6730 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6731
6732 * gdb.base/batch-preserve-term-settings.exp
6733 (test_terminal_settings_preserved_after_cli_exit): Use
6734 send_quit_command.
6735
6736 2015-07-29 Pedro Alves <palves@redhat.com>
6737 Don Breazeal <donb@codesourcery.com>
6738
6739 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6740 output from both inferior_spawn_id and gdb_spawn_id.
6741
6742 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6743
6744 * gdb.threads/attach-into-signal.exp (corefunc): Use
6745 with_test_prefix on nested loops, uniquefying the test messages.
6746
6747 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6748
6749 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6750 commit.
6751
6752 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6753
6754 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6755 New proc.
6756 (test_terminal_settings_preserved_after_sigterm): New test.
6757
6758 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6759
6760 * gdb.base/batch-preserve-term-settings.exp
6761 (test_terminal_settings_preserved_after_cli_exit): New test.
6762
6763 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6764
6765 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6766 manipulation of saved_gdbflags.
6767 (test_terminal_settings_preserved): Remove global declaration of
6768 the unused variable pagination_prompt. Remove manipulation of
6769 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6770 GDBFLAGS.
6771
6772 2015-07-29 Pedro Alves <palves@redhat.com>
6773
6774 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6775
6776 2015-07-29 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6779 at the top.
6780
6781 2015-07-29 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6784 (main): Call gdb_unbuffer_output.
6785 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6786 (main): Call gdb_unbuffer_output.
6787 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6788 (main): Call gdb_unbuffer_output.
6789 * gdb.base/call-strs.exp: Adjust to step over the
6790 gdb_unbuffer_output call.
6791 * gdb.base/catch-gdb-caused-signals.c: Include
6792 "../lib/unbuffer_output.c".
6793 (main): Call gdb_unbuffer_output.
6794 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6795 (main): Call gdb_unbuffer_output.
6796 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6797 (main): Call gdb_unbuffer_output.
6798 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6799 (main): Call gdb_unbuffer_output.
6800 * gdb.base/shlib-call.exp: Adjust to step over the
6801 gdb_unbuffer_output call.
6802 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6803 (main): Call gdb_unbuffer_output.
6804 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6805 (main): Call gdb_unbuffer_output.
6806 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6807 (main): Rename to ...
6808 (test): ... this.
6809 (main): Reimplement.
6810 * gdb.base/varargs.exp: Run to test instead of to main.
6811 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6812 (main): Call gdb_unbuffer_output.
6813
6814 2015-07-29 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6817 factore out from mi_continue_dprintf. For call-style dprintfs,
6818 expect dprintf output out of $inferior_spawn_id.
6819 (mi_continue_dprintf): Use mi_expect_dprintf.
6820 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6821 (main): Call gdb_unbuffer_output.
6822
6823 2015-07-29 Pedro Alves <palves@redhat.com>
6824
6825 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6826 (default_mi_gdb_start): Set inferior_spawn_id instead of
6827 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6828 gdb_spawn_id.
6829 (mi_gdb_test): Always expect inferior output from both
6830 $inferior_spawn_id and $gdb_spawn_id.
6831
6832 2015-07-29 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6835 send_inferior and $inferior_spawn_id.
6836
6837 2015-07-29 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.gdb/complaints.exp (test_initial_complaints)
6840 (test_serial_complaints, test_short_complaints): Use
6841 gdb_test_stdio.
6842 (test_empty_complaint): Handle $inferior_spawn_id !=
6843 $gdb_spawn_id.
6844
6845 2015-07-29 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.base/varargs.exp: Use gdb_test_stdio.
6848
6849 2015-07-29 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6852
6853 2015-07-29 Pedro Alves <palves@redhat.com>
6854
6855 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6856
6857 2015-07-29 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6860 parameter into two new parameters, "inf_result" and "gdb_result".
6861 Expect inferior output and gdb output from $inferior_spawn_id and
6862 $gdb_spawn_id, respectively. Adjust all callers.
6863
6864 2015-07-29 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6867 of gdb_test_sequence.
6868
6869 2015-07-29 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6872 (saw_spurious_output): Expect inferior output from
6873 $inferior_spawn_id. Use gdb_test_stdio.
6874
6875 2015-07-29 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/dprintf.exp: Use standard_testfile. Change
6878 prepare_for_testing call.
6879 (srcfile): Don't set.
6880 (restart): New procedure.
6881 (test_dprintf): New procecure, use to continue over dprintfs.
6882 (test_call, test_agent): New procedures, tests moved here.
6883 Restart gdb and recreate dprintfs. Adjust expected output.
6884
6885 2015-07-29 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6888
6889 2015-07-29 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6892
6893 2015-07-29 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6896 gdb_test_stdio.
6897
6898 2015-07-29 Pedro Alves <palves@redhat.com>
6899
6900 * lib/gdb.exp (gdb_test_stdio): New procedure.
6901
6902 2015-07-29 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6905
6906 2015-07-29 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/call-signal-resume.exp: Remove check for
6909 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6910 * gdb.base/unwindonsignal.exp: Likewise.
6911 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6912 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6913
6914 2015-07-29 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.base/siginfo-addr.c (pass): New function.
6917 (handler): Call it iff si_addr is correct.
6918 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6919 Set a breakpoint at "pass" and continue to it.
6920
6921 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6922
6923 * gdb.python/py-objfile.exp: Make some tests have unique names.
6924 * gdb.python/py-pp-registration.exp: Likewise.
6925
6926 2015-07-28 Pedro Alves <palves@redhat.com>
6927
6928 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6929
6930 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6933
6934 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6935
6936 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6937
6938 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6939
6940 * gdb.base/gdb-sigterm-2.exp: New test.
6941
6942 2015-07-25 Doug Evans <xdje42@gmail.com>
6943
6944 Revert:
6945 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6946 (workers/%.worker, build-perf): New rule.
6947 (GDB_PERFTEST_MODE): New variable.
6948 (check-perf): Use it.
6949 (clean): Clean up gdb.perf parallel build subdirs.
6950 * lib/build-piece.exp: New file.
6951 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6952 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6953 name.
6954 (standard_temp_file): Ditto.
6955 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6956 of $GDB_PARALLEL.
6957
6958 2015-07-24 Doug Evans <dje@google.com>
6959
6960 * gdb.perf/lib/perftest/utils.py: New file.
6961 * gdb.perf/gm-hello.cc: New file.
6962 * gdb.perf/gm-pervasive-typedef.cc: New file.
6963 * gdb.perf/gm-pervasive-typedef.h: New file.
6964 * gdb.perf/gm-std.cc: New file.
6965 * gdb.perf/gm-std.h: New file.
6966 * gdb.perf/gm-use-cerr.cc: New file.
6967 * gdb.perf/gm-utils.h: New file.
6968 * gdb.perf/gmonster-null-lookup.py: New file.
6969 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6970 * gdb.perf/gmonster-print-cerr.py: New file.
6971 * gdb.perf/gmonster-ptype-string.py: New file.
6972 * gdb.perf/gmonster-runto-main.py: New file.
6973 * gdb.perf/gmonster-select-file.py: New file.
6974 * gdb.perf/gmonster1-null-lookup.exp: New file.
6975 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6976 * gdb.perf/gmonster1-print-cerr.exp: New file.
6977 * gdb.perf/gmonster1-ptype-string.exp: New file.
6978 * gdb.perf/gmonster1-runto-main.exp: New file.
6979 * gdb.perf/gmonster1-select-file.exp: New file.
6980 * gdb.perf/gmonster1.cc: New file.
6981 * gdb.perf/gmonster1.exp: New file.
6982 * gdb.perf/gmonster2-null-lookup.exp: New file.
6983 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6984 * gdb.perf/gmonster2-print-cerr.exp: New file.
6985 * gdb.perf/gmonster2-ptype-string.exp: New file.
6986 * gdb.perf/gmonster2-runto-main.exp: New file.
6987 * gdb.perf/gmonster2-select-file.exp: New file.
6988 * gdb.perf/gmonster2.cc: New file.
6989 * gdb.perf/gmonster2.exp: New file.
6990
6991 2015-07-24 Doug Evans <dje@google.com>
6992
6993 * gdb.perf/README: New file.
6994 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6995 * lib/gen-perf-test.exp: New file.
6996
6997 2015-07-24 Doug Evans <dje@google.com>
6998
6999 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7000 (PerfTest::startup): New function.
7001 (PerfTest::run): Return result of calling body.
7002 (PerfTest::assemble): Rewrite.
7003 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7004 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7005 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7006 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7007 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7008
7009 2015-07-24 Doug Evans <dje@google.com>
7010
7011 * lib/gdb.exp (clean_restart): Make executable optional.
7012
7013 2015-07-24 Doug Evans <dje@google.com>
7014
7015 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7016 compiler_info references.
7017 * gdb.cp/temargs.exp: Ditto.
7018 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7019 (get_compiler_info): Early exit if already computed. Set compiler_info
7020 to "unknown" if there was a problem.
7021 (test_compiler_info): Add function comment. Call get_compiler_info.
7022
7023 2015-07-24 Doug Evans <dje@google.com>
7024
7025 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7026 (workers/%.worker, build-perf): New rule.
7027 (GDB_PERFTEST_MODE): New variable.
7028 (check-perf): Use it.
7029 (clean): Clean up gdb.perf parallel build subdirs.
7030 * lib/build-piece.exp: New file.
7031 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7032 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7033 name.
7034 (standard_temp_file): Ditto.
7035 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7036 of $GDB_PARALLEL.
7037
7038 2015-07-24 Doug Evans <dje@google.com>
7039
7040 * lib/future.exp (gdb_default_target_compile): New option
7041 "early_flags".
7042 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7043 --as-needed.
7044
7045 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7046
7047 * gdb.base/catch-syscall.exp: Call gdb_exit before
7048 gdb_skip_xml_test.
7049
7050 2015-07-24 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.python/py-events.exp: Accept output between the stop event
7053 and the prompt.
7054 * gdb.python/py-evsignal.exp: Likewise.
7055 * gdb.python/py-evthreads.exp: Likewise.
7056
7057 2015-07-24 Pedro Alves <palves@redhat.com>
7058
7059 PR gdb/18717
7060 * gdb.threads/non-ldr-exit.c: New file.
7061 * gdb.threads/non-ldr-exit.exp: New file.
7062
7063 2015-07-24 Yao Qi <yao.qi@linaro.org>
7064
7065 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7066 restarting process.
7067
7068 2015-07-24 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.server/ext-restart.exp: New file.
7071
7072 2015-07-24 Yao Qi <yao.qi@linaro.org>
7073
7074 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7075 argument options.
7076 * gdb.server/ext-wrapper.exp: New file.
7077
7078 2015-07-23 Doug Evans <dje@google.com>
7079
7080 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7081 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7082
7083 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7084
7085 * gdb.ada/var_arr_typedef.exp: New testcase.
7086 * gdb.ada/var_arr_typedef/pack.adb: New file.
7087 * gdb.ada/var_arr_typedef/pack.ads: New file.
7088 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7089
7090 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7091
7092 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7093
7094 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 * gdb.arch/i386-biarch-core.exp: Replace istarget
7097 by "complete set gnutarget". Remove expectation for the "core-file"
7098 command.
7099
7100 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7101
7102 Revert the previous commit:
7103 Tests for validate symbol file using build-id.
7104
7105 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7106
7107 Tests for validate symbol file using build-id.
7108 * gdb.base/solib-mismatch-lib.c: New file.
7109 * gdb.base/solib-mismatch-libmod.c: New file.
7110 * gdb.base/solib-mismatch.c: New file.
7111 * gdb.base/solib-mismatch.exp: New file.
7112
7113 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7114
7115 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7116 nios2-*-linux*.
7117 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7118 * gdb.base/siginfo.exp: Likewise.
7119 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7120
7121 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7122
7123 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7124 Move it to ...
7125 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7126 ... here.
7127 * gdb.trace/range-stepping.exp: Check that the target supports
7128 range stepping.
7129
7130 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7131
7132 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7133
7134 2015-07-14 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/killed-outside.exp: New file.
7137 * gdb.base/killed-outside.c: New file.
7138
7139 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7140
7141 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7142 (n at main): New.
7143 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7144
7145 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7146
7147 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7148 infcall tests instead of setting up for KFAIL.
7149
7150 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7151
7152 * gdb.btrace/record_goto-step.exp: New.
7153
7154 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 PR compile/18484
7157 * gdb.compile/compile.c (struct struct_type): Add volatile to
7158 selffield's type.
7159 * gdb.compile/compile.exp
7160 (compile code struct_object.selffield = &struct_object): Skip further
7161 struct_object tests if this one xfails.
7162
7163 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7164
7165 PR exp/18617
7166 * gdb.trace/ax.exp: Add test.
7167
7168 2015-07-07 Yao Qi <yao.qi@linaro.org>
7169
7170 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7171 instead of istarget "aarch64*-*-*".
7172 * gdb.arch/aarch64-fp.exp: Likewise.
7173 * gdb.base/float.exp: Likewise.
7174 * gdb.reverse/aarch64.exp: Likewise.
7175 * lib/gdb.exp (is_aarch64_target): New proc.
7176
7177 2015-07-07 Yao Qi <yao.qi@linaro.org>
7178
7179 * lib/gdb.exp (is_aarch32_target): New proc.
7180 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7181 instead of "istarget "arm*-*-*"".
7182 * gdb.arch/arm-disp-step.exp: Likewise.
7183 * gdb.arch/thumb-bx-pc.exp: Likewise.
7184 * gdb.arch/thumb-prologue.exp: Likewise.
7185 * gdb.arch/thumb-singlestep.exp: Likewise.
7186 * gdb.base/disp-step-syscall.exp: Likewise.
7187 * gdb.base/float.exp: Likewise.
7188
7189 2015-07-07 Yao Qi <yao.qi@linaro.org>
7190
7191 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7192 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7193
7194 2015-07-07 Yao Qi <yao.qi@linaro.org>
7195
7196 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7197 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7198 if it exists.
7199 * gdb.multi/multi-arch.exp: Likewise.
7200
7201 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7204 print.
7205
7206 2015-07-07 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7209
7210 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7211
7212 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7213 '[' and ']' characters.
7214
7215 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7216
7217 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7218
7219 2015-06-29 Pedro Alves <palves@redhat.com>
7220
7221 PR threads/18127
7222 * gdb.threads/hand-call-new-thread.c: New file.
7223 * gdb.threads/hand-call-new-thread.c: New file.
7224
7225 2015-06-26 Keith Seitz <keiths@redhat.com>
7226 Doug Evans <dje@google.com>
7227
7228 PR 16253
7229 * gdb.cp/var-tag-2.cc: New file.
7230 * gdb.cp/var-tag-3.cc: New file.
7231 * gdb.cp/var-tag-4.cc: New file.
7232 * gdb.cp/var-tag.cc: New file.
7233 * gdb.cp/var-tag.exp: New file.
7234
7235 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7236
7237 * gdb.base/history-duplicates.exp: New test.
7238
7239 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7240
7241 * gdb.base/completion.exp: Test the completion of the "focus"
7242 command.
7243
7244 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7245
7246 * gdb.arch/amd64-prologue-skip.S: New file.
7247 * gdb.arch/amd64-prologue-skip.exp: New file.
7248
7249 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7252 is_address_zero_readable check.
7253
7254 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7255
7256 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7257 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7258
7259 2015-06-24 Yao Qi <yao.qi@linaro.org>
7260
7261 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7262 linux targets.
7263
7264 2015-06-24 Yao Qi <yao.qi@linaro.org>
7265
7266 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7267 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7268 * gdb.base/siginfo-thread.exp: Likewise.
7269
7270 2015-06-22 Yao Qi <yao.qi@linaro.org>
7271
7272 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7273
7274 2015-06-22 Yao Qi <yao.qi@linaro.org>
7275
7276 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7277 aarch64*-*-*.
7278 (skip_hw_watchpoint_tests): Likewise.
7279
7280 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7281
7282 * gdb.base/gdbinit-history.exp: Test the interaction between
7283 setting GDBHISTSIZE and setting the history size via .gdbinit.
7284
7285 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7286
7287 PR gdb/16999
7288 * gdb.base/gdbhistsize-history.exp: New test.
7289
7290 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7291
7292 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7293 with GDBHISTSIZE.
7294 * gdb.base/readline.exp: Likewise.
7295
7296 2015-06-17 Yao Qi <yao.qi@linaro.org>
7297
7298 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7299 line.
7300
7301 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7302
7303 * gdb.base/gdbinit-history.exp: Add test case to check that
7304 an unlimited history file does not get truncated on exit.
7305
7306 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7307
7308 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7309 (VECTOR): New macro. Use it...
7310 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7311 ...for these typedefs.
7312 (int8, char1, int1, double1): New typedefs.
7313 (struct just_int2, struct two_int2): New structures.
7314 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7315 (add_structvecs, add_singlevecs): New functions.
7316 (main): Call add_some_intvecs twice.
7317 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7318 the compile and exit upon failure. Try compiling for the "native"
7319 architecture. Test inferior function calls with vector arguments
7320 and vector return value handling with "finish" and "return".
7321
7322 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7323
7324 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7325 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7326 PE file.
7327 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7328
7329 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7330
7331 PR breakpoints/16465
7332 * gdb.mi/mi-dprintf-pending.c: New file.
7333 * gdb.mi/mi-dprintf-pending.exp: New test.
7334 * gdb.mi/mi-dprintf-pendshr.c: New file.
7335
7336 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7337 Mircea Gherzan <mircea.gherzan@intel.com>
7338
7339 * gdb.arch/i386-mpx-map.c: New file.
7340 * gdb.arch/i386-mpx-map.exp: New File.
7341
7342 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7343
7344 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7345 * gdb.arch/i386-mpx.exp: Indentation fixed.
7346
7347 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7348
7349 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7350 function and improved indentation.
7351 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7352 gdb_test_multiple. Added additional tests to skip the test.
7353
7354 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7355
7356 * gdb.arch/i386-avx512.c: Change path in include file.
7357 * gdb.arch/i386-avx512.exp: Change include dir path
7358 compilation flag.
7359 * gdb.arch/i386-mpx.c: Change path in include file.
7360 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7361 flag.
7362
7363 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7364
7365 * gdb.compile/compile-print.exp (compile print *vararray@3)
7366 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7367
7368 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7371 (do not keep jit in memory): ... this.
7372 (expect 5): Change it to ...
7373 (expect no 5): ... this.
7374
7375 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7376
7377 PR gdb/15564
7378 * gdb.mi/mi-detach.exp: New file.
7379
7380 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 PR symtab/18392
7383 * gdb.arch/amd64-tailcall-self.S: New file.
7384 * gdb.arch/amd64-tailcall-self.c: New file.
7385 * gdb.arch/amd64-tailcall-self.exp: New file.
7386
7387 2015-05-28 Don Breazeal <donb@codesourcery.com>
7388
7389 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7390 tests for remote targets by checking is_target_gdbserver.
7391
7392 2015-05-27 Doug Evans <dje@google.com>
7393
7394 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7395 * gdb.dwarf2/opaque-type-lookup.c: New file.
7396 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7397
7398 2015-05-26 Doug Evans <dje@google.com>
7399
7400 * gdb.cp/iostream.cc: New file.
7401 * gdb.cp/iostream.exp: New file.
7402
7403 2015-05-26 Doug Evans <dje@google.com>
7404
7405 * gdb.dwarf2/dw2-op-call.exp: Update.
7406 * gdb.dwarf2/dw4-sig-types.exp: Update.
7407 * gdb.dwarf2/implptr.exp: Update.
7408 * gdb.mi/mi-cmd-param-changed.exp: Update.
7409
7410 2015-05-26 Doug Evans <dje@google.com>
7411
7412 * gdb.python/py-lazy-string.c: New file.
7413 * gdb.python/py-lazy-string.exp: New file.
7414 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7415 (main): Update. Add estring3.
7416 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7417 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7418
7419 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7420 Yao Qi <yao.qi@linaro.org>
7421
7422 * gdb.reverse/aarch64.c: New.
7423 * gdb.reverse/aarch64.exp: New.
7424
7425 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
7426
7427 * lib/gdb.exp (supports_process_record): Return true for
7428 aarch64*-linux*.
7429 (supports_reverse): Likewise.
7430
7431 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7432
7433 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7434 Use with_test_prefix.
7435
7436 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.base/completion.exp: Add test for completion of layout
7439 names.
7440
7441 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7442
7443 * lib/gdb.exp (skip_tui_tests): New proc.
7444 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7445
7446 2015-05-19 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7449 Save the whole env array instead of just HOME. Unset HISTSIZE in
7450 the environment while testing. Restore whole environment
7451 afterwards.
7452
7453 2015-05-16 Doug Evans <xdje42@gmail.com>
7454
7455 * gdb.guile/scm-ports.c: New file.
7456 * gdb.guile/scm-ports.exp: Add memory port tests.
7457
7458 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7459
7460 * gdb.compile/compile-print.c: New file.
7461 * gdb.compile/compile-print.exp: New file.
7462
7463 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7464
7465 * gdb.compile/compile-ops.exp: Cast param to void.
7466 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7467 (compile code struct_object.selffield = &struct_object): Add xfail.
7468
7469 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7470
7471 * gdb.ada/arr_enum_with_gap: New testcase.
7472
7473 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7474
7475 * gdb.ada/byte_packed_arr: New testcase.
7476
7477 2015-05-15 Joel Brobecker <brobecker@adacore.com>
7478
7479 * gdb.ada/pckd_neg: New testcase.
7480
7481 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7482
7483 PR gdb/17820
7484 * gdb.base/gdbinit-history.exp: New test.
7485 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7486 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7487
7488 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7489
7490 * gdb.python/py-xmethods.cc: Enhance test case.
7491 * gdb.python/py-xmethods.exp: New tests.
7492 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7493 function.
7494 (B_indexoper): Likewise.
7495 (global_dm_list) : Add new xmethod worker functions.
7496
7497 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7498
7499 * gdb.base/coredump-filter.exp: Correctly unset
7500 "coredump_var_addr" array.
7501
7502 2015-05-08 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.server/non-existing-program.exp: Unset spawn_id.
7505
7506 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7507
7508 PR python/18291
7509 * gdb.python/py-xmethods.exp: Add tests.
7510
7511 2015-05-08 Yao Qi <yao.qi@linaro.org>
7512
7513 PR gdb/18208
7514 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7515 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7516 function set_coredump_filter, and remove remote_exec call.
7517 Remove argument ipid. Callers update.
7518 (top level): Don't get inferior's PID.
7519
7520 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7521
7522 * gdb.base/watch_thread_num.exp: Skip test on targets without
7523 access watchpoints.
7524
7525 2015-05-06 Pedro Alves <palves@redhat.com>
7526
7527 PR server/18081
7528 * gdb.server/non-existing-program.exp: New file.
7529
7530 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7531
7532 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7533
7534 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7535
7536 * gdb.ada/out_of_line_in_inlined: New testcase.
7537
7538 2015-05-05 Joel Brobecker <brobecker@adacore.com>
7539
7540 * gdb.ada/var_rec_arr: New testcase.
7541
7542 2015-04-30 Yao Qi <yao.qi@linaro.org>
7543
7544 * gdb.base/break-idempotent.exp: If
7545 skip_hw_watchpoint_multi_tests returns true, skip the tests
7546 on "rwatch" and "awatch".
7547
7548 2015-04-30 Yao Qi <yao.qi@linaro.org>
7549
7550 * gdb.base/relativedebug.exp: Invoke gdb command
7551 "info sharedlibrary", and if libc.so doesn't have debug info,
7552 skip the test.
7553
7554 2015-04-29 Doug Evans <dje@google.com>
7555
7556 * gdb.python/py-xmethods.exp: Add ptype tests.
7557 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7558 get_result_type method.
7559
7560 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7561
7562 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7563 the target does not support hardware watchpoints.
7564
7565 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
7566
7567 * gdb.base/break-always.exp: Abort testing if writing to memory
7568 causes an error.
7569
7570 2015-04-28 Doug Evans <dje@google.com>
7571
7572 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7573 * gdb.python/py-pp-registration.exp: ... here. New file.
7574 * gdb.python/py-pp-registration.c: New file.
7575 * gdb.python/py-pp-registration.py: New file.
7576
7577 2015-04-28 Doug Evans <dje@google.com>
7578
7579 * gdb.python/py-bad-printers.c: New file.
7580 * gdb.python/py-bad-printers.py: New file.
7581 * gdb.python/py-bad-printers.exp: New file.
7582
7583 2015-04-28 Sasha Smundak <asmundak@google.com>
7584
7585 * gdb.python/py-type.exp: New test.
7586
7587 2015-04-28 Andy Wingo <wingo@igalia.com>
7588
7589 * gdb.python/py-parameter.exp:
7590 * gdb.guile/scm-parameter.exp: Escape the path that we are
7591 matching against, as it might contain characters that are special
7592 to regular expressions.
7593
7594 2015-04-27 Joel Brobecker <brobecker@adacore.com>
7595
7596 * gdb.ada/rec_comp: New testcase.
7597
7598 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7599
7600 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7601 before using it.
7602
7603 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7604
7605 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7606 new tests for verilog output.
7607
7608 2015-04-24 Yao Qi <yao.qi@linaro.org>
7609
7610 * boards/remote-gdbserver-on-localhost.exp: New file.
7611
7612 2015-04-23 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7615 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7616 "end of file", remove $inferior_spawn_id from the indirect list.
7617
7618 2015-04-23 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7621
7622 2015-04-23 Pedro Alves <palves@redhat.com>
7623
7624 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7625 on $any_spawn_id instead of only on $gdb_spawn_id.
7626
7627 2015-04-21 Pierre Muller <muller@sourceware.org>
7628
7629 PR pascal/17815
7630 * lib/pascal.exp (gpc_compile): Add new option "class".
7631 (fpc_compile): Likewise.
7632 * gdb.pascal/case-insensitive-symbols.pas: New file.
7633 * gdb.pascal/case-insensitive-symbols.exp: New file.
7634
7635 2015-04-20 Gary Benson <gbenson@redhat.com>
7636
7637 * gdb.base/attach.exp: Fix three extended remote failures.
7638
7639 2015-04-17 Gary Benson <gbenson@redhat.com>
7640
7641 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7642 the main executable over the remote protocol.
7643
7644 2015-04-16 Pedro Alves <palves@redhat.com>
7645
7646 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7647 a new gdbserver if gdbserver_reconnect_p is set.
7648
7649 2015-04-16 Pedro Alves <palves@redhat.com>
7650
7651 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7652 is set, don't exit gdbserver.
7653
7654 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7655
7656 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7657 appropriate .insn, such that an older assembler can be used.
7658 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7659 the z/Architecture instruction set on 31-bit targets as well.
7660
7661 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7662
7663 * gdb.go/handcall.exp: Remove all logic related to the first
7664 breakpoint and rely on go_runto_main instead.
7665 * gdb.go/strings.exp: Likewise.
7666 * gdb.go/unsafe.exp: Likewise.
7667 * gdb.go/hello.exp: Likewise. Also rename the remaining
7668 breakpoint marker to "breakpoint 1".
7669 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7670 * gdb.go/strings.go: Likewise.
7671 * gdb.go/unsafe.go: Likewise.
7672 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7673 "set breakpoint 2 here" and rename the remaining breakpoint marker
7674 to "breakpoint 1".
7675
7676 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7677
7678 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7679 if itertools.imap is not present.
7680 * gdb.python/py-objfile.exp: Add parentheses.
7681 * gdb.python/py-type.exp: Same.
7682 * gdb.python/py-unwind-maint.py: Same.
7683
7684 2015-04-15 Yao Qi <yao.qi@linaro.org>
7685
7686 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7687 of ":$ptr_size" and set its form explicitly.
7688
7689 2015-04-15 Pedro Alves <palves@redhat.com>
7690 Yao Qi <yao.qi@linaro.org>
7691
7692 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7693 timeout by factor of 4.
7694 (test_regular_watch): Likewise.
7695 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7696 * gdb.reverse/sigall-reverse.exp: Likewise.
7697 * gdb.reverse/until-precsave.exp: Likewise.
7698 * lib/gdb.exp (with_timeout_factor): New proc.
7699 (gdb_expect): Move some code to ...
7700 (get_largest_timeout): ... here. New procedure.
7701
7702 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7703
7704 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7705
7706 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7707
7708 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7709 to write to the .text section.
7710
7711 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7712
7713 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7714 Handle the case of targets that do not provide PID information.
7715
7716 2015-04-13 Yao Qi <yao.qi@linaro.org>
7717
7718 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7719 and use expect instead of gdb_expect.
7720
7721 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7722
7723 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7724 "coredump_var_addr" to avoid naming conflict with other testcases.
7725
7726 2015-04-10 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7729 gdb_test_sequence and gdb_assert.
7730
7731 2015-04-10 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7734 test messages that don't include the breakpoint address.
7735
7736 2015-04-10 Yao Qi <yao.qi@linaro.org>
7737
7738 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7739 false for some offset and width combinations which aren't
7740 supported by linux kernel.
7741
7742 2015-04-10 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7745 procedure, factored out from ...
7746 (top level): ... here. Add "set displaced-stepping" testing axis.
7747 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7748 parameter "displaced". Use it.
7749 (top level): Use foreach and add "set displaced-stepping" testing
7750 axis.
7751
7752 2015-04-10 Pedro Alves <palves@redhat.com>
7753
7754 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7755 Remove comment.
7756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7757 both the address of the instruction that triggers the watchpoint
7758 and the address of the instruction immediately after, and use
7759 those addresses for the test. Fix comment.
7760
7761 2015-04-10 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.base/sigstep.exp (breakpoint_to_handler)
7764 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7765 Test "backtrace" in handler.
7766 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7767 (top level): Add new "displaced" test axis to
7768 breakpoint_to_handler, breakpoint_to_handler_entry and
7769 breakpoint_over_handler.
7770
7771 2015-04-10 Pedro Alves <palves@redhat.com>
7772
7773 PR gdb/18216
7774 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7775
7776 2015-04-10 Yao Qi <yao.qi@linaro.org>
7777
7778 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7779 (test_add_rn_pc): New function.
7780 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7781 (top level): Invoke test_add_rn_pc.
7782
7783 2015-04-10 Pedro Alves <palves@redhat.com>
7784
7785 PR gdb/13858
7786 * gdb.base/step-over-no-symbols.exp: New file.
7787
7788 2015-04-09 Andy Wingo <wingo@igalia.com>
7789
7790 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7791 after the Python tests.
7792
7793 2015-04-08 Keith Seitz <keiths@redhat.com>
7794
7795 PR python/16699
7796 * gdb.python/py-completion.exp: New tests for completion.
7797 * gdb.python/py-completion.py (CompleteLimit1): New class.
7798 (CompleteLimit2): Likewise.
7799 (CompleteLimit3): Likewise.
7800 (CompleteLimit4): Likewise.
7801 (CompleteLimit5): Likewise.
7802 (CompleteLimit6): Likewise.
7803 (CompleteLimit7): Likewise.
7804
7805 2015-04-08 Pedro Alves <palves@redhat.com>
7806
7807 PR gdb/18214
7808 PR gdb/18216
7809 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7810 function.
7811 (main): Install it as SIGUSR1 handler.
7812 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7813 parameter. Always use "setup" as prefix. Toggle "set
7814 displaced-stepping" off/on depending on global. Don't switch to
7815 thread 1 here.
7816 (top level): Add displaced stepping "off/on" test axis. Update
7817 "setup" calls. Wrap each subtest with with_test_prefix. Test
7818 continuing with a queued signal in each thread.
7819
7820 2015-04-08 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7823 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7824 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7825 Return early if running to main fails.
7826 * gdb.trace/while-stepping.exp: Likewise.
7827
7828 2015-04-07 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7831 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7832 interact with inferior program.
7833
7834 2015-04-07 Pedro Alves <palves@redhat.com>
7835
7836 * lib/gdb.exp (inferior_spawn_id): New global.
7837 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7838 spawn id after processing the user code.
7839 (default_gdb_start): Set inferior_spawn_id.
7840 (send_inferior): New procedure.
7841 * lib/gdbserver-support.exp (gdbserver_start): Set
7842 inferior_spawn_id.
7843 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7844
7845 2015-04-07 Pedro Alves <palves@redhat.com>
7846
7847 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7848 * lib/gdbserver-support.exp (gdbserver_start): Make
7849 $server_spawn_id global.
7850 (gdbserver_start): Don't wait for gdbserver's spawn id with
7851 expect_background.
7852 (close_gdbserver): New procedure.
7853 (gdb_exit): Rename the default version and reimplement.
7854
7855 2015-04-07 Pedro Alves <palves@redhat.com>
7856
7857 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7858 append the substituted item, not the original item.
7859
7860 2015-04-07 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7863 gdb_expect.
7864
7865 2015-04-07 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7868 output appearing once only.
7869
7870 2015-04-07 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7873 that doesn't expect anything. Return early if running to main
7874 fails.
7875
7876 2015-04-07 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7879 (child_function): Call alarm.
7880 (main): Move call to alarm into the loop.
7881 * gdb.threads/non-stop-fair-events.exp: Build program with
7882 -DTIMEOUT=$timeout.
7883
7884 2015-04-06 Doug Evans <xdje42@gmail.com>
7885
7886 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7887 Fix dest parameter to board_info.
7888 (fpc_compile): Ditto.
7889 (gdb_compile_pascal): Rename dest arg to destfile.
7890
7891 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7892
7893 * gdb.ada/funcall_ref.exp: New file.
7894 * gdb.ada/funcall_ref/foo.adb: New file.
7895
7896 2015-04-02 Yao Qi <yao.qi@linaro.org>
7897
7898 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7899 is remote.
7900
7901 2015-04-02 Gary Benson <gbenson@redhat.com>
7902
7903 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7904
7905 2015-04-01 Sasha Smundak <asmundak@google.com>
7906
7907 * gdb.python/py-unwind-maint.c: New file.
7908 * gdb.python/py-unwind-maint.exp: New test.
7909 * gdb.python/py-unwind-maint.py: New file.
7910 * gdb.python/py-unwind.c: New file.
7911 * gdb.python/py-unwind.exp: New test.
7912 * gdb.python/py-unwind.py: New test.
7913
7914 2015-04-01 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7917 to fail instead of non-existent $test.
7918
7919 2015-04-01 Pedro Alves <palves@redhat.com>
7920
7921 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7922 GDBFLAGS if not empty.
7923
7924 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7925
7926 * gdb.ada/complete.exp: Remove "multi_line".
7927 * gdb.ada/info_exc.exp: Remove "multi_line".
7928 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7929 * gdb.ada/ptype_field.exp: Remove "multi_line".
7930 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7931 * gdb.ada/tagged.exp: Remove "multi_line".
7932 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7933 [multi_line ...]
7934 * gdb.btrace/delta.exp: Likewise.
7935 * gdb.btrace/exception.exp: Likewise.
7936 * gdb.btrace/function_call_history.exp: Likewise.
7937 * gdb.btrace/instruction_history.exp: Likewise.
7938 * gdb.btrace/nohist.exp: Likewise.
7939 * gdb.btrace/record_goto.exp: Likewise.
7940 * gdb.btrace/segv.exp: Likewise.
7941 * gdb.btrace/stepi.exp: Likewise.
7942 * gdb.btrace/tailcall.exp: Likewise.
7943 * gdb.btrace/unknown_functions.exp: Likewise.
7944 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7945 * lib/gdb.exp: Add the "multi_line" helper.
7946
7947 2015-04-01 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.threads/tid-reuse.c: New file.
7950 * gdb.threads/tid-reuse.exp: New file.
7951
7952 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7953
7954 PR corefiles/16092
7955 * gdb.base/coredump-filter.c: New file.
7956 * gdb.base/coredump-filter.exp: Likewise.
7957
7958 2015-03-27 Petr Machata <pmachata@redhat.com>
7959
7960 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7961 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7962 (Dwarf::assemble): Initialize them.
7963 (Dwarf::lines): New function.
7964
7965 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7966
7967 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7968 SYMBOL_PREFIX for x86_64-*-cygwin.
7969
7970 2015-03-26 Andy Wingo <wingo@igalia.com>
7971
7972 PR symtab/18148
7973 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7974 const_value but not a location.
7975 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7976 location defined in non-main CUs are visible.
7977
7978 2015-03-26 Yao Qi <yao.qi@linaro.org>
7979
7980 PR testsuite/18139
7981 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7982 Add a line number entry for the same line.
7983 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7984 Add a line number entry for the same line.
7985
7986 2015-03-26 Yao Qi <yao.qi@linaro.org>
7987
7988 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7989 .int 0.
7990 (func): Likewise. Add .Lfunc_1 label.
7991 Use .Lfunc_1 label.
7992 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7993 .int 0.
7994 (func): Likewise.
7995 Use .Lfunc_1 label.
7996
7997 2015-03-26 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8000 Call gdb_compile instead to compile each .s files without debug
8001 information.
8002
8003 2015-03-26 Yao Qi <yao.qi@linaro.org>
8004
8005 * gdb.base/savedregs.exp (process_saved_regs): Make
8006 "Saved registers:" optional in the pattern.
8007
8008 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8009
8010 * gdb.btrace/next.exp: Merged into step.exp.
8011 * gdb.btrace/finish.exp: Merged into step.exp.
8012 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8013 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8014 "record goto" and checking the exact replay position.
8015 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8016 check for "Recording format" in "info record" output.
8017 * gdb.btrace/record_goto.exp: Choose test file based on target.
8018 * gdb.btrace/x86-record_goto.S: Renamed into ...
8019 * gdb.btrace/x86_64-record_goto.S: ... this.
8020 * gdb.btrace/i686-record_goto.S: New.
8021 * gdb.btrace/x86-tailcall.S: Renamed into ...
8022 * gdb.btrace/x86_64-tailcall.S: ... this.
8023 * gdb.btrace/i686-tailcall.S: New.
8024 * gdb.btrace/x86-tailcall.c: Renamed into ...
8025 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8026 separate statements. Update test.
8027 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8028 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8029 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8030 * gdb.btrace/tailcall.exp: Choose test file based on target.
8031 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8032
8033 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8034
8035 * gdb.btrace/exception.exp: Increase BTS buffer size.
8036
8037 2015-03-24 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8040
8041 2015-03-24 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.threads/schedlock.exp (test_step): No longer expect that
8044 "set scheduler-locking step" with "next" over a function call runs
8045 threads unlocked.
8046
8047 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8048
8049 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8050
8051 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8052
8053 PR breakpoints/16466
8054 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8055 * gdb.mi/mi-pending.c (thread_func): New function.
8056 (int main): Add threading support required.
8057 * gdb.mi/mi-pending.exp: Add tests for this issue.
8058 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8059 (pendfunc2): Remove stdio dependency.
8060 * gdb.mi/mi-pendshr2.c: New file.
8061
8062 2015-03-23 Keith Seitz <keiths@redhat.com>
8063
8064 * gdb.linespec/keywords.c: New file.
8065 * gdb.linespec/keywords.exp: New file.
8066
8067 2015-03-23 Keith Seitz <keiths@redhat.com>
8068
8069 PR gdb/18021
8070 * gdb.dwarf2/staticvirtual.exp: New test.
8071
8072 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8075 * README: Remove HP-UX and gdb.hp.
8076 (configuration):
8077 * configure: Regenerate.
8078 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8079 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8080 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8081 gdb.hp/gdb.defects/Makefile.
8082 * gdb.hp/Makefile.in: File deleted.
8083 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8084 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8085 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8086 * gdb.hp/gdb.aCC/run.c: File deleted.
8087 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8088 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8089 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8090 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8091 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8092 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8093 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8094 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8095 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8096 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8097 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8098 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8099 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8100 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8101 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8102 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8103 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8104 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8105 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8106 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8107 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8108 * gdb.hp/gdb.compat/average.c: File deleted.
8109 * gdb.hp/gdb.compat/sum.c: File deleted.
8110 * gdb.hp/gdb.compat/xdb.c: File deleted.
8111 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8112 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8113 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8114 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8115 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8116 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8117 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8118 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8119 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8120 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8121 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8122 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8123 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8124 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8125 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8126 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8127 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8128 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8129 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8130 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8131 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8132 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8133 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8134 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8135 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8136 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8137 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8138 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8139 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8140 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8141 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8142 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8143 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8144 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8145 * gdb.hp/tools/odump: File deleted.
8146
8147 2015-03-19 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8150 (saw_thread_3): New globals.
8151 (top level): Increment them when an event for the corresponding
8152 thread is seen.
8153 (no thread starvation): New test.
8154
8155 2015-03-19 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.threads/continue-pending-status.c: New file.
8158 * gdb.threads/continue-pending-status.exp: New file.
8159
8160 2015-03-18 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8163 Use gdb_is_target_remote instead of is_remote. Use
8164 gdb_test_multiple instead of gdb_expect. Exit early if
8165 gdb_test_multiple hits its internal matches. Tighten stepi tests
8166 expected output. Fail on exit with any signal, instead of just
8167 SIGILL.
8168
8169 2015-03-18 Yao Qi <yao.qi@linaro.org>
8170
8171 PR tdep/18107
8172 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8173 variable.
8174 * gdb.base/catch-syscall.exp: Don't skip it on
8175 aarch64*-*-linux* target. Remove elements in all_syscalls.
8176 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8177 target.
8178 (setup_all_syscalls): New proc.
8179
8180 2015-03-16 Yao Qi <yao.qi@linaro.org>
8181
8182 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8183 (top level): Skip tests if valid_addr_p returns false for
8184 $cmd1 or $cmd2.
8185
8186 2015-03-11 Andy Wingo <wingo@igalia.com>
8187
8188 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8189
8190 2015-03-11 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.base/catch-syscall.exp: Fix typo in comments.
8193
8194 2015-03-11 Yao Qi <yao.qi@linaro.org>
8195
8196 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8197
8198 2015-03-09 Pedro Alves <palves@redhat.com>
8199
8200 * dg-extract-results.py: Delete.
8201
8202 2015-03-09 Pedro Alves <palves@redhat.com>
8203
8204 Merge dg-extract-results.sh from GCC upstream (r218843).
8205
8206 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8207 * dg-extract-results.sh: Use --text with grep to avoid issues with
8208 binary files. Fall back to cat -v, if that doesn't work.
8209
8210 2015-03-05 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8213
8214 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8215
8216 * lib/mi-support.exp (mi_expect_interrupt): Accept
8217 alternative event for when in all-stop mode.
8218
8219 2015-03-04 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8222
8223 2015-03-04 Mark Kettenis <kettenis@gnu.org>
8224
8225 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8226
8227 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8228
8229 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8230 regexps for GDB's current line display, accept a hex address
8231 preceding the line number.
8232
8233 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8234
8235 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8236 the 'arch1' variable for "s390*-linux*" targets.
8237
8238 2015-03-04 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8241 (main): Pass missing retval argument to pthread_join call.
8242
8243 2015-03-02 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8246 (top level): Call do_test with non-stop as well.
8247
8248 2015-03-02 Pedro Alves <palves@redhat.com>
8249
8250 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8251 -1.
8252
8253 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8254
8255 * gdb.arch/s390-vregs.exp: New test.
8256 * gdb.arch/s390-vregs.S: New file.
8257
8258 2015-02-27 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8261 call to catch_command_errors.
8262 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8263 catch_command_errors.
8264
8265 2015-02-27 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8268 "true" for boolean result.
8269 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8270 prototype of main.
8271
8272 2015-02-27 Pedro Alves <palves@redhat.com>
8273
8274 * lib/unbuffer_output.c: New file.
8275 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8276 (main): Call gdb_unbuffer_output.
8277
8278 2015-02-27 Yao Qi <yao.qi@linaro.org>
8279
8280 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8281 target.
8282
8283 2015-02-26 Doug Evans <dje@google.com>
8284
8285 * gdb.cp/class2.cc (Dbase, D): New classes.
8286 (main): New local delta.
8287 * gdb.cp/class2.exp: Test printing delta.
8288 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8289 (dynbar): New global.
8290 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8291
8292 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8293
8294 * gdb.compile/compile-ifunc.c: New file.
8295 * gdb.compile/compile-ifunc.exp: New file.
8296
8297 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8298
8299 * gdb.base/structs.exp: Check for correct struct on finish.
8300
8301 2015-02-26 Yao Qi <yao.qi@linaro.org>
8302
8303 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8304 is zero.
8305
8306 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8307
8308 * gdb.arch/cordic.ko.bz2: New file.
8309 * gdb.arch/cordic.ko.debug.bz2: New file.
8310 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8311
8312 2015-02-25 Yao Qi <yao.qi@linaro.org>
8313
8314 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8315 aarch64*-*-* target.
8316
8317 2015-02-23 Pedro Alves <palves@redhat.com>
8318
8319 * lib/gdb.exp (delete_breakpoints): Rewrite using
8320 gdb_test_multiple.
8321
8322 2015-02-23 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/info-os.c: Include stdlib.h.
8325
8326 2015-02-22 Doug Evans <xdje42@gmail.com>
8327
8328 PR symtab/17855
8329 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8330 is read after symbols have been re-read.
8331 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8332 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8333
8334 2015-02-21 Doug Evans <dje@google.com>
8335
8336 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8337
8338 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8339
8340 PR corefiles/17808
8341 * gdb.arch/i386-biarch-core.core.bz2: New file.
8342 * gdb.arch/i386-biarch-core.exp: New file.
8343
8344 2015-02-21 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8347 runto_main fails.
8348
8349 2015-02-20 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8352 info probes.
8353
8354 2015-02-20 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8357
8358 2015-02-20 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8361 clean_restart before gdb_target_supports_trace.
8362
8363 2015-02-20 Pedro Alves <palves@redhat.com>
8364
8365 PR threads/18006
8366 * gdb.threads/clone-thread_db.c: New file.
8367 * gdb.threads/clone-thread_db.exp: New file.
8368
8369 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8370
8371 PR breakpoints/16812
8372 * gdb.base/catch-gdb-caused-signals.c: New file.
8373 * gdb.base/catch-gdb-caused-signals.exp: New file.
8374
8375 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8376
8377 * configure: Regenerated.
8378 * configure.ac: Use GDB_AC_TRANSFORM.
8379 * aclocal.m4: sinclude ../transform.m4.
8380
8381 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8382
8383 * lib/dtrace.exp: New file.
8384 * gdb.base/dtrace-probe.exp: Likewise.
8385 * gdb.base/dtrace-probe.d: Likewise.
8386 * gdb.base/dtrace-probe.c: Likewise.
8387 * lib/pdtrace.in: Likewise.
8388 * configure.ac: Output variables with the transformed names of
8389 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8390 * configure: Regenerated.
8391
8392 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8393
8394 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8395 expected message when trying to access $_probe_* convenience
8396 variables while not on a probe.
8397
8398 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8401
8402 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8403
8404 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8405 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8406
8407 2015-02-10 Doug Evans <xdje42@gmail.com>
8408
8409 * lib/gdb.exp (gdb_load): Always return a result.
8410
8411 2015-02-10 Pedro Alves <palves@redhat.com>
8412
8413 * gdb.threads/signal-sigtrap.c: New file.
8414 * gdb.threads/signal-sigtrap.exp: New file.
8415
8416 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8417
8418 * gdb.trace/no-attach-trace.c: New file.
8419 * gdb.trace/no-attach-trace.exp: New file.
8420
8421 2015-02-09 Mark Wielaard <mjw@redhat.com>
8422
8423 * gdb.dwarf2/atomic.c: New file.
8424 * gdb.dwarf2/atomic-type.exp: Likewise.
8425
8426 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8427
8428 * gdb.btrace/buffer-size.exp: Update "info record" output.
8429 * gdb.btrace/delta.exp: Update "info record" output.
8430 * gdb.btrace/enable.exp: Update "info record" output.
8431 * gdb.btrace/finish.exp: Update "info record" output.
8432 * gdb.btrace/instruction_history.exp: Update "info record" output.
8433 * gdb.btrace/next.exp: Update "info record" output.
8434 * gdb.btrace/nexti.exp: Update "info record" output.
8435 * gdb.btrace/step.exp: Update "info record" output.
8436 * gdb.btrace/stepi.exp: Update "info record" output.
8437 * gdb.btrace/nohist.exp: Update "info record" output.
8438
8439 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8440
8441 * gdb.btrace/buffer-size: New.
8442
8443 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8444
8445 * gdb.btrace/delta.exp: Update "info record" output.
8446 * gdb.btrace/enable.exp: Update "info record" output.
8447 * gdb.btrace/finish.exp: Update "info record" output.
8448 * gdb.btrace/instruction_history.exp: Update "info record" output.
8449 * gdb.btrace/next.exp: Update "info record" output.
8450 * gdb.btrace/nexti.exp: Update "info record" output.
8451 * gdb.btrace/step.exp: Update "info record" output.
8452 * gdb.btrace/stepi.exp: Update "info record" output.
8453 * gdb.btrace/nohist.exp: Update "info record" output.
8454
8455 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8456
8457 PR gdb/15678
8458 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8459
8460 2015-02-06 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8463 macro.
8464 (seconds_left, again): New globals.
8465 (main): Wait seconds_left in a 1-second sleep loop instead of
8466 sleeping 180 seconds. If 'again' is set, reset the seconds
8467 counter.
8468 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8469 'again' in the inferior before detaching. Print the seconds left.
8470 (options): New global.
8471 (top level): Build program with -DTIMEOUT=$timeout.
8472
8473 2015-02-06 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8476 determine how many seconds to pass to 'alarm'.
8477 * gdb.base/gdb-sigterm.exp (top level): Build program with
8478 -DTIMEOUT=$timeout.
8479 (do_test): Return success/failure indication. Add more verbose
8480 logging. Don't fail if 200 single steps are seen. Instead, fail
8481 when the test times out.
8482 (passes): New global.
8483 (top level): Break the testing loop if testing fails on any
8484 iteration. Use gdb_assert.
8485
8486 2015-02-04 Don Breazeal <donb@codesourcery.com>
8487
8488 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8489 and initialize them.
8490 (ipc_cleanup): New function.
8491 (main): Don't declare shmid, semid, and msqid. Add a call to
8492 atexit so that we call ipc_cleanup on exit.
8493
8494 2015-02-04 Pedro Alves <palves@redhat.com>
8495
8496 * boards/native-extended-gdbserver.exp: Remove any target variant
8497 specifications from the board name before clearing the isremote
8498 flag from board_info.
8499
8500 2015-01-31 Doug Evans <xdje42@gmail.com>
8501
8502 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8503
8504 2015-01-31 Gary Benson <gbenson@redhat.com>
8505
8506 * gdb.base/completion.exp: Disable completion limiting for
8507 existing tests. Add new tests to check completion limiting.
8508 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8509
8510 2015-01-31 Doug Evans <xdje42@gmail.com>
8511
8512 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8513
8514 2015-01-31 Doug Evans <xdje42@gmail.com>
8515
8516 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8517 entries. Duplicate file section script entries.
8518 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8519 inlined entries. Add test for safe-path rejection.
8520 * gdb.python/py-section-script.c: Add duplicate inlined section script
8521 entries. Duplicate file section script entries.
8522 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8523 inlined entries. Add test for safe-path rejection.
8524
8525 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8526
8527 * gdb.ada/disc_arr_bound: New testcase.
8528
8529 2015-01-29 Joel Brobecker <brobecker@adacore.com>
8530
8531 * gdb.ada/mi_var_array: New testcase.
8532
8533 2015-01-27 Doug Evans <dje@google.com>
8534
8535 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8536 Add test for objfile.filename, objfile.username after objfile
8537 has been unloaded.
8538
8539 2015-01-26 Joel Brobecker <brobecker@adacore.com>
8540
8541 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8542 the second test to print the name attribute of value
8543 returned by the call to gdb.lookup_type, and adjust
8544 the expected output accordingly.
8545
8546 2015-01-25 Mark Wielaard <mjw@redhat.com>
8547
8548 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8549 * gdb.base/disp-step-fork.c: Include unistd.h.
8550 * gdb.base/siginfo-obj.c: Include stdio.h.
8551 * gdb.base/siginfo-thread.c: Likewise.
8552 * gdb.mi/non-stop.c: Include unistd.h.
8553 * gdb.mi/nsthrexec.c: Include stdio.h.
8554 * gdb.mi/pthreads.c: Include unistd.h.
8555 * gdb.modula2/unbounded1.c (main): Declare returns int.
8556 * gdb.reverse/consecutive-reverse.c: Likewise.
8557 * gdb.threads/create-fail.c: Include unistd.h.
8558 * gdb.threads/killed.c: Likewise.
8559 * gdb.threads/linux-dp.c: Likewise.
8560 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8561 * gdb.threads/non-ldr-exc-2.c: Likewise.
8562 * gdb.threads/non-ldr-exc-3.c: Likewise.
8563 * gdb.threads/non-ldr-exc-4.c: Likewise.
8564 * gdb.threads/pthreads.c: Include unistd.h.
8565 (main): Declare returns int.
8566 * gdb.threads/tls-main.c (foo): New declaration.
8567 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8568
8569 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8570
8571 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8572 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8573
8574 2015-01-15 Mark Wielaard <mjw@redhat.com>
8575
8576 * gdb.base/noreturn-return.c: New file.
8577 * gdb.base/noreturn-return.exp: New file.
8578 * gdb.base/noreturn-finish.c: New file.
8579 * gdb.base/noreturn-finish.exp: New file.
8580
8581 2015-01-23 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.threads/continue-pending-after-query.c: New file.
8584 * gdb.threads/continue-pending-after-query.exp: New file.
8585
8586 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8587 Simon Marchi <simon.marchi@ericsson.com>
8588
8589 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8590 * gdb.base/valgrind-db-attach.exp: Same.
8591 * gdb.base/valgrind-infcall.exp: Same.
8592 * lib/mi-support.exp (default_mi_gdb_start): Same.
8593 * lib/prompt.exp (default_prompt_gdb_start): Same.
8594 * lib/gdb.exp (default_gdb_spawn): Same.
8595 (gdb_interact): New.
8596
8597
8598 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8599
8600 * gdb.compile/compile.exp (pointer to jit function): New test.
8601
8602 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8603
8604 * lib/gdb.exp (supports_process_record): Return true for
8605 powerpc*-*-linux*.
8606 (supports_reverse): Likewise.
8607
8608 2015-01-15 Don Breazeal <donb@codesourcery.com>
8609
8610 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8611 instead of checking whether the target board is remote and
8612 use spawn_wait_for_attach instead of exec/sleep.
8613 * gdb.base/attach-twice.exp: Likewise.
8614
8615 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8616
8617 * gdb.ada/var_arr_attrs: New testcase.
8618
8619 2015-01-14 Pedro Alves <palves@redhat.com>
8620 Joel Brobecker <brobecker@adacore.com>
8621
8622 PR gdb/17525
8623 * gdb.base/bp-cmds-execution-x-script.c: New file.
8624 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8625 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8626
8627 2015-01-14 Pedro Alves <palves@redhat.com>
8628
8629 PR cli/17828
8630 * gdb.base/batch-preserve-term-settings.c: New file.
8631 * gdb.base/batch-preserve-term-settings.exp: New file.
8632
8633 2015-01-13 Doug Evans <dje@google.com>
8634
8635 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8636 binary.
8637
8638 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8639
8640 * Makefile.in (clean mostlyclean): Do not delete *.py.
8641
8642 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8643
8644 * gdb.python/py-lookup-type.exp: New file.
8645
8646 2015-01-12 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8649 restore GDBFLAGS before returning.
8650
8651 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8652
8653 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8654 is_amd64_regs_target and is_x86_like_target.
8655
8656 2015-01-11 Doug Evans <xdje42@gmail.com>
8657
8658 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8659 is given without an explicit form.
8660 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8661 attributes.
8662 * gdb.dwarf/corrupt.exp: Ditto.
8663 * gdb.dwarf2/enum-type.exp: Ditto.
8664 * gdb.trace/entry-values.exp: Ditto.
8665 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8666
8667 2015-01-11 Doug Evans <xdje42@gmail.com>
8668
8669 PR gdb/15830
8670 * gdb.base/maint.exp: Remove references to "maint demangle".
8671 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8672 Add tests for explicitly specifying language to demangle.
8673 * gdb.dlang/demangle.exp: Ditto.
8674
8675 2015-01-09 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.threads/non-stop-fair-events.c: New file.
8678 * gdb.threads/non-stop-fair-events.exp: New file.
8679
8680 2015-01-09 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8683 the global scope. Set a breakpoint after all threads are started
8684 rather than stepping over two source lines. Expect the prompt.
8685 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8686 global.
8687 (NUM): Now 15.
8688 (main): Use threads_started_barrier to wait for all threads to
8689 start. Main thread no longer calls thread_function. Exit after
8690 180 seconds.
8691 (loop): New function.
8692 (thread_function): Wait on threads_started_barrier barrier. Call
8693 'loop' at each iteration.
8694 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8695 threads have started, instead of hardcoding number of "next"
8696 steps. Use an access watchpoint instead of a write watchpoint.
8697
8698 2015-01-09 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8701 (thread_func): Wait on barrier.
8702 (main): Wait for all threads to start before stopping GDB.
8703 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8704 global.
8705 (thread1_func, thread2_func): Wait on barrier.
8706 (main): Wait for all threads to start before stopping GDB.
8707 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8708 New global.
8709 (thread1_func, thread2_func): Wait on barrier.
8710 (main): Wait for all threads to start before stopping GDB.
8711
8712 2015-01-09 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.threads/attach-many-short-lived-threads.c: New file.
8715 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8716
8717 2014-01-09 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8720 instead of to thread 2.
8721 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8722 Add barrier around each pthread_create call instead of around all
8723 calls.
8724 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8725 Set a break on thread_function and have the child threads hit it
8726 one at at a time.
8727
8728 2015-01-09 Pedro Alves <palves@redhat.com>
8729
8730 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8731 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8732 false.
8733 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8734 checking whether the target board is remote.
8735 * gdb.multi/multi-attach.exp: Likewise.
8736 * gdb.python/py-sync-interp.exp: Likewise.
8737 * gdb.server/ext-attach.exp: Likewise.
8738 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8739 tests that need to attach, instead of checking whether the target
8740 board is remote at the top of the file.
8741
8742 2015-01-08 Yao Qi <yao@codesourcery.com>
8743
8744 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8745
8746 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 Fix testcase compilation.
8749 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8750
8751 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8752
8753 * gdb.python/py-type.exp: Add a couple test about empty
8754 array creation, and negative-length array creation.
8755
8756 2015-01-02 Doug Evans <xdje42@gmail.com>
8757
8758 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8759
8760 2015-01-02 Doug Evans <dje@google.com>
8761
8762 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8763
8764 2014-12-29 Yao Qi <yao@codesourcery.com>
8765
8766 * gdb.trace/entry-values.exp: Update comments. Rename variable
8767 bar_call_foo to returned_from_foo.
8768
8769 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8770
8771 PR gdb/17394
8772 * gdb.linespec/break-asm-file.c: New file.
8773 * gdb.linespec/break-asm-file.exp: New file.
8774 * gdb.linespec/break-asm-file0.s: New file.
8775 * gdb.linespec/break-asm-file1.s: New file.
8776
8777 2014-12-18 Nigel Stephens <nigel@mips.com>
8778 Maciej W. Rozycki <macro@codesourcery.com>
8779
8780 * gdb.base/float.exp: Handle the new output from "info float" on
8781 MIPS targets.
8782
8783 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8784
8785 Fix MinGW compilation.
8786 * gdb.compile/compile-ops.exp: Update untested message if
8787 !skip_compile_feature_tests.
8788 * gdb.compile/compile-setjmp.exp: Likewise.
8789 * gdb.compile/compile-tls.exp: Likewise.
8790 * gdb.compile/compile.exp: Likewise.
8791 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8792 supported on this host".
8793
8794 2014-12-16 Doug Evans <xdje42@gmail.com>
8795
8796 * boards/stabs.exp: New file.
8797
8798 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8799
8800 * gdb.base/completion.exp: Adjust to format changes of "maint
8801 print user-registers".
8802
8803 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8804
8805 PR server/17457
8806 * gdb.arch/aarch64-fp.c: New file.
8807 * gdb.arch/aarch64-fp.exp: New file.
8808
8809 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8810
8811 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8812 r210637, r210913, r211666, r215400, r215817).
8813
8814 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8815 * dg-extract-results.py: New file.
8816 * dg-extract-results.sh: Use it if the environment seems
8817 suitable.
8818
8819 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8820
8821 * dg-extract-results.py (parse_run): Handle warnings that
8822 are printed before a test harness is run.
8823
8824 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8825
8826 * dg-extract-results.py (Named): Remove __cmp__ method.
8827 (output_variation): Use a key to sort variation.harnesses.
8828
8829 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8830
8831 * dg-extract-results.py: For Python 3, force sys.stdout to
8832 handle surrogate escape sequences.
8833 (safe_open): New function.
8834 (output_segment, main): Use it.
8835
8836 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8837
8838 * dg-extract-results.py (Prog.result_re): Include options
8839 in test name.
8840
8841 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8842
8843 * dg-extract-results.py (output_variation): Always sort if
8844 do_sum.
8845
8846 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8849 as long as we get pagination notifications.
8850
8851 2014-12-15 Jason Merrill <jason@redhat.com>
8852
8853 * Makefile.in (check-gdb.%): Restore.
8854 * README: Mention it.
8855
8856 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8857
8858 * gdb.ada/str_uninit: New testcase.
8859
8860 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 PR symtab/17642
8863 * gdb.base/vla-stub-define.c: New file.
8864 * gdb.base/vla-stub.c: New file.
8865 * gdb.base/vla-stub.exp: New file.
8866
8867 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8868 Jan Kratochvil <jan.kratochvil@redhat.com>
8869 Tom Tromey <tromey@redhat.com>
8870
8871 * configure.ac: Add gdb.compile/.
8872 * configure: Regenerate.
8873 * gdb.compile/Makefile.in: New file.
8874 * gdb.compile/compile-ops.exp: New file.
8875 * gdb.compile/compile-ops.c: New file.
8876 * gdb.compile/compile-tls.c: New file.
8877 * gdb.compile/compile-tls.exp: New file.
8878 * gdb.compile/compile-constvar.S: New file.
8879 * gdb.compile/compile-constvar.c: New file.
8880 * gdb.compile/compile-mod.c: New file.
8881 * gdb.compile/compile-nodebug.c: New file.
8882 * gdb.compile/compile-setjmp-mod.c: New file.
8883 * gdb.compile/compile-setjmp.c: New file.
8884 * gdb.compile/compile-setjmp.exp: New file.
8885 * gdb.compile/compile-shlib.c: New file.
8886 * gdb.compile/compile.c: New file.
8887 * gdb.compile/compile.exp: New file.
8888 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8889
8890 2014-12-12 Tom Tromey <tromey@redhat.com>
8891
8892 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8893 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8894
8895 2014-12-12 Doug Evans <dje@google.com>
8896
8897 * lib/gdb-python.exp (get_python_valueof): New function.
8898 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8899
8900 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8901
8902 * gdb.base/completion.exp: Add test for completion of "info
8903 registers ".
8904
8905 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8906
8907 * gdb.base/func-ptrs.c: New file.
8908 * gdb.base/func-ptrs.exp: New file.
8909
8910 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8911
8912 PR breakpoints/17012
8913 * gdb.base/dprintf-detach.c: New file.
8914 * gdb.base/dprintf-detach.exp: New file.
8915
8916 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8917
8918 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8919 * lib/gdb.exp (target_is_gdbserver): New procedure.
8920
8921 2014-12-08 Doug Evans <dje@google.com>
8922
8923 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8924
8925 2014-12-05 Yao Qi <yao@codesourcery.com>
8926
8927 * gdb.guile/scm-error.exp: Remove the third argument to
8928 gdb_remote_download.
8929 * gdb.guile/scm-frame-args.exp: Likewise.
8930 * gdb.guile/scm-section-script.exp: Likewise.
8931
8932 2014-12-05 Yao Qi <yao@codesourcery.com>
8933
8934 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8935
8936 2014-12-04 Doug Evans <dje@google.com>
8937
8938 * gdb.python/py-objfile.exp: Add tests for
8939 objfile.add_separate_debug_file.
8940
8941 2014-12-04 Doug Evans <dje@google.com>
8942
8943 * lib/gdb.exp (get_build_id): New function.
8944 (build_id_debug_filename_get): Rewrite to use it.
8945 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8946
8947 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8948
8949 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8950 `method(long)', not just 0x0.
8951 * gdb.cp/nsalias.exp: Align code labels to 4.
8952 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8953 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8954 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8955 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8956 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8957 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8958
8959 2014-12-02 Doug Evans <dje@google.com>
8960
8961 PR symtab/17602
8962 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8963 * gdb.cp/anon-ns2.cc: ... here. New file.
8964 * gdb.cp/anon-ns.exp: Update.
8965
8966 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8967
8968 * gdb.python/py-events.py (inferior_call_handler): New.
8969 (register_changed_handler, memory_changed_handler): New.
8970 (test_events.invoke): Register new handlers.
8971 * gdb.python/py-events.exp: Add tests for inferior call,
8972 memory_changed and register_changed events.
8973
8974 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8975
8976 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8977 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8978 if the linker doesn't understand this.
8979
8980 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8981
8982 * gdb.python/python.exp: Change expected reply to help().
8983
8984 2014-12-01 Yao Qi <yao@codesourcery.com>
8985
8986 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8987 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8988 * configure: Re-generated.
8989
8990 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8991
8992 * gdb.cp/chained-calls.cc: New file.
8993 * gdb.cp/chained-calls.exp: New file.
8994 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8995
8996 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8999 * gdb.dwarf2/symtab-producer.exp: Same.
9000 * gdb.gdb/python-interrupts.exp: Same.
9001 * gdb.gdb/python-selftest.exp: Same.
9002 * gdb.python/py-linetable.exp: Same.
9003 * gdb.python/py-type.exp: Same.
9004 * gdb.python/py-value-cc.exp: Same.
9005 * gdb.python/py-value.exp: Same.
9006
9007 2014-11-28 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.base/break-probes.exp: Match library name prefixed with
9010 sysroot.
9011
9012 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9013
9014 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9015 test expected output. Add parentheses for the call to print.
9016 Remove L suffix from integers.
9017
9018 2014-11-26 Doug Evans <dje@google.com>
9019
9020 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9021
9022 2014-11-22 Yao Qi <yao@codesourcery.com>
9023
9024 * gdb.trace/entry-values.c: Remove asms.
9025 (foo): Add foo_label.
9026 (bar): Add bar_label.
9027 * gdb.trace/entry-values.exp: Remove code computing foo's
9028 length and bar's length.
9029 (Dwarf::assemble): Invoke function_range for bar and use
9030 MACRO_AT_func for foo.
9031
9032 2014-11-22 Yao Qi <yao@codesourcery.com>
9033
9034 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9035 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9036 Use .Lgcc43_procstart instead of gcc43.
9037
9038 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9039
9040 * gdb.ada/n_arr_bound: New testcase.
9041
9042 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9043
9044 PR breakpoints/10737
9045 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9046 test_catch_syscall_multi_arch.
9047 (test_catch_syscall_multi_arch): New function.
9048
9049 2014-11-20 Doug Evans <xdje42@gmail.com>
9050
9051 * gdb.base/maint.exp: Update expected output.
9052
9053 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9054
9055 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9056 4-byte instruction on S390.
9057
9058 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9059
9060 * gdb.ada/arr_arr: New testcase.
9061
9062 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9063
9064 * gdb.ada/pkd_arr_elem: New Testcase.
9065
9066 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9067
9068 * gdb.reverse/break-precsave: Expect completion message for
9069 core file reads.
9070 * gdb.reverse/consecutive-precsave.exp: Likewise.
9071 * gdb.reverse/finish-precsave.exp: Likewise.
9072 * gdb.reverse/i386-precsave.exp: Likewise.
9073 * gdb.reverse/machinestate-precsave.exp: Likewise.
9074 * gdb.reverse/sigall-precsave.exp: Likewise.
9075 * gdb.reverse/solib-precsave.exp: Likewise.
9076 * gdb.reverse/step-precsave.exp: Likewise.
9077 * gdb.reverse/until-precsave.exp: Likewise.
9078 * gdb.reverse/watch-precsave.exp: Likewise.
9079
9080 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9081
9082 * gdb.base/bp-permanent.c: Include unistd.h.
9083 * gdb.python/py-framefilter-mi.c (main): Add return type.
9084 * gdb.python/py-framefilter.c (main): Likewise.
9085 * gdb.trace/actions-changed.c (main): Likewise.
9086
9087 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9088
9089 * gdb.mi/until.c: Add eye-catchers.
9090 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9091 line numbers.
9092
9093 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9094
9095 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9096 function header variants in break1.c.
9097 * gdb.base/ena-dis-br.exp: Likewise.
9098 * gdb.base/hbreak2.exp: Likewise.
9099 * gdb.reverse/until-precsave.exp: Drop references to removed
9100 non-prototype function header variants in ur1.c.
9101 * gdb.reverse/until-reverse.exp: Likewise.
9102
9103 2014-11-17 Petr Machata <pmachata@redhat.com>
9104
9105 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9106 ${_cu_offset_size} bytes abbrev offset.
9107
9108 2014-11-15 Doug Evans <xdje42@gmail.com>
9109
9110 PR symtab/17559
9111 * gdb.base/line-symtabs.exp: New file.
9112 * gdb.base/line-symtabs.c: New file.
9113 * gdb.base/line-symtabs.h: New file.
9114
9115 2014-11-14 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9118 (func): Add label func_label.
9119 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9120 Replace low_pc and high_pc with MACRO_AT_range.
9121 Replace name, low_pc and high_pc with MACRO_AT_func.
9122
9123 2014-11-14 Yao Qi <yao@codesourcery.com>
9124
9125 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9126 Replace name, low_pc and high_pc with MACRO_AT_func.
9127
9128 2014-11-14 Yao Qi <yao@codesourcery.com>
9129
9130 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9131 produce debug information.
9132 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9133
9134 2014-11-14 Yao Qi <yao@codesourcery.com>
9135
9136 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9137 object and get function length.
9138 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9139 with MACRO_AT_func.
9140 (top-level): Replace gdb_compile and clean_restart with
9141 prepare_for_testing.
9142 * gdb.dwarf2/main.c (main): Add label main_label.
9143
9144 2014-11-14 Yao Qi <yao@codesourcery.com>
9145
9146 * lib/dwarf.exp (function_range): New procedure.
9147 (Dwarf::_handle_macro_at_func): New procedure.
9148 (Dwarf::_handle_macro_at_range): New procedure.
9149 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9150
9151 2014-11-14 Yao Qi <yao@codesourcery.com>
9152
9153 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9154 (_handle_attribute): New procedure.
9155
9156 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9157
9158 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9159 * gdb.base/call-sc.c (zed): Likewise.
9160 * gdb.base/checkpoint.c (main): Likewise.
9161 * gdb.base/dump.c (main): Likewise.
9162 * gdb.base/gcore.c (main): Likewise.
9163 * gdb.base/huge.c (main): Likewise.
9164 * gdb.base/multi-forks.c (main): Likewise.
9165 * gdb.base/pr10179-a.c (main): Likewise.
9166 * gdb.base/savedregs.c (main): Likewise.
9167 * gdb.base/sigaltstack.c (main): Likewise.
9168 * gdb.base/siginfo.c (main): Likewise.
9169 * gdb.base/structs.c (zed): Likewise.
9170 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9171 * gdb.mi/mi-syn-frame.c (main): Likewise.
9172 * gdb.mi/until.c (foo, main): Likewise.
9173 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9174 * gdb.base/solib-weak.c (foo): Declare.
9175 * gdb.base/attach-twice.c: Include stdio.h.
9176 * gdb.base/weaklib1.c: Likewise.
9177 * gdb.base/weaklib2.c: Likewise.
9178 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9179 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9180 unistd.h.
9181 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9182 * gdb.mi/mi-exit-code.c: Likewise.
9183 * gdb.base/break-interp-lib.c: Include string.h.
9184 * gdb.base/coremaker.c: Likewise.
9185 * gdb.base/testenv.c: Likewise.
9186 * gdb.python/py-finish-breakpoint.c: Likewise.
9187 * gdb.base/inferior-died.c: Include sys/wait.h.
9188 * gdb.base/fileio.c: Include time.h.
9189 * gdb.base/async-shell.c: Include unistd.h.
9190 * gdb.base/dprintf-non-stop.c: Likewise.
9191 * gdb.base/info-os.c: Likewise.
9192 * gdb.mi/mi-console.c: Likewise.
9193 * gdb.mi/watch-nonstop.c: Likewise.
9194 * gdb.python/py-events.c: Likewise.
9195 * gdb.base/async.c (baz): Move up before its invocation.
9196 * gdb.base/code_elim2.c (my_global_func): Likewise.
9197 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9198 * gdb.base/advance.c (func2): Likewise.
9199
9200 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9201
9202 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9203 variant.
9204 * gdb.base/annota3.c: Likewise.
9205 * gdb.base/async.c: Likewise.
9206 * gdb.base/average.c: Likewise.
9207 * gdb.base/call-ar-st.c: Likewise.
9208 * gdb.base/call-rt-st.c: Likewise.
9209 * gdb.base/call-sc.c: Likewise.
9210 * gdb.base/call-strs.c: Likewise.
9211 * gdb.base/ending-run.c: Likewise.
9212 * gdb.base/execd-prog.c: Likewise.
9213 * gdb.base/exprs.c: Likewise.
9214 * gdb.base/foll-exec.c: Likewise.
9215 * gdb.base/foll-fork.c: Likewise.
9216 * gdb.base/foll-vfork.c: Likewise.
9217 * gdb.base/funcargs.c: Likewise.
9218 * gdb.base/gcore.c: Likewise.
9219 * gdb.base/jump.c: Likewise.
9220 * gdb.base/langs0.c: Likewise.
9221 * gdb.base/langs1.c: Likewise.
9222 * gdb.base/langs2.c: Likewise.
9223 * gdb.base/mips_pro.c: Likewise.
9224 * gdb.base/nodebug.c: Likewise.
9225 * gdb.base/opaque0.c: Likewise.
9226 * gdb.base/opaque1.c: Likewise.
9227 * gdb.base/recurse.c: Likewise.
9228 * gdb.base/run.c: Likewise.
9229 * gdb.base/scope0.c: Likewise.
9230 * gdb.base/scope1.c: Likewise.
9231 * gdb.base/setshow.c: Likewise.
9232 * gdb.base/setvar.c: Likewise.
9233 * gdb.base/shmain.c: Likewise.
9234 * gdb.base/shr1.c: Likewise.
9235 * gdb.base/shr2.c: Likewise.
9236 * gdb.base/sigall.c: Likewise.
9237 * gdb.base/signals.c: Likewise.
9238 * gdb.base/so-indr-cl.c: Likewise.
9239 * gdb.base/solib2.c: Likewise.
9240 * gdb.base/structs.c: Likewise.
9241 * gdb.base/sum.c: Likewise.
9242 * gdb.base/vforked-prog.c: Likewise.
9243 * gdb.base/watchpoint.c: Likewise.
9244 * gdb.reverse/shr2.c: Likewise.
9245 * gdb.reverse/until-reverse.c: Likewise.
9246 * gdb.reverse/ur1.c: Likewise.
9247 * gdb.reverse/watch-reverse.c: Likewise.
9248
9249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9250
9251 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9252 variant.
9253 * gdb.base/sepdebug.exp: Drop references to removed code.
9254
9255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9258 variant. Preserve original line numbering.
9259 * gdb.base/list1.c: Likewise.
9260
9261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9262
9263 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9264 variant.
9265 * gdb.base/break1.c: Likewise.
9266 * gdb.base/break.exp: Drop references to removed code.
9267
9268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9271 variant.
9272
9273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9274
9275 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9276
9277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9278
9279 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9280 logic into perform_all_tests() and invoke it with and without
9281 function header prototypes.
9282 (do_function_calls): Remove conditional XFAIL for PR 5318.
9283 (rerun_and_prepare): Remove duplicate code.
9284 (perform_all_tests): New. Main logic moved here.
9285
9286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9287
9288 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9289 code guarded by #ifdef NO_PROTOTYPES.
9290 (t_double_many_args): Likewise.
9291 (DEF_FUNC_MANY_ARGS_1): Likewise.
9292 (DEF_FUNC_VALUES_1): Likewise.
9293 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9294 guarded by #ifdef PROTOTYPES.
9295
9296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9297
9298 * gdb.mi/mi-console.c: Add eye-catcher.
9299 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9300 instead of literal line number.
9301
9302 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9303
9304 * gdb.base/shr2.c: Add eye-catcher.
9305 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9306 line number.
9307
9308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * gdb.base/jump.c: Add eye-catchers.
9311 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9312 numbers.
9313
9314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9315
9316 * gdb.base/execd-prog.c: Add eye-catchers.
9317 * gdb.base/foll-exec.c: Likewise.
9318 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9319 line numbers.
9320
9321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9322
9323 * gdb.base/ending-run.c: Add eye-catchers.
9324 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9325 literal line numbers.
9326
9327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9328
9329 * gdb.base/call-rt-st.c: Add eye-catchers.
9330 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9331 literal line numbers.
9332
9333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9334
9335 * gdb.base/call-ar-st.c: Add eye-catchers.
9336 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9337 literal line numbers.
9338
9339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9340
9341 * gdb.base/average.c: Add eye-catchers.
9342 * gdb.base/sum.c: Likewise.
9343 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9344 regexps dynamically.
9345
9346 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9347
9348 * gdb.base/solib1.c: Add eye-catchers.
9349 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9350 literal line numbers.
9351
9352 2014-11-12 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9355 leader has exited.
9356
9357 2014-11-12 Pedro Alves <palves@redhat.com>
9358
9359 * gdb.arch/i386-bp_permanent.c: New file.
9360 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9361 (srcfile): Set to i386-bp_permanent.c.
9362 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9363 that stepi does not execute the 'leave' instruction, instead of
9364 testing it does execute.
9365 * gdb.base/bp-permanent.c: New file.
9366 * gdb.base/bp-permanent.exp: New file.
9367
9368 2014-11-10 Doug Evans <xdje42@gmail.com>
9369
9370 PR symtab/17564
9371 * gdb.base/symtab-search-order.exp: New file.
9372 * gdb.base/symtab-search-order.c: New file.
9373 * gdb.base/symtab-search-order-1.c: New file.
9374 * gdb.base/symtab-search-order-shlib-1.c: New file.
9375
9376 2014-11-07 Pedro Alves <palves@redhat.com>
9377
9378 PR gdb/17511
9379 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9380 i?86-*-linux*.
9381
9382 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9383
9384 PR c++/17494
9385 * gdb.cp/pr17494.cc: New file.
9386 * gdb.cp/pr17494.exp: New file.
9387
9388 2014-11-02 Yao Qi <yao@codesourcery.com>
9389
9390 * gdb.python/python.exp: Get working directory and match the
9391 output of "set extended-prompt \\w " with it.
9392
9393 2014-10-30 Doug Evans <dje@google.com>
9394
9395 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9396 in objfiles.
9397 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9398 in progspaces.
9399
9400 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
9401
9402 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9403 * gdb.base/realname-expand.exp: Likewise.
9404 * gdb.linespec/macro-relative.exp: Likewise.
9405
9406 2014-10-29 Pedro Alves <palves@redhat.com>
9407
9408 PR gdb/17408
9409 * gdb.threads/schedlock.c (some_function): New function.
9410 (call_function): New global.
9411 (MAYBE_CALL_SOME_FUNCTION): New macro.
9412 (thread_function): Call it.
9413 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9414 and use it instead of a global counter. Adjust all callers.
9415 (get_current_thread): Use "find current thread" for test message
9416 here rather than having all callers pass down the same string.
9417 (goto_loop): New procedure, factored out from ...
9418 (my_continue): ... this.
9419 (step_ten_loops): Change parameter from test message to command to
9420 use. Adjust.
9421 (list_count): Delete global.
9422 (check_result): New procedure, factored out from duplicate top
9423 level code.
9424 (continue tests): Wrap in with_test_prefix.
9425 (test_step): New procedure, factored out from duplicate top level
9426 code.
9427 (top level): Test "step" in combination with all scheduler-locking
9428 modes. Test "next" in combination with all scheduler-locking
9429 modes, and in combination with stepping over a function call or
9430 not.
9431 * gdb.threads/next-bp-other-thread.c: New file.
9432 * gdb.threads/next-bp-other-thread.exp: New file.
9433
9434 2014-10-29 Pedro Alves <palves@redhat.com>
9435
9436 PR python/17372
9437 * gdb.python/python.exp: Test a multi-line command that spawns
9438 interactive Python.
9439 * gdb.base/multi-line-starts-subshell.exp: New file.
9440
9441 2014-10-29 Yao Qi <yao@codesourcery.com>
9442
9443 * gdb.base/fileio.exp: Make directories on host.
9444
9445 2014-10-29 Yao Qi <yao@codesourcery.com>
9446
9447 * gdb.base/fileio.c (test_write): Close the file.
9448
9449 2014-10-28 Pedro Alves <palves@redhat.com>
9450
9451 PR gdb/12623
9452 * gdb.base/sigstep.c (no_handler): New global.
9453 (main): If 'no_handler is true, set the signal handlers to
9454 SIG_IGN.
9455 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9456 with_sw_watch and no_handler parameters. Handle them.
9457 (top level) <stepping over handler when stopped at a breakpoint
9458 test>: Add a test axis for testing with a software watchpoint, and
9459 another for testing with the signal handler set to SIG_IGN.
9460 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9461 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9462
9463 2014-10-28 Pedro Alves <palves@redhat.com>
9464
9465 PR gdb/17511
9466 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9467 * gdb.base/sigstep.exp (other_handler_location): New global.
9468 (advance): Support stepping into the signal handler, and running
9469 commands while in the handler.
9470 (in_handler_map): New global.
9471 (top level): In the advance test, add combinations for getting
9472 into the handler with stepping commands, and for running commands
9473 in the handler. Add comment descripting the advancei tests.
9474
9475 2014-10-28 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/sigstep.exp: Use build_executable instead of
9478 prepare_for_testing.
9479 (top level): Move code that starts GDB, runs to main and creates a
9480 display to ...
9481 (restart): ... this new procedure.
9482 (top level): Move backtrace from signal handler test to ...
9483 (validate_backtrace): ... this new procedure.
9484 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9485 with_test_prefix. Always restart GDB.
9486 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9487 with_test_prefix. Always restart GDB. No need to delete
9488 breakpoints after the test.
9489 (test_skip_handler): Remove prefix parameter.
9490 (skip_over_handler, breakpoint_to_handler)
9491 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9492 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9493 restart GDB. No need to delete breakpoints after the test.
9494 (top level): Use foreach to call the test procedures with
9495 different commands.
9496
9497 2014-10-28 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9500 instead of GNATS numbers.
9501 * gdb.base/sigbpt.exp: Likewise.
9502 * gdb.base/siginfo.exp: Likewise.
9503 * gdb.base/sigstep.exp: Likewise.
9504
9505 2014-10-27 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.base/sigstep.c (dummy): New global.
9508 (main): Issue a couple writes to the new global.
9509 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9510 procedures.
9511 (skip_over_handler): Use test_skip_handler.
9512 (top level): Call skip_over_handler for stepi and nexti too.
9513 (breakpoint_over_handler): Use test_skip_handler.
9514 (top level): Call breakpoint_over_handler for stepi and nexti too.
9515
9516 2014-10-27 Yao Qi <yao@codesourcery.com>
9517
9518 * gdb.trace/tfile.c (adjust_function_address)
9519 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9520 function descriptor.
9521
9522 2014-10-24 Don Breazeal <donb@codesourcery.com>
9523
9524 * gdb.base/foll-fork.exp (test_follow_fork,
9525 catch_fork_child_follow): Check for updated fork messages emitted
9526 from infrun.c.
9527 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9528 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9529 vfork_and_exec_child_follow_through_step): Check for updated vfork
9530 messages emitted from infrun.c.
9531
9532 2014-10-24 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/corefile.exp: Remove references to ultrix.
9535 * gdb.base/interrupt.exp: Likewise.
9536 * gdb.base/whatis.exp: Likewise.
9537 * gdb.gdb/selftest.exp: Likewise.
9538 * gdb.threads/manythreads.exp: Likewise.
9539 * gdb.threads/print-threads.exp: Likewise.
9540 * gdb.threads/pthreads.exp:: Likewise.
9541 * gdb.threads/schedlock.exp: Likewise.
9542
9543 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9544
9545 * gdb.cp/non-trivial-retval.cc: Add a test case.
9546 * gdb.cp/non-trivial-retval.exp: Add a test.
9547
9548 2014-10-20 Yao Qi <yao@codesourcery.com>
9549
9550 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9551 * gdb.python/py-objfile-script-gdb.py: New file.
9552 * gdb.python/py-objfile-script.exp: Update reference to
9553 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9554 of remote_download. Remove the dest file.
9555
9556 2014-10-20 Yao Qi <yao@codesourcery.com>
9557
9558 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9559 * gdb.base/step-line.exp: Likewise.
9560 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9561 * gdb.dwarf2/dw2-basic.exp: Likewise.
9562 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9563 * gdb.dwarf2/dw2-filename.exp: Likewise.
9564 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9565 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9566 * gdb.dwarf2/dw2-producer.exp: Likewise.
9567 * gdb.dwarf2/mac-fileno.exp: Likewise.
9568 * gdb.python/py-frame-args.exp: Likewise.
9569 * gdb.python/py-framefilter.exp: Likewise.
9570 * gdb.python/py-mi.exp: Likewise.
9571 * gdb.python/py-objfile-script.exp: Likewise
9572 * gdb.python/py-pp-integral.exp: Likewise.
9573 * gdb.python/py-pp-re-notag.exp: Likewise.
9574 * gdb.python/py-prettyprint.exp: Likewise.
9575 * gdb.python/py-section-script.exp: Likewise.
9576 * gdb.python/py-typeprint.exp: Likewise.
9577 * gdb.python/py-xmethods.exp: Likewise.
9578 * gdb.stabs/weird.exp: Likewise.
9579 * gdb.xml/tdesc-regs.exp: Likewise.
9580
9581 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9582
9583 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9584 (out_cu): Use addr_len for the size of addresses.
9585 (out_line): Likewise. Size DW_LNE_set_address instruction
9586 according to addr_len.
9587 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9588 (FUNC): Add START_INSNS to definition.
9589
9590 2014-10-18 Yao Qi <yao@codesourcery.com>
9591
9592 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9593 gdb_has_argv0 return true.
9594 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9595 check [target_info exists noargs], check [gdb_has_argv0]
9596 instead.
9597 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9598 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9599 procedures.
9600
9601 2014-10-17 Doug Evans <dje@google.com>
9602
9603 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9604 event.
9605 * gdb.python/py-events.py: Add clear_objfiles event.
9606
9607 2014-10-17 Doug Evans <dje@google.com>
9608
9609 * gdb.python/py-objfile.exp: Test progspace attribute.
9610
9611 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9612
9613 * gdb.guile/scm-breakpoint.exp: Do not assume any
9614 directory separators when matching source file paths.
9615 * gdb.python/py-breakpoint.exp: Likewise.
9616 * gdb.reverse/break-precsave.exp: Likewise.
9617 * gdb.reverse/break-reverse.exp: Likewise.
9618 * gdb.reverse/consecutive-precsave.exp: Likewise.
9619 * gdb.reverse/finish-precsave.exp: Likewise.
9620 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9621 * gdb.reverse/finish-reverse.exp: Likewise.
9622 * gdb.reverse/i386-precsave.exp: Likewise.
9623 * gdb.reverse/i387-env-reverse.exp: Likewise.
9624 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9625 * gdb.reverse/machinestate-precsave.exp: Likewise.
9626 * gdb.reverse/machinestate.exp: Likewise.
9627 * gdb.reverse/sigall-precsave.exp: Likewise.
9628 * gdb.reverse/solib-precsave.exp: Likewise.
9629 * gdb.reverse/step-precsave.exp: Likewise.
9630 * gdb.reverse/until-precsave.exp: Likewise.
9631 * gdb.reverse/watch-precsave.exp: Likewise.
9632 * gdb.reverse/watch-reverse.exp: Likewise.
9633
9634 2014-10-17 Yao Qi <yao@codesourcery.com>
9635
9636 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9637 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9638
9639 2014-10-17 Pedro Alves <palves@redhat.com>
9640
9641 PR gdb/17471
9642 * gdb.base/bg-execution-repeat.c: New file.
9643 * gdb.base/bg-execution-repeat.exp: New file.
9644
9645 2014-10-17 Pedro Alves <palves@redhat.com>
9646
9647 PR gdb/17300
9648 * gdb.base/continue-all-already-running.c: New file.
9649 * gdb.base/continue-all-already-running.exp: New file.
9650
9651 2014-10-17 Pedro Alves <palves@redhat.com>
9652
9653 PR gdb/17472
9654 * gdb.base/annota-input-while-running.c: New file.
9655 * gdb.base/annota-input-while-running.exp: New file.
9656
9657 2014-10-17 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/callfuncs.exp: emove references to osf.
9660 * gdb.base/sigall.exp: Likewise.
9661 * gdb.gdb/selftest.exp: Likewise.
9662 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9663 * gdb.mi/non-stop.c: Likewise.
9664 * gdb.mi/pthreads.c: Likewise.
9665 * gdb.reverse/sigall-precsave.exp: Likewise.
9666 * gdb.reverse/sigall-reverse.exp: Likewise.
9667 * gdb.threads/pthreads.c: Likewise.
9668 * gdb.threads/pthreads.exp: Likewise.
9669
9670 2014-10-17 Yao Qi <yao@codesourcery.com>
9671
9672 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9673 check 'target_info exists noargs'.
9674 (test_command_prompt_position): Likewise.
9675 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9676 Remove "set args".
9677 (progvar_simple_while_test): Likewise.
9678 (progvar_complex_if_while_test): Likewise.
9679 (if_while_breakpoint_command_test): Likewise.
9680 (infrun_breakpoint_command_test): Likewise.
9681 (breakpoint_command_test): Likewise.
9682 (watchpoint_command_test): Likewise.
9683 (bp_deleted_in_command_test): Likewise.
9684 (temporary_breakpoint_commands): Likewise.
9685
9686 2014-10-16 Yao Qi <yao@codesourcery.com>
9687
9688 * gdb.base/remotetimeout.exp: Remove noargs checking.
9689
9690 2014-10-15 Pedro Alves <palves@redhat.com>
9691
9692 PR breakpoints/9649
9693 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9694 * gdb.base/breakpoint-in-ro-region.exp
9695 (probe_target_hardware_step): New procedure.
9696 (top level): Probe hardware stepping and hardware breakpoint
9697 support. Test stepping through a read-only region, with both
9698 "breakpoint auto-hw" on and off and both "always-inserted" on and
9699 off.
9700
9701 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9702
9703 * gdb.dlang/demangle.exp: Update for demangling changes.
9704
9705 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9706
9707 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9708 * gdb.cp/non-trivial-retval.exp: Add new tests.
9709
9710 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9711
9712 PR c++/13403
9713 PR c++/15154
9714 * gdb.cp/non-trivial-retval.cc: New file.
9715 * gdb.cp/non-trivial-retval.exp: New file.
9716
9717 2014-10-15 Yao Qi <yao@codesourcery.com>
9718
9719 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9720 remote host.
9721
9722 2014-10-15 Yao Qi <yao@codesourcery.com>
9723
9724 * gdb.python/py-symbol.exp: Match file base name if host is
9725 remote, otherwise match file name with dir name.
9726 * gdb.python/py-symtab.exp: Likewise.
9727 * gdb.python/python.exp: Likewise.
9728
9729 2014-10-15 Yao Qi <yao@codesourcery.com>
9730
9731 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9732 pattern.
9733 * gdb.python/py-symtab.exp: Likewise.
9734 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9735 locationn.
9736
9737 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9738
9739 * gdb.ada/addr_arith: New testcase.
9740
9741 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9742
9743 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9744 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9745 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9746 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9747
9748 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9749
9750 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9751 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9752 * gdb.arch/stap-eval-lang-ada.exp: New file.
9753
9754 2014-10-14 Yao Qi <yao@codesourcery.com>
9755
9756 * gdb.mi/mi-var-child.c (nothing1): New function.
9757 (nothing2): New function.
9758 (do_children_tests): Set function pointers by nothing1 and
9759 nothing2.
9760 * gdb.mi/mi-var-child.exp: Step over new added statements.
9761 Update test to match the new output.
9762 * gdb.mi/var-cmd.c (nothing1): New function.
9763 (nothing2): New function.
9764 (do_children_tests): Set function pointers by nothing1 and
9765 nothing2.
9766 * gdb.mi/mi-var-display.exp: Update test to match output.
9767 Step to the line specified by $line_dct_nothing.
9768 Increase the number of lines to step.
9769
9770 2014-10-14 Yao Qi <yao@codesourcery.com>
9771
9772 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9773 tests.
9774 * gdb.mi/mi2-var-child.exp: Likewise.
9775
9776 2014-10-13 Doug Evans <dje@google.com>
9777
9778 * gdb.python/py-objfile.exp: Change name of file name test.
9779
9780 2014-10-13 Doug Evans <dje@google.com>
9781
9782 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9783 from the start of the CU.
9784
9785 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9786 Yao Qi <yao@codesourcery.com>
9787
9788 Fix "save breakpoints" for "catch" command.
9789 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9790 Remove -nonewline. Match also the added "main" line.
9791
9792 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9793
9794 Fix "save breakpoints" for "disable $bpnum" command.
9795 * gdb.base/save-bp.c (main): Add label.
9796 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9797
9798 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9801
9802 2014-10-11 Yao Qi <yao@codesourcery.com>
9803
9804 * gdb.server/server-kill.exp: Execute command
9805 "set remote trace-status-packet on" before "tstatus".
9806
9807 2014-10-11 Yao Qi <yao@codesourcery.com>
9808
9809 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9810 (main): Call getppid.
9811 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9812 and continue to it. Read variable "server_pid".
9813
9814 2014-10-11 Yao Qi <yao@codesourcery.com>
9815
9816 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9817
9818 2014-10-11 Yao Qi <yao@codesourcery.com>
9819
9820 * gdb.threads/thread-find.exp: Don't execute command
9821 "info threads".
9822 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9823 * gdb.threads/linux-dp.exp: Don't check the condition
9824 $threads_created equals to zero.
9825
9826 2014-10-10 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/bigcore.exp: Remove references to IRIX.
9829 * gdb.base/funcargs.exp: Likewise.
9830 * gdb.base/interrupt.exp: Likewise.
9831 * gdb.base/mips_pro.exp: Likewise.
9832 * gdb.base/nodebug.exp: Likewise.
9833 * gdb.base/setvar.exp: Likewise.
9834 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9835
9836 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9837 Pedro Alves <palves@redhat.com>
9838
9839 PR symtab/14466
9840 * gdb.base/vdso-warning.c: New file.
9841 * gdb.base/vdso-warning.exp: New file.
9842
9843 2014-10-02 Doug Evans <dje@google.com>
9844
9845 * gdb.base/structs.c (main): Don't run forever.
9846
9847 2014-10-02 Pedro Alves <palves@redhat.com>
9848
9849 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9850 (top level) <stop threads 1, stop threads 2>: Use it.
9851
9852 2014-10-02 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.threads/break-while-running.exp (test): Add new
9855 'update_thread_list' argument. Skip "info threads" if false.
9856 (top level): Add new 'update_thread_list' axis.
9857
9858 2014-10-02 Pedro Alves <palves@redhat.com>
9859
9860 PR breakpoints/17431
9861 * gdb.base/execl-update-breakpoints.c: New file.
9862 * gdb.base/execl-update-breakpoints.exp: New file.
9863
9864 2014-10-01 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/breakpoint-in-ro-region.c: New file.
9867 * gdb.base/breakpoint-in-ro-region.exp: New file.
9868
9869 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9870
9871 * gdb.mi/mi-exit-code.exp: New file.
9872 * gdb.mi/mi-exit-code.c: New file.
9873
9874 2014-09-30 Yao Qi <yao@codesourcery.com>
9875
9876 * lib/prelink-support.exp (build_executable_own_libs): Error if
9877 the target isn't native.
9878
9879 2014-09-30 Yao Qi <yao@codesourcery.com>
9880
9881 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9882 false.
9883
9884 2014-09-22 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.threads/break-while-running.exp: New file.
9887 * gdb.threads/break-while-running.c: New file.
9888
9889 2014-09-19 Yao Qi <yao@codesourcery.com>
9890
9891 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9892 Invoke test. Restart GDB with --readnow and invoke test again.
9893
9894 2014-09-19 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9897 proc set_breakpoint_on_gcd_function. Invoke
9898 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9899 invoke set_breakpoint_on_gcd_function again.
9900
9901 2014-09-18 Doug Evans <dje@google.com>
9902
9903 * gdb.dwarf2/symtab-producer.exp: New file.
9904
9905 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9906
9907 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9908 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9909 * gdb.base/global-var-nested-by-dso.c: Likewise.
9910 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9911
9912 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9913 Pedro Alves <palves@redhat.com>
9914
9915 * gdb.base/watch-bitfields.exp: Pass string other than test file
9916 name to prepare_for_testing.
9917 (watch): New procedure.
9918 (expect_watchpoint): Use with_test_prefix.
9919 (top level): Factor out tests to ...
9920 (test_watch_location, test_regular_watch): ... these new
9921 procedures, and use with_test_prefix and gdb_continue_to_end.
9922
9923 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9924
9925 PR breakpoints/12526
9926 * gdb.base/watch-bitfields.exp: New file.
9927 * gdb.base/watch-bitfields.c: New file.
9928
9929 2014-09-16 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9932 software and hardware addresses, not software address against
9933 itself.
9934
9935 2014-09-16 Pedro Alves <palves@redhat.com>
9936
9937 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9938 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9939
9940 2014-09-16 Pedro Alves <palves@redhat.com>
9941
9942 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9943 files.
9944 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9945 "*-*-vxworks*" throughout.
9946 * gdb.base/break.exp: Likewise.
9947 * gdb.base/default.exp: Likewise.
9948 * gdb.base/scope.exp: Likewise.
9949 * gdb.base/sepdebug.exp: Likewise.
9950 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9951 throughout.
9952 * gdb.base/run.c: Likewise.
9953 * gdb.base/sepdebug.c: Likewise.
9954 * gdb.hp/gdb.aCC/run.c: Likewise.
9955 * gdb.reverse/until-reverse.c: Likewise.
9956 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9957
9958 2014-09-16 Yao Qi <yao@codesourcery.com>
9959
9960 * boards/local-remote-host-native.exp: New file.
9961
9962 2014-09-14 Doug Evans <xdje42@gmail.com>
9963
9964 * gdb.threads/queue-signal.c (thread_count): New variable.
9965 (thread_count_mutex, thread_count_condvar): New variables.
9966 (incr_thread_count, wait_all_threads_running): New functions.
9967 (main): Wait for all threads to be in their thread functions.
9968
9969 2014-09-13 Doug Evans <xdje42@gmail.com>
9970
9971 * gdb.threads/queue-signal.c: New file.
9972 * gdb.threads/queue-signal.exp: New file.
9973
9974 2014-09-13 Doug Evans <xdje42@gmail.com>
9975
9976 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9977 be consistent with what default_gdb_init uses.
9978 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9979 the plain text of the prompt. Add some logging printfs.
9980 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9981
9982 2014-09-12 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9985 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9986 * gdb.arch/i386-size-overlap.exp: Likewise.
9987 * gdb.arch/i386-size.exp: Likewise.
9988 * gdb.arch/i386-unwind.exp: Likewise.
9989 * gdb.base/a2-run.exp: Likewise.
9990 * gdb.base/break.exp: Likewise.
9991 * gdb.base/charset.exp: Likewise.
9992 * gdb.base/chng-syms.exp: Likewise.
9993 * gdb.base/commands.exp: Likewise.
9994 * gdb.base/dbx.exp: Likewise.
9995 * gdb.base/find.exp: Likewise.
9996 * gdb.base/funcargs.exp: Likewise.
9997 * gdb.base/jit-simple.exp: Likewise.
9998 * gdb.base/reread.exp: Likewise.
9999 * gdb.base/sepdebug.exp: Likewise.
10000 * gdb.base/step-bt.exp: Likewise.
10001 * gdb.cp/mb-inline.exp: Likewise.
10002 * gdb.cp/mb-templates.exp: Likewise.
10003 * gdb.objc/basicclass.exp: Likewise.
10004 * gdb.threads/killed.exp: Likewise.
10005
10006 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10007
10008 PR tdep/17379
10009 * gdb.arch/powerpc-stackless.S: New file.
10010 * gdb.arch/powerpc-stackless.exp: New file.
10011
10012 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * gdb.base/attach.c: Include unistd.h.
10015 (main): Call alarm. Add label postloop.
10016 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10017 gdb_breakpoint, gdb_continue_to_breakpoint.
10018 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10019
10020 2014-09-11 Pedro Alves <palves@redhat.com>
10021
10022 PR gdb/17347
10023 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10024 * gdb.base/attach.exp (test_command_line_attach_run): New
10025 procedure.
10026 (top level): Call it.
10027
10028 2014-09-11 Pedro Alves <palves@redhat.com>
10029
10030 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10031 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10032 (do_command_attach_tests): Use spawn_wait_for_attach.
10033 * gdb.base/solib-overlap.exp: Likewise.
10034 * gdb.multi/multi-attach.exp: Likewise.
10035 * gdb.python/py-prompt.exp: Likewise.
10036 * gdb.python/py-sync-interp.exp: Likewise.
10037 * gdb.server/ext-attach.exp: Likewise.
10038
10039 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10040
10041 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10042 command in testcase. Simplify testcase.
10043
10044 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10045
10046 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10047
10048 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10049
10050 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10051
10052 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10053
10054 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10055
10056 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10057
10058 * gdb.dwarf2/dynarr-ptr.c: New file.
10059 * gdb.dwarf2/dynarr-ptr.exp: New file.
10060
10061 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10062
10063 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10064 of 30 rather than hardcoding 120 for a slow test case. Take the
10065 `gdb,timeout' target setting into account for this calculation.
10066 Don't extend the timeout for the test cases that don't need it.
10067
10068 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10069
10070 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10071 a factor of 2 for a slow test case. Take the `gdb,timeout'
10072 target setting into account for this calculation.
10073 * gdb.reverse/until-precsave.exp: Increase the timeout by
10074 a factor of 15 and 3 respectively rather than adding 120
10075 for a pair of slow test cases. Take the `gdb,timeout'
10076 target setting into account for this calculation.
10077
10078 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10079
10080 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10081 timeout, don't pass one down to gdb_expect.
10082 (gdb_expect): Rework timeout selection.
10083
10084 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10085
10086 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10087 exception on timeout.
10088 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10089 (gdbserver_start_extended): Catch any `gdbserver_start' error
10090 exceptions.
10091 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10092 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10093 `gdbserver_gdb_load' error exceptions.
10094
10095 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10096
10097 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10098 120 on waiting for the TCP socket to open.
10099
10100 2014-09-09 Doug Evans <xdje42@gmail.com>
10101
10102 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10103 _caller_matches, _any_caller_is, _any_caller_matches.
10104
10105 2014-09-09 Doug Evans <xdje42@gmail.com>
10106
10107 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10108
10109 2014-09-09 Yao Qi <yao@codesourcery.com>
10110
10111 * gdb.mi/mi-var-display.exp: Set print symbol off.
10112
10113 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10114
10115 PR gdb/17035
10116 * gdb.base/commands.exp: Add tests to verify user-defined
10117 commands with empty bodies.
10118 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10119 python commands in `show user command`.
10120 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10121 scheme commands in `show user command`.
10122
10123 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10124
10125 PR python/17355
10126 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10127 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10128 * gdb.python/py-framefilter-invalidarg.exp: New file.
10129 * gdb.python/py-framefilter-invalidarg.py: New file.
10130
10131 2014-09-06 Doug Evans <xdje42@gmail.com>
10132
10133 PR 15276
10134 * gdb.python/py-caller-is.c: New file.
10135 * gdb.python/py-caller-is.exp: New file.
10136
10137 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10138
10139 PR gdb/17235
10140 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10141 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10142
10143 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10144
10145 PR fortran/17237
10146 * gdb.fortran/print-formatted.exp: New file.
10147 * gdb.fortran/print-formatted.f90: Likewise.
10148
10149 2014-09-03 Sasha Smundak <asmundak@google.com>
10150
10151 * gdb.python/py-frame.exp: Test Frame.read_register.
10152
10153 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10154
10155 PR python/16699
10156 * gdb.python/py-completion.exp: New file.
10157 * gdb.python/py-completion.py: Likewise.
10158
10159 2014-08-28 Doug Evans <dje@google.com>
10160
10161 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10162 eax,etc. are live with values set by gdb and thus the compiler can't
10163 use them.
10164 * gdb.arch/i386-pseudo.c (main): Ditto.
10165
10166 2014-08-27 Doug Evans <dje@google.com>
10167
10168 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10169
10170 2014-08-25 Doug Evans <dje@google.com>
10171
10172 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10173 (main): Ditto.
10174
10175 2014-08-25 Doug Evans <dje@google.com>
10176
10177 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10178
10179 2014-08-24 Yao Qi <yao@codesourcery.com>
10180
10181 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10182 symbol off.
10183 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10184
10185 2014-08-22 Doug Evans <dje@google.com>
10186
10187 PR 17276
10188 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10189 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10190 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10191
10192 2014-08-22 Yao Qi <yao@codesourcery.com>
10193
10194 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10195 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10196 * gdb.python/python.exp: Likewise. Use .py file on the host
10197 instead of the build.
10198
10199 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10200
10201 * gdb.threads/gcore-stale-thread.c: New file.
10202 * gdb.threads/gcore-stale-thread.exp: New file.
10203
10204 2014-08-21 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10207 * gdb.base/gcore-relro-pie.exp: Likewise.
10208 * gdb.base/gcore-relro.exp: Likewise.
10209 * gdb.base/gcore.exp: Likewise.
10210 * gdb.base/print-symbol-loading.exp: Likewise.
10211 * gdb.threads/gcore-thread.exp: Likewise.
10212 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10213
10214 2014-08-20 Pedro Alves <palves@redhat.com>
10215 Jan Kratochvil <jan.kratochvil@redhat.com>
10216
10217 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10218 configure.
10219 (EXPECT): Handle READ1 being set.
10220 (all): Depend on EXTRA_RULES.
10221 (check-read1, expect-read1, read1.so, read1): New rules.
10222 * README (Testsuite Parameters): Document the READ1 make variable.
10223 (Race detection): New section.
10224 * configure: Regenerate.
10225 * configure.ac: If build==host==target, and running under a
10226 GNU/glibc system, add read1 to the extra Makefile rules.
10227 (EXTRA_RULES): AC_SUBST it.
10228 * lib/read1.c: New file.
10229
10230 2014-08-20 Joel Brobecker <brobecker@adacore.com>
10231
10232 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10233 the handling of variables declared as a typedef to an array
10234 which a DW_AT_data_location attribute.
10235
10236 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
10237 Pedro Alves <palves@redhat.com>
10238
10239 PR symtab/14604
10240 PR symtab/14605
10241 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10242 gdb_test.
10243
10244 2014-08-19 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10247
10248 2014-08-19 Yao Qi <yao@codesourcery.com>
10249
10250 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10251 right line.
10252
10253 2014-08-18 David Blaikie <dblaikie@gmail.com>
10254
10255 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10256
10257 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10258
10259 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10260 attribute in array range.
10261
10262 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10263
10264 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10265
10266 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10267
10268 PR c++/17132
10269 * gdb.cp/pr17132.cc: New file.
10270 * gdb.cp/pr17132.exp: New file.
10271
10272 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10273
10274 * gdb.python/py-xmethods.py (A_getarrayind)
10275 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10276 Use 'print' with function call syntax.
10277 (E_method_matcher.match): Fix tab vs space indentation mixup.
10278
10279 2014-08-15 Yao Qi <yao@codesourcery.com>
10280
10281 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10282 false.
10283
10284 2014-08-15 Yao Qi <yao@codesourcery.com>
10285
10286 * gdb.cp/casts.exp: Set print symbol off.
10287 * gdb.cp/class2.exp: Likewise.
10288 * gdb.cp/overload.exp: Likewise.
10289 * gdb.cp/templates.exp: Likewise.
10290
10291 2014-08-11 Doug Evans <dje@google.com>
10292
10293 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10294 (test_load_shlib): Update.
10295
10296 2014-08-09 Yao Qi <yao@codesourcery.com>
10297
10298 * gdb.base/display.exp: Invoke is_address_zero_readable.
10299 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10300 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10301 * gdb.base/hbreak-unmapped.exp: Return if
10302 is_address_zero_readable returns true.
10303 * gdb.base/signest.exp: Likewise.
10304 * gdb.base/signull.exp: Likewise.
10305 * gdb.base/sigbpt.exp: Likewise.
10306 * gdb.guile/scm-disasm.exp: Do the test if
10307 is_address_zero_readable returns false.
10308 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10309 * gdb.python/py-arch.exp: Likewise.
10310 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10311 * lib/gdb.exp (is_address_zero_readable): New proc.
10312
10313 2014-08-09 Yao Qi <yao@codesourcery.com>
10314
10315 PR testsuite/13443
10316 * gdb.mi/mi-var-display.exp: Make test messages unique.
10317
10318 2014-08-04 Tom Tromey <tromey@redhat.com>
10319
10320 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10321 target 0".
10322
10323 2014-08-04 Tom Tromey <tromey@redhat.com>
10324
10325 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10326 "target_resume".
10327
10328 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10329
10330 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10331 inner_vla_struct_object_size.
10332 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10333 as xfail.
10334
10335 2014-07-30 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10338 comment.
10339
10340 2014-07-29 Yao Qi <yao@codesourcery.com>
10341
10342 PR gdb/17206
10343 * gdb.base/until-nodebug.exp: New.
10344
10345 2014-07-28 Doug Evans <xdje42@gmail.com>
10346
10347 PR guile/17203
10348 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10349 previously existing parameter, and previously ambiguously spelled
10350 parameter.
10351
10352 2014-07-28 Will Newton <will.newton@linaro.org>
10353
10354 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10355
10356 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10357 Doug Evans <xdje42@gmail.com>
10358
10359 PR guile/17146
10360 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10361
10362 2014-07-25 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.threads/signal-command-handle-nopass.c: New file.
10365 * gdb.threads/signal-command-handle-nopass.exp: New file.
10366 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10367 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10368 * gdb.threads/signal-delivered-right-thread.c: New file.
10369 * gdb.threads/signal-delivered-right-thread.exp: New file.
10370
10371 2014-07-25 Pedro Alves <palves@redhat.com>
10372
10373 * gdb.base/double-prompt-target-event-error.exp
10374 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10375 match.
10376 (cancel_pagination_in_target_event): Rework double prompt
10377 detection.
10378 * gdb.base/paginate-after-ctrl-c-running.exp
10379 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10380 <return>' match.
10381 * gdb.base/paginate-bg-execution.exp
10382 (test_bg_execution_pagination_return)
10383 (test_bg_execution_pagination_cancel): Remove '-notransfer
10384 <return>' matches.
10385 * gdb.base/paginate-execution-startup.exp
10386 (test_fg_execution_pagination_return)
10387 (test_fg_execution_pagination_cancel): Remove '-notransfer
10388 <return>' matches.
10389 * gdb.base/paginate-inferior-exit.exp
10390 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10391 match.
10392 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10393 * lib/gdb.exp (pagination_prompt): Run text through
10394 string_to_regexp.
10395 (gdb_test_multiple): Match $pagination_prompt instead of
10396 "<return>".
10397 (string_to_regexp): Move to lib/gdb-utils.exp.
10398
10399 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.arch/amd64-entry-value-paramref.S: New file.
10402 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10403 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10404 * gdb.arch/amd64-optimout-repeat.S: New file.
10405 * gdb.arch/amd64-optimout-repeat.c: New file.
10406 * gdb.arch/amd64-optimout-repeat.exp: New file.
10407
10408 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10409
10410 PR gdb/17170
10411 * gdb.base/statistics.exp: New file.
10412
10413 2014-07-17 Doug Evans <dje@google.com>
10414
10415 PR gdb/17170
10416 * gdb.base/maint.exp: Update testing of per-command stats.
10417
10418 2014-07-16 Pedro Alves <palves@redhat.com>
10419
10420 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10421 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10422 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10423 (tfile_write_buf): New functions.
10424 (add_memory_block): Rewrite using the above.
10425 (adjust_function_address): New function.
10426 (FUNCTION_ADDRESS): New macro.
10427 (write_basic_trace_file): Remove short_x local, and use
10428 tfile_write_16. Change type of func_addr local to unsigned long
10429 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10430 here. Cast argument of add_memory_block to char pointer.
10431 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10432 (main): Remove parameters.
10433 * gdb.trace/tfile.exp: Remove nowarnings.
10434
10435 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * gdb.base/debug-expr.exp: Test string evaluation with
10438 "debug expression" on.
10439
10440 2014-07-15 Pedro Alves <palves@redhat.com>
10441
10442 * gdb.base/reread.exp: Use clean_restart.
10443
10444 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10445
10446 * gdb.arch/avr-flash-qualifer.c: New.
10447 * gdb.arch/avr-flash-qualifer.exp: New.
10448
10449 2014-07-14 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10452 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10453
10454 2014-07-14 Pedro Alves <palves@redhat.com>
10455
10456 * gdb.base/double-prompt-target-event-error.c: New file.
10457 * gdb.base/double-prompt-target-event-error.exp: New file.
10458
10459 2014-07-14 Pedro Alves <palves@redhat.com>
10460
10461 PR gdb/17072
10462 * gdb.base/paginate-inferior-exit.c: New file.
10463 * gdb.base/paginate-inferior-exit.exp: New file.
10464
10465 2014-07-14 Pedro Alves <palves@redhat.com>
10466
10467 PR gdb/17072
10468 * gdb.base/paginate-bg-execution.c: New file.
10469 * gdb.base/paginate-bg-execution.exp: New file.
10470
10471 2014-07-14 Pedro Alves <palves@redhat.com>
10472
10473 PR gdb/17072
10474 * gdb.base/paginate-execution-startup.c: New file.
10475 * gdb.base/paginate-execution-startup.exp: New file.
10476 * lib/gdb.exp (pagination_prompt): New global.
10477 (default_gdb_spawn): New procedure, factored out from
10478 default_gdb_spawn.
10479 (default_gdb_start): Adjust to call default_gdb_spawn.
10480 (gdb_spawn): New procedure.
10481
10482 2014-07-14 Pedro Alves <palves@redhat.com>
10483
10484 * lib/gdb.exp (gdb_assert): New procedure.
10485 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10486
10487 2014-07-14 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/execution-termios.c: New file.
10490 * gdb.base/execution-termios.exp: New file.
10491
10492 2014-07-14 Tom Tromey <tromey@redhat.com>
10493
10494 * gdb.cp/vla-cxx.cc: New file.
10495 * gdb.cp/vla-cxx.exp: New file.
10496
10497 2014-07-14 Tom Tromey <tromey@redhat.com>
10498
10499 * gdb.reverse/rerun-prec.c: New file.
10500 * gdb.reverse/rerun-prec.exp: New file.
10501
10502 2014-07-12 Maciej W. Rozycki <macro@mips.com>
10503 Maciej W. Rozycki <macro@codesourcery.com>
10504
10505 * lib/gdb-utils.exp: New file.
10506 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10507 inline `gdb_init_command' processing.
10508 (gdb_start_cmd): Likewise.
10509 * lib/mi-support.exp (mi_run_cmd): Likewise.
10510 * README: Document `gdb_init_command' and `gdb_init_commands'.
10511
10512 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 Fix false FAIL running under a very long directory name.
10515 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10516 and "set print elements 10000". Twice.
10517
10518 2014-07-11 Yao Qi <yao@codesourcery.com>
10519
10520 * gdb.base/exprs.exp: "set print symbol off".
10521
10522 2014-07-11 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.threads/kill.c: New file.
10525 * gdb.threads/kill.exp: New file.
10526
10527 2014-07-10 Yao Qi <yao@codesourcery.com>
10528
10529 * gdb.trace/tfile.c (write_basic_trace_file)
10530 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10531 address written to trace file.
10532
10533 2014-07-09 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.base/attach-wait-input.exp: New file.
10536 * gdb.base/attach-wait-input.c: New file.
10537
10538 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10539
10540 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10541 setting up test structures.
10542 (main): Call new test function.
10543 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10544 test function, continue into test function and walk test
10545 structures.
10546
10547 2014-07-02 Yao Qi <yao@codesourcery.com>
10548
10549 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10550 'bar_start' at the beginning of functions 'foo' and 'bar'
10551 respectively.
10552 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10553 instead of 'foo' and 'bar'.
10554
10555 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10556
10557 * gdb.btrace/segv.exp: New.
10558 * gdb.btrace/segv.c: New.
10559
10560 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
10561
10562 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10563 instruction.
10564
10565 2014-06-30 Mark Wielaard <mjw@redhat.com>
10566
10567 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10568 vulture, vilify, villar): New volatile array constants.
10569 (vindictive, vegetation): New const volatile array constants.
10570 * gdb.base/volatile.exp: Test volatile and const volatile array
10571 types.
10572
10573 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10574
10575 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10576 target lacks support for awatch, rwatch, or hbreak.
10577
10578 2014-06-27 Yao Qi <yao@codesourcery.com>
10579
10580 * gdb.multi/dummy-frame-restore.exp: New.
10581 * gdb.multi/dummy-frame-restore.c: New.
10582
10583 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10584
10585 * gdb.btrace/gcore.exp: New.
10586
10587 2014-06-23 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.base/watchpoint-reuse-slot.c: New file.
10590 * gdb.base/watchpoint-reuse-slot.exp: New file.
10591
10592 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10593
10594 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10595 progspace's filename in 'info', 'enable' and 'disable' command
10596 tests.
10597
10598 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10599
10600 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10601 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10602 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10603
10604 2014-06-20 Gary Benson <gbenson@redhat.com>
10605
10606 * gdb.arch/i386-avx.exp: Fix include file location.
10607 * gdb.arch/i386-sse.exp: Likewise.
10608
10609 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10610
10611 * gdb.dlang/expression.exp: New file.
10612
10613 2014-06-19 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10616 out from ...
10617 (top level): ... here. Iterate running tests under different
10618 scheduler-locking settings.
10619
10620 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10621
10622 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10623 to DW_FORM_addr and use non-zero addresses.
10624
10625 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10626
10627 PR gdb/17017
10628 * gdb.python/py-xmethods.cc: Add global function call counters and
10629 increment them in their respective functions. Remove "cout"
10630 statements.
10631 * gdb.python/py-xmethods.exp: Make tests check the global function
10632 call counters instead of depending on inferior IO.
10633
10634 2014-06-18 Don Breazeal <donb@codesourcery.com>
10635
10636 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10637 Deleted procedure.
10638 (explicit_fork_parent_follow): Deleted procedure.
10639 (explicit_fork_child_follow): Deleted procedure.
10640 (test_follow_fork): New procedure.
10641 (do_fork_tests): Replace calls to deleted procedures with
10642 calls to test_follow_fork and reset GDB for subsequent
10643 procedure calls.
10644
10645 2014-06-17 Yao Qi <yao@codesourcery.com>
10646
10647 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10648 CP1252.
10649
10650 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10651
10652 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10653 Initialize ptr and S explicitly.
10654 (skip_type_update_when_not_use_rtti_test): Likewise.
10655
10656 2014-06-16 Keith Seitz <keiths@redhat.com>
10657
10658 PR mi/15863
10659 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10660 the inferior is started.
10661
10662 2014-06-16 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.base/break-main-file-remove-fail.c: New file.
10665 * gdb.base/break-main-file-remove-fail.exp: New file.
10666 * gdb.base/break-unload-file.exp: Use build_executable instead of
10667 prepare_for_testing.
10668 (test_break): New parameter "initial_load". Handle it.
10669 (top level): Add initial_load cmdline/file axis.
10670
10671 2014-06-12 Tom Tromey <tromey@redhat.com>
10672
10673 * gdb.base/completion.exp: Don't use directory name in test.
10674
10675 2014-06-09 Gary Benson <gbenson@redhat.com>
10676
10677 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10678 separate the always-available ANSI-standard signals from the
10679 signals that require checking.
10680 (main): Likewise.
10681 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10682 Likewise.
10683 (main): Likewise.
10684
10685 2014-06-07 Keith Seitz <keiths@redhat.com>
10686
10687 Revert:
10688 PR c++/16253
10689 * gdb.cp/var-tag.cc: New file.
10690 * gdb.cp/var-tag.exp: New file.
10691 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10692 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10693 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10694 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10695
10696 2014-06-06 Doug Evans <xdje42@gmail.com>
10697
10698 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10699
10700 2014-06-06 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10703 in target debug output instead of looking at RSP packets,
10704 disabling the test on any target that uses hardware stepping.
10705 Update comments.
10706
10707 2014-06-06 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/break-unload-file.exp: Fix typo.
10710
10711 2014-06-06 Yao Qi <yao@codesourcery.com>
10712
10713 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10714 from "jit_function" to "^jit_function".
10715
10716 2014-06-06 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.base/async.c (foo): Add one statement.
10719 * gdb.base/async.exp: Get the next instruction address and
10720 match the output of "nexti" by instruction address. Match
10721 the hex address in the output of "finish".
10722
10723 2014-06-06 Gary Benson <gbenson@redhat.com>
10724
10725 * gdb.base/call-signals.c: Remove preprocessor conditionals
10726 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10727 SIGSEGV and SIGTERM.
10728 * gdb.base/sigall.c: Likewise.
10729 * gdb.base/unwindonsignal.c: Likewise.
10730 * gdb.reverse/sigall-reverse.c: Likewise.
10731
10732 2014-06-06 Yao Qi <yao@codesourcery.com>
10733
10734 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10735 readable, skip the test.
10736
10737 2014-06-06 Yao Qi <yao@codesourcery.com>
10738
10739 * gdb.threads/staticthreads.c (thread_function): Move the line
10740 setting breakpoint on forward.
10741 * gdb.threads/staticthreads.exp: Update comments.
10742
10743 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10744
10745 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10746 "history-append! type error".
10747
10748 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10751 erroneous dprintf expected input.
10752
10753 2014-06-04 Doug Evans <xdje42@gmail.com>
10754
10755 * gdb.guile/scm-generics.exp: Delete.
10756
10757 2014-06-04 Doug Evans <xdje42@gmail.com>
10758
10759 * gdb.guile/scm-breakpoint.exp: Update.
10760 Add tests for breakpoint registration.
10761
10762 2014-06-04 Tom Tromey <tromey@redhat.com>
10763
10764 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10765 VLA-in-union.
10766 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10767 inner_vla_struct, vla_union types. Initialize objects of those
10768 types and compute their sizes.
10769
10770 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10771 Hui Zhu <hui@codesourcery.com>
10772
10773 * gdb.base/fileio.exp: Add test for shell not available as well as
10774 available.
10775 * gdb.base/fileio.c (test_system): Check for shell twice.
10776
10777 2014-06-04 Yao Qi <yao@codesourcery.com>
10778
10779 * gdb.base/auto-connect-native-target.exp: Remove redundant
10780 space from the regexp pattern.
10781
10782 2014-06-04 Yao Qi <yao@codesourcery.com>
10783
10784 * gdb.base/default.exp: Replace "child" with "native" in
10785 regexp pattern.
10786
10787 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10788
10789 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10790 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10791 * gdb.python/py-xmethods.py: Python script supporting the
10792 new testcase and tests.
10793
10794 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10795 Pedro Alves <palves@redhat.com>
10796
10797 PR breakpoints/17000
10798 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10799 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10800
10801 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10802
10803 * gdb.base/subst.exp: Add tests to verify partial path matching
10804 output.
10805
10806 2014-06-03 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10809 target that doesn't use software single-stepping.
10810
10811 2014-06-03 Pedro Alves <palves@redhat.com>
10812
10813 PR breakpoints/17000
10814 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10815 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10816
10817 2014-06-02 Doug Evans <xdje42@gmail.com>
10818
10819 * gdb.guile/scm-parameter.exp: New file.
10820
10821 2014-06-02 Doug Evans <xdje42@gmail.com>
10822
10823 * gdb.guile/scm-cmd.c: New file.
10824 * gdb.guile/scm-cmd.exp: New file.
10825
10826 2014-06-02 Doug Evans <xdje42@gmail.com>
10827
10828 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10829 pretty-printer lookup.
10830 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10831 (make-pp_s-printer): Call it.
10832 (make-pretty-printer-from-dict): New function.
10833 (lookup-pretty-printer-maker-from-dict): New function.
10834 (*pretty-printer*): Simplify.
10835 (make-objfile-pp_s-printer): New function.
10836 (install-objfile-pretty-printers!): New function.
10837 (make-progspace-pp_s-printer): New function.
10838 (install-progspace-pretty-printers!): New function.
10839 * gdb.guile/scm-progspace.c: New file.
10840 * gdb.guile/scm-progspace.exp: New file.
10841
10842 2014-06-02 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/dprintf-bp-same-addr.c: New file.
10845 * gdb.base/dprintf-bp-same-addr.exp: New file.
10846
10847 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10848
10849 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10850 * gdb.arch/powerpc-power.s: Likewise.
10851
10852 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10853
10854 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10855
10856 2014-06-01 Yao Qi <yao@codesourcery.com>
10857
10858 * gdb.base/watchpoint.exp (test_watch_location): Check null
10859 pointer can be dereferenced. If not, do the test, otherwise
10860 skip it.
10861
10862 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10863
10864 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10865 results.
10866 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10867
10868 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10869
10870 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10871 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10872 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10873 * gdb.arch/amd64-invalid-stack-top.c: New file.
10874 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10875
10876 2014-05-30 Pedro Alves <palves@redhat.com>
10877
10878 PR breakpoints/17000
10879 * gdb.base/sss-bp-on-user-bp.c: New file.
10880 * gdb.base/sss-bp-on-user-bp.exp: New file.
10881
10882 2014-05-30 David Blaikie <dblaikie@gmail.com>
10883
10884 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10885 gnu_inline semantics via attribute.
10886 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10887 source explicitly specifies the required semantics.
10888
10889 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10890
10891 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10892
10893 2014-05-29 Pedro Alves <palves@redhat.com>
10894 Tom Tromey <tromey@redhat.com>
10895
10896 * gdb.base/async-shell.exp: Don't enable target-async.
10897 * gdb.base/async.exp
10898 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10899 parameter. Adjust.
10900 (top level): Don't test with "target-async".
10901 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10902 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10903 * gdb.base/inferior-died.exp: Don't enable target-async.
10904 * gdb.base/interrupt-noterm.exp: Likewise.
10905 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10906 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10907 * gdb.mi/mi-nonstop.exp: Likewise.
10908 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10909 * gdb.mi/mi-nsintrall.exp: Likewise.
10910 * gdb.mi/mi-nsmoribund.exp: Likewise.
10911 * gdb.mi/mi-nsthrexec.exp: Likewise.
10912 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10913 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10914 * gdb.python/py-evsignal.exp: Don't enable target-async.
10915 * gdb.python/py-evthreads.exp: Likewise.
10916 * gdb.python/py-prompt.exp: Likewise.
10917 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10918 * gdb.server/solib-list.exp: Don't enable target-async.
10919 * gdb.threads/thread-specific-bp.exp: Likewise.
10920 * lib/mi-support.exp: Adjust to use mi-async.
10921
10922 2014-05-29 Pedro Alves <palves@redhat.com>
10923
10924 PR gdb/13860
10925 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10926 reason, even in sync mode.
10927
10928 2014-05-29 Pedro Alves <palves@redhat.com>
10929 Hui Zhu <hui@codesourcery.com>
10930
10931 PR PR15693
10932 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10933 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10934 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10935 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10936
10937 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10938
10939 * config/monitor.exp (gdb_target_monitor): Replace use of
10940 "set remotebaud" by "set serial baud".
10941
10942 2014-05-26 Andy Wingo <wingo@igalia.com>
10943
10944 * gdb.guile/scm-breakpoint.exp:
10945 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10946 properties instead of gdb-object-properties.
10947
10948 2014-05-26 Yao Qi <yao@codesourcery.com>
10949
10950 * gdb.server/no-thread-db.exp: Specify source file name
10951 explicitly when setting a breakpoint.
10952
10953 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10954
10955 * gdb.btrace/vdso.c: New.
10956 * gdb.btrace/vdso.exp: New.
10957
10958 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10959
10960 * gdb.base/gcore.exp (capture_command_output): Move ...
10961 * lib/gdb.exp (capture_command_output): ... here.
10962
10963 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10964
10965 * gdb.btrace/data.exp: Test memory access during btrace replay.
10966
10967 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10968
10969 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10970
10971 2014-05-21 Pedro Alves <palves@redhat.com>
10972
10973 PR gdb/13860
10974 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10975 (top level): Test that output related to execution commands is
10976 sent to the console with CLI commands, but not with MI commands.
10977 Test that breakpoint events are always mirrored to the console.
10978 Also expect the new source line to be output after a "next" in
10979 async mode too. Make it a pass/fail test.
10980 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10981 output.
10982 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10983
10984 2014-05-21 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10987 Use them to test variations of "list" after reaching a breakpoint.
10988 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10989 Test "list" with listsize 10 after reaching a breakpoint.
10990 * gdb.python/python.exp (decode_line current location line
10991 number): Adjust expected line number.
10992
10993 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10994
10995 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10996 behavior for $args, pass it directly to "run".
10997
10998 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10999
11000 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11001 30000 to 65536.
11002
11003 2014-05-21 Pedro Alves <palves@redhat.com>
11004
11005 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11006 auto-connect-native-target off".
11007 * gdb.base/auto-connect-native-target.c: New file.
11008 * gdb.base/auto-connect-native-target.exp: New file.
11009
11010 2014-05-21 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.base/default.exp: Test "target native" instead of "target
11013 child".
11014
11015 2014-05-21 Mark Wielaard <mjw@redhat.com>
11016
11017 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11018
11019 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 Fix TLS access for -static -pthread.
11022 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11023 <HAVE_TLS> (thread_function, main): Initialize it.
11024 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11025 Add clean_restart.
11026 <$have_tls != "">: Check TLSVAR.
11027
11028 2014-05-21 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/dcache-line-read-error.c: New.
11031 * gdb.base/dcache-line-read-error.exp: New.
11032
11033 2014-05-20 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.base/compare-sections.c: New file.
11036 * gdb.base/compare-sections.exp: New file.
11037
11038 2014-05-20 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.base/break-idempotent.c: New file.
11041 * gdb.base/break-idempotent.exp: New file.
11042
11043 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11044
11045 * gdb.btrace/nohist.exp: New.
11046
11047 2014-05-20 Yao Qi <yao@codesourcery.com>
11048
11049 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11050 gdb.reverse directory and gdb_reverse_timeout exists in board
11051 setting.
11052 * README: Document gdb_reverse_timeout.
11053
11054 2014-05-20 Yao Qi <yao@codesourcery.com>
11055
11056 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11057 'test_file_name'. Treat args as a string instead of a list.
11058 (gdb_init): Rename argument 'args' by 'test_file_name'.
11059
11060 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 * gdb.arch/powerpc-power.exp: New file.
11063 * gdb.arch/powerpc-power.s: New file.
11064
11065 2014-05-16 Doug Evans <dje@google.com>
11066
11067 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11068 * gdb.base/completion.exp: Check that all expected files exist
11069 before doing file completion.
11070
11071 2014-05-16 Doug Evans <dje@google.com>
11072
11073 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11074 Update.
11075 (do_syscall_tests_without_xml): Update.
11076
11077 2014-05-16 Pedro Alves <palves@redhat.com>
11078
11079 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11080 instead of "unknown output after running".
11081
11082 2014-05-16 Yao Qi <yao@codesourcery.com>
11083
11084 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11085 file1.txt from host at the end.
11086 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11087
11088 2014-05-15 Doug Evans <dje@google.com>
11089
11090 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11091 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11092 loading file. Add test for TU lookup.
11093
11094 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11095
11096 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11097 calling "-exec-arguments" or "set args" before running the
11098 inferior.
11099
11100 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11101
11102 * lib/mi-support.exp (mi_expect_stop): Expect message for
11103 inferiors that exit with non-zero exit code.
11104
11105 2014-05-14 Yao Qi <yao@codesourcery.com>
11106
11107 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11108 match absolute path on remote host.
11109 (test_file_list_exec_source_files): Remove "/" from the
11110 pattern.
11111
11112 2014-05-14 Yao Qi <yao@codesourcery.com>
11113
11114 * boards/local-remote-host-notty.exp (${board}_file): New
11115 proc.
11116
11117 2014-05-07 Kyle McMartin <kyle@redhat.com>
11118
11119 Pushed by Joel Brobecker <brobecker@adacore.com>.
11120 * gdb.arch/aarch64-atomic-inst.c: New file.
11121 * gdb.arch/aarch64-atomic-inst.exp: New file.
11122
11123 2014-05-07 Yao Qi <yao@codesourcery.com>
11124
11125 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11126 in current context" too.
11127
11128 2014-05-05 Keith Seitz <keiths@redhat.com>
11129
11130 * gdb.linespec/ls-dollar.exp: Add test for linespec
11131 file:convenience_variable.
11132
11133 2014-05-05 Yao Qi <yao@codesourcery.com>
11134
11135 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11136 traceframes into tfile and ctf trace files. Read data from
11137 trace file and test collected data.
11138 (gdb_collect_locals_test): Likewise.
11139 (gdb_unavailable_registers_test): Likewise.
11140 (gdb_unavailable_floats): Likewise.
11141 (gdb_collect_globals_test): Likewise.
11142 (top-level): Append "ctf" to trace_file_targets if GDB
11143 supports.
11144
11145 2014-05-05 Yao Qi <yao@codesourcery.com>
11146
11147 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11148 code to ...
11149 (gdb_collect_args_test_1): ... it. New proc.
11150 (gdb_collect_locals_test): Move some code to ...
11151 (gdb_collect_locals_test_1): ... it. New proc.
11152 (gdb_unavailable_registers_test): Move some code to ...
11153 (gdb_unavailable_registers_test_1): ... it. New proc.
11154 (gdb_unavailable_floats): Move some code to ...
11155 (gdb_unavailable_floats_1): ... it. New proc.
11156
11157 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11158
11159 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11160 probes to test for bitness recognition.
11161 * gdb.arch/amd64-stap-optional-prefix.exp
11162 (test_probe_value_without_reg): New procedure.
11163 Add code to test for different kinds of bitness.
11164
11165 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11166
11167 PR breakpoints/16889
11168 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11169 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11170
11171 2014-05-01 Pedro Alves <palves@redhat.com>
11172
11173 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11174 gdb_file_cmd if no file is specified.
11175 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11176 last_loaded_file to set the remote exec-file.
11177
11178 2014-05-01 Pedro Alves <palves@redhat.com>
11179
11180 * boards/local-remote-host.exp: New file.
11181
11182 2014-05-01 Pedro Alves <palves@redhat.com>
11183
11184 * boards/local-remote-host.exp: Rename to ...
11185 * boards/local-remote-host-notty.exp: ... this.
11186
11187 2014-04-28 Joel Brobecker <brobecker@adacore.com>
11188
11189 * gdb.ada/dyn_arrayidx: New testcase.
11190
11191 2014-04-26 Yao Qi <yao@codesourcery.com>
11192
11193 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11194 and compute the length of function main. Save it in
11195 $main_length.
11196 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11197 (top-level): Use gdb_compile to compile objects into
11198 executable and restart GDB. Remove invocation to
11199 prepare_for_testing.
11200
11201 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11202 Pedro Alves <palves@redhat.com>
11203
11204 PR server/16255
11205 * gdb.multi/multi-attach.c: New file.
11206 * gdb.multi/multi-attach.exp: New file.
11207
11208 2014-04-25 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11211 user.
11212 (top level): Test that "set remote conditional-breakpoints-packet
11213 off" works as intended.
11214 * gdb.base/dprintf.exp: Test that "set remote
11215 breakpoint-commands-packet off" works as intended.
11216 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11217 New function.
11218 (top level): Call it.
11219 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11220 remote fast-tracepoints-packet off" works as intended.
11221 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11222 * lib/gdb.exp (gdb_is_target_remote): ... here.
11223
11224 2014-04-24 David Blaikie <dblaikie@gmail.com>
11225
11226 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11227 ensure clang would not discard them.
11228 * gdb.base/gdbvars.c: Ditto.
11229 * gdb.base/memattr.c: Ditto.
11230 * gdb.base/whatis.c: Ditto.
11231 * gdb.python/py-prettyprint.c: Ditto.
11232 * gdb.trace/actions.c: Ditto.
11233 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11234 ensure clang would not discard it.
11235
11236 2014-04-24 David Blaikie <dblaikie@gmail.com>
11237
11238 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11239 clang to emit the full definition of type required by the test
11240 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11241
11242 2014-04-24 David Blaikie <dblaikie@gmail.com>
11243
11244 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11245 coax Clang into emitting the definition of the type.
11246 * gdb.cp/pr10728-x.h (y): Ditto.
11247 * gdb.cp/pr10728-y.cc (y): Ditto.
11248
11249 2014-04-24 David Blaikie <dblaikie@gmail.com>
11250
11251 * gdb.base/label.exp: XFAIL label related tests under Clang.
11252 * gdb.cp/cplabel.exp: Ditto.
11253 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11254 under Clang those using labels.
11255
11256 2014-04-25 Yao Qi <yao@codesourcery.com>
11257
11258 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11259 double_label.
11260 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11261 partial_label and double_label.
11262
11263 2014-04-24 David Blaikie <dblaikie@gmail.com>
11264
11265 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11266
11267 2014-04-24 David Blaikie <dblaikie@gmail.com>
11268
11269 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11270 of the function to work across GCC and Clang.
11271 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11272 pointer types (const void ** const V void **).
11273
11274 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
11275 Walfred Tedeschi <walfred.tedeschi@intel.com>
11276
11277 * Makefile.in (EXECUTABLES): Added i386-avx512.
11278 * gdb.arch/i386-avx512.c: New file.
11279 * gdb.arch/i386-avx512.exp: Likewise.
11280
11281 2014-04-23 Keith Seitz <keiths@redhat.com>
11282
11283 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11284 (mi_make_breakpoint_table): New procedure.
11285 (mi_create_breakpoint): Use mi_make_breakpoint
11286 and return the result.
11287 (mi_make_breakpoint): New procedure.
11288 (mi_build_kv_pairs): New procedure.
11289
11290 * gdb.mi/mi-break.exp: Remove unused globals,
11291 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11292 All callers updated.
11293 * gdb.mi/mi-dprintf.exp: Use variable to track command
11294 number.
11295 Update all callers of mi_create_breakpoint and use
11296 mi_make_breakpoint_table.
11297 Remove any unused global variables.
11298 * gdb.mi/mi-nonstop.exp: Likewise.
11299 * gdb.mi/mi-nsintrall.exp: Likewise.
11300 * gdb.mi/mi-nsmoribund.exp: Likewise.
11301 * gdb.mi/mi-nsthrexec.exp: Likewise.
11302 * gdb.mi/mi-reverse.exp: Likewise.
11303 * gdb.mi/mi-simplerun.exp: Likewise.
11304 * gdb.mi/mi-stepn.exp: Likewise.
11305 * gdb.mi/mi-syn-frame.exp: Likewise.
11306 * gdb.mi/mi-until.exp: Likewise.
11307 * gdb.mi/mi-var-cp.exp: Likewise.
11308 * gdb.mi/mi-var-display.exp: Likewise.
11309 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11310 * gdb.mi/mi2-var-child.exp: Likewise.
11311 * gdb.mi/mi-vla-c99.exp: Likewise.
11312 * lib/mi-support.exp: Likewise.
11313
11314 From Ian Lance Taylor <iant@cygnus.com>:
11315 * lib/gdb.exp (parse_args): New procedure.
11316
11317 2014-04-23 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/break-unload-file.c: New file.
11320 * gdb.base/break-unload-file.exp: New file.
11321 * gdb.base/sym-file-lib.c (baz): New function.
11322 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11323 field.
11324 (load): Store the segment's mapped size.
11325 (unload): New function.
11326 (unload_shlib): New function.
11327 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11328 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11329 set a breakpoint at baz, and call it.
11330 * gdb.base/sym-file.exp: New tests for stale breakpoint
11331 instructions.
11332
11333 2014-04-23 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11336 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11337 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11338 * gdb.base/hbreak-unmapped.c: New file.
11339 * gdb.base/hbreak-unmapped.exp: New file.
11340 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11341 * lib/gdb.exp (gdb_is_target_remote): ... here.
11342
11343 2014-04-22 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/consecutive-step-over.c: New file.
11346 * gdb.base/consecutive-step-over.exp: New file.
11347
11348 2014-04-22 Pedro Alves <palves@redhat.com>
11349
11350 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11351 instead of send_gdb/gdb_expect.
11352
11353 2014-04-22 Yao Qi <yao@codesourcery.com>
11354
11355 * lib/trace-support.exp (generate_tracefile): New procedure.
11356 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11357 return 0.
11358 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11359 if generate_tracefile returns 1.
11360
11361 2014-04-18 Tom Tromey <palves@redhat.com>
11362 Pedro alves <tromey@redhat.com>
11363
11364 PR backtrace/15558
11365 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11366 with a backtrace limit.
11367 * gdb.python/py-frame-inline.exp: Test running to an inline
11368 function with a backtrace limit, and printing the newest frame.
11369 * gdb.python/py-frame-inline.c (main): Call f.
11370
11371 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11372
11373 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11374
11375 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11376
11377 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11378 Drop prefix from unsupported source file path.
11379
11380 2014-04-17 Yao Qi <yao@codesourcery.com>
11381
11382 * lib/gdb.exp (with_target_charset): New proc.
11383 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11384 with_target_charset.
11385 (test_print_strings): Likewise.
11386 (test_repeat_bytes): Likewise.
11387 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11388 for some tests.
11389
11390 2014-04-16 Keith Seitz <keiths@redhat.com>
11391
11392 PR gdb/15827
11393 * gdb.dwarf2/corrupt.c: New file.
11394 * gdb.dwarf2/corrupt.exp: New file.
11395
11396 2014-04-16 Keith Seitz <keiths@redhat.com>
11397
11398 PR c++/16597
11399 * gdb.cp/namelessclass.cc: New file.
11400 * gdb.cp/namelessclass.exp: New file.
11401 * gdb.cp/namelessclass.S: New file.
11402
11403 2014-04-16 Doug Evans <dje@google.com>
11404
11405 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11406 Add comment.
11407 (gdbserver_default_get_comm_port): New function.
11408 (gdbserver_start): Check if board file provided
11409 "gdbserver,get_comm_port" and use it if so.
11410 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11411 (gdb,socketport): Set to "stdio".
11412 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11413 (stdio_gdbserver_template): Delete.
11414 (${board}_get_remote_address): Update.
11415 (${board}_build_remote_cmd): Delete.
11416 (${board}_get_comm_port): New function.
11417 (${board}_spawn): Update.
11418 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11419 Delete.
11420 (${board}_get_remote_address): Update.
11421 (${board}_get_comm_port): New function.
11422
11423 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
11424
11425 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11426 appearing in any order.
11427
11428 2014-04-15 Doug Evans <dje@google.com>
11429
11430 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11431 uninitialized value of "description".
11432
11433 2014-04-15 Keith Seitz <keiths@redhat.com>
11434
11435 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11436 Remove unused globals.
11437 (test_running_the_program): Likewise.
11438 (test_controlled_execution): Likewise.
11439 (test_controlling_breakpoints): Likewise.
11440 (test_program_termination): Likewise.
11441
11442 2014-04-15 Keith Seitz <keiths@redhat.com>
11443
11444 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11445 unused globals.
11446 (test_rbreak_creation_and_listing): Likewise.
11447 (test_ignore_count): Likewise.
11448 (test_error): Likewise.
11449
11450 2014-04-15 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11453 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11454 sym-file-loader.c.
11455 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11456 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11457 to sym-file-loader.c.
11458 (struct library): Forward declare.
11459 (load_shlib, lookup_function): Change prototypes.
11460 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11461 (translate_offset): Remove declarations.
11462 (get_text_addr): New declaration.
11463 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11464 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11465 sym-file-loader.h.
11466 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11467 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11468 here from sym-file-loader.h.
11469 (struct library): New structure.
11470 (load_shlib, lookup_function): Change prototypes and adjust to
11471 work with a struct library.
11472 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11473 (translate_offset): Make static.
11474 (get_text_addr): New function.
11475 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11476
11477 2014-04-15 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11480
11481 2014-04-15 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/sym-file-loader.c: Include <limits.h>.
11484 (SELF_LINK): New define.
11485 (get_origin): New function.
11486 (load_shlib): Use it.
11487 * gdb.base/sym-file.exp: Don't early return if the target is
11488 remote. Use runto_main, and issue fail is that fails. Use
11489 gdb_load_shlibs.
11490 (shlib_name): Delete.
11491 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11492
11493 2014-04-15 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.base/sym-file.exp: Remove regex characters from test
11496 message. Don't refer to breakpoint numbers in test messages.
11497
11498 2014-04-14 Keith Seitz <keiths@redhat.com>
11499
11500 PR c++/16253
11501 * gdb.cp/var-tag.cc: New file.
11502 * gdb.cp/var-tag.exp: New file.
11503 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11504 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11505 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11506 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11507
11508 2014-04-14 Tom Tromey <tromey@redhat.com>
11509
11510 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11511 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11512 type.
11513 * gdb.cp/enum-class.exp: New file.
11514 * gdb.cp/enum-class.cc: New file.
11515
11516 2014-04-14 Tom Tromey <tromey@redhat.com>
11517
11518 * gdb.dwarf2/enum-type.exp: New file.
11519
11520 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11521
11522 * gdb.mi/mi-vla-c99.exp: New file.
11523 * gdb.mi/vla.c: New file.
11524
11525 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11526
11527 * gdb.base/vla-datatypes.c: New file.
11528 * gdb.base/vla-datatypes.exp: New file.
11529
11530 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11531
11532 * gdb.base/vla-ptr.c: New file.
11533 * gdb.base/vla-ptr.exp: New file.
11534
11535 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11536
11537 * gdb.dwarf2/count.exp: New file.
11538
11539 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11540
11541 * gdb.base/vla-sideeffect.c: New file.
11542 * gdb.base/vla-sideeffect.exp: New file.
11543
11544 2014-04-14 David Blaikie <dblaikie@gmail.com>
11545
11546 * gdb.mi/non-stop.c: Add return value for non-void function return
11547 statement.
11548 * gdb.threads/staticthreads.c: Ditto.
11549
11550 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11551 Doug Evans <xdje42@gmail.com>
11552
11553 * gdb.guile/scm-value.c: Improve test case.
11554 * gdb.guile/scm-value.exp: Add new test.
11555
11556 2014-04-11 David Blaikie <dblaikie@gmail.com>
11557
11558 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11559 override Clang's default.
11560
11561 2014-04-11 Joel Brobecker <brobecker@adacore.com>
11562
11563 Revert the following changes (regressions):
11564
11565 * gdb.base/vla-sideeffect.c: New file.
11566 * gdb.base/vla-sideeffect.exp: New file.
11567
11568 * gdb.dwarf2/count.exp: New file.
11569
11570 * gdb.base/vla-multi.c: New file.
11571 * gdb.base/vla-multi.exp: New file.
11572
11573 * gdb.base/vla-ptr.c: New file.
11574 * gdb.base/vla-ptr.exp: New file.
11575
11576 * gdb.base/vla-datatypes.c: New file.
11577 * gdb.base/vla-datatypes.exp: New file.
11578
11579 * gdb.mi/mi-vla-c99.exp: New file.
11580 * gdb.mi/vla.c: New file.
11581
11582 2014-04-11 Keith Seitz <keiths@redhat.com>
11583
11584 PR c++/16675
11585 * gdb.cp/cpsizeof.exp: New file.
11586 * gdb.cp/cpsizeof.cc: New file.
11587
11588 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11589
11590 * gdb.mi/mi-vla-c99.exp: New file.
11591 * gdb.mi/vla.c: New file.
11592
11593 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11594
11595 * gdb.base/vla-datatypes.c: New file.
11596 * gdb.base/vla-datatypes.exp: New file.
11597
11598 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11599
11600 * gdb.base/vla-ptr.c: New file.
11601 * gdb.base/vla-ptr.exp: New file.
11602
11603 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11604
11605 * gdb.base/vla-multi.c: New file.
11606 * gdb.base/vla-multi.exp: New file.
11607
11608 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11609
11610 * gdb.dwarf2/count.exp: New file.
11611
11612 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11613
11614 * gdb.base/vla-sideeffect.c: New file.
11615 * gdb.base/vla-sideeffect.exp: New file.
11616
11617 2014-04-11 Yao Qi <yao@codesourcery.com>
11618
11619 * gdb.base/completion.exp: Check file exists before running tests
11620 on file completion.
11621
11622 2014-04-10 Pedro Alves <palves@redhat.com>
11623
11624 * gdb.base/cond-eval-mode.c: New file.
11625 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11626 prepare_for_testing to build the new file. Check result of
11627 runto_main.
11628 (test_break, test_watch): New procedures.
11629 (top level): Use them.
11630
11631 2014-04-08 Pierre Muller <muller@sourceware.org>
11632
11633 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11634 Ctrl-V use for mingw hosts.
11635
11636 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11637
11638 * gdb.python/py-value.c: Improve test case.
11639 * gdb.python/py-value.exp: Add new test.
11640
11641 2014-04-07 David Blaikie <dblaikie@gmail.com>
11642
11643 * lib/compiler.c: Identify the clang compiler.
11644 * lib/compiler.cc: Ditto.
11645
11646 2014-04-03 Yao Qi <yao@codesourcery.com>
11647
11648 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11649
11650 2014-04-01 Anton Blanchard <anton@samba.org>
11651
11652 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11653 messages unique.
11654
11655 2014-04-01 Anton Blanchard <anton@samba.org>
11656
11657 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11658 prepare_for_testing.
11659
11660 2014-04-01 Anton Blanchard <anton@samba.org>
11661
11662 * gdb.arch/ppc64-atomic-inst.c: Remove.
11663 * gdb.arch/ppc64-atomic-inst.S: New file.
11664 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11665
11666 2014-03-31 Doug Evans <dje@google.com>
11667
11668 * gdb.base/print-symbol-loading-lib.c: New file.
11669 * gdb.base/print-symbol-loading-main.c: New file.
11670 * gdb.base/print-symbol-loading.exp: New file.
11671
11672 2014-03-31 Yao Qi <yao@codesourcery.com>
11673
11674 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11675
11676 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.ada/mi_dyn_arr: New testcase.
11679
11680 2014-03-27 Doug Evans <dje@google.com>
11681
11682 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11683
11684 2014-03-27 Yao Qi <yao@codesourcery.com>
11685
11686 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11687 if target is nios2-*-*.
11688
11689 2014-03-26 Yao Qi <yao@codesourcery.com>
11690
11691 * lib/gdb.exp (readline_is_used): New proc.
11692 * gdb.base/completion.exp: Move tests on command complete up.
11693 Skip the rest of tests if readline is not used.
11694 * gdb.ada/complete.exp: Skp the test if readline is not
11695 used.
11696 * gdb.base/filesym.exp: Likewise.
11697 * gdb.base/macscp.exp: Likewise.
11698 * gdb.base/readline-ask.exp: Likewise.
11699 * gdb.base/readline.exp: Likewise.
11700 * gdb.python/py-cmd.exp: Likewise.
11701 * gdb.trace/tfile.exp: Likewise.
11702
11703 2014-03-26 Yao Qi <yao@codesourcery.com>
11704
11705 * gdb.base/macscp.exp: Fix code format issues.
11706
11707 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11708
11709 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11710 * gdb.asm/powerpc64le.inc: New file.
11711
11712 2014-03-25 Pedro Alves <palves@redhat.com>
11713 Doug Evans <dje@google.com>
11714
11715 * gdb.base/source-execution.c: New file.
11716 * gdb.base/source-execution.exp: New file.
11717 * gdb.base/source-execution.gdb: New file.
11718
11719 2014-03-24 Doug Evans <dje@google.com>
11720
11721 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11722 using fission.
11723
11724 2014-03-24 Hui Zhu <hui@codesourcery.com>
11725 Pedro Alves <palves@redhat.com>
11726
11727 PR breakpoints/16101
11728 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11729 test pass/fail messages. Detect missing support for dprintf when
11730 breakpoints are actually inserted.
11731 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11732 breakpoints are actually inserted.
11733 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11734 fails.
11735
11736 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11737
11738 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11739
11740 2014-03-22 Doug Evans <xdje42@gmail.com>
11741
11742 * gdb.python/python.exp (python not supported): Verify multi-line
11743 python command issues an error.
11744 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11745 guile command issues an error.
11746
11747 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11748
11749 * gdb.threads/thread-specific.exp: Handle the lack of usable
11750 $this_breakpoint and $this_thread.
11751
11752 2014-03-21 Hui Zhu <hui@codesourcery.com>
11753
11754 * gdb.base/attach.exp (do_command_attach_tests): New.
11755
11756 2014-03-20 Tom Tromey <tromey@redhat.com>
11757 Pedro Alves <palves@redhat.com>
11758
11759 PR cli/15718
11760 * gdb.base/condbreak-call-false.c: New file.
11761 * gdb.base/condbreak-call-false.exp: New file.
11762
11763 2014-03-20 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11766 Delete.
11767 (block_signals, unblock_signals): Delete.
11768 (child_function_2, main): Remove references to deleted variable
11769 and functions.
11770
11771 2014-03-20 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11774 Use pthread_kill to signal thread 2.
11775 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11776 Adjust to make the test send itself a signal rather than using the
11777 host's "kill" command.
11778
11779 2014-03-20 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.threads/multiple-step-overs.c: New file.
11782 * gdb.threads/multiple-step-overs.exp: New file.
11783 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11784 Adjust expected infrun debug output.
11785
11786 2014-03-20 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11789 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11790
11791 2014-03-20 Pedro Alves <palves@redhat.com>
11792
11793 PR breakpoints/7143
11794 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11795 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11796 of gdb_test_multiple.
11797 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11798 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11799
11800 2014-03-20 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11803 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11804
11805 2014-03-19 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.base/async.exp: Remove early return.
11808
11809 2014-03-19 Pedro Alves <palves@redhat.com>
11810
11811 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11812
11813 2014-03-19 Pedro Alves <palves@redhat.com>
11814
11815 * gdb.base/async.exp (test_background): Expect \r\n after
11816 "completed." in the fail pattern.
11817
11818 2014-03-19 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/async.exp (test_background): New procedure.
11821 Use it for all background execution command tests.
11822
11823 2014-03-19 Pedro Alves <palves@redhat.com>
11824
11825 * gdb.base/async.exp: Use prepare_for_testing.
11826
11827 2014-03-19 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11830 the same line.
11831
11832 2014-03-19 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.base/async.c (main): Add "jump here" and "until here" line
11835 marker comments.
11836 * gdb.base/async.exp (jump_here): New global.
11837 (jump& test): Use it.
11838 (until_here): New global.
11839 (until& test): Use it.
11840
11841 2014-03-19 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/async.exp: Don't frob gdb_protocol.
11844
11845 2014-03-18 Doug Evans <xdje42@gmail.com>
11846
11847 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11848 Fix spelling of exec-done-display.
11849
11850 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11851
11852 PR gdb/15358
11853 * gdb.base/gdb-sigterm.c: New file.
11854 * gdb.base/gdb-sigterm.exp: New file.
11855
11856 2014-03-18 Pedro Alves <palves@redhat.com>
11857
11858 PR gdb/13860
11859 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11860 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11861 solib-event.
11862
11863 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11864
11865 * gdb.ada/pckd_arr_ren: New testcase.
11866
11867 2014-03-13 Doug Evans <xdje42@gmail.com>
11868
11869 PR guile/16612
11870 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11871 collect after discarding symbols.
11872
11873 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11874 Doug Evans <xdje42@gmail.com>
11875
11876 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11877 to history survives a gc.
11878
11879 2014-03-13 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/default.exp: Don't test "target procfs".
11882
11883 2014-03-13 Pedro Alves <palves@redhat.com>
11884
11885 * gdb.base/default.exp: Update "target child" and "target procfs"
11886 tests to not expect "Unix".
11887
11888 2014-03-12 Tom Tromey <tromey@redhat.com>
11889
11890 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11891 New procs. Add target-async tests.
11892 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11893 Add target-async tests.
11894
11895 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11896
11897 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11898 'func_start' and 'func_end' for the beginning and end of the
11899 function code, respectively.
11900 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11901 'func_end' instead of 'func' and 'main'.
11902
11903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11904
11905 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11906 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11907 generate the debug info assembler source.
11908
11909 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11910
11911 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11912 * gdb.dwarf2/arr-subrange.exp: Likewise.
11913 * gdb.dwarf2/dwz.exp: Likewise.
11914 * gdb.dwarf2/method-ptr.exp: Likewise.
11915 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11916 * gdb.dwarf2/subrange.exp: Likewise.
11917 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11918 * gdb.dwarf2/implptrpiece.exp: Likewise.
11919 * gdb.dwarf2/nostaticblock.exp: Likewise.
11920
11921 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11922
11923 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11924 directory to absolute path name arguments.
11925
11926 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11927
11928 * gdb.ada/tagged_access: New testcase.
11929
11930 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11931
11932 * gdb.btrace/data.exp: Update expected output.
11933
11934 2014-03-06 Yao Qi <yao@codesourcery.com>
11935
11936 * gdb.trace/pr16508.exp: New file.
11937
11938 2014-03-05 Pedro Alves <palves@redhat.com>
11939
11940 PR gdb/16575
11941 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11942 procedure.
11943 (top level): Adjust to use it. Add tests that exercise breakpoint
11944 interaction with the code-cache.
11945
11946 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11947
11948 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11949 test for 'history-append!'.
11950
11951 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11952
11953 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11954 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11955 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11956 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11957 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11958 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11959
11960 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11961
11962 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11963 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11964 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11965
11966 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11967
11968 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11969
11970 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.dwarf2/arr-stride.c: New file.
11973 * gdb.dwarf2/arr-stride.exp: New file.
11974
11975 2014-02-26 Pedro Alves <palves@redhat.com>
11976
11977 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11978 that won't ever trigger. Make sure that GDB reports the correct
11979 breakpoint that caused the stop.
11980
11981 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11982
11983 PR gdb/16626
11984 * gdb.base/auto-load-script: New file.
11985 * gdb.base/auto-load.c: New file.
11986 * gdb.base/auto-load.exp: New file.
11987
11988 PR gdb/16626
11989 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11990
11991 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11992
11993 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11994 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11995
11996 2014-02-24 Doug Evans <dje@google.com>
11997
11998 * lib/gdb.exp (run_on_host): Log error output if program fails.
11999
12000 2014-02-21 Pedro Alves <palves@redhat.com>
12001
12002 * gdb.threads/step-after-sr-lock.c: Rename to ...
12003 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12004 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12005 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12006 ... this.
12007
12008 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12009
12010 PR tdep/16397
12011 * gdb.arch/amd64-stap-special-operands.exp: New file.
12012 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12013 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12014 * gdb.arch/amd64-stap-triplet.S: Likewise.
12015 * gdb.arch/amd64-stap-triplet.c: Likewise.
12016
12017 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12018
12019 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12020 in .section pseudo-op.
12021
12022 2014-02-20 lin zuojian <manjian2006@gmail.com>
12023 Joel Brobecker <brobecker@adacore.com>
12024 Doug Evans <xdje42@gmail.com>
12025
12026 PR symtab/16581
12027 * gdb.dwarf2/dw2-icycle.S: New file.
12028 * gdb.dwarf2/dw2-icycle.c: New file.
12029 * gdb.dwarf2/dw2-icycle.exp: New file.
12030
12031 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12032
12033 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12034 operations on gdb.Value objects.
12035 * gdb.python/py-value-cc.exp: Add new test to test operations on
12036 gdb.Value objects.
12037
12038 2014-02-18 Doug Evans <dje@google.com>
12039
12040 * Makefile.in (TESTS): New variable.
12041 (expanded_tests, expanded_tests_or_none): New variables
12042 (check-single): Pass $(expanded_tests_or_none) to runtest.
12043 (check-parallel): Only run tests in $(TESTS) if non-empty.
12044 (check/no-matching-tests-found): New rule.
12045 * README: Document TESTS makefile variable.
12046
12047 2014-02-18 Doug Evans <dje@google.com>
12048
12049 * Makefile.in (check-parallel): rm -rf outputs temp.
12050
12051 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 Fix "ERROR: no fileid for" in the testsuite.
12054 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12055
12056 2014-02-12 Doug Evans <dje@google.com>
12057
12058 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12059 (MISCELLANEOUS): New variable.
12060 (clean): rm -rf $(MISCELLANEOUS).
12061 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12062 dwp live in the same directory as symlinks, with each symlink pointed
12063 to a differently named file in a different directory.
12064
12065 2014-02-11 Doug Evans <dje@google.com>
12066
12067 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12068 of Tcl file commands.
12069
12070 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12071
12072 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12073 "kill -SIGUSR1 -1".
12074
12075 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12076
12077 * gdb.ada/tick_length_array_enum_idx: New testcase.
12078
12079 2014-02-10 Doug Evans <xdje42@gmail.com>
12080
12081 * configure.ac (AC_OUTPUT): Add gdb.guile.
12082 * configure: Regenerate.
12083 * lib/gdb-guile.exp: New file.
12084 * lib/gdb.exp (get_target_charset): New function.
12085 * gdb.base/help.exp: Update expected output from "apropos apropos".
12086 * gdb.guile/Makefile.in: New file.
12087 * gdb.guile/guile.exp: New file.
12088 * gdb.guile/scm-arch.c: New file.
12089 * gdb.guile/scm-arch.exp: New file.
12090 * gdb.guile/scm-block.c: New file.
12091 * gdb.guile/scm-block.exp: New file.
12092 * gdb.guile/scm-breakpoint.c: New file.
12093 * gdb.guile/scm-breakpoint.exp: New file.
12094 * gdb.guile/scm-disasm.c: New file.
12095 * gdb.guile/scm-disasm.exp: New file.
12096 * gdb.guile/scm-equal.c: New file.
12097 * gdb.guile/scm-equal.exp: New file.
12098 * gdb.guile/scm-error.exp: New file.
12099 * gdb.guile/scm-error.scm: New file.
12100 * gdb.guile/scm-frame-args.c: New file.
12101 * gdb.guile/scm-frame-args.exp: New file.
12102 * gdb.guile/scm-frame-args.scm: New file.
12103 * gdb.guile/scm-frame-inline.c: New file.
12104 * gdb.guile/scm-frame-inline.exp: New file.
12105 * gdb.guile/scm-frame.c: New file.
12106 * gdb.guile/scm-frame.exp: New file.
12107 * gdb.guile/scm-generics.exp: New file.
12108 * gdb.guile/scm-gsmob.exp: New file.
12109 * gdb.guile/scm-iterator.c: New file.
12110 * gdb.guile/scm-iterator.exp: New file.
12111 * gdb.guile/scm-math.c: New file.
12112 * gdb.guile/scm-math.exp: New file.
12113 * gdb.guile/scm-objfile-script-gdb.in: New file.
12114 * gdb.guile/scm-objfile-script.c: New file.
12115 * gdb.guile/scm-objfile-script.exp: New file.
12116 * gdb.guile/scm-objfile.c: New file.
12117 * gdb.guile/scm-objfile.exp: New file.
12118 * gdb.guile/scm-ports.exp: New file.
12119 * gdb.guile/scm-pretty-print.c: New file.
12120 * gdb.guile/scm-pretty-print.exp: New file.
12121 * gdb.guile/scm-pretty-print.scm: New file.
12122 * gdb.guile/scm-section-script.c: New file.
12123 * gdb.guile/scm-section-script.exp: New file.
12124 * gdb.guile/scm-section-script.scm: New file.
12125 * gdb.guile/scm-symbol.c: New file.
12126 * gdb.guile/scm-symbol.exp: New file.
12127 * gdb.guile/scm-symtab-2.c: New file.
12128 * gdb.guile/scm-symtab.c: New file.
12129 * gdb.guile/scm-symtab.exp: New file.
12130 * gdb.guile/scm-type.c: New file.
12131 * gdb.guile/scm-type.exp: New file.
12132 * gdb.guile/scm-value-cc.cc: New file.
12133 * gdb.guile/scm-value-cc.exp: New file.
12134 * gdb.guile/scm-value.c: New file.
12135 * gdb.guile/scm-value.exp: New file.
12136 * gdb.guile/source2.scm: New file.
12137 * gdb.guile/types-module.cc: New file.
12138 * gdb.guile/types-module.exp: New file.
12139
12140 2014-02-10 Yao Qi <yao@codesourcery.com>
12141
12142 PR testsuite/16543
12143 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12144 * configure: Regenerated.
12145 * Makefile.in: New file.
12146
12147 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12148
12149 * gdb.python/py-framefilter.exp: Fix typo.
12150
12151 2014-02-08 Yao Qi <yao@codesourcery.com>
12152
12153 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12154 that no =breakpoint-modified is emitted when breakpoints are
12155 modified through MI commands.
12156
12157 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12158 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.threads/step-after-sr-lock.c: New file.
12161 * gdb.threads/step-after-sr-lock.exp: New file.
12162
12163 2014-02-07 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12166
12167 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12170 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12171
12172 2014-02-06 Doug Evans <xdje42@gmail.com>
12173
12174 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12175 output.
12176
12177 * gdb.gdb/python-interrupts.exp: New file.
12178
12179 2014-02-05 Yao Qi <yao@codesourcery.com>
12180
12181 * gdb.trace/report.exp (use_collected_data): Test the output
12182 of "info threads" and "info inferiors".
12183
12184 2014-02-05 Yao Qi <yao@codesourcery.com>
12185
12186 Revert this patch:
12187
12188 2013-05-24 Yao Qi <yao@codesourcery.com>
12189
12190 * gdb.trace/tfile.exp: Test inferior and thread.
12191
12192 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12193
12194 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12195 on a function.
12196 * gdb.base/step-bt.c: Call hello via function pointer to make
12197 sure its first instruction is executed on powerpc64le-linux.
12198
12199 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12200
12201 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12202
12203 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12204
12205 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12206 of the test patterns for use on little-endian systems.
12207
12208 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12209
12210 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12211 (decimal_vector): Fix for little-endian.
12212
12213 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12214
12215 * gdb.arch/sparc-sysstep.exp: New file.
12216 * gdb.arch/sparc-sysstep.c: Likewise.
12217
12218 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12219
12220 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12221
12222 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12223
12224 2014-01-23 Tom Tromey <tromey@redhat.com>
12225
12226 * gdb.ada/array_char_idx: New testcase.
12227
12228 2014-01-23 Tom Tromey <tromey@redhat.com>
12229
12230 PR python/16487:
12231 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12232 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12233 classes.
12234
12235 2014-01-23 Tom Tromey <tromey@redhat.com>
12236
12237 PR python/16491:
12238 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12239 string from an inferior frame.
12240 * gdb.python/py-framefilter-mi.exp: Update.
12241
12242 2014-01-22 Doug Evans <dje@google.com>
12243
12244 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12245
12246 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12247
12248 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12249
12250 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12251
12252 * gdb.trace/entry-values.exp: Remove excess space character from
12253 regex patterns. Handle s390 call instruction.
12254
12255 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12256
12257 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12258 define "*_start" label. Make "name" static.
12259 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12260 ${name} by references to ${name}_start.
12261
12262 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12263
12264 * gdb.base/info-macros.exp: Remove "debug" from the compile
12265 options.
12266
12267 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12268
12269 * gdb.dlang/demangle.exp: New file.
12270
12271 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12272
12273 * gdb.dlang/primitive-types.exp: New file.
12274
12275 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12276
12277 * configure.ac: Create gdb.dlang/Makefile.
12278 * configure: Regenerate.
12279 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12280 * gdb.dlang/Makefile.in: New file.
12281 * lib/d-support.exp: New file.
12282 * lib/gdb.exp (skip_d_tests): New proc.
12283
12284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12285
12286 * gdb.btrace/delta.exp: Check reverse stepi.
12287 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12288 * gdb.btrace/finish.exp: New.
12289 * gdb.btrace/next.exp: New.
12290 * gdb.btrace/nexti.exp: New.
12291 * gdb.btrace/record_goto.c: Add comments.
12292 * gdb.btrace/step.exp: New.
12293 * gdb.btrace/stepi.exp: New.
12294 * gdb.btrace/multi-thread-step.c: New.
12295 * gdb.btrace/multi-thread-step.exp: New.
12296 * gdb.btrace/rn-dl-bind.c: New.
12297 * gdb.btrace/rn-dl-bind.exp: New.
12298 * gdb.btrace/data.c: New.
12299 * gdb.btrace/data.exp: New.
12300 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12301
12302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12303
12304 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12305 * gdb.btrace/exception.exp: Update.
12306 * gdb.btrace/instruction_history.exp: Update.
12307 * gdb.btrace/record_goto.exp: Update.
12308 * gdb.btrace/tailcall.exp: Update.
12309 * gdb.btrace/unknown_functions.exp: Update.
12310 * gdb.btrace/delta.exp: New.
12311
12312 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12313
12314 * gdb.btrace/record_goto.exp: Add backtrace test.
12315 * gdb.btrace/tailcall.exp: Add backtrace test.
12316
12317 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12318
12319 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12320 * gdb.btrace/record_goto.c: New.
12321 * gdb.btrace/record_goto.exp: New.
12322 * gdb.btrace/x86-record_goto.S: New.
12323
12324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12325
12326 * gdb.btrace/function_call_history.exp: Update tests.
12327 * gdb.btrace/instruction_history.exp: Update tests.
12328
12329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12330
12331 * gdb.btrace/function_call_history.exp: Fix expected field
12332 order for "record function-call-history".
12333 Add new tests for "record function-call-history /c".
12334 * gdb.btrace/exception.cc: New.
12335 * gdb.btrace/exception.exp: New.
12336 * gdb.btrace/tailcall.exp: New.
12337 * gdb.btrace/x86-tailcall.S: New.
12338 * gdb.btrace/x86-tailcall.c: New.
12339 * gdb.btrace/unknown_functions.c: New.
12340 * gdb.btrace/unknown_functions.exp: New.
12341 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12342
12343 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12344
12345 * gdb.btrace/instruction_history.exp: Update.
12346 * gdb.btrace/function_call_history.exp: Update.
12347
12348 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12349
12350 * gdb.btrace/function_call_history.exp: Fix expected function
12351 trace.
12352 * gdb.btrace/instruction_history.exp: Initialize traced.
12353 Remove traced_functions.
12354
12355 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12356
12357 * gdb.btrace/function_call_history.exp: Update
12358 * gdb.btrace/instruction_history.exp: Update.
12359
12360 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12361
12362 * gdb.btrace/enable.exp: Update expected text.
12363
12364 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12365
12366 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12367 bytes.
12368
12369 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12370
12371 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12372
12373 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12374
12375 * lib/gdb.exp (supports_process_record): Return true for
12376 arm*-linux*. (supports_reverse): Likewise.
12377
12378 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12379
12380 PR python/15464
12381 PR python/16113
12382 * gdb.python/py-type.c: Enhance test case.
12383 * gdb.python/py-value-cc.cc: Likewise
12384 * gdb.python/py-type.exp: Add new tests.
12385 * gdb.python/py-value-cc.exp: Likewise
12386
12387 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12388 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12391 Make "name" extern.
12392 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12393 references to ${name}_start by references to ${name}.
12394
12395 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12396
12397 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12398
12399 2014-01-10 Joel Brobecker <brobecker@adacore.com>
12400
12401 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12402
12403 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12404 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.mi/mi-info-os.exp: Connect to the target with
12407 mi_gdb_target_load.
12408
12409 2014-01-08 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.threads/reconnect-signal.c: New file.
12412 * gdb.threads/reconnect-signal.exp: New file.
12413
12414 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 * gdb.base/source-dir.exp: New file.
12417
12418 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12419
12420 * gdb.ada/mi_interface: New testcase.
12421
12422 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12423
12424 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12425 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12426 gdb.ada/pp-rec-component/pck.ads: New files.
12427
12428 2014-01-07 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.python/py-pp-integral.c: New file.
12431 * gdb.python/py-pp-integral.py: New file.
12432 * gdb.python/py-pp-integral.exp: New file.
12433
12434 For older changes see ChangeLog-1993-2013.
12435 \f
12436 ;; Local Variables:
12437 ;; mode: change-log
12438 ;; left-margin: 8
12439 ;; fill-column: 74
12440 ;; version-control: never
12441 ;; End:
12442
12443 Copyright 2014-2017 Free Software Foundation, Inc.
12444 Copying and distribution of this file, with or without modification,
12445 are permitted provided the copyright notice and this notice are preserved.
This page took 0.284499 seconds and 5 git commands to generate.