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