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