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