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