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