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