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