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