5e99adf8b1fe7217e7ab13cf46b0fe35cd4b894e
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix testsuite compatibility with Guile.
4 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5 (thread 1): New test for backtrace through signal handler.
6
7 2016-01-22 Yao Qi <yao.qi@linaro.org>
8
9 PR testsuite/19491
10 * gdb.base/multi-forks.c: Include
11 ../lib/unbuffer_output.c
12 (main): Call gdb_unbuffer_output.
13
14 2016-01-21 Doug Evans <dje@google.com>
15
16 * lib/ada.exp (gdb_compile_ada): Fix typo.
17
18 2016-01-21 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb.base/break-fun-addr.exp: New file.
21 * gdb.base/break-fun-addr1.c: New file.
22 * gdb.base/break-fun-addr2.c: New file.
23
24 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
27 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
28 enum flag values.
29
30 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
31
32 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
33 when GDB can not set the vector return value. Add more comments
34 for clarification.
35
36 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
37
38 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
39 command.
40
41 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
42
43 * Makefile.in (DO_RUNTEST): Add --status and update usages.
44
45 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
46
47 * Makefile.in (check-single): Pass --status to runtest.
48 (check/%.exp): Likewise.
49
50 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
51
52 * Makefile.in (check-parallel): Propagate return code from make
53 do-check-parallel.
54
55 2016-01-19 Pedro Alves <palves@redhat.com>
56
57 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
58 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
59 current program space down to linespec decoding and breakpoint
60 location updating.
61 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
62 decode_line_full.
63 (until_break_command): Adjust calls to decode_line_1.
64 (base_breakpoint_decode_location, bkpt_decode_location): Add
65 'search_pspace' parameter. Pass it along.
66 (bkpt_probe_create_sals_from_location): Adjust calls to
67 parse_probes.
68 (tracepoint_decode_location, tracepoint_probe_decode_location)
69 (strace_marker_decode_location): Add 'search_pspace' parameter.
70 Pass it along.
71 (all_locations_are_pending): Rewrite to take a breakpoint and
72 program space as arguments instead.
73 (hoist_existing_locations): New function.
74 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
75 hoist_existing_locations instead of always removing all locations,
76 and adjust to all_locations_are_pending change.
77 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
78 Don't disable the breakpoint if there are other locations in
79 another program space.
80 (breakpoint_re_set_default): Adjust to pass down the current
81 program space as filter program space.
82 (decode_location_default): Add 'search_pspace' parameter and pass
83 it along.
84 (prepare_re_set_context): Don't switch program space here.
85 (breakpoint_re_set): Use save_current_space_and_thread instead of
86 save_current_program_space.
87 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
88 'search_pspace' parameter.
89 (update_breakpoint_locations): Add 'filter_pspace' parameter.
90 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
91 decode_line_1.
92 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
93 program space as filter program space.
94 * linespec.c (struct linespec_state) <search_pspace>: New field.
95 (create_sals_line_offset, convert_explicit_location_to_sals)
96 (parse_linespec): Pass the search program space down.
97 (linespec_state_constructor): Add 'search_pspace' parameter.
98 Store it.
99 (linespec_parser_new): Add 'search_pspace' parameter and pass it
100 along.
101 (linespec_lex_to_end): Adjust.
102 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
103 and pass it along.
104 (decode_line_with_last_displayed): Adjust.
105 (collect_symtabs_from_filename, symtabs_from_filename): New
106 'search_pspace' parameter. Use it.
107 (find_function_symbols): Pass the search program space down.
108 * linespec.h (decode_line_1, decode_line_full): Add
109 'search_pspace' parameter.
110 * probe.c (parse_probes_in_pspace): New function, factored out
111 from ...
112 (parse_probes): ... this. Add 'search_pspace' parameter and use
113 it.
114 * probe.h (parse_probes): Add pspace' parameter.
115 * python/python.c (gdbpy_decode_line): Adjust.
116 * tracepoint.c (scope_info): Adjust.
117
118 2016-01-19 Marcin Koƛcielnicki <koriakin@0x04.net>
119
120 * gdb.trace/ftrace.exp: Fix expected message on continue.
121 * gdb.trace/pending.exp: Fix expected message on continue.
122 * gdb.trace/trace-break.exp: Fix expected message on continue.
123
124 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
125
126 * lib/gdb.exp (gdb_test): Remove unused global references.
127
128 2016-01-18 Pedro Alves <palves@redhat.com>
129
130 * gdb.base/async-shell.exp: Adjust expected output.
131 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
132 * gdb.base/siginfo-thread.exp: Adjust expected output.
133 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
134 * gdb.java/jnpe.exp: Adjust expected output.
135 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
136 * gdb.threads/continue-pending-status.exp: Adjust expected output.
137 * gdb.threads/leader-exit.exp: Adjust expected output.
138 * gdb.threads/manythreads.exp: Adjust expected output.
139 * gdb.threads/pthreads.exp: Adjust expected output.
140 * gdb.threads/schedlock.exp: Adjust expected output.
141 * gdb.threads/siginfo-threads.exp: Adjust expected output.
142 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
143 expected output.
144 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
145 output.
146 * gdb.threads/sigthread.exp: Adjust expected output.
147 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
148
149 2016-01-18 Yao Qi <yao.qi@linaro.org>
150
151 * gdb.guile/scm-section-script.c: Replace @progbits with
152 %progbits.
153 * gdb.python/py-section-script.c: Likewise.
154
155 2016-01-15 Pedro Alves <palves@redhat.com>
156
157 * gdb.multi/tids.exp: Test star wildcard ranges.
158
159 2016-01-15 Pedro Alves <palves@redhat.com>
160
161 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
162 command from "thread apply" invocation.
163 (thr_apply_info_thr_invalid): Default the expected output to the
164 input tid list.
165 (top level): Add tests that use convenience variables. Add tests
166 for "thread apply" with a valid TID list, but missing the command.
167
168 2016-01-13 Pedro Alves <palves@redhat.com>
169
170 * gdb.base/default.exp: Expect $_gthread as well.
171 * gdb.multi/tids.exp: Test $_gthread.
172 * gdb.threads/thread-specific.exp: Test $_gthread.
173
174 2016-01-13 Pedro Alves <palves@redhat.com>
175
176 * gdb.multi/tids.exp: Test "info threads -gid".
177
178 2016-01-13 Pedro Alves <palves@redhat.com>
179
180 * gdb.multi/tids.exp: Test InferiorThread.global_num and
181 Breakpoint.thread.
182 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
183
184 2016-01-07 Pedro Alves <palves@redhat.com>
185
186 * gdb.base/break.exp: Adjust to output changes.
187 * gdb.base/hbreak2.exp: Likewise.
188 * gdb.base/sepdebug.exp: Likewise.
189 * gdb.base/watch_thread_num.exp: Likewise.
190 * gdb.linespec/keywords.exp: Likewise.
191 * gdb.multi/info-threads.exp: Likewise.
192 * gdb.threads/thread-find.exp: Likewise.
193 * gdb.multi/tids.c: New file.
194 * gdb.multi/tids.exp: New file.
195
196 2016-01-13 Pedro Alves <palves@redhat.com>
197
198 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
199
200 2016-01-13 Pedro Alves <palves@redhat.com>
201
202 * gdb.base/default.exp: Expect $_inferior as well.
203 * gdb.multi/base.exp: Test $_inferior.
204
205 2016-01-13 Pedro Alves <palves@redhat.com>
206
207 PR breakpoints/19388
208 * gdb.base/catch-signal-siginfo-cond.c: New file.
209 * gdb.base/catch-signal-siginfo-cond.exp: New file.
210
211 2016-01-12 Josh Stone <jistone@redhat.com>
212 Philippe Waroquiers <philippe.waroquiers@skynet.be>
213
214 * gdb.base/catch-syscall.c (do_execve): New variable.
215 (main): Conditionally trigger an execve.
216 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
217 (test_catch_syscall_execve): New, check entry/return across execve.
218 (do_syscall_tests): Call test_catch_syscall_execve.
219
220 2016-01-12 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/random-signal.exp (do_test): New procedure, with body
223 of testcase moved in.
224
225 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
226 Pedro Alves <palves@redhat.com>
227
228 * gdb.base/funcargs.exp (finish from indirectly called function):
229 Reintroduce the case for 'First'.
230
231 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
232 Pedro Alves <palves@redhat.com>
233
234 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
235 (tcatch_vfork_then_child_follow_exec)
236 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
237 identification.
238
239 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
242 and repeats to unlimited.
243 * gdb.python/py-value.exp: Likewise.
244 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
245 and repeats to unlimited.
246
247 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
250 and reordering the functions.
251 * gdb.multi/hangout.c: Likewise.
252 * gdb.multi/hello.c: Likewise.
253
254 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
255
256 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
257 absolute.
258 (SingleStatisticTestResult.report): Use dict.keys instead of
259 dict.iterkeys.
260
261 2016-01-06 Pedro Alves <palves@redhat.com>
262
263 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
264
265 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
266
267 * gdb.btrace/dlopen.exp: New.
268 * gdb.btrace/dlopen.c: New.
269 * gdb.btrace/dlopen-dso.c: New.
270
271 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
272
273 * lib/gdb.exp (gdb_test): Update comments to clarify that the
274 PATTERN argument is optional.
275
276 2015-12-24 Joel Brobecker <brobecker@adacore.com>
277
278 * lib/ada.exp (target_compile_ada_from_dir): New function.
279 (gdb_compile_ada): Reimplement avoiding the use of project files.
280 * gdb.ada/gnat_ada.gpr: Delete.
281 * gdb.ada/cond_lang.exp: Adjust test to make path before
282 filename optional.
283 * gdb.ada/small_reg_param.exp: Likewise.
284
285 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
286
287 * gdb.base/foll-vork.exp: Remove HP-UX special case.
288
289 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
290
291 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
292 case.
293
294 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
295
296 * gdb.base/break.exp: Remove dead code.
297 * gdb.base/sepdebug.exp: Likewise.
298
299 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
300
301 * gdb.asm/asm-source.exp: Remove HP-UX references.
302 * gdb.base/annota1.exp: Likewise.
303 * gdb.base/annota3.exp: Likewise.
304 * gdb.base/attach.exp: Likewise.
305 * gdb.base/bigcore.exp: Likewise.
306 * gdb.base/break.exp: Likewise.
307 * gdb.base/call-ar-st.exp: Likewise.
308 * gdb.base/callfuncs.exp: Likewise.
309 * gdb.base/catch-fork-static.exp: Likewise.
310 * gdb.base/display.exp: Likewise.
311 * gdb.base/foll-exec-mode.exp: Likewise.
312 * gdb.base/foll-exec.exp: Likewise.
313 * gdb.base/foll-fork.exp: Likewise.
314 * gdb.base/foll-vfork.exp: Likewise.
315 * gdb.base/funcargs.exp: Likewise.
316 * gdb.base/hbreak2.exp: Likewise.
317 * gdb.base/inferior-died.exp: Likewise.
318 * gdb.base/interrupt.exp: Likewise.
319 * gdb.base/multi-forks.exp: Likewise.
320 * gdb.base/nodebug.exp: Likewise.
321 * gdb.base/sepdebug.exp: Likewise.
322 * gdb.base/solib1.c: Likewise.
323 * gdb.base/step-test.exp: Likewise.
324 * gdb.mi/non-stop.c: Likewise.
325 * gdb.mi/pthreads.c: Likewise.
326 * gdb.multi/bkpt-multi-exec.ex: Likewise.
327 * gdb.threads/pthreads.c: Likewise.
328 * gdb.threads/staticthreads.exp: Likewise.
329 * lib/future.exp: Likewise.
330 * lib/gdb.exp: Likewise.
331 * gdb.base/so-indr-cl.c: Remove.
332 * gdb.base/so-indr-cl.exp: Likewise.
333 * gdb.base/solib.c: Likewise.
334 * gdb.base/solib.exp: Likewise.
335 * gdb.base/solib2.c: Likewise.
336
337 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
340 * gdb.base/call-ar-st.exp: Likewise.
341 * gdb.base/callfuncs.exp: Likewise.
342 * gdb.base/condbreak.exp: Likewise.
343 * gdb.base/constvars.exp: Likewise.
344 * gdb.base/hbreak2.exp: Likewise.
345 * gdb.base/langs.exp: Likewise.
346 * gdb.base/list.exp: Likewise.
347 * gdb.base/long_long.exp: Likewise.
348 * gdb.base/ptype.exp: Likewise.
349 * gdb.base/scope.exp: Likewise.
350 * gdb.base/signals.exp: Likewise.
351 * gdb.base/so-impl-ld.exp: Likewise.
352 * gdb.base/varargs.exp: Likewise.
353 * gdb.base/volatile.exp: Likewise.
354 * gdb.base/whatis.exp: Likewise.
355 * gdb.cp/cplusfuncs.exp: Likewise.
356 * gdb.cp/inherit.exp: Likewise.
357 * gdb.cp/local.exp: Likewise.
358 * gdb.cp/member-ptr.exp: Likewise.
359 * gdb.cp/method.exp: Likewise.
360 * gdb.cp/overload.exp: Likewise.
361 * gdb.cp/templates.exp: Likewise.
362 * gdb.stabs/weird.exp: Likewise.
363 * lib/compiler.c: Likewise.
364 * lib/compiler.cc: Likewise.
365 * lib/cp-support.exp: Likewise.
366 * lib/gdb.exp: Likewise.
367
368 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
369
370 * configure.ac: Remove HP-UX case.
371 * configure: Regenerate.
372
373 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
374
375 * lib/gdb.exp (gdb_compile): Add function doc.
376
377 2015-12-17 Pedro Alves <palves@redhat.com>
378
379 PR threads/19354
380 * gdb.multi/info-threads.exp: New file.
381
382 2015-12-15 Yao Qi <yao.qi@linaro.org>
383
384 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
385 is aarch64*-*-*.
386
387 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
388
389 * gdb.base/history-duplicates.exp: Skip if no readline support.
390
391 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
392
393 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
394
395 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
396
397 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
398
399 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
400
401 * gdb.base/completion.exp: Skip tests that interrupt GDB with
402 ctrl-C if nointerrupts target property is set.
403 * gdb.base/double-prompt-target-event-error.exp: Likewise.
404 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
405 * gdb.base/paginate-bg-execution.exp: Likewise.
406 * gdb.base/paginate-execution-startup.exp: Likewise.
407 * gdb.base/random-signal.exp: Likewise.
408 * gdb.base/range-stepping.exp: Likewise.
409 * gdb.cp/annota2.exp: Likewise.
410 * gdb.cp/annota3.exp: Likewise.
411 * gdb.gdb/selftest.exp: Likewise.
412 * gdb.threads/continue-pending-status.exp: Likewise.
413 * gdb.threads/leader-exit.exp: Likewise.
414 * gdb.threads/manythreads.exp: Likewise.
415 * gdb.threads/pthreads.exp: Likewise.
416 * gdb.threads/schedlock.exp: Likewise.
417 * gdb.threads/sigthread.exp: Likewise.
418
419 2015-12-11 Don Breazeal <donb@codesourcery.com>
420
421 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
422 remote.
423 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
424 * gdb.base/foll-exec.exp (main): Enable for target remote.
425 * gdb.base/foll-fork.exp (main): Likewise.
426 * gdb.base/foll-vfork.exp (main): Likewise.
427 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
428 (proc continue_to_exit_bp_loc): Use clean_restart.
429 * gdb.base/pie-execl.exp (main): Disable for target remote.
430 * gdb.base/watch-vfork.exp (main): Enable for target remote.
431 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
432 * gdb.threads/execl.exp (main): Likewise.
433 * gdb.threads/fork-child-threads.exp (main): Likewise.
434 * gdb.threads/fork-plus-threads.exp (main): Disable for target
435 remote.
436 * gdb.threads/fork-thread-pending.exp (main): Enable for target
437 remote.
438 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
439 pid.tid style ptids, instead of just tid.
440 * gdb.threads/thread-execl.exp (main): Enable for target remote.
441 * gdb.threads/watchpoint-fork.exp (main): Likewise.
442 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
443 ptids, instead of just tid.
444
445 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.base/list.exp (test_list_forward): Add end of file error
448 test.
449 (test_repeat_list_command): Add end of file error test.
450 (test_list_backwards): Add beginning of file error test.
451
452 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.base/list.exp (test_list_invalid_args): New function,
455 defined, and called.
456
457 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.base/list.exp (test_list): Make test names unique.
460
461 2015-12-11 Yao Qi <yao.qi@linaro.org>
462
463 * gdb.base/coremaker2.c: Remove.
464
465 2015-12-10 Pedro Alves <palves@redhat.com>
466
467 * gdb.multi/base.exp: Remove stale "spaces" references.
468
469 2015-12-10 Pedro Alves <palves@redhat.com>
470
471 * gdb.multi/base.exp: Don't use nowarnings.
472 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
473 * gdb.multi/hangout.c: Include stdio.h.
474 * gdb.multi/hello.c: Include stdlib.h.
475 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
476 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
477 * gdb.multi/multi-arch.exp: Don't use nowarnings.
478
479 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.dwarf2/dw2-ranges-base.c: New file.
482 * gdb.dwarf2/dw2-ranges-base.exp: New file.
483 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
484 support additional line table, and debug ranges generation.
485 (Dwarf::ranges): New function, generate .debug_ranges.
486 (Dwarf::lines): Support generating simple line table programs.
487 (Dwarf::assemble): Initialise new namespace variables.
488
489 2015-12-09 Kevin Buettner <kevinb@redhat.com>
490
491 * gdb.base/async.exp (proc test_background): Add case for
492 asynchronous execution not supported.
493
494 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
495
496 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
497 format and change test names to make them unique.
498
499 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
500 Pedro Alves <pedro@redhat.com>
501
502 PR gdb/18702
503 Add checking of floatformats setup on x86_64 hosts.
504 * gdb.arch/i386-float.S (main): Load bigval and smallval.
505 (smallval, bigval): New labels/constants.
506 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
507 float" after loading bigval and smallval.
508
509 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
510
511 * gdb.ada/fun_overload_menu.exp: New testcase.
512 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
513
514 2015-12-04 Josh Stone <jistone@redhat.com>
515
516 * gdb.base/catch-fork-static.exp: New.
517
518 2015-12-03 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.base/sizeof.c: Don't include stdio.h and
521 ../lib/unbuffer_output.c.
522 (main): New variable 'size' and 'value'. Remove printf and
523 gdb_unbuffer_output. Assign return value to size and value.
524 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
525 at the beginning.
526 (check_sizeof): Check the result by printing variable 'size'.
527 (check_valueof): Check the result by printing variable 'value'.
528
529 2015-12-01 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.base/disp-step-syscall.exp: Define syscall instruction
532 for aarch64*-*-linux* target.
533
534 2015-11-30 Pedro Alves <palves@redhat.com>
535
536 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
537
538 2015-11-30 Pedro Alves <palves@redhat.com>
539
540 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
541 Handle non-stop mode vCont replies.
542
543 2015-11-30 Pedro Alves <palves@redhat.com>
544
545 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
546 prepare_for_testing. Start gdb with "set non-stop on" appended to
547 GDBFLAGS. Lax expected stop output.
548
549 2015-11-27 Yao Qi <yao.qi@linaro.org>
550
551 * gdb.arch/arm-neon.exp: New.
552 * gdb.arch/arm-neon.c: New.
553
554 2015-11-27 Yao Qi <yao.qi@linaro.org>
555
556 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
557
558 2015-11-27 Yao Qi <yao.qi@linaro.org>
559
560 * gdb.cp/annota2.exp: Allow multiple occurrences of the
561 frames-invalid annotation.
562
563 2015-11-27 Yao Qi <yao.qi@linaro.org>
564
565 * gdb.cp/annota2.exp: Use ${frames_invalid}.
566
567 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
568
569 * gdb.threads/names.exp: New file.
570 * gdb.threads/names.c: New file.
571 * README: Mention gdb,no_thread_names.
572
573 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
574
575 PR 19297
576 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
577 support" error.
578
579 2015-11-24 Pedro Alves <palves@redhat.com>
580
581 PR 17539
582 * gdb.base/display.exp: Expect displays to be sorted in ascending
583 order. Use multi_line.
584 * gdb.base/solib-display.exp: Likewise.
585
586 2015-11-24 Pedro Alves <palves@redhat.com>
587
588 PR 17539
589 * gdb.base/display.exp: Expect displays to be sorted in ascending
590 order. Use multi_line.
591 * gdb.base/solib-display.exp: Likewise.
592
593 2015-11-24 Pedro Alves <palves@redhat.com>
594
595 PR 17539
596 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
597 threads in ascending order.
598 * gdb.base/foll-fork.exp: Likewise.
599 * gdb.base/foll-vfork.exp: Likewise.
600 * gdb.base/multi-forks.exp: Likewise.
601 * gdb.mi/mi-nonstop.exp: Likewise.
602 * gdb.mi/mi-nsintrall.exp: Likewise.
603 * gdb.multi/base.exp: Likewise.
604 * gdb.multi/multi-arch.exp: Likewise.
605 * gdb.python/py-inferior.exp: Likewise.
606 * gdb.threads/break-while-running.exp: Likewise.
607 * gdb.threads/execl.exp: Likewise.
608 * gdb.threads/gcore-thread.exp: Likewise.
609 * gdb.threads/info-threads-cur-sal.exp: Likewise.
610 * gdb.threads/kill.exp: Likewise.
611 * gdb.threads/linux-dp.exp: Likewise.
612 * gdb.threads/multiple-step-overs.exp: Likewise.
613 * gdb.threads/next-bp-other-thread.exp: Likewise.
614 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
615 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
616 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
617 * gdb.threads/thread-find.exp: Likewise.
618 * gdb.threads/tls.exp: Likewise.
619 * lib/mi-support.exp (mi_reverse_list): Delete.
620 (mi_check_thread_states): No longer reverse list.
621
622 2015-11-24 Pedro Alves <palves@redhat.com>
623
624 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
625 use lowercase.
626
627 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
628
629 * gdb.trace/actions.c: Include trace-common.h.
630 (main): Add a location for a fast tracepoint.
631 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
632 the normal tracepoints.
633 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
634
635 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
636
637 * save-trace.exp: Factor out code to these...
638 (gdb_save_tracepoints): New.
639 (gdb_load_tracepoints): New.
640 (do_save_load_test): New.
641
642 2015-11-23 Kevin Buettner <kevinb@redhat.com>
643
644 * gdb.base/asmlabel.exp: New test.
645 * gdb.base/asmlabel.c: New test case.
646
647 2015-11-23 Joel Brobecker <brobecker@adacore.com>
648
649 * gdb.base/wrong_frame_bt_full-main.c: New file.
650 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
651 * gdb.base/wrong_frame_bt_full.exp: New file.
652
653 2015-11-23 Joel Brobecker <brobecker@adacore.com>
654
655 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
656
657 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
658
659 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
660 pstate register when comparing registers values in
661 sparc64-*-linux-gnu targets to avoid spurious differences.
662
663 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
664
665 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
666
667 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
668
669 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
670 as type argument to gdb_compile.
671 * gdb.base/nested-subp2.exp: Likewise.
672 * gdb.base/nested-subp3.exp: Likewise.
673
674 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
675
676 * lib/dwarf.exp (_note): Fix left shift of negative value.
677 * gdb.trace/trace-condition.exp: Likewise.
678
679 2015-11-13 Yao Qi <yao.qi@linaro.org>
680
681 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
682 comments about d10v.
683 (test_scalar_returns): Likewise.
684 * gdb.base/d10v.ld: Remove.
685 * gdb.base/overlays.exp: Remove the target triplet checking for
686 d10v-*-*.
687 * gdb.base/structs.exp (test_struct_returns): Remove the
688 comments about d10v.
689 (test_struct_calls): Likewise.
690
691 2015-11-13 Yao Qi <yao.qi@linaro.org>
692
693 * gdb.base/gnu_vector.exp: Check the return value by "p res".
694 * gdb.base/gnu_vector.c: Don't include stdio.h.
695 (main): Don't print res and call add_some_intvecs.
696
697 2015-11-11 Marcin Koƛcielnicki <koriakin@0x04.net>
698
699 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
700 macro.
701 (func5): Removed.
702 (func4): Use FAST_TRACEPOINT_LABEL.
703 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
704 macro.
705 (func): Removed.
706 (thread_function): Use FAST_TRACEPOINT_LABEL.
707 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
708 (func): Remove.
709 (marker): Use FAST_TRACEPOINT_LABEL.
710 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
711 (pendfunc1): Remove.
712 (pendfunc): Use FAST_TRACEPOINT_LABEL.
713 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
714 (foo): Remove.
715 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
716 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
717 macro.
718 (func): Remove.
719 (marker): Use FAST_TRACEPOINT_LABEL.
720 * gdb.trace/trace-common.h: New header.
721 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
722 macro.
723 (func): Remove.
724 (marker): Use FAST_TRACEPOINT_LABEL.
725 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
726 (func): Remove.
727 (thread_function): Use FAST_TRACEPOINT_LABEL.
728
729 2015-11-10 Marcin Koƛcielnicki <koriakin@0x04.net>
730
731 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
732 in front.
733 * gdb.trace/change-loc.exp: Use global pcreg definition.
734 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
735 * gdb.trace/entry-values.exp: Use global spreg definition, add $
736 in front.
737 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
738 * gdb.trace/pending.exp: Likewise.
739 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
740 * gdb.trace/trace-break.exp: Likewise.
741 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
742 in front.
743 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
744 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
745 in front.
746 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
747
748 2015-11-09 Joel Brobecker <brobecker@adacore.com>
749
750 * gdb.ada/fin_fun_out: New testcase.
751
752 2015-11-07 Kevin Buettner <kevinb@redhat.com>
753
754 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
755 value associated with DW_AT_byte_size.
756 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
757 constants for DW_AT_byte_size, DW_AT_lower_bound, and
758 DW_AT_upper_bound.
759
760 2015-11-07 Kevin Buettner <kevinb@redhat.com>
761
762 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
763 (gdb_target_symbol_prefix_flags): Define in terms of _asm
764 version.
765 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
766 gdb.dwarf2/dw2-canonicalize-type.exp,
767 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
768 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
769 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
770 provided by gdb_target_symbol_prefix_flags_asm.
771 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
772 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
773 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
774 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
775 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
776 macros where needed). Use this macro for symbols which require
777 the prefix provided by SYMBOL_PREFIX.
778
779 2015-11-05 Kevin Buettner <kevinb@redhat.com>
780
781 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
782 New procs.
783 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
784 representing expressions, of more than one list element.
785 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
786 to prepend linker symbol prefix to f.
787 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
788 table_1 and table_2.
789 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
790 Likewise, for f and g.
791 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
792 for ptr.
793 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
794 for main.
795 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
796 table_1_ptr and table_2_ptr.
797
798 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
799 Joel Brobecker <brobecker@adacore.com>
800
801 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
802
803 2015-11-04 Marcin Koƛcielnicki <koriakin@0x04.net>
804
805 * gdb.reverse/s390-mvcle.c: New test.
806 * gdb.reverse/s390-mvcle.exp: New file.
807 * lib/gdb.exp: Enable reverse tests on s390*-linux.
808
809 2015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
810
811 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
812
813 2015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
814
815 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
816 reaching marker2.
817 * gdb.reverse/getresuid-reverse.exp: Likewise.
818 * gdb.reverse/pipe-reverse.exp: Likewise.
819 * gdb.reverse/readv-reverse.exp: Likewise.
820 * gdb.reverse/recvmsg-reverse.exp: Likewise.
821 * gdb.reverse/time-reverse.exp: Likewise.
822 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
823
824 2015-10-30 Yao Qi <yao.qi@linaro.org>
825
826 * gdb.threads/wp-replication.c (watch_count_done): Remove.
827 (empty_cycle): Remove.
828 (main): Don't call empty_cycle. Don't use watch_count_done.
829 * gdb.threads/wp-replication.exp: Don't set breakpoint on
830 empty_cycle. Rewrite the code counting HW watchpoints.
831
832 2015-10-30 Marcin Koƛcielnicki <koriakin@0x04.net>
833
834 * gdb.reverse/fstatat-reverse.c: New test.
835 * gdb.reverse/fstatat-reverse.exp: New file.
836 * gdb.reverse/getresuid-reverse.c: New test.
837 * gdb.reverse/getresuid-reverse.exp: New file.
838 * gdb.reverse/pipe-reverse.c: New test.
839 * gdb.reverse/pipe-reverse.exp: New file.
840 * gdb.reverse/readv-reverse.c: New test.
841 * gdb.reverse/readv-reverse.exp: New file.
842 * gdb.reverse/recvmsg-reverse.c: New test.
843 * gdb.reverse/recvmsg-reverse.exp: New file.
844 * gdb.reverse/time-reverse.c: New test.
845 * gdb.reverse/time-reverse.exp: New file.
846 * gdb.reverse/waitpid-reverse.c: New test.
847 * gdb.reverse/waitpid-reverse.exp: New file.
848
849 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
850
851 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
852
853 2015-10-26 Doug Evans <dje@google.com>
854
855 PR symtab/17391
856 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
857 * gdb.dwarf2/bad-regnum.c: New file.
858 * gdb.dwarf2/bad-regnum.exp: New file.
859
860 2015-10-26 Doug Evans <dje@google.com>
861
862 PR python/18938
863 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
864 file.
865
866 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
867
868 * gdb.compile/compile.exp (compile code globalvar): Update expectation
869 for a change by "Mention language in compile error message".
870
871 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
872
873 PR python/18073
874 * gdb.python/py-type.c (C::a_method): New.
875 (C::a_const_method): New.
876 (C::a_static_method): New.
877 (a_function): New.
878 * gdb.python/py-type.exp (test_fields): Test getting fields
879 from function and method.
880
881 2015-10-21 Keven Boell <keven.boell@intel.com>
882
883 * gdb.fortran/vla-alloc-assoc.exp: New file.
884 * gdb.fortran/vla-datatypes.exp: New file.
885 * gdb.fortran/vla-datatypes.f90: New file.
886 * gdb.fortran/vla-history.exp: New file.
887 * gdb.fortran/vla-ptype-sub.exp: New file.
888 * gdb.fortran/vla-ptype.exp: New file.
889 * gdb.fortran/vla-sizeof.exp: New file.
890 * gdb.fortran/vla-sub.f90: New file.
891 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
892 * gdb.fortran/vla-value-sub-finish.exp: New file.
893 * gdb.fortran/vla-value-sub.exp: New file.
894 * gdb.fortran/vla-value.exp: New file.
895 * gdb.fortran/vla-ptr-info.exp: New file.
896 * gdb.mi/mi-vla-fortran.exp: New file.
897 * gdb.mi/vla.f90: New file.
898
899 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
900
901 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
902 of hardwired timeout value.
903
904 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
905 Pedro Alves <palves@redhat.com>
906
907 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
908 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
909
910 2015-10-19 Josh Stone <jistone@redhat.com>
911
912 * gdb.base/catch-syscall.c: Include <sched.h>.
913 (unknown_syscall): New variable.
914 (main): Trigger a vfork and an unknown syscall.
915 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
916 (unknown_syscall_number): Likewise.
917 (check_call_to_syscall): Accept an optional syscall pattern.
918 (check_return_from_syscall): Likewise.
919 (check_continue): Likewise.
920 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
921 (test_catch_syscall_skipping_return): New test toggling off 'catch
922 syscall' to step over the syscall return, then toggling back on.
923 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
924 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
925 (do_syscall_tests): Call test_catch_syscall_without_args and
926 test_catch_syscall_mid_vfork.
927 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
928 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
929
930 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
931
932 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
933 print g_vE): Add new pass patterns.
934 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
935 print various symbol names for vptr fields.
936
937 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
940 results.
941
942 2015-10-12 Yao Qi <yao.qi@linaro.org>
943
944 * gdb.arch/disp-step-insn-reloc.exp: New test case.
945
946 2015-10-12 Yao Qi <yao.qi@linaro.org>
947
948 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
949 is aarch64*-*-linux*.
950
951 2015-10-12 Yao Qi <yao.qi@linaro.org>
952
953 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
954 (can_relocate_bcond_true): ... it.
955 (can_relocate_bcond_false): New function.
956 (foo): Likewise.
957 (can_relocate_bl): Likewise.
958 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
959 can_relocate_bl.
960
961 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
962
963 * gdb.base/nested-addr.c: New file.
964 * gdb.base/nested-addr.exp: New testcase.
965
966 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
967
968 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
969 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
970 its output. Ignore the output of "record goto begin" and instead
971 check that GDB is replaying.
972
973 2015-10-09 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
976 (top level): Use it in the run with no args test.
977
978 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
979
980 * gdb.dlang/properties.exp: New file.
981
982 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
983
984 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
985 whether or not address 0x1000 is mapped on the target.
986
987 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
988
989 * gdb.python/py-type.exp: Do not run tests if binaries fail to
990 build.
991
992 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
993
994 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
995 instruction-history test.
996
997 2015-09-28 Doug Evans <dje@google.com>
998
999 * gdb.base/gcore.c (array_func): Add reference to static_array.
1000
1001 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1002
1003 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1004 source line.
1005
1006 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1007
1008 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1009 short or char as base type.
1010
1011 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1012
1013 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1014 to allow any size enum.
1015
1016 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1017
1018 * gdb.ada/array_ptr_renaming.exp: New testcase.
1019 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1020 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1021
1022 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1023
1024 * gdb.trace/ftrace-lock.c: New file.
1025 * gdb.trace/ftrace-lock.exp: New file.
1026
1027 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1028
1029 * gdb.arch/insn-reloc.c: New file.
1030 * gdb.arch/ftrace-insn-reloc.exp: New file.
1031
1032 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1033
1034 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1035 instruction.
1036 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1037 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1038 * gdb.trace/range-stepping.c: Likewise.
1039 * gdb.trace/trace-break.c: Likewise.
1040 * gdb.trace/trace-mt.c (thread_function): Likewise.
1041 * gdb.trace/ftrace.c (marker): Likewise.
1042 * gdb.trace/trace-condition.c (marker): Likewise.
1043 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1044 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1045 is_aarch64_target.
1046
1047 2015-09-18 Doug Evans <xdje42@gmail.com>
1048
1049 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1050 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1051
1052 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1053
1054 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1055 the breakpoint.
1056
1057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1058
1059 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1060 the pending breakpoint. Remove timeout override for "Run till
1061 MI pending breakpoint on pendfunc3 on thread 2" test.
1062
1063 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1064
1065 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1066 filename pattern.
1067
1068 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1069
1070 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1071 in breakpoint filename pattern.
1072
1073 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1074
1075 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1076
1077 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1078
1079 * gdb.linespec/explicit.exp: Check for readline support for
1080 tab-completion tests. Fix obvious typo.
1081
1082 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1083
1084 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1085 and replay.
1086
1087 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1088
1089 * gdb.btrace/non-stop.c: New.
1090 * gdb.btrace/non-stop.exp: New.
1091
1092 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1093 Yao Qi <yao.qi@linaro.org>
1094
1095 * gdb.trace/trace-condition.c: New file.
1096 * gdb.trace/trace-condition.exp: New file.
1097
1098 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
1099
1100 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1101 for testing bytecode compilation.
1102
1103 2015-09-16 Pedro Alves <palves@redhat.com>
1104 Sandra Loosemore <sandra@codesourcery.com>
1105
1106 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1107 (SECONDS): Redefine.
1108 (main): Call pthread_kill and alarm early.
1109 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1110 support.
1111 (test): If the target can't hardware step and doesn't support
1112 displaced stepping, increase the timeout.
1113
1114 2015-09-16 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1117 (enable_debug): New procedures.
1118 (test): Use them. Bail out if waiting for threads fails.
1119 (top level): Bail out if a test fails.
1120
1121 2015-09-16 Yao Qi <yao.qi@linaro.org>
1122
1123 * gdb.asm/asm-source.exp: Set asm-arch for
1124 aarch64*-*-* target.
1125 * gdb.asm/aarch64.inc: New file.
1126
1127 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1128
1129 * gdb.ada/array_of_variable_length.exp: New testcase.
1130 * gdb.ada/array_of_variable_length/foo.adb: New file.
1131 * gdb.ada/array_of_variable_length/pck.adb: New file.
1132 * gdb.ada/array_of_variable_length/pck.ads: New file.
1133
1134 2015-09-15 Doug Evans <dje@google.com>
1135
1136 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1137 of function static local variable.
1138
1139 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1140
1141 * gdb.threads/tls-so_extern.exp: New test file.
1142 * gdb.threads/tls-so_extern.c: New test file.
1143 * gdb.threads/tls-so_extern_main.c: New test file.
1144
1145 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 * gdb.opt/solib-intra-step-lib.c: New file.
1148 * gdb.opt/solib-intra-step-main.c: New file.
1149 * gdb.opt/solib-intra-step.exp: New file.
1150
1151 2015-09-15 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1154 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1155
1156 2015-09-14 Pedro Alves <palves@redhat.com>
1157
1158 * gdb.base/hook-stop-continue.c: Delete.
1159 * gdb.base/hook-stop-continue.exp: Delete.
1160 * gdb.base/hook-stop-frame.c: Delete.
1161 * gdb.base/hook-stop-frame.exp: Delete.
1162 * gdb.base/hook-stop.c: New file.
1163 * gdb.base/hook-stop.exp: New file.
1164
1165 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1166
1167 * gdb.ada/access_to_packed_array.exp: New testcase.
1168 * gdb.ada/access_to_packed_array/foo.adb: New file.
1169 * gdb.ada/access_to_packed_array/pack.adb: New file.
1170 * gdb.ada/access_to_packed_array/pack.ads: New file.
1171
1172 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1173
1174 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1175 buffer size test.
1176
1177 2015-09-11 Don Breazeal <donb@codesourcery.com>
1178
1179 * gdb.base/foll-exec.c: Add copyright header. Fix
1180 formatting issues.
1181 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1182 (do_exec_tests): Use clean_restart in place of zap_session,
1183 and for test initialization. Fix formatting issues. Use
1184 fail in place of perror.
1185 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1186 an expect statement to match an expression with output from
1187 the program under debug.
1188 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1189 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1190 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1191 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1192 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1193
1194 2015-09-09 Doug Evans <dje@google.com>
1195
1196 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1197
1198 2015-09-09 Doug Evans <dje@google.com>
1199
1200 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1201
1202 2015-09-09 Doug Evans <dje@google.com>
1203
1204 * gdb.base/savedregs.exp: Fix typo.
1205
1206 2015-09-09 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1209
1210 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1211
1212 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1213 command actually switches threads. Give up on remaining
1214 tests if target fails to stop at breakpoint.
1215
1216 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1217
1218 * gdb.ada/funcall_char.exp: New testcase.
1219 * gdb.ada/funcall_char/foo.adb: New file.
1220
1221 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1222
1223 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1224 expected outputs. Add two testcases for completing ambiguous
1225 functions.
1226 * gdb.ada/complete/aux_pck.adb: New file.
1227 * gdb.ada/complete/aux_pck.ads: New file.
1228 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1229 Ambiguous_Func functions.
1230 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1231 * gdb.ada/complete/pck.adb: Likewise.
1232
1233 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1234
1235 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1236 failures to run the test program under GDB.
1237
1238 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
1239
1240 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1241 to C.
1242
1243 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1244
1245 * gdb.base/run-after-attach.exp: New test file.
1246 * gdb.base/run-after-attach.c: New test file.
1247
1248 2015-08-26 Don Breazeal <donb@codesourcery.com>
1249
1250 * gdb.base/foll-exec-2.c: New test program.
1251 * gdb.base/foll-exec-2.exp: New test.
1252
1253 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1254
1255 * gdb.base/nested-subp1.exp: New file.
1256 * gdb.base/nested-subp1.c: New file.
1257 * gdb.base/nested-subp2.exp: New file.
1258 * gdb.base/nested-subp2.c: New file.
1259 * gdb.base/nested-subp3.exp: New file.
1260 * gdb.base/nested-subp3.c: New file.
1261
1262 2015-08-24 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.server/connect-without-multi-process.c: New file.
1265 * gdb.server/connect-without-multi-process.exp: New file.
1266
1267 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1268
1269 * gdb.opt/inline-markers.c: Make z int.
1270
1271 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1272
1273 * gdb.opt/inline-markers.c: Make z volatile.
1274
1275 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1276
1277 * gdb.opt/inline-bt.c: New volatile global z.
1278 * gdb.opt/inline-cmds.c: Likewise.
1279 * gdb.opt/inline-locals.c: Likewise.
1280 * gdb.opt/inline-markers.c: New extern global z.
1281 (marker): Use z.
1282 (inline_fn): Likewise.
1283
1284 2015-08-24 Pedro Alves <palves@redhat.com>
1285
1286 * config/m32r-stub.exp: Remove file.
1287 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1288 * gdb.base/call-rt-st.exp: Likewise.
1289 * gdb.base/call-strs.exp: Likewise.
1290 * gdb.base/default.exp: Remove references to h8300-*-hms and
1291 *-*-udi*.
1292 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1293
1294 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1295
1296 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1297 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1298 and "return" use KFAIL when GDB can not read/write the vector
1299 return value.
1300
1301 2015-08-21 Gary Benson <gbenson@redhat.com>
1302
1303 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1304
1305 2015-08-20 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.server/solib-list.exp: No longer expect an interior stop in
1308 non-stop mode.
1309
1310 2015-08-20 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.server/connect-stopped-target.c: New file.
1313 * gdb.server/connect-stopped-target.exp: New file.
1314
1315 2015-08-20 Pedro Alves <palves@redhat.com>
1316
1317 * gdb.dwarf2/comp-unit-lang.exp: New file.
1318 * gdb.dwarf2/comp-unit-lang.c: New file.
1319
1320 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1321
1322 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1323 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1324
1325 2015-08-19 Kevin Buettner <kevinb@redhat.com>
1326
1327 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1328 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1329
1330 2015-08-18 Doug Evans <dje@google.com>
1331 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1332
1333 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1334 skip_python_tests. New arg prompt_regexp.
1335 (skip_python_tests): New function.
1336 * lib/mi-support.exp (mi_skip_python_tests): New function.
1337 * gdb.python/py-mi-objfile-gdb.py: New file.
1338 * gdb.python/py-mi-objfile.c: New file.
1339 * gdb.python/py-mi-objfile.exp: New file.
1340
1341 2015-08-17 Keith Seitz <keiths@redhat.com>
1342
1343 * gdb.linespec/explicit.exp: Move strace test from here ...
1344 * gdb.trace/strace.exp: ... to here.
1345
1346 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1347
1348 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1349 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1350
1351 2015-08-14 Doug Evans <xdje42@gmail.com>
1352
1353 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1354 inferior before selecting a new file.
1355
1356 2015-08-14 Doug Evans <xdje42@gmail.com>
1357
1358 * gdb.mi/mi-disassemble.exp: Update.
1359 * gdb.base/disasm-optim.S: New file.
1360 * gdb.base/disasm-optim.c: New file.
1361 * gdb.base/disasm-optim.h: New file.
1362 * gdb.base/disasm-optim.exp: New file.
1363
1364 2015-08-14 Keith Seitz <keiths@redhat.com>
1365
1366 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1367 "evaluated-by".
1368
1369 2015-08-13 Joel Brobecker <brobecker@adacore.com>
1370
1371 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1372
1373 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1374
1375 * gdb.ada/fun_renaming.exp: New testcase.
1376 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1377 * gdb.ada/fun_renaming/pack.adb: New file.
1378 * gdb.ada/fun_renaming/pack.ads: New file.
1379
1380 2015-08-12 Keith Seitz <keiths@redhat.com>
1381
1382 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1383 gdb_get_line_number.
1384
1385 2015-08-12 Joel Brobecker <brobecker@adacore.com>
1386
1387 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1388 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1389 gdb.base/dso2dso.exp: New files.
1390
1391 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1392 Pedro Alves <palves@redhat.com>
1393 Keith Seitz <keiths@redhat.com>
1394
1395 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1396 GDBFLAGS.
1397
1398 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1399
1400 * gdb.base/gdbhistsize-history.exp
1401 (test_histsize_history_setting): Use save_vars.
1402 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1403 Use save_vars.
1404 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1405 * gdb.base/readline.exp: Use save_vars.
1406
1407 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1408
1409 * lib/gdb.exp (save_vars): New proc.
1410
1411 2015-08-11 Keith Seitz <keiths@redhat.com>
1412
1413 * gdb.base/help.exp: Update help_breakpoint_text.
1414
1415 2015-08-11 Keith Seitz <keiths@redhat.com>
1416
1417 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1418 (at toplevel): Call test_explicit_breakpoints.
1419 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1420 breakpoints.
1421 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1422 breakpoint conditions, "-cond".
1423
1424 2015-08-11 Keith Seitz <keiths@redhat.com>
1425
1426 * gdb.linespec/3explicit.c: New file.
1427 * gdb.linespec/cpexplicit.cc: New file.
1428 * gdb.linespec/cpexplicit.exp: New file.
1429 * gdb.linespec/explicit.c: New file.
1430 * gdb.linespec/explicit.exp: New file.
1431 * gdb.linespec/explicit2.c: New file.
1432 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1433 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1434 before using in the matching pattern.
1435 Clarify that `prefix' is a regular expression.
1436
1437 2015-08-11 Keith Seitz <keiths@redhat.com>
1438
1439 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1440 test.
1441 Add tests for missing ",FMT" and ",".
1442
1443 2015-08-10 Doug Evans <dje@google.com>
1444 Keith Seitz <keiths@redhat.com>
1445
1446 PR gdb/17960
1447 * gdb.base/completion.exp: Add location completer tests.
1448
1449 2015-08-07 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1452 tests here.
1453 (top level): Run do_test with and without displaced stepping.
1454
1455 2015-08-07 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.base/valgrind-disp-step.c: New file.
1458 * gdb.base/valgrind-disp-step.exp: New file.
1459
1460 2015-08-07 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1463 Delete function.
1464 (main): Add alarm. Run an infinite loop instead of calling
1465 wait_threads.
1466 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1467 comment.
1468 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1469 Delete function.
1470 (main): Add alarm. Run an infinite loop instead of calling
1471 wait_threads.
1472 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1473 comment.
1474
1475 2015-08-07 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/checkpoint-ns.exp: New file.
1478 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1479 standard_testfile.
1480
1481 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1482
1483 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1484 * gdb.btrace/instruction_history.exp: Update.
1485 * gdb.btrace/tsx.exp: New.
1486 * gdb.btrace/tsx.c: New.
1487
1488 2015-08-06 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1491 increase timeout.
1492 * gdb.reverse/until-precsave.exp: Bump timeouts.
1493
1494 2015-08-06 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1497
1498 2015-08-06 Pedro Alves <palves@redhat.com>
1499
1500 PR gdb/18749
1501 * gdb.threads/process-dies-while-handling-bp.c: New file.
1502 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1503
1504 2015-08-06 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1507 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1508
1509 2015-08-05 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1512 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1513
1514 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1515
1516 * gdb.base/bp-permanent.exp: Report test as unsupported if
1517 the target cannot stop at the permanent breakpoint.
1518
1519 2015-08-03 Doug Evans <dje@google.com>
1520
1521 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1522 10000.
1523
1524 2015-08-03 Doug Evans <dje@google.com>
1525
1526 * Makefile.in (workers/%.worker, build-perf): New rule.
1527 (GDB_PERFTEST_MODE): New variable.
1528 (check-perf): Use it.
1529 (clean): Clean up gdb.perf parallel build subdirs.
1530 * lib/build-piece.exp: New file.
1531 * lib/gdb.exp (make_gdb_parallel_path): New function
1532 (standard_output_file, standard_temp_file): Call it.
1533 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1534 of $GDB_PARALLEL.
1535 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1536
1537 2015-08-03 Doug Evans <dje@google.com>
1538
1539 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
1540 (LOG_FILE_NAME): New global.
1541 (TextReporter.__init__): Initialize self.txt_sum.
1542 (TextReporter.report): Add support for multiple data-points.
1543 Move report to perftest.sum, put raw data in perftest.log.
1544 (TextReporter.start): Open sum and log files.
1545 (TextReporter.end): Close sum and log files.
1546 * gdb.perf/lib/perftest/testresult.py
1547 (SingleStatisticTestResult.record): Handle multiple data-points.
1548
1549 2015-07-31 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1552 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1553 kill_wait_spawned_process instead of explicit "kill -9".
1554 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1555 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1556 kill_wait_spawned_process.
1557 * gdb.base/attach-twice.exp: Likewise.
1558 * gdb.base/attach.exp: Likewise.
1559 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1560 gdb_test_multiple.
1561 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1562 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1563 kill_wait_spawned_process.
1564 * gdb.base/valgrind-infcall.exp: Likewise.
1565 * gdb.multi/multi-attach.exp: Likewise.
1566 * gdb.python/py-prompt.exp: Likewise.
1567 * gdb.python/py-sync-interp.exp: Likewise.
1568 * gdb.server/ext-attach.exp: Likewise.
1569 * gdb.threads/attach-into-signal.exp (corefunc): Use
1570 spawn_wait_for_attach, spawn_id_get_pid and
1571 kill_wait_spawned_process.
1572 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1573 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1574 spawn_id_get_pid and kill_wait_spawned_process.
1575 * gdb.threads/attach-stopped.exp (corefunc): Use
1576 spawn_wait_for_attach, spawn_id_get_pid and
1577 kill_wait_spawned_process.
1578 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1579 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1580 kill_wait_spawned_process instead of explicit "kill -9".
1581 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1582 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1583 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1584 processes. Don't map cygwin/windows pids here. Now returns a
1585 spawn id list.
1586
1587 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1588
1589 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1590 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1591 correct patch.
1592
1593 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1594
1595 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1596
1597 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1598
1599 Reapply:
1600 2014-05-21 Mark Wielaard <mjw@redhat.com>
1601
1602 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1603
1604 2015-07-30 Pedro Alves <palves@redhat.com>
1605
1606 * linux-low.c (handle_extended_wait): Set the child's last
1607 reported status to TARGET_WAITKIND_STOPPED.
1608
1609 2015-07-30 Pedro Alves <palves@redhat.com>
1610
1611 PR threads/18600
1612 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1613 only shows inferior 1.
1614
1615 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1616 Pedro Alves <palves@redhat.com>
1617
1618 PR threads/18600
1619 * gdb.threads/fork-plus-threads.c: New file.
1620 * gdb.threads/fork-plus-threads.exp: New file.
1621
1622 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1623
1624 * gdb.base/batch-preserve-term-settings.exp
1625 (test_terminal_settings_preserved_after_cli_exit): Use
1626 send_quit_command.
1627
1628 2015-07-29 Pedro Alves <palves@redhat.com>
1629 Don Breazeal <donb@codesourcery.com>
1630
1631 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1632 output from both inferior_spawn_id and gdb_spawn_id.
1633
1634 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1635
1636 * gdb.threads/attach-into-signal.exp (corefunc): Use
1637 with_test_prefix on nested loops, uniquefying the test messages.
1638
1639 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1640
1641 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1642 commit.
1643
1644 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1645
1646 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1647 New proc.
1648 (test_terminal_settings_preserved_after_sigterm): New test.
1649
1650 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1651
1652 * gdb.base/batch-preserve-term-settings.exp
1653 (test_terminal_settings_preserved_after_cli_exit): New test.
1654
1655 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1656
1657 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1658 manipulation of saved_gdbflags.
1659 (test_terminal_settings_preserved): Remove global declaration of
1660 the unused variable pagination_prompt. Remove manipulation of
1661 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1662 GDBFLAGS.
1663
1664 2015-07-29 Pedro Alves <palves@redhat.com>
1665
1666 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1667
1668 2015-07-29 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1671 at the top.
1672
1673 2015-07-29 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1676 (main): Call gdb_unbuffer_output.
1677 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1678 (main): Call gdb_unbuffer_output.
1679 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1680 (main): Call gdb_unbuffer_output.
1681 * gdb.base/call-strs.exp: Adjust to step over the
1682 gdb_unbuffer_output call.
1683 * gdb.base/catch-gdb-caused-signals.c: Include
1684 "../lib/unbuffer_output.c".
1685 (main): Call gdb_unbuffer_output.
1686 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1687 (main): Call gdb_unbuffer_output.
1688 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1689 (main): Call gdb_unbuffer_output.
1690 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1691 (main): Call gdb_unbuffer_output.
1692 * gdb.base/shlib-call.exp: Adjust to step over the
1693 gdb_unbuffer_output call.
1694 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1695 (main): Call gdb_unbuffer_output.
1696 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1697 (main): Call gdb_unbuffer_output.
1698 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1699 (main): Rename to ...
1700 (test): ... this.
1701 (main): Reimplement.
1702 * gdb.base/varargs.exp: Run to test instead of to main.
1703 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1704 (main): Call gdb_unbuffer_output.
1705
1706 2015-07-29 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1709 factore out from mi_continue_dprintf. For call-style dprintfs,
1710 expect dprintf output out of $inferior_spawn_id.
1711 (mi_continue_dprintf): Use mi_expect_dprintf.
1712 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1713 (main): Call gdb_unbuffer_output.
1714
1715 2015-07-29 Pedro Alves <palves@redhat.com>
1716
1717 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1718 (default_mi_gdb_start): Set inferior_spawn_id instead of
1719 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1720 gdb_spawn_id.
1721 (mi_gdb_test): Always expect inferior output from both
1722 $inferior_spawn_id and $gdb_spawn_id.
1723
1724 2015-07-29 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1727 send_inferior and $inferior_spawn_id.
1728
1729 2015-07-29 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.gdb/complaints.exp (test_initial_complaints)
1732 (test_serial_complaints, test_short_complaints): Use
1733 gdb_test_stdio.
1734 (test_empty_complaint): Handle $inferior_spawn_id !=
1735 $gdb_spawn_id.
1736
1737 2015-07-29 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/varargs.exp: Use gdb_test_stdio.
1740
1741 2015-07-29 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1744
1745 2015-07-29 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1748
1749 2015-07-29 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1752 parameter into two new parameters, "inf_result" and "gdb_result".
1753 Expect inferior output and gdb output from $inferior_spawn_id and
1754 $gdb_spawn_id, respectively. Adjust all callers.
1755
1756 2015-07-29 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1759 of gdb_test_sequence.
1760
1761 2015-07-29 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1764 (saw_spurious_output): Expect inferior output from
1765 $inferior_spawn_id. Use gdb_test_stdio.
1766
1767 2015-07-29 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.base/dprintf.exp: Use standard_testfile. Change
1770 prepare_for_testing call.
1771 (srcfile): Don't set.
1772 (restart): New procedure.
1773 (test_dprintf): New procecure, use to continue over dprintfs.
1774 (test_call, test_agent): New procedures, tests moved here.
1775 Restart gdb and recreate dprintfs. Adjust expected output.
1776
1777 2015-07-29 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1780
1781 2015-07-29 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1784
1785 2015-07-29 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1788 gdb_test_stdio.
1789
1790 2015-07-29 Pedro Alves <palves@redhat.com>
1791
1792 * lib/gdb.exp (gdb_test_stdio): New procedure.
1793
1794 2015-07-29 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1797
1798 2015-07-29 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.base/call-signal-resume.exp: Remove check for
1801 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1802 * gdb.base/unwindonsignal.exp: Likewise.
1803 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1804 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1805
1806 2015-07-29 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.base/siginfo-addr.c (pass): New function.
1809 (handler): Call it iff si_addr is correct.
1810 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1811 Set a breakpoint at "pass" and continue to it.
1812
1813 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1814
1815 * gdb.python/py-objfile.exp: Make some tests have unique names.
1816 * gdb.python/py-pp-registration.exp: Likewise.
1817
1818 2015-07-28 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1821
1822 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1823
1824 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1825
1826 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1827
1828 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1829
1830 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1831
1832 * gdb.base/gdb-sigterm-2.exp: New test.
1833
1834 2015-07-25 Doug Evans <xdje42@gmail.com>
1835
1836 Revert:
1837 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1838 (workers/%.worker, build-perf): New rule.
1839 (GDB_PERFTEST_MODE): New variable.
1840 (check-perf): Use it.
1841 (clean): Clean up gdb.perf parallel build subdirs.
1842 * lib/build-piece.exp: New file.
1843 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1844 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1845 name.
1846 (standard_temp_file): Ditto.
1847 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1848 of $GDB_PARALLEL.
1849
1850 2015-07-24 Doug Evans <dje@google.com>
1851
1852 * gdb.perf/lib/perftest/utils.py: New file.
1853 * gdb.perf/gm-hello.cc: New file.
1854 * gdb.perf/gm-pervasive-typedef.cc: New file.
1855 * gdb.perf/gm-pervasive-typedef.h: New file.
1856 * gdb.perf/gm-std.cc: New file.
1857 * gdb.perf/gm-std.h: New file.
1858 * gdb.perf/gm-use-cerr.cc: New file.
1859 * gdb.perf/gm-utils.h: New file.
1860 * gdb.perf/gmonster-null-lookup.py: New file.
1861 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1862 * gdb.perf/gmonster-print-cerr.py: New file.
1863 * gdb.perf/gmonster-ptype-string.py: New file.
1864 * gdb.perf/gmonster-runto-main.py: New file.
1865 * gdb.perf/gmonster-select-file.py: New file.
1866 * gdb.perf/gmonster1-null-lookup.exp: New file.
1867 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1868 * gdb.perf/gmonster1-print-cerr.exp: New file.
1869 * gdb.perf/gmonster1-ptype-string.exp: New file.
1870 * gdb.perf/gmonster1-runto-main.exp: New file.
1871 * gdb.perf/gmonster1-select-file.exp: New file.
1872 * gdb.perf/gmonster1.cc: New file.
1873 * gdb.perf/gmonster1.exp: New file.
1874 * gdb.perf/gmonster2-null-lookup.exp: New file.
1875 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1876 * gdb.perf/gmonster2-print-cerr.exp: New file.
1877 * gdb.perf/gmonster2-ptype-string.exp: New file.
1878 * gdb.perf/gmonster2-runto-main.exp: New file.
1879 * gdb.perf/gmonster2-select-file.exp: New file.
1880 * gdb.perf/gmonster2.cc: New file.
1881 * gdb.perf/gmonster2.exp: New file.
1882
1883 2015-07-24 Doug Evans <dje@google.com>
1884
1885 * gdb.perf/README: New file.
1886 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1887 * lib/gen-perf-test.exp: New file.
1888
1889 2015-07-24 Doug Evans <dje@google.com>
1890
1891 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1892 (PerfTest::startup): New function.
1893 (PerfTest::run): Return result of calling body.
1894 (PerfTest::assemble): Rewrite.
1895 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1896 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1897 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1898 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1899 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1900
1901 2015-07-24 Doug Evans <dje@google.com>
1902
1903 * lib/gdb.exp (clean_restart): Make executable optional.
1904
1905 2015-07-24 Doug Evans <dje@google.com>
1906
1907 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1908 compiler_info references.
1909 * gdb.cp/temargs.exp: Ditto.
1910 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1911 (get_compiler_info): Early exit if already computed. Set compiler_info
1912 to "unknown" if there was a problem.
1913 (test_compiler_info): Add function comment. Call get_compiler_info.
1914
1915 2015-07-24 Doug Evans <dje@google.com>
1916
1917 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1918 (workers/%.worker, build-perf): New rule.
1919 (GDB_PERFTEST_MODE): New variable.
1920 (check-perf): Use it.
1921 (clean): Clean up gdb.perf parallel build subdirs.
1922 * lib/build-piece.exp: New file.
1923 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1924 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1925 name.
1926 (standard_temp_file): Ditto.
1927 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1928 of $GDB_PARALLEL.
1929
1930 2015-07-24 Doug Evans <dje@google.com>
1931
1932 * lib/future.exp (gdb_default_target_compile): New option
1933 "early_flags".
1934 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1935 --as-needed.
1936
1937 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1938
1939 * gdb.base/catch-syscall.exp: Call gdb_exit before
1940 gdb_skip_xml_test.
1941
1942 2015-07-24 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.python/py-events.exp: Accept output between the stop event
1945 and the prompt.
1946 * gdb.python/py-evsignal.exp: Likewise.
1947 * gdb.python/py-evthreads.exp: Likewise.
1948
1949 2015-07-24 Pedro Alves <palves@redhat.com>
1950
1951 PR gdb/18717
1952 * gdb.threads/non-ldr-exit.c: New file.
1953 * gdb.threads/non-ldr-exit.exp: New file.
1954
1955 2015-07-24 Yao Qi <yao.qi@linaro.org>
1956
1957 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1958 restarting process.
1959
1960 2015-07-24 Yao Qi <yao.qi@linaro.org>
1961
1962 * gdb.server/ext-restart.exp: New file.
1963
1964 2015-07-24 Yao Qi <yao.qi@linaro.org>
1965
1966 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1967 argument options.
1968 * gdb.server/ext-wrapper.exp: New file.
1969
1970 2015-07-23 Doug Evans <dje@google.com>
1971
1972 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1973 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1974
1975 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1976
1977 * gdb.ada/var_arr_typedef.exp: New testcase.
1978 * gdb.ada/var_arr_typedef/pack.adb: New file.
1979 * gdb.ada/var_arr_typedef/pack.ads: New file.
1980 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1981
1982 2015-07-20 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1985
1986 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 * gdb.arch/i386-biarch-core.exp: Replace istarget
1989 by "complete set gnutarget". Remove expectation for the "core-file"
1990 command.
1991
1992 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 Revert the previous commit:
1995 Tests for validate symbol file using build-id.
1996
1997 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1998
1999 Tests for validate symbol file using build-id.
2000 * gdb.base/solib-mismatch-lib.c: New file.
2001 * gdb.base/solib-mismatch-libmod.c: New file.
2002 * gdb.base/solib-mismatch.c: New file.
2003 * gdb.base/solib-mismatch.exp: New file.
2004
2005 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2006
2007 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2008 nios2-*-linux*.
2009 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2010 * gdb.base/siginfo.exp: Likewise.
2011 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2012
2013 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2014
2015 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2016 Move it to ...
2017 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2018 ... here.
2019 * gdb.trace/range-stepping.exp: Check that the target supports
2020 range stepping.
2021
2022 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2023
2024 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2025
2026 2015-07-14 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/killed-outside.exp: New file.
2029 * gdb.base/killed-outside.c: New file.
2030
2031 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2032
2033 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2034 (n at main): New.
2035 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2036
2037 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2038
2039 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2040 infcall tests instead of setting up for KFAIL.
2041
2042 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2043
2044 * gdb.btrace/record_goto-step.exp: New.
2045
2046 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 PR compile/18484
2049 * gdb.compile/compile.c (struct struct_type): Add volatile to
2050 selffield's type.
2051 * gdb.compile/compile.exp
2052 (compile code struct_object.selffield = &struct_object): Skip further
2053 struct_object tests if this one xfails.
2054
2055 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
2056
2057 PR exp/18617
2058 * gdb.trace/ax.exp: Add test.
2059
2060 2015-07-07 Yao Qi <yao.qi@linaro.org>
2061
2062 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2063 instead of istarget "aarch64*-*-*".
2064 * gdb.arch/aarch64-fp.exp: Likewise.
2065 * gdb.base/float.exp: Likewise.
2066 * gdb.reverse/aarch64.exp: Likewise.
2067 * lib/gdb.exp (is_aarch64_target): New proc.
2068
2069 2015-07-07 Yao Qi <yao.qi@linaro.org>
2070
2071 * lib/gdb.exp (is_aarch32_target): New proc.
2072 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2073 instead of "istarget "arm*-*-*"".
2074 * gdb.arch/arm-disp-step.exp: Likewise.
2075 * gdb.arch/thumb-bx-pc.exp: Likewise.
2076 * gdb.arch/thumb-prologue.exp: Likewise.
2077 * gdb.arch/thumb-singlestep.exp: Likewise.
2078 * gdb.base/disp-step-syscall.exp: Likewise.
2079 * gdb.base/float.exp: Likewise.
2080
2081 2015-07-07 Yao Qi <yao.qi@linaro.org>
2082
2083 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2084 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2085
2086 2015-07-07 Yao Qi <yao.qi@linaro.org>
2087
2088 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2089 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2090 if it exists.
2091 * gdb.multi/multi-arch.exp: Likewise.
2092
2093 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2094
2095 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2096 print.
2097
2098 2015-07-07 Yao Qi <yao.qi@linaro.org>
2099
2100 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2101
2102 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2103
2104 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2105 '[' and ']' characters.
2106
2107 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2108
2109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2110
2111 2015-06-29 Pedro Alves <palves@redhat.com>
2112
2113 PR threads/18127
2114 * gdb.threads/hand-call-new-thread.c: New file.
2115 * gdb.threads/hand-call-new-thread.c: New file.
2116
2117 2015-06-26 Keith Seitz <keiths@redhat.com>
2118 Doug Evans <dje@google.com>
2119
2120 PR 16253
2121 * gdb.cp/var-tag-2.cc: New file.
2122 * gdb.cp/var-tag-3.cc: New file.
2123 * gdb.cp/var-tag-4.cc: New file.
2124 * gdb.cp/var-tag.cc: New file.
2125 * gdb.cp/var-tag.exp: New file.
2126
2127 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2128
2129 * gdb.base/history-duplicates.exp: New test.
2130
2131 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2132
2133 * gdb.base/completion.exp: Test the completion of the "focus"
2134 command.
2135
2136 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * gdb.arch/amd64-prologue-skip.S: New file.
2139 * gdb.arch/amd64-prologue-skip.exp: New file.
2140
2141 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2142
2143 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2144 is_address_zero_readable check.
2145
2146 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2147
2148 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2149 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2150
2151 2015-06-24 Yao Qi <yao.qi@linaro.org>
2152
2153 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2154 linux targets.
2155
2156 2015-06-24 Yao Qi <yao.qi@linaro.org>
2157
2158 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2159 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2160 * gdb.base/siginfo-thread.exp: Likewise.
2161
2162 2015-06-22 Yao Qi <yao.qi@linaro.org>
2163
2164 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2165
2166 2015-06-22 Yao Qi <yao.qi@linaro.org>
2167
2168 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2169 aarch64*-*-*.
2170 (skip_hw_watchpoint_tests): Likewise.
2171
2172 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2173
2174 * gdb.base/gdbinit-history.exp: Test the interaction between
2175 setting GDBHISTSIZE and setting the history size via .gdbinit.
2176
2177 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2178
2179 PR gdb/16999
2180 * gdb.base/gdbhistsize-history.exp: New test.
2181
2182 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2183
2184 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2185 with GDBHISTSIZE.
2186 * gdb.base/readline.exp: Likewise.
2187
2188 2015-06-17 Yao Qi <yao.qi@linaro.org>
2189
2190 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2191 line.
2192
2193 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2194
2195 * gdb.base/gdbinit-history.exp: Add test case to check that
2196 an unlimited history file does not get truncated on exit.
2197
2198 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2199
2200 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2201 (VECTOR): New macro. Use it...
2202 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2203 ...for these typedefs.
2204 (int8, char1, int1, double1): New typedefs.
2205 (struct just_int2, struct two_int2): New structures.
2206 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2207 (add_structvecs, add_singlevecs): New functions.
2208 (main): Call add_some_intvecs twice.
2209 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2210 the compile and exit upon failure. Try compiling for the "native"
2211 architecture. Test inferior function calls with vector arguments
2212 and vector return value handling with "finish" and "return".
2213
2214 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2215
2216 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2217 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2218 PE file.
2219 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2220
2221 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2222
2223 PR breakpoints/16465
2224 * gdb.mi/mi-dprintf-pending.c: New file.
2225 * gdb.mi/mi-dprintf-pending.exp: New test.
2226 * gdb.mi/mi-dprintf-pendshr.c: New file.
2227
2228 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2229 Mircea Gherzan <mircea.gherzan@intel.com>
2230
2231 * gdb.arch/i386-mpx-map.c: New file.
2232 * gdb.arch/i386-mpx-map.exp: New File.
2233
2234 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2235
2236 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2237 * gdb.arch/i386-mpx.exp: Indentation fixed.
2238
2239 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2240
2241 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2242 function and improved indentation.
2243 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2244 gdb_test_multiple. Added additional tests to skip the test.
2245
2246 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2247
2248 * gdb.arch/i386-avx512.c: Change path in include file.
2249 * gdb.arch/i386-avx512.exp: Change include dir path
2250 compilation flag.
2251 * gdb.arch/i386-mpx.c: Change path in include file.
2252 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2253 flag.
2254
2255 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.compile/compile-print.exp (compile print *vararray@3)
2258 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2259
2260 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2263 (do not keep jit in memory): ... this.
2264 (expect 5): Change it to ...
2265 (expect no 5): ... this.
2266
2267 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2268
2269 PR gdb/15564
2270 * gdb.mi/mi-detach.exp: New file.
2271
2272 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 PR symtab/18392
2275 * gdb.arch/amd64-tailcall-self.S: New file.
2276 * gdb.arch/amd64-tailcall-self.c: New file.
2277 * gdb.arch/amd64-tailcall-self.exp: New file.
2278
2279 2015-05-28 Don Breazeal <donb@codesourcery.com>
2280
2281 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2282 tests for remote targets by checking is_target_gdbserver.
2283
2284 2015-05-27 Doug Evans <dje@google.com>
2285
2286 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2287 * gdb.dwarf2/opaque-type-lookup.c: New file.
2288 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2289
2290 2015-05-26 Doug Evans <dje@google.com>
2291
2292 * gdb.cp/iostream.cc: New file.
2293 * gdb.cp/iostream.exp: New file.
2294
2295 2015-05-26 Doug Evans <dje@google.com>
2296
2297 * gdb.dwarf2/dw2-op-call.exp: Update.
2298 * gdb.dwarf2/dw4-sig-types.exp: Update.
2299 * gdb.dwarf2/implptr.exp: Update.
2300 * gdb.mi/mi-cmd-param-changed.exp: Update.
2301
2302 2015-05-26 Doug Evans <dje@google.com>
2303
2304 * gdb.python/py-lazy-string.c: New file.
2305 * gdb.python/py-lazy-string.exp: New file.
2306 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2307 (main): Update. Add estring3.
2308 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2309 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2310
2311 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2312 Yao Qi <yao.qi@linaro.org>
2313
2314 * gdb.reverse/aarch64.c: New.
2315 * gdb.reverse/aarch64.exp: New.
2316
2317 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2318
2319 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2320 (supports_reverse): Likewise.
2321
2322 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2323
2324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2325 Use with_test_prefix.
2326
2327 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.base/completion.exp: Add test for completion of layout
2330 names.
2331
2332 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * lib/gdb.exp (skip_tui_tests): New proc.
2335 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2336
2337 2015-05-19 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2340 Save the whole env array instead of just HOME. Unset HISTSIZE in
2341 the environment while testing. Restore whole environment
2342 afterwards.
2343
2344 2015-05-16 Doug Evans <xdje42@gmail.com>
2345
2346 * gdb.guile/scm-ports.c: New file.
2347 * gdb.guile/scm-ports.exp: Add memory port tests.
2348
2349 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdb.compile/compile-print.c: New file.
2352 * gdb.compile/compile-print.exp: New file.
2353
2354 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 * gdb.compile/compile-ops.exp: Cast param to void.
2357 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2358 (compile code struct_object.selffield = &struct_object): Add xfail.
2359
2360 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.ada/arr_enum_with_gap: New testcase.
2363
2364 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2365
2366 * gdb.ada/byte_packed_arr: New testcase.
2367
2368 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2369
2370 * gdb.ada/pckd_neg: New testcase.
2371
2372 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2373
2374 PR gdb/17820
2375 * gdb.base/gdbinit-history.exp: New test.
2376 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2377 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2378
2379 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2380
2381 * gdb.python/py-xmethods.cc: Enhance test case.
2382 * gdb.python/py-xmethods.exp: New tests.
2383 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2384 function.
2385 (B_indexoper): Likewise.
2386 (global_dm_list) : Add new xmethod worker functions.
2387
2388 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2389
2390 * gdb.base/coredump-filter.exp: Correctly unset
2391 "coredump_var_addr" array.
2392
2393 2015-05-08 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.server/non-existing-program.exp: Unset spawn_id.
2396
2397 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2398
2399 PR python/18291
2400 * gdb.python/py-xmethods.exp: Add tests.
2401
2402 2015-05-08 Yao Qi <yao.qi@linaro.org>
2403
2404 PR gdb/18208
2405 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2406 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2407 function set_coredump_filter, and remove remote_exec call.
2408 Remove argument ipid. Callers update.
2409 (top level): Don't get inferior's PID.
2410
2411 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2412
2413 * gdb.base/watch_thread_num.exp: Skip test on targets without
2414 access watchpoints.
2415
2416 2015-05-06 Pedro Alves <palves@redhat.com>
2417
2418 PR server/18081
2419 * gdb.server/non-existing-program.exp: New file.
2420
2421 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2422
2423 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2424
2425 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2426
2427 * gdb.ada/out_of_line_in_inlined: New testcase.
2428
2429 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2430
2431 * gdb.ada/var_rec_arr: New testcase.
2432
2433 2015-04-30 Yao Qi <yao.qi@linaro.org>
2434
2435 * gdb.base/break-idempotent.exp: If
2436 skip_hw_watchpoint_multi_tests returns true, skip the tests
2437 on "rwatch" and "awatch".
2438
2439 2015-04-30 Yao Qi <yao.qi@linaro.org>
2440
2441 * gdb.base/relativedebug.exp: Invoke gdb command
2442 "info sharedlibrary", and if libc.so doesn't have debug info,
2443 skip the test.
2444
2445 2015-04-29 Doug Evans <dje@google.com>
2446
2447 * gdb.python/py-xmethods.exp: Add ptype tests.
2448 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2449 get_result_type method.
2450
2451 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2452
2453 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2454 the target does not support hardware watchpoints.
2455
2456 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2457
2458 * gdb.base/break-always.exp: Abort testing if writing to memory
2459 causes an error.
2460
2461 2015-04-28 Doug Evans <dje@google.com>
2462
2463 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2464 * gdb.python/py-pp-registration.exp: ... here. New file.
2465 * gdb.python/py-pp-registration.c: New file.
2466 * gdb.python/py-pp-registration.py: New file.
2467
2468 2015-04-28 Doug Evans <dje@google.com>
2469
2470 * gdb.python/py-bad-printers.c: New file.
2471 * gdb.python/py-bad-printers.py: New file.
2472 * gdb.python/py-bad-printers.exp: New file.
2473
2474 2015-04-28 Sasha Smundak <asmundak@google.com>
2475
2476 * gdb.python/py-type.exp: New test.
2477
2478 2015-04-28 Andy Wingo <wingo@igalia.com>
2479
2480 * gdb.python/py-parameter.exp:
2481 * gdb.guile/scm-parameter.exp: Escape the path that we are
2482 matching against, as it might contain characters that are special
2483 to regular expressions.
2484
2485 2015-04-27 Joel Brobecker <brobecker@adacore.com>
2486
2487 * gdb.ada/rec_comp: New testcase.
2488
2489 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2490
2491 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2492 before using it.
2493
2494 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2497 new tests for verilog output.
2498
2499 2015-04-24 Yao Qi <yao.qi@linaro.org>
2500
2501 * boards/remote-gdbserver-on-localhost.exp: New file.
2502
2503 2015-04-23 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2506 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2507 "end of file", remove $inferior_spawn_id from the indirect list.
2508
2509 2015-04-23 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2512
2513 2015-04-23 Pedro Alves <palves@redhat.com>
2514
2515 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2516 on $any_spawn_id instead of only on $gdb_spawn_id.
2517
2518 2015-04-21 Pierre Muller <muller@sourceware.org>
2519
2520 PR pascal/17815
2521 * lib/pascal.exp (gpc_compile): Add new option "class".
2522 (fpc_compile): Likewise.
2523 * gdb.pascal/case-insensitive-symbols.pas: New file.
2524 * gdb.pascal/case-insensitive-symbols.exp: New file.
2525
2526 2015-04-20 Gary Benson <gbenson@redhat.com>
2527
2528 * gdb.base/attach.exp: Fix three extended remote failures.
2529
2530 2015-04-17 Gary Benson <gbenson@redhat.com>
2531
2532 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2533 the main executable over the remote protocol.
2534
2535 2015-04-16 Pedro Alves <palves@redhat.com>
2536
2537 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2538 a new gdbserver if gdbserver_reconnect_p is set.
2539
2540 2015-04-16 Pedro Alves <palves@redhat.com>
2541
2542 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2543 is set, don't exit gdbserver.
2544
2545 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546
2547 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2548 appropriate .insn, such that an older assembler can be used.
2549 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2550 the z/Architecture instruction set on 31-bit targets as well.
2551
2552 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2553
2554 * gdb.go/handcall.exp: Remove all logic related to the first
2555 breakpoint and rely on go_runto_main instead.
2556 * gdb.go/strings.exp: Likewise.
2557 * gdb.go/unsafe.exp: Likewise.
2558 * gdb.go/hello.exp: Likewise. Also rename the remaining
2559 breakpoint marker to "breakpoint 1".
2560 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2561 * gdb.go/strings.go: Likewise.
2562 * gdb.go/unsafe.go: Likewise.
2563 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2564 "set breakpoint 2 here" and rename the remaining breakpoint marker
2565 to "breakpoint 1".
2566
2567 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2568
2569 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2570 if itertools.imap is not present.
2571 * gdb.python/py-objfile.exp: Add parentheses.
2572 * gdb.python/py-type.exp: Same.
2573 * gdb.python/py-unwind-maint.py: Same.
2574
2575 2015-04-15 Yao Qi <yao.qi@linaro.org>
2576
2577 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2578 of ":$ptr_size" and set its form explicitly.
2579
2580 2015-04-15 Pedro Alves <palves@redhat.com>
2581 Yao Qi <yao.qi@linaro.org>
2582
2583 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2584 timeout by factor of 4.
2585 (test_regular_watch): Likewise.
2586 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2587 * gdb.reverse/sigall-reverse.exp: Likewise.
2588 * gdb.reverse/until-precsave.exp: Likewise.
2589 * lib/gdb.exp (with_timeout_factor): New proc.
2590 (gdb_expect): Move some code to ...
2591 (get_largest_timeout): ... here. New procedure.
2592
2593 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
2594
2595 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2596
2597 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2598
2599 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2600 to write to the .text section.
2601
2602 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2603
2604 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2605 Handle the case of targets that do not provide PID information.
2606
2607 2015-04-13 Yao Qi <yao.qi@linaro.org>
2608
2609 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2610 and use expect instead of gdb_expect.
2611
2612 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2613
2614 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2615 "coredump_var_addr" to avoid naming conflict with other testcases.
2616
2617 2015-04-10 Pedro Alves <palves@redhat.com>
2618
2619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2620 gdb_test_sequence and gdb_assert.
2621
2622 2015-04-10 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2625 test messages that don't include the breakpoint address.
2626
2627 2015-04-10 Yao Qi <yao.qi@linaro.org>
2628
2629 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2630 false for some offset and width combinations which aren't
2631 supported by linux kernel.
2632
2633 2015-04-10 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2636 procedure, factored out from ...
2637 (top level): ... here. Add "set displaced-stepping" testing axis.
2638 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2639 parameter "displaced". Use it.
2640 (top level): Use foreach and add "set displaced-stepping" testing
2641 axis.
2642
2643 2015-04-10 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2646 Remove comment.
2647 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2648 both the address of the instruction that triggers the watchpoint
2649 and the address of the instruction immediately after, and use
2650 those addresses for the test. Fix comment.
2651
2652 2015-04-10 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.base/sigstep.exp (breakpoint_to_handler)
2655 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2656 Test "backtrace" in handler.
2657 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2658 (top level): Add new "displaced" test axis to
2659 breakpoint_to_handler, breakpoint_to_handler_entry and
2660 breakpoint_over_handler.
2661
2662 2015-04-10 Pedro Alves <palves@redhat.com>
2663
2664 PR gdb/18216
2665 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2666
2667 2015-04-10 Yao Qi <yao.qi@linaro.org>
2668
2669 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2670 (test_add_rn_pc): New function.
2671 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2672 (top level): Invoke test_add_rn_pc.
2673
2674 2015-04-10 Pedro Alves <palves@redhat.com>
2675
2676 PR gdb/13858
2677 * gdb.base/step-over-no-symbols.exp: New file.
2678
2679 2015-04-09 Andy Wingo <wingo@igalia.com>
2680
2681 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2682 after the Python tests.
2683
2684 2015-04-08 Keith Seitz <keiths@redhat.com>
2685
2686 PR python/16699
2687 * gdb.python/py-completion.exp: New tests for completion.
2688 * gdb.python/py-completion.py (CompleteLimit1): New class.
2689 (CompleteLimit2): Likewise.
2690 (CompleteLimit3): Likewise.
2691 (CompleteLimit4): Likewise.
2692 (CompleteLimit5): Likewise.
2693 (CompleteLimit6): Likewise.
2694 (CompleteLimit7): Likewise.
2695
2696 2015-04-08 Pedro Alves <palves@redhat.com>
2697
2698 PR gdb/18214
2699 PR gdb/18216
2700 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2701 function.
2702 (main): Install it as SIGUSR1 handler.
2703 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2704 parameter. Always use "setup" as prefix. Toggle "set
2705 displaced-stepping" off/on depending on global. Don't switch to
2706 thread 1 here.
2707 (top level): Add displaced stepping "off/on" test axis. Update
2708 "setup" calls. Wrap each subtest with with_test_prefix. Test
2709 continuing with a queued signal in each thread.
2710
2711 2015-04-08 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2714 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2715 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2716 Return early if running to main fails.
2717 * gdb.trace/while-stepping.exp: Likewise.
2718
2719 2015-04-07 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2722 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2723 interact with inferior program.
2724
2725 2015-04-07 Pedro Alves <palves@redhat.com>
2726
2727 * lib/gdb.exp (inferior_spawn_id): New global.
2728 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2729 spawn id after processing the user code.
2730 (default_gdb_start): Set inferior_spawn_id.
2731 (send_inferior): New procedure.
2732 * lib/gdbserver-support.exp (gdbserver_start): Set
2733 inferior_spawn_id.
2734 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2735
2736 2015-04-07 Pedro Alves <palves@redhat.com>
2737
2738 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2739 * lib/gdbserver-support.exp (gdbserver_start): Make
2740 $server_spawn_id global.
2741 (gdbserver_start): Don't wait for gdbserver's spawn id with
2742 expect_background.
2743 (close_gdbserver): New procedure.
2744 (gdb_exit): Rename the default version and reimplement.
2745
2746 2015-04-07 Pedro Alves <palves@redhat.com>
2747
2748 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
2749 append the substituted item, not the original item.
2750
2751 2015-04-07 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2754 gdb_expect.
2755
2756 2015-04-07 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2759 output appearing once only.
2760
2761 2015-04-07 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2764 that doesn't expect anything. Return early if running to main
2765 fails.
2766
2767 2015-04-07 Yao Qi <yao.qi@linaro.org>
2768
2769 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2770 (child_function): Call alarm.
2771 (main): Move call to alarm into the loop.
2772 * gdb.threads/non-stop-fair-events.exp: Build program with
2773 -DTIMEOUT=$timeout.
2774
2775 2015-04-06 Doug Evans <xdje42@gmail.com>
2776
2777 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2778 Fix dest parameter to board_info.
2779 (fpc_compile): Ditto.
2780 (gdb_compile_pascal): Rename dest arg to destfile.
2781
2782 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2783
2784 * gdb.ada/funcall_ref.exp: New file.
2785 * gdb.ada/funcall_ref/foo.adb: New file.
2786
2787 2015-04-02 Yao Qi <yao.qi@linaro.org>
2788
2789 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2790 is remote.
2791
2792 2015-04-02 Gary Benson <gbenson@redhat.com>
2793
2794 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2795
2796 2015-04-01 Sasha Smundak <asmundak@google.com>
2797
2798 * gdb.python/py-unwind-maint.c: New file.
2799 * gdb.python/py-unwind-maint.exp: New test.
2800 * gdb.python/py-unwind-maint.py: New file.
2801 * gdb.python/py-unwind.c: New file.
2802 * gdb.python/py-unwind.exp: New test.
2803 * gdb.python/py-unwind.py: New test.
2804
2805 2015-04-01 Pedro Alves <palves@redhat.com>
2806
2807 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2808 to fail instead of non-existent $test.
2809
2810 2015-04-01 Pedro Alves <palves@redhat.com>
2811
2812 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2813 GDBFLAGS if not empty.
2814
2815 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2816
2817 * gdb.ada/complete.exp: Remove "multi_line".
2818 * gdb.ada/info_exc.exp: Remove "multi_line".
2819 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2820 * gdb.ada/ptype_field.exp: Remove "multi_line".
2821 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2822 * gdb.ada/tagged.exp: Remove "multi_line".
2823 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2824 [multi_line ...]
2825 * gdb.btrace/delta.exp: Likewise.
2826 * gdb.btrace/exception.exp: Likewise.
2827 * gdb.btrace/function_call_history.exp: Likewise.
2828 * gdb.btrace/instruction_history.exp: Likewise.
2829 * gdb.btrace/nohist.exp: Likewise.
2830 * gdb.btrace/record_goto.exp: Likewise.
2831 * gdb.btrace/segv.exp: Likewise.
2832 * gdb.btrace/stepi.exp: Likewise.
2833 * gdb.btrace/tailcall.exp: Likewise.
2834 * gdb.btrace/unknown_functions.exp: Likewise.
2835 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2836 * lib/gdb.exp: Add the "multi_line" helper.
2837
2838 2015-04-01 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.threads/tid-reuse.c: New file.
2841 * gdb.threads/tid-reuse.exp: New file.
2842
2843 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2844
2845 PR corefiles/16092
2846 * gdb.base/coredump-filter.c: New file.
2847 * gdb.base/coredump-filter.exp: Likewise.
2848
2849 2015-03-27 Petr Machata <pmachata@redhat.com>
2850
2851 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2852 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2853 (Dwarf::assemble): Initialize them.
2854 (Dwarf::lines): New function.
2855
2856 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2857
2858 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2859 SYMBOL_PREFIX for x86_64-*-cygwin.
2860
2861 2015-03-26 Andy Wingo <wingo@igalia.com>
2862
2863 PR symtab/18148
2864 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2865 const_value but not a location.
2866 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2867 location defined in non-main CUs are visible.
2868
2869 2015-03-26 Yao Qi <yao.qi@linaro.org>
2870
2871 PR testsuite/18139
2872 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2873 Add a line number entry for the same line.
2874 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2875 Add a line number entry for the same line.
2876
2877 2015-03-26 Yao Qi <yao.qi@linaro.org>
2878
2879 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2880 .int 0.
2881 (func): Likewise. Add .Lfunc_1 label.
2882 Use .Lfunc_1 label.
2883 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2884 .int 0.
2885 (func): Likewise.
2886 Use .Lfunc_1 label.
2887
2888 2015-03-26 Yao Qi <yao.qi@linaro.org>
2889
2890 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2891 Call gdb_compile instead to compile each .s files without debug
2892 information.
2893
2894 2015-03-26 Yao Qi <yao.qi@linaro.org>
2895
2896 * gdb.base/savedregs.exp (process_saved_regs): Make
2897 "Saved registers:" optional in the pattern.
2898
2899 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2900
2901 * gdb.btrace/next.exp: Merged into step.exp.
2902 * gdb.btrace/finish.exp: Merged into step.exp.
2903 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2904 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2905 "record goto" and checking the exact replay position.
2906 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2907 check for "Recording format" in "info record" output.
2908 * gdb.btrace/record_goto.exp: Choose test file based on target.
2909 * gdb.btrace/x86-record_goto.S: Renamed into ...
2910 * gdb.btrace/x86_64-record_goto.S: ... this.
2911 * gdb.btrace/i686-record_goto.S: New.
2912 * gdb.btrace/x86-tailcall.S: Renamed into ...
2913 * gdb.btrace/x86_64-tailcall.S: ... this.
2914 * gdb.btrace/i686-tailcall.S: New.
2915 * gdb.btrace/x86-tailcall.c: Renamed into ...
2916 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2917 separate statements. Update test.
2918 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2919 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2920 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2921 * gdb.btrace/tailcall.exp: Choose test file based on target.
2922 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2923
2924 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2925
2926 * gdb.btrace/exception.exp: Increase BTS buffer size.
2927
2928 2015-03-24 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2931
2932 2015-03-24 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.threads/schedlock.exp (test_step): No longer expect that
2935 "set scheduler-locking step" with "next" over a function call runs
2936 threads unlocked.
2937
2938 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2939
2940 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2941
2942 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2943
2944 PR breakpoints/16466
2945 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2946 * gdb.mi/mi-pending.c (thread_func): New function.
2947 (int main): Add threading support required.
2948 * gdb.mi/mi-pending.exp: Add tests for this issue.
2949 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2950 (pendfunc2): Remove stdio dependency.
2951 * gdb.mi/mi-pendshr2.c: New file.
2952
2953 2015-03-23 Keith Seitz <keiths@redhat.com>
2954
2955 * gdb.linespec/keywords.c: New file.
2956 * gdb.linespec/keywords.exp: New file.
2957
2958 2015-03-23 Keith Seitz <keiths@redhat.com>
2959
2960 PR gdb/18021
2961 * gdb.dwarf2/staticvirtual.exp: New test.
2962
2963 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2966 * README: Remove HP-UX and gdb.hp.
2967 (configuration):
2968 * configure: Regenerate.
2969 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2970 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2971 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2972 gdb.hp/gdb.defects/Makefile.
2973 * gdb.hp/Makefile.in: File deleted.
2974 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2975 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2976 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2977 * gdb.hp/gdb.aCC/run.c: File deleted.
2978 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2979 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2980 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2981 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2982 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2983 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2984 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2985 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2986 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2987 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2988 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2989 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2990 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2991 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2992 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2993 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2994 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2995 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2996 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2997 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2998 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2999 * gdb.hp/gdb.compat/average.c: File deleted.
3000 * gdb.hp/gdb.compat/sum.c: File deleted.
3001 * gdb.hp/gdb.compat/xdb.c: File deleted.
3002 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3003 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3004 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3005 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3006 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3007 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3008 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3009 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3010 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3011 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3012 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3013 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3014 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3015 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3016 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3017 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3018 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3019 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3020 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3021 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3022 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3023 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3024 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3025 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3026 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3027 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3028 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3029 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3030 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3031 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3032 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3033 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3034 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3035 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3036 * gdb.hp/tools/odump: File deleted.
3037
3038 2015-03-19 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3041 (saw_thread_3): New globals.
3042 (top level): Increment them when an event for the corresponding
3043 thread is seen.
3044 (no thread starvation): New test.
3045
3046 2015-03-19 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.threads/continue-pending-status.c: New file.
3049 * gdb.threads/continue-pending-status.exp: New file.
3050
3051 2015-03-18 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3054 Use gdb_is_target_remote instead of is_remote. Use
3055 gdb_test_multiple instead of gdb_expect. Exit early if
3056 gdb_test_multiple hits its internal matches. Tighten stepi tests
3057 expected output. Fail on exit with any signal, instead of just
3058 SIGILL.
3059
3060 2015-03-18 Yao Qi <yao.qi@linaro.org>
3061
3062 PR tdep/18107
3063 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3064 variable.
3065 * gdb.base/catch-syscall.exp: Don't skip it on
3066 aarch64*-*-linux* target. Remove elements in all_syscalls.
3067 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3068 target.
3069 (setup_all_syscalls): New proc.
3070
3071 2015-03-16 Yao Qi <yao.qi@linaro.org>
3072
3073 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3074 (top level): Skip tests if valid_addr_p returns false for
3075 $cmd1 or $cmd2.
3076
3077 2015-03-11 Andy Wingo <wingo@igalia.com>
3078
3079 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3080
3081 2015-03-11 Yao Qi <yao.qi@linaro.org>
3082
3083 * gdb.base/catch-syscall.exp: Fix typo in comments.
3084
3085 2015-03-11 Yao Qi <yao.qi@linaro.org>
3086
3087 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3088
3089 2015-03-09 Pedro Alves <palves@redhat.com>
3090
3091 * dg-extract-results.py: Delete.
3092
3093 2015-03-09 Pedro Alves <palves@redhat.com>
3094
3095 Merge dg-extract-results.sh from GCC upstream (r218843).
3096
3097 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3098 * dg-extract-results.sh: Use --text with grep to avoid issues with
3099 binary files. Fall back to cat -v, if that doesn't work.
3100
3101 2015-03-05 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3104
3105 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3106
3107 * lib/mi-support.exp (mi_expect_interrupt): Accept
3108 alternative event for when in all-stop mode.
3109
3110 2015-03-04 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3113
3114 2015-03-04 Mark Kettenis <kettenis@gnu.org>
3115
3116 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3117
3118 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3119
3120 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3121 regexps for GDB's current line display, accept a hex address
3122 preceding the line number.
3123
3124 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3125
3126 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3127 the 'arch1' variable for "s390*-linux*" targets.
3128
3129 2015-03-04 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3132 (main): Pass missing retval argument to pthread_join call.
3133
3134 2015-03-02 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3137 (top level): Call do_test with non-stop as well.
3138
3139 2015-03-02 Pedro Alves <palves@redhat.com>
3140
3141 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3142 -1.
3143
3144 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3145
3146 * gdb.arch/s390-vregs.exp: New test.
3147 * gdb.arch/s390-vregs.S: New file.
3148
3149 2015-02-27 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3152 call to catch_command_errors.
3153 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3154 catch_command_errors.
3155
3156 2015-02-27 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3159 "true" for boolean result.
3160 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3161 prototype of main.
3162
3163 2015-02-27 Pedro Alves <palves@redhat.com>
3164
3165 * lib/unbuffer_output.c: New file.
3166 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3167 (main): Call gdb_unbuffer_output.
3168
3169 2015-02-27 Yao Qi <yao.qi@linaro.org>
3170
3171 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3172 target.
3173
3174 2015-02-26 Doug Evans <dje@google.com>
3175
3176 * gdb.cp/class2.cc (Dbase, D): New classes.
3177 (main): New local delta.
3178 * gdb.cp/class2.exp: Test printing delta.
3179 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3180 (dynbar): New global.
3181 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3182
3183 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.compile/compile-ifunc.c: New file.
3186 * gdb.compile/compile-ifunc.exp: New file.
3187
3188 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3189
3190 * gdb.base/structs.exp: Check for correct struct on finish.
3191
3192 2015-02-26 Yao Qi <yao.qi@linaro.org>
3193
3194 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3195 is zero.
3196
3197 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3198
3199 * gdb.arch/cordic.ko.bz2: New file.
3200 * gdb.arch/cordic.ko.debug.bz2: New file.
3201 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3202
3203 2015-02-25 Yao Qi <yao.qi@linaro.org>
3204
3205 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3206 aarch64*-*-* target.
3207
3208 2015-02-23 Pedro Alves <palves@redhat.com>
3209
3210 * lib/gdb.exp (delete_breakpoints): Rewrite using
3211 gdb_test_multiple.
3212
3213 2015-02-23 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/info-os.c: Include stdlib.h.
3216
3217 2015-02-22 Doug Evans <xdje42@gmail.com>
3218
3219 PR symtab/17855
3220 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3221 is read after symbols have been re-read.
3222 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3223 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3224
3225 2015-02-21 Doug Evans <dje@google.com>
3226
3227 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3228
3229 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 PR corefiles/17808
3232 * gdb.arch/i386-biarch-core.core.bz2: New file.
3233 * gdb.arch/i386-biarch-core.exp: New file.
3234
3235 2015-02-21 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3238 runto_main fails.
3239
3240 2015-02-20 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3243 info probes.
3244
3245 2015-02-20 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3248
3249 2015-02-20 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3252 clean_restart before gdb_target_supports_trace.
3253
3254 2015-02-20 Pedro Alves <palves@redhat.com>
3255
3256 PR threads/18006
3257 * gdb.threads/clone-thread_db.c: New file.
3258 * gdb.threads/clone-thread_db.exp: New file.
3259
3260 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3261
3262 PR breakpoints/16812
3263 * gdb.base/catch-gdb-caused-signals.c: New file.
3264 * gdb.base/catch-gdb-caused-signals.exp: New file.
3265
3266 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3267
3268 * configure: Regenerated.
3269 * configure.ac: Use GDB_AC_TRANSFORM.
3270 * aclocal.m4: sinclude ../transform.m4.
3271
3272 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3273
3274 * lib/dtrace.exp: New file.
3275 * gdb.base/dtrace-probe.exp: Likewise.
3276 * gdb.base/dtrace-probe.d: Likewise.
3277 * gdb.base/dtrace-probe.c: Likewise.
3278 * lib/pdtrace.in: Likewise.
3279 * configure.ac: Output variables with the transformed names of
3280 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3281 * configure: Regenerated.
3282
3283 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3284
3285 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3286 expected message when trying to access $_probe_* convenience
3287 variables while not on a probe.
3288
3289 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3292
3293 2015-02-11 Pedro Alves <pedro@codesourcery.com>
3294
3295 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3296 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3297
3298 2015-02-10 Doug Evans <xdje42@gmail.com>
3299
3300 * lib/gdb.exp (gdb_load): Always return a result.
3301
3302 2015-02-10 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.threads/signal-sigtrap.c: New file.
3305 * gdb.threads/signal-sigtrap.exp: New file.
3306
3307 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3308
3309 * gdb.trace/no-attach-trace.c: New file.
3310 * gdb.trace/no-attach-trace.exp: New file.
3311
3312 2015-02-09 Mark Wielaard <mjw@redhat.com>
3313
3314 * gdb.dwarf2/atomic.c: New file.
3315 * gdb.dwarf2/atomic-type.exp: Likewise.
3316
3317 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3318
3319 * gdb.btrace/buffer-size.exp: Update "info record" output.
3320 * gdb.btrace/delta.exp: Update "info record" output.
3321 * gdb.btrace/enable.exp: Update "info record" output.
3322 * gdb.btrace/finish.exp: Update "info record" output.
3323 * gdb.btrace/instruction_history.exp: Update "info record" output.
3324 * gdb.btrace/next.exp: Update "info record" output.
3325 * gdb.btrace/nexti.exp: Update "info record" output.
3326 * gdb.btrace/step.exp: Update "info record" output.
3327 * gdb.btrace/stepi.exp: Update "info record" output.
3328 * gdb.btrace/nohist.exp: Update "info record" output.
3329
3330 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3331
3332 * gdb.btrace/buffer-size: New.
3333
3334 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3335
3336 * gdb.btrace/delta.exp: Update "info record" output.
3337 * gdb.btrace/enable.exp: Update "info record" output.
3338 * gdb.btrace/finish.exp: Update "info record" output.
3339 * gdb.btrace/instruction_history.exp: Update "info record" output.
3340 * gdb.btrace/next.exp: Update "info record" output.
3341 * gdb.btrace/nexti.exp: Update "info record" output.
3342 * gdb.btrace/step.exp: Update "info record" output.
3343 * gdb.btrace/stepi.exp: Update "info record" output.
3344 * gdb.btrace/nohist.exp: Update "info record" output.
3345
3346 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3347
3348 PR gdb/15678
3349 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3350
3351 2015-02-06 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3354 macro.
3355 (seconds_left, again): New globals.
3356 (main): Wait seconds_left in a 1-second sleep loop instead of
3357 sleeping 180 seconds. If 'again' is set, reset the seconds
3358 counter.
3359 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3360 'again' in the inferior before detaching. Print the seconds left.
3361 (options): New global.
3362 (top level): Build program with -DTIMEOUT=$timeout.
3363
3364 2015-02-06 Pedro Alves <palves@redhat.com>
3365
3366 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3367 determine how many seconds to pass to 'alarm'.
3368 * gdb.base/gdb-sigterm.exp (top level): Build program with
3369 -DTIMEOUT=$timeout.
3370 (do_test): Return success/failure indication. Add more verbose
3371 logging. Don't fail if 200 single steps are seen. Instead, fail
3372 when the test times out.
3373 (passes): New global.
3374 (top level): Break the testing loop if testing fails on any
3375 iteration. Use gdb_assert.
3376
3377 2015-02-04 Don Breazeal <donb@codesourcery.com>
3378
3379 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3380 and initialize them.
3381 (ipc_cleanup): New function.
3382 (main): Don't declare shmid, semid, and msqid. Add a call to
3383 atexit so that we call ipc_cleanup on exit.
3384
3385 2015-02-04 Pedro Alves <palves@redhat.com>
3386
3387 * boards/native-extended-gdbserver.exp: Remove any target variant
3388 specifications from the board name before clearing the isremote
3389 flag from board_info.
3390
3391 2015-01-31 Doug Evans <xdje42@gmail.com>
3392
3393 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3394
3395 2015-01-31 Gary Benson <gbenson@redhat.com>
3396
3397 * gdb.base/completion.exp: Disable completion limiting for
3398 existing tests. Add new tests to check completion limiting.
3399 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3400
3401 2015-01-31 Doug Evans <xdje42@gmail.com>
3402
3403 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3404
3405 2015-01-31 Doug Evans <xdje42@gmail.com>
3406
3407 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3408 entries. Duplicate file section script entries.
3409 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3410 inlined entries. Add test for safe-path rejection.
3411 * gdb.python/py-section-script.c: Add duplicate inlined section script
3412 entries. Duplicate file section script entries.
3413 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3414 inlined entries. Add test for safe-path rejection.
3415
3416 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.ada/disc_arr_bound: New testcase.
3419
3420 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3421
3422 * gdb.ada/mi_var_array: New testcase.
3423
3424 2015-01-27 Doug Evans <dje@google.com>
3425
3426 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3427 Add test for objfile.filename, objfile.username after objfile
3428 has been unloaded.
3429
3430 2015-01-26 Joel Brobecker <brobecker@adacore.com>
3431
3432 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3433 the second test to print the name attribute of value
3434 returned by the call to gdb.lookup_type, and adjust
3435 the expected output accordingly.
3436
3437 2015-01-25 Mark Wielaard <mjw@redhat.com>
3438
3439 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3440 * gdb.base/disp-step-fork.c: Include unistd.h.
3441 * gdb.base/siginfo-obj.c: Include stdio.h.
3442 * gdb.base/siginfo-thread.c: Likewise.
3443 * gdb.mi/non-stop.c: Include unistd.h.
3444 * gdb.mi/nsthrexec.c: Include stdio.h.
3445 * gdb.mi/pthreads.c: Include unistd.h.
3446 * gdb.modula2/unbounded1.c (main): Declare returns int.
3447 * gdb.reverse/consecutive-reverse.c: Likewise.
3448 * gdb.threads/create-fail.c: Include unistd.h.
3449 * gdb.threads/killed.c: Likewise.
3450 * gdb.threads/linux-dp.c: Likewise.
3451 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3452 * gdb.threads/non-ldr-exc-2.c: Likewise.
3453 * gdb.threads/non-ldr-exc-3.c: Likewise.
3454 * gdb.threads/non-ldr-exc-4.c: Likewise.
3455 * gdb.threads/pthreads.c: Include unistd.h.
3456 (main): Declare returns int.
3457 * gdb.threads/tls-main.c (foo): New declaration.
3458 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3459
3460 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3463 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3464
3465 2015-01-15 Mark Wielaard <mjw@redhat.com>
3466
3467 * gdb.base/noreturn-return.c: New file.
3468 * gdb.base/noreturn-return.exp: New file.
3469 * gdb.base/noreturn-finish.c: New file.
3470 * gdb.base/noreturn-finish.exp: New file.
3471
3472 2015-01-23 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.threads/continue-pending-after-query.c: New file.
3475 * gdb.threads/continue-pending-after-query.exp: New file.
3476
3477 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3478 Simon Marchi <simon.marchi@ericsson.com>
3479
3480 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3481 * gdb.base/valgrind-db-attach.exp: Same.
3482 * gdb.base/valgrind-infcall.exp: Same.
3483 * lib/mi-support.exp (default_mi_gdb_start): Same.
3484 * lib/prompt.exp (default_prompt_gdb_start): Same.
3485 * lib/gdb.exp (default_gdb_spawn): Same.
3486 (gdb_interact): New.
3487
3488
3489 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 * gdb.compile/compile.exp (pointer to jit function): New test.
3492
3493 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3494
3495 * lib/gdb.exp (supports_process_record): Return true for
3496 powerpc*-*-linux*.
3497 (supports_reverse): Likewise.
3498
3499 2015-01-15 Don Breazeal <donb@codesourcery.com>
3500
3501 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3502 instead of checking whether the target board is remote and
3503 use spawn_wait_for_attach instead of exec/sleep.
3504 * gdb.base/attach-twice.exp: Likewise.
3505
3506 2015-01-15 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.ada/var_arr_attrs: New testcase.
3509
3510 2015-01-14 Pedro Alves <palves@redhat.com>
3511 Joel Brobecker <brobecker@adacore.com>
3512
3513 PR gdb/17525
3514 * gdb.base/bp-cmds-execution-x-script.c: New file.
3515 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3516 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3517
3518 2015-01-14 Pedro Alves <palves@redhat.com>
3519
3520 PR cli/17828
3521 * gdb.base/batch-preserve-term-settings.c: New file.
3522 * gdb.base/batch-preserve-term-settings.exp: New file.
3523
3524 2015-01-13 Doug Evans <dje@google.com>
3525
3526 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3527 binary.
3528
3529 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3530
3531 * Makefile.in (clean mostlyclean): Do not delete *.py.
3532
3533 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.python/py-lookup-type.exp: New file.
3536
3537 2015-01-12 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3540 restore GDBFLAGS before returning.
3541
3542 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3545 is_amd64_regs_target and is_x86_like_target.
3546
3547 2015-01-11 Doug Evans <xdje42@gmail.com>
3548
3549 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3550 is given without an explicit form.
3551 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3552 attributes.
3553 * gdb.dwarf/corrupt.exp: Ditto.
3554 * gdb.dwarf2/enum-type.exp: Ditto.
3555 * gdb.trace/entry-values.exp: Ditto.
3556 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3557
3558 2015-01-11 Doug Evans <xdje42@gmail.com>
3559
3560 PR gdb/15830
3561 * gdb.base/maint.exp: Remove references to "maint demangle".
3562 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3563 Add tests for explicitly specifying language to demangle.
3564 * gdb.dlang/demangle.exp: Ditto.
3565
3566 2015-01-09 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.threads/non-stop-fair-events.c: New file.
3569 * gdb.threads/non-stop-fair-events.exp: New file.
3570
3571 2015-01-09 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3574 the global scope. Set a breakpoint after all threads are started
3575 rather than stepping over two source lines. Expect the prompt.
3576 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3577 global.
3578 (NUM): Now 15.
3579 (main): Use threads_started_barrier to wait for all threads to
3580 start. Main thread no longer calls thread_function. Exit after
3581 180 seconds.
3582 (loop): New function.
3583 (thread_function): Wait on threads_started_barrier barrier. Call
3584 'loop' at each iteration.
3585 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3586 threads have started, instead of hardcoding number of "next"
3587 steps. Use an access watchpoint instead of a write watchpoint.
3588
3589 2015-01-09 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3592 (thread_func): Wait on barrier.
3593 (main): Wait for all threads to start before stopping GDB.
3594 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3595 global.
3596 (thread1_func, thread2_func): Wait on barrier.
3597 (main): Wait for all threads to start before stopping GDB.
3598 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3599 New global.
3600 (thread1_func, thread2_func): Wait on barrier.
3601 (main): Wait for all threads to start before stopping GDB.
3602
3603 2015-01-09 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.threads/attach-many-short-lived-threads.c: New file.
3606 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3607
3608 2014-01-09 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3611 instead of to thread 2.
3612 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3613 Add barrier around each pthread_create call instead of around all
3614 calls.
3615 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3616 Set a break on thread_function and have the child threads hit it
3617 one at at a time.
3618
3619 2015-01-09 Pedro Alves <palves@redhat.com>
3620
3621 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3622 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3623 false.
3624 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3625 checking whether the target board is remote.
3626 * gdb.multi/multi-attach.exp: Likewise.
3627 * gdb.python/py-sync-interp.exp: Likewise.
3628 * gdb.server/ext-attach.exp: Likewise.
3629 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3630 tests that need to attach, instead of checking whether the target
3631 board is remote at the top of the file.
3632
3633 2015-01-08 Yao Qi <yao@codesourcery.com>
3634
3635 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3636
3637 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3638
3639 Fix testcase compilation.
3640 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3641
3642 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.python/py-type.exp: Add a couple test about empty
3645 array creation, and negative-length array creation.
3646
3647 2015-01-02 Doug Evans <xdje42@gmail.com>
3648
3649 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3650
3651 2015-01-02 Doug Evans <dje@google.com>
3652
3653 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3654
3655 2014-12-29 Yao Qi <yao@codesourcery.com>
3656
3657 * gdb.trace/entry-values.exp: Update comments. Rename variable
3658 bar_call_foo to returned_from_foo.
3659
3660 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3661
3662 PR gdb/17394
3663 * gdb.linespec/break-asm-file.c: New file.
3664 * gdb.linespec/break-asm-file.exp: New file.
3665 * gdb.linespec/break-asm-file0.s: New file.
3666 * gdb.linespec/break-asm-file1.s: New file.
3667
3668 2014-12-18 Nigel Stephens <nigel@mips.com>
3669 Maciej W. Rozycki <macro@codesourcery.com>
3670
3671 * gdb.base/float.exp: Handle the new output from "info float" on
3672 MIPS targets.
3673
3674 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 Fix MinGW compilation.
3677 * gdb.compile/compile-ops.exp: Update untested message if
3678 !skip_compile_feature_tests.
3679 * gdb.compile/compile-setjmp.exp: Likewise.
3680 * gdb.compile/compile-tls.exp: Likewise.
3681 * gdb.compile/compile.exp: Likewise.
3682 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3683 supported on this host".
3684
3685 2014-12-16 Doug Evans <xdje42@gmail.com>
3686
3687 * boards/stabs.exp: New file.
3688
3689 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3690
3691 * gdb.base/completion.exp: Adjust to format changes of "maint
3692 print user-registers".
3693
3694 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
3695
3696 PR server/17457
3697 * gdb.arch/aarch64-fp.c: New file.
3698 * gdb.arch/aarch64-fp.exp: New file.
3699
3700 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3701
3702 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3703 r210637, r210913, r211666, r215400, r215817).
3704
3705 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3706 * dg-extract-results.py: New file.
3707 * dg-extract-results.sh: Use it if the environment seems
3708 suitable.
3709
3710 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3711
3712 * dg-extract-results.py (parse_run): Handle warnings that
3713 are printed before a test harness is run.
3714
3715 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3716
3717 * dg-extract-results.py (Named): Remove __cmp__ method.
3718 (output_variation): Use a key to sort variation.harnesses.
3719
3720 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3721
3722 * dg-extract-results.py: For Python 3, force sys.stdout to
3723 handle surrogate escape sequences.
3724 (safe_open): New function.
3725 (output_segment, main): Use it.
3726
3727 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3728
3729 * dg-extract-results.py (Prog.result_re): Include options
3730 in test name.
3731
3732 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3733
3734 * dg-extract-results.py (output_variation): Always sort if
3735 do_sum.
3736
3737 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3740 as long as we get pagination notifications.
3741
3742 2014-12-15 Jason Merrill <jason@redhat.com>
3743
3744 * Makefile.in (check-gdb.%): Restore.
3745 * README: Mention it.
3746
3747 2014-12-13 Joel Brobecker <brobecker@adacore.com>
3748
3749 * gdb.ada/str_uninit: New testcase.
3750
3751 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 PR symtab/17642
3754 * gdb.base/vla-stub-define.c: New file.
3755 * gdb.base/vla-stub.c: New file.
3756 * gdb.base/vla-stub.exp: New file.
3757
3758 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3759 Jan Kratochvil <jan.kratochvil@redhat.com>
3760 Tom Tromey <tromey@redhat.com>
3761
3762 * configure.ac: Add gdb.compile/.
3763 * configure: Regenerate.
3764 * gdb.compile/Makefile.in: New file.
3765 * gdb.compile/compile-ops.exp: New file.
3766 * gdb.compile/compile-ops.c: New file.
3767 * gdb.compile/compile-tls.c: New file.
3768 * gdb.compile/compile-tls.exp: New file.
3769 * gdb.compile/compile-constvar.S: New file.
3770 * gdb.compile/compile-constvar.c: New file.
3771 * gdb.compile/compile-mod.c: New file.
3772 * gdb.compile/compile-nodebug.c: New file.
3773 * gdb.compile/compile-setjmp-mod.c: New file.
3774 * gdb.compile/compile-setjmp.c: New file.
3775 * gdb.compile/compile-setjmp.exp: New file.
3776 * gdb.compile/compile-shlib.c: New file.
3777 * gdb.compile/compile.c: New file.
3778 * gdb.compile/compile.exp: New file.
3779 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3780
3781 2014-12-12 Tom Tromey <tromey@redhat.com>
3782
3783 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3784 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3785
3786 2014-12-12 Doug Evans <dje@google.com>
3787
3788 * lib/gdb-python.exp (get_python_valueof): New function.
3789 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3790
3791 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3792
3793 * gdb.base/completion.exp: Add test for completion of "info
3794 registers ".
3795
3796 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3797
3798 * gdb.base/func-ptrs.c: New file.
3799 * gdb.base/func-ptrs.exp: New file.
3800
3801 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3802
3803 PR breakpoints/17012
3804 * gdb.base/dprintf-detach.c: New file.
3805 * gdb.base/dprintf-detach.exp: New file.
3806
3807 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3810 * lib/gdb.exp (target_is_gdbserver): New procedure.
3811
3812 2014-12-08 Doug Evans <dje@google.com>
3813
3814 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3815
3816 2014-12-05 Yao Qi <yao@codesourcery.com>
3817
3818 * gdb.guile/scm-error.exp: Remove the third argument to
3819 gdb_remote_download.
3820 * gdb.guile/scm-frame-args.exp: Likewise.
3821 * gdb.guile/scm-section-script.exp: Likewise.
3822
3823 2014-12-05 Yao Qi <yao@codesourcery.com>
3824
3825 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3826
3827 2014-12-04 Doug Evans <dje@google.com>
3828
3829 * gdb.python/py-objfile.exp: Add tests for
3830 objfile.add_separate_debug_file.
3831
3832 2014-12-04 Doug Evans <dje@google.com>
3833
3834 * lib/gdb.exp (get_build_id): New function.
3835 (build_id_debug_filename_get): Rewrite to use it.
3836 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3837
3838 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3839
3840 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3841 `method(long)', not just 0x0.
3842 * gdb.cp/nsalias.exp: Align code labels to 4.
3843 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3844 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3845 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3846 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3847 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3848 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3849
3850 2014-12-02 Doug Evans <dje@google.com>
3851
3852 PR symtab/17602
3853 * gdb.cp/anon-ns.cc: Move guts of this file to ...
3854 * gdb.cp/anon-ns2.cc: ... here. New file.
3855 * gdb.cp/anon-ns.exp: Update.
3856
3857 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3858
3859 * gdb.python/py-events.py (inferior_call_handler): New.
3860 (register_changed_handler, memory_changed_handler): New.
3861 (test_events.invoke): Register new handlers.
3862 * gdb.python/py-events.exp: Add tests for inferior call,
3863 memory_changed and register_changed events.
3864
3865 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3866
3867 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3868 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3869 if the linker doesn't understand this.
3870
3871 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3872
3873 * gdb.python/python.exp: Change expected reply to help().
3874
3875 2014-12-01 Yao Qi <yao@codesourcery.com>
3876
3877 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3878 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3879 * configure: Re-generated.
3880
3881 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3882
3883 * gdb.cp/chained-calls.cc: New file.
3884 * gdb.cp/chained-calls.exp: New file.
3885 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3886
3887 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3888
3889 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3890 * gdb.dwarf2/symtab-producer.exp: Same.
3891 * gdb.gdb/python-interrupts.exp: Same.
3892 * gdb.gdb/python-selftest.exp: Same.
3893 * gdb.python/py-linetable.exp: Same.
3894 * gdb.python/py-type.exp: Same.
3895 * gdb.python/py-value-cc.exp: Same.
3896 * gdb.python/py-value.exp: Same.
3897
3898 2014-11-28 Yao Qi <yao@codesourcery.com>
3899
3900 * gdb.base/break-probes.exp: Match library name prefixed with
3901 sysroot.
3902
3903 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3904
3905 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3906 test expected output. Add parentheses for the call to print.
3907 Remove L suffix from integers.
3908
3909 2014-11-26 Doug Evans <dje@google.com>
3910
3911 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3912
3913 2014-11-22 Yao Qi <yao@codesourcery.com>
3914
3915 * gdb.trace/entry-values.c: Remove asms.
3916 (foo): Add foo_label.
3917 (bar): Add bar_label.
3918 * gdb.trace/entry-values.exp: Remove code computing foo's
3919 length and bar's length.
3920 (Dwarf::assemble): Invoke function_range for bar and use
3921 MACRO_AT_func for foo.
3922
3923 2014-11-22 Yao Qi <yao@codesourcery.com>
3924
3925 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3926 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3927 Use .Lgcc43_procstart instead of gcc43.
3928
3929 2014-11-21 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.ada/n_arr_bound: New testcase.
3932
3933 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3934
3935 PR breakpoints/10737
3936 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3937 test_catch_syscall_multi_arch.
3938 (test_catch_syscall_multi_arch): New function.
3939
3940 2014-11-20 Doug Evans <xdje42@gmail.com>
3941
3942 * gdb.base/maint.exp: Update expected output.
3943
3944 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3945
3946 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3947 4-byte instruction on S390.
3948
3949 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.ada/arr_arr: New testcase.
3952
3953 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/pkd_arr_elem: New Testcase.
3956
3957 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
3958
3959 * gdb.reverse/break-precsave: Expect completion message for
3960 core file reads.
3961 * gdb.reverse/consecutive-precsave.exp: Likewise.
3962 * gdb.reverse/finish-precsave.exp: Likewise.
3963 * gdb.reverse/i386-precsave.exp: Likewise.
3964 * gdb.reverse/machinestate-precsave.exp: Likewise.
3965 * gdb.reverse/sigall-precsave.exp: Likewise.
3966 * gdb.reverse/solib-precsave.exp: Likewise.
3967 * gdb.reverse/step-precsave.exp: Likewise.
3968 * gdb.reverse/until-precsave.exp: Likewise.
3969 * gdb.reverse/watch-precsave.exp: Likewise.
3970
3971 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3972
3973 * gdb.base/bp-permanent.c: Include unistd.h.
3974 * gdb.python/py-framefilter-mi.c (main): Add return type.
3975 * gdb.python/py-framefilter.c (main): Likewise.
3976 * gdb.trace/actions-changed.c (main): Likewise.
3977
3978 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3979
3980 * gdb.mi/until.c: Add eye-catchers.
3981 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3982 line numbers.
3983
3984 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3985
3986 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3987 function header variants in break1.c.
3988 * gdb.base/ena-dis-br.exp: Likewise.
3989 * gdb.base/hbreak2.exp: Likewise.
3990 * gdb.reverse/until-precsave.exp: Drop references to removed
3991 non-prototype function header variants in ur1.c.
3992 * gdb.reverse/until-reverse.exp: Likewise.
3993
3994 2014-11-17 Petr Machata <pmachata@redhat.com>
3995
3996 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3997 ${_cu_offset_size} bytes abbrev offset.
3998
3999 2014-11-15 Doug Evans <xdje42@gmail.com>
4000
4001 PR symtab/17559
4002 * gdb.base/line-symtabs.exp: New file.
4003 * gdb.base/line-symtabs.c: New file.
4004 * gdb.base/line-symtabs.h: New file.
4005
4006 2014-11-14 Yao Qi <yao@codesourcery.com>
4007
4008 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4009 (func): Add label func_label.
4010 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4011 Replace low_pc and high_pc with MACRO_AT_range.
4012 Replace name, low_pc and high_pc with MACRO_AT_func.
4013
4014 2014-11-14 Yao Qi <yao@codesourcery.com>
4015
4016 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4017 Replace name, low_pc and high_pc with MACRO_AT_func.
4018
4019 2014-11-14 Yao Qi <yao@codesourcery.com>
4020
4021 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4022 produce debug information.
4023 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4024
4025 2014-11-14 Yao Qi <yao@codesourcery.com>
4026
4027 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4028 object and get function length.
4029 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4030 with MACRO_AT_func.
4031 (top-level): Replace gdb_compile and clean_restart with
4032 prepare_for_testing.
4033 * gdb.dwarf2/main.c (main): Add label main_label.
4034
4035 2014-11-14 Yao Qi <yao@codesourcery.com>
4036
4037 * lib/dwarf.exp (function_range): New procedure.
4038 (Dwarf::_handle_macro_at_func): New procedure.
4039 (Dwarf::_handle_macro_at_range): New procedure.
4040 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4041
4042 2014-11-14 Yao Qi <yao@codesourcery.com>
4043
4044 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4045 (_handle_attribute): New procedure.
4046
4047 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4048
4049 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4050 * gdb.base/call-sc.c (zed): Likewise.
4051 * gdb.base/checkpoint.c (main): Likewise.
4052 * gdb.base/dump.c (main): Likewise.
4053 * gdb.base/gcore.c (main): Likewise.
4054 * gdb.base/huge.c (main): Likewise.
4055 * gdb.base/multi-forks.c (main): Likewise.
4056 * gdb.base/pr10179-a.c (main): Likewise.
4057 * gdb.base/savedregs.c (main): Likewise.
4058 * gdb.base/sigaltstack.c (main): Likewise.
4059 * gdb.base/siginfo.c (main): Likewise.
4060 * gdb.base/structs.c (zed): Likewise.
4061 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4062 * gdb.mi/mi-syn-frame.c (main): Likewise.
4063 * gdb.mi/until.c (foo, main): Likewise.
4064 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4065 * gdb.base/solib-weak.c (foo): Declare.
4066 * gdb.base/attach-twice.c: Include stdio.h.
4067 * gdb.base/weaklib1.c: Likewise.
4068 * gdb.base/weaklib2.c: Likewise.
4069 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4070 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4071 unistd.h.
4072 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4073 * gdb.mi/mi-exit-code.c: Likewise.
4074 * gdb.base/break-interp-lib.c: Include string.h.
4075 * gdb.base/coremaker.c: Likewise.
4076 * gdb.base/testenv.c: Likewise.
4077 * gdb.python/py-finish-breakpoint.c: Likewise.
4078 * gdb.base/inferior-died.c: Include sys/wait.h.
4079 * gdb.base/fileio.c: Include time.h.
4080 * gdb.base/async-shell.c: Include unistd.h.
4081 * gdb.base/dprintf-non-stop.c: Likewise.
4082 * gdb.base/info-os.c: Likewise.
4083 * gdb.mi/mi-console.c: Likewise.
4084 * gdb.mi/watch-nonstop.c: Likewise.
4085 * gdb.python/py-events.c: Likewise.
4086 * gdb.base/async.c (baz): Move up before its invocation.
4087 * gdb.base/code_elim2.c (my_global_func): Likewise.
4088 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4089 * gdb.base/advance.c (func2): Likewise.
4090
4091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4092
4093 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4094 variant.
4095 * gdb.base/annota3.c: Likewise.
4096 * gdb.base/async.c: Likewise.
4097 * gdb.base/average.c: Likewise.
4098 * gdb.base/call-ar-st.c: Likewise.
4099 * gdb.base/call-rt-st.c: Likewise.
4100 * gdb.base/call-sc.c: Likewise.
4101 * gdb.base/call-strs.c: Likewise.
4102 * gdb.base/ending-run.c: Likewise.
4103 * gdb.base/execd-prog.c: Likewise.
4104 * gdb.base/exprs.c: Likewise.
4105 * gdb.base/foll-exec.c: Likewise.
4106 * gdb.base/foll-fork.c: Likewise.
4107 * gdb.base/foll-vfork.c: Likewise.
4108 * gdb.base/funcargs.c: Likewise.
4109 * gdb.base/gcore.c: Likewise.
4110 * gdb.base/jump.c: Likewise.
4111 * gdb.base/langs0.c: Likewise.
4112 * gdb.base/langs1.c: Likewise.
4113 * gdb.base/langs2.c: Likewise.
4114 * gdb.base/mips_pro.c: Likewise.
4115 * gdb.base/nodebug.c: Likewise.
4116 * gdb.base/opaque0.c: Likewise.
4117 * gdb.base/opaque1.c: Likewise.
4118 * gdb.base/recurse.c: Likewise.
4119 * gdb.base/run.c: Likewise.
4120 * gdb.base/scope0.c: Likewise.
4121 * gdb.base/scope1.c: Likewise.
4122 * gdb.base/setshow.c: Likewise.
4123 * gdb.base/setvar.c: Likewise.
4124 * gdb.base/shmain.c: Likewise.
4125 * gdb.base/shr1.c: Likewise.
4126 * gdb.base/shr2.c: Likewise.
4127 * gdb.base/sigall.c: Likewise.
4128 * gdb.base/signals.c: Likewise.
4129 * gdb.base/so-indr-cl.c: Likewise.
4130 * gdb.base/solib2.c: Likewise.
4131 * gdb.base/structs.c: Likewise.
4132 * gdb.base/sum.c: Likewise.
4133 * gdb.base/vforked-prog.c: Likewise.
4134 * gdb.base/watchpoint.c: Likewise.
4135 * gdb.reverse/shr2.c: Likewise.
4136 * gdb.reverse/until-reverse.c: Likewise.
4137 * gdb.reverse/ur1.c: Likewise.
4138 * gdb.reverse/watch-reverse.c: Likewise.
4139
4140 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4141
4142 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4143 variant.
4144 * gdb.base/sepdebug.exp: Drop references to removed code.
4145
4146 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4147
4148 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4149 variant. Preserve original line numbering.
4150 * gdb.base/list1.c: Likewise.
4151
4152 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4153
4154 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4155 variant.
4156 * gdb.base/break1.c: Likewise.
4157 * gdb.base/break.exp: Drop references to removed code.
4158
4159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4160
4161 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4162 variant.
4163
4164 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4165
4166 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4167
4168 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4169
4170 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4171 logic into perform_all_tests() and invoke it with and without
4172 function header prototypes.
4173 (do_function_calls): Remove conditional XFAIL for PR 5318.
4174 (rerun_and_prepare): Remove duplicate code.
4175 (perform_all_tests): New. Main logic moved here.
4176
4177 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4178
4179 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4180 code guarded by #ifdef NO_PROTOTYPES.
4181 (t_double_many_args): Likewise.
4182 (DEF_FUNC_MANY_ARGS_1): Likewise.
4183 (DEF_FUNC_VALUES_1): Likewise.
4184 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4185 guarded by #ifdef PROTOTYPES.
4186
4187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4188
4189 * gdb.mi/mi-console.c: Add eye-catcher.
4190 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4191 instead of literal line number.
4192
4193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4194
4195 * gdb.base/shr2.c: Add eye-catcher.
4196 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4197 line number.
4198
4199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4200
4201 * gdb.base/jump.c: Add eye-catchers.
4202 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4203 numbers.
4204
4205 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4206
4207 * gdb.base/execd-prog.c: Add eye-catchers.
4208 * gdb.base/foll-exec.c: Likewise.
4209 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4210 line numbers.
4211
4212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4213
4214 * gdb.base/ending-run.c: Add eye-catchers.
4215 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4216 literal line numbers.
4217
4218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4219
4220 * gdb.base/call-rt-st.c: Add eye-catchers.
4221 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4222 literal line numbers.
4223
4224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4225
4226 * gdb.base/call-ar-st.c: Add eye-catchers.
4227 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4228 literal line numbers.
4229
4230 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4231
4232 * gdb.base/average.c: Add eye-catchers.
4233 * gdb.base/sum.c: Likewise.
4234 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4235 regexps dynamically.
4236
4237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4238
4239 * gdb.base/solib1.c: Add eye-catchers.
4240 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4241 literal line numbers.
4242
4243 2014-11-12 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4246 leader has exited.
4247
4248 2014-11-12 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.arch/i386-bp_permanent.c: New file.
4251 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4252 (srcfile): Set to i386-bp_permanent.c.
4253 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4254 that stepi does not execute the 'leave' instruction, instead of
4255 testing it does execute.
4256 * gdb.base/bp-permanent.c: New file.
4257 * gdb.base/bp-permanent.exp: New file.
4258
4259 2014-11-10 Doug Evans <xdje42@gmail.com>
4260
4261 PR symtab/17564
4262 * gdb.base/symtab-search-order.exp: New file.
4263 * gdb.base/symtab-search-order.c: New file.
4264 * gdb.base/symtab-search-order-1.c: New file.
4265 * gdb.base/symtab-search-order-shlib-1.c: New file.
4266
4267 2014-11-07 Pedro Alves <palves@redhat.com>
4268
4269 PR gdb/17511
4270 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4271 i?86-*-linux*.
4272
4273 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4274
4275 PR c++/17494
4276 * gdb.cp/pr17494.cc: New file.
4277 * gdb.cp/pr17494.exp: New file.
4278
4279 2014-11-02 Yao Qi <yao@codesourcery.com>
4280
4281 * gdb.python/python.exp: Get working directory and match the
4282 output of "set extended-prompt \\w " with it.
4283
4284 2014-10-30 Doug Evans <dje@google.com>
4285
4286 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4287 in objfiles.
4288 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4289 in progspaces.
4290
4291 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
4292
4293 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4294 * gdb.base/realname-expand.exp: Likewise.
4295 * gdb.linespec/macro-relative.exp: Likewise.
4296
4297 2014-10-29 Pedro Alves <palves@redhat.com>
4298
4299 PR gdb/17408
4300 * gdb.threads/schedlock.c (some_function): New function.
4301 (call_function): New global.
4302 (MAYBE_CALL_SOME_FUNCTION): New macro.
4303 (thread_function): Call it.
4304 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4305 and use it instead of a global counter. Adjust all callers.
4306 (get_current_thread): Use "find current thread" for test message
4307 here rather than having all callers pass down the same string.
4308 (goto_loop): New procedure, factored out from ...
4309 (my_continue): ... this.
4310 (step_ten_loops): Change parameter from test message to command to
4311 use. Adjust.
4312 (list_count): Delete global.
4313 (check_result): New procedure, factored out from duplicate top
4314 level code.
4315 (continue tests): Wrap in with_test_prefix.
4316 (test_step): New procedure, factored out from duplicate top level
4317 code.
4318 (top level): Test "step" in combination with all scheduler-locking
4319 modes. Test "next" in combination with all scheduler-locking
4320 modes, and in combination with stepping over a function call or
4321 not.
4322 * gdb.threads/next-bp-other-thread.c: New file.
4323 * gdb.threads/next-bp-other-thread.exp: New file.
4324
4325 2014-10-29 Pedro Alves <palves@redhat.com>
4326
4327 PR python/17372
4328 * gdb.python/python.exp: Test a multi-line command that spawns
4329 interactive Python.
4330 * gdb.base/multi-line-starts-subshell.exp: New file.
4331
4332 2014-10-29 Yao Qi <yao@codesourcery.com>
4333
4334 * gdb.base/fileio.exp: Make directories on host.
4335
4336 2014-10-29 Yao Qi <yao@codesourcery.com>
4337
4338 * gdb.base/fileio.c (test_write): Close the file.
4339
4340 2014-10-28 Pedro Alves <palves@redhat.com>
4341
4342 PR gdb/12623
4343 * gdb.base/sigstep.c (no_handler): New global.
4344 (main): If 'no_handler is true, set the signal handlers to
4345 SIG_IGN.
4346 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4347 with_sw_watch and no_handler parameters. Handle them.
4348 (top level) <stepping over handler when stopped at a breakpoint
4349 test>: Add a test axis for testing with a software watchpoint, and
4350 another for testing with the signal handler set to SIG_IGN.
4351 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4352 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4353
4354 2014-10-28 Pedro Alves <palves@redhat.com>
4355
4356 PR gdb/17511
4357 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4358 * gdb.base/sigstep.exp (other_handler_location): New global.
4359 (advance): Support stepping into the signal handler, and running
4360 commands while in the handler.
4361 (in_handler_map): New global.
4362 (top level): In the advance test, add combinations for getting
4363 into the handler with stepping commands, and for running commands
4364 in the handler. Add comment descripting the advancei tests.
4365
4366 2014-10-28 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.base/sigstep.exp: Use build_executable instead of
4369 prepare_for_testing.
4370 (top level): Move code that starts GDB, runs to main and creates a
4371 display to ...
4372 (restart): ... this new procedure.
4373 (top level): Move backtrace from signal handler test to ...
4374 (validate_backtrace): ... this new procedure.
4375 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4376 with_test_prefix. Always restart GDB.
4377 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4378 with_test_prefix. Always restart GDB. No need to delete
4379 breakpoints after the test.
4380 (test_skip_handler): Remove prefix parameter.
4381 (skip_over_handler, breakpoint_to_handler)
4382 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4383 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4384 restart GDB. No need to delete breakpoints after the test.
4385 (top level): Use foreach to call the test procedures with
4386 different commands.
4387
4388 2014-10-28 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4391 instead of GNATS numbers.
4392 * gdb.base/sigbpt.exp: Likewise.
4393 * gdb.base/siginfo.exp: Likewise.
4394 * gdb.base/sigstep.exp: Likewise.
4395
4396 2014-10-27 Pedro Alves <palves@redhat.com>
4397
4398 * gdb.base/sigstep.c (dummy): New global.
4399 (main): Issue a couple writes to the new global.
4400 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4401 procedures.
4402 (skip_over_handler): Use test_skip_handler.
4403 (top level): Call skip_over_handler for stepi and nexti too.
4404 (breakpoint_over_handler): Use test_skip_handler.
4405 (top level): Call breakpoint_over_handler for stepi and nexti too.
4406
4407 2014-10-27 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.trace/tfile.c (adjust_function_address)
4410 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4411 function descriptor.
4412
4413 2014-10-24 Don Breazeal <donb@codesourcery.com>
4414
4415 * gdb.base/foll-fork.exp (test_follow_fork,
4416 catch_fork_child_follow): Check for updated fork messages emitted
4417 from infrun.c.
4418 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4419 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4420 vfork_and_exec_child_follow_through_step): Check for updated vfork
4421 messages emitted from infrun.c.
4422
4423 2014-10-24 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/corefile.exp: Remove references to ultrix.
4426 * gdb.base/interrupt.exp: Likewise.
4427 * gdb.base/whatis.exp: Likewise.
4428 * gdb.gdb/selftest.exp: Likewise.
4429 * gdb.threads/manythreads.exp: Likewise.
4430 * gdb.threads/print-threads.exp: Likewise.
4431 * gdb.threads/pthreads.exp:: Likewise.
4432 * gdb.threads/schedlock.exp: Likewise.
4433
4434 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4435
4436 * gdb.cp/non-trivial-retval.cc: Add a test case.
4437 * gdb.cp/non-trivial-retval.exp: Add a test.
4438
4439 2014-10-20 Yao Qi <yao@codesourcery.com>
4440
4441 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4442 * gdb.python/py-objfile-script-gdb.py: New file.
4443 * gdb.python/py-objfile-script.exp: Update reference to
4444 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4445 of remote_download. Remove the dest file.
4446
4447 2014-10-20 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4450 * gdb.base/step-line.exp: Likewise.
4451 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4452 * gdb.dwarf2/dw2-basic.exp: Likewise.
4453 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4454 * gdb.dwarf2/dw2-filename.exp: Likewise.
4455 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4456 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4457 * gdb.dwarf2/dw2-producer.exp: Likewise.
4458 * gdb.dwarf2/mac-fileno.exp: Likewise.
4459 * gdb.python/py-frame-args.exp: Likewise.
4460 * gdb.python/py-framefilter.exp: Likewise.
4461 * gdb.python/py-mi.exp: Likewise.
4462 * gdb.python/py-objfile-script.exp: Likewise
4463 * gdb.python/py-pp-integral.exp: Likewise.
4464 * gdb.python/py-pp-re-notag.exp: Likewise.
4465 * gdb.python/py-prettyprint.exp: Likewise.
4466 * gdb.python/py-section-script.exp: Likewise.
4467 * gdb.python/py-typeprint.exp: Likewise.
4468 * gdb.python/py-xmethods.exp: Likewise.
4469 * gdb.stabs/weird.exp: Likewise.
4470 * gdb.xml/tdesc-regs.exp: Likewise.
4471
4472 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4473
4474 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4475 (out_cu): Use addr_len for the size of addresses.
4476 (out_line): Likewise. Size DW_LNE_set_address instruction
4477 according to addr_len.
4478 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4479 (FUNC): Add START_INSNS to definition.
4480
4481 2014-10-18 Yao Qi <yao@codesourcery.com>
4482
4483 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4484 gdb_has_argv0 return true.
4485 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4486 check [target_info exists noargs], check [gdb_has_argv0]
4487 instead.
4488 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4489 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4490 procedures.
4491
4492 2014-10-17 Doug Evans <dje@google.com>
4493
4494 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4495 event.
4496 * gdb.python/py-events.py: Add clear_objfiles event.
4497
4498 2014-10-17 Doug Evans <dje@google.com>
4499
4500 * gdb.python/py-objfile.exp: Test progspace attribute.
4501
4502 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
4503
4504 * gdb.guile/scm-breakpoint.exp: Do not assume any
4505 directory separators when matching source file paths.
4506 * gdb.python/py-breakpoint.exp: Likewise.
4507 * gdb.reverse/break-precsave.exp: Likewise.
4508 * gdb.reverse/break-reverse.exp: Likewise.
4509 * gdb.reverse/consecutive-precsave.exp: Likewise.
4510 * gdb.reverse/finish-precsave.exp: Likewise.
4511 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4512 * gdb.reverse/finish-reverse.exp: Likewise.
4513 * gdb.reverse/i386-precsave.exp: Likewise.
4514 * gdb.reverse/i387-env-reverse.exp: Likewise.
4515 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4516 * gdb.reverse/machinestate-precsave.exp: Likewise.
4517 * gdb.reverse/machinestate.exp: Likewise.
4518 * gdb.reverse/sigall-precsave.exp: Likewise.
4519 * gdb.reverse/solib-precsave.exp: Likewise.
4520 * gdb.reverse/step-precsave.exp: Likewise.
4521 * gdb.reverse/until-precsave.exp: Likewise.
4522 * gdb.reverse/watch-precsave.exp: Likewise.
4523 * gdb.reverse/watch-reverse.exp: Likewise.
4524
4525 2014-10-17 Yao Qi <yao@codesourcery.com>
4526
4527 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4528 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4529
4530 2014-10-17 Pedro Alves <palves@redhat.com>
4531
4532 PR gdb/17471
4533 * gdb.base/bg-execution-repeat.c: New file.
4534 * gdb.base/bg-execution-repeat.exp: New file.
4535
4536 2014-10-17 Pedro Alves <palves@redhat.com>
4537
4538 PR gdb/17300
4539 * gdb.base/continue-all-already-running.c: New file.
4540 * gdb.base/continue-all-already-running.exp: New file.
4541
4542 2014-10-17 Pedro Alves <palves@redhat.com>
4543
4544 PR gdb/17472
4545 * gdb.base/annota-input-while-running.c: New file.
4546 * gdb.base/annota-input-while-running.exp: New file.
4547
4548 2014-10-17 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/callfuncs.exp: emove references to osf.
4551 * gdb.base/sigall.exp: Likewise.
4552 * gdb.gdb/selftest.exp: Likewise.
4553 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4554 * gdb.mi/non-stop.c: Likewise.
4555 * gdb.mi/pthreads.c: Likewise.
4556 * gdb.reverse/sigall-precsave.exp: Likewise.
4557 * gdb.reverse/sigall-reverse.exp: Likewise.
4558 * gdb.threads/pthreads.c: Likewise.
4559 * gdb.threads/pthreads.exp: Likewise.
4560
4561 2014-10-17 Yao Qi <yao@codesourcery.com>
4562
4563 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4564 check 'target_info exists noargs'.
4565 (test_command_prompt_position): Likewise.
4566 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4567 Remove "set args".
4568 (progvar_simple_while_test): Likewise.
4569 (progvar_complex_if_while_test): Likewise.
4570 (if_while_breakpoint_command_test): Likewise.
4571 (infrun_breakpoint_command_test): Likewise.
4572 (breakpoint_command_test): Likewise.
4573 (watchpoint_command_test): Likewise.
4574 (bp_deleted_in_command_test): Likewise.
4575 (temporary_breakpoint_commands): Likewise.
4576
4577 2014-10-16 Yao Qi <yao@codesourcery.com>
4578
4579 * gdb.base/remotetimeout.exp: Remove noargs checking.
4580
4581 2014-10-15 Pedro Alves <palves@redhat.com>
4582
4583 PR breakpoints/9649
4584 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4585 * gdb.base/breakpoint-in-ro-region.exp
4586 (probe_target_hardware_step): New procedure.
4587 (top level): Probe hardware stepping and hardware breakpoint
4588 support. Test stepping through a read-only region, with both
4589 "breakpoint auto-hw" on and off and both "always-inserted" on and
4590 off.
4591
4592 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4593
4594 * gdb.dlang/demangle.exp: Update for demangling changes.
4595
4596 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4597
4598 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4599 * gdb.cp/non-trivial-retval.exp: Add new tests.
4600
4601 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4602
4603 PR c++/13403
4604 PR c++/15154
4605 * gdb.cp/non-trivial-retval.cc: New file.
4606 * gdb.cp/non-trivial-retval.exp: New file.
4607
4608 2014-10-15 Yao Qi <yao@codesourcery.com>
4609
4610 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4611 remote host.
4612
4613 2014-10-15 Yao Qi <yao@codesourcery.com>
4614
4615 * gdb.python/py-symbol.exp: Match file base name if host is
4616 remote, otherwise match file name with dir name.
4617 * gdb.python/py-symtab.exp: Likewise.
4618 * gdb.python/python.exp: Likewise.
4619
4620 2014-10-15 Yao Qi <yao@codesourcery.com>
4621
4622 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4623 pattern.
4624 * gdb.python/py-symtab.exp: Likewise.
4625 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4626 locationn.
4627
4628 2014-10-14 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.ada/addr_arith: New testcase.
4631
4632 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4633
4634 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4635 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4636 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4637 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4638
4639 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4640
4641 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4642 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4643 * gdb.arch/stap-eval-lang-ada.exp: New file.
4644
4645 2014-10-14 Yao Qi <yao@codesourcery.com>
4646
4647 * gdb.mi/mi-var-child.c (nothing1): New function.
4648 (nothing2): New function.
4649 (do_children_tests): Set function pointers by nothing1 and
4650 nothing2.
4651 * gdb.mi/mi-var-child.exp: Step over new added statements.
4652 Update test to match the new output.
4653 * gdb.mi/var-cmd.c (nothing1): New function.
4654 (nothing2): New function.
4655 (do_children_tests): Set function pointers by nothing1 and
4656 nothing2.
4657 * gdb.mi/mi-var-display.exp: Update test to match output.
4658 Step to the line specified by $line_dct_nothing.
4659 Increase the number of lines to step.
4660
4661 2014-10-14 Yao Qi <yao@codesourcery.com>
4662
4663 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4664 tests.
4665 * gdb.mi/mi2-var-child.exp: Likewise.
4666
4667 2014-10-13 Doug Evans <dje@google.com>
4668
4669 * gdb.python/py-objfile.exp: Change name of file name test.
4670
4671 2014-10-13 Doug Evans <dje@google.com>
4672
4673 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4674 from the start of the CU.
4675
4676 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4677 Yao Qi <yao@codesourcery.com>
4678
4679 Fix "save breakpoints" for "catch" command.
4680 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4681 Remove -nonewline. Match also the added "main" line.
4682
4683 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 Fix "save breakpoints" for "disable $bpnum" command.
4686 * gdb.base/save-bp.c (main): Add label.
4687 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4688
4689 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4690
4691 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4692
4693 2014-10-11 Yao Qi <yao@codesourcery.com>
4694
4695 * gdb.server/server-kill.exp: Execute command
4696 "set remote trace-status-packet on" before "tstatus".
4697
4698 2014-10-11 Yao Qi <yao@codesourcery.com>
4699
4700 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4701 (main): Call getppid.
4702 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4703 and continue to it. Read variable "server_pid".
4704
4705 2014-10-11 Yao Qi <yao@codesourcery.com>
4706
4707 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4708
4709 2014-10-11 Yao Qi <yao@codesourcery.com>
4710
4711 * gdb.threads/thread-find.exp: Don't execute command
4712 "info threads".
4713 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4714 * gdb.threads/linux-dp.exp: Don't check the condition
4715 $threads_created equals to zero.
4716
4717 2014-10-10 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.base/bigcore.exp: Remove references to IRIX.
4720 * gdb.base/funcargs.exp: Likewise.
4721 * gdb.base/interrupt.exp: Likewise.
4722 * gdb.base/mips_pro.exp: Likewise.
4723 * gdb.base/nodebug.exp: Likewise.
4724 * gdb.base/setvar.exp: Likewise.
4725 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4726
4727 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4728 Pedro Alves <palves@redhat.com>
4729
4730 PR symtab/14466
4731 * gdb.base/vdso-warning.c: New file.
4732 * gdb.base/vdso-warning.exp: New file.
4733
4734 2014-10-02 Doug Evans <dje@google.com>
4735
4736 * gdb.base/structs.c (main): Don't run forever.
4737
4738 2014-10-02 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4741 (top level) <stop threads 1, stop threads 2>: Use it.
4742
4743 2014-10-02 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.threads/break-while-running.exp (test): Add new
4746 'update_thread_list' argument. Skip "info threads" if false.
4747 (top level): Add new 'update_thread_list' axis.
4748
4749 2014-10-02 Pedro Alves <palves@redhat.com>
4750
4751 PR breakpoints/17431
4752 * gdb.base/execl-update-breakpoints.c: New file.
4753 * gdb.base/execl-update-breakpoints.exp: New file.
4754
4755 2014-10-01 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.base/breakpoint-in-ro-region.c: New file.
4758 * gdb.base/breakpoint-in-ro-region.exp: New file.
4759
4760 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 * gdb.mi/mi-exit-code.exp: New file.
4763 * gdb.mi/mi-exit-code.c: New file.
4764
4765 2014-09-30 Yao Qi <yao@codesourcery.com>
4766
4767 * lib/prelink-support.exp (build_executable_own_libs): Error if
4768 the target isn't native.
4769
4770 2014-09-30 Yao Qi <yao@codesourcery.com>
4771
4772 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4773 false.
4774
4775 2014-09-22 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.threads/break-while-running.exp: New file.
4778 * gdb.threads/break-while-running.c: New file.
4779
4780 2014-09-19 Yao Qi <yao@codesourcery.com>
4781
4782 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4783 Invoke test. Restart GDB with --readnow and invoke test again.
4784
4785 2014-09-19 Yao Qi <yao@codesourcery.com>
4786
4787 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4788 proc set_breakpoint_on_gcd_function. Invoke
4789 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4790 invoke set_breakpoint_on_gcd_function again.
4791
4792 2014-09-18 Doug Evans <dje@google.com>
4793
4794 * gdb.dwarf2/symtab-producer.exp: New file.
4795
4796 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4797
4798 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4799 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4800 * gdb.base/global-var-nested-by-dso.c: Likewise.
4801 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4802
4803 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4804 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.base/watch-bitfields.exp: Pass string other than test file
4807 name to prepare_for_testing.
4808 (watch): New procedure.
4809 (expect_watchpoint): Use with_test_prefix.
4810 (top level): Factor out tests to ...
4811 (test_watch_location, test_regular_watch): ... these new
4812 procedures, and use with_test_prefix and gdb_continue_to_end.
4813
4814 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4815
4816 PR breakpoints/12526
4817 * gdb.base/watch-bitfields.exp: New file.
4818 * gdb.base/watch-bitfields.c: New file.
4819
4820 2014-09-16 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4823 software and hardware addresses, not software address against
4824 itself.
4825
4826 2014-09-16 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4829 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4830
4831 2014-09-16 Pedro Alves <palves@redhat.com>
4832
4833 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4834 files.
4835 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4836 "*-*-vxworks*" throughout.
4837 * gdb.base/break.exp: Likewise.
4838 * gdb.base/default.exp: Likewise.
4839 * gdb.base/scope.exp: Likewise.
4840 * gdb.base/sepdebug.exp: Likewise.
4841 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4842 throughout.
4843 * gdb.base/run.c: Likewise.
4844 * gdb.base/sepdebug.c: Likewise.
4845 * gdb.hp/gdb.aCC/run.c: Likewise.
4846 * gdb.reverse/until-reverse.c: Likewise.
4847 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4848
4849 2014-09-16 Yao Qi <yao@codesourcery.com>
4850
4851 * boards/local-remote-host-native.exp: New file.
4852
4853 2014-09-14 Doug Evans <xdje42@gmail.com>
4854
4855 * gdb.threads/queue-signal.c (thread_count): New variable.
4856 (thread_count_mutex, thread_count_condvar): New variables.
4857 (incr_thread_count, wait_all_threads_running): New functions.
4858 (main): Wait for all threads to be in their thread functions.
4859
4860 2014-09-13 Doug Evans <xdje42@gmail.com>
4861
4862 * gdb.threads/queue-signal.c: New file.
4863 * gdb.threads/queue-signal.exp: New file.
4864
4865 2014-09-13 Doug Evans <xdje42@gmail.com>
4866
4867 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4868 be consistent with what default_gdb_init uses.
4869 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4870 the plain text of the prompt. Add some logging printfs.
4871 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4872
4873 2014-09-12 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4876 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4877 * gdb.arch/i386-size-overlap.exp: Likewise.
4878 * gdb.arch/i386-size.exp: Likewise.
4879 * gdb.arch/i386-unwind.exp: Likewise.
4880 * gdb.base/a2-run.exp: Likewise.
4881 * gdb.base/break.exp: Likewise.
4882 * gdb.base/charset.exp: Likewise.
4883 * gdb.base/chng-syms.exp: Likewise.
4884 * gdb.base/commands.exp: Likewise.
4885 * gdb.base/dbx.exp: Likewise.
4886 * gdb.base/find.exp: Likewise.
4887 * gdb.base/funcargs.exp: Likewise.
4888 * gdb.base/jit-simple.exp: Likewise.
4889 * gdb.base/reread.exp: Likewise.
4890 * gdb.base/sepdebug.exp: Likewise.
4891 * gdb.base/step-bt.exp: Likewise.
4892 * gdb.cp/mb-inline.exp: Likewise.
4893 * gdb.cp/mb-templates.exp: Likewise.
4894 * gdb.objc/basicclass.exp: Likewise.
4895 * gdb.threads/killed.exp: Likewise.
4896
4897 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4898
4899 PR tdep/17379
4900 * gdb.arch/powerpc-stackless.S: New file.
4901 * gdb.arch/powerpc-stackless.exp: New file.
4902
4903 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4904
4905 * gdb.base/attach.c: Include unistd.h.
4906 (main): Call alarm. Add label postloop.
4907 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4908 gdb_breakpoint, gdb_continue_to_breakpoint.
4909 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4910
4911 2014-09-11 Pedro Alves <palves@redhat.com>
4912
4913 PR gdb/17347
4914 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4915 * gdb.base/attach.exp (test_command_line_attach_run): New
4916 procedure.
4917 (top level): Call it.
4918
4919 2014-09-11 Pedro Alves <palves@redhat.com>
4920
4921 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4922 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4923 (do_command_attach_tests): Use spawn_wait_for_attach.
4924 * gdb.base/solib-overlap.exp: Likewise.
4925 * gdb.multi/multi-attach.exp: Likewise.
4926 * gdb.python/py-prompt.exp: Likewise.
4927 * gdb.python/py-sync-interp.exp: Likewise.
4928 * gdb.server/ext-attach.exp: Likewise.
4929
4930 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4931
4932 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4933 command in testcase. Simplify testcase.
4934
4935 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4936
4937 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4938
4939 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4940
4941 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4942
4943 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4944
4945 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4946
4947 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4948
4949 * gdb.dwarf2/dynarr-ptr.c: New file.
4950 * gdb.dwarf2/dynarr-ptr.exp: New file.
4951
4952 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4953
4954 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4955 of 30 rather than hardcoding 120 for a slow test case. Take the
4956 `gdb,timeout' target setting into account for this calculation.
4957 Don't extend the timeout for the test cases that don't need it.
4958
4959 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4960
4961 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4962 a factor of 2 for a slow test case. Take the `gdb,timeout'
4963 target setting into account for this calculation.
4964 * gdb.reverse/until-precsave.exp: Increase the timeout by
4965 a factor of 15 and 3 respectively rather than adding 120
4966 for a pair of slow test cases. Take the `gdb,timeout'
4967 target setting into account for this calculation.
4968
4969 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4970
4971 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4972 timeout, don't pass one down to gdb_expect.
4973 (gdb_expect): Rework timeout selection.
4974
4975 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4976
4977 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4978 exception on timeout.
4979 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4980 (gdbserver_start_extended): Catch any `gdbserver_start' error
4981 exceptions.
4982 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4983 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4984 `gdbserver_gdb_load' error exceptions.
4985
4986 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4987
4988 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4989 120 on waiting for the TCP socket to open.
4990
4991 2014-09-09 Doug Evans <xdje42@gmail.com>
4992
4993 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4994 _caller_matches, _any_caller_is, _any_caller_matches.
4995
4996 2014-09-09 Doug Evans <xdje42@gmail.com>
4997
4998 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4999
5000 2014-09-09 Yao Qi <yao@codesourcery.com>
5001
5002 * gdb.mi/mi-var-display.exp: Set print symbol off.
5003
5004 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5005
5006 PR gdb/17035
5007 * gdb.base/commands.exp: Add tests to verify user-defined
5008 commands with empty bodies.
5009 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5010 python commands in `show user command`.
5011 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5012 scheme commands in `show user command`.
5013
5014 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 PR python/17355
5017 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5018 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5019 * gdb.python/py-framefilter-invalidarg.exp: New file.
5020 * gdb.python/py-framefilter-invalidarg.py: New file.
5021
5022 2014-09-06 Doug Evans <xdje42@gmail.com>
5023
5024 PR 15276
5025 * gdb.python/py-caller-is.c: New file.
5026 * gdb.python/py-caller-is.exp: New file.
5027
5028 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5029
5030 PR gdb/17235
5031 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5032 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5033
5034 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5035
5036 PR fortran/17237
5037 * gdb.fortran/print-formatted.exp: New file.
5038 * gdb.fortran/print-formatted.f90: Likewise.
5039
5040 2014-09-03 Sasha Smundak <asmundak@google.com>
5041
5042 * gdb.python/py-frame.exp: Test Frame.read_register.
5043
5044 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5045
5046 PR python/16699
5047 * gdb.python/py-completion.exp: New file.
5048 * gdb.python/py-completion.py: Likewise.
5049
5050 2014-08-28 Doug Evans <dje@google.com>
5051
5052 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5053 eax,etc. are live with values set by gdb and thus the compiler can't
5054 use them.
5055 * gdb.arch/i386-pseudo.c (main): Ditto.
5056
5057 2014-08-27 Doug Evans <dje@google.com>
5058
5059 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5060
5061 2014-08-25 Doug Evans <dje@google.com>
5062
5063 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5064 (main): Ditto.
5065
5066 2014-08-25 Doug Evans <dje@google.com>
5067
5068 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5069
5070 2014-08-24 Yao Qi <yao@codesourcery.com>
5071
5072 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5073 symbol off.
5074 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5075
5076 2014-08-22 Doug Evans <dje@google.com>
5077
5078 PR 17276
5079 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5080 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5081 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5082
5083 2014-08-22 Yao Qi <yao@codesourcery.com>
5084
5085 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5086 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5087 * gdb.python/python.exp: Likewise. Use .py file on the host
5088 instead of the build.
5089
5090 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5091
5092 * gdb.threads/gcore-stale-thread.c: New file.
5093 * gdb.threads/gcore-stale-thread.exp: New file.
5094
5095 2014-08-21 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5098 * gdb.base/gcore-relro-pie.exp: Likewise.
5099 * gdb.base/gcore-relro.exp: Likewise.
5100 * gdb.base/gcore.exp: Likewise.
5101 * gdb.base/print-symbol-loading.exp: Likewise.
5102 * gdb.threads/gcore-thread.exp: Likewise.
5103 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5104
5105 2014-08-20 Pedro Alves <palves@redhat.com>
5106 Jan Kratochvil <jan.kratochvil@redhat.com>
5107
5108 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5109 configure.
5110 (EXPECT): Handle READ1 being set.
5111 (all): Depend on EXTRA_RULES.
5112 (check-read1, expect-read1, read1.so, read1): New rules.
5113 * README (Testsuite Parameters): Document the READ1 make variable.
5114 (Race detection): New section.
5115 * configure: Regenerate.
5116 * configure.ac: If build==host==target, and running under a
5117 GNU/glibc system, add read1 to the extra Makefile rules.
5118 (EXTRA_RULES): AC_SUBST it.
5119 * lib/read1.c: New file.
5120
5121 2014-08-20 Joel Brobecker <brobecker@adacore.com>
5122
5123 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5124 the handling of variables declared as a typedef to an array
5125 which a DW_AT_data_location attribute.
5126
5127 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
5128 Pedro Alves <palves@redhat.com>
5129
5130 PR symtab/14604
5131 PR symtab/14605
5132 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5133 gdb_test.
5134
5135 2014-08-19 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5138
5139 2014-08-19 Yao Qi <yao@codesourcery.com>
5140
5141 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5142 right line.
5143
5144 2014-08-18 David Blaikie <dblaikie@gmail.com>
5145
5146 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5147
5148 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5151 attribute in array range.
5152
5153 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5156
5157 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5158
5159 PR c++/17132
5160 * gdb.cp/pr17132.cc: New file.
5161 * gdb.cp/pr17132.exp: New file.
5162
5163 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5164
5165 * gdb.python/py-xmethods.py (A_getarrayind)
5166 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5167 Use 'print' with function call syntax.
5168 (E_method_matcher.match): Fix tab vs space indentation mixup.
5169
5170 2014-08-15 Yao Qi <yao@codesourcery.com>
5171
5172 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5173 false.
5174
5175 2014-08-15 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.cp/casts.exp: Set print symbol off.
5178 * gdb.cp/class2.exp: Likewise.
5179 * gdb.cp/overload.exp: Likewise.
5180 * gdb.cp/templates.exp: Likewise.
5181
5182 2014-08-11 Doug Evans <dje@google.com>
5183
5184 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5185 (test_load_shlib): Update.
5186
5187 2014-08-09 Yao Qi <yao@codesourcery.com>
5188
5189 * gdb.base/display.exp: Invoke is_address_zero_readable.
5190 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5191 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5192 * gdb.base/hbreak-unmapped.exp: Return if
5193 is_address_zero_readable returns true.
5194 * gdb.base/signest.exp: Likewise.
5195 * gdb.base/signull.exp: Likewise.
5196 * gdb.base/sigbpt.exp: Likewise.
5197 * gdb.guile/scm-disasm.exp: Do the test if
5198 is_address_zero_readable returns false.
5199 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5200 * gdb.python/py-arch.exp: Likewise.
5201 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5202 * lib/gdb.exp (is_address_zero_readable): New proc.
5203
5204 2014-08-09 Yao Qi <yao@codesourcery.com>
5205
5206 PR testsuite/13443
5207 * gdb.mi/mi-var-display.exp: Make test messages unique.
5208
5209 2014-08-04 Tom Tromey <tromey@redhat.com>
5210
5211 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5212 target 0".
5213
5214 2014-08-04 Tom Tromey <tromey@redhat.com>
5215
5216 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5217 "target_resume".
5218
5219 2014-08-01 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5222 inner_vla_struct_object_size.
5223 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5224 as xfail.
5225
5226 2014-07-30 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5229 comment.
5230
5231 2014-07-29 Yao Qi <yao@codesourcery.com>
5232
5233 PR gdb/17206
5234 * gdb.base/until-nodebug.exp: New.
5235
5236 2014-07-28 Doug Evans <xdje42@gmail.com>
5237
5238 PR guile/17203
5239 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5240 previously existing parameter, and previously ambiguously spelled
5241 parameter.
5242
5243 2014-07-28 Will Newton <will.newton@linaro.org>
5244
5245 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5246
5247 2014-07-26 Ludovic CourtĂšs <ludo@gnu.org>
5248 Doug Evans <xdje42@gmail.com>
5249
5250 PR guile/17146
5251 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5252
5253 2014-07-25 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.threads/signal-command-handle-nopass.c: New file.
5256 * gdb.threads/signal-command-handle-nopass.exp: New file.
5257 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5258 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5259 * gdb.threads/signal-delivered-right-thread.c: New file.
5260 * gdb.threads/signal-delivered-right-thread.exp: New file.
5261
5262 2014-07-25 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/double-prompt-target-event-error.exp
5265 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5266 match.
5267 (cancel_pagination_in_target_event): Rework double prompt
5268 detection.
5269 * gdb.base/paginate-after-ctrl-c-running.exp
5270 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5271 <return>' match.
5272 * gdb.base/paginate-bg-execution.exp
5273 (test_bg_execution_pagination_return)
5274 (test_bg_execution_pagination_cancel): Remove '-notransfer
5275 <return>' matches.
5276 * gdb.base/paginate-execution-startup.exp
5277 (test_fg_execution_pagination_return)
5278 (test_fg_execution_pagination_cancel): Remove '-notransfer
5279 <return>' matches.
5280 * gdb.base/paginate-inferior-exit.exp
5281 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5282 match.
5283 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5284 * lib/gdb.exp (pagination_prompt): Run text through
5285 string_to_regexp.
5286 (gdb_test_multiple): Match $pagination_prompt instead of
5287 "<return>".
5288 (string_to_regexp): Move to lib/gdb-utils.exp.
5289
5290 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5291
5292 * gdb.arch/amd64-entry-value-paramref.S: New file.
5293 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5294 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5295 * gdb.arch/amd64-optimout-repeat.S: New file.
5296 * gdb.arch/amd64-optimout-repeat.c: New file.
5297 * gdb.arch/amd64-optimout-repeat.exp: New file.
5298
5299 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5300
5301 PR gdb/17170
5302 * gdb.base/statistics.exp: New file.
5303
5304 2014-07-17 Doug Evans <dje@google.com>
5305
5306 PR gdb/17170
5307 * gdb.base/maint.exp: Update testing of per-command stats.
5308
5309 2014-07-16 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5312 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5313 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5314 (tfile_write_buf): New functions.
5315 (add_memory_block): Rewrite using the above.
5316 (adjust_function_address): New function.
5317 (FUNCTION_ADDRESS): New macro.
5318 (write_basic_trace_file): Remove short_x local, and use
5319 tfile_write_16. Change type of func_addr local to unsigned long
5320 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5321 here. Cast argument of add_memory_block to char pointer.
5322 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5323 (main): Remove parameters.
5324 * gdb.trace/tfile.exp: Remove nowarnings.
5325
5326 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5327
5328 * gdb.base/debug-expr.exp: Test string evaluation with
5329 "debug expression" on.
5330
5331 2014-07-15 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/reread.exp: Use clean_restart.
5334
5335 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5336
5337 * gdb.arch/avr-flash-qualifer.c: New.
5338 * gdb.arch/avr-flash-qualifer.exp: New.
5339
5340 2014-07-14 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5343 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5344
5345 2014-07-14 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/double-prompt-target-event-error.c: New file.
5348 * gdb.base/double-prompt-target-event-error.exp: New file.
5349
5350 2014-07-14 Pedro Alves <palves@redhat.com>
5351
5352 PR gdb/17072
5353 * gdb.base/paginate-inferior-exit.c: New file.
5354 * gdb.base/paginate-inferior-exit.exp: New file.
5355
5356 2014-07-14 Pedro Alves <palves@redhat.com>
5357
5358 PR gdb/17072
5359 * gdb.base/paginate-bg-execution.c: New file.
5360 * gdb.base/paginate-bg-execution.exp: New file.
5361
5362 2014-07-14 Pedro Alves <palves@redhat.com>
5363
5364 PR gdb/17072
5365 * gdb.base/paginate-execution-startup.c: New file.
5366 * gdb.base/paginate-execution-startup.exp: New file.
5367 * lib/gdb.exp (pagination_prompt): New global.
5368 (default_gdb_spawn): New procedure, factored out from
5369 default_gdb_spawn.
5370 (default_gdb_start): Adjust to call default_gdb_spawn.
5371 (gdb_spawn): New procedure.
5372
5373 2014-07-14 Pedro Alves <palves@redhat.com>
5374
5375 * lib/gdb.exp (gdb_assert): New procedure.
5376 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5377
5378 2014-07-14 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/execution-termios.c: New file.
5381 * gdb.base/execution-termios.exp: New file.
5382
5383 2014-07-14 Tom Tromey <tromey@redhat.com>
5384
5385 * gdb.cp/vla-cxx.cc: New file.
5386 * gdb.cp/vla-cxx.exp: New file.
5387
5388 2014-07-14 Tom Tromey <tromey@redhat.com>
5389
5390 * gdb.reverse/rerun-prec.c: New file.
5391 * gdb.reverse/rerun-prec.exp: New file.
5392
5393 2014-07-12 Maciej W. Rozycki <macro@mips.com>
5394 Maciej W. Rozycki <macro@codesourcery.com>
5395
5396 * lib/gdb-utils.exp: New file.
5397 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5398 inline `gdb_init_command' processing.
5399 (gdb_start_cmd): Likewise.
5400 * lib/mi-support.exp (mi_run_cmd): Likewise.
5401 * README: Document `gdb_init_command' and `gdb_init_commands'.
5402
5403 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 Fix false FAIL running under a very long directory name.
5406 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5407 and "set print elements 10000". Twice.
5408
5409 2014-07-11 Yao Qi <yao@codesourcery.com>
5410
5411 * gdb.base/exprs.exp: "set print symbol off".
5412
5413 2014-07-11 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.threads/kill.c: New file.
5416 * gdb.threads/kill.exp: New file.
5417
5418 2014-07-10 Yao Qi <yao@codesourcery.com>
5419
5420 * gdb.trace/tfile.c (write_basic_trace_file)
5421 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5422 address written to trace file.
5423
5424 2014-07-09 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/attach-wait-input.exp: New file.
5427 * gdb.base/attach-wait-input.c: New file.
5428
5429 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5432 setting up test structures.
5433 (main): Call new test function.
5434 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5435 test function, continue into test function and walk test
5436 structures.
5437
5438 2014-07-02 Yao Qi <yao@codesourcery.com>
5439
5440 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5441 'bar_start' at the beginning of functions 'foo' and 'bar'
5442 respectively.
5443 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5444 instead of 'foo' and 'bar'.
5445
5446 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5447
5448 * gdb.btrace/segv.exp: New.
5449 * gdb.btrace/segv.c: New.
5450
5451 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
5452
5453 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5454 instruction.
5455
5456 2014-06-30 Mark Wielaard <mjw@redhat.com>
5457
5458 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5459 vulture, vilify, villar): New volatile array constants.
5460 (vindictive, vegetation): New const volatile array constants.
5461 * gdb.base/volatile.exp: Test volatile and const volatile array
5462 types.
5463
5464 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5465
5466 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5467 target lacks support for awatch, rwatch, or hbreak.
5468
5469 2014-06-27 Yao Qi <yao@codesourcery.com>
5470
5471 * gdb.multi/dummy-frame-restore.exp: New.
5472 * gdb.multi/dummy-frame-restore.c: New.
5473
5474 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5475
5476 * gdb.btrace/gcore.exp: New.
5477
5478 2014-06-23 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/watchpoint-reuse-slot.c: New file.
5481 * gdb.base/watchpoint-reuse-slot.exp: New file.
5482
5483 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5484
5485 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5486 progspace's filename in 'info', 'enable' and 'disable' command
5487 tests.
5488
5489 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5490
5491 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5492 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5493 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5494
5495 2014-06-20 Gary Benson <gbenson@redhat.com>
5496
5497 * gdb.arch/i386-avx.exp: Fix include file location.
5498 * gdb.arch/i386-sse.exp: Likewise.
5499
5500 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5501
5502 * gdb.dlang/expression.exp: New file.
5503
5504 2014-06-19 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5507 out from ...
5508 (top level): ... here. Iterate running tests under different
5509 scheduler-locking settings.
5510
5511 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
5512
5513 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5514 to DW_FORM_addr and use non-zero addresses.
5515
5516 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5517
5518 PR gdb/17017
5519 * gdb.python/py-xmethods.cc: Add global function call counters and
5520 increment them in their respective functions. Remove "cout"
5521 statements.
5522 * gdb.python/py-xmethods.exp: Make tests check the global function
5523 call counters instead of depending on inferior IO.
5524
5525 2014-06-18 Don Breazeal <donb@codesourcery.com>
5526
5527 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5528 Deleted procedure.
5529 (explicit_fork_parent_follow): Deleted procedure.
5530 (explicit_fork_child_follow): Deleted procedure.
5531 (test_follow_fork): New procedure.
5532 (do_fork_tests): Replace calls to deleted procedures with
5533 calls to test_follow_fork and reset GDB for subsequent
5534 procedure calls.
5535
5536 2014-06-17 Yao Qi <yao@codesourcery.com>
5537
5538 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5539 CP1252.
5540
5541 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
5542
5543 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5544 Initialize ptr and S explicitly.
5545 (skip_type_update_when_not_use_rtti_test): Likewise.
5546
5547 2014-06-16 Keith Seitz <keiths@redhat.com>
5548
5549 PR mi/15863
5550 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5551 the inferior is started.
5552
5553 2014-06-16 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/break-main-file-remove-fail.c: New file.
5556 * gdb.base/break-main-file-remove-fail.exp: New file.
5557 * gdb.base/break-unload-file.exp: Use build_executable instead of
5558 prepare_for_testing.
5559 (test_break): New parameter "initial_load". Handle it.
5560 (top level): Add initial_load cmdline/file axis.
5561
5562 2014-06-12 Tom Tromey <tromey@redhat.com>
5563
5564 * gdb.base/completion.exp: Don't use directory name in test.
5565
5566 2014-06-09 Gary Benson <gbenson@redhat.com>
5567
5568 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5569 separate the always-available ANSI-standard signals from the
5570 signals that require checking.
5571 (main): Likewise.
5572 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5573 Likewise.
5574 (main): Likewise.
5575
5576 2014-06-07 Keith Seitz <keiths@redhat.com>
5577
5578 Revert:
5579 PR c++/16253
5580 * gdb.cp/var-tag.cc: New file.
5581 * gdb.cp/var-tag.exp: New file.
5582 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5583 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5584 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5585 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5586
5587 2014-06-06 Doug Evans <xdje42@gmail.com>
5588
5589 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5590
5591 2014-06-06 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5594 in target debug output instead of looking at RSP packets,
5595 disabling the test on any target that uses hardware stepping.
5596 Update comments.
5597
5598 2014-06-06 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/break-unload-file.exp: Fix typo.
5601
5602 2014-06-06 Yao Qi <yao@codesourcery.com>
5603
5604 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5605 from "jit_function" to "^jit_function".
5606
5607 2014-06-06 Yao Qi <yao@codesourcery.com>
5608
5609 * gdb.base/async.c (foo): Add one statement.
5610 * gdb.base/async.exp: Get the next instruction address and
5611 match the output of "nexti" by instruction address. Match
5612 the hex address in the output of "finish".
5613
5614 2014-06-06 Gary Benson <gbenson@redhat.com>
5615
5616 * gdb.base/call-signals.c: Remove preprocessor conditionals
5617 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5618 SIGSEGV and SIGTERM.
5619 * gdb.base/sigall.c: Likewise.
5620 * gdb.base/unwindonsignal.c: Likewise.
5621 * gdb.reverse/sigall-reverse.c: Likewise.
5622
5623 2014-06-06 Yao Qi <yao@codesourcery.com>
5624
5625 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5626 readable, skip the test.
5627
5628 2014-06-06 Yao Qi <yao@codesourcery.com>
5629
5630 * gdb.threads/staticthreads.c (thread_function): Move the line
5631 setting breakpoint on forward.
5632 * gdb.threads/staticthreads.exp: Update comments.
5633
5634 2014-06-05 Ludovic CourtĂšs <ludo@gnu.org>
5635
5636 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5637 "history-append! type error".
5638
5639 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5640
5641 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5642 erroneous dprintf expected input.
5643
5644 2014-06-04 Doug Evans <xdje42@gmail.com>
5645
5646 * gdb.guile/scm-generics.exp: Delete.
5647
5648 2014-06-04 Doug Evans <xdje42@gmail.com>
5649
5650 * gdb.guile/scm-breakpoint.exp: Update.
5651 Add tests for breakpoint registration.
5652
5653 2014-06-04 Tom Tromey <tromey@redhat.com>
5654
5655 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5656 VLA-in-union.
5657 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5658 inner_vla_struct, vla_union types. Initialize objects of those
5659 types and compute their sizes.
5660
5661 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5662 Hui Zhu <hui@codesourcery.com>
5663
5664 * gdb.base/fileio.exp: Add test for shell not available as well as
5665 available.
5666 * gdb.base/fileio.c (test_system): Check for shell twice.
5667
5668 2014-06-04 Yao Qi <yao@codesourcery.com>
5669
5670 * gdb.base/auto-connect-native-target.exp: Remove redundant
5671 space from the regexp pattern.
5672
5673 2014-06-04 Yao Qi <yao@codesourcery.com>
5674
5675 * gdb.base/default.exp: Replace "child" with "native" in
5676 regexp pattern.
5677
5678 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5679
5680 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5681 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5682 * gdb.python/py-xmethods.py: Python script supporting the
5683 new testcase and tests.
5684
5685 2014-06-03 Joel Brobecker <brobecker@adacore.com>
5686 Pedro Alves <palves@redhat.com>
5687
5688 PR breakpoints/17000
5689 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5690 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5691
5692 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5693
5694 * gdb.base/subst.exp: Add tests to verify partial path matching
5695 output.
5696
5697 2014-06-03 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5700 target that doesn't use software single-stepping.
5701
5702 2014-06-03 Pedro Alves <palves@redhat.com>
5703
5704 PR breakpoints/17000
5705 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5706 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5707
5708 2014-06-02 Doug Evans <xdje42@gmail.com>
5709
5710 * gdb.guile/scm-parameter.exp: New file.
5711
5712 2014-06-02 Doug Evans <xdje42@gmail.com>
5713
5714 * gdb.guile/scm-cmd.c: New file.
5715 * gdb.guile/scm-cmd.exp: New file.
5716
5717 2014-06-02 Doug Evans <xdje42@gmail.com>
5718
5719 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5720 pretty-printer lookup.
5721 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5722 (make-pp_s-printer): Call it.
5723 (make-pretty-printer-from-dict): New function.
5724 (lookup-pretty-printer-maker-from-dict): New function.
5725 (*pretty-printer*): Simplify.
5726 (make-objfile-pp_s-printer): New function.
5727 (install-objfile-pretty-printers!): New function.
5728 (make-progspace-pp_s-printer): New function.
5729 (install-progspace-pretty-printers!): New function.
5730 * gdb.guile/scm-progspace.c: New file.
5731 * gdb.guile/scm-progspace.exp: New file.
5732
5733 2014-06-02 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.base/dprintf-bp-same-addr.c: New file.
5736 * gdb.base/dprintf-bp-same-addr.exp: New file.
5737
5738 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5739
5740 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5741 * gdb.arch/powerpc-power.s: Likewise.
5742
5743 2014-06-02 Joel Brobecker <brobecker@adacore.com>
5744
5745 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5746
5747 2014-06-01 Yao Qi <yao@codesourcery.com>
5748
5749 * gdb.base/watchpoint.exp (test_watch_location): Check null
5750 pointer can be dereferenced. If not, do the test, otherwise
5751 skip it.
5752
5753 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5754
5755 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5756 results.
5757 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5758
5759 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5760
5761 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5762 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5763 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5764 * gdb.arch/amd64-invalid-stack-top.c: New file.
5765 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5766
5767 2014-05-30 Pedro Alves <palves@redhat.com>
5768
5769 PR breakpoints/17000
5770 * gdb.base/sss-bp-on-user-bp.c: New file.
5771 * gdb.base/sss-bp-on-user-bp.exp: New file.
5772
5773 2014-05-30 David Blaikie <dblaikie@gmail.com>
5774
5775 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5776 gnu_inline semantics via attribute.
5777 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5778 source explicitly specifies the required semantics.
5779
5780 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5781
5782 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5783
5784 2014-05-29 Pedro Alves <palves@redhat.com>
5785 Tom Tromey <tromey@redhat.com>
5786
5787 * gdb.base/async-shell.exp: Don't enable target-async.
5788 * gdb.base/async.exp
5789 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5790 parameter. Adjust.
5791 (top level): Don't test with "target-async".
5792 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5793 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5794 * gdb.base/inferior-died.exp: Don't enable target-async.
5795 * gdb.base/interrupt-noterm.exp: Likewise.
5796 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5797 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5798 * gdb.mi/mi-nonstop.exp: Likewise.
5799 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5800 * gdb.mi/mi-nsintrall.exp: Likewise.
5801 * gdb.mi/mi-nsmoribund.exp: Likewise.
5802 * gdb.mi/mi-nsthrexec.exp: Likewise.
5803 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5804 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5805 * gdb.python/py-evsignal.exp: Don't enable target-async.
5806 * gdb.python/py-evthreads.exp: Likewise.
5807 * gdb.python/py-prompt.exp: Likewise.
5808 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5809 * gdb.server/solib-list.exp: Don't enable target-async.
5810 * gdb.threads/thread-specific-bp.exp: Likewise.
5811 * lib/mi-support.exp: Adjust to use mi-async.
5812
5813 2014-05-29 Pedro Alves <palves@redhat.com>
5814
5815 PR gdb/13860
5816 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5817 reason, even in sync mode.
5818
5819 2014-05-29 Pedro Alves <palves@redhat.com>
5820 Hui Zhu <hui@codesourcery.com>
5821
5822 PR PR15693
5823 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5824 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5825 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5826 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5827
5828 2014-05-28 Joel Brobecker <brobecker@adacore.com>
5829
5830 * config/monitor.exp (gdb_target_monitor): Replace use of
5831 "set remotebaud" by "set serial baud".
5832
5833 2014-05-26 Andy Wingo <wingo@igalia.com>
5834
5835 * gdb.guile/scm-breakpoint.exp:
5836 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5837 properties instead of gdb-object-properties.
5838
5839 2014-05-26 Yao Qi <yao@codesourcery.com>
5840
5841 * gdb.server/no-thread-db.exp: Specify source file name
5842 explicitly when setting a breakpoint.
5843
5844 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5845
5846 * gdb.btrace/vdso.c: New.
5847 * gdb.btrace/vdso.exp: New.
5848
5849 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5850
5851 * gdb.base/gcore.exp (capture_command_output): Move ...
5852 * lib/gdb.exp (capture_command_output): ... here.
5853
5854 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5855
5856 * gdb.btrace/data.exp: Test memory access during btrace replay.
5857
5858 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5859
5860 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5861
5862 2014-05-21 Pedro Alves <palves@redhat.com>
5863
5864 PR gdb/13860
5865 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5866 (top level): Test that output related to execution commands is
5867 sent to the console with CLI commands, but not with MI commands.
5868 Test that breakpoint events are always mirrored to the console.
5869 Also expect the new source line to be output after a "next" in
5870 async mode too. Make it a pass/fail test.
5871 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5872 output.
5873 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5874
5875 2014-05-21 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5878 Use them to test variations of "list" after reaching a breakpoint.
5879 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5880 Test "list" with listsize 10 after reaching a breakpoint.
5881 * gdb.python/python.exp (decode_line current location line
5882 number): Adjust expected line number.
5883
5884 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5887 behavior for $args, pass it directly to "run".
5888
5889 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5890
5891 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5892 30000 to 65536.
5893
5894 2014-05-21 Pedro Alves <palves@redhat.com>
5895
5896 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5897 auto-connect-native-target off".
5898 * gdb.base/auto-connect-native-target.c: New file.
5899 * gdb.base/auto-connect-native-target.exp: New file.
5900
5901 2014-05-21 Pedro Alves <palves@redhat.com>
5902
5903 * gdb.base/default.exp: Test "target native" instead of "target
5904 child".
5905
5906 2014-05-21 Mark Wielaard <mjw@redhat.com>
5907
5908 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5909
5910 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5911
5912 Fix TLS access for -static -pthread.
5913 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5914 <HAVE_TLS> (thread_function, main): Initialize it.
5915 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5916 Add clean_restart.
5917 <$have_tls != "">: Check TLSVAR.
5918
5919 2014-05-21 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/dcache-line-read-error.c: New.
5922 * gdb.base/dcache-line-read-error.exp: New.
5923
5924 2014-05-20 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/compare-sections.c: New file.
5927 * gdb.base/compare-sections.exp: New file.
5928
5929 2014-05-20 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/break-idempotent.c: New file.
5932 * gdb.base/break-idempotent.exp: New file.
5933
5934 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5935
5936 * gdb.btrace/nohist.exp: New.
5937
5938 2014-05-20 Yao Qi <yao@codesourcery.com>
5939
5940 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5941 gdb.reverse directory and gdb_reverse_timeout exists in board
5942 setting.
5943 * README: Document gdb_reverse_timeout.
5944
5945 2014-05-20 Yao Qi <yao@codesourcery.com>
5946
5947 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5948 'test_file_name'. Treat args as a string instead of a list.
5949 (gdb_init): Rename argument 'args' by 'test_file_name'.
5950
5951 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * gdb.arch/powerpc-power.exp: New file.
5954 * gdb.arch/powerpc-power.s: New file.
5955
5956 2014-05-16 Doug Evans <dje@google.com>
5957
5958 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5959 * gdb.base/completion.exp: Check that all expected files exist
5960 before doing file completion.
5961
5962 2014-05-16 Doug Evans <dje@google.com>
5963
5964 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5965 Update.
5966 (do_syscall_tests_without_xml): Update.
5967
5968 2014-05-16 Pedro Alves <palves@redhat.com>
5969
5970 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5971 instead of "unknown output after running".
5972
5973 2014-05-16 Yao Qi <yao@codesourcery.com>
5974
5975 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5976 file1.txt from host at the end.
5977 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5978
5979 2014-05-15 Doug Evans <dje@google.com>
5980
5981 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5982 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5983 loading file. Add test for TU lookup.
5984
5985 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5988 calling "-exec-arguments" or "set args" before running the
5989 inferior.
5990
5991 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * lib/mi-support.exp (mi_expect_stop): Expect message for
5994 inferiors that exit with non-zero exit code.
5995
5996 2014-05-14 Yao Qi <yao@codesourcery.com>
5997
5998 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5999 match absolute path on remote host.
6000 (test_file_list_exec_source_files): Remove "/" from the
6001 pattern.
6002
6003 2014-05-14 Yao Qi <yao@codesourcery.com>
6004
6005 * boards/local-remote-host-notty.exp (${board}_file): New
6006 proc.
6007
6008 2014-05-07 Kyle McMartin <kyle@redhat.com>
6009
6010 Pushed by Joel Brobecker <brobecker@adacore.com>.
6011 * gdb.arch/aarch64-atomic-inst.c: New file.
6012 * gdb.arch/aarch64-atomic-inst.exp: New file.
6013
6014 2014-05-07 Yao Qi <yao@codesourcery.com>
6015
6016 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6017 in current context" too.
6018
6019 2014-05-05 Keith Seitz <keiths@redhat.com>
6020
6021 * gdb.linespec/ls-dollar.exp: Add test for linespec
6022 file:convenience_variable.
6023
6024 2014-05-05 Yao Qi <yao@codesourcery.com>
6025
6026 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6027 traceframes into tfile and ctf trace files. Read data from
6028 trace file and test collected data.
6029 (gdb_collect_locals_test): Likewise.
6030 (gdb_unavailable_registers_test): Likewise.
6031 (gdb_unavailable_floats): Likewise.
6032 (gdb_collect_globals_test): Likewise.
6033 (top-level): Append "ctf" to trace_file_targets if GDB
6034 supports.
6035
6036 2014-05-05 Yao Qi <yao@codesourcery.com>
6037
6038 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6039 code to ...
6040 (gdb_collect_args_test_1): ... it. New proc.
6041 (gdb_collect_locals_test): Move some code to ...
6042 (gdb_collect_locals_test_1): ... it. New proc.
6043 (gdb_unavailable_registers_test): Move some code to ...
6044 (gdb_unavailable_registers_test_1): ... it. New proc.
6045 (gdb_unavailable_floats): Move some code to ...
6046 (gdb_unavailable_floats_1): ... it. New proc.
6047
6048 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6049
6050 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6051 probes to test for bitness recognition.
6052 * gdb.arch/amd64-stap-optional-prefix.exp
6053 (test_probe_value_without_reg): New procedure.
6054 Add code to test for different kinds of bitness.
6055
6056 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6057
6058 PR breakpoints/16889
6059 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6060 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6061
6062 2014-05-01 Pedro Alves <palves@redhat.com>
6063
6064 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6065 gdb_file_cmd if no file is specified.
6066 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6067 last_loaded_file to set the remote exec-file.
6068
6069 2014-05-01 Pedro Alves <palves@redhat.com>
6070
6071 * boards/local-remote-host.exp: New file.
6072
6073 2014-05-01 Pedro Alves <palves@redhat.com>
6074
6075 * boards/local-remote-host.exp: Rename to ...
6076 * boards/local-remote-host-notty.exp: ... this.
6077
6078 2014-04-28 Joel Brobecker <brobecker@adacore.com>
6079
6080 * gdb.ada/dyn_arrayidx: New testcase.
6081
6082 2014-04-26 Yao Qi <yao@codesourcery.com>
6083
6084 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6085 and compute the length of function main. Save it in
6086 $main_length.
6087 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6088 (top-level): Use gdb_compile to compile objects into
6089 executable and restart GDB. Remove invocation to
6090 prepare_for_testing.
6091
6092 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6093 Pedro Alves <palves@redhat.com>
6094
6095 PR server/16255
6096 * gdb.multi/multi-attach.c: New file.
6097 * gdb.multi/multi-attach.exp: New file.
6098
6099 2014-04-25 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6102 user.
6103 (top level): Test that "set remote conditional-breakpoints-packet
6104 off" works as intended.
6105 * gdb.base/dprintf.exp: Test that "set remote
6106 breakpoint-commands-packet off" works as intended.
6107 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6108 New function.
6109 (top level): Call it.
6110 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6111 remote fast-tracepoints-packet off" works as intended.
6112 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6113 * lib/gdb.exp (gdb_is_target_remote): ... here.
6114
6115 2014-04-24 David Blaikie <dblaikie@gmail.com>
6116
6117 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6118 ensure clang would not discard them.
6119 * gdb.base/gdbvars.c: Ditto.
6120 * gdb.base/memattr.c: Ditto.
6121 * gdb.base/whatis.c: Ditto.
6122 * gdb.python/py-prettyprint.c: Ditto.
6123 * gdb.trace/actions.c: Ditto.
6124 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6125 ensure clang would not discard it.
6126
6127 2014-04-24 David Blaikie <dblaikie@gmail.com>
6128
6129 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6130 clang to emit the full definition of type required by the test
6131 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6132
6133 2014-04-24 David Blaikie <dblaikie@gmail.com>
6134
6135 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6136 coax Clang into emitting the definition of the type.
6137 * gdb.cp/pr10728-x.h (y): Ditto.
6138 * gdb.cp/pr10728-y.cc (y): Ditto.
6139
6140 2014-04-24 David Blaikie <dblaikie@gmail.com>
6141
6142 * gdb.base/label.exp: XFAIL label related tests under Clang.
6143 * gdb.cp/cplabel.exp: Ditto.
6144 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6145 under Clang those using labels.
6146
6147 2014-04-25 Yao Qi <yao@codesourcery.com>
6148
6149 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6150 double_label.
6151 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6152 partial_label and double_label.
6153
6154 2014-04-24 David Blaikie <dblaikie@gmail.com>
6155
6156 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6157
6158 2014-04-24 David Blaikie <dblaikie@gmail.com>
6159
6160 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6161 of the function to work across GCC and Clang.
6162 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6163 pointer types (const void ** const V void **).
6164
6165 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6166 Walfred Tedeschi <walfred.tedeschi@intel.com>
6167
6168 * Makefile.in (EXECUTABLES): Added i386-avx512.
6169 * gdb.arch/i386-avx512.c: New file.
6170 * gdb.arch/i386-avx512.exp: Likewise.
6171
6172 2014-04-23 Keith Seitz <keiths@redhat.com>
6173
6174 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6175 (mi_make_breakpoint_table): New procedure.
6176 (mi_create_breakpoint): Use mi_make_breakpoint
6177 and return the result.
6178 (mi_make_breakpoint): New procedure.
6179 (mi_build_kv_pairs): New procedure.
6180
6181 * gdb.mi/mi-break.exp: Remove unused globals,
6182 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6183 All callers updated.
6184 * gdb.mi/mi-dprintf.exp: Use variable to track command
6185 number.
6186 Update all callers of mi_create_breakpoint and use
6187 mi_make_breakpoint_table.
6188 Remove any unused global variables.
6189 * gdb.mi/mi-nonstop.exp: Likewise.
6190 * gdb.mi/mi-nsintrall.exp: Likewise.
6191 * gdb.mi/mi-nsmoribund.exp: Likewise.
6192 * gdb.mi/mi-nsthrexec.exp: Likewise.
6193 * gdb.mi/mi-reverse.exp: Likewise.
6194 * gdb.mi/mi-simplerun.exp: Likewise.
6195 * gdb.mi/mi-stepn.exp: Likewise.
6196 * gdb.mi/mi-syn-frame.exp: Likewise.
6197 * gdb.mi/mi-until.exp: Likewise.
6198 * gdb.mi/mi-var-cp.exp: Likewise.
6199 * gdb.mi/mi-var-display.exp: Likewise.
6200 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6201 * gdb.mi/mi2-var-child.exp: Likewise.
6202 * gdb.mi/mi-vla-c99.exp: Likewise.
6203 * lib/mi-support.exp: Likewise.
6204
6205 From Ian Lance Taylor <iant@cygnus.com>:
6206 * lib/gdb.exp (parse_args): New procedure.
6207
6208 2014-04-23 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/break-unload-file.c: New file.
6211 * gdb.base/break-unload-file.exp: New file.
6212 * gdb.base/sym-file-lib.c (baz): New function.
6213 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6214 field.
6215 (load): Store the segment's mapped size.
6216 (unload): New function.
6217 (unload_shlib): New function.
6218 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6219 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6220 set a breakpoint at baz, and call it.
6221 * gdb.base/sym-file.exp: New tests for stale breakpoint
6222 instructions.
6223
6224 2014-04-23 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6227 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6228 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6229 * gdb.base/hbreak-unmapped.c: New file.
6230 * gdb.base/hbreak-unmapped.exp: New file.
6231 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6232 * lib/gdb.exp (gdb_is_target_remote): ... here.
6233
6234 2014-04-22 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/consecutive-step-over.c: New file.
6237 * gdb.base/consecutive-step-over.exp: New file.
6238
6239 2014-04-22 Pedro Alves <palves@redhat.com>
6240
6241 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6242 instead of send_gdb/gdb_expect.
6243
6244 2014-04-22 Yao Qi <yao@codesourcery.com>
6245
6246 * lib/trace-support.exp (generate_tracefile): New procedure.
6247 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6248 return 0.
6249 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6250 if generate_tracefile returns 1.
6251
6252 2014-04-18 Tom Tromey <palves@redhat.com>
6253 Pedro alves <tromey@redhat.com>
6254
6255 PR backtrace/15558
6256 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6257 with a backtrace limit.
6258 * gdb.python/py-frame-inline.exp: Test running to an inline
6259 function with a backtrace limit, and printing the newest frame.
6260 * gdb.python/py-frame-inline.c (main): Call f.
6261
6262 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6263
6264 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6265
6266 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6267
6268 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6269 Drop prefix from unsupported source file path.
6270
6271 2014-04-17 Yao Qi <yao@codesourcery.com>
6272
6273 * lib/gdb.exp (with_target_charset): New proc.
6274 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6275 with_target_charset.
6276 (test_print_strings): Likewise.
6277 (test_repeat_bytes): Likewise.
6278 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6279 for some tests.
6280
6281 2014-04-16 Keith Seitz <keiths@redhat.com>
6282
6283 PR gdb/15827
6284 * gdb.dwarf2/corrupt.c: New file.
6285 * gdb.dwarf2/corrupt.exp: New file.
6286
6287 2014-04-16 Keith Seitz <keiths@redhat.com>
6288
6289 PR c++/16597
6290 * gdb.cp/namelessclass.cc: New file.
6291 * gdb.cp/namelessclass.exp: New file.
6292 * gdb.cp/namelessclass.S: New file.
6293
6294 2014-04-16 Doug Evans <dje@google.com>
6295
6296 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6297 Add comment.
6298 (gdbserver_default_get_comm_port): New function.
6299 (gdbserver_start): Check if board file provided
6300 "gdbserver,get_comm_port" and use it if so.
6301 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6302 (gdb,socketport): Set to "stdio".
6303 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6304 (stdio_gdbserver_template): Delete.
6305 (${board}_get_remote_address): Update.
6306 (${board}_build_remote_cmd): Delete.
6307 (${board}_get_comm_port): New function.
6308 (${board}_spawn): Update.
6309 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6310 Delete.
6311 (${board}_get_remote_address): Update.
6312 (${board}_get_comm_port): New function.
6313
6314 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
6315
6316 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6317 appearing in any order.
6318
6319 2014-04-15 Doug Evans <dje@google.com>
6320
6321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6322 uninitialized value of "description".
6323
6324 2014-04-15 Keith Seitz <keiths@redhat.com>
6325
6326 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6327 Remove unused globals.
6328 (test_running_the_program): Likewise.
6329 (test_controlled_execution): Likewise.
6330 (test_controlling_breakpoints): Likewise.
6331 (test_program_termination): Likewise.
6332
6333 2014-04-15 Keith Seitz <keiths@redhat.com>
6334
6335 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6336 unused globals.
6337 (test_rbreak_creation_and_listing): Likewise.
6338 (test_ignore_count): Likewise.
6339 (test_error): Likewise.
6340
6341 2014-04-15 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6344 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6345 sym-file-loader.c.
6346 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6347 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6348 to sym-file-loader.c.
6349 (struct library): Forward declare.
6350 (load_shlib, lookup_function): Change prototypes.
6351 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6352 (translate_offset): Remove declarations.
6353 (get_text_addr): New declaration.
6354 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6355 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6356 sym-file-loader.h.
6357 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6358 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6359 here from sym-file-loader.h.
6360 (struct library): New structure.
6361 (load_shlib, lookup_function): Change prototypes and adjust to
6362 work with a struct library.
6363 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6364 (translate_offset): Make static.
6365 (get_text_addr): New function.
6366 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6367
6368 2014-04-15 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6371
6372 2014-04-15 Pedro Alves <palves@redhat.com>
6373
6374 * gdb.base/sym-file-loader.c: Include <limits.h>.
6375 (SELF_LINK): New define.
6376 (get_origin): New function.
6377 (load_shlib): Use it.
6378 * gdb.base/sym-file.exp: Don't early return if the target is
6379 remote. Use runto_main, and issue fail is that fails. Use
6380 gdb_load_shlibs.
6381 (shlib_name): Delete.
6382 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6383
6384 2014-04-15 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/sym-file.exp: Remove regex characters from test
6387 message. Don't refer to breakpoint numbers in test messages.
6388
6389 2014-04-14 Keith Seitz <keiths@redhat.com>
6390
6391 PR c++/16253
6392 * gdb.cp/var-tag.cc: New file.
6393 * gdb.cp/var-tag.exp: New file.
6394 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6395 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6396 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6397 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6398
6399 2014-04-14 Tom Tromey <tromey@redhat.com>
6400
6401 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6402 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6403 type.
6404 * gdb.cp/enum-class.exp: New file.
6405 * gdb.cp/enum-class.cc: New file.
6406
6407 2014-04-14 Tom Tromey <tromey@redhat.com>
6408
6409 * gdb.dwarf2/enum-type.exp: New file.
6410
6411 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6412
6413 * gdb.mi/mi-vla-c99.exp: New file.
6414 * gdb.mi/vla.c: New file.
6415
6416 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6417
6418 * gdb.base/vla-datatypes.c: New file.
6419 * gdb.base/vla-datatypes.exp: New file.
6420
6421 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6422
6423 * gdb.base/vla-ptr.c: New file.
6424 * gdb.base/vla-ptr.exp: New file.
6425
6426 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6427
6428 * gdb.dwarf2/count.exp: New file.
6429
6430 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6431
6432 * gdb.base/vla-sideeffect.c: New file.
6433 * gdb.base/vla-sideeffect.exp: New file.
6434
6435 2014-04-14 David Blaikie <dblaikie@gmail.com>
6436
6437 * gdb.mi/non-stop.c: Add return value for non-void function return
6438 statement.
6439 * gdb.threads/staticthreads.c: Ditto.
6440
6441 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6442 Doug Evans <xdje42@gmail.com>
6443
6444 * gdb.guile/scm-value.c: Improve test case.
6445 * gdb.guile/scm-value.exp: Add new test.
6446
6447 2014-04-11 David Blaikie <dblaikie@gmail.com>
6448
6449 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6450 override Clang's default.
6451
6452 2014-04-11 Joel Brobecker <brobecker@adacore.com>
6453
6454 Revert the following changes (regressions):
6455
6456 * gdb.base/vla-sideeffect.c: New file.
6457 * gdb.base/vla-sideeffect.exp: New file.
6458
6459 * gdb.dwarf2/count.exp: New file.
6460
6461 * gdb.base/vla-multi.c: New file.
6462 * gdb.base/vla-multi.exp: New file.
6463
6464 * gdb.base/vla-ptr.c: New file.
6465 * gdb.base/vla-ptr.exp: New file.
6466
6467 * gdb.base/vla-datatypes.c: New file.
6468 * gdb.base/vla-datatypes.exp: New file.
6469
6470 * gdb.mi/mi-vla-c99.exp: New file.
6471 * gdb.mi/vla.c: New file.
6472
6473 2014-04-11 Keith Seitz <keiths@redhat.com>
6474
6475 PR c++/16675
6476 * gdb.cp/cpsizeof.exp: New file.
6477 * gdb.cp/cpsizeof.cc: New file.
6478
6479 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6480
6481 * gdb.mi/mi-vla-c99.exp: New file.
6482 * gdb.mi/vla.c: New file.
6483
6484 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6485
6486 * gdb.base/vla-datatypes.c: New file.
6487 * gdb.base/vla-datatypes.exp: New file.
6488
6489 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6490
6491 * gdb.base/vla-ptr.c: New file.
6492 * gdb.base/vla-ptr.exp: New file.
6493
6494 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6495
6496 * gdb.base/vla-multi.c: New file.
6497 * gdb.base/vla-multi.exp: New file.
6498
6499 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6500
6501 * gdb.dwarf2/count.exp: New file.
6502
6503 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6504
6505 * gdb.base/vla-sideeffect.c: New file.
6506 * gdb.base/vla-sideeffect.exp: New file.
6507
6508 2014-04-11 Yao Qi <yao@codesourcery.com>
6509
6510 * gdb.base/completion.exp: Check file exists before running tests
6511 on file completion.
6512
6513 2014-04-10 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/cond-eval-mode.c: New file.
6516 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6517 prepare_for_testing to build the new file. Check result of
6518 runto_main.
6519 (test_break, test_watch): New procedures.
6520 (top level): Use them.
6521
6522 2014-04-08 Pierre Muller <muller@sourceware.org>
6523
6524 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6525 Ctrl-V use for mingw hosts.
6526
6527 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6528
6529 * gdb.python/py-value.c: Improve test case.
6530 * gdb.python/py-value.exp: Add new test.
6531
6532 2014-04-07 David Blaikie <dblaikie@gmail.com>
6533
6534 * lib/compiler.c: Identify the clang compiler.
6535 * lib/compiler.cc: Ditto.
6536
6537 2014-04-03 Yao Qi <yao@codesourcery.com>
6538
6539 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6540
6541 2014-04-01 Anton Blanchard <anton@samba.org>
6542
6543 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6544 messages unique.
6545
6546 2014-04-01 Anton Blanchard <anton@samba.org>
6547
6548 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6549 prepare_for_testing.
6550
6551 2014-04-01 Anton Blanchard <anton@samba.org>
6552
6553 * gdb.arch/ppc64-atomic-inst.c: Remove.
6554 * gdb.arch/ppc64-atomic-inst.S: New file.
6555 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6556
6557 2014-03-31 Doug Evans <dje@google.com>
6558
6559 * gdb.base/print-symbol-loading-lib.c: New file.
6560 * gdb.base/print-symbol-loading-main.c: New file.
6561 * gdb.base/print-symbol-loading.exp: New file.
6562
6563 2014-03-31 Yao Qi <yao@codesourcery.com>
6564
6565 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6566
6567 2014-03-28 Joel Brobecker <brobecker@adacore.com>
6568
6569 * gdb.ada/mi_dyn_arr: New testcase.
6570
6571 2014-03-27 Doug Evans <dje@google.com>
6572
6573 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6574
6575 2014-03-27 Yao Qi <yao@codesourcery.com>
6576
6577 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6578 if target is nios2-*-*.
6579
6580 2014-03-26 Yao Qi <yao@codesourcery.com>
6581
6582 * lib/gdb.exp (readline_is_used): New proc.
6583 * gdb.base/completion.exp: Move tests on command complete up.
6584 Skip the rest of tests if readline is not used.
6585 * gdb.ada/complete.exp: Skp the test if readline is not
6586 used.
6587 * gdb.base/filesym.exp: Likewise.
6588 * gdb.base/macscp.exp: Likewise.
6589 * gdb.base/readline-ask.exp: Likewise.
6590 * gdb.base/readline.exp: Likewise.
6591 * gdb.python/py-cmd.exp: Likewise.
6592 * gdb.trace/tfile.exp: Likewise.
6593
6594 2014-03-26 Yao Qi <yao@codesourcery.com>
6595
6596 * gdb.base/macscp.exp: Fix code format issues.
6597
6598 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6599
6600 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6601 * gdb.asm/powerpc64le.inc: New file.
6602
6603 2014-03-25 Pedro Alves <palves@redhat.com>
6604 Doug Evans <dje@google.com>
6605
6606 * gdb.base/source-execution.c: New file.
6607 * gdb.base/source-execution.exp: New file.
6608 * gdb.base/source-execution.gdb: New file.
6609
6610 2014-03-24 Doug Evans <dje@google.com>
6611
6612 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6613 using fission.
6614
6615 2014-03-24 Hui Zhu <hui@codesourcery.com>
6616 Pedro Alves <palves@redhat.com>
6617
6618 PR breakpoints/16101
6619 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6620 test pass/fail messages. Detect missing support for dprintf when
6621 breakpoints are actually inserted.
6622 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6623 breakpoints are actually inserted.
6624 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6625 fails.
6626
6627 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6628
6629 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6630
6631 2014-03-22 Doug Evans <xdje42@gmail.com>
6632
6633 * gdb.python/python.exp (python not supported): Verify multi-line
6634 python command issues an error.
6635 * gdb.guile/guile.exp (guile not supported): Verify multi-line
6636 guile command issues an error.
6637
6638 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6639
6640 * gdb.threads/thread-specific.exp: Handle the lack of usable
6641 $this_breakpoint and $this_thread.
6642
6643 2014-03-21 Hui Zhu <hui@codesourcery.com>
6644
6645 * gdb.base/attach.exp (do_command_attach_tests): New.
6646
6647 2014-03-20 Tom Tromey <tromey@redhat.com>
6648 Pedro Alves <palves@redhat.com>
6649
6650 PR cli/15718
6651 * gdb.base/condbreak-call-false.c: New file.
6652 * gdb.base/condbreak-call-false.exp: New file.
6653
6654 2014-03-20 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6657 Delete.
6658 (block_signals, unblock_signals): Delete.
6659 (child_function_2, main): Remove references to deleted variable
6660 and functions.
6661
6662 2014-03-20 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6665 Use pthread_kill to signal thread 2.
6666 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6667 Adjust to make the test send itself a signal rather than using the
6668 host's "kill" command.
6669
6670 2014-03-20 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.threads/multiple-step-overs.c: New file.
6673 * gdb.threads/multiple-step-overs.exp: New file.
6674 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6675 Adjust expected infrun debug output.
6676
6677 2014-03-20 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6680 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6681
6682 2014-03-20 Pedro Alves <palves@redhat.com>
6683
6684 PR breakpoints/7143
6685 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6686 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6687 of gdb_test_multiple.
6688 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6689 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6690
6691 2014-03-20 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6694 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6695
6696 2014-03-19 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/async.exp: Remove early return.
6699
6700 2014-03-19 Pedro Alves <palves@redhat.com>
6701
6702 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6703
6704 2014-03-19 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/async.exp (test_background): Expect \r\n after
6707 "completed." in the fail pattern.
6708
6709 2014-03-19 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.base/async.exp (test_background): New procedure.
6712 Use it for all background execution command tests.
6713
6714 2014-03-19 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.base/async.exp: Use prepare_for_testing.
6717
6718 2014-03-19 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6721 the same line.
6722
6723 2014-03-19 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/async.c (main): Add "jump here" and "until here" line
6726 marker comments.
6727 * gdb.base/async.exp (jump_here): New global.
6728 (jump& test): Use it.
6729 (until_here): New global.
6730 (until& test): Use it.
6731
6732 2014-03-19 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/async.exp: Don't frob gdb_protocol.
6735
6736 2014-03-18 Doug Evans <xdje42@gmail.com>
6737
6738 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6739 Fix spelling of exec-done-display.
6740
6741 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 PR gdb/15358
6744 * gdb.base/gdb-sigterm.c: New file.
6745 * gdb.base/gdb-sigterm.exp: New file.
6746
6747 2014-03-18 Pedro Alves <palves@redhat.com>
6748
6749 PR gdb/13860
6750 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6751 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6752 solib-event.
6753
6754 2014-03-17 Joel Brobecker <brobecker@adacore.com>
6755
6756 * gdb.ada/pckd_arr_ren: New testcase.
6757
6758 2014-03-13 Doug Evans <xdje42@gmail.com>
6759
6760 PR guile/16612
6761 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6762 collect after discarding symbols.
6763
6764 2014-03-13 Ludovic CourtĂšs <ludo@gnu.org>
6765 Doug Evans <xdje42@gmail.com>
6766
6767 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6768 to history survives a gc.
6769
6770 2014-03-13 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/default.exp: Don't test "target procfs".
6773
6774 2014-03-13 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/default.exp: Update "target child" and "target procfs"
6777 tests to not expect "Unix".
6778
6779 2014-03-12 Tom Tromey <tromey@redhat.com>
6780
6781 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6782 New procs. Add target-async tests.
6783 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6784 Add target-async tests.
6785
6786 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6787
6788 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6789 'func_start' and 'func_end' for the beginning and end of the
6790 function code, respectively.
6791 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6792 'func_end' instead of 'func' and 'main'.
6793
6794 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6797 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6798 generate the debug info assembler source.
6799
6800 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6801
6802 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6803 * gdb.dwarf2/arr-subrange.exp: Likewise.
6804 * gdb.dwarf2/dwz.exp: Likewise.
6805 * gdb.dwarf2/method-ptr.exp: Likewise.
6806 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6807 * gdb.dwarf2/subrange.exp: Likewise.
6808 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6809 * gdb.dwarf2/implptrpiece.exp: Likewise.
6810 * gdb.dwarf2/nostaticblock.exp: Likewise.
6811
6812 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6813
6814 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6815 directory to absolute path name arguments.
6816
6817 2014-03-10 Joel Brobecker <brobecker@adacore.com>
6818
6819 * gdb.ada/tagged_access: New testcase.
6820
6821 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6822
6823 * gdb.btrace/data.exp: Update expected output.
6824
6825 2014-03-06 Yao Qi <yao@codesourcery.com>
6826
6827 * gdb.trace/pr16508.exp: New file.
6828
6829 2014-03-05 Pedro Alves <palves@redhat.com>
6830
6831 PR gdb/16575
6832 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6833 procedure.
6834 (top level): Adjust to use it. Add tests that exercise breakpoint
6835 interaction with the code-cache.
6836
6837 2014-02-26 Ludovic CourtĂšs <ludo@gnu.org>
6838
6839 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6840 test for 'history-append!'.
6841
6842 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6845 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6846 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6847 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6848 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6849 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6850
6851 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6852
6853 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6854 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6855 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6856
6857 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6860
6861 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6862
6863 * gdb.dwarf2/arr-stride.c: New file.
6864 * gdb.dwarf2/arr-stride.exp: New file.
6865
6866 2014-02-26 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6869 that won't ever trigger. Make sure that GDB reports the correct
6870 breakpoint that caused the stop.
6871
6872 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6873
6874 PR gdb/16626
6875 * gdb.base/auto-load-script: New file.
6876 * gdb.base/auto-load.c: New file.
6877 * gdb.base/auto-load.exp: New file.
6878
6879 PR gdb/16626
6880 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6881
6882 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6885 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6886
6887 2014-02-24 Doug Evans <dje@google.com>
6888
6889 * lib/gdb.exp (run_on_host): Log error output if program fails.
6890
6891 2014-02-21 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.threads/step-after-sr-lock.c: Rename to ...
6894 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6895 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6896 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6897 ... this.
6898
6899 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6900
6901 PR tdep/16397
6902 * gdb.arch/amd64-stap-special-operands.exp: New file.
6903 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6904 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6905 * gdb.arch/amd64-stap-triplet.S: Likewise.
6906 * gdb.arch/amd64-stap-triplet.c: Likewise.
6907
6908 2014-02-20 Joel Brobecker <brobecker@adacore.com>
6909
6910 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6911 in .section pseudo-op.
6912
6913 2014-02-20 lin zuojian <manjian2006@gmail.com>
6914 Joel Brobecker <brobecker@adacore.com>
6915 Doug Evans <xdje42@gmail.com>
6916
6917 PR symtab/16581
6918 * gdb.dwarf2/dw2-icycle.S: New file.
6919 * gdb.dwarf2/dw2-icycle.c: New file.
6920 * gdb.dwarf2/dw2-icycle.exp: New file.
6921
6922 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6923
6924 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6925 operations on gdb.Value objects.
6926 * gdb.python/py-value-cc.exp: Add new test to test operations on
6927 gdb.Value objects.
6928
6929 2014-02-18 Doug Evans <dje@google.com>
6930
6931 * Makefile.in (TESTS): New variable.
6932 (expanded_tests, expanded_tests_or_none): New variables
6933 (check-single): Pass $(expanded_tests_or_none) to runtest.
6934 (check-parallel): Only run tests in $(TESTS) if non-empty.
6935 (check/no-matching-tests-found): New rule.
6936 * README: Document TESTS makefile variable.
6937
6938 2014-02-18 Doug Evans <dje@google.com>
6939
6940 * Makefile.in (check-parallel): rm -rf outputs temp.
6941
6942 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6943
6944 Fix "ERROR: no fileid for" in the testsuite.
6945 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6946
6947 2014-02-12 Doug Evans <dje@google.com>
6948
6949 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6950 (MISCELLANEOUS): New variable.
6951 (clean): rm -rf $(MISCELLANEOUS).
6952 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6953 dwp live in the same directory as symlinks, with each symlink pointed
6954 to a differently named file in a different directory.
6955
6956 2014-02-11 Doug Evans <dje@google.com>
6957
6958 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6959 of Tcl file commands.
6960
6961 2014-02-10 Mark Kettenis <kettenis@gnu.org>
6962
6963 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6964 "kill -SIGUSR1 -1".
6965
6966 2014-02-10 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.ada/tick_length_array_enum_idx: New testcase.
6969
6970 2014-02-10 Doug Evans <xdje42@gmail.com>
6971
6972 * configure.ac (AC_OUTPUT): Add gdb.guile.
6973 * configure: Regenerate.
6974 * lib/gdb-guile.exp: New file.
6975 * lib/gdb.exp (get_target_charset): New function.
6976 * gdb.base/help.exp: Update expected output from "apropos apropos".
6977 * gdb.guile/Makefile.in: New file.
6978 * gdb.guile/guile.exp: New file.
6979 * gdb.guile/scm-arch.c: New file.
6980 * gdb.guile/scm-arch.exp: New file.
6981 * gdb.guile/scm-block.c: New file.
6982 * gdb.guile/scm-block.exp: New file.
6983 * gdb.guile/scm-breakpoint.c: New file.
6984 * gdb.guile/scm-breakpoint.exp: New file.
6985 * gdb.guile/scm-disasm.c: New file.
6986 * gdb.guile/scm-disasm.exp: New file.
6987 * gdb.guile/scm-equal.c: New file.
6988 * gdb.guile/scm-equal.exp: New file.
6989 * gdb.guile/scm-error.exp: New file.
6990 * gdb.guile/scm-error.scm: New file.
6991 * gdb.guile/scm-frame-args.c: New file.
6992 * gdb.guile/scm-frame-args.exp: New file.
6993 * gdb.guile/scm-frame-args.scm: New file.
6994 * gdb.guile/scm-frame-inline.c: New file.
6995 * gdb.guile/scm-frame-inline.exp: New file.
6996 * gdb.guile/scm-frame.c: New file.
6997 * gdb.guile/scm-frame.exp: New file.
6998 * gdb.guile/scm-generics.exp: New file.
6999 * gdb.guile/scm-gsmob.exp: New file.
7000 * gdb.guile/scm-iterator.c: New file.
7001 * gdb.guile/scm-iterator.exp: New file.
7002 * gdb.guile/scm-math.c: New file.
7003 * gdb.guile/scm-math.exp: New file.
7004 * gdb.guile/scm-objfile-script-gdb.in: New file.
7005 * gdb.guile/scm-objfile-script.c: New file.
7006 * gdb.guile/scm-objfile-script.exp: New file.
7007 * gdb.guile/scm-objfile.c: New file.
7008 * gdb.guile/scm-objfile.exp: New file.
7009 * gdb.guile/scm-ports.exp: New file.
7010 * gdb.guile/scm-pretty-print.c: New file.
7011 * gdb.guile/scm-pretty-print.exp: New file.
7012 * gdb.guile/scm-pretty-print.scm: New file.
7013 * gdb.guile/scm-section-script.c: New file.
7014 * gdb.guile/scm-section-script.exp: New file.
7015 * gdb.guile/scm-section-script.scm: New file.
7016 * gdb.guile/scm-symbol.c: New file.
7017 * gdb.guile/scm-symbol.exp: New file.
7018 * gdb.guile/scm-symtab-2.c: New file.
7019 * gdb.guile/scm-symtab.c: New file.
7020 * gdb.guile/scm-symtab.exp: New file.
7021 * gdb.guile/scm-type.c: New file.
7022 * gdb.guile/scm-type.exp: New file.
7023 * gdb.guile/scm-value-cc.cc: New file.
7024 * gdb.guile/scm-value-cc.exp: New file.
7025 * gdb.guile/scm-value.c: New file.
7026 * gdb.guile/scm-value.exp: New file.
7027 * gdb.guile/source2.scm: New file.
7028 * gdb.guile/types-module.cc: New file.
7029 * gdb.guile/types-module.exp: New file.
7030
7031 2014-02-10 Yao Qi <yao@codesourcery.com>
7032
7033 PR testsuite/16543
7034 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7035 * configure: Regenerated.
7036 * Makefile.in: New file.
7037
7038 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7039
7040 * gdb.python/py-framefilter.exp: Fix typo.
7041
7042 2014-02-08 Yao Qi <yao@codesourcery.com>
7043
7044 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7045 that no =breakpoint-modified is emitted when breakpoints are
7046 modified through MI commands.
7047
7048 2014-02-07 Pedro Alves <pedro@codesourcery.com>
7049 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.threads/step-after-sr-lock.c: New file.
7052 * gdb.threads/step-after-sr-lock.exp: New file.
7053
7054 2014-02-07 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7057
7058 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7061 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7062
7063 2014-02-06 Doug Evans <xdje42@gmail.com>
7064
7065 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7066 output.
7067
7068 * gdb.gdb/python-interrupts.exp: New file.
7069
7070 2014-02-05 Yao Qi <yao@codesourcery.com>
7071
7072 * gdb.trace/report.exp (use_collected_data): Test the output
7073 of "info threads" and "info inferiors".
7074
7075 2014-02-05 Yao Qi <yao@codesourcery.com>
7076
7077 Revert this patch:
7078
7079 2013-05-24 Yao Qi <yao@codesourcery.com>
7080
7081 * gdb.trace/tfile.exp: Test inferior and thread.
7082
7083 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7084
7085 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7086 on a function.
7087 * gdb.base/step-bt.c: Call hello via function pointer to make
7088 sure its first instruction is executed on powerpc64le-linux.
7089
7090 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7091
7092 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7093
7094 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7095
7096 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7097 of the test patterns for use on little-endian systems.
7098
7099 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7100
7101 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7102 (decimal_vector): Fix for little-endian.
7103
7104 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7105
7106 * gdb.arch/sparc-sysstep.exp: New file.
7107 * gdb.arch/sparc-sysstep.c: Likewise.
7108
7109 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7110
7111 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7112
7113 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7114
7115 2014-01-23 Tom Tromey <tromey@redhat.com>
7116
7117 * gdb.ada/array_char_idx: New testcase.
7118
7119 2014-01-23 Tom Tromey <tromey@redhat.com>
7120
7121 PR python/16487:
7122 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7123 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7124 classes.
7125
7126 2014-01-23 Tom Tromey <tromey@redhat.com>
7127
7128 PR python/16491:
7129 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7130 string from an inferior frame.
7131 * gdb.python/py-framefilter-mi.exp: Update.
7132
7133 2014-01-22 Doug Evans <dje@google.com>
7134
7135 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7136
7137 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7138
7139 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7140
7141 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7142
7143 * gdb.trace/entry-values.exp: Remove excess space character from
7144 regex patterns. Handle s390 call instruction.
7145
7146 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7147
7148 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7149 define "*_start" label. Make "name" static.
7150 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7151 ${name} by references to ${name}_start.
7152
7153 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7154
7155 * gdb.base/info-macros.exp: Remove "debug" from the compile
7156 options.
7157
7158 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7159
7160 * gdb.dlang/demangle.exp: New file.
7161
7162 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7163
7164 * gdb.dlang/primitive-types.exp: New file.
7165
7166 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7167
7168 * configure.ac: Create gdb.dlang/Makefile.
7169 * configure: Regenerate.
7170 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7171 * gdb.dlang/Makefile.in: New file.
7172 * lib/d-support.exp: New file.
7173 * lib/gdb.exp (skip_d_tests): New proc.
7174
7175 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7176
7177 * gdb.btrace/delta.exp: Check reverse stepi.
7178 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7179 * gdb.btrace/finish.exp: New.
7180 * gdb.btrace/next.exp: New.
7181 * gdb.btrace/nexti.exp: New.
7182 * gdb.btrace/record_goto.c: Add comments.
7183 * gdb.btrace/step.exp: New.
7184 * gdb.btrace/stepi.exp: New.
7185 * gdb.btrace/multi-thread-step.c: New.
7186 * gdb.btrace/multi-thread-step.exp: New.
7187 * gdb.btrace/rn-dl-bind.c: New.
7188 * gdb.btrace/rn-dl-bind.exp: New.
7189 * gdb.btrace/data.c: New.
7190 * gdb.btrace/data.exp: New.
7191 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7192
7193 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7194
7195 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7196 * gdb.btrace/exception.exp: Update.
7197 * gdb.btrace/instruction_history.exp: Update.
7198 * gdb.btrace/record_goto.exp: Update.
7199 * gdb.btrace/tailcall.exp: Update.
7200 * gdb.btrace/unknown_functions.exp: Update.
7201 * gdb.btrace/delta.exp: New.
7202
7203 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7204
7205 * gdb.btrace/record_goto.exp: Add backtrace test.
7206 * gdb.btrace/tailcall.exp: Add backtrace test.
7207
7208 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7209
7210 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7211 * gdb.btrace/record_goto.c: New.
7212 * gdb.btrace/record_goto.exp: New.
7213 * gdb.btrace/x86-record_goto.S: New.
7214
7215 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7216
7217 * gdb.btrace/function_call_history.exp: Update tests.
7218 * gdb.btrace/instruction_history.exp: Update tests.
7219
7220 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7221
7222 * gdb.btrace/function_call_history.exp: Fix expected field
7223 order for "record function-call-history".
7224 Add new tests for "record function-call-history /c".
7225 * gdb.btrace/exception.cc: New.
7226 * gdb.btrace/exception.exp: New.
7227 * gdb.btrace/tailcall.exp: New.
7228 * gdb.btrace/x86-tailcall.S: New.
7229 * gdb.btrace/x86-tailcall.c: New.
7230 * gdb.btrace/unknown_functions.c: New.
7231 * gdb.btrace/unknown_functions.exp: New.
7232 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7233
7234 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7235
7236 * gdb.btrace/instruction_history.exp: Update.
7237 * gdb.btrace/function_call_history.exp: Update.
7238
7239 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7240
7241 * gdb.btrace/function_call_history.exp: Fix expected function
7242 trace.
7243 * gdb.btrace/instruction_history.exp: Initialize traced.
7244 Remove traced_functions.
7245
7246 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7247
7248 * gdb.btrace/function_call_history.exp: Update
7249 * gdb.btrace/instruction_history.exp: Update.
7250
7251 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7252
7253 * gdb.btrace/enable.exp: Update expected text.
7254
7255 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7256
7257 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7258 bytes.
7259
7260 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7261
7262 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7263
7264 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
7265
7266 * lib/gdb.exp (supports_process_record): Return true for
7267 arm*-linux*. (supports_reverse): Likewise.
7268
7269 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7270
7271 PR python/15464
7272 PR python/16113
7273 * gdb.python/py-type.c: Enhance test case.
7274 * gdb.python/py-value-cc.cc: Likewise
7275 * gdb.python/py-type.exp: Add new tests.
7276 * gdb.python/py-value-cc.exp: Likewise
7277
7278 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7279 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7282 Make "name" extern.
7283 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7284 references to ${name}_start by references to ${name}.
7285
7286 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7287
7288 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7289
7290 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7291
7292 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7293
7294 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7295 Pedro Alves <palves@redhat.com>
7296
7297 * gdb.mi/mi-info-os.exp: Connect to the target with
7298 mi_gdb_target_load.
7299
7300 2014-01-08 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.threads/reconnect-signal.c: New file.
7303 * gdb.threads/reconnect-signal.exp: New file.
7304
7305 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7306
7307 * gdb.base/source-dir.exp: New file.
7308
7309 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7310
7311 * gdb.ada/mi_interface: New testcase.
7312
7313 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7316 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7317 gdb.ada/pp-rec-component/pck.ads: New files.
7318
7319 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7320
7321 * gdb.python/py-pp-integral.c: New file.
7322 * gdb.python/py-pp-integral.py: New file.
7323 * gdb.python/py-pp-integral.exp: New file.
7324
7325 For older changes see ChangeLog-1993-2013.
7326 \f
7327 ;; Local Variables:
7328 ;; mode: change-log
7329 ;; left-margin: 8
7330 ;; fill-column: 74
7331 ;; version-control: never
7332 ;; End:
7333
7334 Copyright 2014-2016 Free Software Foundation, Inc.
7335 Copying and distribution of this file, with or without modification,
7336 are permitted provided the copyright notice and this notice are preserved.
This page took 0.315197 seconds and 4 git commands to generate.