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