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