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