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