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