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