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