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