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