interrupt.exp: Revert back to checking gdb,noinferiorio at the top
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8b75dd3b
PA
12015-07-29 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
4 at the top.
5
dedad4e3
PA
62015-07-29 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9 (main): Call gdb_unbuffer_output.
10 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11 (main): Call gdb_unbuffer_output.
12 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13 (main): Call gdb_unbuffer_output.
14 * gdb.base/call-strs.exp: Adjust to step over the
15 gdb_unbuffer_output call.
16 * gdb.base/catch-gdb-caused-signals.c: Include
17 "../lib/unbuffer_output.c".
18 (main): Call gdb_unbuffer_output.
19 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
20 (main): Call gdb_unbuffer_output.
21 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
22 (main): Call gdb_unbuffer_output.
23 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
24 (main): Call gdb_unbuffer_output.
25 * gdb.base/shlib-call.exp: Adjust to step over the
26 gdb_unbuffer_output call.
27 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
28 (main): Call gdb_unbuffer_output.
29 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
30 (main): Call gdb_unbuffer_output.
31 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
32 (main): Rename to ...
33 (test): ... this.
34 (main): Reimplement.
35 * gdb.base/varargs.exp: Run to test instead of to main.
36 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
37 (main): Call gdb_unbuffer_output.
38
58789a91
PA
392015-07-29 Pedro Alves <palves@redhat.com>
40
41 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
42 factore out from mi_continue_dprintf. For call-style dprintfs,
43 expect dprintf output out of $inferior_spawn_id.
44 (mi_continue_dprintf): Use mi_expect_dprintf.
45 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
46 (main): Call gdb_unbuffer_output.
47
e8376742
PA
482015-07-29 Pedro Alves <palves@redhat.com>
49
50 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
51 (default_mi_gdb_start): Set inferior_spawn_id instead of
52 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
53 gdb_spawn_id.
54 (mi_gdb_test): Always expect inferior output from both
55 $inferior_spawn_id and $gdb_spawn_id.
56
08280010
PA
572015-07-29 Pedro Alves <palves@redhat.com>
58
59 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
60 send_inferior and $inferior_spawn_id.
61
4d30e432
PA
622015-07-29 Pedro Alves <palves@redhat.com>
63
64 * gdb.gdb/complaints.exp (test_initial_complaints)
65 (test_serial_complaints, test_short_complaints): Use
66 gdb_test_stdio.
67 (test_empty_complaint): Handle $inferior_spawn_id !=
68 $gdb_spawn_id.
69
0d30a335
PA
702015-07-29 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/varargs.exp: Use gdb_test_stdio.
73
39413b29
PA
742015-07-29 Pedro Alves <palves@redhat.com>
75
76 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
77
7cb000a9
PA
782015-07-29 Pedro Alves <palves@redhat.com>
79
80 * gdb.base/ending-run.exp: Use gdb_test_stdio.
81
d7b8ac82
PA
822015-07-29 Pedro Alves <palves@redhat.com>
83
84 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
85 parameter into two new parameters, "inf_result" and "gdb_result".
86 Expect inferior output and gdb output from $inferior_spawn_id and
87 $gdb_spawn_id, respectively. Adjust all callers.
88
789c3a0c
PA
892015-07-29 Pedro Alves <palves@redhat.com>
90
91 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
92 of gdb_test_sequence.
93
77e760c3
PA
942015-07-29 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
97 (saw_spurious_output): Expect inferior output from
98 $inferior_spawn_id. Use gdb_test_stdio.
99
8396d2cd
PA
1002015-07-29 Pedro Alves <palves@redhat.com>
101
102 * gdb.base/dprintf.exp: Use standard_testfile. Change
103 prepare_for_testing call.
104 (srcfile): Don't set.
105 (restart): New procedure.
106 (test_dprintf): New procecure, use to continue over dprintfs.
107 (test_call, test_agent): New procedures, tests moved here.
108 Restart gdb and recreate dprintfs. Adjust expected output.
109
2051d61f
PA
1102015-07-29 Pedro Alves <palves@redhat.com>
111
112 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
113
452397af
PA
1142015-07-29 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
117
8aed9555
PA
1182015-07-29 Pedro Alves <palves@redhat.com>
119
120 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
121 gdb_test_stdio.
122
188a61b4
PA
1232015-07-29 Pedro Alves <palves@redhat.com>
124
125 * lib/gdb.exp (gdb_test_stdio): New procedure.
126
12264a45
PA
1272015-07-29 Pedro Alves <palves@redhat.com>
128
129 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
130
23ffc893
PA
1312015-07-29 Pedro Alves <palves@redhat.com>
132
133 * gdb.base/call-signal-resume.exp: Remove check for
134 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
135 * gdb.base/unwindonsignal.exp: Likewise.
136 * gdb.base/call-signals.c (gen_signal): Remove printf call.
137 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
138
65566918
PA
1392015-07-29 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/siginfo-addr.c (pass): New function.
142 (handler): Call it iff si_addr is correct.
143 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
144 Set a breakpoint at "pass" and continue to it.
145
d60a9221
SDJ
1462015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
147
148 * gdb.python/py-objfile.exp: Make some tests have unique names.
149 * gdb.python/py-pp-registration.exp: Likewise.
150
bde40b8f
PA
1512015-07-28 Pedro Alves <palves@redhat.com>
152
153 * gdb.server/server-exec-info.exp: Issue a "disconnect".
154
13e1dec8
SM
1552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
156
157 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
158
da33c9a7
SM
1592015-07-27 Simon Marchi <simon.marchi@ericsson.com>
160
161 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
162
077836f7
PP
1632015-07-27 Patrick Palka <patrick@parcs.ath.cx>
164
165 * gdb.base/gdb-sigterm-2.exp: New test.
166
b8cc7b2e
DE
1672015-07-25 Doug Evans <xdje42@gmail.com>
168
169 Revert:
170 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
171 (workers/%.worker, build-perf): New rule.
172 (GDB_PERFTEST_MODE): New variable.
173 (check-perf): Use it.
174 (clean): Clean up gdb.perf parallel build subdirs.
175 * lib/build-piece.exp: New file.
176 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
177 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
178 name.
179 (standard_temp_file): Ditto.
180 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
181 of $GDB_PARALLEL.
182
6eab34f3
DE
1832015-07-24 Doug Evans <dje@google.com>
184
185 * gdb.perf/README: New file.
186 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
187 * lib/gen-perf-test.exp: New file.
188
63738bfd
DE
1892015-07-24 Doug Evans <dje@google.com>
190
191 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
192 (PerfTest::startup): New function.
193 (PerfTest::run): Return result of calling body.
194 (PerfTest::assemble): Rewrite.
195 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
196 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
197 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
198 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
199 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
200
7b606f95
DE
2012015-07-24 Doug Evans <dje@google.com>
202
203 * lib/gdb.exp (clean_restart): Make executable optional.
204
a97b16b8
DE
2052015-07-24 Doug Evans <dje@google.com>
206
207 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
208 compiler_info references.
209 * gdb.cp/temargs.exp: Ditto.
210 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
211 (get_compiler_info): Early exit if already computed. Set compiler_info
212 to "unknown" if there was a problem.
213 (test_compiler_info): Add function comment. Call get_compiler_info.
214
35baa57f
DE
2152015-07-24 Doug Evans <dje@google.com>
216
217 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
218 (workers/%.worker, build-perf): New rule.
219 (GDB_PERFTEST_MODE): New variable.
220 (check-perf): Use it.
221 (clean): Clean up gdb.perf parallel build subdirs.
222 * lib/build-piece.exp: New file.
223 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
224 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
225 name.
226 (standard_temp_file): Ditto.
227 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
228 of $GDB_PARALLEL.
229
6ebea266
DE
2302015-07-24 Doug Evans <dje@google.com>
231
232 * lib/future.exp (gdb_default_target_compile): New option
233 "early_flags".
234 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
235 --as-needed.
236
1e76a7e9
SDJ
2372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
238
239 * gdb.base/catch-syscall.exp: Call gdb_exit before
240 gdb_skip_xml_test.
241
5068630a
PA
2422015-07-24 Pedro Alves <palves@redhat.com>
243
244 * gdb.python/py-events.exp: Accept output between the stop event
245 and the prompt.
246 * gdb.python/py-evsignal.exp: Likewise.
247 * gdb.python/py-evthreads.exp: Likewise.
248
77598427
PA
2492015-07-24 Pedro Alves <palves@redhat.com>
250
251 PR gdb/18717
252 * gdb.threads/non-ldr-exit.c: New file.
253 * gdb.threads/non-ldr-exit.exp: New file.
254
11e6c98f
YQ
2552015-07-24 Yao Qi <yao.qi@linaro.org>
256
257 * gdb.server/ext-wrapper.exp: Test --wrapper option when
258 restarting process.
259
51aee833
YQ
2602015-07-24 Yao Qi <yao.qi@linaro.org>
261
262 * gdb.server/ext-restart.exp: New file.
263
8cfe207c
YQ
2642015-07-24 Yao Qi <yao.qi@linaro.org>
265
266 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
267 argument options.
268 * gdb.server/ext-wrapper.exp: New file.
269
cc12ce38
DE
2702015-07-23 Doug Evans <dje@google.com>
271
272 * gdb.dwarf2/dw2-dummy-cu.S: New file.
273 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
274
d0d84780
PMR
2752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
276
277 * gdb.ada/var_arr_typedef.exp: New testcase.
278 * gdb.ada/var_arr_typedef/pack.adb: New file.
279 * gdb.ada/var_arr_typedef/pack.ads: New file.
280 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
281
8b558f79
JB
2822015-07-20 Joel Brobecker <brobecker@adacore.com>
283
284 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
285
775a3298
JK
2862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * gdb.arch/i386-biarch-core.exp: Replace istarget
289 by "complete set gnutarget". Remove expectation for the "core-file"
290 command.
291
db1ff28b
JK
2922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
293
294 Revert the previous commit:
295 Tests for validate symbol file using build-id.
296
0a94970d
JK
2972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
298
299 Tests for validate symbol file using build-id.
300 * gdb.base/solib-mismatch-lib.c: New file.
301 * gdb.base/solib-mismatch-libmod.c: New file.
302 * gdb.base/solib-mismatch.c: New file.
303 * gdb.base/solib-mismatch.exp: New file.
304
03346981
SL
3052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
306
307 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
308 nios2-*-linux*.
309 * gdb.base/sigbpt.exp (stepi_out): Likewise.
310 * gdb.base/siginfo.exp: Likewise.
311 * gdb.base/sigstep.exp (advance, advancei): Likewise.
312
42422cc7
PL
3132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
314
315 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
316 Move it to ...
317 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
318 ... here.
319 * gdb.trace/range-stepping.exp: Check that the target supports
320 range stepping.
321
cfa68bae
JK
3222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
325
8ffdba26
PA
3262015-07-14 Pedro Alves <palves@redhat.com>
327
328 * gdb.base/killed-outside.exp: New file.
329 * gdb.base/killed-outside.c: New file.
330
218a5a11
JK
3312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
332
333 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
334 (n at main): New.
335 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
336
e03ed3c6
AA
3372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
338
339 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
340 infcall tests instead of setting up for KFAIL.
341
485668e5
MM
3422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
343
344 * gdb.btrace/record_goto-step.exp: New.
345
08464196
JK
3462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 PR compile/18484
349 * gdb.compile/compile.c (struct struct_type): Add volatile to
350 selffield's type.
351 * gdb.compile/compile.exp
352 (compile code struct_object.selffield = &struct_object): Skip further
353 struct_object tests if this one xfails.
354
bcf5c1d9
RC
3552015-07-08 Robert O'Callahan <robert@ocallahan.org>
356
357 PR exp/18617
358 * gdb.trace/ax.exp: Add test.
359
4931af25
YQ
3602015-07-07 Yao Qi <yao.qi@linaro.org>
361
362 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
363 instead of istarget "aarch64*-*-*".
364 * gdb.arch/aarch64-fp.exp: Likewise.
365 * gdb.base/float.exp: Likewise.
366 * gdb.reverse/aarch64.exp: Likewise.
367 * lib/gdb.exp (is_aarch64_target): New proc.
368
9fcf688e
YQ
3692015-07-07 Yao Qi <yao.qi@linaro.org>
370
371 * lib/gdb.exp (is_aarch32_target): New proc.
372 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
373 instead of "istarget "arm*-*-*"".
374 * gdb.arch/arm-disp-step.exp: Likewise.
375 * gdb.arch/thumb-bx-pc.exp: Likewise.
376 * gdb.arch/thumb-prologue.exp: Likewise.
377 * gdb.arch/thumb-singlestep.exp: Likewise.
378 * gdb.base/disp-step-syscall.exp: Likewise.
379 * gdb.base/float.exp: Likewise.
380
fbd8d50d
YQ
3812015-07-07 Yao Qi <yao.qi@linaro.org>
382
383 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
384 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
385
71be1fdc
YQ
3862015-07-07 Yao Qi <yao.qi@linaro.org>
387
388 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
389 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
390 if it exists.
391 * gdb.multi/multi-arch.exp: Likewise.
392
3e221d36
SM
3932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
394
395 * gdb.python/py-lazy-string.exp: Add missing parentheses to
396 print.
397
d441430b
YQ
3982015-07-07 Yao Qi <yao.qi@linaro.org>
399
400 * gdb.arch/thumb-singlestep.exp: Do one more single step.
401
06f810bd
MG
4022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
403
404 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
405 '[' and ']' characters.
406
5e61e7c0
IB
4072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
408
409 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
410
28bf096c
PA
4112015-06-29 Pedro Alves <palves@redhat.com>
412
413 PR threads/18127
414 * gdb.threads/hand-call-new-thread.c: New file.
415 * gdb.threads/hand-call-new-thread.c: New file.
416
ee93cd5e
KS
4172015-06-26 Keith Seitz <keiths@redhat.com>
418 Doug Evans <dje@google.com>
419
420 PR 16253
421 * gdb.cp/var-tag-2.cc: New file.
422 * gdb.cp/var-tag-3.cc: New file.
423 * gdb.cp/var-tag-4.cc: New file.
424 * gdb.cp/var-tag.cc: New file.
425 * gdb.cp/var-tag.exp: New file.
426
fc637f04
PP
4272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
428
429 * gdb.base/history-duplicates.exp: New test.
430
2e52ae68
PP
4312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
432
433 * gdb.base/completion.exp: Test the completion of the "focus"
434 command.
435
6e22494e
JK
4362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * gdb.arch/amd64-prologue-skip.S: New file.
439 * gdb.arch/amd64-prologue-skip.exp: New file.
440
bf7b9cd9
SM
4412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
442
443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
444 is_address_zero_readable check.
445
201e8dfd
PB
4462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
447
448 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
449 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
450
5cd867b4
YQ
4512015-06-24 Yao Qi <yao.qi@linaro.org>
452
453 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
454 linux targets.
455
4d7be007
YQ
4562015-06-24 Yao Qi <yao.qi@linaro.org>
457
458 * lib/gdb.exp (supports_get_siginfo_type): New proc.
459 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
460 * gdb.base/siginfo-thread.exp: Likewise.
461
07fcd301
YQ
4622015-06-22 Yao Qi <yao.qi@linaro.org>
463
464 * boards/remote-gdbserver-on-localhost.exp: Add comments.
465
52042a00
YQ
4662015-06-22 Yao Qi <yao.qi@linaro.org>
467
468 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
469 aarch64*-*-*.
470 (skip_hw_watchpoint_tests): Likewise.
471
74bd41ce
PP
4722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
473
474 * gdb.base/gdbinit-history.exp: Test the interaction between
475 setting GDBHISTSIZE and setting the history size via .gdbinit.
476
bc460514
PP
4772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
478
479 PR gdb/16999
480 * gdb.base/gdbhistsize-history.exp: New test.
481
b58c513b
PP
4822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
483
484 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
485 with GDBHISTSIZE.
486 * gdb.base/readline.exp: Likewise.
487
92046791
YQ
4882015-06-17 Yao Qi <yao.qi@linaro.org>
489
490 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
491 line.
492
2093d2d3
PP
4932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
494
495 * gdb.base/gdbinit-history.exp: Add test case to check that
496 an unlimited history file does not get truncated on exit.
497
e6c693af
AA
4982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
499
500 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
501 (VECTOR): New macro. Use it...
502 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
503 ...for these typedefs.
504 (int8, char1, int1, double1): New typedefs.
505 (struct just_int2, struct two_int2): New structures.
506 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
507 (add_structvecs, add_singlevecs): New functions.
508 (main): Call add_some_intvecs twice.
509 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
510 the compile and exit upon failure. Try compiling for the "native"
511 architecture. Test inferior function calls with vector arguments
512 and vector return value handling with "finish" and "return".
513
c74f7d1c
JT
5142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
515
516 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
517 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
518 PE file.
519 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
520
98aa42ee
AT
5212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
522
523 PR breakpoints/16465
524 * gdb.mi/mi-dprintf-pending.c: New file.
525 * gdb.mi/mi-dprintf-pending.exp: New test.
526 * gdb.mi/mi-dprintf-pendshr.c: New file.
527
7d73c23c 5282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 529 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
530
531 * gdb.arch/i386-mpx-map.c: New file.
532 * gdb.arch/i386-mpx-map.exp: New File.
533
5342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
535
536 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
537 * gdb.arch/i386-mpx.exp: Indentation fixed.
538
5392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
540
541 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
542 function and improved indentation.
543 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
544 gdb_test_multiple. Added additional tests to skip the test.
545
5462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
547
548 * gdb.arch/i386-avx512.c: Change path in include file.
549 * gdb.arch/i386-avx512.exp: Change include dir path
550 compilation flag.
551 * gdb.arch/i386-mpx.c: Change path in include file.
552 * gdb.arch/i386-mpx.exp: Change include dir path compilation
553 flag.
554
d5eba19a
JK
5552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * gdb.compile/compile-print.exp (compile print *vararray@3)
558 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
559
7f361056
JK
5602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
563 (do not keep jit in memory): ... this.
564 (expect 5): Change it to ...
565 (expect no 5): ... this.
566
3b462ec2
SM
5672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
568
569 PR gdb/15564
570 * gdb.mi/mi-detach.exp: New file.
571
e0619de6
JK
5722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 PR symtab/18392
575 * gdb.arch/amd64-tailcall-self.S: New file.
576 * gdb.arch/amd64-tailcall-self.c: New file.
577 * gdb.arch/amd64-tailcall-self.exp: New file.
578
e970cb34
DB
5792015-05-28 Don Breazeal <donb@codesourcery.com>
580
581 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
582 tests for remote targets by checking is_target_gdbserver.
583
b2e2f908
DE
5842015-05-27 Doug Evans <dje@google.com>
585
586 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
587 * gdb.dwarf2/opaque-type-lookup.c: New file.
588 * gdb.dwarf2/opaque-type-lookup.exp: New file.
589
82c7be31
DE
5902015-05-26 Doug Evans <dje@google.com>
591
592 * gdb.cp/iostream.cc: New file.
593 * gdb.cp/iostream.exp: New file.
594
b4f54984
DE
5952015-05-26 Doug Evans <dje@google.com>
596
597 * gdb.dwarf2/dw2-op-call.exp: Update.
598 * gdb.dwarf2/dw4-sig-types.exp: Update.
599 * gdb.dwarf2/implptr.exp: Update.
600 * gdb.mi/mi-cmd-param-changed.exp: Update.
601
4ea6efe9
DE
6022015-05-26 Doug Evans <dje@google.com>
603
604 * gdb.python/py-lazy-string.c: New file.
605 * gdb.python/py-lazy-string.exp: New file.
606 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
607 (main): Update. Add estring3.
608 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
609 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
610
f6bb7db3
YQ
6112015-05-26 Omair Javaid <omair.javaid@linaro.org>
612 Yao Qi <yao.qi@linaro.org>
613
614 * gdb.reverse/aarch64.c: New.
615 * gdb.reverse/aarch64.exp: New.
616
a81bfbd0
OJ
6172015-05-26 Omair Javaid <omair.javaid@linaro.org>
618
619 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
620 (supports_reverse): Likewise.
621
158bf1b4
PP
6222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
623
624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
625 Use with_test_prefix.
626
a0145030
AB
6272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.base/completion.exp: Add test for completion of layout
630 names.
631
ebe3b578
AB
6322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * lib/gdb.exp (skip_tui_tests): New proc.
635 * gdb.base/tui-layout.exp: Check skip_tui_tests.
636
84204ed7
PA
6372015-05-19 Pedro Alves <palves@redhat.com>
638
639 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
640 Save the whole env array instead of just HOME. Unset HISTSIZE in
641 the environment while testing. Restore whole environment
642 afterwards.
643
37442ce1
DE
6442015-05-16 Doug Evans <xdje42@gmail.com>
645
646 * gdb.guile/scm-ports.c: New file.
647 * gdb.guile/scm-ports.exp: Add memory port tests.
648
36de76f9
JK
6492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.compile/compile-print.c: New file.
652 * gdb.compile/compile-print.exp: New file.
653
3a9558c4
JK
6542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.compile/compile-ops.exp: Cast param to void.
657 * gdb.compile/compile.exp: Complete type for _gdb_expr.
658 (compile code struct_object.selffield = &struct_object): Add xfail.
659
aa715135
JG
6602015-05-15 Joel Brobecker <brobecker@adacore.com>
661
662 * gdb.ada/arr_enum_with_gap: New testcase.
663
931e5bc3
JG
6642015-05-15 Joel Brobecker <brobecker@adacore.com>
665
666 * gdb.ada/byte_packed_arr: New testcase.
667
9cd4d857
JB
6682015-05-15 Joel Brobecker <brobecker@adacore.com>
669
670 * gdb.ada/pckd_neg: New testcase.
671
ebfd00d2
PP
6722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
673
674 PR gdb/17820
675 * gdb.base/gdbinit-history.exp: New test.
676 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
677 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
678
4c082a81
SC
6792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
680
681 * gdb.python/py-xmethods.cc: Enhance test case.
682 * gdb.python/py-xmethods.exp: New tests.
683 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
684 function.
685 (B_indexoper): Likewise.
686 (global_dm_list) : Add new xmethod worker functions.
687
f7797074
SDJ
6882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
689
690 * gdb.base/coredump-filter.exp: Correctly unset
691 "coredump_var_addr" array.
692
a4674e4e
PA
6932015-05-08 Pedro Alves <palves@redhat.com>
694
695 * gdb.server/non-existing-program.exp: Unset spawn_id.
696
df2eb078
SC
6972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
698
699 PR python/18291
700 * gdb.python/py-xmethods.exp: Add tests.
701
422349a3
YQ
7022015-05-08 Yao Qi <yao.qi@linaro.org>
703
704 PR gdb/18208
705 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
706 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
707 function set_coredump_filter, and remove remote_exec call.
708 Remove argument ipid. Callers update.
709 (top level): Don't get inferior's PID.
710
63fc80ce
AA
7112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
712
713 * gdb.base/watch_thread_num.exp: Skip test on targets without
714 access watchpoints.
715
80ad801e
PA
7162015-05-06 Pedro Alves <palves@redhat.com>
717
718 PR server/18081
719 * gdb.server/non-existing-program.exp: New file.
720
0fa7fe50
JB
7212015-05-05 Joel Brobecker <brobecker@adacore.com>
722
723 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
724
3ea89b92
PMR
7252015-05-05 Joel Brobecker <brobecker@adacore.com>
726
727 * gdb.ada/out_of_line_in_inlined: New testcase.
728
87b8eff0
JB
7292015-05-05 Joel Brobecker <brobecker@adacore.com>
730
731 * gdb.ada/var_rec_arr: New testcase.
732
5fccc635
YQ
7332015-04-30 Yao Qi <yao.qi@linaro.org>
734
735 * gdb.base/break-idempotent.exp: If
736 skip_hw_watchpoint_multi_tests returns true, skip the tests
737 on "rwatch" and "awatch".
738
42d38f42
YQ
7392015-04-30 Yao Qi <yao.qi@linaro.org>
740
741 * gdb.base/relativedebug.exp: Invoke gdb command
742 "info sharedlibrary", and if libc.so doesn't have debug info,
743 skip the test.
744
2ce1cdbf
DE
7452015-04-29 Doug Evans <dje@google.com>
746
747 * gdb.python/py-xmethods.exp: Add ptype tests.
748 * gdb.python/py-xmethods.py (E_method_char_worker): Add
749 get_result_type method.
750
f24a38c5
LM
7512015-04-29 Luis Machado <lgustavo@codesourcery.com>
752
753 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
754 the target does not support hardware watchpoints.
755
ecbf2b3c
LM
7562015-04-29 Luis Machado <lgustavo@codesourcery.com>
757
758 * gdb.base/break-always.exp: Abort testing if writing to memory
759 causes an error.
760
34f5f757
DE
7612015-04-28 Doug Evans <dje@google.com>
762
763 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
764 * gdb.python/py-pp-registration.exp: ... here. New file.
765 * gdb.python/py-pp-registration.c: New file.
766 * gdb.python/py-pp-registration.py: New file.
767
69b4374a
DE
7682015-04-28 Doug Evans <dje@google.com>
769
770 * gdb.python/py-bad-printers.c: New file.
771 * gdb.python/py-bad-printers.py: New file.
772 * gdb.python/py-bad-printers.exp: New file.
773
59fb7612
SS
7742015-04-28 Sasha Smundak <asmundak@google.com>
775
776 * gdb.python/py-type.exp: New test.
777
2631b16a
AW
7782015-04-28 Andy Wingo <wingo@igalia.com>
779
780 * gdb.python/py-parameter.exp:
781 * gdb.guile/scm-parameter.exp: Escape the path that we are
782 matching against, as it might contain characters that are special
783 to regular expressions.
784
460efde1
JB
7852015-04-27 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.ada/rec_comp: New testcase.
788
2d369d8e
SDJ
7892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
790
791 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
792 before using it.
793
cf75d6c3
AB
7942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
797 new tests for verilog output.
798
8dbe7ca5
YQ
7992015-04-24 Yao Qi <yao.qi@linaro.org>
800
801 * boards/remote-gdbserver-on-localhost.exp: New file.
802
4ef9fb2f
PA
8032015-04-23 Pedro Alves <palves@redhat.com>
804
805 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
806 $inferior_spawn_id instead of $inferior_spawn_id directly. On
807 "end of file", remove $inferior_spawn_id from the indirect list.
808
0a803169
PA
8092015-04-23 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
812
749ef8f8
PA
8132015-04-23 Pedro Alves <palves@redhat.com>
814
815 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
816 on $any_spawn_id instead of only on $gdb_spawn_id.
817
8aae4344
PM
8182015-04-21 Pierre Muller <muller@sourceware.org>
819
820 PR pascal/17815
821 * lib/pascal.exp (gpc_compile): Add new option "class".
822 (fpc_compile): Likewise.
823 * gdb.pascal/case-insensitive-symbols.pas: New file.
824 * gdb.pascal/case-insensitive-symbols.exp: New file.
825
1586c8fb
GB
8262015-04-20 Gary Benson <gbenson@redhat.com>
827
828 * gdb.base/attach.exp: Fix three extended remote failures.
829
1b6e6f5c
GB
8302015-04-17 Gary Benson <gbenson@redhat.com>
831
832 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
833 the main executable over the remote protocol.
834
e797481d
PA
8352015-04-16 Pedro Alves <palves@redhat.com>
836
837 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
838 a new gdbserver if gdbserver_reconnect_p is set.
839
1ca99c42
PA
8402015-04-16 Pedro Alves <palves@redhat.com>
841
842 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
843 is set, don't exit gdbserver.
844
af9fd6f8
AA
8452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
846
847 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
848 appropriate .insn, such that an older assembler can be used.
849 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
850 the z/Architecture instruction set on 31-bit targets as well.
851
04ff1e61
AA
8522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
853
854 * gdb.go/handcall.exp: Remove all logic related to the first
855 breakpoint and rely on go_runto_main instead.
856 * gdb.go/strings.exp: Likewise.
857 * gdb.go/unsafe.exp: Likewise.
858 * gdb.go/hello.exp: Likewise. Also rename the remaining
859 breakpoint marker to "breakpoint 1".
860 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
861 * gdb.go/strings.go: Likewise.
862 * gdb.go/unsafe.go: Likewise.
863 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
864 "set breakpoint 2 here" and rename the remaining breakpoint marker
865 to "breakpoint 1".
866
40d2f8d6
SM
8672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
868
869 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
870 if itertools.imap is not present.
871 * gdb.python/py-objfile.exp: Add parentheses.
872 * gdb.python/py-type.exp: Same.
873 * gdb.python/py-unwind-maint.py: Same.
874
8cbc97c6
YQ
8752015-04-15 Yao Qi <yao.qi@linaro.org>
876
877 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
878 of ":$ptr_size" and set its form explicitly.
879
45fd756c
YQ
8802015-04-15 Pedro Alves <palves@redhat.com>
881 Yao Qi <yao.qi@linaro.org>
882
883 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
884 timeout by factor of 4.
885 (test_regular_watch): Likewise.
886 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
887 * gdb.reverse/sigall-reverse.exp: Likewise.
888 * gdb.reverse/until-precsave.exp: Likewise.
889 * lib/gdb.exp (with_timeout_factor): New proc.
890 (gdb_expect): Move some code to ...
891 (get_largest_timeout): ... here. New procedure.
892
9e811bc3
LM
8932015-04-14 Luis Machado <lgustavo@codesourcery.com>
894
895 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
896
0ff6fcb2
LM
8972015-04-13 Luis Machado <lgustavo@codesourcery.com>
898
899 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
900 to write to the .text section.
901
7578d5f7
LM
9022015-04-13 Luis Machado <lgustavo@codesourcery.com>
903
904 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
905 Handle the case of targets that do not provide PID information.
906
2efe15c4
YQ
9072015-04-13 Yao Qi <yao.qi@linaro.org>
908
909 * lib/gdbserver-support.exp (gdb_exit): Catch exception
910 and use expect instead of gdb_expect.
911
8cd8f2f8
SDJ
9122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
913
914 * gdb.base/coredump-filter.exp: Rename variable "addr" to
915 "coredump_var_addr" to avoid naming conflict with other testcases.
916
9ee41772
PA
9172015-04-10 Pedro Alves <palves@redhat.com>
918
919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
920 gdb_test_sequence and gdb_assert.
921
07473109
PA
9222015-04-10 Pedro Alves <palves@redhat.com>
923
924 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
925 test messages that don't include the breakpoint address.
926
de3db44c
YQ
9272015-04-10 Yao Qi <yao.qi@linaro.org>
928
929 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
930 false for some offset and width combinations which aren't
931 supported by linux kernel.
932
c79d856c
PA
9332015-04-10 Pedro Alves <palves@redhat.com>
934
935 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
936 procedure, factored out from ...
937 (top level): ... here. Add "set displaced-stepping" testing axis.
938 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
939 parameter "displaced". Use it.
940 (top level): Use foreach and add "set displaced-stepping" testing
941 axis.
942
ebc90b50
PA
9432015-04-10 Pedro Alves <palves@redhat.com>
944
945 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
946 Remove comment.
947 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
948 both the address of the instruction that triggers the watchpoint
949 and the address of the instruction immediately after, and use
950 those addresses for the test. Fix comment.
951
8f572e5c
PA
9522015-04-10 Pedro Alves <palves@redhat.com>
953
954 * gdb.base/sigstep.exp (breakpoint_to_handler)
955 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
956 Test "backtrace" in handler.
957 (breakpoint_over_handler): New parameter 'displaced'. Use it.
958 (top level): Add new "displaced" test axis to
959 breakpoint_to_handler, breakpoint_to_handler_entry and
960 breakpoint_over_handler.
961
8d707a12
PA
9622015-04-10 Pedro Alves <palves@redhat.com>
963
964 PR gdb/18216
965 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
966
ef713951
YQ
9672015-04-10 Yao Qi <yao.qi@linaro.org>
968
969 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
970 (test_add_rn_pc): New function.
971 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
972 (top level): Invoke test_add_rn_pc.
973
906d60cf
PA
9742015-04-10 Pedro Alves <palves@redhat.com>
975
976 PR gdb/13858
977 * gdb.base/step-over-no-symbols.exp: New file.
978
f2983cc3
AW
9792015-04-09 Andy Wingo <wingo@igalia.com>
980
981 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
982 after the Python tests.
983
6d62641c
SDJ
9842015-04-08 Keith Seitz <keiths@redhat.com>
985
986 PR python/16699
987 * gdb.python/py-completion.exp: New tests for completion.
988 * gdb.python/py-completion.py (CompleteLimit1): New class.
989 (CompleteLimit2): Likewise.
990 (CompleteLimit3): Likewise.
991 (CompleteLimit4): Likewise.
992 (CompleteLimit5): Likewise.
993 (CompleteLimit6): Likewise.
994 (CompleteLimit7): Likewise.
995
f3770638
PA
9962015-04-08 Pedro Alves <palves@redhat.com>
997
998 PR gdb/18214
999 PR gdb/18216
1000 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1001 function.
1002 (main): Install it as SIGUSR1 handler.
1003 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1004 parameter. Always use "setup" as prefix. Toggle "set
1005 displaced-stepping" off/on depending on global. Don't switch to
1006 thread 1 here.
1007 (top level): Add displaced stepping "off/on" test axis. Update
1008 "setup" calls. Wrap each subtest with with_test_prefix. Test
1009 continuing with a queued signal in each thread.
1010
4496bed7
PA
10112015-04-08 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1014 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1015 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1016 Return early if running to main fails.
1017 * gdb.trace/while-stepping.exp: Likewise.
1018
b97fde92
PA
10192015-04-07 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1022 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1023 interact with inferior program.
1024
f71c18e7
PA
10252015-04-07 Pedro Alves <palves@redhat.com>
1026
1027 * lib/gdb.exp (inferior_spawn_id): New global.
1028 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1029 spawn id after processing the user code.
1030 (default_gdb_start): Set inferior_spawn_id.
1031 (send_inferior): New procedure.
1032 * lib/gdbserver-support.exp (gdbserver_start): Set
1033 inferior_spawn_id.
1034 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1035
6423214f
PA
10362015-04-07 Pedro Alves <palves@redhat.com>
1037
1038 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1039 * lib/gdbserver-support.exp (gdbserver_start): Make
1040 $server_spawn_id global.
1041 (gdbserver_start): Don't wait for gdbserver's spawn id with
1042 expect_background.
1043 (close_gdbserver): New procedure.
1044 (gdb_exit): Rename the default version and reimplement.
1045
71c0ee8c
PA
10462015-04-07 Pedro Alves <palves@redhat.com>
1047
72f4393d 1048 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1049 append the substituted item, not the original item.
1050
203bc29b
PA
10512015-04-07 Pedro Alves <palves@redhat.com>
1052
1053 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1054 gdb_expect.
1055
508a3ddf
PA
10562015-04-07 Pedro Alves <palves@redhat.com>
1057
1058 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1059 output appearing once only.
1060
9f6dbe2b
PA
10612015-04-07 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1064 that doesn't expect anything. Return early if running to main
1065 fails.
1066
337532fa
YQ
10672015-04-07 Yao Qi <yao.qi@linaro.org>
1068
1069 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1070 (child_function): Call alarm.
1071 (main): Move call to alarm into the loop.
1072 * gdb.threads/non-stop-fair-events.exp: Build program with
1073 -DTIMEOUT=$timeout.
1074
01b622d4
DE
10752015-04-06 Doug Evans <xdje42@gmail.com>
1076
1077 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1078 Fix dest parameter to board_info.
1079 (fpc_compile): Ditto.
1080 (gdb_compile_pascal): Rename dest arg to destfile.
1081
961f4160
PMR
10822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1083
1084 * gdb.ada/funcall_ref.exp: New file.
1085 * gdb.ada/funcall_ref/foo.adb: New file.
1086
cafda597
YQ
10872015-04-02 Yao Qi <yao.qi@linaro.org>
1088
1089 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1090 is remote.
1091
fed040c6
GB
10922015-04-02 Gary Benson <gbenson@redhat.com>
1093
1094 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1095
d11916aa
SS
10962015-04-01 Sasha Smundak <asmundak@google.com>
1097
1098 * gdb.python/py-unwind-maint.c: New file.
1099 * gdb.python/py-unwind-maint.exp: New test.
1100 * gdb.python/py-unwind-maint.py: New file.
1101 * gdb.python/py-unwind.c: New file.
1102 * gdb.python/py-unwind.exp: New test.
1103 * gdb.python/py-unwind.py: New test.
1104
a1471180
PA
11052015-04-01 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1108 to fail instead of non-existent $test.
1109
0bbeccb1
PA
11102015-04-01 Pedro Alves <palves@redhat.com>
1111
1112 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1113 GDBFLAGS if not empty.
1114
3c724c8c
PMR
11152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1116
1117 * gdb.ada/complete.exp: Remove "multi_line".
1118 * gdb.ada/info_exc.exp: Remove "multi_line".
1119 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1120 * gdb.ada/ptype_field.exp: Remove "multi_line".
1121 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1122 * gdb.ada/tagged.exp: Remove "multi_line".
1123 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1124 [multi_line ...]
1125 * gdb.btrace/delta.exp: Likewise.
1126 * gdb.btrace/exception.exp: Likewise.
1127 * gdb.btrace/function_call_history.exp: Likewise.
1128 * gdb.btrace/instruction_history.exp: Likewise.
1129 * gdb.btrace/nohist.exp: Likewise.
1130 * gdb.btrace/record_goto.exp: Likewise.
1131 * gdb.btrace/segv.exp: Likewise.
1132 * gdb.btrace/stepi.exp: Likewise.
1133 * gdb.btrace/tailcall.exp: Likewise.
1134 * gdb.btrace/unknown_functions.exp: Likewise.
1135 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1136 * lib/gdb.exp: Add the "multi_line" helper.
1137
4eec2deb
PA
11382015-04-01 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.threads/tid-reuse.c: New file.
1141 * gdb.threads/tid-reuse.exp: New file.
1142
df8411da
SDJ
11432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1144
1145 PR corefiles/16092
1146 * gdb.base/coredump-filter.c: New file.
1147 * gdb.base/coredump-filter.exp: Likewise.
1148
6ef37366
PM
11492015-03-27 Petr Machata <pmachata@redhat.com>
1150
1151 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1152 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1153 (Dwarf::assemble): Initialize them.
1154 (Dwarf::lines): New function.
1155
7ec911b0
JT
11562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1157
1158 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1159 SYMBOL_PREFIX for x86_64-*-cygwin.
1160
ff908ebf
AW
11612015-03-26 Andy Wingo <wingo@igalia.com>
1162
1163 PR symtab/18148
1164 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1165 const_value but not a location.
1166 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1167 location defined in non-main CUs are visible.
1168
6d5f0679
YQ
11692015-03-26 Yao Qi <yao.qi@linaro.org>
1170
1171 PR testsuite/18139
1172 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1173 Add a line number entry for the same line.
1174 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1175 Add a line number entry for the same line.
1176
2898689b
YQ
11772015-03-26 Yao Qi <yao.qi@linaro.org>
1178
1179 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1180 .int 0.
1181 (func): Likewise. Add .Lfunc_1 label.
1182 Use .Lfunc_1 label.
1183 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1184 .int 0.
1185 (func): Likewise.
1186 Use .Lfunc_1 label.
1187
85180498
YQ
11882015-03-26 Yao Qi <yao.qi@linaro.org>
1189
1190 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1191 Call gdb_compile instead to compile each .s files without debug
1192 information.
1193
8aa08a8d
YQ
11942015-03-26 Yao Qi <yao.qi@linaro.org>
1195
1196 * gdb.base/savedregs.exp (process_saved_regs): Make
1197 "Saved registers:" optional in the pattern.
1198
66849923
MM
11992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1200
1201 * gdb.btrace/next.exp: Merged into step.exp.
1202 * gdb.btrace/finish.exp: Merged into step.exp.
1203 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1204 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1205 "record goto" and checking the exact replay position.
1206 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1207 check for "Recording format" in "info record" output.
1208 * gdb.btrace/record_goto.exp: Choose test file based on target.
1209 * gdb.btrace/x86-record_goto.S: Renamed into ...
1210 * gdb.btrace/x86_64-record_goto.S: ... this.
1211 * gdb.btrace/i686-record_goto.S: New.
1212 * gdb.btrace/x86-tailcall.S: Renamed into ...
1213 * gdb.btrace/x86_64-tailcall.S: ... this.
1214 * gdb.btrace/i686-tailcall.S: New.
1215 * gdb.btrace/x86-tailcall.c: Renamed into ...
1216 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1217 separate statements. Update test.
1218 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1219 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1220 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1221 * gdb.btrace/tailcall.exp: Choose test file based on target.
1222 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1223
11cc1b74
MM
12242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1225
1226 * gdb.btrace/exception.exp: Increase BTS buffer size.
1227
a25d8bf9
PA
12282015-03-24 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1231
856e7dd6
PA
12322015-03-24 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.threads/schedlock.exp (test_step): No longer expect that
1235 "set scheduler-locking step" with "next" over a function call runs
1236 threads unlocked.
1237
ad235a41
AT
12382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1239
1240 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1241
15630549
AT
12422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1243
1244 PR breakpoints/16466
1245 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1246 * gdb.mi/mi-pending.c (thread_func): New function.
1247 (int main): Add threading support required.
1248 * gdb.mi/mi-pending.exp: Add tests for this issue.
1249 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1250 (pendfunc2): Remove stdio dependency.
1251 * gdb.mi/mi-pendshr2.c: New file.
1252
693dca06
KS
12532015-03-23 Keith Seitz <keiths@redhat.com>
1254
1255 * gdb.linespec/keywords.c: New file.
1256 * gdb.linespec/keywords.exp: New file.
1257
7e993ebf
KS
12582015-03-23 Keith Seitz <keiths@redhat.com>
1259
1260 PR gdb/18021
1261 * gdb.dwarf2/staticvirtual.exp: New test.
1262
bc23328c
JK
12632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1264
1265 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1266 * README: Remove HP-UX and gdb.hp.
1267 (configuration):
1268 * configure: Regenerate.
1269 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1270 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1271 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1272 gdb.hp/gdb.defects/Makefile.
1273 * gdb.hp/Makefile.in: File deleted.
1274 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1275 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1276 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1277 * gdb.hp/gdb.aCC/run.c: File deleted.
1278 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1279 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1280 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1281 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1282 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1283 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1284 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1285 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1286 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1287 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1288 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1289 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1290 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1291 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1292 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1293 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1294 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1295 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1296 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1297 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1298 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1299 * gdb.hp/gdb.compat/average.c: File deleted.
1300 * gdb.hp/gdb.compat/sum.c: File deleted.
1301 * gdb.hp/gdb.compat/xdb.c: File deleted.
1302 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1303 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1304 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1305 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1306 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1307 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1308 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1309 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1310 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1311 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1312 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1313 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1314 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1315 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1316 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1317 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1318 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1319 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1320 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1321 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1322 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1323 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1324 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1325 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1326 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1327 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1328 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1329 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1330 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1331 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1332 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1333 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1334 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1335 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1336 * gdb.hp/tools/odump: File deleted.
1337
8bf3b159
PA
13382015-03-19 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1341 (saw_thread_3): New globals.
1342 (top level): Increment them when an event for the corresponding
1343 thread is seen.
1344 (no thread starvation): New test.
1345
eb54c8bf
PA
13462015-03-19 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.threads/continue-pending-status.c: New file.
1349 * gdb.threads/continue-pending-status.exp: New file.
1350
32d2e5d6
PA
13512015-03-18 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1354 Use gdb_is_target_remote instead of is_remote. Use
1355 gdb_test_multiple instead of gdb_expect. Exit early if
1356 gdb_test_multiple hits its internal matches. Tighten stepi tests
1357 expected output. Fail on exit with any signal, instead of just
1358 SIGILL.
1359
f68f11b7
YQ
13602015-03-18 Yao Qi <yao.qi@linaro.org>
1361
1362 PR tdep/18107
1363 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1364 variable.
1365 * gdb.base/catch-syscall.exp: Don't skip it on
1366 aarch64*-*-linux* target. Remove elements in all_syscalls.
1367 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1368 target.
1369 (setup_all_syscalls): New proc.
1370
ca5fd19b
YQ
13712015-03-16 Yao Qi <yao.qi@linaro.org>
1372
1373 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1374 (top level): Skip tests if valid_addr_p returns false for
1375 $cmd1 or $cmd2.
1376
85642ba0
AW
13772015-03-11 Andy Wingo <wingo@igalia.com>
1378
1379 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1380
e03f9645
YQ
13812015-03-11 Yao Qi <yao.qi@linaro.org>
1382
1383 * gdb.base/catch-syscall.exp: Fix typo in comments.
1384
5d0962b2
YQ
13852015-03-11 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1388
b2df3cef
PA
13892015-03-09 Pedro Alves <palves@redhat.com>
1390
1391 * dg-extract-results.py: Delete.
1392
ef878e53
PA
13932015-03-09 Pedro Alves <palves@redhat.com>
1394
1395 Merge dg-extract-results.sh from GCC upstream (r218843).
1396
1397 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1398 * dg-extract-results.sh: Use --text with grep to avoid issues with
1399 binary files. Fall back to cat -v, if that doesn't work.
1400
9494d219
PA
14012015-03-05 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1404
a8d9763a
SM
14052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1406
1407 * lib/mi-support.exp (mi_expect_interrupt): Accept
1408 alternative event for when in all-stop mode.
1409
be9957b8
PA
14102015-03-04 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1413
d57be0f4 14142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1415
1416 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1417
c214c7cf
AA
14182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1419
1420 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1421 regexps for GDB's current line display, accept a hex address
1422 preceding the line number.
1423
6d74a497
AA
14242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1425
1426 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1427 the 'arch1' variable for "s390*-linux*" targets.
1428
511aee7c
PA
14292015-03-04 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1432 (main): Pass missing retval argument to pthread_join call.
1433
95e50b27
PA
14342015-03-02 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1437 (top level): Call do_test with non-stop as well.
1438
28054d69
PA
14392015-03-02 Pedro Alves <palves@redhat.com>
1440
1441 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1442 -1.
1443
4fa5d7b4
AA
14442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1445
1446 * gdb.arch/s390-vregs.exp: New test.
1447 * gdb.arch/s390-vregs.S: New file.
1448
97c18565
PA
14492015-02-27 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1452 call to catch_command_errors.
1453 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1454 catch_command_errors.
1455
a37bfa30
PA
14562015-02-27 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1459 "true" for boolean result.
1460 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1461 prototype of main.
1462
6f98576f
PA
14632015-02-27 Pedro Alves <palves@redhat.com>
1464
1465 * lib/unbuffer_output.c: New file.
1466 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1467 (main): Call gdb_unbuffer_output.
1468
eba5ab56
YQ
14692015-02-27 Yao Qi <yao.qi@linaro.org>
1470
1471 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1472 target.
1473
0def5aaa
DE
14742015-02-26 Doug Evans <dje@google.com>
1475
1476 * gdb.cp/class2.cc (Dbase, D): New classes.
1477 (main): New local delta.
1478 * gdb.cp/class2.exp: Test printing delta.
1479 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1480 (dynbar): New global.
1481 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1482
081a1c2c
JK
14832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * gdb.compile/compile-ifunc.c: New file.
1486 * gdb.compile/compile-ifunc.exp: New file.
1487
2f41223f
AT
14882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1489
1490 * gdb.base/structs.exp: Check for correct struct on finish.
1491
03eddd80
YQ
14922015-02-26 Yao Qi <yao.qi@linaro.org>
1493
1494 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1495 is zero.
1496
80c57053
JK
14972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * gdb.arch/cordic.ko.bz2: New file.
1500 * gdb.arch/cordic.ko.debug.bz2: New file.
1501 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1502
21613c12
YQ
15032015-02-25 Yao Qi <yao.qi@linaro.org>
1504
1505 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1506 aarch64*-*-* target.
1507
d8b901ed
PA
15082015-02-23 Pedro Alves <palves@redhat.com>
1509
1510 * lib/gdb.exp (delete_breakpoints): Rewrite using
1511 gdb_test_multiple.
1512
e5b85ead
PA
15132015-02-23 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.base/info-os.c: Include stdlib.h.
1516
85c3a371
DE
15172015-02-22 Doug Evans <xdje42@gmail.com>
1518
1519 PR symtab/17855
1520 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1521 is read after symbols have been re-read.
1522 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1523 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1524
96553a0c
DE
15252015-02-21 Doug Evans <dje@google.com>
1526
1527 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1528
97a0c697
JK
15292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1530
1531 PR corefiles/17808
1532 * gdb.arch/i386-biarch-core.core.bz2: New file.
1533 * gdb.arch/i386-biarch-core.exp: New file.
1534
a47cd6e9
PA
15352015-02-21 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1538 runto_main fails.
1539
c5facdc4
PA
15402015-02-20 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1543 info probes.
1544
2db9a427
PA
15452015-02-20 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1548
60fb7e9e
PA
15492015-02-20 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1552 clean_restart before gdb_target_supports_trace.
1553
5c5019c2
PA
15542015-02-20 Pedro Alves <palves@redhat.com>
1555
1556 PR threads/18006
1557 * gdb.threads/clone-thread_db.c: New file.
1558 * gdb.threads/clone-thread_db.exp: New file.
1559
c9587f88
AT
15602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1561
1562 PR breakpoints/16812
1563 * gdb.base/catch-gdb-caused-signals.c: New file.
1564 * gdb.base/catch-gdb-caused-signals.exp: New file.
1565
f6a88844
JM
15662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1567
1568 * configure: Regenerated.
1569 * configure.ac: Use GDB_AC_TRANSFORM.
1570 * aclocal.m4: sinclude ../transform.m4.
1571
497c491b
JM
15722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1573
1574 * lib/dtrace.exp: New file.
1575 * gdb.base/dtrace-probe.exp: Likewise.
1576 * gdb.base/dtrace-probe.d: Likewise.
1577 * gdb.base/dtrace-probe.c: Likewise.
1578 * lib/pdtrace.in: Likewise.
1579 * configure.ac: Output variables with the transformed names of
1580 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1581 * configure: Regenerated.
1582
03e98035
JM
15832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1584
1585 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1586 expected message when trying to access $_probe_* convenience
1587 variables while not on a probe.
1588
63cc30e9
JK
15892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1592
0703599a
PA
15932015-02-11 Pedro Alves <pedro@codesourcery.com>
1594
1595 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1596 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1597
7e60a48e
DE
15982015-02-10 Doug Evans <xdje42@gmail.com>
1599
1600 * lib/gdb.exp (gdb_load): Always return a result.
1601
01b088bc
PA
16022015-02-10 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.threads/signal-sigtrap.c: New file.
1605 * gdb.threads/signal-sigtrap.exp: New file.
1606
b05ec7a5
AT
16072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1608
1609 * gdb.trace/no-attach-trace.c: New file.
1610 * gdb.trace/no-attach-trace.exp: New file.
1611
a2c2acaf
MW
16122015-02-09 Mark Wielaard <mjw@redhat.com>
1613
1614 * gdb.dwarf2/atomic.c: New file.
1615 * gdb.dwarf2/atomic-type.exp: Likewise.
1616
31fd9caa
MM
16172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1618
1619 * gdb.btrace/buffer-size.exp: Update "info record" output.
1620 * gdb.btrace/delta.exp: Update "info record" output.
1621 * gdb.btrace/enable.exp: Update "info record" output.
1622 * gdb.btrace/finish.exp: Update "info record" output.
1623 * gdb.btrace/instruction_history.exp: Update "info record" output.
1624 * gdb.btrace/next.exp: Update "info record" output.
1625 * gdb.btrace/nexti.exp: Update "info record" output.
1626 * gdb.btrace/step.exp: Update "info record" output.
1627 * gdb.btrace/stepi.exp: Update "info record" output.
1628 * gdb.btrace/nohist.exp: Update "info record" output.
1629
d33501a5
MM
16302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1631
1632 * gdb.btrace/buffer-size: New.
1633
f4abbc16
MM
16342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1635
1636 * gdb.btrace/delta.exp: Update "info record" output.
1637 * gdb.btrace/enable.exp: Update "info record" output.
1638 * gdb.btrace/finish.exp: Update "info record" output.
1639 * gdb.btrace/instruction_history.exp: Update "info record" output.
1640 * gdb.btrace/next.exp: Update "info record" output.
1641 * gdb.btrace/nexti.exp: Update "info record" output.
1642 * gdb.btrace/step.exp: Update "info record" output.
1643 * gdb.btrace/stepi.exp: Update "info record" output.
1644 * gdb.btrace/nohist.exp: Update "info record" output.
1645
b9d61307
SM
16462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1647
1648 PR gdb/15678
1649 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1650
e584fdbc
PA
16512015-02-06 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1654 macro.
1655 (seconds_left, again): New globals.
1656 (main): Wait seconds_left in a 1-second sleep loop instead of
1657 sleeping 180 seconds. If 'again' is set, reset the seconds
1658 counter.
1659 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1660 'again' in the inferior before detaching. Print the seconds left.
1661 (options): New global.
1662 (top level): Build program with -DTIMEOUT=$timeout.
1663
77f41761
PA
16642015-02-06 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1667 determine how many seconds to pass to 'alarm'.
1668 * gdb.base/gdb-sigterm.exp (top level): Build program with
1669 -DTIMEOUT=$timeout.
1670 (do_test): Return success/failure indication. Add more verbose
1671 logging. Don't fail if 200 single steps are seen. Instead, fail
1672 when the test times out.
1673 (passes): New global.
1674 (top level): Break the testing loop if testing fails on any
1675 iteration. Use gdb_assert.
1676
b9394193
DB
16772015-02-04 Don Breazeal <donb@codesourcery.com>
1678
1679 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1680 and initialize them.
1681 (ipc_cleanup): New function.
1682 (main): Don't declare shmid, semid, and msqid. Add a call to
1683 atexit so that we call ipc_cleanup on exit.
1684
42d9e528
PA
16852015-02-04 Pedro Alves <palves@redhat.com>
1686
1687 * boards/native-extended-gdbserver.exp: Remove any target variant
1688 specifications from the board name before clearing the isremote
1689 flag from board_info.
1690
ae6ae975
DE
16912015-01-31 Doug Evans <xdje42@gmail.com>
1692
1693 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1694
cfb069a8
GB
16952015-01-31 Gary Benson <gbenson@redhat.com>
1696
1697 * gdb.base/completion.exp: Disable completion limiting for
1698 existing tests. Add new tests to check completion limiting.
1699 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1700
5dd31d79
DE
17012015-01-31 Doug Evans <xdje42@gmail.com>
1702
1703 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1704
9f050062
DE
17052015-01-31 Doug Evans <xdje42@gmail.com>
1706
1707 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1708 entries. Duplicate file section script entries.
1709 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1710 inlined entries. Add test for safe-path rejection.
1711 * gdb.python/py-section-script.c: Add duplicate inlined section script
1712 entries. Duplicate file section script entries.
1713 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1714 inlined entries. Add test for safe-path rejection.
1715
df25ebbd
JB
17162015-01-29 Joel Brobecker <brobecker@adacore.com>
1717
1718 * gdb.ada/disc_arr_bound: New testcase.
1719
4a0ca9ec
JB
17202015-01-29 Joel Brobecker <brobecker@adacore.com>
1721
1722 * gdb.ada/mi_var_array: New testcase.
1723
3a8b707a
DE
17242015-01-27 Doug Evans <dje@google.com>
1725
1726 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1727 Add test for objfile.filename, objfile.username after objfile
1728 has been unloaded.
1729
f8313f6e
JB
17302015-01-26 Joel Brobecker <brobecker@adacore.com>
1731
1732 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1733 the second test to print the name attribute of value
1734 returned by the call to gdb.lookup_type, and adjust
1735 the expected output accordingly.
1736
37bc665e
MW
17372015-01-25 Mark Wielaard <mjw@redhat.com>
1738
1739 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1740 * gdb.base/disp-step-fork.c: Include unistd.h.
1741 * gdb.base/siginfo-obj.c: Include stdio.h.
1742 * gdb.base/siginfo-thread.c: Likewise.
1743 * gdb.mi/non-stop.c: Include unistd.h.
1744 * gdb.mi/nsthrexec.c: Include stdio.h.
1745 * gdb.mi/pthreads.c: Include unistd.h.
1746 * gdb.modula2/unbounded1.c (main): Declare returns int.
1747 * gdb.reverse/consecutive-reverse.c: Likewise.
1748 * gdb.threads/create-fail.c: Include unistd.h.
1749 * gdb.threads/killed.c: Likewise.
1750 * gdb.threads/linux-dp.c: Likewise.
1751 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1752 * gdb.threads/non-ldr-exc-2.c: Likewise.
1753 * gdb.threads/non-ldr-exc-3.c: Likewise.
1754 * gdb.threads/non-ldr-exc-4.c: Likewise.
1755 * gdb.threads/pthreads.c: Include unistd.h.
1756 (main): Declare returns int.
1757 * gdb.threads/tls-main.c (foo): New declaration.
1758 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1759
f7e5394d
SM
17602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1763 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1764
743649fd
MW
17652015-01-15 Mark Wielaard <mjw@redhat.com>
1766
1767 * gdb.base/noreturn-return.c: New file.
1768 * gdb.base/noreturn-return.exp: New file.
1769 * gdb.base/noreturn-finish.c: New file.
1770 * gdb.base/noreturn-finish.exp: New file.
1771
198297aa
PA
17722015-01-23 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.threads/continue-pending-after-query.c: New file.
1775 * gdb.threads/continue-pending-after-query.exp: New file.
1776
717cf30c
AG
17772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1778 Simon Marchi <simon.marchi@ericsson.com>
1779
1780 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1781 * gdb.base/valgrind-db-attach.exp: Same.
1782 * gdb.base/valgrind-infcall.exp: Same.
1783 * lib/mi-support.exp (default_mi_gdb_start): Same.
1784 * lib/prompt.exp (default_prompt_gdb_start): Same.
1785 * lib/gdb.exp (default_gdb_spawn): Same.
1786 (gdb_interact): New.
1787
1788
4b62a76e
JK
17892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1790
1791 * gdb.compile/compile.exp (pointer to jit function): New test.
1792
b4cdae6f
WW
17932015-01-17 Wei-cheng Wang <cole945@gmail.com>
1794
1795 * lib/gdb.exp (supports_process_record): Return true for
1796 powerpc*-*-linux*.
1797 (supports_reverse): Likewise.
1798
d221e7ef
DB
17992015-01-15 Don Breazeal <donb@codesourcery.com>
1800
1801 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1802 instead of checking whether the target board is remote and
1803 use spawn_wait_for_attach instead of exec/sleep.
1804 * gdb.base/attach-twice.exp: Likewise.
1805
bafffb51
JB
18062015-01-15 Joel Brobecker <brobecker@adacore.com>
1807
1808 * gdb.ada/var_arr_attrs: New testcase.
1809
5589af0e
PA
18102015-01-14 Pedro Alves <palves@redhat.com>
1811 Joel Brobecker <brobecker@adacore.com>
1812
1813 PR gdb/17525
1814 * gdb.base/bp-cmds-execution-x-script.c: New file.
1815 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1816 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1817
6c400b59
PA
18182015-01-14 Pedro Alves <palves@redhat.com>
1819
1820 PR cli/17828
1821 * gdb.base/batch-preserve-term-settings.c: New file.
1822 * gdb.base/batch-preserve-term-settings.exp: New file.
1823
e02c96a7
DE
18242015-01-13 Doug Evans <dje@google.com>
1825
1826 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1827 binary.
1828
576fd14c
JB
18292015-01-13 Joel Brobecker <brobecker@adacore.com>
1830
1831 * Makefile.in (clean mostlyclean): Do not delete *.py.
1832
04dccad0
JB
18332015-01-13 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.python/py-lookup-type.exp: New file.
1836
3d230f71
PA
18372015-01-12 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1840 restore GDBFLAGS before returning.
1841
7e67715d
JK
18422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1845 is_amd64_regs_target and is_x86_like_target.
1846
f2e0d4b4
DE
18472015-01-11 Doug Evans <xdje42@gmail.com>
1848
1849 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1850 is given without an explicit form.
1851 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1852 attributes.
1853 * gdb.dwarf/corrupt.exp: Ditto.
1854 * gdb.dwarf2/enum-type.exp: Ditto.
1855 * gdb.trace/entry-values.exp: Ditto.
1856 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1857
439250fb
DE
18582015-01-11 Doug Evans <xdje42@gmail.com>
1859
1860 PR gdb/15830
1861 * gdb.base/maint.exp: Remove references to "maint demangle".
1862 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1863 Add tests for explicitly specifying language to demangle.
1864 * gdb.dlang/demangle.exp: Ditto.
1865
ede9f622
PA
18662015-01-09 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.threads/non-stop-fair-events.c: New file.
1869 * gdb.threads/non-stop-fair-events.exp: New file.
1870
a7b796db
PA
18712015-01-09 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1874 the global scope. Set a breakpoint after all threads are started
1875 rather than stepping over two source lines. Expect the prompt.
1876 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1877 global.
1878 (NUM): Now 15.
1879 (main): Use threads_started_barrier to wait for all threads to
1880 start. Main thread no longer calls thread_function. Exit after
1881 180 seconds.
1882 (loop): New function.
1883 (thread_function): Wait on threads_started_barrier barrier. Call
1884 'loop' at each iteration.
1885 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1886 threads have started, instead of hardcoding number of "next"
1887 steps. Use an access watchpoint instead of a write watchpoint.
1888
9665ffdd
PA
18892015-01-09 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1892 (thread_func): Wait on barrier.
1893 (main): Wait for all threads to start before stopping GDB.
1894 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1895 global.
1896 (thread1_func, thread2_func): Wait on barrier.
1897 (main): Wait for all threads to start before stopping GDB.
1898 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1899 New global.
1900 (thread1_func, thread2_func): Wait on barrier.
1901 (main): Wait for all threads to start before stopping GDB.
1902
c945a99f
PA
19032015-01-09 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.threads/attach-many-short-lived-threads.c: New file.
1906 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1907
c1a747c1
PA
19082014-01-09 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1911 instead of to thread 2.
1912 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1913 Add barrier around each pthread_create call instead of around all
1914 calls.
1915 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1916 Set a break on thread_function and have the child threads hit it
1917 one at at a time.
1918
60b3033e
PA
19192015-01-09 Pedro Alves <palves@redhat.com>
1920
1921 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1922 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1923 false.
1924 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1925 checking whether the target board is remote.
1926 * gdb.multi/multi-attach.exp: Likewise.
1927 * gdb.python/py-sync-interp.exp: Likewise.
1928 * gdb.server/ext-attach.exp: Likewise.
1929 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1930 tests that need to attach, instead of checking whether the target
1931 board is remote at the top of the file.
1932
acc018ac
YQ
19332015-01-08 Yao Qi <yao@codesourcery.com>
1934
1935 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1936
50a18af8
JK
19372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Fix testcase compilation.
1940 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1941
8503d6e1
JB
19422015-01-06 Joel Brobecker <brobecker@adacore.com>
1943
1944 * gdb.python/py-type.exp: Add a couple test about empty
1945 array creation, and negative-length array creation.
1946
cc73dbcc
DE
19472015-01-02 Doug Evans <xdje42@gmail.com>
1948
1949 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1950
0300bbc7
DE
19512015-01-02 Doug Evans <dje@google.com>
1952
1953 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1954
9d85a0ec
YQ
19552014-12-29 Yao Qi <yao@codesourcery.com>
1956
1957 * gdb.trace/entry-values.exp: Update comments. Rename variable
1958 bar_call_foo to returned_from_foo.
1959
87186c6a
MMN
19602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1961
1962 PR gdb/17394
1963 * gdb.linespec/break-asm-file.c: New file.
1964 * gdb.linespec/break-asm-file.exp: New file.
1965 * gdb.linespec/break-asm-file0.s: New file.
1966 * gdb.linespec/break-asm-file1.s: New file.
1967
1bab7383
YQ
19682014-12-18 Nigel Stephens <nigel@mips.com>
1969 Maciej W. Rozycki <macro@codesourcery.com>
1970
1971 * gdb.base/float.exp: Handle the new output from "info float" on
1972 MIPS targets.
1973
1bc1068a
JK
19742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1975
1976 Fix MinGW compilation.
1977 * gdb.compile/compile-ops.exp: Update untested message if
1978 !skip_compile_feature_tests.
1979 * gdb.compile/compile-setjmp.exp: Likewise.
1980 * gdb.compile/compile-tls.exp: Likewise.
1981 * gdb.compile/compile.exp: Likewise.
1982 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1983 supported on this host".
1984
b6615d10
DE
19852014-12-16 Doug Evans <xdje42@gmail.com>
1986
1987 * boards/stabs.exp: New file.
1988
25dda427
AA
19892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1990
1991 * gdb.base/completion.exp: Adjust to format changes of "maint
1992 print user-registers".
1993
bf330350
CU
19942014-12-16 Catalin Udma <catalin.udma@freescale.com>
1995
1996 PR server/17457
1997 * gdb.arch/aarch64-fp.c: New file.
1998 * gdb.arch/aarch64-fp.exp: New file.
1999
395cf596
SDJ
20002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2001
2002 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2003 r210637, r210913, r211666, r215400, r215817).
2004
2005 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2006 * dg-extract-results.py: New file.
2007 * dg-extract-results.sh: Use it if the environment seems
2008 suitable.
2009
2010 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2011
2012 * dg-extract-results.py (parse_run): Handle warnings that
2013 are printed before a test harness is run.
2014
2015 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2016
2017 * dg-extract-results.py (Named): Remove __cmp__ method.
2018 (output_variation): Use a key to sort variation.harnesses.
2019
2020 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2021
2022 * dg-extract-results.py: For Python 3, force sys.stdout to
2023 handle surrogate escape sequences.
2024 (safe_open): New function.
2025 (output_segment, main): Use it.
2026
2027 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2028
2029 * dg-extract-results.py (Prog.result_re): Include options
2030 in test name.
2031
2032 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2033
2034 * dg-extract-results.py (output_variation): Always sort if
2035 do_sum.
2036
e882ef3c
SM
20372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2038
2039 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2040 as long as we get pagination notifications.
2041
4992aa20
JM
20422014-12-15 Jason Merrill <jason@redhat.com>
2043
2044 * Makefile.in (check-gdb.%): Restore.
2045 * README: Mention it.
2046
c1b5a1a6
JB
20472014-12-13 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.ada/str_uninit: New testcase.
2050
5537b577
JK
20512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 PR symtab/17642
2054 * gdb.base/vla-stub-define.c: New file.
2055 * gdb.base/vla-stub.c: New file.
2056 * gdb.base/vla-stub.exp: New file.
2057
bb2ec1b3
TT
20582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2059 Jan Kratochvil <jan.kratochvil@redhat.com>
2060 Tom Tromey <tromey@redhat.com>
2061
2062 * configure.ac: Add gdb.compile/.
2063 * configure: Regenerate.
2064 * gdb.compile/Makefile.in: New file.
2065 * gdb.compile/compile-ops.exp: New file.
2066 * gdb.compile/compile-ops.c: New file.
2067 * gdb.compile/compile-tls.c: New file.
2068 * gdb.compile/compile-tls.exp: New file.
2069 * gdb.compile/compile-constvar.S: New file.
2070 * gdb.compile/compile-constvar.c: New file.
2071 * gdb.compile/compile-mod.c: New file.
2072 * gdb.compile/compile-nodebug.c: New file.
2073 * gdb.compile/compile-setjmp-mod.c: New file.
2074 * gdb.compile/compile-setjmp.c: New file.
2075 * gdb.compile/compile-setjmp.exp: New file.
2076 * gdb.compile/compile-shlib.c: New file.
2077 * gdb.compile/compile.c: New file.
2078 * gdb.compile/compile.exp: New file.
2079 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2080
4ff709eb
TT
20812014-12-12 Tom Tromey <tromey@redhat.com>
2082
2083 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2084 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2085
6dddd6a5
DE
20862014-12-12 Doug Evans <dje@google.com>
2087
2088 * lib/gdb-python.exp (get_python_valueof): New function.
2089 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2090
71c24708
AA
20912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2092
2093 * gdb.base/completion.exp: Add test for completion of "info
2094 registers ".
2095
3e29f34a
MR
20962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2097
2098 * gdb.base/func-ptrs.c: New file.
2099 * gdb.base/func-ptrs.exp: New file.
2100
fc126975
SM
21012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 PR breakpoints/17012
2104 * gdb.base/dprintf-detach.c: New file.
2105 * gdb.base/dprintf-detach.exp: New file.
2106
0a46d518
SM
21072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2108
2109 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2110 * lib/gdb.exp (target_is_gdbserver): New procedure.
2111
a0be3e44
DE
21122014-12-08 Doug Evans <dje@google.com>
2113
2114 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2115
df1b803a
YQ
21162014-12-05 Yao Qi <yao@codesourcery.com>
2117
2118 * gdb.guile/scm-error.exp: Remove the third argument to
2119 gdb_remote_download.
2120 * gdb.guile/scm-frame-args.exp: Likewise.
2121 * gdb.guile/scm-section-script.exp: Likewise.
2122
ddb9f679
YQ
21232014-12-05 Yao Qi <yao@codesourcery.com>
2124
2125 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2126
86e4ed39
DE
21272014-12-04 Doug Evans <dje@google.com>
2128
2129 * gdb.python/py-objfile.exp: Add tests for
2130 objfile.add_separate_debug_file.
2131
7c50a931
DE
21322014-12-04 Doug Evans <dje@google.com>
2133
2134 * lib/gdb.exp (get_build_id): New function.
2135 (build_id_debug_filename_get): Rewrite to use it.
2136 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2137
621661e3
MR
21382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2139
2140 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2141 `method(long)', not just 0x0.
2142 * gdb.cp/nsalias.exp: Align code labels to 4.
2143 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2144 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2145 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2146 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2147 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2148 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2149
29f0c3b7
DE
21502014-12-02 Doug Evans <dje@google.com>
2151
e1e061e7 2152 PR symtab/17602
29f0c3b7 2153 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2154 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2155 * gdb.cp/anon-ns.exp: Update.
2156
162078c8
NB
21572014-12-02 Nick Bull <nicholaspbull@gmail.com>
2158
2159 * gdb.python/py-events.py (inferior_call_handler): New.
2160 (register_changed_handler, memory_changed_handler): New.
2161 (test_events.invoke): Register new handlers.
2162 * gdb.python/py-events.exp: Add tests for inferior call,
2163 memory_changed and register_changed events.
2164
fdb09caf
AA
21652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2166
2167 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2168 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2169 if the linker doesn't understand this.
2170
55cfb2c4
SM
21712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2172
2173 * gdb.python/python.exp: Change expected reply to help().
2174
9e8cd6df
YQ
21752014-12-01 Yao Qi <yao@codesourcery.com>
2176
2177 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2178 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2179 * configure: Re-generated.
2180
6c659fc2
SC
21812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2182
2183 * gdb.cp/chained-calls.cc: New file.
2184 * gdb.cp/chained-calls.exp: New file.
2185 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2186
d7fc3181
SM
21872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2190 * gdb.dwarf2/symtab-producer.exp: Same.
2191 * gdb.gdb/python-interrupts.exp: Same.
2192 * gdb.gdb/python-selftest.exp: Same.
2193 * gdb.python/py-linetable.exp: Same.
2194 * gdb.python/py-type.exp: Same.
2195 * gdb.python/py-value-cc.exp: Same.
2196 * gdb.python/py-value.exp: Same.
2197
10e79639
YQ
21982014-11-28 Yao Qi <yao@codesourcery.com>
2199
2200 * gdb.base/break-probes.exp: Match library name prefixed with
2201 sysroot.
2202
f28a0564
SM
22032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2204
2205 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2206 test expected output. Add parentheses for the call to print.
2207 Remove L suffix from integers.
2208
3fe1ce1d
DE
22092014-11-26 Doug Evans <dje@google.com>
2210
2211 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2212
84429e27
YQ
22132014-11-22 Yao Qi <yao@codesourcery.com>
2214
2215 * gdb.trace/entry-values.c: Remove asms.
2216 (foo): Add foo_label.
2217 (bar): Add bar_label.
2218 * gdb.trace/entry-values.exp: Remove code computing foo's
2219 length and bar's length.
2220 (Dwarf::assemble): Invoke function_range for bar and use
2221 MACRO_AT_func for foo.
2222
26741859
YQ
22232014-11-22 Yao Qi <yao@codesourcery.com>
2224
2225 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2226 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2227 Use .Lgcc43_procstart instead of gcc43.
2228
45e44d27
JB
22292014-11-21 Joel Brobecker <brobecker@adacore.com>
2230
2231 * gdb.ada/n_arr_bound: New testcase.
2232
458c8db8
SDJ
22332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2234
2235 PR breakpoints/10737
2236 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2237 test_catch_syscall_multi_arch.
2238 (test_catch_syscall_multi_arch): New function.
2239
43f3e411
DE
22402014-11-20 Doug Evans <xdje42@gmail.com>
2241
2242 * gdb.base/maint.exp: Update expected output.
2243
0d7b2549
AA
22442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2245
2246 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2247 4-byte instruction on S390.
2248
8908fca5
JB
22492014-11-19 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.ada/arr_arr: New testcase.
2252
4a46959e
JB
22532014-11-19 Joel Brobecker <brobecker@adacore.com>
2254
2255 * gdb.ada/pkd_arr_elem: New Testcase.
2256
470e2f4e
LM
22572014-11-18 Luis Machado <lgustavo@codesourcery.com>
2258
2259 * gdb.reverse/break-precsave: Expect completion message for
2260 core file reads.
2261 * gdb.reverse/consecutive-precsave.exp: Likewise.
2262 * gdb.reverse/finish-precsave.exp: Likewise.
2263 * gdb.reverse/i386-precsave.exp: Likewise.
2264 * gdb.reverse/machinestate-precsave.exp: Likewise.
2265 * gdb.reverse/sigall-precsave.exp: Likewise.
2266 * gdb.reverse/solib-precsave.exp: Likewise.
2267 * gdb.reverse/step-precsave.exp: Likewise.
2268 * gdb.reverse/until-precsave.exp: Likewise.
2269 * gdb.reverse/watch-precsave.exp: Likewise.
2270
a267f3ad
AA
22712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2272
2273 * gdb.base/bp-permanent.c: Include unistd.h.
2274 * gdb.python/py-framefilter-mi.c (main): Add return type.
2275 * gdb.python/py-framefilter.c (main): Likewise.
2276 * gdb.trace/actions-changed.c (main): Likewise.
2277
12084a9a
AA
22782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2279
2280 * gdb.mi/until.c: Add eye-catchers.
2281 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2282 line numbers.
2283
dc7e1a77
AA
22842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2285
2286 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2287 function header variants in break1.c.
2288 * gdb.base/ena-dis-br.exp: Likewise.
2289 * gdb.base/hbreak2.exp: Likewise.
2290 * gdb.reverse/until-precsave.exp: Drop references to removed
2291 non-prototype function header variants in ur1.c.
2292 * gdb.reverse/until-reverse.exp: Likewise.
2293
41c77605
PM
22942014-11-17 Petr Machata <pmachata@redhat.com>
2295
2296 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2297 ${_cu_offset_size} bytes abbrev offset.
2298
34248c3a
DE
22992014-11-15 Doug Evans <xdje42@gmail.com>
2300
2301 PR symtab/17559
2302 * gdb.base/line-symtabs.exp: New file.
2303 * gdb.base/line-symtabs.c: New file.
2304 * gdb.base/line-symtabs.h: New file.
2305
646da059
YQ
23062014-11-14 Yao Qi <yao@codesourcery.com>
2307
2308 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2309 (func): Add label func_label.
2310 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2311 Replace low_pc and high_pc with MACRO_AT_range.
2312 Replace name, low_pc and high_pc with MACRO_AT_func.
2313
9301ebe6
YQ
23142014-11-14 Yao Qi <yao@codesourcery.com>
2315
2316 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2317 Replace name, low_pc and high_pc with MACRO_AT_func.
2318
f166b542
YQ
23192014-11-14 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2322 produce debug information.
2323 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2324
0f6e71e3
YQ
23252014-11-14 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2328 object and get function length.
2329 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2330 with MACRO_AT_func.
2331 (top-level): Replace gdb_compile and clean_restart with
2332 prepare_for_testing.
2333 * gdb.dwarf2/main.c (main): Add label main_label.
2334
876c4df9
YQ
23352014-11-14 Yao Qi <yao@codesourcery.com>
2336
2337 * lib/dwarf.exp (function_range): New procedure.
2338 (Dwarf::_handle_macro_at_func): New procedure.
2339 (Dwarf::_handle_macro_at_range): New procedure.
2340 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2341
02ad9cf1
YQ
23422014-11-14 Yao Qi <yao@codesourcery.com>
2343
2344 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2345 (_handle_attribute): New procedure.
2346
a59add0c
AA
23472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2350 * gdb.base/call-sc.c (zed): Likewise.
2351 * gdb.base/checkpoint.c (main): Likewise.
2352 * gdb.base/dump.c (main): Likewise.
2353 * gdb.base/gcore.c (main): Likewise.
2354 * gdb.base/huge.c (main): Likewise.
2355 * gdb.base/multi-forks.c (main): Likewise.
2356 * gdb.base/pr10179-a.c (main): Likewise.
2357 * gdb.base/savedregs.c (main): Likewise.
2358 * gdb.base/sigaltstack.c (main): Likewise.
2359 * gdb.base/siginfo.c (main): Likewise.
2360 * gdb.base/structs.c (zed): Likewise.
2361 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2362 * gdb.mi/mi-syn-frame.c (main): Likewise.
2363 * gdb.mi/until.c (foo, main): Likewise.
2364 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2365 * gdb.base/solib-weak.c (foo): Declare.
2366 * gdb.base/attach-twice.c: Include stdio.h.
2367 * gdb.base/weaklib1.c: Likewise.
2368 * gdb.base/weaklib2.c: Likewise.
2369 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2370 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2371 unistd.h.
2372 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2373 * gdb.mi/mi-exit-code.c: Likewise.
2374 * gdb.base/break-interp-lib.c: Include string.h.
2375 * gdb.base/coremaker.c: Likewise.
2376 * gdb.base/testenv.c: Likewise.
2377 * gdb.python/py-finish-breakpoint.c: Likewise.
2378 * gdb.base/inferior-died.c: Include sys/wait.h.
2379 * gdb.base/fileio.c: Include time.h.
2380 * gdb.base/async-shell.c: Include unistd.h.
2381 * gdb.base/dprintf-non-stop.c: Likewise.
2382 * gdb.base/info-os.c: Likewise.
2383 * gdb.mi/mi-console.c: Likewise.
2384 * gdb.mi/watch-nonstop.c: Likewise.
2385 * gdb.python/py-events.c: Likewise.
2386 * gdb.base/async.c (baz): Move up before its invocation.
2387 * gdb.base/code_elim2.c (my_global_func): Likewise.
2388 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2389 * gdb.base/advance.c (func2): Likewise.
2390
3b5d5997
AA
23912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2392
2393 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2394 variant.
2395 * gdb.base/annota3.c: Likewise.
2396 * gdb.base/async.c: Likewise.
2397 * gdb.base/average.c: Likewise.
2398 * gdb.base/call-ar-st.c: Likewise.
2399 * gdb.base/call-rt-st.c: Likewise.
2400 * gdb.base/call-sc.c: Likewise.
2401 * gdb.base/call-strs.c: Likewise.
2402 * gdb.base/ending-run.c: Likewise.
2403 * gdb.base/execd-prog.c: Likewise.
2404 * gdb.base/exprs.c: Likewise.
2405 * gdb.base/foll-exec.c: Likewise.
2406 * gdb.base/foll-fork.c: Likewise.
2407 * gdb.base/foll-vfork.c: Likewise.
2408 * gdb.base/funcargs.c: Likewise.
2409 * gdb.base/gcore.c: Likewise.
2410 * gdb.base/jump.c: Likewise.
2411 * gdb.base/langs0.c: Likewise.
2412 * gdb.base/langs1.c: Likewise.
2413 * gdb.base/langs2.c: Likewise.
2414 * gdb.base/mips_pro.c: Likewise.
2415 * gdb.base/nodebug.c: Likewise.
2416 * gdb.base/opaque0.c: Likewise.
2417 * gdb.base/opaque1.c: Likewise.
2418 * gdb.base/recurse.c: Likewise.
2419 * gdb.base/run.c: Likewise.
2420 * gdb.base/scope0.c: Likewise.
2421 * gdb.base/scope1.c: Likewise.
2422 * gdb.base/setshow.c: Likewise.
2423 * gdb.base/setvar.c: Likewise.
2424 * gdb.base/shmain.c: Likewise.
2425 * gdb.base/shr1.c: Likewise.
2426 * gdb.base/shr2.c: Likewise.
2427 * gdb.base/sigall.c: Likewise.
2428 * gdb.base/signals.c: Likewise.
2429 * gdb.base/so-indr-cl.c: Likewise.
2430 * gdb.base/solib2.c: Likewise.
2431 * gdb.base/structs.c: Likewise.
2432 * gdb.base/sum.c: Likewise.
2433 * gdb.base/vforked-prog.c: Likewise.
2434 * gdb.base/watchpoint.c: Likewise.
2435 * gdb.reverse/shr2.c: Likewise.
2436 * gdb.reverse/until-reverse.c: Likewise.
2437 * gdb.reverse/ur1.c: Likewise.
2438 * gdb.reverse/watch-reverse.c: Likewise.
2439
066a77c5
AA
24402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2441
2442 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2443 variant.
2444 * gdb.base/sepdebug.exp: Drop references to removed code.
2445
4f204ea5
AA
24462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2447
2448 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2449 variant. Preserve original line numbering.
2450 * gdb.base/list1.c: Likewise.
2451
3b377a3a
AA
24522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2453
2454 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2455 variant.
2456 * gdb.base/break1.c: Likewise.
2457 * gdb.base/break.exp: Drop references to removed code.
2458
e444df73
AA
24592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2460
2461 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2462 variant.
2463
8008f2a7
AA
24642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2465
2466 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2467
a5a06887
AA
24682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2469
2470 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2471 logic into perform_all_tests() and invoke it with and without
2472 function header prototypes.
2473 (do_function_calls): Remove conditional XFAIL for PR 5318.
2474 (rerun_and_prepare): Remove duplicate code.
2475 (perform_all_tests): New. Main logic moved here.
2476
44dba9b9
AA
24772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2478
2479 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2480 code guarded by #ifdef NO_PROTOTYPES.
2481 (t_double_many_args): Likewise.
2482 (DEF_FUNC_MANY_ARGS_1): Likewise.
2483 (DEF_FUNC_VALUES_1): Likewise.
2484 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2485 guarded by #ifdef PROTOTYPES.
2486
d1fbcd56
AA
24872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2488
2489 * gdb.mi/mi-console.c: Add eye-catcher.
2490 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2491 instead of literal line number.
2492
b0e59b8f
AA
24932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2494
2495 * gdb.base/shr2.c: Add eye-catcher.
2496 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2497 line number.
2498
78f98cca
AA
24992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2500
2501 * gdb.base/jump.c: Add eye-catchers.
2502 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2503 numbers.
2504
58fa2af0
AA
25052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * gdb.base/execd-prog.c: Add eye-catchers.
2508 * gdb.base/foll-exec.c: Likewise.
2509 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2510 line numbers.
2511
04e5059b
AA
25122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2513
2514 * gdb.base/ending-run.c: Add eye-catchers.
2515 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2516 literal line numbers.
2517
dbfdb174
AA
25182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2519
2520 * gdb.base/call-rt-st.c: Add eye-catchers.
2521 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2522 literal line numbers.
2523
888a2ade
AA
25242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2525
2526 * gdb.base/call-ar-st.c: Add eye-catchers.
2527 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2528 literal line numbers.
2529
6acc2dde
AA
25302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2531
2532 * gdb.base/average.c: Add eye-catchers.
2533 * gdb.base/sum.c: Likewise.
2534 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2535 regexps dynamically.
2536
9ecfcd1d
AA
25372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2538
2539 * gdb.base/solib1.c: Add eye-catchers.
2540 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2541 literal line numbers.
2542
78708b7c
PA
25432014-11-12 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2546 leader has exited.
2547
af48d08f
PA
25482014-11-12 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.arch/i386-bp_permanent.c: New file.
2551 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2552 (srcfile): Set to i386-bp_permanent.c.
2553 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2554 that stepi does not execute the 'leave' instruction, instead of
2555 testing it does execute.
2556 * gdb.base/bp-permanent.c: New file.
2557 * gdb.base/bp-permanent.exp: New file.
2558
af3768e9
DE
25592014-11-10 Doug Evans <xdje42@gmail.com>
2560
2561 PR symtab/17564
2562 * gdb.base/symtab-search-order.exp: New file.
2563 * gdb.base/symtab-search-order.c: New file.
2564 * gdb.base/symtab-search-order-1.c: New file.
2565 * gdb.base/symtab-search-order-shlib-1.c: New file.
2566
9de00a4a
PA
25672014-11-07 Pedro Alves <palves@redhat.com>
2568
2569 PR gdb/17511
2570 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2571 i?86-*-linux*.
2572
e0f52461
SC
25732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2574
2575 PR c++/17494
2576 * gdb.cp/pr17494.cc: New file.
2577 * gdb.cp/pr17494.exp: New file.
2578
6ce8c980
YQ
25792014-11-02 Yao Qi <yao@codesourcery.com>
2580
2581 * gdb.python/python.exp: Get working directory and match the
2582 output of "set extended-prompt \\w " with it.
2583
02be9a71
DE
25842014-10-30 Doug Evans <dje@google.com>
2585
2586 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2587 in objfiles.
2588 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2589 in progspaces.
2590
3bdff46b
LM
25912014-10-30 Janis Johnson <janisjo@codesourcery.com>
2592
2593 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2594 * gdb.base/realname-expand.exp: Likewise.
2595 * gdb.linespec/macro-relative.exp: Likewise.
2596
ab917dfb
PA
25972014-10-29 Pedro Alves <palves@redhat.com>
2598
2599 PR gdb/17408
2600 * gdb.threads/schedlock.c (some_function): New function.
2601 (call_function): New global.
2602 (MAYBE_CALL_SOME_FUNCTION): New macro.
2603 (thread_function): Call it.
2604 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2605 and use it instead of a global counter. Adjust all callers.
2606 (get_current_thread): Use "find current thread" for test message
2607 here rather than having all callers pass down the same string.
2608 (goto_loop): New procedure, factored out from ...
2609 (my_continue): ... this.
2610 (step_ten_loops): Change parameter from test message to command to
2611 use. Adjust.
2612 (list_count): Delete global.
2613 (check_result): New procedure, factored out from duplicate top
2614 level code.
2615 (continue tests): Wrap in with_test_prefix.
2616 (test_step): New procedure, factored out from duplicate top level
2617 code.
2618 (top level): Test "step" in combination with all scheduler-locking
2619 modes. Test "next" in combination with all scheduler-locking
2620 modes, and in combination with stepping over a function call or
2621 not.
2622 * gdb.threads/next-bp-other-thread.c: New file.
2623 * gdb.threads/next-bp-other-thread.exp: New file.
2624
d3d4baed
PA
26252014-10-29 Pedro Alves <palves@redhat.com>
2626
2627 PR python/17372
2628 * gdb.python/python.exp: Test a multi-line command that spawns
2629 interactive Python.
2630 * gdb.base/multi-line-starts-subshell.exp: New file.
2631
563e8d85
YQ
26322014-10-29 Yao Qi <yao@codesourcery.com>
2633
2634 * gdb.base/fileio.exp: Make directories on host.
2635
0ea4d52e
YQ
26362014-10-29 Yao Qi <yao@codesourcery.com>
2637
2638 * gdb.base/fileio.c (test_write): Close the file.
2639
7f5ef605
PA
26402014-10-28 Pedro Alves <palves@redhat.com>
2641
2642 PR gdb/12623
2643 * gdb.base/sigstep.c (no_handler): New global.
2644 (main): If 'no_handler is true, set the signal handlers to
2645 SIG_IGN.
2646 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2647 with_sw_watch and no_handler parameters. Handle them.
2648 (top level) <stepping over handler when stopped at a breakpoint
2649 test>: Add a test axis for testing with a software watchpoint, and
2650 another for testing with the signal handler set to SIG_IGN.
2651 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2652 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2653
abbdbd03
PA
26542014-10-28 Pedro Alves <palves@redhat.com>
2655
2656 PR gdb/17511
2657 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2658 * gdb.base/sigstep.exp (other_handler_location): New global.
2659 (advance): Support stepping into the signal handler, and running
2660 commands while in the handler.
2661 (in_handler_map): New global.
2662 (top level): In the advance test, add combinations for getting
2663 into the handler with stepping commands, and for running commands
2664 in the handler. Add comment descripting the advancei tests.
2665
1df4399f
PA
26662014-10-28 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.base/sigstep.exp: Use build_executable instead of
2669 prepare_for_testing.
2670 (top level): Move code that starts GDB, runs to main and creates a
2671 display to ...
2672 (restart): ... this new procedure.
2673 (top level): Move backtrace from signal handler test to ...
2674 (validate_backtrace): ... this new procedure.
2675 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2676 with_test_prefix. Always restart GDB.
2677 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2678 with_test_prefix. Always restart GDB. No need to delete
2679 breakpoints after the test.
2680 (test_skip_handler): Remove prefix parameter.
2681 (skip_over_handler, breakpoint_to_handler)
2682 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2683 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2684 restart GDB. No need to delete breakpoints after the test.
2685 (top level): Use foreach to call the test procedures with
2686 different commands.
2687
a5b6e449
PA
26882014-10-28 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2691 instead of GNATS numbers.
2692 * gdb.base/sigbpt.exp: Likewise.
2693 * gdb.base/siginfo.exp: Likewise.
2694 * gdb.base/sigstep.exp: Likewise.
2695
e5f8a7cc
PA
26962014-10-27 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.base/sigstep.c (dummy): New global.
2699 (main): Issue a couple writes to the new global.
2700 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2701 procedures.
2702 (skip_over_handler): Use test_skip_handler.
2703 (top level): Call skip_over_handler for stepi and nexti too.
2704 (breakpoint_over_handler): Use test_skip_handler.
2705 (top level): Call breakpoint_over_handler for stepi and nexti too.
2706
763905a3
YQ
27072014-10-27 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.trace/tfile.c (adjust_function_address)
2710 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2711 function descriptor.
2712
6f259a23
DB
27132014-10-24 Don Breazeal <donb@codesourcery.com>
2714
2715 * gdb.base/foll-fork.exp (test_follow_fork,
2716 catch_fork_child_follow): Check for updated fork messages emitted
2717 from infrun.c.
2718 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2719 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2720 vfork_and_exec_child_follow_through_step): Check for updated vfork
2721 messages emitted from infrun.c.
2722
09dd9a69
PA
27232014-10-24 Pedro Alves <palves@redhat.com>
2724
2725 * gdb.base/corefile.exp: Remove references to ultrix.
2726 * gdb.base/interrupt.exp: Likewise.
2727 * gdb.base/whatis.exp: Likewise.
2728 * gdb.gdb/selftest.exp: Likewise.
2729 * gdb.threads/manythreads.exp: Likewise.
2730 * gdb.threads/print-threads.exp: Likewise.
2731 * gdb.threads/pthreads.exp:: Likewise.
2732 * gdb.threads/schedlock.exp: Likewise.
2733
3433cfa5
SC
27342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2735
2736 * gdb.cp/non-trivial-retval.cc: Add a test case.
2737 * gdb.cp/non-trivial-retval.exp: Add a test.
2738
092f880b
YQ
27392014-10-20 Yao Qi <yao@codesourcery.com>
2740
2741 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2742 * gdb.python/py-objfile-script-gdb.py: New file.
2743 * gdb.python/py-objfile-script.exp: Update reference to
2744 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2745 of remote_download. Remove the dest file.
2746
acbdb7f3
YQ
27472014-10-20 Yao Qi <yao@codesourcery.com>
2748
2749 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2750 * gdb.base/step-line.exp: Likewise.
2751 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2752 * gdb.dwarf2/dw2-basic.exp: Likewise.
2753 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2754 * gdb.dwarf2/dw2-filename.exp: Likewise.
2755 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2756 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2757 * gdb.dwarf2/dw2-producer.exp: Likewise.
2758 * gdb.dwarf2/mac-fileno.exp: Likewise.
2759 * gdb.python/py-frame-args.exp: Likewise.
2760 * gdb.python/py-framefilter.exp: Likewise.
2761 * gdb.python/py-mi.exp: Likewise.
2762 * gdb.python/py-objfile-script.exp: Likewise
2763 * gdb.python/py-pp-integral.exp: Likewise.
2764 * gdb.python/py-pp-re-notag.exp: Likewise.
2765 * gdb.python/py-prettyprint.exp: Likewise.
2766 * gdb.python/py-section-script.exp: Likewise.
2767 * gdb.python/py-typeprint.exp: Likewise.
2768 * gdb.python/py-xmethods.exp: Likewise.
2769 * gdb.stabs/weird.exp: Likewise.
2770 * gdb.xml/tdesc-regs.exp: Likewise.
2771
bd286a29
KCY
27722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2773
2774 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2775 (out_cu): Use addr_len for the size of addresses.
2776 (out_line): Likewise. Size DW_LNE_set_address instruction
2777 according to addr_len.
2778 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2779 (FUNC): Add START_INSNS to definition.
2780
673dc4a0
YQ
27812014-10-18 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2784 gdb_has_argv0 return true.
2785 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2786 check [target_info exists noargs], check [gdb_has_argv0]
2787 instead.
2788 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2789 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2790 procedures.
2791
4ffbba72
DE
27922014-10-17 Doug Evans <dje@google.com>
2793
2794 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2795 event.
2796 * gdb.python/py-events.py: Add clear_objfiles event.
2797
d096d8c1
DE
27982014-10-17 Doug Evans <dje@google.com>
2799
2800 * gdb.python/py-objfile.exp: Test progspace attribute.
2801
a80db015
LM
28022014-10-17 Luis Machado <lgustavo@codesourcery.com>
2803
2804 * gdb.guile/scm-breakpoint.exp: Do not assume any
2805 directory separators when matching source file paths.
2806 * gdb.python/py-breakpoint.exp: Likewise.
2807 * gdb.reverse/break-precsave.exp: Likewise.
2808 * gdb.reverse/break-reverse.exp: Likewise.
2809 * gdb.reverse/consecutive-precsave.exp: Likewise.
2810 * gdb.reverse/finish-precsave.exp: Likewise.
2811 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2812 * gdb.reverse/finish-reverse.exp: Likewise.
2813 * gdb.reverse/i386-precsave.exp: Likewise.
2814 * gdb.reverse/i387-env-reverse.exp: Likewise.
2815 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2816 * gdb.reverse/machinestate-precsave.exp: Likewise.
2817 * gdb.reverse/machinestate.exp: Likewise.
2818 * gdb.reverse/sigall-precsave.exp: Likewise.
2819 * gdb.reverse/solib-precsave.exp: Likewise.
2820 * gdb.reverse/step-precsave.exp: Likewise.
2821 * gdb.reverse/until-precsave.exp: Likewise.
2822 * gdb.reverse/watch-precsave.exp: Likewise.
2823 * gdb.reverse/watch-reverse.exp: Likewise.
2824
b22089ab
YQ
28252014-10-17 Yao Qi <yao@codesourcery.com>
2826
2827 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2828 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2829
6c4486e6
PA
28302014-10-17 Pedro Alves <palves@redhat.com>
2831
2832 PR gdb/17471
2833 * gdb.base/bg-execution-repeat.c: New file.
2834 * gdb.base/bg-execution-repeat.exp: New file.
2835
0ff33695
PA
28362014-10-17 Pedro Alves <palves@redhat.com>
2837
2838 PR gdb/17300
2839 * gdb.base/continue-all-already-running.c: New file.
2840 * gdb.base/continue-all-already-running.exp: New file.
2841
6fdebc3d
PA
28422014-10-17 Pedro Alves <palves@redhat.com>
2843
2844 PR gdb/17472
2845 * gdb.base/annota-input-while-running.c: New file.
2846 * gdb.base/annota-input-while-running.exp: New file.
2847
32a8097b
PA
28482014-10-17 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/callfuncs.exp: emove references to osf.
2851 * gdb.base/sigall.exp: Likewise.
2852 * gdb.gdb/selftest.exp: Likewise.
2853 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2854 * gdb.mi/non-stop.c: Likewise.
2855 * gdb.mi/pthreads.c: Likewise.
2856 * gdb.reverse/sigall-precsave.exp: Likewise.
2857 * gdb.reverse/sigall-reverse.exp: Likewise.
2858 * gdb.threads/pthreads.c: Likewise.
2859 * gdb.threads/pthreads.exp: Likewise.
2860
7a3517ff
YQ
28612014-10-17 Yao Qi <yao@codesourcery.com>
2862
2863 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2864 check 'target_info exists noargs'.
2865 (test_command_prompt_position): Likewise.
2866 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2867 Remove "set args".
2868 (progvar_simple_while_test): Likewise.
2869 (progvar_complex_if_while_test): Likewise.
2870 (if_while_breakpoint_command_test): Likewise.
2871 (infrun_breakpoint_command_test): Likewise.
2872 (breakpoint_command_test): Likewise.
2873 (watchpoint_command_test): Likewise.
2874 (bp_deleted_in_command_test): Likewise.
2875 (temporary_breakpoint_commands): Likewise.
2876
bb99c472
YQ
28772014-10-16 Yao Qi <yao@codesourcery.com>
2878
2879 * gdb.base/remotetimeout.exp: Remove noargs checking.
2880
7c16b83e
PA
28812014-10-15 Pedro Alves <palves@redhat.com>
2882
2883 PR breakpoints/9649
2884 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2885 * gdb.base/breakpoint-in-ro-region.exp
2886 (probe_target_hardware_step): New procedure.
2887 (top level): Probe hardware stepping and hardware breakpoint
2888 support. Test stepping through a read-only region, with both
2889 "breakpoint auto-hw" on and off and both "always-inserted" on and
2890 off.
2891
35a49624
IB
28922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2893
2894 * gdb.dlang/demangle.exp: Update for demangling changes.
2895
2d1c107c
SC
28962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2897
2898 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2899 * gdb.cp/non-trivial-retval.exp: Add new tests.
2900
778811d5
SC
29012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2902
2903 PR c++/13403
2904 PR c++/15154
2905 * gdb.cp/non-trivial-retval.cc: New file.
2906 * gdb.cp/non-trivial-retval.exp: New file.
2907
10c5f0a8
YQ
29082014-10-15 Yao Qi <yao@codesourcery.com>
2909
2910 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2911 remote host.
2912
65d7b369
YQ
29132014-10-15 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.python/py-symbol.exp: Match file base name if host is
2916 remote, otherwise match file name with dir name.
2917 * gdb.python/py-symtab.exp: Likewise.
2918 * gdb.python/python.exp: Likewise.
2919
46dc1394
YQ
29202014-10-15 Yao Qi <yao@codesourcery.com>
2921
2922 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2923 pattern.
2924 * gdb.python/py-symtab.exp: Likewise.
2925 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2926 locationn.
2927
c40cc657
JB
29282014-10-14 Joel Brobecker <brobecker@adacore.com>
2929
2930 * gdb.ada/addr_arith: New testcase.
2931
2abf49e1
MR
29322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2933
2934 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2935 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2936 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2937 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2938
f7088df3
SDJ
29392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2940
2941 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2942 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2943 * gdb.arch/stap-eval-lang-ada.exp: New file.
2944
4dc06805
YQ
29452014-10-14 Yao Qi <yao@codesourcery.com>
2946
2947 * gdb.mi/mi-var-child.c (nothing1): New function.
2948 (nothing2): New function.
2949 (do_children_tests): Set function pointers by nothing1 and
2950 nothing2.
2951 * gdb.mi/mi-var-child.exp: Step over new added statements.
2952 Update test to match the new output.
2953 * gdb.mi/var-cmd.c (nothing1): New function.
2954 (nothing2): New function.
2955 (do_children_tests): Set function pointers by nothing1 and
2956 nothing2.
2957 * gdb.mi/mi-var-display.exp: Update test to match output.
2958 Step to the line specified by $line_dct_nothing.
2959 Increase the number of lines to step.
2960
46a93de2
YQ
29612014-10-14 Yao Qi <yao@codesourcery.com>
2962
2963 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2964 tests.
2965 * gdb.mi/mi2-var-child.exp: Likewise.
2966
14ea52ee
DE
29672014-10-13 Doug Evans <dje@google.com>
2968
2969 * gdb.python/py-objfile.exp: Change name of file name test.
2970
e5c6e92b
DE
29712014-10-13 Doug Evans <dje@google.com>
2972
2973 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2974 from the start of the CU.
2975
c780cc2f
JK
29762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2977 Yao Qi <yao@codesourcery.com>
2978
2979 Fix "save breakpoints" for "catch" command.
2980 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2981 Remove -nonewline. Match also the added "main" line.
2982
99894e11
JK
29832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 Fix "save breakpoints" for "disable $bpnum" command.
2986 * gdb.base/save-bp.c (main): Add label.
2987 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2988
6e1ac5a3
JK
29892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2992
754dd2b0
YQ
29932014-10-11 Yao Qi <yao@codesourcery.com>
2994
2995 * gdb.server/server-kill.exp: Execute command
2996 "set remote trace-status-packet on" before "tstatus".
2997
f90183d7
YQ
29982014-10-11 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3001 (main): Call getppid.
3002 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3003 and continue to it. Read variable "server_pid".
3004
bf40a607
YQ
30052014-10-11 Yao Qi <yao@codesourcery.com>
3006
3007 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3008
052ca370
YQ
30092014-10-11 Yao Qi <yao@codesourcery.com>
3010
3011 * gdb.threads/thread-find.exp: Don't execute command
3012 "info threads".
3013 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3014 * gdb.threads/linux-dp.exp: Don't check the condition
3015 $threads_created equals to zero.
3016
3831839c
PA
30172014-10-10 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/bigcore.exp: Remove references to IRIX.
3020 * gdb.base/funcargs.exp: Likewise.
3021 * gdb.base/interrupt.exp: Likewise.
3022 * gdb.base/mips_pro.exp: Likewise.
3023 * gdb.base/nodebug.exp: Likewise.
3024 * gdb.base/setvar.exp: Likewise.
3025 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3026
8b9a549d
PA
30272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3028 Pedro Alves <palves@redhat.com>
3029
3030 PR symtab/14466
3031 * gdb.base/vdso-warning.c: New file.
3032 * gdb.base/vdso-warning.exp: New file.
3033
d48ba5e8
DE
30342014-10-02 Doug Evans <dje@google.com>
3035
3036 * gdb.base/structs.c (main): Don't run forever.
3037
2278c276
PA
30382014-10-02 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3041 (top level) <stop threads 1, stop threads 2>: Use it.
3042
b57bacec
PA
30432014-10-02 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.threads/break-while-running.exp (test): Add new
3046 'update_thread_list' argument. Skip "info threads" if false.
3047 (top level): Add new 'update_thread_list' axis.
3048
13fd3ff3
PA
30492014-10-02 Pedro Alves <palves@redhat.com>
3050
3051 PR breakpoints/17431
3052 * gdb.base/execl-update-breakpoints.c: New file.
3053 * gdb.base/execl-update-breakpoints.exp: New file.
3054
0fec99e8
PA
30552014-10-01 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.base/breakpoint-in-ro-region.c: New file.
3058 * gdb.base/breakpoint-in-ro-region.exp: New file.
3059
2ddf4301
SM
30602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3061
3062 * gdb.mi/mi-exit-code.exp: New file.
3063 * gdb.mi/mi-exit-code.c: New file.
3064
6a5f3f43
YQ
30652014-09-30 Yao Qi <yao@codesourcery.com>
3066
3067 * lib/prelink-support.exp (build_executable_own_libs): Error if
3068 the target isn't native.
3069
345bcc73
YQ
30702014-09-30 Yao Qi <yao@codesourcery.com>
3071
3072 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3073 false.
3074
a25a5a45
PA
30752014-09-22 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.threads/break-while-running.exp: New file.
3078 * gdb.threads/break-while-running.c: New file.
3079
00ba3162
YQ
30802014-09-19 Yao Qi <yao@codesourcery.com>
3081
3082 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3083 Invoke test. Restart GDB with --readnow and invoke test again.
3084
c3b7b696
YQ
30852014-09-19 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3088 proc set_breakpoint_on_gcd_function. Invoke
3089 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3090 invoke set_breakpoint_on_gcd_function again.
3091
2b4fd423
DE
30922014-09-18 Doug Evans <dje@google.com>
3093
3094 * gdb.dwarf2/symtab-producer.exp: New file.
3095
a5947601
SDJ
30962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3097
3098 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3099 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3100 * gdb.base/global-var-nested-by-dso.c: Likewise.
3101 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3102
91c19059
SDJ
31032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3104 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/watch-bitfields.exp: Pass string other than test file
3107 name to prepare_for_testing.
3108 (watch): New procedure.
3109 (expect_watchpoint): Use with_test_prefix.
3110 (top level): Factor out tests to ...
3111 (test_watch_location, test_regular_watch): ... these new
3112 procedures, and use with_test_prefix and gdb_continue_to_end.
3113
bb9d5f81
PP
31142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3115
3116 PR breakpoints/12526
3117 * gdb.base/watch-bitfields.exp: New file.
3118 * gdb.base/watch-bitfields.c: New file.
3119
635856f5
PA
31202014-09-16 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3123 software and hardware addresses, not software address against
3124 itself.
3125
7280ceea
PA
31262014-09-16 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3129 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3130
428b16bd
PA
31312014-09-16 Pedro Alves <palves@redhat.com>
3132
3133 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3134 files.
3135 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3136 "*-*-vxworks*" throughout.
3137 * gdb.base/break.exp: Likewise.
3138 * gdb.base/default.exp: Likewise.
3139 * gdb.base/scope.exp: Likewise.
3140 * gdb.base/sepdebug.exp: Likewise.
3141 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3142 throughout.
3143 * gdb.base/run.c: Likewise.
3144 * gdb.base/sepdebug.c: Likewise.
3145 * gdb.hp/gdb.aCC/run.c: Likewise.
3146 * gdb.reverse/until-reverse.c: Likewise.
3147 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3148
666d413c
YQ
31492014-09-16 Yao Qi <yao@codesourcery.com>
3150
3151 * boards/local-remote-host-native.exp: New file.
3152
57cbd724
DE
31532014-09-14 Doug Evans <xdje42@gmail.com>
3154
3155 * gdb.threads/queue-signal.c (thread_count): New variable.
3156 (thread_count_mutex, thread_count_condvar): New variables.
3157 (incr_thread_count, wait_all_threads_running): New functions.
3158 (main): Wait for all threads to be in their thread functions.
3159
81219e53
DE
31602014-09-13 Doug Evans <xdje42@gmail.com>
3161
3162 * gdb.threads/queue-signal.c: New file.
3163 * gdb.threads/queue-signal.exp: New file.
3164
3714cea7
DE
31652014-09-13 Doug Evans <xdje42@gmail.com>
3166
3167 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3168 be consistent with what default_gdb_init uses.
3169 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3170 the plain text of the prompt. Add some logging printfs.
3171 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3172
fa43b1d7
PA
31732014-09-12 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3176 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3177 * gdb.arch/i386-size-overlap.exp: Likewise.
3178 * gdb.arch/i386-size.exp: Likewise.
3179 * gdb.arch/i386-unwind.exp: Likewise.
3180 * gdb.base/a2-run.exp: Likewise.
3181 * gdb.base/break.exp: Likewise.
3182 * gdb.base/charset.exp: Likewise.
3183 * gdb.base/chng-syms.exp: Likewise.
3184 * gdb.base/commands.exp: Likewise.
3185 * gdb.base/dbx.exp: Likewise.
3186 * gdb.base/find.exp: Likewise.
3187 * gdb.base/funcargs.exp: Likewise.
3188 * gdb.base/jit-simple.exp: Likewise.
3189 * gdb.base/reread.exp: Likewise.
3190 * gdb.base/sepdebug.exp: Likewise.
3191 * gdb.base/step-bt.exp: Likewise.
3192 * gdb.cp/mb-inline.exp: Likewise.
3193 * gdb.cp/mb-templates.exp: Likewise.
3194 * gdb.objc/basicclass.exp: Likewise.
3195 * gdb.threads/killed.exp: Likewise.
3196
9d9bf2df
EBM
31972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3198
3199 PR tdep/17379
3200 * gdb.arch/powerpc-stackless.S: New file.
3201 * gdb.arch/powerpc-stackless.exp: New file.
3202
1cf2f1b0
JK
32032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3204
3205 * gdb.base/attach.c: Include unistd.h.
3206 (main): Call alarm. Add label postloop.
3207 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3208 gdb_breakpoint, gdb_continue_to_breakpoint.
3209 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3210
98880d46
PA
32112014-09-11 Pedro Alves <palves@redhat.com>
3212
3213 PR gdb/17347
3214 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3215 * gdb.base/attach.exp (test_command_line_attach_run): New
3216 procedure.
3217 (top level): Call it.
3218
4c92ff2c
PA
32192014-09-11 Pedro Alves <palves@redhat.com>
3220
3221 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3222 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3223 (do_command_attach_tests): Use spawn_wait_for_attach.
3224 * gdb.base/solib-overlap.exp: Likewise.
3225 * gdb.multi/multi-attach.exp: Likewise.
3226 * gdb.python/py-prompt.exp: Likewise.
3227 * gdb.python/py-sync-interp.exp: Likewise.
3228 * gdb.server/ext-attach.exp: Likewise.
3229
3adc1a7d
GKB
32302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3231
3232 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3233 command in testcase. Simplify testcase.
3234
96334934
JB
32352014-09-10 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3238
eb479039
JB
32392014-09-10 Joel Brobecker <brobecker@adacore.com>
3240
3241 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3242
deede10c
JB
32432014-09-10 Joel Brobecker <brobecker@adacore.com>
3244
3245 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3246
7828a5f5
JB
32472014-09-10 Joel Brobecker <brobecker@adacore.com>
3248
3249 * gdb.dwarf2/dynarr-ptr.c: New file.
3250 * gdb.dwarf2/dynarr-ptr.exp: New file.
3251
33aeebcf
MR
32522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3253
3254 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3255 of 30 rather than hardcoding 120 for a slow test case. Take the
3256 `gdb,timeout' target setting into account for this calculation.
3257 Don't extend the timeout for the test cases that don't need it.
3258
7b415901
MR
32592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3260
3261 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3262 a factor of 2 for a slow test case. Take the `gdb,timeout'
3263 target setting into account for this calculation.
3264 * gdb.reverse/until-precsave.exp: Increase the timeout by
3265 a factor of 15 and 3 respectively rather than adding 120
3266 for a pair of slow test cases. Take the `gdb,timeout'
3267 target setting into account for this calculation.
3268
4a40f85a
MR
32692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3270
3271 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3272 timeout, don't pass one down to gdb_expect.
3273 (gdb_expect): Rework timeout selection.
3274
09635af7
MR
32752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3276
3277 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3278 exception on timeout.
3279 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3280 (gdbserver_start_extended): Catch any `gdbserver_start' error
3281 exceptions.
3282 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3283 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3284 `gdbserver_gdb_load' error exceptions.
3285
2bdd10b7
MR
32862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3287
3288 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3289 120 on waiting for the TCP socket to open.
3290
316935f0
DE
32912014-09-09 Doug Evans <xdje42@gmail.com>
3292
3293 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3294 _caller_matches, _any_caller_is, _any_caller_matches.
3295
83740597
DE
32962014-09-09 Doug Evans <xdje42@gmail.com>
3297
3298 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3299
4c122fc3
YQ
33002014-09-09 Yao Qi <yao@codesourcery.com>
3301
3302 * gdb.mi/mi-var-display.exp: Set print symbol off.
3303
a9f116cb
GKB
33042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3305
3306 PR gdb/17035
3307 * gdb.base/commands.exp: Add tests to verify user-defined
3308 commands with empty bodies.
3309 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3310 python commands in `show user command`.
3311 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3312 scheme commands in `show user command`.
3313
c75bd3a2
JK
33142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 PR python/17355
3317 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3318 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3319 * gdb.python/py-framefilter-invalidarg.exp: New file.
3320 * gdb.python/py-framefilter-invalidarg.py: New file.
3321
faa42425
DE
33222014-09-06 Doug Evans <xdje42@gmail.com>
3323
3324 PR 15276
3325 * gdb.python/py-caller-is.c: New file.
3326 * gdb.python/py-caller-is.exp: New file.
3327
474ca4f6
SDJ
33282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3329
3330 PR gdb/17235
3331 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3332 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3333
eb0b0463
SDJ
33342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3335
3336 PR fortran/17237
3337 * gdb.fortran/print-formatted.exp: New file.
3338 * gdb.fortran/print-formatted.f90: Likewise.
3339
5f3b99cf
SS
33402014-09-03 Sasha Smundak <asmundak@google.com>
3341
3342 * gdb.python/py-frame.exp: Test Frame.read_register.
3343
7d793aa9
SDJ
33442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3345
3346 PR python/16699
3347 * gdb.python/py-completion.exp: New file.
3348 * gdb.python/py-completion.py: Likewise.
3349
fb0576e9
DE
33502014-08-28 Doug Evans <dje@google.com>
3351
3352 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3353 eax,etc. are live with values set by gdb and thus the compiler can't
3354 use them.
3355 * gdb.arch/i386-pseudo.c (main): Ditto.
3356
ee92b0dd
DE
33572014-08-27 Doug Evans <dje@google.com>
3358
3359 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3360
6649db35
DE
33612014-08-25 Doug Evans <dje@google.com>
3362
3363 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3364 (main): Ditto.
3365
564b7600
DE
33662014-08-25 Doug Evans <dje@google.com>
3367
3368 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3369
3881fb67
YQ
33702014-08-24 Yao Qi <yao@codesourcery.com>
3371
3372 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3373 symbol off.
3374 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3375
a05a36a5
DE
33762014-08-22 Doug Evans <dje@google.com>
3377
3378 PR 17276
3379 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3380 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3381 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3382
7c343b48
YQ
33832014-08-22 Yao Qi <yao@codesourcery.com>
3384
3385 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3386 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3387 * gdb.python/python.exp: Likewise. Use .py file on the host
3388 instead of the build.
3389
22fd09ae
JK
33902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 * gdb.threads/gcore-stale-thread.c: New file.
3393 * gdb.threads/gcore-stale-thread.exp: New file.
3394
a8454a7c
PA
33952014-08-21 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3398 * gdb.base/gcore-relro-pie.exp: Likewise.
3399 * gdb.base/gcore-relro.exp: Likewise.
3400 * gdb.base/gcore.exp: Likewise.
3401 * gdb.base/print-symbol-loading.exp: Likewise.
3402 * gdb.threads/gcore-thread.exp: Likewise.
3403 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3404
2a31c623
PA
34052014-08-20 Pedro Alves <palves@redhat.com>
3406 Jan Kratochvil <jan.kratochvil@redhat.com>
3407
3408 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3409 configure.
3410 (EXPECT): Handle READ1 being set.
3411 (all): Depend on EXTRA_RULES.
3412 (check-read1, expect-read1, read1.so, read1): New rules.
3413 * README (Testsuite Parameters): Document the READ1 make variable.
3414 (Race detection): New section.
3415 * configure: Regenerate.
3416 * configure.ac: If build==host==target, and running under a
3417 GNU/glibc system, add read1 to the extra Makefile rules.
3418 (EXTRA_RULES): AC_SUBST it.
3419 * lib/read1.c: New file.
3420
d36430db
JB
34212014-08-20 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3424 the handling of variables declared as a typedef to an array
3425 which a DW_AT_data_location attribute.
3426
9a0dc9e3
PA
34272014-08-19 Andrew Burgess <aburgess@broadcom.com>
3428 Pedro Alves <palves@redhat.com>
3429
3430 PR symtab/14604
3431 PR symtab/14605
3432 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3433 gdb_test.
3434
0718a8da
PA
34352014-08-19 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3438
13b448cd
YQ
34392014-08-19 Yao Qi <yao@codesourcery.com>
3440
3441 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3442 right line.
3443
1cbf5077
DB
34442014-08-18 David Blaikie <dblaikie@gmail.com>
3445
3446 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3447
bf0fae19
JB
34482014-08-18 Joel Brobecker <brobecker@adacore.com>
3449
3450 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3451 attribute in array range.
3452
3c8c5dcc
JB
34532014-08-18 Joel Brobecker <brobecker@adacore.com>
3454
3455 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3456
e66d4446
SC
34572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3458
3459 PR c++/17132
3460 * gdb.cp/pr17132.cc: New file.
3461 * gdb.cp/pr17132.exp: New file.
3462
940df408
SC
34632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3464
3465 * gdb.python/py-xmethods.py (A_getarrayind)
3466 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3467 Use 'print' with function call syntax.
3468 (E_method_matcher.match): Fix tab vs space indentation mixup.
3469
ebcc6c3a
YQ
34702014-08-15 Yao Qi <yao@codesourcery.com>
3471
3472 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3473 false.
3474
775e0f04
YQ
34752014-08-15 Yao Qi <yao@codesourcery.com>
3476
3477 * gdb.cp/casts.exp: Set print symbol off.
3478 * gdb.cp/class2.exp: Likewise.
3479 * gdb.cp/overload.exp: Likewise.
3480 * gdb.cp/templates.exp: Likewise.
3481
d769e349
DE
34822014-08-11 Doug Evans <dje@google.com>
3483
3484 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3485 (test_load_shlib): Update.
3486
20c6f1e1
YQ
34872014-08-09 Yao Qi <yao@codesourcery.com>
3488
3489 * gdb.base/display.exp: Invoke is_address_zero_readable.
3490 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3491 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3492 * gdb.base/hbreak-unmapped.exp: Return if
3493 is_address_zero_readable returns true.
3494 * gdb.base/signest.exp: Likewise.
3495 * gdb.base/signull.exp: Likewise.
3496 * gdb.base/sigbpt.exp: Likewise.
3497 * gdb.guile/scm-disasm.exp: Do the test if
3498 is_address_zero_readable returns false.
3499 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3500 * gdb.python/py-arch.exp: Likewise.
3501 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3502 * lib/gdb.exp (is_address_zero_readable): New proc.
3503
5792e8e3
YQ
35042014-08-09 Yao Qi <yao@codesourcery.com>
3505
3506 PR testsuite/13443
3507 * gdb.mi/mi-var-display.exp: Make test messages unique.
3508
3cecbbbe
TT
35092014-08-04 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3512 target 0".
3513
00b51ff5
TT
35142014-08-04 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3517 "target_resume".
3518
6908c509
JB
35192014-08-01 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3522 inner_vla_struct_object_size.
3523 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3524 as xfail.
3525
cc6563d2
PA
35262014-07-30 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3529 comment.
3530
7e09a223
YQ
35312014-07-29 Yao Qi <yao@codesourcery.com>
3532
3533 PR gdb/17206
3534 * gdb.base/until-nodebug.exp: New.
3535
7ebdbe92
DE
35362014-07-28 Doug Evans <xdje42@gmail.com>
3537
3538 PR guile/17203
3539 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3540 previously existing parameter, and previously ambiguously spelled
3541 parameter.
3542
fdb1adc6
WN
35432014-07-28 Will Newton <will.newton@linaro.org>
3544
3545 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3546
186fcde0
DE
35472014-07-26 Ludovic Courtès <ludo@gnu.org>
3548 Doug Evans <xdje42@gmail.com>
3549
3550 PR guile/17146
3551 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3552
70509625
PA
35532014-07-25 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.threads/signal-command-handle-nopass.c: New file.
3556 * gdb.threads/signal-command-handle-nopass.exp: New file.
3557 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3558 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3559 * gdb.threads/signal-delivered-right-thread.c: New file.
3560 * gdb.threads/signal-delivered-right-thread.exp: New file.
3561
c3f814a1
PA
35622014-07-25 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/double-prompt-target-event-error.exp
3565 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3566 match.
3567 (cancel_pagination_in_target_event): Rework double prompt
3568 detection.
3569 * gdb.base/paginate-after-ctrl-c-running.exp
3570 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3571 <return>' match.
3572 * gdb.base/paginate-bg-execution.exp
3573 (test_bg_execution_pagination_return)
3574 (test_bg_execution_pagination_cancel): Remove '-notransfer
3575 <return>' matches.
3576 * gdb.base/paginate-execution-startup.exp
3577 (test_fg_execution_pagination_return)
3578 (test_fg_execution_pagination_cancel): Remove '-notransfer
3579 <return>' matches.
3580 * gdb.base/paginate-inferior-exit.exp
3581 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3582 match.
3583 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3584 * lib/gdb.exp (pagination_prompt): Run text through
3585 string_to_regexp.
3586 (gdb_test_multiple): Match $pagination_prompt instead of
3587 "<return>".
3588 (string_to_regexp): Move to lib/gdb-utils.exp.
3589
e214cf6c
JK
35902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3591
3592 * gdb.arch/amd64-entry-value-paramref.S: New file.
3593 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3594 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3595 * gdb.arch/amd64-optimout-repeat.S: New file.
3596 * gdb.arch/amd64-optimout-repeat.c: New file.
3597 * gdb.arch/amd64-optimout-repeat.exp: New file.
3598
17d0c5c8
JK
35992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 PR gdb/17170
3602 * gdb.base/statistics.exp: New file.
3603
b8b8facf
DE
36042014-07-17 Doug Evans <dje@google.com>
3605
74b49205 3606 PR gdb/17170
b8b8facf
DE
3607 * gdb.base/maint.exp: Update testing of per-command stats.
3608
1b5d0ab3
PA
36092014-07-16 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3612 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3613 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3614 (tfile_write_buf): New functions.
3615 (add_memory_block): Rewrite using the above.
3616 (adjust_function_address): New function.
3617 (FUNCTION_ADDRESS): New macro.
3618 (write_basic_trace_file): Remove short_x local, and use
3619 tfile_write_16. Change type of func_addr local to unsigned long
3620 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3621 here. Cast argument of add_memory_block to char pointer.
3622 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3623 (main): Remove parameters.
3624 * gdb.trace/tfile.exp: Remove nowarnings.
3625
4d974e88
SM
36262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 * gdb.base/debug-expr.exp: Test string evaluation with
3629 "debug expression" on.
3630
41e99568
PA
36312014-07-15 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.base/reread.exp: Use clean_restart.
3634
487d9753
PL
36352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3636
3637 * gdb.arch/avr-flash-qualifer.c: New.
3638 * gdb.arch/avr-flash-qualifer.exp: New.
3639
cc1c52ad
PA
36402014-07-14 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3643 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3644
1e973570
PA
36452014-07-14 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.base/double-prompt-target-event-error.c: New file.
3648 * gdb.base/double-prompt-target-event-error.exp: New file.
3649
93d6eb10
PA
36502014-07-14 Pedro Alves <palves@redhat.com>
3651
3652 PR gdb/17072
3653 * gdb.base/paginate-inferior-exit.c: New file.
3654 * gdb.base/paginate-inferior-exit.exp: New file.
3655
0017922d
PA
36562014-07-14 Pedro Alves <palves@redhat.com>
3657
3658 PR gdb/17072
3659 * gdb.base/paginate-bg-execution.c: New file.
3660 * gdb.base/paginate-bg-execution.exp: New file.
3661
94696ad3
PA
36622014-07-14 Pedro Alves <palves@redhat.com>
3663
3664 PR gdb/17072
3665 * gdb.base/paginate-execution-startup.c: New file.
3666 * gdb.base/paginate-execution-startup.exp: New file.
3667 * lib/gdb.exp (pagination_prompt): New global.
3668 (default_gdb_spawn): New procedure, factored out from
3669 default_gdb_spawn.
3670 (default_gdb_start): Adjust to call default_gdb_spawn.
3671 (gdb_spawn): New procedure.
3672
bd293940
PA
36732014-07-14 Pedro Alves <palves@redhat.com>
3674
3675 * lib/gdb.exp (gdb_assert): New procedure.
3676 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3677
c933f875
PA
36782014-07-14 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.base/execution-termios.c: New file.
3681 * gdb.base/execution-termios.exp: New file.
3682
d98b7a16
TT
36832014-07-14 Tom Tromey <tromey@redhat.com>
3684
3685 * gdb.cp/vla-cxx.cc: New file.
3686 * gdb.cp/vla-cxx.exp: New file.
3687
548740d6
TT
36882014-07-14 Tom Tromey <tromey@redhat.com>
3689
3690 * gdb.reverse/rerun-prec.c: New file.
3691 * gdb.reverse/rerun-prec.exp: New file.
3692
a25eb028
MR
36932014-07-12 Maciej W. Rozycki <macro@mips.com>
3694 Maciej W. Rozycki <macro@codesourcery.com>
3695
3696 * lib/gdb-utils.exp: New file.
3697 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3698 inline `gdb_init_command' processing.
3699 (gdb_start_cmd): Likewise.
3700 * lib/mi-support.exp (mi_run_cmd): Likewise.
3701 * README: Document `gdb_init_command' and `gdb_init_commands'.
3702
218c2655
JK
37032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3704
3705 Fix false FAIL running under a very long directory name.
3706 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3707 and "set print elements 10000". Twice.
3708
5401fde3
YQ
37092014-07-11 Yao Qi <yao@codesourcery.com>
3710
3711 * gdb.base/exprs.exp: "set print symbol off".
3712
e76126e8
PA
37132014-07-11 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.threads/kill.c: New file.
3716 * gdb.threads/kill.exp: New file.
3717
2d6f0de6
YQ
37182014-07-10 Yao Qi <yao@codesourcery.com>
3719
3720 * gdb.trace/tfile.c (write_basic_trace_file)
3721 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3722 address written to trace file.
3723
7180e04a
PA
37242014-07-09 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.base/attach-wait-input.exp: New file.
3727 * gdb.base/attach-wait-input.c: New file.
3728
9a9a7608
AB
37292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3730
3731 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3732 setting up test structures.
3733 (main): Call new test function.
3734 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3735 test function, continue into test function and walk test
3736 structures.
3737
161ac41e
YQ
37382014-07-02 Yao Qi <yao@codesourcery.com>
3739
3740 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3741 'bar_start' at the beginning of functions 'foo' and 'bar'
3742 respectively.
3743 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3744 instead of 'foo' and 'bar'.
3745
1f267ae3
MM
37462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3747
3748 * gdb.btrace/segv.exp: New.
3749 * gdb.btrace/segv.c: New.
3750
2b239efb
LM
37512014-07-02 Luis Machado <lgustavo@codesourcery.com>
3752
3753 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3754 instruction.
3755
cf363f18
MW
37562014-06-30 Mark Wielaard <mjw@redhat.com>
3757
3758 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3759 vulture, vilify, villar): New volatile array constants.
3760 (vindictive, vegetation): New const volatile array constants.
3761 * gdb.base/volatile.exp: Test volatile and const volatile array
3762 types.
3763
aebf9d24
AA
37642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3765
3766 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3767 target lacks support for awatch, rwatch, or hbreak.
3768
b67a2c6f
YQ
37692014-06-27 Yao Qi <yao@codesourcery.com>
3770
3771 * gdb.multi/dummy-frame-restore.exp: New.
3772 * gdb.multi/dummy-frame-restore.c: New.
3773
aef92902
MM
37742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3775
3776 * gdb.btrace/gcore.exp: New.
3777
8e9db26e
PA
37782014-06-23 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.base/watchpoint-reuse-slot.c: New file.
3781 * gdb.base/watchpoint-reuse-slot.exp: New file.
3782
70afc5b7
SC
37832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3784
3785 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3786 progspace's filename in 'info', 'enable' and 'disable' command
3787 tests.
3788
b972bd9c
JK
37892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3790
3791 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3792 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3793 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3794
125f8a3d
GB
37952014-06-20 Gary Benson <gbenson@redhat.com>
3796
3797 * gdb.arch/i386-avx.exp: Fix include file location.
3798 * gdb.arch/i386-sse.exp: Likewise.
3799
3ed9baed
IB
38002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3801
3802 * gdb.dlang/expression.exp: New file.
3803
034f788c
PA
38042014-06-19 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3807 out from ...
3808 (top level): ... here. Iterate running tests under different
3809 scheduler-locking settings.
3810
45371d0c
LM
38112014-06-18 Luis Machado <lgustavo@codesourcery.com>
3812
3813 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3814 to DW_FORM_addr and use non-zero addresses.
3815
5d376983
SC
38162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3817
3818 PR gdb/17017
3819 * gdb.python/py-xmethods.cc: Add global function call counters and
3820 increment them in their respective functions. Remove "cout"
3821 statements.
3822 * gdb.python/py-xmethods.exp: Make tests check the global function
3823 call counters instead of depending on inferior IO.
3824
a1aa2221
LM
38252014-06-18 Don Breazeal <donb@codesourcery.com>
3826
3827 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3828 Deleted procedure.
3829 (explicit_fork_parent_follow): Deleted procedure.
3830 (explicit_fork_child_follow): Deleted procedure.
3831 (test_follow_fork): New procedure.
3832 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3833 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3834 procedure calls.
3835
0fc05997
YQ
38362014-06-17 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3839 CP1252.
3840
70795c52
LM
38412014-06-17 Luis Machado <lgustavo@codesourcery.com>
3842
3843 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3844 Initialize ptr and S explicitly.
3845 (skip_type_update_when_not_use_rtti_test): Likewise.
3846
6be47f0c
KS
38472014-06-16 Keith Seitz <keiths@redhat.com>
3848
3849 PR mi/15863
3850 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3851 the inferior is started.
3852
d03de421
PA
38532014-06-16 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/break-main-file-remove-fail.c: New file.
3856 * gdb.base/break-main-file-remove-fail.exp: New file.
3857 * gdb.base/break-unload-file.exp: Use build_executable instead of
3858 prepare_for_testing.
3859 (test_break): New parameter "initial_load". Handle it.
3860 (top level): Add initial_load cmdline/file axis.
3861
f9579b99
TT
38622014-06-12 Tom Tromey <tromey@redhat.com>
3863
3864 * gdb.base/completion.exp: Don't use directory name in test.
3865
3657956b
GB
38662014-06-09 Gary Benson <gbenson@redhat.com>
3867
3868 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3869 separate the always-available ANSI-standard signals from the
3870 signals that require checking.
3871 (main): Likewise.
3872 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3873 Likewise.
3874 (main): Likewise.
3875
4186eb54
KS
38762014-06-07 Keith Seitz <keiths@redhat.com>
3877
3878 Revert:
3879 PR c++/16253
3880 * gdb.cp/var-tag.cc: New file.
3881 * gdb.cp/var-tag.exp: New file.
3882 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3883 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3884 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3885 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3886
25326a28 38872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3888
3889 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3890
829155c9
PA
38912014-06-06 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3894 in target debug output instead of looking at RSP packets,
3895 disabling the test on any target that uses hardware stepping.
3896 Update comments.
3897
61c8d22e
PA
38982014-06-06 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.base/break-unload-file.exp: Fix typo.
3901
d9a47287
YQ
39022014-06-06 Yao Qi <yao@codesourcery.com>
3903
3904 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3905 from "jit_function" to "^jit_function".
3906
e5e01dbf
YQ
39072014-06-06 Yao Qi <yao@codesourcery.com>
3908
3909 * gdb.base/async.c (foo): Add one statement.
3910 * gdb.base/async.exp: Get the next instruction address and
3911 match the output of "nexti" by instruction address. Match
3912 the hex address in the output of "finish".
3913
73ba372c
GB
39142014-06-06 Gary Benson <gbenson@redhat.com>
3915
3916 * gdb.base/call-signals.c: Remove preprocessor conditionals
3917 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3918 SIGSEGV and SIGTERM.
3919 * gdb.base/sigall.c: Likewise.
3920 * gdb.base/unwindonsignal.c: Likewise.
3921 * gdb.reverse/sigall-reverse.c: Likewise.
3922
831517df
YQ
39232014-06-06 Yao Qi <yao@codesourcery.com>
3924
3925 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3926 readable, skip the test.
3927
b8b91e98
YQ
39282014-06-06 Yao Qi <yao@codesourcery.com>
3929
3930 * gdb.threads/staticthreads.c (thread_function): Move the line
3931 setting breakpoint on forward.
3932 * gdb.threads/staticthreads.exp: Update comments.
3933
fb934770
LC
39342014-06-05 Ludovic Courtès <ludo@gnu.org>
3935
3936 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3937 "history-append! type error".
3938
6ef284bd
SM
39392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3940
3941 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3942 erroneous dprintf expected input.
3943
a872e241
DE
39442014-06-04 Doug Evans <xdje42@gmail.com>
3945
3946 * gdb.guile/scm-generics.exp: Delete.
3947
16f691fb
DE
39482014-06-04 Doug Evans <xdje42@gmail.com>
3949
3950 * gdb.guile/scm-breakpoint.exp: Update.
3951 Add tests for breakpoint registration.
3952
012370f6
TT
39532014-06-04 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3956 VLA-in-union.
3957 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3958 inner_vla_struct, vla_union types. Initialize objects of those
3959 types and compute their sizes.
3960
9f5a4cef
HZ
39612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3962 Hui Zhu <hui@codesourcery.com>
3963
3964 * gdb.base/fileio.exp: Add test for shell not available as well as
3965 available.
3966 * gdb.base/fileio.c (test_system): Check for shell twice.
3967
90a45c4d
YQ
39682014-06-04 Yao Qi <yao@codesourcery.com>
3969
3970 * gdb.base/auto-connect-native-target.exp: Remove redundant
3971 space from the regexp pattern.
3972
70017e41
YQ
39732014-06-04 Yao Qi <yao@codesourcery.com>
3974
3975 * gdb.base/default.exp: Replace "child" with "native" in
3976 regexp pattern.
3977
883964a7
SC
39782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3979
3980 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3981 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3982 * gdb.python/py-xmethods.py: Python script supporting the
3983 new testcase and tests.
3984
ef370185
JB
39852014-06-03 Joel Brobecker <brobecker@adacore.com>
3986 Pedro Alves <palves@redhat.com>
3987
3988 PR breakpoints/17000
3989 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3990 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3991
1e2ccb61
BM
39922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3993
3994 * gdb.base/subst.exp: Add tests to verify partial path matching
3995 output.
3996
c6ec5ab2
PA
39972014-06-03 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4000 target that doesn't use software single-stepping.
4001
835c559f
PA
40022014-06-03 Pedro Alves <palves@redhat.com>
4003
4004 PR breakpoints/17000
4005 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4006 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4007
06eb1586
DE
40082014-06-02 Doug Evans <xdje42@gmail.com>
4009
4010 * gdb.guile/scm-parameter.exp: New file.
4011
e698b8c4
DE
40122014-06-02 Doug Evans <xdje42@gmail.com>
4013
4014 * gdb.guile/scm-cmd.c: New file.
4015 * gdb.guile/scm-cmd.exp: New file.
4016
ded03782
DE
40172014-06-02 Doug Evans <xdje42@gmail.com>
4018
4019 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4020 pretty-printer lookup.
4021 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4022 (make-pp_s-printer): Call it.
4023 (make-pretty-printer-from-dict): New function.
4024 (lookup-pretty-printer-maker-from-dict): New function.
4025 (*pretty-printer*): Simplify.
4026 (make-objfile-pp_s-printer): New function.
4027 (install-objfile-pretty-printers!): New function.
4028 (make-progspace-pp_s-printer): New function.
4029 (install-progspace-pretty-printers!): New function.
4030 * gdb.guile/scm-progspace.c: New file.
4031 * gdb.guile/scm-progspace.exp: New file.
4032
41fac0cf
PA
40332014-06-02 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/dprintf-bp-same-addr.c: New file.
4036 * gdb.base/dprintf-bp-same-addr.exp: New file.
4037
96ae5695
EBM
40382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4039
4040 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4041 * gdb.arch/powerpc-power.s: Likewise.
4042
da02b3a8
JB
40432014-06-02 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4046
c72b2e7b
YQ
40472014-06-01 Yao Qi <yao@codesourcery.com>
4048
4049 * gdb.base/watchpoint.exp (test_watch_location): Check null
4050 pointer can be dereferenced. If not, do the test, otherwise
4051 skip it.
4052
53e8a631
AB
40532014-05-30 Andrew Burgess <aburgess@broadcom.com>
4054
4055 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4056 results.
4057 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4058
938f0e2f
AB
40592014-05-30 Andrew Burgess <aburgess@broadcom.com>
4060
4061 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4062 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4063 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4064 * gdb.arch/amd64-invalid-stack-top.c: New file.
4065 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4066
9ba6657a
PA
40672014-05-30 Pedro Alves <palves@redhat.com>
4068
4069 PR breakpoints/17000
4070 * gdb.base/sss-bp-on-user-bp.c: New file.
4071 * gdb.base/sss-bp-on-user-bp.exp: New file.
4072
522c09bf
DB
40732014-05-30 David Blaikie <dblaikie@gmail.com>
4074
4075 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4076 gnu_inline semantics via attribute.
4077 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4078 source explicitly specifies the required semantics.
4079
bf4ef81e
MR
40802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4081
4082 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4083
329ea579
PA
40842014-05-29 Pedro Alves <palves@redhat.com>
4085 Tom Tromey <tromey@redhat.com>
4086
4087 * gdb.base/async-shell.exp: Don't enable target-async.
4088 * gdb.base/async.exp
4089 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4090 parameter. Adjust.
4091 (top level): Don't test with "target-async".
4092 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4093 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4094 * gdb.base/inferior-died.exp: Don't enable target-async.
4095 * gdb.base/interrupt-noterm.exp: Likewise.
4096 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4097 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4098 * gdb.mi/mi-nonstop.exp: Likewise.
4099 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4100 * gdb.mi/mi-nsintrall.exp: Likewise.
4101 * gdb.mi/mi-nsmoribund.exp: Likewise.
4102 * gdb.mi/mi-nsthrexec.exp: Likewise.
4103 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4104 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4105 * gdb.python/py-evsignal.exp: Don't enable target-async.
4106 * gdb.python/py-evthreads.exp: Likewise.
4107 * gdb.python/py-prompt.exp: Likewise.
4108 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4109 * gdb.server/solib-list.exp: Don't enable target-async.
4110 * gdb.threads/thread-specific-bp.exp: Likewise.
4111 * lib/mi-support.exp: Adjust to use mi-async.
4112
fd664c91
PA
41132014-05-29 Pedro Alves <palves@redhat.com>
4114
4115 PR gdb/13860
4116 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4117 reason, even in sync mode.
4118
251bde03
PA
41192014-05-29 Pedro Alves <palves@redhat.com>
4120 Hui Zhu <hui@codesourcery.com>
4121
4122 PR PR15693
4123 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4124 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4125 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4126 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4127
7f3c0343
JB
41282014-05-28 Joel Brobecker <brobecker@adacore.com>
4129
4130 * config/monitor.exp (gdb_target_monitor): Replace use of
4131 "set remotebaud" by "set serial baud".
4132
b2715b27
AW
41332014-05-26 Andy Wingo <wingo@igalia.com>
4134
4135 * gdb.guile/scm-breakpoint.exp:
4136 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4137 properties instead of gdb-object-properties.
4138
498a4489
YQ
41392014-05-26 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.server/no-thread-db.exp: Specify source file name
4142 explicitly when setting a breakpoint.
4143
589fdceb
MM
41442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4145
4146 * gdb.btrace/vdso.c: New.
4147 * gdb.btrace/vdso.exp: New.
4148
e9089e05
MM
41492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4150
4151 * gdb.base/gcore.exp (capture_command_output): Move ...
4152 * lib/gdb.exp (capture_command_output): ... here.
4153
67b5c0c1
MM
41542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4155
4156 * gdb.btrace/data.exp: Test memory access during btrace replay.
4157
a2199296
SM
41582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4159
4160 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4161
17b2616c
PA
41622014-05-21 Pedro Alves <palves@redhat.com>
4163
4164 PR gdb/13860
4165 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4166 (top level): Test that output related to execution commands is
4167 sent to the console with CLI commands, but not with MI commands.
4168 Test that breakpoint events are always mirrored to the console.
4169 Also expect the new source line to be output after a "next" in
4170 async mode too. Make it a pass/fail test.
4171 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4172 output.
4173 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4174
5166082f
PA
41752014-05-21 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4178 Use them to test variations of "list" after reaching a breakpoint.
4179 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4180 Test "list" with listsize 10 after reaching a breakpoint.
4181 * gdb.python/python.exp (decode_line current location line
4182 number): Adjust expected line number.
4183
2f25d70f
SM
41842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4185
4186 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4187 behavior for $args, pass it directly to "run".
4188
ff604a67
MR
41892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4190
4191 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4192 30000 to 65536.
4193
6a3cb8e8
PA
41942014-05-21 Pedro Alves <palves@redhat.com>
4195
4196 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4197 auto-connect-native-target off".
4198 * gdb.base/auto-connect-native-target.c: New file.
4199 * gdb.base/auto-connect-native-target.exp: New file.
4200
4ebfc96e
PA
42012014-05-21 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/default.exp: Test "target native" instead of "target
4204 child".
4205
36d46afb
MW
42062014-05-21 Mark Wielaard <mjw@redhat.com>
4207
4208 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4209
5876f503
JK
42102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 Fix TLS access for -static -pthread.
4213 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4214 <HAVE_TLS> (thread_function, main): Initialize it.
4215 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4216 Add clean_restart.
4217 <$have_tls != "">: Check TLSVAR.
4218
0256a6ac
PA
42192014-05-21 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/dcache-line-read-error.c: New.
4222 * gdb.base/dcache-line-read-error.exp: New.
4223
936d2992
PA
42242014-05-20 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/compare-sections.c: New file.
4227 * gdb.base/compare-sections.exp: New file.
4228
802e8e6d
PA
42292014-05-20 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.base/break-idempotent.c: New file.
4232 * gdb.base/break-idempotent.exp: New file.
4233
e59fa00f
MM
42342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4235
4236 * gdb.btrace/nohist.exp: New.
4237
8b696e31
YQ
42382014-05-20 Yao Qi <yao@codesourcery.com>
4239
4240 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4241 gdb.reverse directory and gdb_reverse_timeout exists in board
4242 setting.
4243 * README: Document gdb_reverse_timeout.
4244
73c9764f
YQ
42452014-05-20 Yao Qi <yao@codesourcery.com>
4246
4247 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4248 'test_file_name'. Treat args as a string instead of a list.
4249 (gdb_init): Rename argument 'args' by 'test_file_name'.
4250
f1f4348a
JK
42512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 * gdb.arch/powerpc-power.exp: New file.
4254 * gdb.arch/powerpc-power.s: New file.
4255
0dbe70ce
DE
42562014-05-16 Doug Evans <dje@google.com>
4257
4258 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4259 * gdb.base/completion.exp: Check that all expected files exist
4260 before doing file completion.
0dbe70ce 4261
8d551b02
DE
42622014-05-16 Doug Evans <dje@google.com>
4263
4264 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4265 Update.
4266 (do_syscall_tests_without_xml): Update.
4267
73eb7709
PA
42682014-05-16 Pedro Alves <palves@redhat.com>
4269
4270 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4271 instead of "unknown output after running".
4272
3fae92fc
YQ
42732014-05-16 Yao Qi <yao@codesourcery.com>
4274
4275 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4276 file1.txt from host at the end.
4277 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4278
c2b2ccc5
DE
42792014-05-15 Doug Evans <dje@google.com>
4280
4281 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4282 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4283 loading file. Add test for TU lookup.
4284
8c217a4b
SM
42852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4288 calling "-exec-arguments" or "set args" before running the
4289 inferior.
4290
3deb39c6
SM
42912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4292
4293 * lib/mi-support.exp (mi_expect_stop): Expect message for
4294 inferiors that exit with non-zero exit code.
4295
71a79f8c
YQ
42962014-05-14 Yao Qi <yao@codesourcery.com>
4297
4298 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4299 match absolute path on remote host.
4300 (test_file_list_exec_source_files): Remove "/" from the
4301 pattern.
4302
f23fcd46
YQ
43032014-05-14 Yao Qi <yao@codesourcery.com>
4304
4305 * boards/local-remote-host-notty.exp (${board}_file): New
4306 proc.
4307
9404b58f
KM
43082014-05-07 Kyle McMartin <kyle@redhat.com>
4309
4310 Pushed by Joel Brobecker <brobecker@adacore.com>.
4311 * gdb.arch/aarch64-atomic-inst.c: New file.
4312 * gdb.arch/aarch64-atomic-inst.exp: New file.
4313
5e45f04c
YQ
43142014-05-07 Yao Qi <yao@codesourcery.com>
4315
4316 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4317 in current context" too.
4318
c888a17d
KS
43192014-05-05 Keith Seitz <keiths@redhat.com>
4320
4321 * gdb.linespec/ls-dollar.exp: Add test for linespec
4322 file:convenience_variable.
4323
290a839c
YQ
43242014-05-05 Yao Qi <yao@codesourcery.com>
4325
4326 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4327 traceframes into tfile and ctf trace files. Read data from
4328 trace file and test collected data.
4329 (gdb_collect_locals_test): Likewise.
4330 (gdb_unavailable_registers_test): Likewise.
4331 (gdb_unavailable_floats): Likewise.
4332 (gdb_collect_globals_test): Likewise.
4333 (top-level): Append "ctf" to trace_file_targets if GDB
4334 supports.
4335
b5262cd0
YQ
43362014-05-05 Yao Qi <yao@codesourcery.com>
4337
4338 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4339 code to ...
4340 (gdb_collect_args_test_1): ... it. New proc.
4341 (gdb_collect_locals_test): Move some code to ...
4342 (gdb_collect_locals_test_1): ... it. New proc.
4343 (gdb_unavailable_registers_test): Move some code to ...
4344 (gdb_unavailable_registers_test_1): ... it. New proc.
4345 (gdb_unavailable_floats): Move some code to ...
4346 (gdb_unavailable_floats_1): ... it. New proc.
4347
30a1e6cc
SDJ
43482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4349
4350 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4351 probes to test for bitness recognition.
4352 * gdb.arch/amd64-stap-optional-prefix.exp
4353 (test_probe_value_without_reg): New procedure.
4354 Add code to test for different kinds of bitness.
4355
f33da99a
SDJ
43562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4357
4358 PR breakpoints/16889
4359 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4360 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4361
5b80f00d
PA
43622014-05-01 Pedro Alves <palves@redhat.com>
4363
4364 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4365 gdb_file_cmd if no file is specified.
4366 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4367 last_loaded_file to set the remote exec-file.
4368
f8c2a73c
PA
43692014-05-01 Pedro Alves <palves@redhat.com>
4370
4371 * boards/local-remote-host.exp: New file.
4372
be6e8ac7
PA
43732014-05-01 Pedro Alves <palves@redhat.com>
4374
4375 * boards/local-remote-host.exp: Rename to ...
4376 * boards/local-remote-host-notty.exp: ... this.
4377
cac0dc8f
JB
43782014-04-28 Joel Brobecker <brobecker@adacore.com>
4379
4380 * gdb.ada/dyn_arrayidx: New testcase.
4381
9730e6cc
YQ
43822014-04-26 Yao Qi <yao@codesourcery.com>
4383
4384 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4385 and compute the length of function main. Save it in
4386 $main_length.
4387 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4388 (top-level): Use gdb_compile to compile objects into
4389 executable and restart GDB. Remove invocation to
4390 prepare_for_testing.
4391
7ae1a6a6
PA
43922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4393 Pedro Alves <palves@redhat.com>
4394
4395 PR server/16255
4396 * gdb.multi/multi-attach.c: New file.
4397 * gdb.multi/multi-attach.exp: New file.
4398
4082afcc
PA
43992014-04-25 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4402 user.
4403 (top level): Test that "set remote conditional-breakpoints-packet
4404 off" works as intended.
4405 * gdb.base/dprintf.exp: Test that "set remote
4406 breakpoint-commands-packet off" works as intended.
4407 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4408 New function.
4409 (top level): Call it.
4410 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4411 remote fast-tracepoints-packet off" works as intended.
4412 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4413 * lib/gdb.exp (gdb_is_target_remote): ... here.
4414
2abc3f8d
DB
44152014-04-24 David Blaikie <dblaikie@gmail.com>
4416
4417 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4418 ensure clang would not discard them.
4419 * gdb.base/gdbvars.c: Ditto.
4420 * gdb.base/memattr.c: Ditto.
4421 * gdb.base/whatis.c: Ditto.
4422 * gdb.python/py-prettyprint.c: Ditto.
4423 * gdb.trace/actions.c: Ditto.
4424 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4425 ensure clang would not discard it.
4426
bfd39632
DB
44272014-04-24 David Blaikie <dblaikie@gmail.com>
4428
4429 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4430 clang to emit the full definition of type required by the test
4431 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4432
22842ff6
DB
44332014-04-24 David Blaikie <dblaikie@gmail.com>
4434
4435 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4436 coax Clang into emitting the definition of the type.
4437 * gdb.cp/pr10728-x.h (y): Ditto.
4438 * gdb.cp/pr10728-y.cc (y): Ditto.
4439
c2e827ad
DB
44402014-04-24 David Blaikie <dblaikie@gmail.com>
4441
4442 * gdb.base/label.exp: XFAIL label related tests under Clang.
4443 * gdb.cp/cplabel.exp: Ditto.
4444 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4445 under Clang those using labels.
4446
4c2d33e7
YQ
44472014-04-25 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4450 double_label.
4451 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4452 partial_label and double_label.
4453
56083b99
DB
44542014-04-24 David Blaikie <dblaikie@gmail.com>
4455
4456 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4457
25d4e99d
DB
44582014-04-24 David Blaikie <dblaikie@gmail.com>
4459
4460 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4461 of the function to work across GCC and Clang.
4462 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4463 pointer types (const void ** const V void **).
4464
01f9f808
MS
44652014-04-24 Michael Sturm <michael.sturm@mintel.com>
4466 Walfred Tedeschi <walfred.tedeschi@intel.com>
4467
4468 * Makefile.in (EXECUTABLES): Added i386-avx512.
4469 * gdb.arch/i386-avx512.c: New file.
4470 * gdb.arch/i386-avx512.exp: Likewise.
4471
4b48d439
KS
44722014-04-23 Keith Seitz <keiths@redhat.com>
4473
4474 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4475 (mi_make_breakpoint_table): New procedure.
4476 (mi_create_breakpoint): Use mi_make_breakpoint
4477 and return the result.
4478 (mi_make_breakpoint): New procedure.
4479 (mi_build_kv_pairs): New procedure.
4480
4481 * gdb.mi/mi-break.exp: Remove unused globals,
4482 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4483 All callers updated.
4484 * gdb.mi/mi-dprintf.exp: Use variable to track command
4485 number.
4486 Update all callers of mi_create_breakpoint and use
4487 mi_make_breakpoint_table.
4488 Remove any unused global variables.
4489 * gdb.mi/mi-nonstop.exp: Likewise.
4490 * gdb.mi/mi-nsintrall.exp: Likewise.
4491 * gdb.mi/mi-nsmoribund.exp: Likewise.
4492 * gdb.mi/mi-nsthrexec.exp: Likewise.
4493 * gdb.mi/mi-reverse.exp: Likewise.
4494 * gdb.mi/mi-simplerun.exp: Likewise.
4495 * gdb.mi/mi-stepn.exp: Likewise.
4496 * gdb.mi/mi-syn-frame.exp: Likewise.
4497 * gdb.mi/mi-until.exp: Likewise.
4498 * gdb.mi/mi-var-cp.exp: Likewise.
4499 * gdb.mi/mi-var-display.exp: Likewise.
4500 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4501 * gdb.mi/mi2-var-child.exp: Likewise.
4502 * gdb.mi/mi-vla-c99.exp: Likewise.
4503 * lib/mi-support.exp: Likewise.
4504
4505 From Ian Lance Taylor <iant@cygnus.com>:
4506 * lib/gdb.exp (parse_args): New procedure.
4507
08351840
PA
45082014-04-23 Pedro Alves <palves@redhat.com>
4509
4510 * gdb.base/break-unload-file.c: New file.
4511 * gdb.base/break-unload-file.exp: New file.
4512 * gdb.base/sym-file-lib.c (baz): New function.
4513 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4514 field.
4515 (load): Store the segment's mapped size.
4516 (unload): New function.
4517 (unload_shlib): New function.
4518 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4519 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4520 set a breakpoint at baz, and call it.
4521 * gdb.base/sym-file.exp: New tests for stale breakpoint
4522 instructions.
4523
076855f9
PA
45242014-04-23 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4527 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4528 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4529 * gdb.base/hbreak-unmapped.c: New file.
4530 * gdb.base/hbreak-unmapped.exp: New file.
4531 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4532 * lib/gdb.exp (gdb_is_target_remote): ... here.
4533
483805cf
PA
45342014-04-22 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/consecutive-step-over.c: New file.
4537 * gdb.base/consecutive-step-over.exp: New file.
4538
06d97543
PA
45392014-04-22 Pedro Alves <palves@redhat.com>
4540
4541 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4542 instead of send_gdb/gdb_expect.
4543
b4429ea2
YQ
45442014-04-22 Yao Qi <yao@codesourcery.com>
4545
4546 * lib/trace-support.exp (generate_tracefile): New procedure.
4547 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4548 return 0.
4549 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4550 if generate_tracefile returns 1.
4551
51d48146
PA
45522014-04-18 Tom Tromey <palves@redhat.com>
4553 Pedro alves <tromey@redhat.com>
4554
4555 PR backtrace/15558
4556 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4557 with a backtrace limit.
4558 * gdb.python/py-frame-inline.exp: Test running to an inline
4559 function with a backtrace limit, and printing the newest frame.
4560 * gdb.python/py-frame-inline.c (main): Call f.
4561
bd1dce5f
MS
45622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4563
4564 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4565
40d1a503
MS
45662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4567
4568 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4569 Drop prefix from unsupported source file path.
4570
389b98f7
YQ
45712014-04-17 Yao Qi <yao@codesourcery.com>
4572
4573 * lib/gdb.exp (with_target_charset): New proc.
4574 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4575 with_target_charset.
4576 (test_print_strings): Likewise.
4577 (test_repeat_bytes): Likewise.
4578 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4579 for some tests.
4580
22869d73
KS
45812014-04-16 Keith Seitz <keiths@redhat.com>
4582
4583 PR gdb/15827
4584 * gdb.dwarf2/corrupt.c: New file.
4585 * gdb.dwarf2/corrupt.exp: New file.
4586
c4f87ca6
KS
45872014-04-16 Keith Seitz <keiths@redhat.com>
4588
4589 PR c++/16597
4590 * gdb.cp/namelessclass.cc: New file.
4591 * gdb.cp/namelessclass.exp: New file.
4592 * gdb.cp/namelessclass.S: New file.
4593
ab19de87
DE
45942014-04-16 Doug Evans <dje@google.com>
4595
4596 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4597 Add comment.
4598 (gdbserver_default_get_comm_port): New function.
4599 (gdbserver_start): Check if board file provided
4600 "gdbserver,get_comm_port" and use it if so.
4601 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4602 (gdb,socketport): Set to "stdio".
4603 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4604 (stdio_gdbserver_template): Delete.
4605 (${board}_get_remote_address): Update.
4606 (${board}_build_remote_cmd): Delete.
4607 (${board}_get_comm_port): New function.
4608 (${board}_spawn): Update.
4609 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4610 Delete.
4611 (${board}_get_remote_address): Update.
4612 (${board}_get_comm_port): New function.
4613
fc98a809
AB
46142014-04-16 Andrew Burgess <aburgess@broadcom.com>
4615
4616 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4617 appearing in any order.
4618
87fd9e6e
DE
46192014-04-15 Doug Evans <dje@google.com>
4620
4621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4622 uninitialized value of "description".
4623
099fc3ea
KS
46242014-04-15 Keith Seitz <keiths@redhat.com>
4625
4626 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4627 Remove unused globals.
4628 (test_running_the_program): Likewise.
4629 (test_controlled_execution): Likewise.
4630 (test_controlling_breakpoints): Likewise.
4631 (test_program_termination): Likewise.
4632
5da151d4
KS
46332014-04-15 Keith Seitz <keiths@redhat.com>
4634
4635 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4636 unused globals.
4637 (test_rbreak_creation_and_listing): Likewise.
4638 (test_ignore_count): Likewise.
4639 (test_error): Likewise.
4640
35e5d2f0
PA
46412014-04-15 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4644 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4645 sym-file-loader.c.
4646 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4647 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4648 to sym-file-loader.c.
4649 (struct library): Forward declare.
4650 (load_shlib, lookup_function): Change prototypes.
4651 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4652 (translate_offset): Remove declarations.
4653 (get_text_addr): New declaration.
4654 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4655 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4656 sym-file-loader.h.
4657 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4658 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4659 here from sym-file-loader.h.
4660 (struct library): New structure.
4661 (load_shlib, lookup_function): Change prototypes and adjust to
4662 work with a struct library.
4663 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4664 (translate_offset): Make static.
4665 (get_text_addr): New function.
4666 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4667
eb4c1710
PA
46682014-04-15 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4671
2d1baf52
PA
46722014-04-15 Pedro Alves <palves@redhat.com>
4673
4674 * gdb.base/sym-file-loader.c: Include <limits.h>.
4675 (SELF_LINK): New define.
4676 (get_origin): New function.
4677 (load_shlib): Use it.
4678 * gdb.base/sym-file.exp: Don't early return if the target is
4679 remote. Use runto_main, and issue fail is that fails. Use
4680 gdb_load_shlibs.
4681 (shlib_name): Delete.
4682 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4683
7dd6df01
PA
46842014-04-15 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.base/sym-file.exp: Remove regex characters from test
4687 message. Don't refer to breakpoint numbers in test messages.
4688
b50c8614
KS
46892014-04-14 Keith Seitz <keiths@redhat.com>
4690
4691 PR c++/16253
4692 * gdb.cp/var-tag.cc: New file.
4693 * gdb.cp/var-tag.exp: New file.
4694 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4695 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4696 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4697 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4698
3d567982
TT
46992014-04-14 Tom Tromey <tromey@redhat.com>
4700
4701 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4702 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4703 type.
4704 * gdb.cp/enum-class.exp: New file.
4705 * gdb.cp/enum-class.cc: New file.
4706
0626fc76
TT
47072014-04-14 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.dwarf2/enum-type.exp: New file.
4710
dca325b3
SA
47112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4712
4713 * gdb.mi/mi-vla-c99.exp: New file.
4714 * gdb.mi/vla.c: New file.
4715
5854b38a
SA
47162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4717
4718 * gdb.base/vla-datatypes.c: New file.
4719 * gdb.base/vla-datatypes.exp: New file.
4720
463bb957
SA
47212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4722
4723 * gdb.base/vla-ptr.c: New file.
4724 * gdb.base/vla-ptr.exp: New file.
4725
3dd170be
SA
47262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4727
4728 * gdb.dwarf2/count.exp: New file.
4729
5ecaaa66
SA
47302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4731
4732 * gdb.base/vla-sideeffect.c: New file.
4733 * gdb.base/vla-sideeffect.exp: New file.
4734
41f1ada5
DB
47352014-04-14 David Blaikie <dblaikie@gmail.com>
4736
4737 * gdb.mi/non-stop.c: Add return value for non-void function return
4738 statement.
4739 * gdb.threads/staticthreads.c: Ditto.
4740
0be03e84
DE
47412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4742 Doug Evans <xdje42@gmail.com>
4743
4744 * gdb.guile/scm-value.c: Improve test case.
4745 * gdb.guile/scm-value.exp: Add new test.
4746
f180a1fb
DB
47472014-04-11 David Blaikie <dblaikie@gmail.com>
4748
4749 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4750 override Clang's default.
4751
6b662e19
JB
47522014-04-11 Joel Brobecker <brobecker@adacore.com>
4753
4754 Revert the following changes (regressions):
4755
4756 * gdb.base/vla-sideeffect.c: New file.
4757 * gdb.base/vla-sideeffect.exp: New file.
4758
4759 * gdb.dwarf2/count.exp: New file.
4760
4761 * gdb.base/vla-multi.c: New file.
4762 * gdb.base/vla-multi.exp: New file.
4763
4764 * gdb.base/vla-ptr.c: New file.
4765 * gdb.base/vla-ptr.exp: New file.
4766
4767 * gdb.base/vla-datatypes.c: New file.
4768 * gdb.base/vla-datatypes.exp: New file.
4769
4770 * gdb.mi/mi-vla-c99.exp: New file.
4771 * gdb.mi/vla.c: New file.
4772
245a5f0b
KS
47732014-04-11 Keith Seitz <keiths@redhat.com>
4774
4775 PR c++/16675
4776 * gdb.cp/cpsizeof.exp: New file.
4777 * gdb.cp/cpsizeof.cc: New file.
4778
58a84dcf
SA
47792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4780
191a8a90
JB
4781 * gdb.mi/mi-vla-c99.exp: New file.
4782 * gdb.mi/vla.c: New file.
58a84dcf 4783
c8655f75
SA
47842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4785
4786 * gdb.base/vla-datatypes.c: New file.
4787 * gdb.base/vla-datatypes.exp: New file.
4788
024e13b4
SA
47892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4790
4791 * gdb.base/vla-ptr.c: New file.
4792 * gdb.base/vla-ptr.exp: New file.
4793
1a237e0e
SA
47942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4795
4796 * gdb.base/vla-multi.c: New file.
4797 * gdb.base/vla-multi.exp: New file.
4798
504f3432
SA
47992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4800
4801 * gdb.dwarf2/count.exp: New file.
4802
3bce8237
SA
48032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4804
191a8a90
JB
4805 * gdb.base/vla-sideeffect.c: New file.
4806 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4807
322f9c21
YQ
48082014-04-11 Yao Qi <yao@codesourcery.com>
4809
4810 * gdb.base/completion.exp: Check file exists before running tests
4811 on file completion.
4812
d708bcd1
PA
48132014-04-10 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/cond-eval-mode.c: New file.
4816 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4817 prepare_for_testing to build the new file. Check result of
4818 runto_main.
4819 (test_break, test_watch): New procedures.
4820 (top level): Use them.
4821
ae1d2761
PM
48222014-04-08 Pierre Muller <muller@sourceware.org>
4823
4824 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4825 Ctrl-V use for mingw hosts.
4826
7af389b8
SC
48272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4828
4829 * gdb.python/py-value.c: Improve test case.
4830 * gdb.python/py-value.exp: Add new test.
4831
5e703181
DE
48322014-04-07 David Blaikie <dblaikie@gmail.com>
4833
4834 * lib/compiler.c: Identify the clang compiler.
4835 * lib/compiler.cc: Ditto.
4836
9810b410
YQ
48372014-04-03 Yao Qi <yao@codesourcery.com>
4838
4839 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4840
98d1b8dc
AB
48412014-04-01 Anton Blanchard <anton@samba.org>
4842
4843 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4844 messages unique.
4845
3114cea1
AB
48462014-04-01 Anton Blanchard <anton@samba.org>
4847
4848 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4849 prepare_for_testing.
4850
62f7182c
AB
48512014-04-01 Anton Blanchard <anton@samba.org>
4852
4853 * gdb.arch/ppc64-atomic-inst.c: Remove.
4854 * gdb.arch/ppc64-atomic-inst.S: New file.
4855 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4856
770e7fc7
DE
48572014-03-31 Doug Evans <dje@google.com>
4858
4859 * gdb.base/print-symbol-loading-lib.c: New file.
4860 * gdb.base/print-symbol-loading-main.c: New file.
4861 * gdb.base/print-symbol-loading.exp: New file.
4862
46e2bafa
YQ
48632014-03-31 Yao Qi <yao@codesourcery.com>
4864
4865 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4866
8776cfe9
JB
48672014-03-28 Joel Brobecker <brobecker@adacore.com>
4868
4869 * gdb.ada/mi_dyn_arr: New testcase.
4870
5d1ef361
DE
48712014-03-27 Doug Evans <dje@google.com>
4872
4873 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4874
b5bee914
YQ
48752014-03-27 Yao Qi <yao@codesourcery.com>
4876
4877 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4878 if target is nios2-*-*.
4879
0d4d0e77
YQ
48802014-03-26 Yao Qi <yao@codesourcery.com>
4881
4882 * lib/gdb.exp (readline_is_used): New proc.
4883 * gdb.base/completion.exp: Move tests on command complete up.
4884 Skip the rest of tests if readline is not used.
4885 * gdb.ada/complete.exp: Skp the test if readline is not
4886 used.
4887 * gdb.base/filesym.exp: Likewise.
4888 * gdb.base/macscp.exp: Likewise.
4889 * gdb.base/readline-ask.exp: Likewise.
4890 * gdb.base/readline.exp: Likewise.
4891 * gdb.python/py-cmd.exp: Likewise.
4892 * gdb.trace/tfile.exp: Likewise.
4893
29361eee
YQ
48942014-03-26 Yao Qi <yao@codesourcery.com>
4895
4896 * gdb.base/macscp.exp: Fix code format issues.
4897
bc9a5525
UW
48982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4899
4900 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4901 * gdb.asm/powerpc64le.inc: New file.
4902
d3839ede
PA
49032014-03-25 Pedro Alves <palves@redhat.com>
4904 Doug Evans <dje@google.com>
4905
4906 * gdb.base/source-execution.c: New file.
4907 * gdb.base/source-execution.exp: New file.
4908 * gdb.base/source-execution.gdb: New file.
4909
01672a57
DE
49102014-03-24 Doug Evans <dje@google.com>
4911
4912 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4913 using fission.
4914
88bbeca9
HZ
49152014-03-24 Hui Zhu <hui@codesourcery.com>
4916 Pedro Alves <palves@redhat.com>
4917
4918 PR breakpoints/16101
4919 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4920 test pass/fail messages. Detect missing support for dprintf when
4921 breakpoints are actually inserted.
4922 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4923 breakpoints are actually inserted.
4924 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4925 fails.
4926
d2348791
JK
49272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4930
feef67ab
DE
49312014-03-22 Doug Evans <xdje42@gmail.com>
4932
4933 * gdb.python/python.exp (python not supported): Verify multi-line
4934 python command issues an error.
25d743f9 4935 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4936 guile command issues an error.
feef67ab 4937
ecebef6a
MR
49382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4939
4940 * gdb.threads/thread-specific.exp: Handle the lack of usable
4941 $this_breakpoint and $this_thread.
4942
ccdd1909
HZ
49432014-03-21 Hui Zhu <hui@codesourcery.com>
4944
4945 * gdb.base/attach.exp (do_command_attach_tests): New.
4946
beb460e8
PA
49472014-03-20 Tom Tromey <tromey@redhat.com>
4948 Pedro Alves <palves@redhat.com>
4949
4950 PR cli/15718
4951 * gdb.base/condbreak-call-false.c: New file.
4952 * gdb.base/condbreak-call-false.exp: New file.
4953
40acf43a
PA
49542014-03-20 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4957 Delete.
4958 (block_signals, unblock_signals): Delete.
4959 (child_function_2, main): Remove references to deleted variable
4960 and functions.
4961
9f5e1e02
PA
49622014-03-20 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4965 Use pthread_kill to signal thread 2.
4966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4967 Adjust to make the test send itself a signal rather than using the
4968 host's "kill" command.
4969
99619bea
PA
49702014-03-20 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.threads/multiple-step-overs.c: New file.
4973 * gdb.threads/multiple-step-overs.exp: New file.
4974 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4975 Adjust expected infrun debug output.
4976
2adfaa28
PA
49772014-03-20 Pedro Alves <palves@redhat.com>
4978
4979 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4980 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4981
31e77af2
PA
49822014-03-20 Pedro Alves <palves@redhat.com>
4983
4984 PR breakpoints/7143
4985 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4986 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4987 of gdb_test_multiple.
4988 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4989 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4990
b9f437de
PA
49912014-03-20 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4994 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4995
05adc73e
PA
49962014-03-19 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/async.exp: Remove early return.
4999
6048b950
PA
50002014-03-19 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5003
8bcfb00a
PA
50042014-03-19 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/async.exp (test_background): Expect \r\n after
5007 "completed." in the fail pattern.
5008
884e37dc
PA
50092014-03-19 Pedro Alves <palves@redhat.com>
5010
5011 * gdb.base/async.exp (test_background): New procedure.
5012 Use it for all background execution command tests.
5013
148e57e2
PA
50142014-03-19 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/async.exp: Use prepare_for_testing.
5017
f48088c7
PA
50182014-03-19 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5021 the same line.
5022
e2f6c966
PA
50232014-03-19 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.base/async.c (main): Add "jump here" and "until here" line
5026 marker comments.
5027 * gdb.base/async.exp (jump_here): New global.
5028 (jump& test): Use it.
5029 (until_here): New global.
5030 (until& test): Use it.
5031
c30568d4
PA
50322014-03-19 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/async.exp: Don't frob gdb_protocol.
5035
0172b6a7
DE
50362014-03-18 Doug Evans <xdje42@gmail.com>
5037
5038 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5039 Fix spelling of exec-done-display.
5040
06c868a8
JK
50412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5042
5043 PR gdb/15358
5044 * gdb.base/gdb-sigterm.c: New file.
5045 * gdb.base/gdb-sigterm.exp: New file.
5046
0c7e1a46
PA
50472014-03-18 Pedro Alves <palves@redhat.com>
5048
5049 PR gdb/13860
5050 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5051 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5052 solib-event.
5053
f7c77d93
JB
50542014-03-17 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.ada/pckd_arr_ren: New testcase.
5057
5a1e8c7a
DE
50582014-03-13 Doug Evans <xdje42@gmail.com>
5059
5060 PR guile/16612
5061 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5062 collect after discarding symbols.
5063
350e1a76
DE
50642014-03-13 Ludovic Courtès <ludo@gnu.org>
5065 Doug Evans <xdje42@gmail.com>
5066
5067 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5068 to history survives a gc.
5069
a69900ae
PA
50702014-03-13 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.base/default.exp: Don't test "target procfs".
5073
5db9f0bd
PA
50742014-03-13 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/default.exp: Update "target child" and "target procfs"
5077 tests to not expect "Unix".
5078
b3ccfe11
TT
50792014-03-12 Tom Tromey <tromey@redhat.com>
5080
5081 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5082 New procs. Add target-async tests.
5083 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5084 Add target-async tests.
5085
646f4417
AA
50862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5087
5088 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5089 'func_start' and 'func_end' for the beginning and end of the
5090 function code, respectively.
5091 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5092 'func_end' instead of 'func' and 'main'.
5093
288c211f
AA
50942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5095
5096 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5097 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5098 generate the debug info assembler source.
5099
e0c0f156
AA
51002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5101
5102 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5103 * gdb.dwarf2/arr-subrange.exp: Likewise.
5104 * gdb.dwarf2/dwz.exp: Likewise.
5105 * gdb.dwarf2/method-ptr.exp: Likewise.
5106 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5107 * gdb.dwarf2/subrange.exp: Likewise.
5108 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5109 * gdb.dwarf2/implptrpiece.exp: Likewise.
5110 * gdb.dwarf2/nostaticblock.exp: Likewise.
5111
0e5c4555
AA
51122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5113
5114 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5115 directory to absolute path name arguments.
5116
5ec18f2b
JG
51172014-03-10 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.ada/tagged_access: New testcase.
5120
847fc4f2
MM
51212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5122
5123 * gdb.btrace/data.exp: Update expected output.
5124
cc3da688
YQ
51252014-03-06 Yao Qi <yao@codesourcery.com>
5126
5127 * gdb.trace/pr16508.exp: New file.
5128
0f26cec1
PA
51292014-03-05 Pedro Alves <palves@redhat.com>
5130
5131 PR gdb/16575
5132 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5133 procedure.
5134 (top level): Adjust to use it. Add tests that exercise breakpoint
5135 interaction with the code-cache.
5136
7a5a839f
LC
51372014-02-26 Ludovic Courtès <ludo@gnu.org>
5138
5139 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5140 test for 'history-append!'.
5141
31aa7e4e
JB
51422014-02-26 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5145 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5146 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5147 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5148 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5149 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5150
1b588015
JB
51512014-02-26 Joel Brobecker <brobecker@adacore.com>
5152
5153 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5154 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5155 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5156
55426c9d
JB
51572014-02-26 Joel Brobecker <brobecker@adacore.com>
5158
5159 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5160
dc53a7ad
JB
51612014-02-26 Joel Brobecker <brobecker@adacore.com>
5162
5163 * gdb.dwarf2/arr-stride.c: New file.
5164 * gdb.dwarf2/arr-stride.exp: New file.
5165
12ab52e9
PA
51662014-02-26 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5169 that won't ever trigger. Make sure that GDB reports the correct
5170 breakpoint that caused the stop.
5171
849c862e
JK
51722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 PR gdb/16626
5175 * gdb.base/auto-load-script: New file.
5176 * gdb.base/auto-load.c: New file.
5177 * gdb.base/auto-load.exp: New file.
5178
71b7d793
JK
5179 PR gdb/16626
5180 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5181
e2f0d509
JK
51822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5183
5184 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5185 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5186
50cc37c8
DE
51872014-02-24 Doug Evans <dje@google.com>
5188
5189 * lib/gdb.exp (run_on_host): Log error output if program fails.
5190
ea4758f2
PA
51912014-02-21 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.threads/step-after-sr-lock.c: Rename to ...
5194 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5195 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5196 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5197 ... this.
5198
d7b30f67
SDJ
51992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5200
5201 PR tdep/16397
5202 * gdb.arch/amd64-stap-special-operands.exp: New file.
5203 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5204 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5205 * gdb.arch/amd64-stap-triplet.S: Likewise.
5206 * gdb.arch/amd64-stap-triplet.c: Likewise.
5207
83deb43f
JB
52082014-02-20 Joel Brobecker <brobecker@adacore.com>
5209
5210 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5211 in .section pseudo-op.
5212
adde2bff
DE
52132014-02-20 lin zuojian <manjian2006@gmail.com>
5214 Joel Brobecker <brobecker@adacore.com>
5215 Doug Evans <xdje42@gmail.com>
5216
5217 PR symtab/16581
5218 * gdb.dwarf2/dw2-icycle.S: New file.
5219 * gdb.dwarf2/dw2-icycle.c: New file.
5220 * gdb.dwarf2/dw2-icycle.exp: New file.
5221
f7bd0f78
SC
52222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5223
5224 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5225 operations on gdb.Value objects.
5226 * gdb.python/py-value-cc.exp: Add new test to test operations on
5227 gdb.Value objects.
5228
c17ef0d5
DE
52292014-02-18 Doug Evans <dje@google.com>
5230
5231 * Makefile.in (TESTS): New variable.
5232 (expanded_tests, expanded_tests_or_none): New variables
5233 (check-single): Pass $(expanded_tests_or_none) to runtest.
5234 (check-parallel): Only run tests in $(TESTS) if non-empty.
5235 (check/no-matching-tests-found): New rule.
5236 * README: Document TESTS makefile variable.
5237
5dd3176f
DE
52382014-02-18 Doug Evans <dje@google.com>
5239
5240 * Makefile.in (check-parallel): rm -rf outputs temp.
5241
0b10be4f
JK
52422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5243
5244 Fix "ERROR: no fileid for" in the testsuite.
5245 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5246
85f224e7
DE
52472014-02-12 Doug Evans <dje@google.com>
5248
5249 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5250 (MISCELLANEOUS): New variable.
5251 (clean): rm -rf $(MISCELLANEOUS).
5252 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5253 dwp live in the same directory as symlinks, with each symlink pointed
5254 to a differently named file in a different directory.
5255
149b30ff
DE
52562014-02-11 Doug Evans <dje@google.com>
5257
5258 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5259 of Tcl file commands.
5260
1dfdac32
MK
52612014-02-10 Mark Kettenis <kettenis@gnu.org>
5262
5263 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5264 "kill -SIGUSR1 -1".
5265
aa4fb036
JB
52662014-02-10 Joel Brobecker <brobecker@adacore.com>
5267
5268 * gdb.ada/tick_length_array_enum_idx: New testcase.
5269
ed3ef339
DE
52702014-02-10 Doug Evans <xdje42@gmail.com>
5271
5272 * configure.ac (AC_OUTPUT): Add gdb.guile.
5273 * configure: Regenerate.
5274 * lib/gdb-guile.exp: New file.
5275 * lib/gdb.exp (get_target_charset): New function.
5276 * gdb.base/help.exp: Update expected output from "apropos apropos".
5277 * gdb.guile/Makefile.in: New file.
5278 * gdb.guile/guile.exp: New file.
5279 * gdb.guile/scm-arch.c: New file.
5280 * gdb.guile/scm-arch.exp: New file.
5281 * gdb.guile/scm-block.c: New file.
5282 * gdb.guile/scm-block.exp: New file.
5283 * gdb.guile/scm-breakpoint.c: New file.
5284 * gdb.guile/scm-breakpoint.exp: New file.
5285 * gdb.guile/scm-disasm.c: New file.
5286 * gdb.guile/scm-disasm.exp: New file.
5287 * gdb.guile/scm-equal.c: New file.
5288 * gdb.guile/scm-equal.exp: New file.
5289 * gdb.guile/scm-error.exp: New file.
5290 * gdb.guile/scm-error.scm: New file.
5291 * gdb.guile/scm-frame-args.c: New file.
5292 * gdb.guile/scm-frame-args.exp: New file.
5293 * gdb.guile/scm-frame-args.scm: New file.
5294 * gdb.guile/scm-frame-inline.c: New file.
5295 * gdb.guile/scm-frame-inline.exp: New file.
5296 * gdb.guile/scm-frame.c: New file.
5297 * gdb.guile/scm-frame.exp: New file.
5298 * gdb.guile/scm-generics.exp: New file.
5299 * gdb.guile/scm-gsmob.exp: New file.
5300 * gdb.guile/scm-iterator.c: New file.
5301 * gdb.guile/scm-iterator.exp: New file.
5302 * gdb.guile/scm-math.c: New file.
5303 * gdb.guile/scm-math.exp: New file.
5304 * gdb.guile/scm-objfile-script-gdb.in: New file.
5305 * gdb.guile/scm-objfile-script.c: New file.
5306 * gdb.guile/scm-objfile-script.exp: New file.
5307 * gdb.guile/scm-objfile.c: New file.
5308 * gdb.guile/scm-objfile.exp: New file.
5309 * gdb.guile/scm-ports.exp: New file.
5310 * gdb.guile/scm-pretty-print.c: New file.
5311 * gdb.guile/scm-pretty-print.exp: New file.
5312 * gdb.guile/scm-pretty-print.scm: New file.
5313 * gdb.guile/scm-section-script.c: New file.
5314 * gdb.guile/scm-section-script.exp: New file.
5315 * gdb.guile/scm-section-script.scm: New file.
5316 * gdb.guile/scm-symbol.c: New file.
5317 * gdb.guile/scm-symbol.exp: New file.
5318 * gdb.guile/scm-symtab-2.c: New file.
5319 * gdb.guile/scm-symtab.c: New file.
5320 * gdb.guile/scm-symtab.exp: New file.
5321 * gdb.guile/scm-type.c: New file.
5322 * gdb.guile/scm-type.exp: New file.
5323 * gdb.guile/scm-value-cc.cc: New file.
5324 * gdb.guile/scm-value-cc.exp: New file.
5325 * gdb.guile/scm-value.c: New file.
5326 * gdb.guile/scm-value.exp: New file.
5327 * gdb.guile/source2.scm: New file.
5328 * gdb.guile/types-module.cc: New file.
5329 * gdb.guile/types-module.exp: New file.
5330
7026a7c1
YQ
53312014-02-10 Yao Qi <yao@codesourcery.com>
5332
5333 PR testsuite/16543
5334 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5335 * configure: Regenerated.
5336 * Makefile.in: New file.
5337
6c466447
AS
53382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5339
5340 * gdb.python/py-framefilter.exp: Fix typo.
5341
6e854735
YQ
53422014-02-08 Yao Qi <yao@codesourcery.com>
5343
5344 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5345 that no =breakpoint-modified is emitted when breakpoints are
5346 modified through MI commands.
5347
d137e6dc
PA
53482014-02-07 Pedro Alves <pedro@codesourcery.com>
5349 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.threads/step-after-sr-lock.c: New file.
5352 * gdb.threads/step-after-sr-lock.exp: New file.
5353
b5ee5a50
PA
53542014-02-07 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5357
3c77faf3
JK
53582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5361 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5362
6dddc817
DE
53632014-02-06 Doug Evans <xdje42@gmail.com>
5364
5365 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5366 output.
5367
5368 * gdb.gdb/python-interrupts.exp: New file.
5369
de7b2893
YQ
53702014-02-05 Yao Qi <yao@codesourcery.com>
5371
5372 * gdb.trace/report.exp (use_collected_data): Test the output
5373 of "info threads" and "info inferiors".
5374
66d032ac
YQ
53752014-02-05 Yao Qi <yao@codesourcery.com>
5376
5377 Revert this patch:
5378
5379 2013-05-24 Yao Qi <yao@codesourcery.com>
5380
5381 * gdb.trace/tfile.exp: Test inferior and thread.
5382
591a12a1
UW
53832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5384
5385 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5386 on a function.
5387 * gdb.base/step-bt.c: Call hello via function pointer to make
5388 sure its first instruction is executed on powerpc64le-linux.
5389
0ff3e01f
UW
53902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5391
5392 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5393
084ee545
UW
53942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5395
5396 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5397 of the test patterns for use on little-endian systems.
5398
6ed14ff3
UW
53992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5400
5401 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5402 (decimal_vector): Fix for little-endian.
5403
401e27fd
JM
54042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5405
5406 * gdb.arch/sparc-sysstep.exp: New file.
5407 * gdb.arch/sparc-sysstep.c: Likewise.
5408
5409 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5410
8b924729
EBM
54112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5412
5413 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5414
fb151210
JB
54152014-01-23 Tom Tromey <tromey@redhat.com>
5416
5417 * gdb.ada/array_char_idx: New testcase.
5418
0740f8d8
TT
54192014-01-23 Tom Tromey <tromey@redhat.com>
5420
5421 PR python/16487:
5422 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5423 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5424 classes.
5425
21909fa1
TT
54262014-01-23 Tom Tromey <tromey@redhat.com>
5427
5428 PR python/16491:
5429 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5430 string from an inferior frame.
5431 * gdb.python/py-framefilter-mi.exp: Update.
5432
87ce2a04
DE
54332014-01-22 Doug Evans <dje@google.com>
5434
5435 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5436
237b092b
AA
54372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5438
5439 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5440
d674a709
AA
54412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5442
5443 * gdb.trace/entry-values.exp: Remove excess space character from
5444 regex patterns. Handle s390 call instruction.
5445
20fa3390
AA
54462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5447
5448 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5449 define "*_start" label. Make "name" static.
5450 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5451 ${name} by references to ${name}_start.
5452
78466714
AA
54532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5454
5455 * gdb.base/info-macros.exp: Remove "debug" from the compile
5456 options.
5457
ec9f644a
IB
54582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5459
5460 * gdb.dlang/demangle.exp: New file.
5461
94b1b47e
IB
54622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5463
5464 * gdb.dlang/primitive-types.exp: New file.
5465
7f420862
IB
54662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5467
5468 * configure.ac: Create gdb.dlang/Makefile.
5469 * configure: Regenerate.
5470 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5471 * gdb.dlang/Makefile.in: New file.
5472 * lib/d-support.exp: New file.
5473 * lib/gdb.exp (skip_d_tests): New proc.
5474
52834460
MM
54752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5476
5477 * gdb.btrace/delta.exp: Check reverse stepi.
5478 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5479 * gdb.btrace/finish.exp: New.
5480 * gdb.btrace/next.exp: New.
5481 * gdb.btrace/nexti.exp: New.
5482 * gdb.btrace/record_goto.c: Add comments.
5483 * gdb.btrace/step.exp: New.
5484 * gdb.btrace/stepi.exp: New.
5485 * gdb.btrace/multi-thread-step.c: New.
5486 * gdb.btrace/multi-thread-step.exp: New.
5487 * gdb.btrace/rn-dl-bind.c: New.
5488 * gdb.btrace/rn-dl-bind.exp: New.
5489 * gdb.btrace/data.c: New.
5490 * gdb.btrace/data.exp: New.
5491 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5492
6e07b1d2
MM
54932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5494
5495 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5496 * gdb.btrace/exception.exp: Update.
5497 * gdb.btrace/instruction_history.exp: Update.
5498 * gdb.btrace/record_goto.exp: Update.
5499 * gdb.btrace/tailcall.exp: Update.
5500 * gdb.btrace/unknown_functions.exp: Update.
5501 * gdb.btrace/delta.exp: New.
5502
0b722aec
MM
55032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5504
5505 * gdb.btrace/record_goto.exp: Add backtrace test.
5506 * gdb.btrace/tailcall.exp: Add backtrace test.
5507
066ce621
MM
55082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5509
5510 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5511 * gdb.btrace/record_goto.c: New.
5512 * gdb.btrace/record_goto.exp: New.
5513 * gdb.btrace/x86-record_goto.S: New.
5514
0688d04e
MM
55152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5516
5517 * gdb.btrace/function_call_history.exp: Update tests.
5518 * gdb.btrace/instruction_history.exp: Update tests.
5519
8710b709
MM
55202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5521
5522 * gdb.btrace/function_call_history.exp: Fix expected field
5523 order for "record function-call-history".
5524 Add new tests for "record function-call-history /c".
5525 * gdb.btrace/exception.cc: New.
5526 * gdb.btrace/exception.exp: New.
5527 * gdb.btrace/tailcall.exp: New.
5528 * gdb.btrace/x86-tailcall.S: New.
5529 * gdb.btrace/x86-tailcall.c: New.
5530 * gdb.btrace/unknown_functions.c: New.
5531 * gdb.btrace/unknown_functions.exp: New.
5532 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5533
5de9129b
MM
55342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5535
5536 * gdb.btrace/instruction_history.exp: Update.
5537 * gdb.btrace/function_call_history.exp: Update.
5538
23a7fe75
MM
55392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5540
5541 * gdb.btrace/function_call_history.exp: Fix expected function
5542 trace.
5543 * gdb.btrace/instruction_history.exp: Initialize traced.
5544 Remove traced_functions.
5545
724c7dd8
MM
55462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5547
5548 * gdb.btrace/function_call_history.exp: Update
5549 * gdb.btrace/instruction_history.exp: Update.
5550
6d78d93b
MM
55512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5552
5553 * gdb.btrace/enable.exp: Update expected text.
5554
93a360cc
OJ
55552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5556
5557 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5558 bytes.
5559
3772b53f
MR
55602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5561
5562 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5563
596662fa
OJ
55642014-01-15 Omair Javaid <omair.javaid@linaro.org>
5565
5566 * lib/gdb.exp (supports_process_record): Return true for
5567 arm*-linux*. (supports_reverse): Likewise.
5568
b5b08fb4
SC
55692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5570
5571 PR python/15464
5572 PR python/16113
5573 * gdb.python/py-type.c: Enhance test case.
5574 * gdb.python/py-value-cc.cc: Likewise
5575 * gdb.python/py-type.exp: Add new tests.
5576 * gdb.python/py-value-cc.exp: Likewise
5577
52d7fb13
AA
55782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5579 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5582 Make "name" extern.
5583 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5584 references to ${name}_start by references to ${name}.
5585
a2cd8cfe
JB
55862014-01-10 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5589
4e23fced
JB
55902014-01-10 Joel Brobecker <brobecker@adacore.com>
5591
5592 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5593
c6a9e42c
PA
55942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5595 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5598 mi_gdb_target_load.
c6a9e42c 5599
b7ea362b
PA
56002014-01-08 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.threads/reconnect-signal.c: New file.
5603 * gdb.threads/reconnect-signal.exp: New file.
5604
5e3f4fab
EBM
56052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 * gdb.base/source-dir.exp: New file.
5608
79301218
JB
56092014-01-07 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.ada/mi_interface: New testcase.
5612
8e355c5d
JB
56132014-01-07 Joel Brobecker <brobecker@adacore.com>
5614
5615 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5616 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5617 gdb.ada/pp-rec-component/pck.ads: New files.
5618
c0d48811
JB
56192014-01-07 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.python/py-pp-integral.c: New file.
5622 * gdb.python/py-pp-integral.py: New file.
5623 * gdb.python/py-pp-integral.exp: New file.
5624
17b609c3 5625For older changes see ChangeLog-1993-2013.
c906108c 5626\f
8d8cb839
EZ
5627;; Local Variables:
5628;; mode: change-log
5629;; left-margin: 8
5630;; fill-column: 74
5631;; version-control: never
5632;; End:
902f2ccb 5633
32d0add0 5634 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5635 Copying and distribution of this file, with or without modification,
5636 are permitted provided the copyright notice and this notice are preserved.
This page took 2.48454 seconds and 4 git commands to generate.