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