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