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