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