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