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