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