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