Add test that exercises the inferior being killed while stopped under GDB
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-07-14 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/killed-outside.exp: New file.
4 * gdb.base/killed-outside.c: New file.
5
6 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9 (n at main): New.
10 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11
12 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13
14 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15 infcall tests instead of setting up for KFAIL.
16
17 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18
19 * gdb.btrace/record_goto-step.exp: New.
20
21 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 PR compile/18484
24 * gdb.compile/compile.c (struct struct_type): Add volatile to
25 selffield's type.
26 * gdb.compile/compile.exp
27 (compile code struct_object.selffield = &struct_object): Skip further
28 struct_object tests if this one xfails.
29
30 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
31
32 PR exp/18617
33 * gdb.trace/ax.exp: Add test.
34
35 2015-07-07 Yao Qi <yao.qi@linaro.org>
36
37 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
38 instead of istarget "aarch64*-*-*".
39 * gdb.arch/aarch64-fp.exp: Likewise.
40 * gdb.base/float.exp: Likewise.
41 * gdb.reverse/aarch64.exp: Likewise.
42 * lib/gdb.exp (is_aarch64_target): New proc.
43
44 2015-07-07 Yao Qi <yao.qi@linaro.org>
45
46 * lib/gdb.exp (is_aarch32_target): New proc.
47 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
48 instead of "istarget "arm*-*-*"".
49 * gdb.arch/arm-disp-step.exp: Likewise.
50 * gdb.arch/thumb-bx-pc.exp: Likewise.
51 * gdb.arch/thumb-prologue.exp: Likewise.
52 * gdb.arch/thumb-singlestep.exp: Likewise.
53 * gdb.base/disp-step-syscall.exp: Likewise.
54 * gdb.base/float.exp: Likewise.
55
56 2015-07-07 Yao Qi <yao.qi@linaro.org>
57
58 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
59 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
60
61 2015-07-07 Yao Qi <yao.qi@linaro.org>
62
63 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
64 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
65 if it exists.
66 * gdb.multi/multi-arch.exp: Likewise.
67
68 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
69
70 * gdb.python/py-lazy-string.exp: Add missing parentheses to
71 print.
72
73 2015-07-07 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.arch/thumb-singlestep.exp: Do one more single step.
76
77 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
78
79 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
80 '[' and ']' characters.
81
82 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
83
84 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
85
86 2015-06-29 Pedro Alves <palves@redhat.com>
87
88 PR threads/18127
89 * gdb.threads/hand-call-new-thread.c: New file.
90 * gdb.threads/hand-call-new-thread.c: New file.
91
92 2015-06-26 Keith Seitz <keiths@redhat.com>
93 Doug Evans <dje@google.com>
94
95 PR 16253
96 * gdb.cp/var-tag-2.cc: New file.
97 * gdb.cp/var-tag-3.cc: New file.
98 * gdb.cp/var-tag-4.cc: New file.
99 * gdb.cp/var-tag.cc: New file.
100 * gdb.cp/var-tag.exp: New file.
101
102 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
103
104 * gdb.base/history-duplicates.exp: New test.
105
106 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
107
108 * gdb.base/completion.exp: Test the completion of the "focus"
109 command.
110
111 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * gdb.arch/amd64-prologue-skip.S: New file.
114 * gdb.arch/amd64-prologue-skip.exp: New file.
115
116 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
117
118 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
119 is_address_zero_readable check.
120
121 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
122
123 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
124 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
125
126 2015-06-24 Yao Qi <yao.qi@linaro.org>
127
128 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
129 linux targets.
130
131 2015-06-24 Yao Qi <yao.qi@linaro.org>
132
133 * lib/gdb.exp (supports_get_siginfo_type): New proc.
134 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
135 * gdb.base/siginfo-thread.exp: Likewise.
136
137 2015-06-22 Yao Qi <yao.qi@linaro.org>
138
139 * boards/remote-gdbserver-on-localhost.exp: Add comments.
140
141 2015-06-22 Yao Qi <yao.qi@linaro.org>
142
143 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
144 aarch64*-*-*.
145 (skip_hw_watchpoint_tests): Likewise.
146
147 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
148
149 * gdb.base/gdbinit-history.exp: Test the interaction between
150 setting GDBHISTSIZE and setting the history size via .gdbinit.
151
152 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
153
154 PR gdb/16999
155 * gdb.base/gdbhistsize-history.exp: New test.
156
157 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
158
159 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
160 with GDBHISTSIZE.
161 * gdb.base/readline.exp: Likewise.
162
163 2015-06-17 Yao Qi <yao.qi@linaro.org>
164
165 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
166 line.
167
168 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
169
170 * gdb.base/gdbinit-history.exp: Add test case to check that
171 an unlimited history file does not get truncated on exit.
172
173 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
174
175 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
176 (VECTOR): New macro. Use it...
177 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
178 ...for these typedefs.
179 (int8, char1, int1, double1): New typedefs.
180 (struct just_int2, struct two_int2): New structures.
181 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
182 (add_structvecs, add_singlevecs): New functions.
183 (main): Call add_some_intvecs twice.
184 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
185 the compile and exit upon failure. Try compiling for the "native"
186 architecture. Test inferior function calls with vector arguments
187 and vector return value handling with "finish" and "return".
188
189 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
190
191 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
192 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
193 PE file.
194 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
195
196 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
197
198 PR breakpoints/16465
199 * gdb.mi/mi-dprintf-pending.c: New file.
200 * gdb.mi/mi-dprintf-pending.exp: New test.
201 * gdb.mi/mi-dprintf-pendshr.c: New file.
202
203 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
204 Mircea Gherzan <mircea.gherzan@intel.com>
205
206 * gdb.arch/i386-mpx-map.c: New file.
207 * gdb.arch/i386-mpx-map.exp: New File.
208
209 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
210
211 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
212 * gdb.arch/i386-mpx.exp: Indentation fixed.
213
214 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
215
216 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
217 function and improved indentation.
218 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
219 gdb_test_multiple. Added additional tests to skip the test.
220
221 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
222
223 * gdb.arch/i386-avx512.c: Change path in include file.
224 * gdb.arch/i386-avx512.exp: Change include dir path
225 compilation flag.
226 * gdb.arch/i386-mpx.c: Change path in include file.
227 * gdb.arch/i386-mpx.exp: Change include dir path compilation
228 flag.
229
230 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.compile/compile-print.exp (compile print *vararray@3)
233 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
234
235 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
238 (do not keep jit in memory): ... this.
239 (expect 5): Change it to ...
240 (expect no 5): ... this.
241
242 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
243
244 PR gdb/15564
245 * gdb.mi/mi-detach.exp: New file.
246
247 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 PR symtab/18392
250 * gdb.arch/amd64-tailcall-self.S: New file.
251 * gdb.arch/amd64-tailcall-self.c: New file.
252 * gdb.arch/amd64-tailcall-self.exp: New file.
253
254 2015-05-28 Don Breazeal <donb@codesourcery.com>
255
256 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
257 tests for remote targets by checking is_target_gdbserver.
258
259 2015-05-27 Doug Evans <dje@google.com>
260
261 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
262 * gdb.dwarf2/opaque-type-lookup.c: New file.
263 * gdb.dwarf2/opaque-type-lookup.exp: New file.
264
265 2015-05-26 Doug Evans <dje@google.com>
266
267 * gdb.cp/iostream.cc: New file.
268 * gdb.cp/iostream.exp: New file.
269
270 2015-05-26 Doug Evans <dje@google.com>
271
272 * gdb.dwarf2/dw2-op-call.exp: Update.
273 * gdb.dwarf2/dw4-sig-types.exp: Update.
274 * gdb.dwarf2/implptr.exp: Update.
275 * gdb.mi/mi-cmd-param-changed.exp: Update.
276
277 2015-05-26 Doug Evans <dje@google.com>
278
279 * gdb.python/py-lazy-string.c: New file.
280 * gdb.python/py-lazy-string.exp: New file.
281 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
282 (main): Update. Add estring3.
283 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
284 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
285
286 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
287 Yao Qi <yao.qi@linaro.org>
288
289 * gdb.reverse/aarch64.c: New.
290 * gdb.reverse/aarch64.exp: New.
291
292 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
293
294 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
295 (supports_reverse): Likewise.
296
297 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
298
299 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
300 Use with_test_prefix.
301
302 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.base/completion.exp: Add test for completion of layout
305 names.
306
307 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * lib/gdb.exp (skip_tui_tests): New proc.
310 * gdb.base/tui-layout.exp: Check skip_tui_tests.
311
312 2015-05-19 Pedro Alves <palves@redhat.com>
313
314 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
315 Save the whole env array instead of just HOME. Unset HISTSIZE in
316 the environment while testing. Restore whole environment
317 afterwards.
318
319 2015-05-16 Doug Evans <xdje42@gmail.com>
320
321 * gdb.guile/scm-ports.c: New file.
322 * gdb.guile/scm-ports.exp: Add memory port tests.
323
324 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
325
326 * gdb.compile/compile-print.c: New file.
327 * gdb.compile/compile-print.exp: New file.
328
329 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 * gdb.compile/compile-ops.exp: Cast param to void.
332 * gdb.compile/compile.exp: Complete type for _gdb_expr.
333 (compile code struct_object.selffield = &struct_object): Add xfail.
334
335 2015-05-15 Joel Brobecker <brobecker@adacore.com>
336
337 * gdb.ada/arr_enum_with_gap: New testcase.
338
339 2015-05-15 Joel Brobecker <brobecker@adacore.com>
340
341 * gdb.ada/byte_packed_arr: New testcase.
342
343 2015-05-15 Joel Brobecker <brobecker@adacore.com>
344
345 * gdb.ada/pckd_neg: New testcase.
346
347 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
348
349 PR gdb/17820
350 * gdb.base/gdbinit-history.exp: New test.
351 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
352 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
353
354 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
355
356 * gdb.python/py-xmethods.cc: Enhance test case.
357 * gdb.python/py-xmethods.exp: New tests.
358 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
359 function.
360 (B_indexoper): Likewise.
361 (global_dm_list) : Add new xmethod worker functions.
362
363 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
364
365 * gdb.base/coredump-filter.exp: Correctly unset
366 "coredump_var_addr" array.
367
368 2015-05-08 Pedro Alves <palves@redhat.com>
369
370 * gdb.server/non-existing-program.exp: Unset spawn_id.
371
372 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
373
374 PR python/18291
375 * gdb.python/py-xmethods.exp: Add tests.
376
377 2015-05-08 Yao Qi <yao.qi@linaro.org>
378
379 PR gdb/18208
380 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
381 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
382 function set_coredump_filter, and remove remote_exec call.
383 Remove argument ipid. Callers update.
384 (top level): Don't get inferior's PID.
385
386 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
387
388 * gdb.base/watch_thread_num.exp: Skip test on targets without
389 access watchpoints.
390
391 2015-05-06 Pedro Alves <palves@redhat.com>
392
393 PR server/18081
394 * gdb.server/non-existing-program.exp: New file.
395
396 2015-05-05 Joel Brobecker <brobecker@adacore.com>
397
398 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
399
400 2015-05-05 Joel Brobecker <brobecker@adacore.com>
401
402 * gdb.ada/out_of_line_in_inlined: New testcase.
403
404 2015-05-05 Joel Brobecker <brobecker@adacore.com>
405
406 * gdb.ada/var_rec_arr: New testcase.
407
408 2015-04-30 Yao Qi <yao.qi@linaro.org>
409
410 * gdb.base/break-idempotent.exp: If
411 skip_hw_watchpoint_multi_tests returns true, skip the tests
412 on "rwatch" and "awatch".
413
414 2015-04-30 Yao Qi <yao.qi@linaro.org>
415
416 * gdb.base/relativedebug.exp: Invoke gdb command
417 "info sharedlibrary", and if libc.so doesn't have debug info,
418 skip the test.
419
420 2015-04-29 Doug Evans <dje@google.com>
421
422 * gdb.python/py-xmethods.exp: Add ptype tests.
423 * gdb.python/py-xmethods.py (E_method_char_worker): Add
424 get_result_type method.
425
426 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
427
428 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
429 the target does not support hardware watchpoints.
430
431 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
432
433 * gdb.base/break-always.exp: Abort testing if writing to memory
434 causes an error.
435
436 2015-04-28 Doug Evans <dje@google.com>
437
438 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
439 * gdb.python/py-pp-registration.exp: ... here. New file.
440 * gdb.python/py-pp-registration.c: New file.
441 * gdb.python/py-pp-registration.py: New file.
442
443 2015-04-28 Doug Evans <dje@google.com>
444
445 * gdb.python/py-bad-printers.c: New file.
446 * gdb.python/py-bad-printers.py: New file.
447 * gdb.python/py-bad-printers.exp: New file.
448
449 2015-04-28 Sasha Smundak <asmundak@google.com>
450
451 * gdb.python/py-type.exp: New test.
452
453 2015-04-28 Andy Wingo <wingo@igalia.com>
454
455 * gdb.python/py-parameter.exp:
456 * gdb.guile/scm-parameter.exp: Escape the path that we are
457 matching against, as it might contain characters that are special
458 to regular expressions.
459
460 2015-04-27 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.ada/rec_comp: New testcase.
463
464 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
465
466 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
467 before using it.
468
469 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
472 new tests for verilog output.
473
474 2015-04-24 Yao Qi <yao.qi@linaro.org>
475
476 * boards/remote-gdbserver-on-localhost.exp: New file.
477
478 2015-04-23 Pedro Alves <palves@redhat.com>
479
480 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
481 $inferior_spawn_id instead of $inferior_spawn_id directly. On
482 "end of file", remove $inferior_spawn_id from the indirect list.
483
484 2015-04-23 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
487
488 2015-04-23 Pedro Alves <palves@redhat.com>
489
490 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
491 on $any_spawn_id instead of only on $gdb_spawn_id.
492
493 2015-04-21 Pierre Muller <muller@sourceware.org>
494
495 PR pascal/17815
496 * lib/pascal.exp (gpc_compile): Add new option "class".
497 (fpc_compile): Likewise.
498 * gdb.pascal/case-insensitive-symbols.pas: New file.
499 * gdb.pascal/case-insensitive-symbols.exp: New file.
500
501 2015-04-20 Gary Benson <gbenson@redhat.com>
502
503 * gdb.base/attach.exp: Fix three extended remote failures.
504
505 2015-04-17 Gary Benson <gbenson@redhat.com>
506
507 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
508 the main executable over the remote protocol.
509
510 2015-04-16 Pedro Alves <palves@redhat.com>
511
512 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
513 a new gdbserver if gdbserver_reconnect_p is set.
514
515 2015-04-16 Pedro Alves <palves@redhat.com>
516
517 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
518 is set, don't exit gdbserver.
519
520 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
521
522 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
523 appropriate .insn, such that an older assembler can be used.
524 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
525 the z/Architecture instruction set on 31-bit targets as well.
526
527 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
528
529 * gdb.go/handcall.exp: Remove all logic related to the first
530 breakpoint and rely on go_runto_main instead.
531 * gdb.go/strings.exp: Likewise.
532 * gdb.go/unsafe.exp: Likewise.
533 * gdb.go/hello.exp: Likewise. Also rename the remaining
534 breakpoint marker to "breakpoint 1".
535 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
536 * gdb.go/strings.go: Likewise.
537 * gdb.go/unsafe.go: Likewise.
538 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
539 "set breakpoint 2 here" and rename the remaining breakpoint marker
540 to "breakpoint 1".
541
542 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
543
544 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
545 if itertools.imap is not present.
546 * gdb.python/py-objfile.exp: Add parentheses.
547 * gdb.python/py-type.exp: Same.
548 * gdb.python/py-unwind-maint.py: Same.
549
550 2015-04-15 Yao Qi <yao.qi@linaro.org>
551
552 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
553 of ":$ptr_size" and set its form explicitly.
554
555 2015-04-15 Pedro Alves <palves@redhat.com>
556 Yao Qi <yao.qi@linaro.org>
557
558 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
559 timeout by factor of 4.
560 (test_regular_watch): Likewise.
561 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
562 * gdb.reverse/sigall-reverse.exp: Likewise.
563 * gdb.reverse/until-precsave.exp: Likewise.
564 * lib/gdb.exp (with_timeout_factor): New proc.
565 (gdb_expect): Move some code to ...
566 (get_largest_timeout): ... here. New procedure.
567
568 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
569
570 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
571
572 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
573
574 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
575 to write to the .text section.
576
577 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
578
579 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
580 Handle the case of targets that do not provide PID information.
581
582 2015-04-13 Yao Qi <yao.qi@linaro.org>
583
584 * lib/gdbserver-support.exp (gdb_exit): Catch exception
585 and use expect instead of gdb_expect.
586
587 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
588
589 * gdb.base/coredump-filter.exp: Rename variable "addr" to
590 "coredump_var_addr" to avoid naming conflict with other testcases.
591
592 2015-04-10 Pedro Alves <palves@redhat.com>
593
594 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
595 gdb_test_sequence and gdb_assert.
596
597 2015-04-10 Pedro Alves <palves@redhat.com>
598
599 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
600 test messages that don't include the breakpoint address.
601
602 2015-04-10 Yao Qi <yao.qi@linaro.org>
603
604 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
605 false for some offset and width combinations which aren't
606 supported by linux kernel.
607
608 2015-04-10 Pedro Alves <palves@redhat.com>
609
610 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
611 procedure, factored out from ...
612 (top level): ... here. Add "set displaced-stepping" testing axis.
613 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
614 parameter "displaced". Use it.
615 (top level): Use foreach and add "set displaced-stepping" testing
616 axis.
617
618 2015-04-10 Pedro Alves <palves@redhat.com>
619
620 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
621 Remove comment.
622 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
623 both the address of the instruction that triggers the watchpoint
624 and the address of the instruction immediately after, and use
625 those addresses for the test. Fix comment.
626
627 2015-04-10 Pedro Alves <palves@redhat.com>
628
629 * gdb.base/sigstep.exp (breakpoint_to_handler)
630 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
631 Test "backtrace" in handler.
632 (breakpoint_over_handler): New parameter 'displaced'. Use it.
633 (top level): Add new "displaced" test axis to
634 breakpoint_to_handler, breakpoint_to_handler_entry and
635 breakpoint_over_handler.
636
637 2015-04-10 Pedro Alves <palves@redhat.com>
638
639 PR gdb/18216
640 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
641
642 2015-04-10 Yao Qi <yao.qi@linaro.org>
643
644 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
645 (test_add_rn_pc): New function.
646 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
647 (top level): Invoke test_add_rn_pc.
648
649 2015-04-10 Pedro Alves <palves@redhat.com>
650
651 PR gdb/13858
652 * gdb.base/step-over-no-symbols.exp: New file.
653
654 2015-04-09 Andy Wingo <wingo@igalia.com>
655
656 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
657 after the Python tests.
658
659 2015-04-08 Keith Seitz <keiths@redhat.com>
660
661 PR python/16699
662 * gdb.python/py-completion.exp: New tests for completion.
663 * gdb.python/py-completion.py (CompleteLimit1): New class.
664 (CompleteLimit2): Likewise.
665 (CompleteLimit3): Likewise.
666 (CompleteLimit4): Likewise.
667 (CompleteLimit5): Likewise.
668 (CompleteLimit6): Likewise.
669 (CompleteLimit7): Likewise.
670
671 2015-04-08 Pedro Alves <palves@redhat.com>
672
673 PR gdb/18214
674 PR gdb/18216
675 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
676 function.
677 (main): Install it as SIGUSR1 handler.
678 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
679 parameter. Always use "setup" as prefix. Toggle "set
680 displaced-stepping" off/on depending on global. Don't switch to
681 thread 1 here.
682 (top level): Add displaced stepping "off/on" test axis. Update
683 "setup" calls. Wrap each subtest with with_test_prefix. Test
684 continuing with a queued signal in each thread.
685
686 2015-04-08 Pedro Alves <palves@redhat.com>
687
688 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
689 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
690 gdb_breakpoint instead of gdb_test that doesn't expect anything.
691 Return early if running to main fails.
692 * gdb.trace/while-stepping.exp: Likewise.
693
694 2015-04-07 Pedro Alves <palves@redhat.com>
695
696 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
697 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
698 interact with inferior program.
699
700 2015-04-07 Pedro Alves <palves@redhat.com>
701
702 * lib/gdb.exp (inferior_spawn_id): New global.
703 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
704 spawn id after processing the user code.
705 (default_gdb_start): Set inferior_spawn_id.
706 (send_inferior): New procedure.
707 * lib/gdbserver-support.exp (gdbserver_start): Set
708 inferior_spawn_id.
709 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
710
711 2015-04-07 Pedro Alves <palves@redhat.com>
712
713 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
714 * lib/gdbserver-support.exp (gdbserver_start): Make
715 $server_spawn_id global.
716 (gdbserver_start): Don't wait for gdbserver's spawn id with
717 expect_background.
718 (close_gdbserver): New procedure.
719 (gdb_exit): Rename the default version and reimplement.
720
721 2015-04-07 Pedro Alves <palves@redhat.com>
722
723 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
724 append the substituted item, not the original item.
725
726 2015-04-07 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
729 gdb_expect.
730
731 2015-04-07 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/interrupt.exp: Don't handle the case of the inferior
734 output appearing once only.
735
736 2015-04-07 Pedro Alves <palves@redhat.com>
737
738 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
739 that doesn't expect anything. Return early if running to main
740 fails.
741
742 2015-04-07 Yao Qi <yao.qi@linaro.org>
743
744 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
745 (child_function): Call alarm.
746 (main): Move call to alarm into the loop.
747 * gdb.threads/non-stop-fair-events.exp: Build program with
748 -DTIMEOUT=$timeout.
749
750 2015-04-06 Doug Evans <xdje42@gmail.com>
751
752 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
753 Fix dest parameter to board_info.
754 (fpc_compile): Ditto.
755 (gdb_compile_pascal): Rename dest arg to destfile.
756
757 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
758
759 * gdb.ada/funcall_ref.exp: New file.
760 * gdb.ada/funcall_ref/foo.adb: New file.
761
762 2015-04-02 Yao Qi <yao.qi@linaro.org>
763
764 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
765 is remote.
766
767 2015-04-02 Gary Benson <gbenson@redhat.com>
768
769 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
770
771 2015-04-01 Sasha Smundak <asmundak@google.com>
772
773 * gdb.python/py-unwind-maint.c: New file.
774 * gdb.python/py-unwind-maint.exp: New test.
775 * gdb.python/py-unwind-maint.py: New file.
776 * gdb.python/py-unwind.c: New file.
777 * gdb.python/py-unwind.exp: New test.
778 * gdb.python/py-unwind.py: New test.
779
780 2015-04-01 Pedro Alves <palves@redhat.com>
781
782 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
783 to fail instead of non-existent $test.
784
785 2015-04-01 Pedro Alves <palves@redhat.com>
786
787 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
788 GDBFLAGS if not empty.
789
790 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
791
792 * gdb.ada/complete.exp: Remove "multi_line".
793 * gdb.ada/info_exc.exp: Remove "multi_line".
794 * gdb.ada/packed_tagged.exp: Remove "multi_line".
795 * gdb.ada/ptype_field.exp: Remove "multi_line".
796 * gdb.ada/sym_print_name.exp: Remove "multi_line".
797 * gdb.ada/tagged.exp: Remove "multi_line".
798 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
799 [multi_line ...]
800 * gdb.btrace/delta.exp: Likewise.
801 * gdb.btrace/exception.exp: Likewise.
802 * gdb.btrace/function_call_history.exp: Likewise.
803 * gdb.btrace/instruction_history.exp: Likewise.
804 * gdb.btrace/nohist.exp: Likewise.
805 * gdb.btrace/record_goto.exp: Likewise.
806 * gdb.btrace/segv.exp: Likewise.
807 * gdb.btrace/stepi.exp: Likewise.
808 * gdb.btrace/tailcall.exp: Likewise.
809 * gdb.btrace/unknown_functions.exp: Likewise.
810 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
811 * lib/gdb.exp: Add the "multi_line" helper.
812
813 2015-04-01 Pedro Alves <palves@redhat.com>
814
815 * gdb.threads/tid-reuse.c: New file.
816 * gdb.threads/tid-reuse.exp: New file.
817
818 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
819
820 PR corefiles/16092
821 * gdb.base/coredump-filter.c: New file.
822 * gdb.base/coredump-filter.exp: Likewise.
823
824 2015-03-27 Petr Machata <pmachata@redhat.com>
825
826 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
827 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
828 (Dwarf::assemble): Initialize them.
829 (Dwarf::lines): New function.
830
831 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
832
833 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
834 SYMBOL_PREFIX for x86_64-*-cygwin.
835
836 2015-03-26 Andy Wingo <wingo@igalia.com>
837
838 PR symtab/18148
839 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
840 const_value but not a location.
841 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
842 location defined in non-main CUs are visible.
843
844 2015-03-26 Yao Qi <yao.qi@linaro.org>
845
846 PR testsuite/18139
847 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
848 Add a line number entry for the same line.
849 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
850 Add a line number entry for the same line.
851
852 2015-03-26 Yao Qi <yao.qi@linaro.org>
853
854 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
855 .int 0.
856 (func): Likewise. Add .Lfunc_1 label.
857 Use .Lfunc_1 label.
858 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
859 .int 0.
860 (func): Likewise.
861 Use .Lfunc_1 label.
862
863 2015-03-26 Yao Qi <yao.qi@linaro.org>
864
865 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
866 Call gdb_compile instead to compile each .s files without debug
867 information.
868
869 2015-03-26 Yao Qi <yao.qi@linaro.org>
870
871 * gdb.base/savedregs.exp (process_saved_regs): Make
872 "Saved registers:" optional in the pattern.
873
874 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
875
876 * gdb.btrace/next.exp: Merged into step.exp.
877 * gdb.btrace/finish.exp: Merged into step.exp.
878 * gdb.btrace/nexti.exp: Merged into stepi.exp.
879 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
880 "record goto" and checking the exact replay position.
881 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
882 check for "Recording format" in "info record" output.
883 * gdb.btrace/record_goto.exp: Choose test file based on target.
884 * gdb.btrace/x86-record_goto.S: Renamed into ...
885 * gdb.btrace/x86_64-record_goto.S: ... this.
886 * gdb.btrace/i686-record_goto.S: New.
887 * gdb.btrace/x86-tailcall.S: Renamed into ...
888 * gdb.btrace/x86_64-tailcall.S: ... this.
889 * gdb.btrace/i686-tailcall.S: New.
890 * gdb.btrace/x86-tailcall.c: Renamed into ...
891 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
892 separate statements. Update test.
893 * gdb.btrace/delta.exp: Use record_goto.c as test file.
894 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
895 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
896 * gdb.btrace/tailcall.exp: Choose test file based on target.
897 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
898
899 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
900
901 * gdb.btrace/exception.exp: Increase BTS buffer size.
902
903 2015-03-24 Pedro Alves <palves@redhat.com>
904
905 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
906
907 2015-03-24 Pedro Alves <palves@redhat.com>
908
909 * gdb.threads/schedlock.exp (test_step): No longer expect that
910 "set scheduler-locking step" with "next" over a function call runs
911 threads unlocked.
912
913 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
914
915 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
916
917 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
918
919 PR breakpoints/16466
920 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
921 * gdb.mi/mi-pending.c (thread_func): New function.
922 (int main): Add threading support required.
923 * gdb.mi/mi-pending.exp: Add tests for this issue.
924 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
925 (pendfunc2): Remove stdio dependency.
926 * gdb.mi/mi-pendshr2.c: New file.
927
928 2015-03-23 Keith Seitz <keiths@redhat.com>
929
930 * gdb.linespec/keywords.c: New file.
931 * gdb.linespec/keywords.exp: New file.
932
933 2015-03-23 Keith Seitz <keiths@redhat.com>
934
935 PR gdb/18021
936 * gdb.dwarf2/staticvirtual.exp: New test.
937
938 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
941 * README: Remove HP-UX and gdb.hp.
942 (configuration):
943 * configure: Regenerate.
944 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
945 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
946 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
947 gdb.hp/gdb.defects/Makefile.
948 * gdb.hp/Makefile.in: File deleted.
949 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
950 * gdb.hp/gdb.aCC/optimize.c: File deleted.
951 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
952 * gdb.hp/gdb.aCC/run.c: File deleted.
953 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
954 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
955 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
956 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
957 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
958 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
959 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
960 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
961 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
962 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
963 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
964 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
965 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
966 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
967 * gdb.hp/gdb.base-hp/reg.s: File deleted.
968 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
969 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
970 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
971 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
972 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
973 * gdb.hp/gdb.compat/Makefile.in: File deleted.
974 * gdb.hp/gdb.compat/average.c: File deleted.
975 * gdb.hp/gdb.compat/sum.c: File deleted.
976 * gdb.hp/gdb.compat/xdb.c: File deleted.
977 * gdb.hp/gdb.compat/xdb0.c: File deleted.
978 * gdb.hp/gdb.compat/xdb0.h: File deleted.
979 * gdb.hp/gdb.compat/xdb1.c: File deleted.
980 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
981 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
982 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
983 * gdb.hp/gdb.defects/Makefile.in: File deleted.
984 * gdb.hp/gdb.defects/bs14602.c: File deleted.
985 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
986 * gdb.hp/gdb.defects/solib-d.c: File deleted.
987 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
988 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
989 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
990 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
991 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
992 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
993 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
994 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
995 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
996 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
997 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
998 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
999 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1000 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1001 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1002 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1003 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1004 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1005 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1006 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1007 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1008 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1009 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1010 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1011 * gdb.hp/tools/odump: File deleted.
1012
1013 2015-03-19 Pedro Alves <palves@redhat.com>
1014
1015 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1016 (saw_thread_3): New globals.
1017 (top level): Increment them when an event for the corresponding
1018 thread is seen.
1019 (no thread starvation): New test.
1020
1021 2015-03-19 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.threads/continue-pending-status.c: New file.
1024 * gdb.threads/continue-pending-status.exp: New file.
1025
1026 2015-03-18 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1029 Use gdb_is_target_remote instead of is_remote. Use
1030 gdb_test_multiple instead of gdb_expect. Exit early if
1031 gdb_test_multiple hits its internal matches. Tighten stepi tests
1032 expected output. Fail on exit with any signal, instead of just
1033 SIGILL.
1034
1035 2015-03-18 Yao Qi <yao.qi@linaro.org>
1036
1037 PR tdep/18107
1038 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1039 variable.
1040 * gdb.base/catch-syscall.exp: Don't skip it on
1041 aarch64*-*-linux* target. Remove elements in all_syscalls.
1042 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1043 target.
1044 (setup_all_syscalls): New proc.
1045
1046 2015-03-16 Yao Qi <yao.qi@linaro.org>
1047
1048 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1049 (top level): Skip tests if valid_addr_p returns false for
1050 $cmd1 or $cmd2.
1051
1052 2015-03-11 Andy Wingo <wingo@igalia.com>
1053
1054 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1055
1056 2015-03-11 Yao Qi <yao.qi@linaro.org>
1057
1058 * gdb.base/catch-syscall.exp: Fix typo in comments.
1059
1060 2015-03-11 Yao Qi <yao.qi@linaro.org>
1061
1062 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1063
1064 2015-03-09 Pedro Alves <palves@redhat.com>
1065
1066 * dg-extract-results.py: Delete.
1067
1068 2015-03-09 Pedro Alves <palves@redhat.com>
1069
1070 Merge dg-extract-results.sh from GCC upstream (r218843).
1071
1072 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1073 * dg-extract-results.sh: Use --text with grep to avoid issues with
1074 binary files. Fall back to cat -v, if that doesn't work.
1075
1076 2015-03-05 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1079
1080 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1081
1082 * lib/mi-support.exp (mi_expect_interrupt): Accept
1083 alternative event for when in all-stop mode.
1084
1085 2015-03-04 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1088
1089 2015-03-04 Mark Kettenis <kettenis@gnu.org>
1090
1091 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1092
1093 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1094
1095 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1096 regexps for GDB's current line display, accept a hex address
1097 preceding the line number.
1098
1099 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1100
1101 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1102 the 'arch1' variable for "s390*-linux*" targets.
1103
1104 2015-03-04 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1107 (main): Pass missing retval argument to pthread_join call.
1108
1109 2015-03-02 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1112 (top level): Call do_test with non-stop as well.
1113
1114 2015-03-02 Pedro Alves <palves@redhat.com>
1115
1116 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1117 -1.
1118
1119 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1120
1121 * gdb.arch/s390-vregs.exp: New test.
1122 * gdb.arch/s390-vregs.S: New file.
1123
1124 2015-02-27 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1127 call to catch_command_errors.
1128 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1129 catch_command_errors.
1130
1131 2015-02-27 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1134 "true" for boolean result.
1135 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1136 prototype of main.
1137
1138 2015-02-27 Pedro Alves <palves@redhat.com>
1139
1140 * lib/unbuffer_output.c: New file.
1141 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1142 (main): Call gdb_unbuffer_output.
1143
1144 2015-02-27 Yao Qi <yao.qi@linaro.org>
1145
1146 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1147 target.
1148
1149 2015-02-26 Doug Evans <dje@google.com>
1150
1151 * gdb.cp/class2.cc (Dbase, D): New classes.
1152 (main): New local delta.
1153 * gdb.cp/class2.exp: Test printing delta.
1154 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1155 (dynbar): New global.
1156 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1157
1158 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 * gdb.compile/compile-ifunc.c: New file.
1161 * gdb.compile/compile-ifunc.exp: New file.
1162
1163 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1164
1165 * gdb.base/structs.exp: Check for correct struct on finish.
1166
1167 2015-02-26 Yao Qi <yao.qi@linaro.org>
1168
1169 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1170 is zero.
1171
1172 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 * gdb.arch/cordic.ko.bz2: New file.
1175 * gdb.arch/cordic.ko.debug.bz2: New file.
1176 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1177
1178 2015-02-25 Yao Qi <yao.qi@linaro.org>
1179
1180 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1181 aarch64*-*-* target.
1182
1183 2015-02-23 Pedro Alves <palves@redhat.com>
1184
1185 * lib/gdb.exp (delete_breakpoints): Rewrite using
1186 gdb_test_multiple.
1187
1188 2015-02-23 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.base/info-os.c: Include stdlib.h.
1191
1192 2015-02-22 Doug Evans <xdje42@gmail.com>
1193
1194 PR symtab/17855
1195 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1196 is read after symbols have been re-read.
1197 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1198 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1199
1200 2015-02-21 Doug Evans <dje@google.com>
1201
1202 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1203
1204 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 PR corefiles/17808
1207 * gdb.arch/i386-biarch-core.core.bz2: New file.
1208 * gdb.arch/i386-biarch-core.exp: New file.
1209
1210 2015-02-21 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1213 runto_main fails.
1214
1215 2015-02-20 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1218 info probes.
1219
1220 2015-02-20 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1223
1224 2015-02-20 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1227 clean_restart before gdb_target_supports_trace.
1228
1229 2015-02-20 Pedro Alves <palves@redhat.com>
1230
1231 PR threads/18006
1232 * gdb.threads/clone-thread_db.c: New file.
1233 * gdb.threads/clone-thread_db.exp: New file.
1234
1235 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1236
1237 PR breakpoints/16812
1238 * gdb.base/catch-gdb-caused-signals.c: New file.
1239 * gdb.base/catch-gdb-caused-signals.exp: New file.
1240
1241 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1242
1243 * configure: Regenerated.
1244 * configure.ac: Use GDB_AC_TRANSFORM.
1245 * aclocal.m4: sinclude ../transform.m4.
1246
1247 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1248
1249 * lib/dtrace.exp: New file.
1250 * gdb.base/dtrace-probe.exp: Likewise.
1251 * gdb.base/dtrace-probe.d: Likewise.
1252 * gdb.base/dtrace-probe.c: Likewise.
1253 * lib/pdtrace.in: Likewise.
1254 * configure.ac: Output variables with the transformed names of
1255 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1256 * configure: Regenerated.
1257
1258 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1259
1260 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1261 expected message when trying to access $_probe_* convenience
1262 variables while not on a probe.
1263
1264 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1267
1268 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1269
1270 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1271 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1272
1273 2015-02-10 Doug Evans <xdje42@gmail.com>
1274
1275 * lib/gdb.exp (gdb_load): Always return a result.
1276
1277 2015-02-10 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.threads/signal-sigtrap.c: New file.
1280 * gdb.threads/signal-sigtrap.exp: New file.
1281
1282 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1283
1284 * gdb.trace/no-attach-trace.c: New file.
1285 * gdb.trace/no-attach-trace.exp: New file.
1286
1287 2015-02-09 Mark Wielaard <mjw@redhat.com>
1288
1289 * gdb.dwarf2/atomic.c: New file.
1290 * gdb.dwarf2/atomic-type.exp: Likewise.
1291
1292 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1293
1294 * gdb.btrace/buffer-size.exp: Update "info record" output.
1295 * gdb.btrace/delta.exp: Update "info record" output.
1296 * gdb.btrace/enable.exp: Update "info record" output.
1297 * gdb.btrace/finish.exp: Update "info record" output.
1298 * gdb.btrace/instruction_history.exp: Update "info record" output.
1299 * gdb.btrace/next.exp: Update "info record" output.
1300 * gdb.btrace/nexti.exp: Update "info record" output.
1301 * gdb.btrace/step.exp: Update "info record" output.
1302 * gdb.btrace/stepi.exp: Update "info record" output.
1303 * gdb.btrace/nohist.exp: Update "info record" output.
1304
1305 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1306
1307 * gdb.btrace/buffer-size: New.
1308
1309 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1310
1311 * gdb.btrace/delta.exp: Update "info record" output.
1312 * gdb.btrace/enable.exp: Update "info record" output.
1313 * gdb.btrace/finish.exp: Update "info record" output.
1314 * gdb.btrace/instruction_history.exp: Update "info record" output.
1315 * gdb.btrace/next.exp: Update "info record" output.
1316 * gdb.btrace/nexti.exp: Update "info record" output.
1317 * gdb.btrace/step.exp: Update "info record" output.
1318 * gdb.btrace/stepi.exp: Update "info record" output.
1319 * gdb.btrace/nohist.exp: Update "info record" output.
1320
1321 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1322
1323 PR gdb/15678
1324 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1325
1326 2015-02-06 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1329 macro.
1330 (seconds_left, again): New globals.
1331 (main): Wait seconds_left in a 1-second sleep loop instead of
1332 sleeping 180 seconds. If 'again' is set, reset the seconds
1333 counter.
1334 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1335 'again' in the inferior before detaching. Print the seconds left.
1336 (options): New global.
1337 (top level): Build program with -DTIMEOUT=$timeout.
1338
1339 2015-02-06 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1342 determine how many seconds to pass to 'alarm'.
1343 * gdb.base/gdb-sigterm.exp (top level): Build program with
1344 -DTIMEOUT=$timeout.
1345 (do_test): Return success/failure indication. Add more verbose
1346 logging. Don't fail if 200 single steps are seen. Instead, fail
1347 when the test times out.
1348 (passes): New global.
1349 (top level): Break the testing loop if testing fails on any
1350 iteration. Use gdb_assert.
1351
1352 2015-02-04 Don Breazeal <donb@codesourcery.com>
1353
1354 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1355 and initialize them.
1356 (ipc_cleanup): New function.
1357 (main): Don't declare shmid, semid, and msqid. Add a call to
1358 atexit so that we call ipc_cleanup on exit.
1359
1360 2015-02-04 Pedro Alves <palves@redhat.com>
1361
1362 * boards/native-extended-gdbserver.exp: Remove any target variant
1363 specifications from the board name before clearing the isremote
1364 flag from board_info.
1365
1366 2015-01-31 Doug Evans <xdje42@gmail.com>
1367
1368 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1369
1370 2015-01-31 Gary Benson <gbenson@redhat.com>
1371
1372 * gdb.base/completion.exp: Disable completion limiting for
1373 existing tests. Add new tests to check completion limiting.
1374 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1375
1376 2015-01-31 Doug Evans <xdje42@gmail.com>
1377
1378 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1379
1380 2015-01-31 Doug Evans <xdje42@gmail.com>
1381
1382 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1383 entries. Duplicate file section script entries.
1384 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1385 inlined entries. Add test for safe-path rejection.
1386 * gdb.python/py-section-script.c: Add duplicate inlined section script
1387 entries. Duplicate file section script entries.
1388 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1389 inlined entries. Add test for safe-path rejection.
1390
1391 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.ada/disc_arr_bound: New testcase.
1394
1395 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1396
1397 * gdb.ada/mi_var_array: New testcase.
1398
1399 2015-01-27 Doug Evans <dje@google.com>
1400
1401 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1402 Add test for objfile.filename, objfile.username after objfile
1403 has been unloaded.
1404
1405 2015-01-26 Joel Brobecker <brobecker@adacore.com>
1406
1407 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1408 the second test to print the name attribute of value
1409 returned by the call to gdb.lookup_type, and adjust
1410 the expected output accordingly.
1411
1412 2015-01-25 Mark Wielaard <mjw@redhat.com>
1413
1414 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1415 * gdb.base/disp-step-fork.c: Include unistd.h.
1416 * gdb.base/siginfo-obj.c: Include stdio.h.
1417 * gdb.base/siginfo-thread.c: Likewise.
1418 * gdb.mi/non-stop.c: Include unistd.h.
1419 * gdb.mi/nsthrexec.c: Include stdio.h.
1420 * gdb.mi/pthreads.c: Include unistd.h.
1421 * gdb.modula2/unbounded1.c (main): Declare returns int.
1422 * gdb.reverse/consecutive-reverse.c: Likewise.
1423 * gdb.threads/create-fail.c: Include unistd.h.
1424 * gdb.threads/killed.c: Likewise.
1425 * gdb.threads/linux-dp.c: Likewise.
1426 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1427 * gdb.threads/non-ldr-exc-2.c: Likewise.
1428 * gdb.threads/non-ldr-exc-3.c: Likewise.
1429 * gdb.threads/non-ldr-exc-4.c: Likewise.
1430 * gdb.threads/pthreads.c: Include unistd.h.
1431 (main): Declare returns int.
1432 * gdb.threads/tls-main.c (foo): New declaration.
1433 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1434
1435 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1436
1437 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1438 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1439
1440 2015-01-15 Mark Wielaard <mjw@redhat.com>
1441
1442 * gdb.base/noreturn-return.c: New file.
1443 * gdb.base/noreturn-return.exp: New file.
1444 * gdb.base/noreturn-finish.c: New file.
1445 * gdb.base/noreturn-finish.exp: New file.
1446
1447 2015-01-23 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.threads/continue-pending-after-query.c: New file.
1450 * gdb.threads/continue-pending-after-query.exp: New file.
1451
1452 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1453 Simon Marchi <simon.marchi@ericsson.com>
1454
1455 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1456 * gdb.base/valgrind-db-attach.exp: Same.
1457 * gdb.base/valgrind-infcall.exp: Same.
1458 * lib/mi-support.exp (default_mi_gdb_start): Same.
1459 * lib/prompt.exp (default_prompt_gdb_start): Same.
1460 * lib/gdb.exp (default_gdb_spawn): Same.
1461 (gdb_interact): New.
1462
1463
1464 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * gdb.compile/compile.exp (pointer to jit function): New test.
1467
1468 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1469
1470 * lib/gdb.exp (supports_process_record): Return true for
1471 powerpc*-*-linux*.
1472 (supports_reverse): Likewise.
1473
1474 2015-01-15 Don Breazeal <donb@codesourcery.com>
1475
1476 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1477 instead of checking whether the target board is remote and
1478 use spawn_wait_for_attach instead of exec/sleep.
1479 * gdb.base/attach-twice.exp: Likewise.
1480
1481 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.ada/var_arr_attrs: New testcase.
1484
1485 2015-01-14 Pedro Alves <palves@redhat.com>
1486 Joel Brobecker <brobecker@adacore.com>
1487
1488 PR gdb/17525
1489 * gdb.base/bp-cmds-execution-x-script.c: New file.
1490 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1491 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1492
1493 2015-01-14 Pedro Alves <palves@redhat.com>
1494
1495 PR cli/17828
1496 * gdb.base/batch-preserve-term-settings.c: New file.
1497 * gdb.base/batch-preserve-term-settings.exp: New file.
1498
1499 2015-01-13 Doug Evans <dje@google.com>
1500
1501 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1502 binary.
1503
1504 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1505
1506 * Makefile.in (clean mostlyclean): Do not delete *.py.
1507
1508 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1509
1510 * gdb.python/py-lookup-type.exp: New file.
1511
1512 2015-01-12 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1515 restore GDBFLAGS before returning.
1516
1517 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1520 is_amd64_regs_target and is_x86_like_target.
1521
1522 2015-01-11 Doug Evans <xdje42@gmail.com>
1523
1524 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1525 is given without an explicit form.
1526 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1527 attributes.
1528 * gdb.dwarf/corrupt.exp: Ditto.
1529 * gdb.dwarf2/enum-type.exp: Ditto.
1530 * gdb.trace/entry-values.exp: Ditto.
1531 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1532
1533 2015-01-11 Doug Evans <xdje42@gmail.com>
1534
1535 PR gdb/15830
1536 * gdb.base/maint.exp: Remove references to "maint demangle".
1537 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1538 Add tests for explicitly specifying language to demangle.
1539 * gdb.dlang/demangle.exp: Ditto.
1540
1541 2015-01-09 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.threads/non-stop-fair-events.c: New file.
1544 * gdb.threads/non-stop-fair-events.exp: New file.
1545
1546 2015-01-09 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1549 the global scope. Set a breakpoint after all threads are started
1550 rather than stepping over two source lines. Expect the prompt.
1551 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1552 global.
1553 (NUM): Now 15.
1554 (main): Use threads_started_barrier to wait for all threads to
1555 start. Main thread no longer calls thread_function. Exit after
1556 180 seconds.
1557 (loop): New function.
1558 (thread_function): Wait on threads_started_barrier barrier. Call
1559 'loop' at each iteration.
1560 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1561 threads have started, instead of hardcoding number of "next"
1562 steps. Use an access watchpoint instead of a write watchpoint.
1563
1564 2015-01-09 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1567 (thread_func): Wait on barrier.
1568 (main): Wait for all threads to start before stopping GDB.
1569 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1570 global.
1571 (thread1_func, thread2_func): Wait on barrier.
1572 (main): Wait for all threads to start before stopping GDB.
1573 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1574 New global.
1575 (thread1_func, thread2_func): Wait on barrier.
1576 (main): Wait for all threads to start before stopping GDB.
1577
1578 2015-01-09 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.threads/attach-many-short-lived-threads.c: New file.
1581 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1582
1583 2014-01-09 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1586 instead of to thread 2.
1587 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1588 Add barrier around each pthread_create call instead of around all
1589 calls.
1590 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1591 Set a break on thread_function and have the child threads hit it
1592 one at at a time.
1593
1594 2015-01-09 Pedro Alves <palves@redhat.com>
1595
1596 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1597 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1598 false.
1599 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1600 checking whether the target board is remote.
1601 * gdb.multi/multi-attach.exp: Likewise.
1602 * gdb.python/py-sync-interp.exp: Likewise.
1603 * gdb.server/ext-attach.exp: Likewise.
1604 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1605 tests that need to attach, instead of checking whether the target
1606 board is remote at the top of the file.
1607
1608 2015-01-08 Yao Qi <yao@codesourcery.com>
1609
1610 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1611
1612 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1613
1614 Fix testcase compilation.
1615 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1616
1617 2015-01-06 Joel Brobecker <brobecker@adacore.com>
1618
1619 * gdb.python/py-type.exp: Add a couple test about empty
1620 array creation, and negative-length array creation.
1621
1622 2015-01-02 Doug Evans <xdje42@gmail.com>
1623
1624 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1625
1626 2015-01-02 Doug Evans <dje@google.com>
1627
1628 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1629
1630 2014-12-29 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.trace/entry-values.exp: Update comments. Rename variable
1633 bar_call_foo to returned_from_foo.
1634
1635 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1636
1637 PR gdb/17394
1638 * gdb.linespec/break-asm-file.c: New file.
1639 * gdb.linespec/break-asm-file.exp: New file.
1640 * gdb.linespec/break-asm-file0.s: New file.
1641 * gdb.linespec/break-asm-file1.s: New file.
1642
1643 2014-12-18 Nigel Stephens <nigel@mips.com>
1644 Maciej W. Rozycki <macro@codesourcery.com>
1645
1646 * gdb.base/float.exp: Handle the new output from "info float" on
1647 MIPS targets.
1648
1649 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1650
1651 Fix MinGW compilation.
1652 * gdb.compile/compile-ops.exp: Update untested message if
1653 !skip_compile_feature_tests.
1654 * gdb.compile/compile-setjmp.exp: Likewise.
1655 * gdb.compile/compile-tls.exp: Likewise.
1656 * gdb.compile/compile.exp: Likewise.
1657 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1658 supported on this host".
1659
1660 2014-12-16 Doug Evans <xdje42@gmail.com>
1661
1662 * boards/stabs.exp: New file.
1663
1664 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1665
1666 * gdb.base/completion.exp: Adjust to format changes of "maint
1667 print user-registers".
1668
1669 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
1670
1671 PR server/17457
1672 * gdb.arch/aarch64-fp.c: New file.
1673 * gdb.arch/aarch64-fp.exp: New file.
1674
1675 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1676
1677 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1678 r210637, r210913, r211666, r215400, r215817).
1679
1680 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1681 * dg-extract-results.py: New file.
1682 * dg-extract-results.sh: Use it if the environment seems
1683 suitable.
1684
1685 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1686
1687 * dg-extract-results.py (parse_run): Handle warnings that
1688 are printed before a test harness is run.
1689
1690 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1691
1692 * dg-extract-results.py (Named): Remove __cmp__ method.
1693 (output_variation): Use a key to sort variation.harnesses.
1694
1695 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1696
1697 * dg-extract-results.py: For Python 3, force sys.stdout to
1698 handle surrogate escape sequences.
1699 (safe_open): New function.
1700 (output_segment, main): Use it.
1701
1702 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1703
1704 * dg-extract-results.py (Prog.result_re): Include options
1705 in test name.
1706
1707 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1708
1709 * dg-extract-results.py (output_variation): Always sort if
1710 do_sum.
1711
1712 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1713
1714 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1715 as long as we get pagination notifications.
1716
1717 2014-12-15 Jason Merrill <jason@redhat.com>
1718
1719 * Makefile.in (check-gdb.%): Restore.
1720 * README: Mention it.
1721
1722 2014-12-13 Joel Brobecker <brobecker@adacore.com>
1723
1724 * gdb.ada/str_uninit: New testcase.
1725
1726 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 PR symtab/17642
1729 * gdb.base/vla-stub-define.c: New file.
1730 * gdb.base/vla-stub.c: New file.
1731 * gdb.base/vla-stub.exp: New file.
1732
1733 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1734 Jan Kratochvil <jan.kratochvil@redhat.com>
1735 Tom Tromey <tromey@redhat.com>
1736
1737 * configure.ac: Add gdb.compile/.
1738 * configure: Regenerate.
1739 * gdb.compile/Makefile.in: New file.
1740 * gdb.compile/compile-ops.exp: New file.
1741 * gdb.compile/compile-ops.c: New file.
1742 * gdb.compile/compile-tls.c: New file.
1743 * gdb.compile/compile-tls.exp: New file.
1744 * gdb.compile/compile-constvar.S: New file.
1745 * gdb.compile/compile-constvar.c: New file.
1746 * gdb.compile/compile-mod.c: New file.
1747 * gdb.compile/compile-nodebug.c: New file.
1748 * gdb.compile/compile-setjmp-mod.c: New file.
1749 * gdb.compile/compile-setjmp.c: New file.
1750 * gdb.compile/compile-setjmp.exp: New file.
1751 * gdb.compile/compile-shlib.c: New file.
1752 * gdb.compile/compile.c: New file.
1753 * gdb.compile/compile.exp: New file.
1754 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1755
1756 2014-12-12 Tom Tromey <tromey@redhat.com>
1757
1758 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1759 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1760
1761 2014-12-12 Doug Evans <dje@google.com>
1762
1763 * lib/gdb-python.exp (get_python_valueof): New function.
1764 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1765
1766 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1767
1768 * gdb.base/completion.exp: Add test for completion of "info
1769 registers ".
1770
1771 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1772
1773 * gdb.base/func-ptrs.c: New file.
1774 * gdb.base/func-ptrs.exp: New file.
1775
1776 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1777
1778 PR breakpoints/17012
1779 * gdb.base/dprintf-detach.c: New file.
1780 * gdb.base/dprintf-detach.exp: New file.
1781
1782 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1783
1784 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1785 * lib/gdb.exp (target_is_gdbserver): New procedure.
1786
1787 2014-12-08 Doug Evans <dje@google.com>
1788
1789 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1790
1791 2014-12-05 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.guile/scm-error.exp: Remove the third argument to
1794 gdb_remote_download.
1795 * gdb.guile/scm-frame-args.exp: Likewise.
1796 * gdb.guile/scm-section-script.exp: Likewise.
1797
1798 2014-12-05 Yao Qi <yao@codesourcery.com>
1799
1800 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1801
1802 2014-12-04 Doug Evans <dje@google.com>
1803
1804 * gdb.python/py-objfile.exp: Add tests for
1805 objfile.add_separate_debug_file.
1806
1807 2014-12-04 Doug Evans <dje@google.com>
1808
1809 * lib/gdb.exp (get_build_id): New function.
1810 (build_id_debug_filename_get): Rewrite to use it.
1811 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1812
1813 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1814
1815 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1816 `method(long)', not just 0x0.
1817 * gdb.cp/nsalias.exp: Align code labels to 4.
1818 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1819 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1820 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1821 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1822 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1823 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1824
1825 2014-12-02 Doug Evans <dje@google.com>
1826
1827 PR symtab/17602
1828 * gdb.cp/anon-ns.cc: Move guts of this file to ...
1829 * gdb.cp/anon-ns2.cc: ... here. New file.
1830 * gdb.cp/anon-ns.exp: Update.
1831
1832 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1833
1834 * gdb.python/py-events.py (inferior_call_handler): New.
1835 (register_changed_handler, memory_changed_handler): New.
1836 (test_events.invoke): Register new handlers.
1837 * gdb.python/py-events.exp: Add tests for inferior call,
1838 memory_changed and register_changed events.
1839
1840 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1841
1842 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1843 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1844 if the linker doesn't understand this.
1845
1846 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1847
1848 * gdb.python/python.exp: Change expected reply to help().
1849
1850 2014-12-01 Yao Qi <yao@codesourcery.com>
1851
1852 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1853 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1854 * configure: Re-generated.
1855
1856 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1857
1858 * gdb.cp/chained-calls.cc: New file.
1859 * gdb.cp/chained-calls.exp: New file.
1860 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1861
1862 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1863
1864 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1865 * gdb.dwarf2/symtab-producer.exp: Same.
1866 * gdb.gdb/python-interrupts.exp: Same.
1867 * gdb.gdb/python-selftest.exp: Same.
1868 * gdb.python/py-linetable.exp: Same.
1869 * gdb.python/py-type.exp: Same.
1870 * gdb.python/py-value-cc.exp: Same.
1871 * gdb.python/py-value.exp: Same.
1872
1873 2014-11-28 Yao Qi <yao@codesourcery.com>
1874
1875 * gdb.base/break-probes.exp: Match library name prefixed with
1876 sysroot.
1877
1878 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1879
1880 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1881 test expected output. Add parentheses for the call to print.
1882 Remove L suffix from integers.
1883
1884 2014-11-26 Doug Evans <dje@google.com>
1885
1886 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1887
1888 2014-11-22 Yao Qi <yao@codesourcery.com>
1889
1890 * gdb.trace/entry-values.c: Remove asms.
1891 (foo): Add foo_label.
1892 (bar): Add bar_label.
1893 * gdb.trace/entry-values.exp: Remove code computing foo's
1894 length and bar's length.
1895 (Dwarf::assemble): Invoke function_range for bar and use
1896 MACRO_AT_func for foo.
1897
1898 2014-11-22 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1901 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1902 Use .Lgcc43_procstart instead of gcc43.
1903
1904 2014-11-21 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/n_arr_bound: New testcase.
1907
1908 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1909
1910 PR breakpoints/10737
1911 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1912 test_catch_syscall_multi_arch.
1913 (test_catch_syscall_multi_arch): New function.
1914
1915 2014-11-20 Doug Evans <xdje42@gmail.com>
1916
1917 * gdb.base/maint.exp: Update expected output.
1918
1919 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1920
1921 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1922 4-byte instruction on S390.
1923
1924 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1925
1926 * gdb.ada/arr_arr: New testcase.
1927
1928 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1929
1930 * gdb.ada/pkd_arr_elem: New Testcase.
1931
1932 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
1933
1934 * gdb.reverse/break-precsave: Expect completion message for
1935 core file reads.
1936 * gdb.reverse/consecutive-precsave.exp: Likewise.
1937 * gdb.reverse/finish-precsave.exp: Likewise.
1938 * gdb.reverse/i386-precsave.exp: Likewise.
1939 * gdb.reverse/machinestate-precsave.exp: Likewise.
1940 * gdb.reverse/sigall-precsave.exp: Likewise.
1941 * gdb.reverse/solib-precsave.exp: Likewise.
1942 * gdb.reverse/step-precsave.exp: Likewise.
1943 * gdb.reverse/until-precsave.exp: Likewise.
1944 * gdb.reverse/watch-precsave.exp: Likewise.
1945
1946 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1947
1948 * gdb.base/bp-permanent.c: Include unistd.h.
1949 * gdb.python/py-framefilter-mi.c (main): Add return type.
1950 * gdb.python/py-framefilter.c (main): Likewise.
1951 * gdb.trace/actions-changed.c (main): Likewise.
1952
1953 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1954
1955 * gdb.mi/until.c: Add eye-catchers.
1956 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1957 line numbers.
1958
1959 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1960
1961 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1962 function header variants in break1.c.
1963 * gdb.base/ena-dis-br.exp: Likewise.
1964 * gdb.base/hbreak2.exp: Likewise.
1965 * gdb.reverse/until-precsave.exp: Drop references to removed
1966 non-prototype function header variants in ur1.c.
1967 * gdb.reverse/until-reverse.exp: Likewise.
1968
1969 2014-11-17 Petr Machata <pmachata@redhat.com>
1970
1971 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1972 ${_cu_offset_size} bytes abbrev offset.
1973
1974 2014-11-15 Doug Evans <xdje42@gmail.com>
1975
1976 PR symtab/17559
1977 * gdb.base/line-symtabs.exp: New file.
1978 * gdb.base/line-symtabs.c: New file.
1979 * gdb.base/line-symtabs.h: New file.
1980
1981 2014-11-14 Yao Qi <yao@codesourcery.com>
1982
1983 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1984 (func): Add label func_label.
1985 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1986 Replace low_pc and high_pc with MACRO_AT_range.
1987 Replace name, low_pc and high_pc with MACRO_AT_func.
1988
1989 2014-11-14 Yao Qi <yao@codesourcery.com>
1990
1991 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1992 Replace name, low_pc and high_pc with MACRO_AT_func.
1993
1994 2014-11-14 Yao Qi <yao@codesourcery.com>
1995
1996 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1997 produce debug information.
1998 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1999
2000 2014-11-14 Yao Qi <yao@codesourcery.com>
2001
2002 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2003 object and get function length.
2004 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2005 with MACRO_AT_func.
2006 (top-level): Replace gdb_compile and clean_restart with
2007 prepare_for_testing.
2008 * gdb.dwarf2/main.c (main): Add label main_label.
2009
2010 2014-11-14 Yao Qi <yao@codesourcery.com>
2011
2012 * lib/dwarf.exp (function_range): New procedure.
2013 (Dwarf::_handle_macro_at_func): New procedure.
2014 (Dwarf::_handle_macro_at_range): New procedure.
2015 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2016
2017 2014-11-14 Yao Qi <yao@codesourcery.com>
2018
2019 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2020 (_handle_attribute): New procedure.
2021
2022 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2023
2024 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2025 * gdb.base/call-sc.c (zed): Likewise.
2026 * gdb.base/checkpoint.c (main): Likewise.
2027 * gdb.base/dump.c (main): Likewise.
2028 * gdb.base/gcore.c (main): Likewise.
2029 * gdb.base/huge.c (main): Likewise.
2030 * gdb.base/multi-forks.c (main): Likewise.
2031 * gdb.base/pr10179-a.c (main): Likewise.
2032 * gdb.base/savedregs.c (main): Likewise.
2033 * gdb.base/sigaltstack.c (main): Likewise.
2034 * gdb.base/siginfo.c (main): Likewise.
2035 * gdb.base/structs.c (zed): Likewise.
2036 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2037 * gdb.mi/mi-syn-frame.c (main): Likewise.
2038 * gdb.mi/until.c (foo, main): Likewise.
2039 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2040 * gdb.base/solib-weak.c (foo): Declare.
2041 * gdb.base/attach-twice.c: Include stdio.h.
2042 * gdb.base/weaklib1.c: Likewise.
2043 * gdb.base/weaklib2.c: Likewise.
2044 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2045 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2046 unistd.h.
2047 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2048 * gdb.mi/mi-exit-code.c: Likewise.
2049 * gdb.base/break-interp-lib.c: Include string.h.
2050 * gdb.base/coremaker.c: Likewise.
2051 * gdb.base/testenv.c: Likewise.
2052 * gdb.python/py-finish-breakpoint.c: Likewise.
2053 * gdb.base/inferior-died.c: Include sys/wait.h.
2054 * gdb.base/fileio.c: Include time.h.
2055 * gdb.base/async-shell.c: Include unistd.h.
2056 * gdb.base/dprintf-non-stop.c: Likewise.
2057 * gdb.base/info-os.c: Likewise.
2058 * gdb.mi/mi-console.c: Likewise.
2059 * gdb.mi/watch-nonstop.c: Likewise.
2060 * gdb.python/py-events.c: Likewise.
2061 * gdb.base/async.c (baz): Move up before its invocation.
2062 * gdb.base/code_elim2.c (my_global_func): Likewise.
2063 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2064 * gdb.base/advance.c (func2): Likewise.
2065
2066 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2067
2068 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2069 variant.
2070 * gdb.base/annota3.c: Likewise.
2071 * gdb.base/async.c: Likewise.
2072 * gdb.base/average.c: Likewise.
2073 * gdb.base/call-ar-st.c: Likewise.
2074 * gdb.base/call-rt-st.c: Likewise.
2075 * gdb.base/call-sc.c: Likewise.
2076 * gdb.base/call-strs.c: Likewise.
2077 * gdb.base/ending-run.c: Likewise.
2078 * gdb.base/execd-prog.c: Likewise.
2079 * gdb.base/exprs.c: Likewise.
2080 * gdb.base/foll-exec.c: Likewise.
2081 * gdb.base/foll-fork.c: Likewise.
2082 * gdb.base/foll-vfork.c: Likewise.
2083 * gdb.base/funcargs.c: Likewise.
2084 * gdb.base/gcore.c: Likewise.
2085 * gdb.base/jump.c: Likewise.
2086 * gdb.base/langs0.c: Likewise.
2087 * gdb.base/langs1.c: Likewise.
2088 * gdb.base/langs2.c: Likewise.
2089 * gdb.base/mips_pro.c: Likewise.
2090 * gdb.base/nodebug.c: Likewise.
2091 * gdb.base/opaque0.c: Likewise.
2092 * gdb.base/opaque1.c: Likewise.
2093 * gdb.base/recurse.c: Likewise.
2094 * gdb.base/run.c: Likewise.
2095 * gdb.base/scope0.c: Likewise.
2096 * gdb.base/scope1.c: Likewise.
2097 * gdb.base/setshow.c: Likewise.
2098 * gdb.base/setvar.c: Likewise.
2099 * gdb.base/shmain.c: Likewise.
2100 * gdb.base/shr1.c: Likewise.
2101 * gdb.base/shr2.c: Likewise.
2102 * gdb.base/sigall.c: Likewise.
2103 * gdb.base/signals.c: Likewise.
2104 * gdb.base/so-indr-cl.c: Likewise.
2105 * gdb.base/solib2.c: Likewise.
2106 * gdb.base/structs.c: Likewise.
2107 * gdb.base/sum.c: Likewise.
2108 * gdb.base/vforked-prog.c: Likewise.
2109 * gdb.base/watchpoint.c: Likewise.
2110 * gdb.reverse/shr2.c: Likewise.
2111 * gdb.reverse/until-reverse.c: Likewise.
2112 * gdb.reverse/ur1.c: Likewise.
2113 * gdb.reverse/watch-reverse.c: Likewise.
2114
2115 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2116
2117 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2118 variant.
2119 * gdb.base/sepdebug.exp: Drop references to removed code.
2120
2121 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2122
2123 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2124 variant. Preserve original line numbering.
2125 * gdb.base/list1.c: Likewise.
2126
2127 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2128
2129 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2130 variant.
2131 * gdb.base/break1.c: Likewise.
2132 * gdb.base/break.exp: Drop references to removed code.
2133
2134 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2135
2136 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2137 variant.
2138
2139 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2140
2141 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2142
2143 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2144
2145 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2146 logic into perform_all_tests() and invoke it with and without
2147 function header prototypes.
2148 (do_function_calls): Remove conditional XFAIL for PR 5318.
2149 (rerun_and_prepare): Remove duplicate code.
2150 (perform_all_tests): New. Main logic moved here.
2151
2152 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2153
2154 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2155 code guarded by #ifdef NO_PROTOTYPES.
2156 (t_double_many_args): Likewise.
2157 (DEF_FUNC_MANY_ARGS_1): Likewise.
2158 (DEF_FUNC_VALUES_1): Likewise.
2159 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2160 guarded by #ifdef PROTOTYPES.
2161
2162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2163
2164 * gdb.mi/mi-console.c: Add eye-catcher.
2165 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2166 instead of literal line number.
2167
2168 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2169
2170 * gdb.base/shr2.c: Add eye-catcher.
2171 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2172 line number.
2173
2174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2175
2176 * gdb.base/jump.c: Add eye-catchers.
2177 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2178 numbers.
2179
2180 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2181
2182 * gdb.base/execd-prog.c: Add eye-catchers.
2183 * gdb.base/foll-exec.c: Likewise.
2184 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2185 line numbers.
2186
2187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2188
2189 * gdb.base/ending-run.c: Add eye-catchers.
2190 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2191 literal line numbers.
2192
2193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2194
2195 * gdb.base/call-rt-st.c: Add eye-catchers.
2196 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2197 literal line numbers.
2198
2199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2200
2201 * gdb.base/call-ar-st.c: Add eye-catchers.
2202 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2203 literal line numbers.
2204
2205 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2206
2207 * gdb.base/average.c: Add eye-catchers.
2208 * gdb.base/sum.c: Likewise.
2209 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2210 regexps dynamically.
2211
2212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2213
2214 * gdb.base/solib1.c: Add eye-catchers.
2215 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2216 literal line numbers.
2217
2218 2014-11-12 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2221 leader has exited.
2222
2223 2014-11-12 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.arch/i386-bp_permanent.c: New file.
2226 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2227 (srcfile): Set to i386-bp_permanent.c.
2228 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2229 that stepi does not execute the 'leave' instruction, instead of
2230 testing it does execute.
2231 * gdb.base/bp-permanent.c: New file.
2232 * gdb.base/bp-permanent.exp: New file.
2233
2234 2014-11-10 Doug Evans <xdje42@gmail.com>
2235
2236 PR symtab/17564
2237 * gdb.base/symtab-search-order.exp: New file.
2238 * gdb.base/symtab-search-order.c: New file.
2239 * gdb.base/symtab-search-order-1.c: New file.
2240 * gdb.base/symtab-search-order-shlib-1.c: New file.
2241
2242 2014-11-07 Pedro Alves <palves@redhat.com>
2243
2244 PR gdb/17511
2245 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2246 i?86-*-linux*.
2247
2248 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2249
2250 PR c++/17494
2251 * gdb.cp/pr17494.cc: New file.
2252 * gdb.cp/pr17494.exp: New file.
2253
2254 2014-11-02 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.python/python.exp: Get working directory and match the
2257 output of "set extended-prompt \\w " with it.
2258
2259 2014-10-30 Doug Evans <dje@google.com>
2260
2261 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2262 in objfiles.
2263 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2264 in progspaces.
2265
2266 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
2267
2268 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2269 * gdb.base/realname-expand.exp: Likewise.
2270 * gdb.linespec/macro-relative.exp: Likewise.
2271
2272 2014-10-29 Pedro Alves <palves@redhat.com>
2273
2274 PR gdb/17408
2275 * gdb.threads/schedlock.c (some_function): New function.
2276 (call_function): New global.
2277 (MAYBE_CALL_SOME_FUNCTION): New macro.
2278 (thread_function): Call it.
2279 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2280 and use it instead of a global counter. Adjust all callers.
2281 (get_current_thread): Use "find current thread" for test message
2282 here rather than having all callers pass down the same string.
2283 (goto_loop): New procedure, factored out from ...
2284 (my_continue): ... this.
2285 (step_ten_loops): Change parameter from test message to command to
2286 use. Adjust.
2287 (list_count): Delete global.
2288 (check_result): New procedure, factored out from duplicate top
2289 level code.
2290 (continue tests): Wrap in with_test_prefix.
2291 (test_step): New procedure, factored out from duplicate top level
2292 code.
2293 (top level): Test "step" in combination with all scheduler-locking
2294 modes. Test "next" in combination with all scheduler-locking
2295 modes, and in combination with stepping over a function call or
2296 not.
2297 * gdb.threads/next-bp-other-thread.c: New file.
2298 * gdb.threads/next-bp-other-thread.exp: New file.
2299
2300 2014-10-29 Pedro Alves <palves@redhat.com>
2301
2302 PR python/17372
2303 * gdb.python/python.exp: Test a multi-line command that spawns
2304 interactive Python.
2305 * gdb.base/multi-line-starts-subshell.exp: New file.
2306
2307 2014-10-29 Yao Qi <yao@codesourcery.com>
2308
2309 * gdb.base/fileio.exp: Make directories on host.
2310
2311 2014-10-29 Yao Qi <yao@codesourcery.com>
2312
2313 * gdb.base/fileio.c (test_write): Close the file.
2314
2315 2014-10-28 Pedro Alves <palves@redhat.com>
2316
2317 PR gdb/12623
2318 * gdb.base/sigstep.c (no_handler): New global.
2319 (main): If 'no_handler is true, set the signal handlers to
2320 SIG_IGN.
2321 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2322 with_sw_watch and no_handler parameters. Handle them.
2323 (top level) <stepping over handler when stopped at a breakpoint
2324 test>: Add a test axis for testing with a software watchpoint, and
2325 another for testing with the signal handler set to SIG_IGN.
2326 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2327 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2328
2329 2014-10-28 Pedro Alves <palves@redhat.com>
2330
2331 PR gdb/17511
2332 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2333 * gdb.base/sigstep.exp (other_handler_location): New global.
2334 (advance): Support stepping into the signal handler, and running
2335 commands while in the handler.
2336 (in_handler_map): New global.
2337 (top level): In the advance test, add combinations for getting
2338 into the handler with stepping commands, and for running commands
2339 in the handler. Add comment descripting the advancei tests.
2340
2341 2014-10-28 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/sigstep.exp: Use build_executable instead of
2344 prepare_for_testing.
2345 (top level): Move code that starts GDB, runs to main and creates a
2346 display to ...
2347 (restart): ... this new procedure.
2348 (top level): Move backtrace from signal handler test to ...
2349 (validate_backtrace): ... this new procedure.
2350 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2351 with_test_prefix. Always restart GDB.
2352 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2353 with_test_prefix. Always restart GDB. No need to delete
2354 breakpoints after the test.
2355 (test_skip_handler): Remove prefix parameter.
2356 (skip_over_handler, breakpoint_to_handler)
2357 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2358 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2359 restart GDB. No need to delete breakpoints after the test.
2360 (top level): Use foreach to call the test procedures with
2361 different commands.
2362
2363 2014-10-28 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2366 instead of GNATS numbers.
2367 * gdb.base/sigbpt.exp: Likewise.
2368 * gdb.base/siginfo.exp: Likewise.
2369 * gdb.base/sigstep.exp: Likewise.
2370
2371 2014-10-27 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.base/sigstep.c (dummy): New global.
2374 (main): Issue a couple writes to the new global.
2375 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2376 procedures.
2377 (skip_over_handler): Use test_skip_handler.
2378 (top level): Call skip_over_handler for stepi and nexti too.
2379 (breakpoint_over_handler): Use test_skip_handler.
2380 (top level): Call breakpoint_over_handler for stepi and nexti too.
2381
2382 2014-10-27 Yao Qi <yao@codesourcery.com>
2383
2384 * gdb.trace/tfile.c (adjust_function_address)
2385 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2386 function descriptor.
2387
2388 2014-10-24 Don Breazeal <donb@codesourcery.com>
2389
2390 * gdb.base/foll-fork.exp (test_follow_fork,
2391 catch_fork_child_follow): Check for updated fork messages emitted
2392 from infrun.c.
2393 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2394 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2395 vfork_and_exec_child_follow_through_step): Check for updated vfork
2396 messages emitted from infrun.c.
2397
2398 2014-10-24 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.base/corefile.exp: Remove references to ultrix.
2401 * gdb.base/interrupt.exp: Likewise.
2402 * gdb.base/whatis.exp: Likewise.
2403 * gdb.gdb/selftest.exp: Likewise.
2404 * gdb.threads/manythreads.exp: Likewise.
2405 * gdb.threads/print-threads.exp: Likewise.
2406 * gdb.threads/pthreads.exp:: Likewise.
2407 * gdb.threads/schedlock.exp: Likewise.
2408
2409 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2410
2411 * gdb.cp/non-trivial-retval.cc: Add a test case.
2412 * gdb.cp/non-trivial-retval.exp: Add a test.
2413
2414 2014-10-20 Yao Qi <yao@codesourcery.com>
2415
2416 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2417 * gdb.python/py-objfile-script-gdb.py: New file.
2418 * gdb.python/py-objfile-script.exp: Update reference to
2419 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2420 of remote_download. Remove the dest file.
2421
2422 2014-10-20 Yao Qi <yao@codesourcery.com>
2423
2424 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2425 * gdb.base/step-line.exp: Likewise.
2426 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2427 * gdb.dwarf2/dw2-basic.exp: Likewise.
2428 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2429 * gdb.dwarf2/dw2-filename.exp: Likewise.
2430 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2431 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2432 * gdb.dwarf2/dw2-producer.exp: Likewise.
2433 * gdb.dwarf2/mac-fileno.exp: Likewise.
2434 * gdb.python/py-frame-args.exp: Likewise.
2435 * gdb.python/py-framefilter.exp: Likewise.
2436 * gdb.python/py-mi.exp: Likewise.
2437 * gdb.python/py-objfile-script.exp: Likewise
2438 * gdb.python/py-pp-integral.exp: Likewise.
2439 * gdb.python/py-pp-re-notag.exp: Likewise.
2440 * gdb.python/py-prettyprint.exp: Likewise.
2441 * gdb.python/py-section-script.exp: Likewise.
2442 * gdb.python/py-typeprint.exp: Likewise.
2443 * gdb.python/py-xmethods.exp: Likewise.
2444 * gdb.stabs/weird.exp: Likewise.
2445 * gdb.xml/tdesc-regs.exp: Likewise.
2446
2447 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2448
2449 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2450 (out_cu): Use addr_len for the size of addresses.
2451 (out_line): Likewise. Size DW_LNE_set_address instruction
2452 according to addr_len.
2453 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2454 (FUNC): Add START_INSNS to definition.
2455
2456 2014-10-18 Yao Qi <yao@codesourcery.com>
2457
2458 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2459 gdb_has_argv0 return true.
2460 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2461 check [target_info exists noargs], check [gdb_has_argv0]
2462 instead.
2463 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2464 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2465 procedures.
2466
2467 2014-10-17 Doug Evans <dje@google.com>
2468
2469 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2470 event.
2471 * gdb.python/py-events.py: Add clear_objfiles event.
2472
2473 2014-10-17 Doug Evans <dje@google.com>
2474
2475 * gdb.python/py-objfile.exp: Test progspace attribute.
2476
2477 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2478
2479 * gdb.guile/scm-breakpoint.exp: Do not assume any
2480 directory separators when matching source file paths.
2481 * gdb.python/py-breakpoint.exp: Likewise.
2482 * gdb.reverse/break-precsave.exp: Likewise.
2483 * gdb.reverse/break-reverse.exp: Likewise.
2484 * gdb.reverse/consecutive-precsave.exp: Likewise.
2485 * gdb.reverse/finish-precsave.exp: Likewise.
2486 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2487 * gdb.reverse/finish-reverse.exp: Likewise.
2488 * gdb.reverse/i386-precsave.exp: Likewise.
2489 * gdb.reverse/i387-env-reverse.exp: Likewise.
2490 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2491 * gdb.reverse/machinestate-precsave.exp: Likewise.
2492 * gdb.reverse/machinestate.exp: Likewise.
2493 * gdb.reverse/sigall-precsave.exp: Likewise.
2494 * gdb.reverse/solib-precsave.exp: Likewise.
2495 * gdb.reverse/step-precsave.exp: Likewise.
2496 * gdb.reverse/until-precsave.exp: Likewise.
2497 * gdb.reverse/watch-precsave.exp: Likewise.
2498 * gdb.reverse/watch-reverse.exp: Likewise.
2499
2500 2014-10-17 Yao Qi <yao@codesourcery.com>
2501
2502 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2503 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2504
2505 2014-10-17 Pedro Alves <palves@redhat.com>
2506
2507 PR gdb/17471
2508 * gdb.base/bg-execution-repeat.c: New file.
2509 * gdb.base/bg-execution-repeat.exp: New file.
2510
2511 2014-10-17 Pedro Alves <palves@redhat.com>
2512
2513 PR gdb/17300
2514 * gdb.base/continue-all-already-running.c: New file.
2515 * gdb.base/continue-all-already-running.exp: New file.
2516
2517 2014-10-17 Pedro Alves <palves@redhat.com>
2518
2519 PR gdb/17472
2520 * gdb.base/annota-input-while-running.c: New file.
2521 * gdb.base/annota-input-while-running.exp: New file.
2522
2523 2014-10-17 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.base/callfuncs.exp: emove references to osf.
2526 * gdb.base/sigall.exp: Likewise.
2527 * gdb.gdb/selftest.exp: Likewise.
2528 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2529 * gdb.mi/non-stop.c: Likewise.
2530 * gdb.mi/pthreads.c: Likewise.
2531 * gdb.reverse/sigall-precsave.exp: Likewise.
2532 * gdb.reverse/sigall-reverse.exp: Likewise.
2533 * gdb.threads/pthreads.c: Likewise.
2534 * gdb.threads/pthreads.exp: Likewise.
2535
2536 2014-10-17 Yao Qi <yao@codesourcery.com>
2537
2538 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2539 check 'target_info exists noargs'.
2540 (test_command_prompt_position): Likewise.
2541 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2542 Remove "set args".
2543 (progvar_simple_while_test): Likewise.
2544 (progvar_complex_if_while_test): Likewise.
2545 (if_while_breakpoint_command_test): Likewise.
2546 (infrun_breakpoint_command_test): Likewise.
2547 (breakpoint_command_test): Likewise.
2548 (watchpoint_command_test): Likewise.
2549 (bp_deleted_in_command_test): Likewise.
2550 (temporary_breakpoint_commands): Likewise.
2551
2552 2014-10-16 Yao Qi <yao@codesourcery.com>
2553
2554 * gdb.base/remotetimeout.exp: Remove noargs checking.
2555
2556 2014-10-15 Pedro Alves <palves@redhat.com>
2557
2558 PR breakpoints/9649
2559 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2560 * gdb.base/breakpoint-in-ro-region.exp
2561 (probe_target_hardware_step): New procedure.
2562 (top level): Probe hardware stepping and hardware breakpoint
2563 support. Test stepping through a read-only region, with both
2564 "breakpoint auto-hw" on and off and both "always-inserted" on and
2565 off.
2566
2567 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2568
2569 * gdb.dlang/demangle.exp: Update for demangling changes.
2570
2571 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2572
2573 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2574 * gdb.cp/non-trivial-retval.exp: Add new tests.
2575
2576 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2577
2578 PR c++/13403
2579 PR c++/15154
2580 * gdb.cp/non-trivial-retval.cc: New file.
2581 * gdb.cp/non-trivial-retval.exp: New file.
2582
2583 2014-10-15 Yao Qi <yao@codesourcery.com>
2584
2585 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2586 remote host.
2587
2588 2014-10-15 Yao Qi <yao@codesourcery.com>
2589
2590 * gdb.python/py-symbol.exp: Match file base name if host is
2591 remote, otherwise match file name with dir name.
2592 * gdb.python/py-symtab.exp: Likewise.
2593 * gdb.python/python.exp: Likewise.
2594
2595 2014-10-15 Yao Qi <yao@codesourcery.com>
2596
2597 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2598 pattern.
2599 * gdb.python/py-symtab.exp: Likewise.
2600 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2601 locationn.
2602
2603 2014-10-14 Joel Brobecker <brobecker@adacore.com>
2604
2605 * gdb.ada/addr_arith: New testcase.
2606
2607 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2608
2609 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2610 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2611 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2612 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2613
2614 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2615
2616 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2617 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2618 * gdb.arch/stap-eval-lang-ada.exp: New file.
2619
2620 2014-10-14 Yao Qi <yao@codesourcery.com>
2621
2622 * gdb.mi/mi-var-child.c (nothing1): New function.
2623 (nothing2): New function.
2624 (do_children_tests): Set function pointers by nothing1 and
2625 nothing2.
2626 * gdb.mi/mi-var-child.exp: Step over new added statements.
2627 Update test to match the new output.
2628 * gdb.mi/var-cmd.c (nothing1): New function.
2629 (nothing2): New function.
2630 (do_children_tests): Set function pointers by nothing1 and
2631 nothing2.
2632 * gdb.mi/mi-var-display.exp: Update test to match output.
2633 Step to the line specified by $line_dct_nothing.
2634 Increase the number of lines to step.
2635
2636 2014-10-14 Yao Qi <yao@codesourcery.com>
2637
2638 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2639 tests.
2640 * gdb.mi/mi2-var-child.exp: Likewise.
2641
2642 2014-10-13 Doug Evans <dje@google.com>
2643
2644 * gdb.python/py-objfile.exp: Change name of file name test.
2645
2646 2014-10-13 Doug Evans <dje@google.com>
2647
2648 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2649 from the start of the CU.
2650
2651 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2652 Yao Qi <yao@codesourcery.com>
2653
2654 Fix "save breakpoints" for "catch" command.
2655 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2656 Remove -nonewline. Match also the added "main" line.
2657
2658 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 Fix "save breakpoints" for "disable $bpnum" command.
2661 * gdb.base/save-bp.c (main): Add label.
2662 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2663
2664 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2665
2666 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2667
2668 2014-10-11 Yao Qi <yao@codesourcery.com>
2669
2670 * gdb.server/server-kill.exp: Execute command
2671 "set remote trace-status-packet on" before "tstatus".
2672
2673 2014-10-11 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2676 (main): Call getppid.
2677 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2678 and continue to it. Read variable "server_pid".
2679
2680 2014-10-11 Yao Qi <yao@codesourcery.com>
2681
2682 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2683
2684 2014-10-11 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.threads/thread-find.exp: Don't execute command
2687 "info threads".
2688 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2689 * gdb.threads/linux-dp.exp: Don't check the condition
2690 $threads_created equals to zero.
2691
2692 2014-10-10 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.base/bigcore.exp: Remove references to IRIX.
2695 * gdb.base/funcargs.exp: Likewise.
2696 * gdb.base/interrupt.exp: Likewise.
2697 * gdb.base/mips_pro.exp: Likewise.
2698 * gdb.base/nodebug.exp: Likewise.
2699 * gdb.base/setvar.exp: Likewise.
2700 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2701
2702 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2703 Pedro Alves <palves@redhat.com>
2704
2705 PR symtab/14466
2706 * gdb.base/vdso-warning.c: New file.
2707 * gdb.base/vdso-warning.exp: New file.
2708
2709 2014-10-02 Doug Evans <dje@google.com>
2710
2711 * gdb.base/structs.c (main): Don't run forever.
2712
2713 2014-10-02 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2716 (top level) <stop threads 1, stop threads 2>: Use it.
2717
2718 2014-10-02 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.threads/break-while-running.exp (test): Add new
2721 'update_thread_list' argument. Skip "info threads" if false.
2722 (top level): Add new 'update_thread_list' axis.
2723
2724 2014-10-02 Pedro Alves <palves@redhat.com>
2725
2726 PR breakpoints/17431
2727 * gdb.base/execl-update-breakpoints.c: New file.
2728 * gdb.base/execl-update-breakpoints.exp: New file.
2729
2730 2014-10-01 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.base/breakpoint-in-ro-region.c: New file.
2733 * gdb.base/breakpoint-in-ro-region.exp: New file.
2734
2735 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2736
2737 * gdb.mi/mi-exit-code.exp: New file.
2738 * gdb.mi/mi-exit-code.c: New file.
2739
2740 2014-09-30 Yao Qi <yao@codesourcery.com>
2741
2742 * lib/prelink-support.exp (build_executable_own_libs): Error if
2743 the target isn't native.
2744
2745 2014-09-30 Yao Qi <yao@codesourcery.com>
2746
2747 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2748 false.
2749
2750 2014-09-22 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.threads/break-while-running.exp: New file.
2753 * gdb.threads/break-while-running.c: New file.
2754
2755 2014-09-19 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2758 Invoke test. Restart GDB with --readnow and invoke test again.
2759
2760 2014-09-19 Yao Qi <yao@codesourcery.com>
2761
2762 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2763 proc set_breakpoint_on_gcd_function. Invoke
2764 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2765 invoke set_breakpoint_on_gcd_function again.
2766
2767 2014-09-18 Doug Evans <dje@google.com>
2768
2769 * gdb.dwarf2/symtab-producer.exp: New file.
2770
2771 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2772
2773 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2774 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2775 * gdb.base/global-var-nested-by-dso.c: Likewise.
2776 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2777
2778 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2779 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/watch-bitfields.exp: Pass string other than test file
2782 name to prepare_for_testing.
2783 (watch): New procedure.
2784 (expect_watchpoint): Use with_test_prefix.
2785 (top level): Factor out tests to ...
2786 (test_watch_location, test_regular_watch): ... these new
2787 procedures, and use with_test_prefix and gdb_continue_to_end.
2788
2789 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2790
2791 PR breakpoints/12526
2792 * gdb.base/watch-bitfields.exp: New file.
2793 * gdb.base/watch-bitfields.c: New file.
2794
2795 2014-09-16 Pedro Alves <palves@redhat.com>
2796
2797 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2798 software and hardware addresses, not software address against
2799 itself.
2800
2801 2014-09-16 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2804 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2805
2806 2014-09-16 Pedro Alves <palves@redhat.com>
2807
2808 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2809 files.
2810 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2811 "*-*-vxworks*" throughout.
2812 * gdb.base/break.exp: Likewise.
2813 * gdb.base/default.exp: Likewise.
2814 * gdb.base/scope.exp: Likewise.
2815 * gdb.base/sepdebug.exp: Likewise.
2816 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2817 throughout.
2818 * gdb.base/run.c: Likewise.
2819 * gdb.base/sepdebug.c: Likewise.
2820 * gdb.hp/gdb.aCC/run.c: Likewise.
2821 * gdb.reverse/until-reverse.c: Likewise.
2822 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2823
2824 2014-09-16 Yao Qi <yao@codesourcery.com>
2825
2826 * boards/local-remote-host-native.exp: New file.
2827
2828 2014-09-14 Doug Evans <xdje42@gmail.com>
2829
2830 * gdb.threads/queue-signal.c (thread_count): New variable.
2831 (thread_count_mutex, thread_count_condvar): New variables.
2832 (incr_thread_count, wait_all_threads_running): New functions.
2833 (main): Wait for all threads to be in their thread functions.
2834
2835 2014-09-13 Doug Evans <xdje42@gmail.com>
2836
2837 * gdb.threads/queue-signal.c: New file.
2838 * gdb.threads/queue-signal.exp: New file.
2839
2840 2014-09-13 Doug Evans <xdje42@gmail.com>
2841
2842 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2843 be consistent with what default_gdb_init uses.
2844 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2845 the plain text of the prompt. Add some logging printfs.
2846 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2847
2848 2014-09-12 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2851 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2852 * gdb.arch/i386-size-overlap.exp: Likewise.
2853 * gdb.arch/i386-size.exp: Likewise.
2854 * gdb.arch/i386-unwind.exp: Likewise.
2855 * gdb.base/a2-run.exp: Likewise.
2856 * gdb.base/break.exp: Likewise.
2857 * gdb.base/charset.exp: Likewise.
2858 * gdb.base/chng-syms.exp: Likewise.
2859 * gdb.base/commands.exp: Likewise.
2860 * gdb.base/dbx.exp: Likewise.
2861 * gdb.base/find.exp: Likewise.
2862 * gdb.base/funcargs.exp: Likewise.
2863 * gdb.base/jit-simple.exp: Likewise.
2864 * gdb.base/reread.exp: Likewise.
2865 * gdb.base/sepdebug.exp: Likewise.
2866 * gdb.base/step-bt.exp: Likewise.
2867 * gdb.cp/mb-inline.exp: Likewise.
2868 * gdb.cp/mb-templates.exp: Likewise.
2869 * gdb.objc/basicclass.exp: Likewise.
2870 * gdb.threads/killed.exp: Likewise.
2871
2872 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2873
2874 PR tdep/17379
2875 * gdb.arch/powerpc-stackless.S: New file.
2876 * gdb.arch/powerpc-stackless.exp: New file.
2877
2878 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 * gdb.base/attach.c: Include unistd.h.
2881 (main): Call alarm. Add label postloop.
2882 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2883 gdb_breakpoint, gdb_continue_to_breakpoint.
2884 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2885
2886 2014-09-11 Pedro Alves <palves@redhat.com>
2887
2888 PR gdb/17347
2889 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2890 * gdb.base/attach.exp (test_command_line_attach_run): New
2891 procedure.
2892 (top level): Call it.
2893
2894 2014-09-11 Pedro Alves <palves@redhat.com>
2895
2896 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2897 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2898 (do_command_attach_tests): Use spawn_wait_for_attach.
2899 * gdb.base/solib-overlap.exp: Likewise.
2900 * gdb.multi/multi-attach.exp: Likewise.
2901 * gdb.python/py-prompt.exp: Likewise.
2902 * gdb.python/py-sync-interp.exp: Likewise.
2903 * gdb.server/ext-attach.exp: Likewise.
2904
2905 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2906
2907 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2908 command in testcase. Simplify testcase.
2909
2910 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2911
2912 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2913
2914 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2917
2918 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2921
2922 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2923
2924 * gdb.dwarf2/dynarr-ptr.c: New file.
2925 * gdb.dwarf2/dynarr-ptr.exp: New file.
2926
2927 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2928
2929 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2930 of 30 rather than hardcoding 120 for a slow test case. Take the
2931 `gdb,timeout' target setting into account for this calculation.
2932 Don't extend the timeout for the test cases that don't need it.
2933
2934 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2935
2936 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2937 a factor of 2 for a slow test case. Take the `gdb,timeout'
2938 target setting into account for this calculation.
2939 * gdb.reverse/until-precsave.exp: Increase the timeout by
2940 a factor of 15 and 3 respectively rather than adding 120
2941 for a pair of slow test cases. Take the `gdb,timeout'
2942 target setting into account for this calculation.
2943
2944 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2945
2946 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2947 timeout, don't pass one down to gdb_expect.
2948 (gdb_expect): Rework timeout selection.
2949
2950 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2951
2952 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2953 exception on timeout.
2954 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2955 (gdbserver_start_extended): Catch any `gdbserver_start' error
2956 exceptions.
2957 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2958 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2959 `gdbserver_gdb_load' error exceptions.
2960
2961 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2962
2963 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2964 120 on waiting for the TCP socket to open.
2965
2966 2014-09-09 Doug Evans <xdje42@gmail.com>
2967
2968 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2969 _caller_matches, _any_caller_is, _any_caller_matches.
2970
2971 2014-09-09 Doug Evans <xdje42@gmail.com>
2972
2973 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2974
2975 2014-09-09 Yao Qi <yao@codesourcery.com>
2976
2977 * gdb.mi/mi-var-display.exp: Set print symbol off.
2978
2979 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2980
2981 PR gdb/17035
2982 * gdb.base/commands.exp: Add tests to verify user-defined
2983 commands with empty bodies.
2984 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2985 python commands in `show user command`.
2986 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2987 scheme commands in `show user command`.
2988
2989 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 PR python/17355
2992 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2993 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2994 * gdb.python/py-framefilter-invalidarg.exp: New file.
2995 * gdb.python/py-framefilter-invalidarg.py: New file.
2996
2997 2014-09-06 Doug Evans <xdje42@gmail.com>
2998
2999 PR 15276
3000 * gdb.python/py-caller-is.c: New file.
3001 * gdb.python/py-caller-is.exp: New file.
3002
3003 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3004
3005 PR gdb/17235
3006 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3007 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3008
3009 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3010
3011 PR fortran/17237
3012 * gdb.fortran/print-formatted.exp: New file.
3013 * gdb.fortran/print-formatted.f90: Likewise.
3014
3015 2014-09-03 Sasha Smundak <asmundak@google.com>
3016
3017 * gdb.python/py-frame.exp: Test Frame.read_register.
3018
3019 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3020
3021 PR python/16699
3022 * gdb.python/py-completion.exp: New file.
3023 * gdb.python/py-completion.py: Likewise.
3024
3025 2014-08-28 Doug Evans <dje@google.com>
3026
3027 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3028 eax,etc. are live with values set by gdb and thus the compiler can't
3029 use them.
3030 * gdb.arch/i386-pseudo.c (main): Ditto.
3031
3032 2014-08-27 Doug Evans <dje@google.com>
3033
3034 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3035
3036 2014-08-25 Doug Evans <dje@google.com>
3037
3038 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3039 (main): Ditto.
3040
3041 2014-08-25 Doug Evans <dje@google.com>
3042
3043 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3044
3045 2014-08-24 Yao Qi <yao@codesourcery.com>
3046
3047 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3048 symbol off.
3049 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3050
3051 2014-08-22 Doug Evans <dje@google.com>
3052
3053 PR 17276
3054 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3055 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3056 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3057
3058 2014-08-22 Yao Qi <yao@codesourcery.com>
3059
3060 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3061 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3062 * gdb.python/python.exp: Likewise. Use .py file on the host
3063 instead of the build.
3064
3065 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3066
3067 * gdb.threads/gcore-stale-thread.c: New file.
3068 * gdb.threads/gcore-stale-thread.exp: New file.
3069
3070 2014-08-21 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3073 * gdb.base/gcore-relro-pie.exp: Likewise.
3074 * gdb.base/gcore-relro.exp: Likewise.
3075 * gdb.base/gcore.exp: Likewise.
3076 * gdb.base/print-symbol-loading.exp: Likewise.
3077 * gdb.threads/gcore-thread.exp: Likewise.
3078 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3079
3080 2014-08-20 Pedro Alves <palves@redhat.com>
3081 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3084 configure.
3085 (EXPECT): Handle READ1 being set.
3086 (all): Depend on EXTRA_RULES.
3087 (check-read1, expect-read1, read1.so, read1): New rules.
3088 * README (Testsuite Parameters): Document the READ1 make variable.
3089 (Race detection): New section.
3090 * configure: Regenerate.
3091 * configure.ac: If build==host==target, and running under a
3092 GNU/glibc system, add read1 to the extra Makefile rules.
3093 (EXTRA_RULES): AC_SUBST it.
3094 * lib/read1.c: New file.
3095
3096 2014-08-20 Joel Brobecker <brobecker@adacore.com>
3097
3098 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3099 the handling of variables declared as a typedef to an array
3100 which a DW_AT_data_location attribute.
3101
3102 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
3103 Pedro Alves <palves@redhat.com>
3104
3105 PR symtab/14604
3106 PR symtab/14605
3107 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3108 gdb_test.
3109
3110 2014-08-19 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3113
3114 2014-08-19 Yao Qi <yao@codesourcery.com>
3115
3116 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3117 right line.
3118
3119 2014-08-18 David Blaikie <dblaikie@gmail.com>
3120
3121 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3122
3123 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3124
3125 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3126 attribute in array range.
3127
3128 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3131
3132 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3133
3134 PR c++/17132
3135 * gdb.cp/pr17132.cc: New file.
3136 * gdb.cp/pr17132.exp: New file.
3137
3138 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3139
3140 * gdb.python/py-xmethods.py (A_getarrayind)
3141 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3142 Use 'print' with function call syntax.
3143 (E_method_matcher.match): Fix tab vs space indentation mixup.
3144
3145 2014-08-15 Yao Qi <yao@codesourcery.com>
3146
3147 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3148 false.
3149
3150 2014-08-15 Yao Qi <yao@codesourcery.com>
3151
3152 * gdb.cp/casts.exp: Set print symbol off.
3153 * gdb.cp/class2.exp: Likewise.
3154 * gdb.cp/overload.exp: Likewise.
3155 * gdb.cp/templates.exp: Likewise.
3156
3157 2014-08-11 Doug Evans <dje@google.com>
3158
3159 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3160 (test_load_shlib): Update.
3161
3162 2014-08-09 Yao Qi <yao@codesourcery.com>
3163
3164 * gdb.base/display.exp: Invoke is_address_zero_readable.
3165 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3166 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3167 * gdb.base/hbreak-unmapped.exp: Return if
3168 is_address_zero_readable returns true.
3169 * gdb.base/signest.exp: Likewise.
3170 * gdb.base/signull.exp: Likewise.
3171 * gdb.base/sigbpt.exp: Likewise.
3172 * gdb.guile/scm-disasm.exp: Do the test if
3173 is_address_zero_readable returns false.
3174 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3175 * gdb.python/py-arch.exp: Likewise.
3176 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3177 * lib/gdb.exp (is_address_zero_readable): New proc.
3178
3179 2014-08-09 Yao Qi <yao@codesourcery.com>
3180
3181 PR testsuite/13443
3182 * gdb.mi/mi-var-display.exp: Make test messages unique.
3183
3184 2014-08-04 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3187 target 0".
3188
3189 2014-08-04 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3192 "target_resume".
3193
3194 2014-08-01 Joel Brobecker <brobecker@adacore.com>
3195
3196 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3197 inner_vla_struct_object_size.
3198 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3199 as xfail.
3200
3201 2014-07-30 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3204 comment.
3205
3206 2014-07-29 Yao Qi <yao@codesourcery.com>
3207
3208 PR gdb/17206
3209 * gdb.base/until-nodebug.exp: New.
3210
3211 2014-07-28 Doug Evans <xdje42@gmail.com>
3212
3213 PR guile/17203
3214 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3215 previously existing parameter, and previously ambiguously spelled
3216 parameter.
3217
3218 2014-07-28 Will Newton <will.newton@linaro.org>
3219
3220 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3221
3222 2014-07-26 Ludovic Courtès <ludo@gnu.org>
3223 Doug Evans <xdje42@gmail.com>
3224
3225 PR guile/17146
3226 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3227
3228 2014-07-25 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.threads/signal-command-handle-nopass.c: New file.
3231 * gdb.threads/signal-command-handle-nopass.exp: New file.
3232 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3233 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3234 * gdb.threads/signal-delivered-right-thread.c: New file.
3235 * gdb.threads/signal-delivered-right-thread.exp: New file.
3236
3237 2014-07-25 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/double-prompt-target-event-error.exp
3240 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3241 match.
3242 (cancel_pagination_in_target_event): Rework double prompt
3243 detection.
3244 * gdb.base/paginate-after-ctrl-c-running.exp
3245 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3246 <return>' match.
3247 * gdb.base/paginate-bg-execution.exp
3248 (test_bg_execution_pagination_return)
3249 (test_bg_execution_pagination_cancel): Remove '-notransfer
3250 <return>' matches.
3251 * gdb.base/paginate-execution-startup.exp
3252 (test_fg_execution_pagination_return)
3253 (test_fg_execution_pagination_cancel): Remove '-notransfer
3254 <return>' matches.
3255 * gdb.base/paginate-inferior-exit.exp
3256 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3257 match.
3258 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3259 * lib/gdb.exp (pagination_prompt): Run text through
3260 string_to_regexp.
3261 (gdb_test_multiple): Match $pagination_prompt instead of
3262 "<return>".
3263 (string_to_regexp): Move to lib/gdb-utils.exp.
3264
3265 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * gdb.arch/amd64-entry-value-paramref.S: New file.
3268 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3269 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3270 * gdb.arch/amd64-optimout-repeat.S: New file.
3271 * gdb.arch/amd64-optimout-repeat.c: New file.
3272 * gdb.arch/amd64-optimout-repeat.exp: New file.
3273
3274 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 PR gdb/17170
3277 * gdb.base/statistics.exp: New file.
3278
3279 2014-07-17 Doug Evans <dje@google.com>
3280
3281 PR gdb/17170
3282 * gdb.base/maint.exp: Update testing of per-command stats.
3283
3284 2014-07-16 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3287 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3288 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3289 (tfile_write_buf): New functions.
3290 (add_memory_block): Rewrite using the above.
3291 (adjust_function_address): New function.
3292 (FUNCTION_ADDRESS): New macro.
3293 (write_basic_trace_file): Remove short_x local, and use
3294 tfile_write_16. Change type of func_addr local to unsigned long
3295 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3296 here. Cast argument of add_memory_block to char pointer.
3297 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3298 (main): Remove parameters.
3299 * gdb.trace/tfile.exp: Remove nowarnings.
3300
3301 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3302
3303 * gdb.base/debug-expr.exp: Test string evaluation with
3304 "debug expression" on.
3305
3306 2014-07-15 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.base/reread.exp: Use clean_restart.
3309
3310 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3311
3312 * gdb.arch/avr-flash-qualifer.c: New.
3313 * gdb.arch/avr-flash-qualifer.exp: New.
3314
3315 2014-07-14 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3318 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3319
3320 2014-07-14 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/double-prompt-target-event-error.c: New file.
3323 * gdb.base/double-prompt-target-event-error.exp: New file.
3324
3325 2014-07-14 Pedro Alves <palves@redhat.com>
3326
3327 PR gdb/17072
3328 * gdb.base/paginate-inferior-exit.c: New file.
3329 * gdb.base/paginate-inferior-exit.exp: New file.
3330
3331 2014-07-14 Pedro Alves <palves@redhat.com>
3332
3333 PR gdb/17072
3334 * gdb.base/paginate-bg-execution.c: New file.
3335 * gdb.base/paginate-bg-execution.exp: New file.
3336
3337 2014-07-14 Pedro Alves <palves@redhat.com>
3338
3339 PR gdb/17072
3340 * gdb.base/paginate-execution-startup.c: New file.
3341 * gdb.base/paginate-execution-startup.exp: New file.
3342 * lib/gdb.exp (pagination_prompt): New global.
3343 (default_gdb_spawn): New procedure, factored out from
3344 default_gdb_spawn.
3345 (default_gdb_start): Adjust to call default_gdb_spawn.
3346 (gdb_spawn): New procedure.
3347
3348 2014-07-14 Pedro Alves <palves@redhat.com>
3349
3350 * lib/gdb.exp (gdb_assert): New procedure.
3351 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3352
3353 2014-07-14 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/execution-termios.c: New file.
3356 * gdb.base/execution-termios.exp: New file.
3357
3358 2014-07-14 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.cp/vla-cxx.cc: New file.
3361 * gdb.cp/vla-cxx.exp: New file.
3362
3363 2014-07-14 Tom Tromey <tromey@redhat.com>
3364
3365 * gdb.reverse/rerun-prec.c: New file.
3366 * gdb.reverse/rerun-prec.exp: New file.
3367
3368 2014-07-12 Maciej W. Rozycki <macro@mips.com>
3369 Maciej W. Rozycki <macro@codesourcery.com>
3370
3371 * lib/gdb-utils.exp: New file.
3372 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3373 inline `gdb_init_command' processing.
3374 (gdb_start_cmd): Likewise.
3375 * lib/mi-support.exp (mi_run_cmd): Likewise.
3376 * README: Document `gdb_init_command' and `gdb_init_commands'.
3377
3378 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3379
3380 Fix false FAIL running under a very long directory name.
3381 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3382 and "set print elements 10000". Twice.
3383
3384 2014-07-11 Yao Qi <yao@codesourcery.com>
3385
3386 * gdb.base/exprs.exp: "set print symbol off".
3387
3388 2014-07-11 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.threads/kill.c: New file.
3391 * gdb.threads/kill.exp: New file.
3392
3393 2014-07-10 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.trace/tfile.c (write_basic_trace_file)
3396 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3397 address written to trace file.
3398
3399 2014-07-09 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/attach-wait-input.exp: New file.
3402 * gdb.base/attach-wait-input.c: New file.
3403
3404 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3407 setting up test structures.
3408 (main): Call new test function.
3409 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3410 test function, continue into test function and walk test
3411 structures.
3412
3413 2014-07-02 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3416 'bar_start' at the beginning of functions 'foo' and 'bar'
3417 respectively.
3418 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3419 instead of 'foo' and 'bar'.
3420
3421 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3422
3423 * gdb.btrace/segv.exp: New.
3424 * gdb.btrace/segv.c: New.
3425
3426 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3427
3428 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3429 instruction.
3430
3431 2014-06-30 Mark Wielaard <mjw@redhat.com>
3432
3433 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3434 vulture, vilify, villar): New volatile array constants.
3435 (vindictive, vegetation): New const volatile array constants.
3436 * gdb.base/volatile.exp: Test volatile and const volatile array
3437 types.
3438
3439 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3440
3441 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3442 target lacks support for awatch, rwatch, or hbreak.
3443
3444 2014-06-27 Yao Qi <yao@codesourcery.com>
3445
3446 * gdb.multi/dummy-frame-restore.exp: New.
3447 * gdb.multi/dummy-frame-restore.c: New.
3448
3449 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3450
3451 * gdb.btrace/gcore.exp: New.
3452
3453 2014-06-23 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/watchpoint-reuse-slot.c: New file.
3456 * gdb.base/watchpoint-reuse-slot.exp: New file.
3457
3458 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3459
3460 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3461 progspace's filename in 'info', 'enable' and 'disable' command
3462 tests.
3463
3464 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3465
3466 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3467 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3468 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3469
3470 2014-06-20 Gary Benson <gbenson@redhat.com>
3471
3472 * gdb.arch/i386-avx.exp: Fix include file location.
3473 * gdb.arch/i386-sse.exp: Likewise.
3474
3475 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3476
3477 * gdb.dlang/expression.exp: New file.
3478
3479 2014-06-19 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3482 out from ...
3483 (top level): ... here. Iterate running tests under different
3484 scheduler-locking settings.
3485
3486 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3487
3488 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3489 to DW_FORM_addr and use non-zero addresses.
3490
3491 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3492
3493 PR gdb/17017
3494 * gdb.python/py-xmethods.cc: Add global function call counters and
3495 increment them in their respective functions. Remove "cout"
3496 statements.
3497 * gdb.python/py-xmethods.exp: Make tests check the global function
3498 call counters instead of depending on inferior IO.
3499
3500 2014-06-18 Don Breazeal <donb@codesourcery.com>
3501
3502 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3503 Deleted procedure.
3504 (explicit_fork_parent_follow): Deleted procedure.
3505 (explicit_fork_child_follow): Deleted procedure.
3506 (test_follow_fork): New procedure.
3507 (do_fork_tests): Replace calls to deleted procedures with
3508 calls to test_follow_fork and reset GDB for subsequent
3509 procedure calls.
3510
3511 2014-06-17 Yao Qi <yao@codesourcery.com>
3512
3513 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3514 CP1252.
3515
3516 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
3517
3518 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3519 Initialize ptr and S explicitly.
3520 (skip_type_update_when_not_use_rtti_test): Likewise.
3521
3522 2014-06-16 Keith Seitz <keiths@redhat.com>
3523
3524 PR mi/15863
3525 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3526 the inferior is started.
3527
3528 2014-06-16 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.base/break-main-file-remove-fail.c: New file.
3531 * gdb.base/break-main-file-remove-fail.exp: New file.
3532 * gdb.base/break-unload-file.exp: Use build_executable instead of
3533 prepare_for_testing.
3534 (test_break): New parameter "initial_load". Handle it.
3535 (top level): Add initial_load cmdline/file axis.
3536
3537 2014-06-12 Tom Tromey <tromey@redhat.com>
3538
3539 * gdb.base/completion.exp: Don't use directory name in test.
3540
3541 2014-06-09 Gary Benson <gbenson@redhat.com>
3542
3543 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3544 separate the always-available ANSI-standard signals from the
3545 signals that require checking.
3546 (main): Likewise.
3547 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3548 Likewise.
3549 (main): Likewise.
3550
3551 2014-06-07 Keith Seitz <keiths@redhat.com>
3552
3553 Revert:
3554 PR c++/16253
3555 * gdb.cp/var-tag.cc: New file.
3556 * gdb.cp/var-tag.exp: New file.
3557 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3558 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3559 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3560 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3561
3562 2014-06-06 Doug Evans <xdje42@gmail.com>
3563
3564 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3565
3566 2014-06-06 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3569 in target debug output instead of looking at RSP packets,
3570 disabling the test on any target that uses hardware stepping.
3571 Update comments.
3572
3573 2014-06-06 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.base/break-unload-file.exp: Fix typo.
3576
3577 2014-06-06 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3580 from "jit_function" to "^jit_function".
3581
3582 2014-06-06 Yao Qi <yao@codesourcery.com>
3583
3584 * gdb.base/async.c (foo): Add one statement.
3585 * gdb.base/async.exp: Get the next instruction address and
3586 match the output of "nexti" by instruction address. Match
3587 the hex address in the output of "finish".
3588
3589 2014-06-06 Gary Benson <gbenson@redhat.com>
3590
3591 * gdb.base/call-signals.c: Remove preprocessor conditionals
3592 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3593 SIGSEGV and SIGTERM.
3594 * gdb.base/sigall.c: Likewise.
3595 * gdb.base/unwindonsignal.c: Likewise.
3596 * gdb.reverse/sigall-reverse.c: Likewise.
3597
3598 2014-06-06 Yao Qi <yao@codesourcery.com>
3599
3600 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3601 readable, skip the test.
3602
3603 2014-06-06 Yao Qi <yao@codesourcery.com>
3604
3605 * gdb.threads/staticthreads.c (thread_function): Move the line
3606 setting breakpoint on forward.
3607 * gdb.threads/staticthreads.exp: Update comments.
3608
3609 2014-06-05 Ludovic Courtès <ludo@gnu.org>
3610
3611 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3612 "history-append! type error".
3613
3614 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3617 erroneous dprintf expected input.
3618
3619 2014-06-04 Doug Evans <xdje42@gmail.com>
3620
3621 * gdb.guile/scm-generics.exp: Delete.
3622
3623 2014-06-04 Doug Evans <xdje42@gmail.com>
3624
3625 * gdb.guile/scm-breakpoint.exp: Update.
3626 Add tests for breakpoint registration.
3627
3628 2014-06-04 Tom Tromey <tromey@redhat.com>
3629
3630 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3631 VLA-in-union.
3632 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3633 inner_vla_struct, vla_union types. Initialize objects of those
3634 types and compute their sizes.
3635
3636 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3637 Hui Zhu <hui@codesourcery.com>
3638
3639 * gdb.base/fileio.exp: Add test for shell not available as well as
3640 available.
3641 * gdb.base/fileio.c (test_system): Check for shell twice.
3642
3643 2014-06-04 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.base/auto-connect-native-target.exp: Remove redundant
3646 space from the regexp pattern.
3647
3648 2014-06-04 Yao Qi <yao@codesourcery.com>
3649
3650 * gdb.base/default.exp: Replace "child" with "native" in
3651 regexp pattern.
3652
3653 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3654
3655 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3656 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3657 * gdb.python/py-xmethods.py: Python script supporting the
3658 new testcase and tests.
3659
3660 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3661 Pedro Alves <palves@redhat.com>
3662
3663 PR breakpoints/17000
3664 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3665 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3666
3667 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3668
3669 * gdb.base/subst.exp: Add tests to verify partial path matching
3670 output.
3671
3672 2014-06-03 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3675 target that doesn't use software single-stepping.
3676
3677 2014-06-03 Pedro Alves <palves@redhat.com>
3678
3679 PR breakpoints/17000
3680 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3681 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3682
3683 2014-06-02 Doug Evans <xdje42@gmail.com>
3684
3685 * gdb.guile/scm-parameter.exp: New file.
3686
3687 2014-06-02 Doug Evans <xdje42@gmail.com>
3688
3689 * gdb.guile/scm-cmd.c: New file.
3690 * gdb.guile/scm-cmd.exp: New file.
3691
3692 2014-06-02 Doug Evans <xdje42@gmail.com>
3693
3694 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3695 pretty-printer lookup.
3696 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3697 (make-pp_s-printer): Call it.
3698 (make-pretty-printer-from-dict): New function.
3699 (lookup-pretty-printer-maker-from-dict): New function.
3700 (*pretty-printer*): Simplify.
3701 (make-objfile-pp_s-printer): New function.
3702 (install-objfile-pretty-printers!): New function.
3703 (make-progspace-pp_s-printer): New function.
3704 (install-progspace-pretty-printers!): New function.
3705 * gdb.guile/scm-progspace.c: New file.
3706 * gdb.guile/scm-progspace.exp: New file.
3707
3708 2014-06-02 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/dprintf-bp-same-addr.c: New file.
3711 * gdb.base/dprintf-bp-same-addr.exp: New file.
3712
3713 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3714
3715 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3716 * gdb.arch/powerpc-power.s: Likewise.
3717
3718 2014-06-02 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3721
3722 2014-06-01 Yao Qi <yao@codesourcery.com>
3723
3724 * gdb.base/watchpoint.exp (test_watch_location): Check null
3725 pointer can be dereferenced. If not, do the test, otherwise
3726 skip it.
3727
3728 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3729
3730 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3731 results.
3732 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3733
3734 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3735
3736 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3737 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3738 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3739 * gdb.arch/amd64-invalid-stack-top.c: New file.
3740 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3741
3742 2014-05-30 Pedro Alves <palves@redhat.com>
3743
3744 PR breakpoints/17000
3745 * gdb.base/sss-bp-on-user-bp.c: New file.
3746 * gdb.base/sss-bp-on-user-bp.exp: New file.
3747
3748 2014-05-30 David Blaikie <dblaikie@gmail.com>
3749
3750 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3751 gnu_inline semantics via attribute.
3752 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3753 source explicitly specifies the required semantics.
3754
3755 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3756
3757 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3758
3759 2014-05-29 Pedro Alves <palves@redhat.com>
3760 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.base/async-shell.exp: Don't enable target-async.
3763 * gdb.base/async.exp
3764 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3765 parameter. Adjust.
3766 (top level): Don't test with "target-async".
3767 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3768 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3769 * gdb.base/inferior-died.exp: Don't enable target-async.
3770 * gdb.base/interrupt-noterm.exp: Likewise.
3771 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3772 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3773 * gdb.mi/mi-nonstop.exp: Likewise.
3774 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3775 * gdb.mi/mi-nsintrall.exp: Likewise.
3776 * gdb.mi/mi-nsmoribund.exp: Likewise.
3777 * gdb.mi/mi-nsthrexec.exp: Likewise.
3778 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3779 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3780 * gdb.python/py-evsignal.exp: Don't enable target-async.
3781 * gdb.python/py-evthreads.exp: Likewise.
3782 * gdb.python/py-prompt.exp: Likewise.
3783 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3784 * gdb.server/solib-list.exp: Don't enable target-async.
3785 * gdb.threads/thread-specific-bp.exp: Likewise.
3786 * lib/mi-support.exp: Adjust to use mi-async.
3787
3788 2014-05-29 Pedro Alves <palves@redhat.com>
3789
3790 PR gdb/13860
3791 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3792 reason, even in sync mode.
3793
3794 2014-05-29 Pedro Alves <palves@redhat.com>
3795 Hui Zhu <hui@codesourcery.com>
3796
3797 PR PR15693
3798 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3799 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3800 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3801 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3802
3803 2014-05-28 Joel Brobecker <brobecker@adacore.com>
3804
3805 * config/monitor.exp (gdb_target_monitor): Replace use of
3806 "set remotebaud" by "set serial baud".
3807
3808 2014-05-26 Andy Wingo <wingo@igalia.com>
3809
3810 * gdb.guile/scm-breakpoint.exp:
3811 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3812 properties instead of gdb-object-properties.
3813
3814 2014-05-26 Yao Qi <yao@codesourcery.com>
3815
3816 * gdb.server/no-thread-db.exp: Specify source file name
3817 explicitly when setting a breakpoint.
3818
3819 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3820
3821 * gdb.btrace/vdso.c: New.
3822 * gdb.btrace/vdso.exp: New.
3823
3824 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3825
3826 * gdb.base/gcore.exp (capture_command_output): Move ...
3827 * lib/gdb.exp (capture_command_output): ... here.
3828
3829 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3830
3831 * gdb.btrace/data.exp: Test memory access during btrace replay.
3832
3833 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3834
3835 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3836
3837 2014-05-21 Pedro Alves <palves@redhat.com>
3838
3839 PR gdb/13860
3840 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3841 (top level): Test that output related to execution commands is
3842 sent to the console with CLI commands, but not with MI commands.
3843 Test that breakpoint events are always mirrored to the console.
3844 Also expect the new source line to be output after a "next" in
3845 async mode too. Make it a pass/fail test.
3846 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3847 output.
3848 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3849
3850 2014-05-21 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3853 Use them to test variations of "list" after reaching a breakpoint.
3854 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3855 Test "list" with listsize 10 after reaching a breakpoint.
3856 * gdb.python/python.exp (decode_line current location line
3857 number): Adjust expected line number.
3858
3859 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3860
3861 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3862 behavior for $args, pass it directly to "run".
3863
3864 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3865
3866 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3867 30000 to 65536.
3868
3869 2014-05-21 Pedro Alves <palves@redhat.com>
3870
3871 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3872 auto-connect-native-target off".
3873 * gdb.base/auto-connect-native-target.c: New file.
3874 * gdb.base/auto-connect-native-target.exp: New file.
3875
3876 2014-05-21 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.base/default.exp: Test "target native" instead of "target
3879 child".
3880
3881 2014-05-21 Mark Wielaard <mjw@redhat.com>
3882
3883 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3884
3885 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 Fix TLS access for -static -pthread.
3888 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3889 <HAVE_TLS> (thread_function, main): Initialize it.
3890 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3891 Add clean_restart.
3892 <$have_tls != "">: Check TLSVAR.
3893
3894 2014-05-21 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.base/dcache-line-read-error.c: New.
3897 * gdb.base/dcache-line-read-error.exp: New.
3898
3899 2014-05-20 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/compare-sections.c: New file.
3902 * gdb.base/compare-sections.exp: New file.
3903
3904 2014-05-20 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.base/break-idempotent.c: New file.
3907 * gdb.base/break-idempotent.exp: New file.
3908
3909 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3910
3911 * gdb.btrace/nohist.exp: New.
3912
3913 2014-05-20 Yao Qi <yao@codesourcery.com>
3914
3915 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3916 gdb.reverse directory and gdb_reverse_timeout exists in board
3917 setting.
3918 * README: Document gdb_reverse_timeout.
3919
3920 2014-05-20 Yao Qi <yao@codesourcery.com>
3921
3922 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3923 'test_file_name'. Treat args as a string instead of a list.
3924 (gdb_init): Rename argument 'args' by 'test_file_name'.
3925
3926 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3927
3928 * gdb.arch/powerpc-power.exp: New file.
3929 * gdb.arch/powerpc-power.s: New file.
3930
3931 2014-05-16 Doug Evans <dje@google.com>
3932
3933 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
3934 * gdb.base/completion.exp: Check that all expected files exist
3935 before doing file completion.
3936
3937 2014-05-16 Doug Evans <dje@google.com>
3938
3939 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3940 Update.
3941 (do_syscall_tests_without_xml): Update.
3942
3943 2014-05-16 Pedro Alves <palves@redhat.com>
3944
3945 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3946 instead of "unknown output after running".
3947
3948 2014-05-16 Yao Qi <yao@codesourcery.com>
3949
3950 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3951 file1.txt from host at the end.
3952 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3953
3954 2014-05-15 Doug Evans <dje@google.com>
3955
3956 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3957 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3958 loading file. Add test for TU lookup.
3959
3960 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3961
3962 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3963 calling "-exec-arguments" or "set args" before running the
3964 inferior.
3965
3966 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3967
3968 * lib/mi-support.exp (mi_expect_stop): Expect message for
3969 inferiors that exit with non-zero exit code.
3970
3971 2014-05-14 Yao Qi <yao@codesourcery.com>
3972
3973 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3974 match absolute path on remote host.
3975 (test_file_list_exec_source_files): Remove "/" from the
3976 pattern.
3977
3978 2014-05-14 Yao Qi <yao@codesourcery.com>
3979
3980 * boards/local-remote-host-notty.exp (${board}_file): New
3981 proc.
3982
3983 2014-05-07 Kyle McMartin <kyle@redhat.com>
3984
3985 Pushed by Joel Brobecker <brobecker@adacore.com>.
3986 * gdb.arch/aarch64-atomic-inst.c: New file.
3987 * gdb.arch/aarch64-atomic-inst.exp: New file.
3988
3989 2014-05-07 Yao Qi <yao@codesourcery.com>
3990
3991 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3992 in current context" too.
3993
3994 2014-05-05 Keith Seitz <keiths@redhat.com>
3995
3996 * gdb.linespec/ls-dollar.exp: Add test for linespec
3997 file:convenience_variable.
3998
3999 2014-05-05 Yao Qi <yao@codesourcery.com>
4000
4001 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4002 traceframes into tfile and ctf trace files. Read data from
4003 trace file and test collected data.
4004 (gdb_collect_locals_test): Likewise.
4005 (gdb_unavailable_registers_test): Likewise.
4006 (gdb_unavailable_floats): Likewise.
4007 (gdb_collect_globals_test): Likewise.
4008 (top-level): Append "ctf" to trace_file_targets if GDB
4009 supports.
4010
4011 2014-05-05 Yao Qi <yao@codesourcery.com>
4012
4013 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4014 code to ...
4015 (gdb_collect_args_test_1): ... it. New proc.
4016 (gdb_collect_locals_test): Move some code to ...
4017 (gdb_collect_locals_test_1): ... it. New proc.
4018 (gdb_unavailable_registers_test): Move some code to ...
4019 (gdb_unavailable_registers_test_1): ... it. New proc.
4020 (gdb_unavailable_floats): Move some code to ...
4021 (gdb_unavailable_floats_1): ... it. New proc.
4022
4023 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4024
4025 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4026 probes to test for bitness recognition.
4027 * gdb.arch/amd64-stap-optional-prefix.exp
4028 (test_probe_value_without_reg): New procedure.
4029 Add code to test for different kinds of bitness.
4030
4031 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4032
4033 PR breakpoints/16889
4034 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4035 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4036
4037 2014-05-01 Pedro Alves <palves@redhat.com>
4038
4039 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4040 gdb_file_cmd if no file is specified.
4041 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4042 last_loaded_file to set the remote exec-file.
4043
4044 2014-05-01 Pedro Alves <palves@redhat.com>
4045
4046 * boards/local-remote-host.exp: New file.
4047
4048 2014-05-01 Pedro Alves <palves@redhat.com>
4049
4050 * boards/local-remote-host.exp: Rename to ...
4051 * boards/local-remote-host-notty.exp: ... this.
4052
4053 2014-04-28 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/dyn_arrayidx: New testcase.
4056
4057 2014-04-26 Yao Qi <yao@codesourcery.com>
4058
4059 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4060 and compute the length of function main. Save it in
4061 $main_length.
4062 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4063 (top-level): Use gdb_compile to compile objects into
4064 executable and restart GDB. Remove invocation to
4065 prepare_for_testing.
4066
4067 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4068 Pedro Alves <palves@redhat.com>
4069
4070 PR server/16255
4071 * gdb.multi/multi-attach.c: New file.
4072 * gdb.multi/multi-attach.exp: New file.
4073
4074 2014-04-25 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4077 user.
4078 (top level): Test that "set remote conditional-breakpoints-packet
4079 off" works as intended.
4080 * gdb.base/dprintf.exp: Test that "set remote
4081 breakpoint-commands-packet off" works as intended.
4082 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4083 New function.
4084 (top level): Call it.
4085 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4086 remote fast-tracepoints-packet off" works as intended.
4087 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4088 * lib/gdb.exp (gdb_is_target_remote): ... here.
4089
4090 2014-04-24 David Blaikie <dblaikie@gmail.com>
4091
4092 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4093 ensure clang would not discard them.
4094 * gdb.base/gdbvars.c: Ditto.
4095 * gdb.base/memattr.c: Ditto.
4096 * gdb.base/whatis.c: Ditto.
4097 * gdb.python/py-prettyprint.c: Ditto.
4098 * gdb.trace/actions.c: Ditto.
4099 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4100 ensure clang would not discard it.
4101
4102 2014-04-24 David Blaikie <dblaikie@gmail.com>
4103
4104 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4105 clang to emit the full definition of type required by the test
4106 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4107
4108 2014-04-24 David Blaikie <dblaikie@gmail.com>
4109
4110 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4111 coax Clang into emitting the definition of the type.
4112 * gdb.cp/pr10728-x.h (y): Ditto.
4113 * gdb.cp/pr10728-y.cc (y): Ditto.
4114
4115 2014-04-24 David Blaikie <dblaikie@gmail.com>
4116
4117 * gdb.base/label.exp: XFAIL label related tests under Clang.
4118 * gdb.cp/cplabel.exp: Ditto.
4119 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4120 under Clang those using labels.
4121
4122 2014-04-25 Yao Qi <yao@codesourcery.com>
4123
4124 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4125 double_label.
4126 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4127 partial_label and double_label.
4128
4129 2014-04-24 David Blaikie <dblaikie@gmail.com>
4130
4131 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4132
4133 2014-04-24 David Blaikie <dblaikie@gmail.com>
4134
4135 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4136 of the function to work across GCC and Clang.
4137 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4138 pointer types (const void ** const V void **).
4139
4140 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
4141 Walfred Tedeschi <walfred.tedeschi@intel.com>
4142
4143 * Makefile.in (EXECUTABLES): Added i386-avx512.
4144 * gdb.arch/i386-avx512.c: New file.
4145 * gdb.arch/i386-avx512.exp: Likewise.
4146
4147 2014-04-23 Keith Seitz <keiths@redhat.com>
4148
4149 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4150 (mi_make_breakpoint_table): New procedure.
4151 (mi_create_breakpoint): Use mi_make_breakpoint
4152 and return the result.
4153 (mi_make_breakpoint): New procedure.
4154 (mi_build_kv_pairs): New procedure.
4155
4156 * gdb.mi/mi-break.exp: Remove unused globals,
4157 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4158 All callers updated.
4159 * gdb.mi/mi-dprintf.exp: Use variable to track command
4160 number.
4161 Update all callers of mi_create_breakpoint and use
4162 mi_make_breakpoint_table.
4163 Remove any unused global variables.
4164 * gdb.mi/mi-nonstop.exp: Likewise.
4165 * gdb.mi/mi-nsintrall.exp: Likewise.
4166 * gdb.mi/mi-nsmoribund.exp: Likewise.
4167 * gdb.mi/mi-nsthrexec.exp: Likewise.
4168 * gdb.mi/mi-reverse.exp: Likewise.
4169 * gdb.mi/mi-simplerun.exp: Likewise.
4170 * gdb.mi/mi-stepn.exp: Likewise.
4171 * gdb.mi/mi-syn-frame.exp: Likewise.
4172 * gdb.mi/mi-until.exp: Likewise.
4173 * gdb.mi/mi-var-cp.exp: Likewise.
4174 * gdb.mi/mi-var-display.exp: Likewise.
4175 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4176 * gdb.mi/mi2-var-child.exp: Likewise.
4177 * gdb.mi/mi-vla-c99.exp: Likewise.
4178 * lib/mi-support.exp: Likewise.
4179
4180 From Ian Lance Taylor <iant@cygnus.com>:
4181 * lib/gdb.exp (parse_args): New procedure.
4182
4183 2014-04-23 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.base/break-unload-file.c: New file.
4186 * gdb.base/break-unload-file.exp: New file.
4187 * gdb.base/sym-file-lib.c (baz): New function.
4188 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4189 field.
4190 (load): Store the segment's mapped size.
4191 (unload): New function.
4192 (unload_shlib): New function.
4193 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4194 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4195 set a breakpoint at baz, and call it.
4196 * gdb.base/sym-file.exp: New tests for stale breakpoint
4197 instructions.
4198
4199 2014-04-23 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4202 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4203 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4204 * gdb.base/hbreak-unmapped.c: New file.
4205 * gdb.base/hbreak-unmapped.exp: New file.
4206 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4207 * lib/gdb.exp (gdb_is_target_remote): ... here.
4208
4209 2014-04-22 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/consecutive-step-over.c: New file.
4212 * gdb.base/consecutive-step-over.exp: New file.
4213
4214 2014-04-22 Pedro Alves <palves@redhat.com>
4215
4216 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4217 instead of send_gdb/gdb_expect.
4218
4219 2014-04-22 Yao Qi <yao@codesourcery.com>
4220
4221 * lib/trace-support.exp (generate_tracefile): New procedure.
4222 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4223 return 0.
4224 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4225 if generate_tracefile returns 1.
4226
4227 2014-04-18 Tom Tromey <palves@redhat.com>
4228 Pedro alves <tromey@redhat.com>
4229
4230 PR backtrace/15558
4231 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4232 with a backtrace limit.
4233 * gdb.python/py-frame-inline.exp: Test running to an inline
4234 function with a backtrace limit, and printing the newest frame.
4235 * gdb.python/py-frame-inline.c (main): Call f.
4236
4237 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4238
4239 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4240
4241 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4242
4243 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4244 Drop prefix from unsupported source file path.
4245
4246 2014-04-17 Yao Qi <yao@codesourcery.com>
4247
4248 * lib/gdb.exp (with_target_charset): New proc.
4249 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4250 with_target_charset.
4251 (test_print_strings): Likewise.
4252 (test_repeat_bytes): Likewise.
4253 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4254 for some tests.
4255
4256 2014-04-16 Keith Seitz <keiths@redhat.com>
4257
4258 PR gdb/15827
4259 * gdb.dwarf2/corrupt.c: New file.
4260 * gdb.dwarf2/corrupt.exp: New file.
4261
4262 2014-04-16 Keith Seitz <keiths@redhat.com>
4263
4264 PR c++/16597
4265 * gdb.cp/namelessclass.cc: New file.
4266 * gdb.cp/namelessclass.exp: New file.
4267 * gdb.cp/namelessclass.S: New file.
4268
4269 2014-04-16 Doug Evans <dje@google.com>
4270
4271 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4272 Add comment.
4273 (gdbserver_default_get_comm_port): New function.
4274 (gdbserver_start): Check if board file provided
4275 "gdbserver,get_comm_port" and use it if so.
4276 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4277 (gdb,socketport): Set to "stdio".
4278 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4279 (stdio_gdbserver_template): Delete.
4280 (${board}_get_remote_address): Update.
4281 (${board}_build_remote_cmd): Delete.
4282 (${board}_get_comm_port): New function.
4283 (${board}_spawn): Update.
4284 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4285 Delete.
4286 (${board}_get_remote_address): Update.
4287 (${board}_get_comm_port): New function.
4288
4289 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
4290
4291 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4292 appearing in any order.
4293
4294 2014-04-15 Doug Evans <dje@google.com>
4295
4296 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4297 uninitialized value of "description".
4298
4299 2014-04-15 Keith Seitz <keiths@redhat.com>
4300
4301 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4302 Remove unused globals.
4303 (test_running_the_program): Likewise.
4304 (test_controlled_execution): Likewise.
4305 (test_controlling_breakpoints): Likewise.
4306 (test_program_termination): Likewise.
4307
4308 2014-04-15 Keith Seitz <keiths@redhat.com>
4309
4310 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4311 unused globals.
4312 (test_rbreak_creation_and_listing): Likewise.
4313 (test_ignore_count): Likewise.
4314 (test_error): Likewise.
4315
4316 2014-04-15 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4319 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4320 sym-file-loader.c.
4321 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4322 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4323 to sym-file-loader.c.
4324 (struct library): Forward declare.
4325 (load_shlib, lookup_function): Change prototypes.
4326 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4327 (translate_offset): Remove declarations.
4328 (get_text_addr): New declaration.
4329 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4330 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4331 sym-file-loader.h.
4332 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4333 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4334 here from sym-file-loader.h.
4335 (struct library): New structure.
4336 (load_shlib, lookup_function): Change prototypes and adjust to
4337 work with a struct library.
4338 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4339 (translate_offset): Make static.
4340 (get_text_addr): New function.
4341 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4342
4343 2014-04-15 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4346
4347 2014-04-15 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/sym-file-loader.c: Include <limits.h>.
4350 (SELF_LINK): New define.
4351 (get_origin): New function.
4352 (load_shlib): Use it.
4353 * gdb.base/sym-file.exp: Don't early return if the target is
4354 remote. Use runto_main, and issue fail is that fails. Use
4355 gdb_load_shlibs.
4356 (shlib_name): Delete.
4357 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4358
4359 2014-04-15 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/sym-file.exp: Remove regex characters from test
4362 message. Don't refer to breakpoint numbers in test messages.
4363
4364 2014-04-14 Keith Seitz <keiths@redhat.com>
4365
4366 PR c++/16253
4367 * gdb.cp/var-tag.cc: New file.
4368 * gdb.cp/var-tag.exp: New file.
4369 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4370 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4371 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4372 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4373
4374 2014-04-14 Tom Tromey <tromey@redhat.com>
4375
4376 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4377 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4378 type.
4379 * gdb.cp/enum-class.exp: New file.
4380 * gdb.cp/enum-class.cc: New file.
4381
4382 2014-04-14 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.dwarf2/enum-type.exp: New file.
4385
4386 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4387
4388 * gdb.mi/mi-vla-c99.exp: New file.
4389 * gdb.mi/vla.c: New file.
4390
4391 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4392
4393 * gdb.base/vla-datatypes.c: New file.
4394 * gdb.base/vla-datatypes.exp: New file.
4395
4396 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4397
4398 * gdb.base/vla-ptr.c: New file.
4399 * gdb.base/vla-ptr.exp: New file.
4400
4401 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4402
4403 * gdb.dwarf2/count.exp: New file.
4404
4405 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4406
4407 * gdb.base/vla-sideeffect.c: New file.
4408 * gdb.base/vla-sideeffect.exp: New file.
4409
4410 2014-04-14 David Blaikie <dblaikie@gmail.com>
4411
4412 * gdb.mi/non-stop.c: Add return value for non-void function return
4413 statement.
4414 * gdb.threads/staticthreads.c: Ditto.
4415
4416 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4417 Doug Evans <xdje42@gmail.com>
4418
4419 * gdb.guile/scm-value.c: Improve test case.
4420 * gdb.guile/scm-value.exp: Add new test.
4421
4422 2014-04-11 David Blaikie <dblaikie@gmail.com>
4423
4424 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4425 override Clang's default.
4426
4427 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4428
4429 Revert the following changes (regressions):
4430
4431 * gdb.base/vla-sideeffect.c: New file.
4432 * gdb.base/vla-sideeffect.exp: New file.
4433
4434 * gdb.dwarf2/count.exp: New file.
4435
4436 * gdb.base/vla-multi.c: New file.
4437 * gdb.base/vla-multi.exp: New file.
4438
4439 * gdb.base/vla-ptr.c: New file.
4440 * gdb.base/vla-ptr.exp: New file.
4441
4442 * gdb.base/vla-datatypes.c: New file.
4443 * gdb.base/vla-datatypes.exp: New file.
4444
4445 * gdb.mi/mi-vla-c99.exp: New file.
4446 * gdb.mi/vla.c: New file.
4447
4448 2014-04-11 Keith Seitz <keiths@redhat.com>
4449
4450 PR c++/16675
4451 * gdb.cp/cpsizeof.exp: New file.
4452 * gdb.cp/cpsizeof.cc: New file.
4453
4454 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4455
4456 * gdb.mi/mi-vla-c99.exp: New file.
4457 * gdb.mi/vla.c: New file.
4458
4459 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4460
4461 * gdb.base/vla-datatypes.c: New file.
4462 * gdb.base/vla-datatypes.exp: New file.
4463
4464 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4465
4466 * gdb.base/vla-ptr.c: New file.
4467 * gdb.base/vla-ptr.exp: New file.
4468
4469 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4470
4471 * gdb.base/vla-multi.c: New file.
4472 * gdb.base/vla-multi.exp: New file.
4473
4474 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4475
4476 * gdb.dwarf2/count.exp: New file.
4477
4478 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4479
4480 * gdb.base/vla-sideeffect.c: New file.
4481 * gdb.base/vla-sideeffect.exp: New file.
4482
4483 2014-04-11 Yao Qi <yao@codesourcery.com>
4484
4485 * gdb.base/completion.exp: Check file exists before running tests
4486 on file completion.
4487
4488 2014-04-10 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/cond-eval-mode.c: New file.
4491 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4492 prepare_for_testing to build the new file. Check result of
4493 runto_main.
4494 (test_break, test_watch): New procedures.
4495 (top level): Use them.
4496
4497 2014-04-08 Pierre Muller <muller@sourceware.org>
4498
4499 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4500 Ctrl-V use for mingw hosts.
4501
4502 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4503
4504 * gdb.python/py-value.c: Improve test case.
4505 * gdb.python/py-value.exp: Add new test.
4506
4507 2014-04-07 David Blaikie <dblaikie@gmail.com>
4508
4509 * lib/compiler.c: Identify the clang compiler.
4510 * lib/compiler.cc: Ditto.
4511
4512 2014-04-03 Yao Qi <yao@codesourcery.com>
4513
4514 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4515
4516 2014-04-01 Anton Blanchard <anton@samba.org>
4517
4518 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4519 messages unique.
4520
4521 2014-04-01 Anton Blanchard <anton@samba.org>
4522
4523 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4524 prepare_for_testing.
4525
4526 2014-04-01 Anton Blanchard <anton@samba.org>
4527
4528 * gdb.arch/ppc64-atomic-inst.c: Remove.
4529 * gdb.arch/ppc64-atomic-inst.S: New file.
4530 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4531
4532 2014-03-31 Doug Evans <dje@google.com>
4533
4534 * gdb.base/print-symbol-loading-lib.c: New file.
4535 * gdb.base/print-symbol-loading-main.c: New file.
4536 * gdb.base/print-symbol-loading.exp: New file.
4537
4538 2014-03-31 Yao Qi <yao@codesourcery.com>
4539
4540 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4541
4542 2014-03-28 Joel Brobecker <brobecker@adacore.com>
4543
4544 * gdb.ada/mi_dyn_arr: New testcase.
4545
4546 2014-03-27 Doug Evans <dje@google.com>
4547
4548 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4549
4550 2014-03-27 Yao Qi <yao@codesourcery.com>
4551
4552 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4553 if target is nios2-*-*.
4554
4555 2014-03-26 Yao Qi <yao@codesourcery.com>
4556
4557 * lib/gdb.exp (readline_is_used): New proc.
4558 * gdb.base/completion.exp: Move tests on command complete up.
4559 Skip the rest of tests if readline is not used.
4560 * gdb.ada/complete.exp: Skp the test if readline is not
4561 used.
4562 * gdb.base/filesym.exp: Likewise.
4563 * gdb.base/macscp.exp: Likewise.
4564 * gdb.base/readline-ask.exp: Likewise.
4565 * gdb.base/readline.exp: Likewise.
4566 * gdb.python/py-cmd.exp: Likewise.
4567 * gdb.trace/tfile.exp: Likewise.
4568
4569 2014-03-26 Yao Qi <yao@codesourcery.com>
4570
4571 * gdb.base/macscp.exp: Fix code format issues.
4572
4573 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4574
4575 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4576 * gdb.asm/powerpc64le.inc: New file.
4577
4578 2014-03-25 Pedro Alves <palves@redhat.com>
4579 Doug Evans <dje@google.com>
4580
4581 * gdb.base/source-execution.c: New file.
4582 * gdb.base/source-execution.exp: New file.
4583 * gdb.base/source-execution.gdb: New file.
4584
4585 2014-03-24 Doug Evans <dje@google.com>
4586
4587 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4588 using fission.
4589
4590 2014-03-24 Hui Zhu <hui@codesourcery.com>
4591 Pedro Alves <palves@redhat.com>
4592
4593 PR breakpoints/16101
4594 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4595 test pass/fail messages. Detect missing support for dprintf when
4596 breakpoints are actually inserted.
4597 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4598 breakpoints are actually inserted.
4599 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4600 fails.
4601
4602 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4603
4604 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4605
4606 2014-03-22 Doug Evans <xdje42@gmail.com>
4607
4608 * gdb.python/python.exp (python not supported): Verify multi-line
4609 python command issues an error.
4610 * gdb.guile/guile.exp (guile not supported): Verify multi-line
4611 guile command issues an error.
4612
4613 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4614
4615 * gdb.threads/thread-specific.exp: Handle the lack of usable
4616 $this_breakpoint and $this_thread.
4617
4618 2014-03-21 Hui Zhu <hui@codesourcery.com>
4619
4620 * gdb.base/attach.exp (do_command_attach_tests): New.
4621
4622 2014-03-20 Tom Tromey <tromey@redhat.com>
4623 Pedro Alves <palves@redhat.com>
4624
4625 PR cli/15718
4626 * gdb.base/condbreak-call-false.c: New file.
4627 * gdb.base/condbreak-call-false.exp: New file.
4628
4629 2014-03-20 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4632 Delete.
4633 (block_signals, unblock_signals): Delete.
4634 (child_function_2, main): Remove references to deleted variable
4635 and functions.
4636
4637 2014-03-20 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4640 Use pthread_kill to signal thread 2.
4641 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4642 Adjust to make the test send itself a signal rather than using the
4643 host's "kill" command.
4644
4645 2014-03-20 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.threads/multiple-step-overs.c: New file.
4648 * gdb.threads/multiple-step-overs.exp: New file.
4649 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4650 Adjust expected infrun debug output.
4651
4652 2014-03-20 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4655 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4656
4657 2014-03-20 Pedro Alves <palves@redhat.com>
4658
4659 PR breakpoints/7143
4660 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4661 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4662 of gdb_test_multiple.
4663 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4664 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4665
4666 2014-03-20 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4669 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4670
4671 2014-03-19 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.base/async.exp: Remove early return.
4674
4675 2014-03-19 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4678
4679 2014-03-19 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/async.exp (test_background): Expect \r\n after
4682 "completed." in the fail pattern.
4683
4684 2014-03-19 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.base/async.exp (test_background): New procedure.
4687 Use it for all background execution command tests.
4688
4689 2014-03-19 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/async.exp: Use prepare_for_testing.
4692
4693 2014-03-19 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4696 the same line.
4697
4698 2014-03-19 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/async.c (main): Add "jump here" and "until here" line
4701 marker comments.
4702 * gdb.base/async.exp (jump_here): New global.
4703 (jump& test): Use it.
4704 (until_here): New global.
4705 (until& test): Use it.
4706
4707 2014-03-19 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/async.exp: Don't frob gdb_protocol.
4710
4711 2014-03-18 Doug Evans <xdje42@gmail.com>
4712
4713 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4714 Fix spelling of exec-done-display.
4715
4716 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4717
4718 PR gdb/15358
4719 * gdb.base/gdb-sigterm.c: New file.
4720 * gdb.base/gdb-sigterm.exp: New file.
4721
4722 2014-03-18 Pedro Alves <palves@redhat.com>
4723
4724 PR gdb/13860
4725 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4726 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4727 solib-event.
4728
4729 2014-03-17 Joel Brobecker <brobecker@adacore.com>
4730
4731 * gdb.ada/pckd_arr_ren: New testcase.
4732
4733 2014-03-13 Doug Evans <xdje42@gmail.com>
4734
4735 PR guile/16612
4736 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4737 collect after discarding symbols.
4738
4739 2014-03-13 Ludovic Courtès <ludo@gnu.org>
4740 Doug Evans <xdje42@gmail.com>
4741
4742 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4743 to history survives a gc.
4744
4745 2014-03-13 Pedro Alves <palves@redhat.com>
4746
4747 * gdb.base/default.exp: Don't test "target procfs".
4748
4749 2014-03-13 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.base/default.exp: Update "target child" and "target procfs"
4752 tests to not expect "Unix".
4753
4754 2014-03-12 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4757 New procs. Add target-async tests.
4758 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4759 Add target-async tests.
4760
4761 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4762
4763 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4764 'func_start' and 'func_end' for the beginning and end of the
4765 function code, respectively.
4766 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4767 'func_end' instead of 'func' and 'main'.
4768
4769 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4770
4771 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4772 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4773 generate the debug info assembler source.
4774
4775 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4776
4777 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4778 * gdb.dwarf2/arr-subrange.exp: Likewise.
4779 * gdb.dwarf2/dwz.exp: Likewise.
4780 * gdb.dwarf2/method-ptr.exp: Likewise.
4781 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4782 * gdb.dwarf2/subrange.exp: Likewise.
4783 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4784 * gdb.dwarf2/implptrpiece.exp: Likewise.
4785 * gdb.dwarf2/nostaticblock.exp: Likewise.
4786
4787 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4788
4789 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4790 directory to absolute path name arguments.
4791
4792 2014-03-10 Joel Brobecker <brobecker@adacore.com>
4793
4794 * gdb.ada/tagged_access: New testcase.
4795
4796 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4797
4798 * gdb.btrace/data.exp: Update expected output.
4799
4800 2014-03-06 Yao Qi <yao@codesourcery.com>
4801
4802 * gdb.trace/pr16508.exp: New file.
4803
4804 2014-03-05 Pedro Alves <palves@redhat.com>
4805
4806 PR gdb/16575
4807 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4808 procedure.
4809 (top level): Adjust to use it. Add tests that exercise breakpoint
4810 interaction with the code-cache.
4811
4812 2014-02-26 Ludovic Courtès <ludo@gnu.org>
4813
4814 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4815 test for 'history-append!'.
4816
4817 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4818
4819 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4820 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4821 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4822 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4823 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4824 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4825
4826 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4827
4828 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4829 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4830 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4831
4832 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4835
4836 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4837
4838 * gdb.dwarf2/arr-stride.c: New file.
4839 * gdb.dwarf2/arr-stride.exp: New file.
4840
4841 2014-02-26 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4844 that won't ever trigger. Make sure that GDB reports the correct
4845 breakpoint that caused the stop.
4846
4847 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4848
4849 PR gdb/16626
4850 * gdb.base/auto-load-script: New file.
4851 * gdb.base/auto-load.c: New file.
4852 * gdb.base/auto-load.exp: New file.
4853
4854 PR gdb/16626
4855 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4856
4857 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4860 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4861
4862 2014-02-24 Doug Evans <dje@google.com>
4863
4864 * lib/gdb.exp (run_on_host): Log error output if program fails.
4865
4866 2014-02-21 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.threads/step-after-sr-lock.c: Rename to ...
4869 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4870 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4871 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4872 ... this.
4873
4874 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4875
4876 PR tdep/16397
4877 * gdb.arch/amd64-stap-special-operands.exp: New file.
4878 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4879 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4880 * gdb.arch/amd64-stap-triplet.S: Likewise.
4881 * gdb.arch/amd64-stap-triplet.c: Likewise.
4882
4883 2014-02-20 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4886 in .section pseudo-op.
4887
4888 2014-02-20 lin zuojian <manjian2006@gmail.com>
4889 Joel Brobecker <brobecker@adacore.com>
4890 Doug Evans <xdje42@gmail.com>
4891
4892 PR symtab/16581
4893 * gdb.dwarf2/dw2-icycle.S: New file.
4894 * gdb.dwarf2/dw2-icycle.c: New file.
4895 * gdb.dwarf2/dw2-icycle.exp: New file.
4896
4897 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4898
4899 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4900 operations on gdb.Value objects.
4901 * gdb.python/py-value-cc.exp: Add new test to test operations on
4902 gdb.Value objects.
4903
4904 2014-02-18 Doug Evans <dje@google.com>
4905
4906 * Makefile.in (TESTS): New variable.
4907 (expanded_tests, expanded_tests_or_none): New variables
4908 (check-single): Pass $(expanded_tests_or_none) to runtest.
4909 (check-parallel): Only run tests in $(TESTS) if non-empty.
4910 (check/no-matching-tests-found): New rule.
4911 * README: Document TESTS makefile variable.
4912
4913 2014-02-18 Doug Evans <dje@google.com>
4914
4915 * Makefile.in (check-parallel): rm -rf outputs temp.
4916
4917 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4918
4919 Fix "ERROR: no fileid for" in the testsuite.
4920 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4921
4922 2014-02-12 Doug Evans <dje@google.com>
4923
4924 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4925 (MISCELLANEOUS): New variable.
4926 (clean): rm -rf $(MISCELLANEOUS).
4927 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4928 dwp live in the same directory as symlinks, with each symlink pointed
4929 to a differently named file in a different directory.
4930
4931 2014-02-11 Doug Evans <dje@google.com>
4932
4933 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4934 of Tcl file commands.
4935
4936 2014-02-10 Mark Kettenis <kettenis@gnu.org>
4937
4938 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4939 "kill -SIGUSR1 -1".
4940
4941 2014-02-10 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.ada/tick_length_array_enum_idx: New testcase.
4944
4945 2014-02-10 Doug Evans <xdje42@gmail.com>
4946
4947 * configure.ac (AC_OUTPUT): Add gdb.guile.
4948 * configure: Regenerate.
4949 * lib/gdb-guile.exp: New file.
4950 * lib/gdb.exp (get_target_charset): New function.
4951 * gdb.base/help.exp: Update expected output from "apropos apropos".
4952 * gdb.guile/Makefile.in: New file.
4953 * gdb.guile/guile.exp: New file.
4954 * gdb.guile/scm-arch.c: New file.
4955 * gdb.guile/scm-arch.exp: New file.
4956 * gdb.guile/scm-block.c: New file.
4957 * gdb.guile/scm-block.exp: New file.
4958 * gdb.guile/scm-breakpoint.c: New file.
4959 * gdb.guile/scm-breakpoint.exp: New file.
4960 * gdb.guile/scm-disasm.c: New file.
4961 * gdb.guile/scm-disasm.exp: New file.
4962 * gdb.guile/scm-equal.c: New file.
4963 * gdb.guile/scm-equal.exp: New file.
4964 * gdb.guile/scm-error.exp: New file.
4965 * gdb.guile/scm-error.scm: New file.
4966 * gdb.guile/scm-frame-args.c: New file.
4967 * gdb.guile/scm-frame-args.exp: New file.
4968 * gdb.guile/scm-frame-args.scm: New file.
4969 * gdb.guile/scm-frame-inline.c: New file.
4970 * gdb.guile/scm-frame-inline.exp: New file.
4971 * gdb.guile/scm-frame.c: New file.
4972 * gdb.guile/scm-frame.exp: New file.
4973 * gdb.guile/scm-generics.exp: New file.
4974 * gdb.guile/scm-gsmob.exp: New file.
4975 * gdb.guile/scm-iterator.c: New file.
4976 * gdb.guile/scm-iterator.exp: New file.
4977 * gdb.guile/scm-math.c: New file.
4978 * gdb.guile/scm-math.exp: New file.
4979 * gdb.guile/scm-objfile-script-gdb.in: New file.
4980 * gdb.guile/scm-objfile-script.c: New file.
4981 * gdb.guile/scm-objfile-script.exp: New file.
4982 * gdb.guile/scm-objfile.c: New file.
4983 * gdb.guile/scm-objfile.exp: New file.
4984 * gdb.guile/scm-ports.exp: New file.
4985 * gdb.guile/scm-pretty-print.c: New file.
4986 * gdb.guile/scm-pretty-print.exp: New file.
4987 * gdb.guile/scm-pretty-print.scm: New file.
4988 * gdb.guile/scm-section-script.c: New file.
4989 * gdb.guile/scm-section-script.exp: New file.
4990 * gdb.guile/scm-section-script.scm: New file.
4991 * gdb.guile/scm-symbol.c: New file.
4992 * gdb.guile/scm-symbol.exp: New file.
4993 * gdb.guile/scm-symtab-2.c: New file.
4994 * gdb.guile/scm-symtab.c: New file.
4995 * gdb.guile/scm-symtab.exp: New file.
4996 * gdb.guile/scm-type.c: New file.
4997 * gdb.guile/scm-type.exp: New file.
4998 * gdb.guile/scm-value-cc.cc: New file.
4999 * gdb.guile/scm-value-cc.exp: New file.
5000 * gdb.guile/scm-value.c: New file.
5001 * gdb.guile/scm-value.exp: New file.
5002 * gdb.guile/source2.scm: New file.
5003 * gdb.guile/types-module.cc: New file.
5004 * gdb.guile/types-module.exp: New file.
5005
5006 2014-02-10 Yao Qi <yao@codesourcery.com>
5007
5008 PR testsuite/16543
5009 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5010 * configure: Regenerated.
5011 * Makefile.in: New file.
5012
5013 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5014
5015 * gdb.python/py-framefilter.exp: Fix typo.
5016
5017 2014-02-08 Yao Qi <yao@codesourcery.com>
5018
5019 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5020 that no =breakpoint-modified is emitted when breakpoints are
5021 modified through MI commands.
5022
5023 2014-02-07 Pedro Alves <pedro@codesourcery.com>
5024 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.threads/step-after-sr-lock.c: New file.
5027 * gdb.threads/step-after-sr-lock.exp: New file.
5028
5029 2014-02-07 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5032
5033 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5034
5035 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5036 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5037
5038 2014-02-06 Doug Evans <xdje42@gmail.com>
5039
5040 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5041 output.
5042
5043 * gdb.gdb/python-interrupts.exp: New file.
5044
5045 2014-02-05 Yao Qi <yao@codesourcery.com>
5046
5047 * gdb.trace/report.exp (use_collected_data): Test the output
5048 of "info threads" and "info inferiors".
5049
5050 2014-02-05 Yao Qi <yao@codesourcery.com>
5051
5052 Revert this patch:
5053
5054 2013-05-24 Yao Qi <yao@codesourcery.com>
5055
5056 * gdb.trace/tfile.exp: Test inferior and thread.
5057
5058 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5059
5060 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5061 on a function.
5062 * gdb.base/step-bt.c: Call hello via function pointer to make
5063 sure its first instruction is executed on powerpc64le-linux.
5064
5065 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5066
5067 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5068
5069 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5070
5071 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5072 of the test patterns for use on little-endian systems.
5073
5074 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5075
5076 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5077 (decimal_vector): Fix for little-endian.
5078
5079 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5080
5081 * gdb.arch/sparc-sysstep.exp: New file.
5082 * gdb.arch/sparc-sysstep.c: Likewise.
5083
5084 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5085
5086 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5087
5088 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5089
5090 2014-01-23 Tom Tromey <tromey@redhat.com>
5091
5092 * gdb.ada/array_char_idx: New testcase.
5093
5094 2014-01-23 Tom Tromey <tromey@redhat.com>
5095
5096 PR python/16487:
5097 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5098 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5099 classes.
5100
5101 2014-01-23 Tom Tromey <tromey@redhat.com>
5102
5103 PR python/16491:
5104 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5105 string from an inferior frame.
5106 * gdb.python/py-framefilter-mi.exp: Update.
5107
5108 2014-01-22 Doug Evans <dje@google.com>
5109
5110 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5111
5112 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5113
5114 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5115
5116 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5117
5118 * gdb.trace/entry-values.exp: Remove excess space character from
5119 regex patterns. Handle s390 call instruction.
5120
5121 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5122
5123 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5124 define "*_start" label. Make "name" static.
5125 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5126 ${name} by references to ${name}_start.
5127
5128 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5129
5130 * gdb.base/info-macros.exp: Remove "debug" from the compile
5131 options.
5132
5133 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5134
5135 * gdb.dlang/demangle.exp: New file.
5136
5137 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5138
5139 * gdb.dlang/primitive-types.exp: New file.
5140
5141 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5142
5143 * configure.ac: Create gdb.dlang/Makefile.
5144 * configure: Regenerate.
5145 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5146 * gdb.dlang/Makefile.in: New file.
5147 * lib/d-support.exp: New file.
5148 * lib/gdb.exp (skip_d_tests): New proc.
5149
5150 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5151
5152 * gdb.btrace/delta.exp: Check reverse stepi.
5153 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5154 * gdb.btrace/finish.exp: New.
5155 * gdb.btrace/next.exp: New.
5156 * gdb.btrace/nexti.exp: New.
5157 * gdb.btrace/record_goto.c: Add comments.
5158 * gdb.btrace/step.exp: New.
5159 * gdb.btrace/stepi.exp: New.
5160 * gdb.btrace/multi-thread-step.c: New.
5161 * gdb.btrace/multi-thread-step.exp: New.
5162 * gdb.btrace/rn-dl-bind.c: New.
5163 * gdb.btrace/rn-dl-bind.exp: New.
5164 * gdb.btrace/data.c: New.
5165 * gdb.btrace/data.exp: New.
5166 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5167
5168 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5169
5170 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5171 * gdb.btrace/exception.exp: Update.
5172 * gdb.btrace/instruction_history.exp: Update.
5173 * gdb.btrace/record_goto.exp: Update.
5174 * gdb.btrace/tailcall.exp: Update.
5175 * gdb.btrace/unknown_functions.exp: Update.
5176 * gdb.btrace/delta.exp: New.
5177
5178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5179
5180 * gdb.btrace/record_goto.exp: Add backtrace test.
5181 * gdb.btrace/tailcall.exp: Add backtrace test.
5182
5183 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5184
5185 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5186 * gdb.btrace/record_goto.c: New.
5187 * gdb.btrace/record_goto.exp: New.
5188 * gdb.btrace/x86-record_goto.S: New.
5189
5190 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5191
5192 * gdb.btrace/function_call_history.exp: Update tests.
5193 * gdb.btrace/instruction_history.exp: Update tests.
5194
5195 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5196
5197 * gdb.btrace/function_call_history.exp: Fix expected field
5198 order for "record function-call-history".
5199 Add new tests for "record function-call-history /c".
5200 * gdb.btrace/exception.cc: New.
5201 * gdb.btrace/exception.exp: New.
5202 * gdb.btrace/tailcall.exp: New.
5203 * gdb.btrace/x86-tailcall.S: New.
5204 * gdb.btrace/x86-tailcall.c: New.
5205 * gdb.btrace/unknown_functions.c: New.
5206 * gdb.btrace/unknown_functions.exp: New.
5207 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5208
5209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5210
5211 * gdb.btrace/instruction_history.exp: Update.
5212 * gdb.btrace/function_call_history.exp: Update.
5213
5214 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5215
5216 * gdb.btrace/function_call_history.exp: Fix expected function
5217 trace.
5218 * gdb.btrace/instruction_history.exp: Initialize traced.
5219 Remove traced_functions.
5220
5221 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5222
5223 * gdb.btrace/function_call_history.exp: Update
5224 * gdb.btrace/instruction_history.exp: Update.
5225
5226 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5227
5228 * gdb.btrace/enable.exp: Update expected text.
5229
5230 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5231
5232 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5233 bytes.
5234
5235 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5236
5237 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5238
5239 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
5240
5241 * lib/gdb.exp (supports_process_record): Return true for
5242 arm*-linux*. (supports_reverse): Likewise.
5243
5244 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5245
5246 PR python/15464
5247 PR python/16113
5248 * gdb.python/py-type.c: Enhance test case.
5249 * gdb.python/py-value-cc.cc: Likewise
5250 * gdb.python/py-type.exp: Add new tests.
5251 * gdb.python/py-value-cc.exp: Likewise
5252
5253 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5254 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5257 Make "name" extern.
5258 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5259 references to ${name}_start by references to ${name}.
5260
5261 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5262
5263 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5264
5265 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5268
5269 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5270 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.mi/mi-info-os.exp: Connect to the target with
5273 mi_gdb_target_load.
5274
5275 2014-01-08 Pedro Alves <palves@redhat.com>
5276
5277 * gdb.threads/reconnect-signal.c: New file.
5278 * gdb.threads/reconnect-signal.exp: New file.
5279
5280 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5281
5282 * gdb.base/source-dir.exp: New file.
5283
5284 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5285
5286 * gdb.ada/mi_interface: New testcase.
5287
5288 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5289
5290 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5291 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5292 gdb.ada/pp-rec-component/pck.ads: New files.
5293
5294 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb.python/py-pp-integral.c: New file.
5297 * gdb.python/py-pp-integral.py: New file.
5298 * gdb.python/py-pp-integral.exp: New file.
5299
5300 For older changes see ChangeLog-1993-2013.
5301 \f
5302 ;; Local Variables:
5303 ;; mode: change-log
5304 ;; left-margin: 8
5305 ;; fill-column: 74
5306 ;; version-control: never
5307 ;; End:
5308
5309 Copyright 2014-2015 Free Software Foundation, Inc.
5310 Copying and distribution of this file, with or without modification,
5311 are permitted provided the copyright notice and this notice are preserved.