]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make gdb.base/ending-run.exp use gdb_test_stdio
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7cb000a9
PA
12015-07-29 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/ending-run.exp: Use gdb_test_stdio.
4
d7b8ac82
PA
52015-07-29 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8 parameter into two new parameters, "inf_result" and "gdb_result".
9 Expect inferior output and gdb output from $inferior_spawn_id and
10 $gdb_spawn_id, respectively. Adjust all callers.
11
789c3a0c
PA
122015-07-29 Pedro Alves <palves@redhat.com>
13
14 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15 of gdb_test_sequence.
16
77e760c3
PA
172015-07-29 Pedro Alves <palves@redhat.com>
18
19 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
20 (saw_spurious_output): Expect inferior output from
21 $inferior_spawn_id. Use gdb_test_stdio.
22
8396d2cd
PA
232015-07-29 Pedro Alves <palves@redhat.com>
24
25 * gdb.base/dprintf.exp: Use standard_testfile. Change
26 prepare_for_testing call.
27 (srcfile): Don't set.
28 (restart): New procedure.
29 (test_dprintf): New procecure, use to continue over dprintfs.
30 (test_call, test_agent): New procedures, tests moved here.
31 Restart gdb and recreate dprintfs. Adjust expected output.
32
2051d61f
PA
332015-07-29 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
36
452397af
PA
372015-07-29 Pedro Alves <palves@redhat.com>
38
39 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
40
8aed9555
PA
412015-07-29 Pedro Alves <palves@redhat.com>
42
43 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
44 gdb_test_stdio.
45
188a61b4
PA
462015-07-29 Pedro Alves <palves@redhat.com>
47
48 * lib/gdb.exp (gdb_test_stdio): New procedure.
49
12264a45
PA
502015-07-29 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
53
23ffc893
PA
542015-07-29 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/call-signal-resume.exp: Remove check for
57 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
58 * gdb.base/unwindonsignal.exp: Likewise.
59 * gdb.base/call-signals.c (gen_signal): Remove printf call.
60 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
61
65566918
PA
622015-07-29 Pedro Alves <palves@redhat.com>
63
64 * gdb.base/siginfo-addr.c (pass): New function.
65 (handler): Call it iff si_addr is correct.
66 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
67 Set a breakpoint at "pass" and continue to it.
68
d60a9221
SDJ
692015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
70
71 * gdb.python/py-objfile.exp: Make some tests have unique names.
72 * gdb.python/py-pp-registration.exp: Likewise.
73
bde40b8f
PA
742015-07-28 Pedro Alves <palves@redhat.com>
75
76 * gdb.server/server-exec-info.exp: Issue a "disconnect".
77
13e1dec8
SM
782015-07-27 Simon Marchi <simon.marchi@ericsson.com>
79
80 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
81
da33c9a7
SM
822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
83
84 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
85
077836f7
PP
862015-07-27 Patrick Palka <patrick@parcs.ath.cx>
87
88 * gdb.base/gdb-sigterm-2.exp: New test.
89
b8cc7b2e
DE
902015-07-25 Doug Evans <xdje42@gmail.com>
91
92 Revert:
93 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
94 (workers/%.worker, build-perf): New rule.
95 (GDB_PERFTEST_MODE): New variable.
96 (check-perf): Use it.
97 (clean): Clean up gdb.perf parallel build subdirs.
98 * lib/build-piece.exp: New file.
99 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
100 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
101 name.
102 (standard_temp_file): Ditto.
103 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
104 of $GDB_PARALLEL.
105
6eab34f3
DE
1062015-07-24 Doug Evans <dje@google.com>
107
108 * gdb.perf/README: New file.
109 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
110 * lib/gen-perf-test.exp: New file.
111
63738bfd
DE
1122015-07-24 Doug Evans <dje@google.com>
113
114 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
115 (PerfTest::startup): New function.
116 (PerfTest::run): Return result of calling body.
117 (PerfTest::assemble): Rewrite.
118 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
119 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
120 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
121 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
122 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
123
7b606f95
DE
1242015-07-24 Doug Evans <dje@google.com>
125
126 * lib/gdb.exp (clean_restart): Make executable optional.
127
a97b16b8
DE
1282015-07-24 Doug Evans <dje@google.com>
129
130 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
131 compiler_info references.
132 * gdb.cp/temargs.exp: Ditto.
133 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
134 (get_compiler_info): Early exit if already computed. Set compiler_info
135 to "unknown" if there was a problem.
136 (test_compiler_info): Add function comment. Call get_compiler_info.
137
35baa57f
DE
1382015-07-24 Doug Evans <dje@google.com>
139
140 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
141 (workers/%.worker, build-perf): New rule.
142 (GDB_PERFTEST_MODE): New variable.
143 (check-perf): Use it.
144 (clean): Clean up gdb.perf parallel build subdirs.
145 * lib/build-piece.exp: New file.
146 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
147 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
148 name.
149 (standard_temp_file): Ditto.
150 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
151 of $GDB_PARALLEL.
152
6ebea266
DE
1532015-07-24 Doug Evans <dje@google.com>
154
155 * lib/future.exp (gdb_default_target_compile): New option
156 "early_flags".
157 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
158 --as-needed.
159
1e76a7e9
SDJ
1602015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
161
162 * gdb.base/catch-syscall.exp: Call gdb_exit before
163 gdb_skip_xml_test.
164
5068630a
PA
1652015-07-24 Pedro Alves <palves@redhat.com>
166
167 * gdb.python/py-events.exp: Accept output between the stop event
168 and the prompt.
169 * gdb.python/py-evsignal.exp: Likewise.
170 * gdb.python/py-evthreads.exp: Likewise.
171
77598427
PA
1722015-07-24 Pedro Alves <palves@redhat.com>
173
174 PR gdb/18717
175 * gdb.threads/non-ldr-exit.c: New file.
176 * gdb.threads/non-ldr-exit.exp: New file.
177
11e6c98f
YQ
1782015-07-24 Yao Qi <yao.qi@linaro.org>
179
180 * gdb.server/ext-wrapper.exp: Test --wrapper option when
181 restarting process.
182
51aee833
YQ
1832015-07-24 Yao Qi <yao.qi@linaro.org>
184
185 * gdb.server/ext-restart.exp: New file.
186
8cfe207c
YQ
1872015-07-24 Yao Qi <yao.qi@linaro.org>
188
189 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
190 argument options.
191 * gdb.server/ext-wrapper.exp: New file.
192
cc12ce38
DE
1932015-07-23 Doug Evans <dje@google.com>
194
195 * gdb.dwarf2/dw2-dummy-cu.S: New file.
196 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
197
d0d84780
PMR
1982015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
199
200 * gdb.ada/var_arr_typedef.exp: New testcase.
201 * gdb.ada/var_arr_typedef/pack.adb: New file.
202 * gdb.ada/var_arr_typedef/pack.ads: New file.
203 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
204
8b558f79
JB
2052015-07-20 Joel Brobecker <brobecker@adacore.com>
206
207 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
208
775a3298
JK
2092015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * gdb.arch/i386-biarch-core.exp: Replace istarget
212 by "complete set gnutarget". Remove expectation for the "core-file"
213 command.
214
db1ff28b
JK
2152015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 Revert the previous commit:
218 Tests for validate symbol file using build-id.
219
0a94970d
JK
2202015-07-15 Aleksandar Ristovski <aristovski@qnx.com
221
222 Tests for validate symbol file using build-id.
223 * gdb.base/solib-mismatch-lib.c: New file.
224 * gdb.base/solib-mismatch-libmod.c: New file.
225 * gdb.base/solib-mismatch.c: New file.
226 * gdb.base/solib-mismatch.exp: New file.
227
03346981
SL
2282015-07-15 Sandra Loosemore <sandra@codesourcery.com>
229
230 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
231 nios2-*-linux*.
232 * gdb.base/sigbpt.exp (stepi_out): Likewise.
233 * gdb.base/siginfo.exp: Likewise.
234 * gdb.base/sigstep.exp (advance, advancei): Likewise.
235
42422cc7
PL
2362015-07-15 Pierre Langlois <pierre.langlois@arm.com>
237
238 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
239 Move it to ...
240 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
241 ... here.
242 * gdb.trace/range-stepping.exp: Check that the target supports
243 range stepping.
244
cfa68bae
JK
2452015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
248
8ffdba26
PA
2492015-07-14 Pedro Alves <palves@redhat.com>
250
251 * gdb.base/killed-outside.exp: New file.
252 * gdb.base/killed-outside.c: New file.
253
218a5a11
JK
2542015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
257 (n at main): New.
258 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
259
e03ed3c6
AA
2602015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
261
262 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
263 infcall tests instead of setting up for KFAIL.
264
485668e5
MM
2652015-07-10 Markus Metzger <markus.t.metzger@intel.com>
266
267 * gdb.btrace/record_goto-step.exp: New.
268
08464196
JK
2692015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 PR compile/18484
272 * gdb.compile/compile.c (struct struct_type): Add volatile to
273 selffield's type.
274 * gdb.compile/compile.exp
275 (compile code struct_object.selffield = &struct_object): Skip further
276 struct_object tests if this one xfails.
277
bcf5c1d9
RC
2782015-07-08 Robert O'Callahan <robert@ocallahan.org>
279
280 PR exp/18617
281 * gdb.trace/ax.exp: Add test.
282
4931af25
YQ
2832015-07-07 Yao Qi <yao.qi@linaro.org>
284
285 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
286 instead of istarget "aarch64*-*-*".
287 * gdb.arch/aarch64-fp.exp: Likewise.
288 * gdb.base/float.exp: Likewise.
289 * gdb.reverse/aarch64.exp: Likewise.
290 * lib/gdb.exp (is_aarch64_target): New proc.
291
9fcf688e
YQ
2922015-07-07 Yao Qi <yao.qi@linaro.org>
293
294 * lib/gdb.exp (is_aarch32_target): New proc.
295 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
296 instead of "istarget "arm*-*-*"".
297 * gdb.arch/arm-disp-step.exp: Likewise.
298 * gdb.arch/thumb-bx-pc.exp: Likewise.
299 * gdb.arch/thumb-prologue.exp: Likewise.
300 * gdb.arch/thumb-singlestep.exp: Likewise.
301 * gdb.base/disp-step-syscall.exp: Likewise.
302 * gdb.base/float.exp: Likewise.
303
fbd8d50d
YQ
3042015-07-07 Yao Qi <yao.qi@linaro.org>
305
306 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
307 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
308
71be1fdc
YQ
3092015-07-07 Yao Qi <yao.qi@linaro.org>
310
311 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
312 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
313 if it exists.
314 * gdb.multi/multi-arch.exp: Likewise.
315
3e221d36
SM
3162015-07-07 Simon Marchi <simon.marchi@ericsson.com>
317
318 * gdb.python/py-lazy-string.exp: Add missing parentheses to
319 print.
320
d441430b
YQ
3212015-07-07 Yao Qi <yao.qi@linaro.org>
322
323 * gdb.arch/thumb-singlestep.exp: Do one more single step.
324
06f810bd
MG
3252015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
326
327 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
328 '[' and ']' characters.
329
5e61e7c0
IB
3302015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
331
332 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
333
28bf096c
PA
3342015-06-29 Pedro Alves <palves@redhat.com>
335
336 PR threads/18127
337 * gdb.threads/hand-call-new-thread.c: New file.
338 * gdb.threads/hand-call-new-thread.c: New file.
339
ee93cd5e
KS
3402015-06-26 Keith Seitz <keiths@redhat.com>
341 Doug Evans <dje@google.com>
342
343 PR 16253
344 * gdb.cp/var-tag-2.cc: New file.
345 * gdb.cp/var-tag-3.cc: New file.
346 * gdb.cp/var-tag-4.cc: New file.
347 * gdb.cp/var-tag.cc: New file.
348 * gdb.cp/var-tag.exp: New file.
349
fc637f04
PP
3502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
351
352 * gdb.base/history-duplicates.exp: New test.
353
2e52ae68
PP
3542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
355
356 * gdb.base/completion.exp: Test the completion of the "focus"
357 command.
358
6e22494e
JK
3592015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdb.arch/amd64-prologue-skip.S: New file.
362 * gdb.arch/amd64-prologue-skip.exp: New file.
363
bf7b9cd9
SM
3642015-06-25 Simon Marchi <simon.marchi@ericsson.com>
365
366 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
367 is_address_zero_readable check.
368
201e8dfd
PB
3692015-06-24 Peter Bergner <bergner@vnet.ibm.com>
370
371 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
372 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
373
5cd867b4
YQ
3742015-06-24 Yao Qi <yao.qi@linaro.org>
375
376 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
377 linux targets.
378
4d7be007
YQ
3792015-06-24 Yao Qi <yao.qi@linaro.org>
380
381 * lib/gdb.exp (supports_get_siginfo_type): New proc.
382 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
383 * gdb.base/siginfo-thread.exp: Likewise.
384
07fcd301
YQ
3852015-06-22 Yao Qi <yao.qi@linaro.org>
386
387 * boards/remote-gdbserver-on-localhost.exp: Add comments.
388
52042a00
YQ
3892015-06-22 Yao Qi <yao.qi@linaro.org>
390
391 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
392 aarch64*-*-*.
393 (skip_hw_watchpoint_tests): Likewise.
394
74bd41ce
PP
3952015-06-18 Patrick Palka <patrick@parcs.ath.cx>
396
397 * gdb.base/gdbinit-history.exp: Test the interaction between
398 setting GDBHISTSIZE and setting the history size via .gdbinit.
399
bc460514
PP
4002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
401
402 PR gdb/16999
403 * gdb.base/gdbhistsize-history.exp: New test.
404
b58c513b
PP
4052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
406
407 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
408 with GDBHISTSIZE.
409 * gdb.base/readline.exp: Likewise.
410
92046791
YQ
4112015-06-17 Yao Qi <yao.qi@linaro.org>
412
413 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
414 line.
415
2093d2d3
PP
4162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
417
418 * gdb.base/gdbinit-history.exp: Add test case to check that
419 an unlimited history file does not get truncated on exit.
420
e6c693af
AA
4212015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
422
423 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
424 (VECTOR): New macro. Use it...
425 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
426 ...for these typedefs.
427 (int8, char1, int1, double1): New typedefs.
428 (struct just_int2, struct two_int2): New structures.
429 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
430 (add_structvecs, add_singlevecs): New functions.
431 (main): Call add_some_intvecs twice.
432 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
433 the compile and exit upon failure. Try compiling for the "native"
434 architecture. Test inferior function calls with vector arguments
435 and vector return value handling with "finish" and "return".
436
c74f7d1c
JT
4372015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
438
439 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
440 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
441 PE file.
442 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
443
98aa42ee
AT
4442015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
445
446 PR breakpoints/16465
447 * gdb.mi/mi-dprintf-pending.c: New file.
448 * gdb.mi/mi-dprintf-pending.exp: New test.
449 * gdb.mi/mi-dprintf-pendshr.c: New file.
450
7d73c23c 4512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 452 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
453
454 * gdb.arch/i386-mpx-map.c: New file.
455 * gdb.arch/i386-mpx-map.exp: New File.
456
4572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
458
459 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
460 * gdb.arch/i386-mpx.exp: Indentation fixed.
461
4622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
463
464 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
465 function and improved indentation.
466 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
467 gdb_test_multiple. Added additional tests to skip the test.
468
4692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
470
471 * gdb.arch/i386-avx512.c: Change path in include file.
472 * gdb.arch/i386-avx512.exp: Change include dir path
473 compilation flag.
474 * gdb.arch/i386-mpx.c: Change path in include file.
475 * gdb.arch/i386-mpx.exp: Change include dir path compilation
476 flag.
477
d5eba19a
JK
4782015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.compile/compile-print.exp (compile print *vararray@3)
481 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
482
7f361056
JK
4832015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
486 (do not keep jit in memory): ... this.
487 (expect 5): Change it to ...
488 (expect no 5): ... this.
489
3b462ec2
SM
4902015-06-02 Simon Marchi <simon.marchi@ericsson.com>
491
492 PR gdb/15564
493 * gdb.mi/mi-detach.exp: New file.
494
e0619de6
JK
4952015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
496
497 PR symtab/18392
498 * gdb.arch/amd64-tailcall-self.S: New file.
499 * gdb.arch/amd64-tailcall-self.c: New file.
500 * gdb.arch/amd64-tailcall-self.exp: New file.
501
e970cb34
DB
5022015-05-28 Don Breazeal <donb@codesourcery.com>
503
504 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
505 tests for remote targets by checking is_target_gdbserver.
506
b2e2f908
DE
5072015-05-27 Doug Evans <dje@google.com>
508
509 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
510 * gdb.dwarf2/opaque-type-lookup.c: New file.
511 * gdb.dwarf2/opaque-type-lookup.exp: New file.
512
82c7be31
DE
5132015-05-26 Doug Evans <dje@google.com>
514
515 * gdb.cp/iostream.cc: New file.
516 * gdb.cp/iostream.exp: New file.
517
b4f54984
DE
5182015-05-26 Doug Evans <dje@google.com>
519
520 * gdb.dwarf2/dw2-op-call.exp: Update.
521 * gdb.dwarf2/dw4-sig-types.exp: Update.
522 * gdb.dwarf2/implptr.exp: Update.
523 * gdb.mi/mi-cmd-param-changed.exp: Update.
524
4ea6efe9
DE
5252015-05-26 Doug Evans <dje@google.com>
526
527 * gdb.python/py-lazy-string.c: New file.
528 * gdb.python/py-lazy-string.exp: New file.
529 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
530 (main): Update. Add estring3.
531 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
532 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
533
f6bb7db3
YQ
5342015-05-26 Omair Javaid <omair.javaid@linaro.org>
535 Yao Qi <yao.qi@linaro.org>
536
537 * gdb.reverse/aarch64.c: New.
538 * gdb.reverse/aarch64.exp: New.
539
a81bfbd0
OJ
5402015-05-26 Omair Javaid <omair.javaid@linaro.org>
541
542 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
543 (supports_reverse): Likewise.
544
158bf1b4
PP
5452015-05-22 Patrick Palka <patrick@parcs.ath.cx>
546
547 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
548 Use with_test_prefix.
549
a0145030
AB
5502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * gdb.base/completion.exp: Add test for completion of layout
553 names.
554
ebe3b578
AB
5552015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * lib/gdb.exp (skip_tui_tests): New proc.
558 * gdb.base/tui-layout.exp: Check skip_tui_tests.
559
84204ed7
PA
5602015-05-19 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
563 Save the whole env array instead of just HOME. Unset HISTSIZE in
564 the environment while testing. Restore whole environment
565 afterwards.
566
37442ce1
DE
5672015-05-16 Doug Evans <xdje42@gmail.com>
568
569 * gdb.guile/scm-ports.c: New file.
570 * gdb.guile/scm-ports.exp: Add memory port tests.
571
36de76f9
JK
5722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * gdb.compile/compile-print.c: New file.
575 * gdb.compile/compile-print.exp: New file.
576
3a9558c4
JK
5772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
578
579 * gdb.compile/compile-ops.exp: Cast param to void.
580 * gdb.compile/compile.exp: Complete type for _gdb_expr.
581 (compile code struct_object.selffield = &struct_object): Add xfail.
582
aa715135
JG
5832015-05-15 Joel Brobecker <brobecker@adacore.com>
584
585 * gdb.ada/arr_enum_with_gap: New testcase.
586
931e5bc3
JG
5872015-05-15 Joel Brobecker <brobecker@adacore.com>
588
589 * gdb.ada/byte_packed_arr: New testcase.
590
9cd4d857
JB
5912015-05-15 Joel Brobecker <brobecker@adacore.com>
592
593 * gdb.ada/pckd_neg: New testcase.
594
ebfd00d2
PP
5952015-05-13 Patrick Palka <patrick@parcs.ath.cx>
596
597 PR gdb/17820
598 * gdb.base/gdbinit-history.exp: New test.
599 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
600 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
601
4c082a81
SC
6022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
603
604 * gdb.python/py-xmethods.cc: Enhance test case.
605 * gdb.python/py-xmethods.exp: New tests.
606 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
607 function.
608 (B_indexoper): Likewise.
609 (global_dm_list) : Add new xmethod worker functions.
610
f7797074
SDJ
6112015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
612
613 * gdb.base/coredump-filter.exp: Correctly unset
614 "coredump_var_addr" array.
615
a4674e4e
PA
6162015-05-08 Pedro Alves <palves@redhat.com>
617
618 * gdb.server/non-existing-program.exp: Unset spawn_id.
619
df2eb078
SC
6202015-05-08 Siva Chandra Reddy <sivachandra@google.com>
621
622 PR python/18291
623 * gdb.python/py-xmethods.exp: Add tests.
624
422349a3
YQ
6252015-05-08 Yao Qi <yao.qi@linaro.org>
626
627 PR gdb/18208
628 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
629 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
630 function set_coredump_filter, and remove remote_exec call.
631 Remove argument ipid. Callers update.
632 (top level): Don't get inferior's PID.
633
63fc80ce
AA
6342015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
635
636 * gdb.base/watch_thread_num.exp: Skip test on targets without
637 access watchpoints.
638
80ad801e
PA
6392015-05-06 Pedro Alves <palves@redhat.com>
640
641 PR server/18081
642 * gdb.server/non-existing-program.exp: New file.
643
0fa7fe50
JB
6442015-05-05 Joel Brobecker <brobecker@adacore.com>
645
646 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
647
3ea89b92
PMR
6482015-05-05 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.ada/out_of_line_in_inlined: New testcase.
651
87b8eff0
JB
6522015-05-05 Joel Brobecker <brobecker@adacore.com>
653
654 * gdb.ada/var_rec_arr: New testcase.
655
5fccc635
YQ
6562015-04-30 Yao Qi <yao.qi@linaro.org>
657
658 * gdb.base/break-idempotent.exp: If
659 skip_hw_watchpoint_multi_tests returns true, skip the tests
660 on "rwatch" and "awatch".
661
42d38f42
YQ
6622015-04-30 Yao Qi <yao.qi@linaro.org>
663
664 * gdb.base/relativedebug.exp: Invoke gdb command
665 "info sharedlibrary", and if libc.so doesn't have debug info,
666 skip the test.
667
2ce1cdbf
DE
6682015-04-29 Doug Evans <dje@google.com>
669
670 * gdb.python/py-xmethods.exp: Add ptype tests.
671 * gdb.python/py-xmethods.py (E_method_char_worker): Add
672 get_result_type method.
673
f24a38c5
LM
6742015-04-29 Luis Machado <lgustavo@codesourcery.com>
675
676 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
677 the target does not support hardware watchpoints.
678
ecbf2b3c
LM
6792015-04-29 Luis Machado <lgustavo@codesourcery.com>
680
681 * gdb.base/break-always.exp: Abort testing if writing to memory
682 causes an error.
683
34f5f757
DE
6842015-04-28 Doug Evans <dje@google.com>
685
686 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
687 * gdb.python/py-pp-registration.exp: ... here. New file.
688 * gdb.python/py-pp-registration.c: New file.
689 * gdb.python/py-pp-registration.py: New file.
690
69b4374a
DE
6912015-04-28 Doug Evans <dje@google.com>
692
693 * gdb.python/py-bad-printers.c: New file.
694 * gdb.python/py-bad-printers.py: New file.
695 * gdb.python/py-bad-printers.exp: New file.
696
59fb7612
SS
6972015-04-28 Sasha Smundak <asmundak@google.com>
698
699 * gdb.python/py-type.exp: New test.
700
2631b16a
AW
7012015-04-28 Andy Wingo <wingo@igalia.com>
702
703 * gdb.python/py-parameter.exp:
704 * gdb.guile/scm-parameter.exp: Escape the path that we are
705 matching against, as it might contain characters that are special
706 to regular expressions.
707
460efde1
JB
7082015-04-27 Joel Brobecker <brobecker@adacore.com>
709
710 * gdb.ada/rec_comp: New testcase.
711
2d369d8e
SDJ
7122015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
713
714 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
715 before using it.
716
cf75d6c3
AB
7172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
720 new tests for verilog output.
721
8dbe7ca5
YQ
7222015-04-24 Yao Qi <yao.qi@linaro.org>
723
724 * boards/remote-gdbserver-on-localhost.exp: New file.
725
4ef9fb2f
PA
7262015-04-23 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
729 $inferior_spawn_id instead of $inferior_spawn_id directly. On
730 "end of file", remove $inferior_spawn_id from the indirect list.
731
0a803169
PA
7322015-04-23 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
735
749ef8f8
PA
7362015-04-23 Pedro Alves <palves@redhat.com>
737
738 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
739 on $any_spawn_id instead of only on $gdb_spawn_id.
740
8aae4344
PM
7412015-04-21 Pierre Muller <muller@sourceware.org>
742
743 PR pascal/17815
744 * lib/pascal.exp (gpc_compile): Add new option "class".
745 (fpc_compile): Likewise.
746 * gdb.pascal/case-insensitive-symbols.pas: New file.
747 * gdb.pascal/case-insensitive-symbols.exp: New file.
748
1586c8fb
GB
7492015-04-20 Gary Benson <gbenson@redhat.com>
750
751 * gdb.base/attach.exp: Fix three extended remote failures.
752
1b6e6f5c
GB
7532015-04-17 Gary Benson <gbenson@redhat.com>
754
755 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
756 the main executable over the remote protocol.
757
e797481d
PA
7582015-04-16 Pedro Alves <palves@redhat.com>
759
760 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
761 a new gdbserver if gdbserver_reconnect_p is set.
762
1ca99c42
PA
7632015-04-16 Pedro Alves <palves@redhat.com>
764
765 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
766 is set, don't exit gdbserver.
767
af9fd6f8
AA
7682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
769
770 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
771 appropriate .insn, such that an older assembler can be used.
772 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
773 the z/Architecture instruction set on 31-bit targets as well.
774
04ff1e61
AA
7752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
776
777 * gdb.go/handcall.exp: Remove all logic related to the first
778 breakpoint and rely on go_runto_main instead.
779 * gdb.go/strings.exp: Likewise.
780 * gdb.go/unsafe.exp: Likewise.
781 * gdb.go/hello.exp: Likewise. Also rename the remaining
782 breakpoint marker to "breakpoint 1".
783 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
784 * gdb.go/strings.go: Likewise.
785 * gdb.go/unsafe.go: Likewise.
786 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
787 "set breakpoint 2 here" and rename the remaining breakpoint marker
788 to "breakpoint 1".
789
40d2f8d6
SM
7902015-04-15 Simon Marchi <simon.marchi@ericsson.com>
791
792 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
793 if itertools.imap is not present.
794 * gdb.python/py-objfile.exp: Add parentheses.
795 * gdb.python/py-type.exp: Same.
796 * gdb.python/py-unwind-maint.py: Same.
797
8cbc97c6
YQ
7982015-04-15 Yao Qi <yao.qi@linaro.org>
799
800 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
801 of ":$ptr_size" and set its form explicitly.
802
45fd756c
YQ
8032015-04-15 Pedro Alves <palves@redhat.com>
804 Yao Qi <yao.qi@linaro.org>
805
806 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
807 timeout by factor of 4.
808 (test_regular_watch): Likewise.
809 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
810 * gdb.reverse/sigall-reverse.exp: Likewise.
811 * gdb.reverse/until-precsave.exp: Likewise.
812 * lib/gdb.exp (with_timeout_factor): New proc.
813 (gdb_expect): Move some code to ...
814 (get_largest_timeout): ... here. New procedure.
815
9e811bc3
LM
8162015-04-14 Luis Machado <lgustavo@codesourcery.com>
817
818 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
819
0ff6fcb2
LM
8202015-04-13 Luis Machado <lgustavo@codesourcery.com>
821
822 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
823 to write to the .text section.
824
7578d5f7
LM
8252015-04-13 Luis Machado <lgustavo@codesourcery.com>
826
827 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
828 Handle the case of targets that do not provide PID information.
829
2efe15c4
YQ
8302015-04-13 Yao Qi <yao.qi@linaro.org>
831
832 * lib/gdbserver-support.exp (gdb_exit): Catch exception
833 and use expect instead of gdb_expect.
834
8cd8f2f8
SDJ
8352015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
836
837 * gdb.base/coredump-filter.exp: Rename variable "addr" to
838 "coredump_var_addr" to avoid naming conflict with other testcases.
839
9ee41772
PA
8402015-04-10 Pedro Alves <palves@redhat.com>
841
842 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
843 gdb_test_sequence and gdb_assert.
844
07473109
PA
8452015-04-10 Pedro Alves <palves@redhat.com>
846
847 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
848 test messages that don't include the breakpoint address.
849
de3db44c
YQ
8502015-04-10 Yao Qi <yao.qi@linaro.org>
851
852 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
853 false for some offset and width combinations which aren't
854 supported by linux kernel.
855
c79d856c
PA
8562015-04-10 Pedro Alves <palves@redhat.com>
857
858 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
859 procedure, factored out from ...
860 (top level): ... here. Add "set displaced-stepping" testing axis.
861 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
862 parameter "displaced". Use it.
863 (top level): Use foreach and add "set displaced-stepping" testing
864 axis.
865
ebc90b50
PA
8662015-04-10 Pedro Alves <palves@redhat.com>
867
868 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
869 Remove comment.
870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
871 both the address of the instruction that triggers the watchpoint
872 and the address of the instruction immediately after, and use
873 those addresses for the test. Fix comment.
874
8f572e5c
PA
8752015-04-10 Pedro Alves <palves@redhat.com>
876
877 * gdb.base/sigstep.exp (breakpoint_to_handler)
878 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
879 Test "backtrace" in handler.
880 (breakpoint_over_handler): New parameter 'displaced'. Use it.
881 (top level): Add new "displaced" test axis to
882 breakpoint_to_handler, breakpoint_to_handler_entry and
883 breakpoint_over_handler.
884
8d707a12
PA
8852015-04-10 Pedro Alves <palves@redhat.com>
886
887 PR gdb/18216
888 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
889
ef713951
YQ
8902015-04-10 Yao Qi <yao.qi@linaro.org>
891
892 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
893 (test_add_rn_pc): New function.
894 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
895 (top level): Invoke test_add_rn_pc.
896
906d60cf
PA
8972015-04-10 Pedro Alves <palves@redhat.com>
898
899 PR gdb/13858
900 * gdb.base/step-over-no-symbols.exp: New file.
901
f2983cc3
AW
9022015-04-09 Andy Wingo <wingo@igalia.com>
903
904 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
905 after the Python tests.
906
6d62641c
SDJ
9072015-04-08 Keith Seitz <keiths@redhat.com>
908
909 PR python/16699
910 * gdb.python/py-completion.exp: New tests for completion.
911 * gdb.python/py-completion.py (CompleteLimit1): New class.
912 (CompleteLimit2): Likewise.
913 (CompleteLimit3): Likewise.
914 (CompleteLimit4): Likewise.
915 (CompleteLimit5): Likewise.
916 (CompleteLimit6): Likewise.
917 (CompleteLimit7): Likewise.
918
f3770638
PA
9192015-04-08 Pedro Alves <palves@redhat.com>
920
921 PR gdb/18214
922 PR gdb/18216
923 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
924 function.
925 (main): Install it as SIGUSR1 handler.
926 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
927 parameter. Always use "setup" as prefix. Toggle "set
928 displaced-stepping" off/on depending on global. Don't switch to
929 thread 1 here.
930 (top level): Add displaced stepping "off/on" test axis. Update
931 "setup" calls. Wrap each subtest with with_test_prefix. Test
932 continuing with a queued signal in each thread.
933
4496bed7
PA
9342015-04-08 Pedro Alves <palves@redhat.com>
935
936 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
937 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
938 gdb_breakpoint instead of gdb_test that doesn't expect anything.
939 Return early if running to main fails.
940 * gdb.trace/while-stepping.exp: Likewise.
941
b97fde92
PA
9422015-04-07 Pedro Alves <palves@redhat.com>
943
944 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
945 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
946 interact with inferior program.
947
f71c18e7
PA
9482015-04-07 Pedro Alves <palves@redhat.com>
949
950 * lib/gdb.exp (inferior_spawn_id): New global.
951 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
952 spawn id after processing the user code.
953 (default_gdb_start): Set inferior_spawn_id.
954 (send_inferior): New procedure.
955 * lib/gdbserver-support.exp (gdbserver_start): Set
956 inferior_spawn_id.
957 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
958
6423214f
PA
9592015-04-07 Pedro Alves <palves@redhat.com>
960
961 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
962 * lib/gdbserver-support.exp (gdbserver_start): Make
963 $server_spawn_id global.
964 (gdbserver_start): Don't wait for gdbserver's spawn id with
965 expect_background.
966 (close_gdbserver): New procedure.
967 (gdb_exit): Rename the default version and reimplement.
968
71c0ee8c
PA
9692015-04-07 Pedro Alves <palves@redhat.com>
970
72f4393d 971 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
972 append the substituted item, not the original item.
973
203bc29b
PA
9742015-04-07 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
977 gdb_expect.
978
508a3ddf
PA
9792015-04-07 Pedro Alves <palves@redhat.com>
980
981 * gdb.base/interrupt.exp: Don't handle the case of the inferior
982 output appearing once only.
983
9f6dbe2b
PA
9842015-04-07 Pedro Alves <palves@redhat.com>
985
986 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
987 that doesn't expect anything. Return early if running to main
988 fails.
989
337532fa
YQ
9902015-04-07 Yao Qi <yao.qi@linaro.org>
991
992 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
993 (child_function): Call alarm.
994 (main): Move call to alarm into the loop.
995 * gdb.threads/non-stop-fair-events.exp: Build program with
996 -DTIMEOUT=$timeout.
997
01b622d4
DE
9982015-04-06 Doug Evans <xdje42@gmail.com>
999
1000 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1001 Fix dest parameter to board_info.
1002 (fpc_compile): Ditto.
1003 (gdb_compile_pascal): Rename dest arg to destfile.
1004
961f4160
PMR
10052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1006
1007 * gdb.ada/funcall_ref.exp: New file.
1008 * gdb.ada/funcall_ref/foo.adb: New file.
1009
cafda597
YQ
10102015-04-02 Yao Qi <yao.qi@linaro.org>
1011
1012 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1013 is remote.
1014
fed040c6
GB
10152015-04-02 Gary Benson <gbenson@redhat.com>
1016
1017 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1018
d11916aa
SS
10192015-04-01 Sasha Smundak <asmundak@google.com>
1020
1021 * gdb.python/py-unwind-maint.c: New file.
1022 * gdb.python/py-unwind-maint.exp: New test.
1023 * gdb.python/py-unwind-maint.py: New file.
1024 * gdb.python/py-unwind.c: New file.
1025 * gdb.python/py-unwind.exp: New test.
1026 * gdb.python/py-unwind.py: New test.
1027
a1471180
PA
10282015-04-01 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1031 to fail instead of non-existent $test.
1032
0bbeccb1
PA
10332015-04-01 Pedro Alves <palves@redhat.com>
1034
1035 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1036 GDBFLAGS if not empty.
1037
3c724c8c
PMR
10382015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1039
1040 * gdb.ada/complete.exp: Remove "multi_line".
1041 * gdb.ada/info_exc.exp: Remove "multi_line".
1042 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1043 * gdb.ada/ptype_field.exp: Remove "multi_line".
1044 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1045 * gdb.ada/tagged.exp: Remove "multi_line".
1046 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1047 [multi_line ...]
1048 * gdb.btrace/delta.exp: Likewise.
1049 * gdb.btrace/exception.exp: Likewise.
1050 * gdb.btrace/function_call_history.exp: Likewise.
1051 * gdb.btrace/instruction_history.exp: Likewise.
1052 * gdb.btrace/nohist.exp: Likewise.
1053 * gdb.btrace/record_goto.exp: Likewise.
1054 * gdb.btrace/segv.exp: Likewise.
1055 * gdb.btrace/stepi.exp: Likewise.
1056 * gdb.btrace/tailcall.exp: Likewise.
1057 * gdb.btrace/unknown_functions.exp: Likewise.
1058 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1059 * lib/gdb.exp: Add the "multi_line" helper.
1060
4eec2deb
PA
10612015-04-01 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.threads/tid-reuse.c: New file.
1064 * gdb.threads/tid-reuse.exp: New file.
1065
df8411da
SDJ
10662015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1067
1068 PR corefiles/16092
1069 * gdb.base/coredump-filter.c: New file.
1070 * gdb.base/coredump-filter.exp: Likewise.
1071
6ef37366
PM
10722015-03-27 Petr Machata <pmachata@redhat.com>
1073
1074 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1075 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1076 (Dwarf::assemble): Initialize them.
1077 (Dwarf::lines): New function.
1078
7ec911b0
JT
10792015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1080
1081 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1082 SYMBOL_PREFIX for x86_64-*-cygwin.
1083
ff908ebf
AW
10842015-03-26 Andy Wingo <wingo@igalia.com>
1085
1086 PR symtab/18148
1087 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1088 const_value but not a location.
1089 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1090 location defined in non-main CUs are visible.
1091
6d5f0679
YQ
10922015-03-26 Yao Qi <yao.qi@linaro.org>
1093
1094 PR testsuite/18139
1095 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1096 Add a line number entry for the same line.
1097 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1098 Add a line number entry for the same line.
1099
2898689b
YQ
11002015-03-26 Yao Qi <yao.qi@linaro.org>
1101
1102 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1103 .int 0.
1104 (func): Likewise. Add .Lfunc_1 label.
1105 Use .Lfunc_1 label.
1106 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1107 .int 0.
1108 (func): Likewise.
1109 Use .Lfunc_1 label.
1110
85180498
YQ
11112015-03-26 Yao Qi <yao.qi@linaro.org>
1112
1113 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1114 Call gdb_compile instead to compile each .s files without debug
1115 information.
1116
8aa08a8d
YQ
11172015-03-26 Yao Qi <yao.qi@linaro.org>
1118
1119 * gdb.base/savedregs.exp (process_saved_regs): Make
1120 "Saved registers:" optional in the pattern.
1121
66849923
MM
11222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1123
1124 * gdb.btrace/next.exp: Merged into step.exp.
1125 * gdb.btrace/finish.exp: Merged into step.exp.
1126 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1127 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1128 "record goto" and checking the exact replay position.
1129 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1130 check for "Recording format" in "info record" output.
1131 * gdb.btrace/record_goto.exp: Choose test file based on target.
1132 * gdb.btrace/x86-record_goto.S: Renamed into ...
1133 * gdb.btrace/x86_64-record_goto.S: ... this.
1134 * gdb.btrace/i686-record_goto.S: New.
1135 * gdb.btrace/x86-tailcall.S: Renamed into ...
1136 * gdb.btrace/x86_64-tailcall.S: ... this.
1137 * gdb.btrace/i686-tailcall.S: New.
1138 * gdb.btrace/x86-tailcall.c: Renamed into ...
1139 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1140 separate statements. Update test.
1141 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1142 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1143 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1144 * gdb.btrace/tailcall.exp: Choose test file based on target.
1145 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1146
11cc1b74
MM
11472015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1148
1149 * gdb.btrace/exception.exp: Increase BTS buffer size.
1150
a25d8bf9
PA
11512015-03-24 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1154
856e7dd6
PA
11552015-03-24 Pedro Alves <palves@redhat.com>
1156
1157 * gdb.threads/schedlock.exp (test_step): No longer expect that
1158 "set scheduler-locking step" with "next" over a function call runs
1159 threads unlocked.
1160
ad235a41
AT
11612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1162
1163 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1164
15630549
AT
11652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1166
1167 PR breakpoints/16466
1168 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1169 * gdb.mi/mi-pending.c (thread_func): New function.
1170 (int main): Add threading support required.
1171 * gdb.mi/mi-pending.exp: Add tests for this issue.
1172 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1173 (pendfunc2): Remove stdio dependency.
1174 * gdb.mi/mi-pendshr2.c: New file.
1175
693dca06
KS
11762015-03-23 Keith Seitz <keiths@redhat.com>
1177
1178 * gdb.linespec/keywords.c: New file.
1179 * gdb.linespec/keywords.exp: New file.
1180
7e993ebf
KS
11812015-03-23 Keith Seitz <keiths@redhat.com>
1182
1183 PR gdb/18021
1184 * gdb.dwarf2/staticvirtual.exp: New test.
1185
bc23328c
JK
11862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1187
1188 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1189 * README: Remove HP-UX and gdb.hp.
1190 (configuration):
1191 * configure: Regenerate.
1192 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1193 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1194 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1195 gdb.hp/gdb.defects/Makefile.
1196 * gdb.hp/Makefile.in: File deleted.
1197 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1198 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1199 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1200 * gdb.hp/gdb.aCC/run.c: File deleted.
1201 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1202 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1203 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1204 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1205 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1206 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1207 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1208 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1209 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1210 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1211 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1212 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1213 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1214 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1215 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1216 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1217 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1218 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1219 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1220 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1221 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1222 * gdb.hp/gdb.compat/average.c: File deleted.
1223 * gdb.hp/gdb.compat/sum.c: File deleted.
1224 * gdb.hp/gdb.compat/xdb.c: File deleted.
1225 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1226 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1227 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1228 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1229 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1230 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1231 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1232 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1233 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1234 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1235 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1236 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1237 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1238 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1239 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1240 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1241 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1242 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1243 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1244 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1245 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1246 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1247 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1248 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1249 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1250 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1251 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1252 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1253 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1254 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1255 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1256 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1257 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1258 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1259 * gdb.hp/tools/odump: File deleted.
1260
8bf3b159
PA
12612015-03-19 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1264 (saw_thread_3): New globals.
1265 (top level): Increment them when an event for the corresponding
1266 thread is seen.
1267 (no thread starvation): New test.
1268
eb54c8bf
PA
12692015-03-19 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.threads/continue-pending-status.c: New file.
1272 * gdb.threads/continue-pending-status.exp: New file.
1273
32d2e5d6
PA
12742015-03-18 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1277 Use gdb_is_target_remote instead of is_remote. Use
1278 gdb_test_multiple instead of gdb_expect. Exit early if
1279 gdb_test_multiple hits its internal matches. Tighten stepi tests
1280 expected output. Fail on exit with any signal, instead of just
1281 SIGILL.
1282
f68f11b7
YQ
12832015-03-18 Yao Qi <yao.qi@linaro.org>
1284
1285 PR tdep/18107
1286 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1287 variable.
1288 * gdb.base/catch-syscall.exp: Don't skip it on
1289 aarch64*-*-linux* target. Remove elements in all_syscalls.
1290 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1291 target.
1292 (setup_all_syscalls): New proc.
1293
ca5fd19b
YQ
12942015-03-16 Yao Qi <yao.qi@linaro.org>
1295
1296 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1297 (top level): Skip tests if valid_addr_p returns false for
1298 $cmd1 or $cmd2.
1299
85642ba0
AW
13002015-03-11 Andy Wingo <wingo@igalia.com>
1301
1302 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1303
e03f9645
YQ
13042015-03-11 Yao Qi <yao.qi@linaro.org>
1305
1306 * gdb.base/catch-syscall.exp: Fix typo in comments.
1307
5d0962b2
YQ
13082015-03-11 Yao Qi <yao.qi@linaro.org>
1309
1310 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1311
b2df3cef
PA
13122015-03-09 Pedro Alves <palves@redhat.com>
1313
1314 * dg-extract-results.py: Delete.
1315
ef878e53
PA
13162015-03-09 Pedro Alves <palves@redhat.com>
1317
1318 Merge dg-extract-results.sh from GCC upstream (r218843).
1319
1320 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1321 * dg-extract-results.sh: Use --text with grep to avoid issues with
1322 binary files. Fall back to cat -v, if that doesn't work.
1323
9494d219
PA
13242015-03-05 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1327
a8d9763a
SM
13282015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1329
1330 * lib/mi-support.exp (mi_expect_interrupt): Accept
1331 alternative event for when in all-stop mode.
1332
be9957b8
PA
13332015-03-04 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1336
d57be0f4 13372015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1338
1339 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1340
c214c7cf
AA
13412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1342
1343 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1344 regexps for GDB's current line display, accept a hex address
1345 preceding the line number.
1346
6d74a497
AA
13472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1348
1349 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1350 the 'arch1' variable for "s390*-linux*" targets.
1351
511aee7c
PA
13522015-03-04 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1355 (main): Pass missing retval argument to pthread_join call.
1356
95e50b27
PA
13572015-03-02 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1360 (top level): Call do_test with non-stop as well.
1361
28054d69
PA
13622015-03-02 Pedro Alves <palves@redhat.com>
1363
1364 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1365 -1.
1366
4fa5d7b4
AA
13672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1368
1369 * gdb.arch/s390-vregs.exp: New test.
1370 * gdb.arch/s390-vregs.S: New file.
1371
97c18565
PA
13722015-02-27 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1375 call to catch_command_errors.
1376 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1377 catch_command_errors.
1378
a37bfa30
PA
13792015-02-27 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1382 "true" for boolean result.
1383 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1384 prototype of main.
1385
6f98576f
PA
13862015-02-27 Pedro Alves <palves@redhat.com>
1387
1388 * lib/unbuffer_output.c: New file.
1389 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1390 (main): Call gdb_unbuffer_output.
1391
eba5ab56
YQ
13922015-02-27 Yao Qi <yao.qi@linaro.org>
1393
1394 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1395 target.
1396
0def5aaa
DE
13972015-02-26 Doug Evans <dje@google.com>
1398
1399 * gdb.cp/class2.cc (Dbase, D): New classes.
1400 (main): New local delta.
1401 * gdb.cp/class2.exp: Test printing delta.
1402 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1403 (dynbar): New global.
1404 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1405
081a1c2c
JK
14062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1407
1408 * gdb.compile/compile-ifunc.c: New file.
1409 * gdb.compile/compile-ifunc.exp: New file.
1410
2f41223f
AT
14112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1412
1413 * gdb.base/structs.exp: Check for correct struct on finish.
1414
03eddd80
YQ
14152015-02-26 Yao Qi <yao.qi@linaro.org>
1416
1417 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1418 is zero.
1419
80c57053
JK
14202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1421
1422 * gdb.arch/cordic.ko.bz2: New file.
1423 * gdb.arch/cordic.ko.debug.bz2: New file.
1424 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1425
21613c12
YQ
14262015-02-25 Yao Qi <yao.qi@linaro.org>
1427
1428 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1429 aarch64*-*-* target.
1430
d8b901ed
PA
14312015-02-23 Pedro Alves <palves@redhat.com>
1432
1433 * lib/gdb.exp (delete_breakpoints): Rewrite using
1434 gdb_test_multiple.
1435
e5b85ead
PA
14362015-02-23 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.base/info-os.c: Include stdlib.h.
1439
85c3a371
DE
14402015-02-22 Doug Evans <xdje42@gmail.com>
1441
1442 PR symtab/17855
1443 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1444 is read after symbols have been re-read.
1445 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1446 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1447
96553a0c
DE
14482015-02-21 Doug Evans <dje@google.com>
1449
1450 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1451
97a0c697
JK
14522015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 PR corefiles/17808
1455 * gdb.arch/i386-biarch-core.core.bz2: New file.
1456 * gdb.arch/i386-biarch-core.exp: New file.
1457
a47cd6e9
PA
14582015-02-21 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1461 runto_main fails.
1462
c5facdc4
PA
14632015-02-20 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1466 info probes.
1467
2db9a427
PA
14682015-02-20 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1471
60fb7e9e
PA
14722015-02-20 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1475 clean_restart before gdb_target_supports_trace.
1476
5c5019c2
PA
14772015-02-20 Pedro Alves <palves@redhat.com>
1478
1479 PR threads/18006
1480 * gdb.threads/clone-thread_db.c: New file.
1481 * gdb.threads/clone-thread_db.exp: New file.
1482
c9587f88
AT
14832015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1484
1485 PR breakpoints/16812
1486 * gdb.base/catch-gdb-caused-signals.c: New file.
1487 * gdb.base/catch-gdb-caused-signals.exp: New file.
1488
f6a88844
JM
14892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1490
1491 * configure: Regenerated.
1492 * configure.ac: Use GDB_AC_TRANSFORM.
1493 * aclocal.m4: sinclude ../transform.m4.
1494
497c491b
JM
14952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1496
1497 * lib/dtrace.exp: New file.
1498 * gdb.base/dtrace-probe.exp: Likewise.
1499 * gdb.base/dtrace-probe.d: Likewise.
1500 * gdb.base/dtrace-probe.c: Likewise.
1501 * lib/pdtrace.in: Likewise.
1502 * configure.ac: Output variables with the transformed names of
1503 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1504 * configure: Regenerated.
1505
03e98035
JM
15062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1507
1508 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1509 expected message when trying to access $_probe_* convenience
1510 variables while not on a probe.
1511
63cc30e9
JK
15122015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1515
0703599a
PA
15162015-02-11 Pedro Alves <pedro@codesourcery.com>
1517
1518 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1519 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1520
7e60a48e
DE
15212015-02-10 Doug Evans <xdje42@gmail.com>
1522
1523 * lib/gdb.exp (gdb_load): Always return a result.
1524
01b088bc
PA
15252015-02-10 Pedro Alves <palves@redhat.com>
1526
1527 * gdb.threads/signal-sigtrap.c: New file.
1528 * gdb.threads/signal-sigtrap.exp: New file.
1529
b05ec7a5
AT
15302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1531
1532 * gdb.trace/no-attach-trace.c: New file.
1533 * gdb.trace/no-attach-trace.exp: New file.
1534
a2c2acaf
MW
15352015-02-09 Mark Wielaard <mjw@redhat.com>
1536
1537 * gdb.dwarf2/atomic.c: New file.
1538 * gdb.dwarf2/atomic-type.exp: Likewise.
1539
31fd9caa
MM
15402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1541
1542 * gdb.btrace/buffer-size.exp: Update "info record" output.
1543 * gdb.btrace/delta.exp: Update "info record" output.
1544 * gdb.btrace/enable.exp: Update "info record" output.
1545 * gdb.btrace/finish.exp: Update "info record" output.
1546 * gdb.btrace/instruction_history.exp: Update "info record" output.
1547 * gdb.btrace/next.exp: Update "info record" output.
1548 * gdb.btrace/nexti.exp: Update "info record" output.
1549 * gdb.btrace/step.exp: Update "info record" output.
1550 * gdb.btrace/stepi.exp: Update "info record" output.
1551 * gdb.btrace/nohist.exp: Update "info record" output.
1552
d33501a5
MM
15532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1554
1555 * gdb.btrace/buffer-size: New.
1556
f4abbc16
MM
15572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1558
1559 * gdb.btrace/delta.exp: Update "info record" output.
1560 * gdb.btrace/enable.exp: Update "info record" output.
1561 * gdb.btrace/finish.exp: Update "info record" output.
1562 * gdb.btrace/instruction_history.exp: Update "info record" output.
1563 * gdb.btrace/next.exp: Update "info record" output.
1564 * gdb.btrace/nexti.exp: Update "info record" output.
1565 * gdb.btrace/step.exp: Update "info record" output.
1566 * gdb.btrace/stepi.exp: Update "info record" output.
1567 * gdb.btrace/nohist.exp: Update "info record" output.
1568
b9d61307
SM
15692015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1570
1571 PR gdb/15678
1572 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1573
e584fdbc
PA
15742015-02-06 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1577 macro.
1578 (seconds_left, again): New globals.
1579 (main): Wait seconds_left in a 1-second sleep loop instead of
1580 sleeping 180 seconds. If 'again' is set, reset the seconds
1581 counter.
1582 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1583 'again' in the inferior before detaching. Print the seconds left.
1584 (options): New global.
1585 (top level): Build program with -DTIMEOUT=$timeout.
1586
77f41761
PA
15872015-02-06 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1590 determine how many seconds to pass to 'alarm'.
1591 * gdb.base/gdb-sigterm.exp (top level): Build program with
1592 -DTIMEOUT=$timeout.
1593 (do_test): Return success/failure indication. Add more verbose
1594 logging. Don't fail if 200 single steps are seen. Instead, fail
1595 when the test times out.
1596 (passes): New global.
1597 (top level): Break the testing loop if testing fails on any
1598 iteration. Use gdb_assert.
1599
b9394193
DB
16002015-02-04 Don Breazeal <donb@codesourcery.com>
1601
1602 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1603 and initialize them.
1604 (ipc_cleanup): New function.
1605 (main): Don't declare shmid, semid, and msqid. Add a call to
1606 atexit so that we call ipc_cleanup on exit.
1607
42d9e528
PA
16082015-02-04 Pedro Alves <palves@redhat.com>
1609
1610 * boards/native-extended-gdbserver.exp: Remove any target variant
1611 specifications from the board name before clearing the isremote
1612 flag from board_info.
1613
ae6ae975
DE
16142015-01-31 Doug Evans <xdje42@gmail.com>
1615
1616 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1617
cfb069a8
GB
16182015-01-31 Gary Benson <gbenson@redhat.com>
1619
1620 * gdb.base/completion.exp: Disable completion limiting for
1621 existing tests. Add new tests to check completion limiting.
1622 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1623
5dd31d79
DE
16242015-01-31 Doug Evans <xdje42@gmail.com>
1625
1626 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1627
9f050062
DE
16282015-01-31 Doug Evans <xdje42@gmail.com>
1629
1630 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1631 entries. Duplicate file section script entries.
1632 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1633 inlined entries. Add test for safe-path rejection.
1634 * gdb.python/py-section-script.c: Add duplicate inlined section script
1635 entries. Duplicate file section script entries.
1636 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1637 inlined entries. Add test for safe-path rejection.
1638
df25ebbd
JB
16392015-01-29 Joel Brobecker <brobecker@adacore.com>
1640
1641 * gdb.ada/disc_arr_bound: New testcase.
1642
4a0ca9ec
JB
16432015-01-29 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.ada/mi_var_array: New testcase.
1646
3a8b707a
DE
16472015-01-27 Doug Evans <dje@google.com>
1648
1649 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1650 Add test for objfile.filename, objfile.username after objfile
1651 has been unloaded.
1652
f8313f6e
JB
16532015-01-26 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1656 the second test to print the name attribute of value
1657 returned by the call to gdb.lookup_type, and adjust
1658 the expected output accordingly.
1659
37bc665e
MW
16602015-01-25 Mark Wielaard <mjw@redhat.com>
1661
1662 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1663 * gdb.base/disp-step-fork.c: Include unistd.h.
1664 * gdb.base/siginfo-obj.c: Include stdio.h.
1665 * gdb.base/siginfo-thread.c: Likewise.
1666 * gdb.mi/non-stop.c: Include unistd.h.
1667 * gdb.mi/nsthrexec.c: Include stdio.h.
1668 * gdb.mi/pthreads.c: Include unistd.h.
1669 * gdb.modula2/unbounded1.c (main): Declare returns int.
1670 * gdb.reverse/consecutive-reverse.c: Likewise.
1671 * gdb.threads/create-fail.c: Include unistd.h.
1672 * gdb.threads/killed.c: Likewise.
1673 * gdb.threads/linux-dp.c: Likewise.
1674 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1675 * gdb.threads/non-ldr-exc-2.c: Likewise.
1676 * gdb.threads/non-ldr-exc-3.c: Likewise.
1677 * gdb.threads/non-ldr-exc-4.c: Likewise.
1678 * gdb.threads/pthreads.c: Include unistd.h.
1679 (main): Declare returns int.
1680 * gdb.threads/tls-main.c (foo): New declaration.
1681 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1682
f7e5394d
SM
16832015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1684
1685 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1686 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1687
743649fd
MW
16882015-01-15 Mark Wielaard <mjw@redhat.com>
1689
1690 * gdb.base/noreturn-return.c: New file.
1691 * gdb.base/noreturn-return.exp: New file.
1692 * gdb.base/noreturn-finish.c: New file.
1693 * gdb.base/noreturn-finish.exp: New file.
1694
198297aa
PA
16952015-01-23 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.threads/continue-pending-after-query.c: New file.
1698 * gdb.threads/continue-pending-after-query.exp: New file.
1699
717cf30c
AG
17002015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1701 Simon Marchi <simon.marchi@ericsson.com>
1702
1703 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1704 * gdb.base/valgrind-db-attach.exp: Same.
1705 * gdb.base/valgrind-infcall.exp: Same.
1706 * lib/mi-support.exp (default_mi_gdb_start): Same.
1707 * lib/prompt.exp (default_prompt_gdb_start): Same.
1708 * lib/gdb.exp (default_gdb_spawn): Same.
1709 (gdb_interact): New.
1710
1711
4b62a76e
JK
17122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * gdb.compile/compile.exp (pointer to jit function): New test.
1715
b4cdae6f
WW
17162015-01-17 Wei-cheng Wang <cole945@gmail.com>
1717
1718 * lib/gdb.exp (supports_process_record): Return true for
1719 powerpc*-*-linux*.
1720 (supports_reverse): Likewise.
1721
d221e7ef
DB
17222015-01-15 Don Breazeal <donb@codesourcery.com>
1723
1724 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1725 instead of checking whether the target board is remote and
1726 use spawn_wait_for_attach instead of exec/sleep.
1727 * gdb.base/attach-twice.exp: Likewise.
1728
bafffb51
JB
17292015-01-15 Joel Brobecker <brobecker@adacore.com>
1730
1731 * gdb.ada/var_arr_attrs: New testcase.
1732
5589af0e
PA
17332015-01-14 Pedro Alves <palves@redhat.com>
1734 Joel Brobecker <brobecker@adacore.com>
1735
1736 PR gdb/17525
1737 * gdb.base/bp-cmds-execution-x-script.c: New file.
1738 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1739 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1740
6c400b59
PA
17412015-01-14 Pedro Alves <palves@redhat.com>
1742
1743 PR cli/17828
1744 * gdb.base/batch-preserve-term-settings.c: New file.
1745 * gdb.base/batch-preserve-term-settings.exp: New file.
1746
e02c96a7
DE
17472015-01-13 Doug Evans <dje@google.com>
1748
1749 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1750 binary.
1751
576fd14c
JB
17522015-01-13 Joel Brobecker <brobecker@adacore.com>
1753
1754 * Makefile.in (clean mostlyclean): Do not delete *.py.
1755
04dccad0
JB
17562015-01-13 Joel Brobecker <brobecker@adacore.com>
1757
1758 * gdb.python/py-lookup-type.exp: New file.
1759
3d230f71
PA
17602015-01-12 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1763 restore GDBFLAGS before returning.
1764
7e67715d
JK
17652015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1768 is_amd64_regs_target and is_x86_like_target.
1769
f2e0d4b4
DE
17702015-01-11 Doug Evans <xdje42@gmail.com>
1771
1772 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1773 is given without an explicit form.
1774 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1775 attributes.
1776 * gdb.dwarf/corrupt.exp: Ditto.
1777 * gdb.dwarf2/enum-type.exp: Ditto.
1778 * gdb.trace/entry-values.exp: Ditto.
1779 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1780
439250fb
DE
17812015-01-11 Doug Evans <xdje42@gmail.com>
1782
1783 PR gdb/15830
1784 * gdb.base/maint.exp: Remove references to "maint demangle".
1785 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1786 Add tests for explicitly specifying language to demangle.
1787 * gdb.dlang/demangle.exp: Ditto.
1788
ede9f622
PA
17892015-01-09 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.threads/non-stop-fair-events.c: New file.
1792 * gdb.threads/non-stop-fair-events.exp: New file.
1793
a7b796db
PA
17942015-01-09 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1797 the global scope. Set a breakpoint after all threads are started
1798 rather than stepping over two source lines. Expect the prompt.
1799 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1800 global.
1801 (NUM): Now 15.
1802 (main): Use threads_started_barrier to wait for all threads to
1803 start. Main thread no longer calls thread_function. Exit after
1804 180 seconds.
1805 (loop): New function.
1806 (thread_function): Wait on threads_started_barrier barrier. Call
1807 'loop' at each iteration.
1808 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1809 threads have started, instead of hardcoding number of "next"
1810 steps. Use an access watchpoint instead of a write watchpoint.
1811
9665ffdd
PA
18122015-01-09 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1815 (thread_func): Wait on barrier.
1816 (main): Wait for all threads to start before stopping GDB.
1817 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1818 global.
1819 (thread1_func, thread2_func): Wait on barrier.
1820 (main): Wait for all threads to start before stopping GDB.
1821 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1822 New global.
1823 (thread1_func, thread2_func): Wait on barrier.
1824 (main): Wait for all threads to start before stopping GDB.
1825
c945a99f
PA
18262015-01-09 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.threads/attach-many-short-lived-threads.c: New file.
1829 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1830
c1a747c1
PA
18312014-01-09 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1834 instead of to thread 2.
1835 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1836 Add barrier around each pthread_create call instead of around all
1837 calls.
1838 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1839 Set a break on thread_function and have the child threads hit it
1840 one at at a time.
1841
60b3033e
PA
18422015-01-09 Pedro Alves <palves@redhat.com>
1843
1844 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1845 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1846 false.
1847 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1848 checking whether the target board is remote.
1849 * gdb.multi/multi-attach.exp: Likewise.
1850 * gdb.python/py-sync-interp.exp: Likewise.
1851 * gdb.server/ext-attach.exp: Likewise.
1852 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1853 tests that need to attach, instead of checking whether the target
1854 board is remote at the top of the file.
1855
acc018ac
YQ
18562015-01-08 Yao Qi <yao@codesourcery.com>
1857
1858 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1859
50a18af8
JK
18602015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 Fix testcase compilation.
1863 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1864
8503d6e1
JB
18652015-01-06 Joel Brobecker <brobecker@adacore.com>
1866
1867 * gdb.python/py-type.exp: Add a couple test about empty
1868 array creation, and negative-length array creation.
1869
cc73dbcc
DE
18702015-01-02 Doug Evans <xdje42@gmail.com>
1871
1872 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1873
0300bbc7
DE
18742015-01-02 Doug Evans <dje@google.com>
1875
1876 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1877
9d85a0ec
YQ
18782014-12-29 Yao Qi <yao@codesourcery.com>
1879
1880 * gdb.trace/entry-values.exp: Update comments. Rename variable
1881 bar_call_foo to returned_from_foo.
1882
87186c6a
MMN
18832014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1884
1885 PR gdb/17394
1886 * gdb.linespec/break-asm-file.c: New file.
1887 * gdb.linespec/break-asm-file.exp: New file.
1888 * gdb.linespec/break-asm-file0.s: New file.
1889 * gdb.linespec/break-asm-file1.s: New file.
1890
1bab7383
YQ
18912014-12-18 Nigel Stephens <nigel@mips.com>
1892 Maciej W. Rozycki <macro@codesourcery.com>
1893
1894 * gdb.base/float.exp: Handle the new output from "info float" on
1895 MIPS targets.
1896
1bc1068a
JK
18972014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 Fix MinGW compilation.
1900 * gdb.compile/compile-ops.exp: Update untested message if
1901 !skip_compile_feature_tests.
1902 * gdb.compile/compile-setjmp.exp: Likewise.
1903 * gdb.compile/compile-tls.exp: Likewise.
1904 * gdb.compile/compile.exp: Likewise.
1905 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1906 supported on this host".
1907
b6615d10
DE
19082014-12-16 Doug Evans <xdje42@gmail.com>
1909
1910 * boards/stabs.exp: New file.
1911
25dda427
AA
19122014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1913
1914 * gdb.base/completion.exp: Adjust to format changes of "maint
1915 print user-registers".
1916
bf330350
CU
19172014-12-16 Catalin Udma <catalin.udma@freescale.com>
1918
1919 PR server/17457
1920 * gdb.arch/aarch64-fp.c: New file.
1921 * gdb.arch/aarch64-fp.exp: New file.
1922
395cf596
SDJ
19232014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1924
1925 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1926 r210637, r210913, r211666, r215400, r215817).
1927
1928 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1929 * dg-extract-results.py: New file.
1930 * dg-extract-results.sh: Use it if the environment seems
1931 suitable.
1932
1933 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1934
1935 * dg-extract-results.py (parse_run): Handle warnings that
1936 are printed before a test harness is run.
1937
1938 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1939
1940 * dg-extract-results.py (Named): Remove __cmp__ method.
1941 (output_variation): Use a key to sort variation.harnesses.
1942
1943 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1944
1945 * dg-extract-results.py: For Python 3, force sys.stdout to
1946 handle surrogate escape sequences.
1947 (safe_open): New function.
1948 (output_segment, main): Use it.
1949
1950 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1951
1952 * dg-extract-results.py (Prog.result_re): Include options
1953 in test name.
1954
1955 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1956
1957 * dg-extract-results.py (output_variation): Always sort if
1958 do_sum.
1959
e882ef3c
SM
19602014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1961
1962 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1963 as long as we get pagination notifications.
1964
4992aa20
JM
19652014-12-15 Jason Merrill <jason@redhat.com>
1966
1967 * Makefile.in (check-gdb.%): Restore.
1968 * README: Mention it.
1969
c1b5a1a6
JB
19702014-12-13 Joel Brobecker <brobecker@adacore.com>
1971
1972 * gdb.ada/str_uninit: New testcase.
1973
5537b577
JK
19742014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1975
1976 PR symtab/17642
1977 * gdb.base/vla-stub-define.c: New file.
1978 * gdb.base/vla-stub.c: New file.
1979 * gdb.base/vla-stub.exp: New file.
1980
bb2ec1b3
TT
19812014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1982 Jan Kratochvil <jan.kratochvil@redhat.com>
1983 Tom Tromey <tromey@redhat.com>
1984
1985 * configure.ac: Add gdb.compile/.
1986 * configure: Regenerate.
1987 * gdb.compile/Makefile.in: New file.
1988 * gdb.compile/compile-ops.exp: New file.
1989 * gdb.compile/compile-ops.c: New file.
1990 * gdb.compile/compile-tls.c: New file.
1991 * gdb.compile/compile-tls.exp: New file.
1992 * gdb.compile/compile-constvar.S: New file.
1993 * gdb.compile/compile-constvar.c: New file.
1994 * gdb.compile/compile-mod.c: New file.
1995 * gdb.compile/compile-nodebug.c: New file.
1996 * gdb.compile/compile-setjmp-mod.c: New file.
1997 * gdb.compile/compile-setjmp.c: New file.
1998 * gdb.compile/compile-setjmp.exp: New file.
1999 * gdb.compile/compile-shlib.c: New file.
2000 * gdb.compile/compile.c: New file.
2001 * gdb.compile/compile.exp: New file.
2002 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2003
4ff709eb
TT
20042014-12-12 Tom Tromey <tromey@redhat.com>
2005
2006 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2007 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2008
6dddd6a5
DE
20092014-12-12 Doug Evans <dje@google.com>
2010
2011 * lib/gdb-python.exp (get_python_valueof): New function.
2012 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2013
71c24708
AA
20142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2015
2016 * gdb.base/completion.exp: Add test for completion of "info
2017 registers ".
2018
3e29f34a
MR
20192014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2020
2021 * gdb.base/func-ptrs.c: New file.
2022 * gdb.base/func-ptrs.exp: New file.
2023
fc126975
SM
20242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 PR breakpoints/17012
2027 * gdb.base/dprintf-detach.c: New file.
2028 * gdb.base/dprintf-detach.exp: New file.
2029
0a46d518
SM
20302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2031
2032 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2033 * lib/gdb.exp (target_is_gdbserver): New procedure.
2034
a0be3e44
DE
20352014-12-08 Doug Evans <dje@google.com>
2036
2037 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2038
df1b803a
YQ
20392014-12-05 Yao Qi <yao@codesourcery.com>
2040
2041 * gdb.guile/scm-error.exp: Remove the third argument to
2042 gdb_remote_download.
2043 * gdb.guile/scm-frame-args.exp: Likewise.
2044 * gdb.guile/scm-section-script.exp: Likewise.
2045
ddb9f679
YQ
20462014-12-05 Yao Qi <yao@codesourcery.com>
2047
2048 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2049
86e4ed39
DE
20502014-12-04 Doug Evans <dje@google.com>
2051
2052 * gdb.python/py-objfile.exp: Add tests for
2053 objfile.add_separate_debug_file.
2054
7c50a931
DE
20552014-12-04 Doug Evans <dje@google.com>
2056
2057 * lib/gdb.exp (get_build_id): New function.
2058 (build_id_debug_filename_get): Rewrite to use it.
2059 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2060
621661e3
MR
20612014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2062
2063 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2064 `method(long)', not just 0x0.
2065 * gdb.cp/nsalias.exp: Align code labels to 4.
2066 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2067 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2068 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2069 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2070 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2071 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2072
29f0c3b7
DE
20732014-12-02 Doug Evans <dje@google.com>
2074
e1e061e7 2075 PR symtab/17602
29f0c3b7 2076 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2077 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2078 * gdb.cp/anon-ns.exp: Update.
2079
162078c8
NB
20802014-12-02 Nick Bull <nicholaspbull@gmail.com>
2081
2082 * gdb.python/py-events.py (inferior_call_handler): New.
2083 (register_changed_handler, memory_changed_handler): New.
2084 (test_events.invoke): Register new handlers.
2085 * gdb.python/py-events.exp: Add tests for inferior call,
2086 memory_changed and register_changed events.
2087
fdb09caf
AA
20882014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2089
2090 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2091 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2092 if the linker doesn't understand this.
2093
55cfb2c4
SM
20942014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * gdb.python/python.exp: Change expected reply to help().
2097
9e8cd6df
YQ
20982014-12-01 Yao Qi <yao@codesourcery.com>
2099
2100 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2101 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2102 * configure: Re-generated.
2103
6c659fc2
SC
21042014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2105
2106 * gdb.cp/chained-calls.cc: New file.
2107 * gdb.cp/chained-calls.exp: New file.
2108 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2109
d7fc3181
SM
21102014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2111
2112 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2113 * gdb.dwarf2/symtab-producer.exp: Same.
2114 * gdb.gdb/python-interrupts.exp: Same.
2115 * gdb.gdb/python-selftest.exp: Same.
2116 * gdb.python/py-linetable.exp: Same.
2117 * gdb.python/py-type.exp: Same.
2118 * gdb.python/py-value-cc.exp: Same.
2119 * gdb.python/py-value.exp: Same.
2120
10e79639
YQ
21212014-11-28 Yao Qi <yao@codesourcery.com>
2122
2123 * gdb.base/break-probes.exp: Match library name prefixed with
2124 sysroot.
2125
f28a0564
SM
21262014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2127
2128 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2129 test expected output. Add parentheses for the call to print.
2130 Remove L suffix from integers.
2131
3fe1ce1d
DE
21322014-11-26 Doug Evans <dje@google.com>
2133
2134 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2135
84429e27
YQ
21362014-11-22 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.trace/entry-values.c: Remove asms.
2139 (foo): Add foo_label.
2140 (bar): Add bar_label.
2141 * gdb.trace/entry-values.exp: Remove code computing foo's
2142 length and bar's length.
2143 (Dwarf::assemble): Invoke function_range for bar and use
2144 MACRO_AT_func for foo.
2145
26741859
YQ
21462014-11-22 Yao Qi <yao@codesourcery.com>
2147
2148 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2149 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2150 Use .Lgcc43_procstart instead of gcc43.
2151
45e44d27
JB
21522014-11-21 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.ada/n_arr_bound: New testcase.
2155
458c8db8
SDJ
21562014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2157
2158 PR breakpoints/10737
2159 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2160 test_catch_syscall_multi_arch.
2161 (test_catch_syscall_multi_arch): New function.
2162
43f3e411
DE
21632014-11-20 Doug Evans <xdje42@gmail.com>
2164
2165 * gdb.base/maint.exp: Update expected output.
2166
0d7b2549
AA
21672014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2168
2169 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2170 4-byte instruction on S390.
2171
8908fca5
JB
21722014-11-19 Joel Brobecker <brobecker@adacore.com>
2173
2174 * gdb.ada/arr_arr: New testcase.
2175
4a46959e
JB
21762014-11-19 Joel Brobecker <brobecker@adacore.com>
2177
2178 * gdb.ada/pkd_arr_elem: New Testcase.
2179
470e2f4e
LM
21802014-11-18 Luis Machado <lgustavo@codesourcery.com>
2181
2182 * gdb.reverse/break-precsave: Expect completion message for
2183 core file reads.
2184 * gdb.reverse/consecutive-precsave.exp: Likewise.
2185 * gdb.reverse/finish-precsave.exp: Likewise.
2186 * gdb.reverse/i386-precsave.exp: Likewise.
2187 * gdb.reverse/machinestate-precsave.exp: Likewise.
2188 * gdb.reverse/sigall-precsave.exp: Likewise.
2189 * gdb.reverse/solib-precsave.exp: Likewise.
2190 * gdb.reverse/step-precsave.exp: Likewise.
2191 * gdb.reverse/until-precsave.exp: Likewise.
2192 * gdb.reverse/watch-precsave.exp: Likewise.
2193
a267f3ad
AA
21942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2195
2196 * gdb.base/bp-permanent.c: Include unistd.h.
2197 * gdb.python/py-framefilter-mi.c (main): Add return type.
2198 * gdb.python/py-framefilter.c (main): Likewise.
2199 * gdb.trace/actions-changed.c (main): Likewise.
2200
12084a9a
AA
22012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2202
2203 * gdb.mi/until.c: Add eye-catchers.
2204 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2205 line numbers.
2206
dc7e1a77
AA
22072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2208
2209 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2210 function header variants in break1.c.
2211 * gdb.base/ena-dis-br.exp: Likewise.
2212 * gdb.base/hbreak2.exp: Likewise.
2213 * gdb.reverse/until-precsave.exp: Drop references to removed
2214 non-prototype function header variants in ur1.c.
2215 * gdb.reverse/until-reverse.exp: Likewise.
2216
41c77605
PM
22172014-11-17 Petr Machata <pmachata@redhat.com>
2218
2219 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2220 ${_cu_offset_size} bytes abbrev offset.
2221
34248c3a
DE
22222014-11-15 Doug Evans <xdje42@gmail.com>
2223
2224 PR symtab/17559
2225 * gdb.base/line-symtabs.exp: New file.
2226 * gdb.base/line-symtabs.c: New file.
2227 * gdb.base/line-symtabs.h: New file.
2228
646da059
YQ
22292014-11-14 Yao Qi <yao@codesourcery.com>
2230
2231 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2232 (func): Add label func_label.
2233 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2234 Replace low_pc and high_pc with MACRO_AT_range.
2235 Replace name, low_pc and high_pc with MACRO_AT_func.
2236
9301ebe6
YQ
22372014-11-14 Yao Qi <yao@codesourcery.com>
2238
2239 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2240 Replace name, low_pc and high_pc with MACRO_AT_func.
2241
f166b542
YQ
22422014-11-14 Yao Qi <yao@codesourcery.com>
2243
2244 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2245 produce debug information.
2246 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2247
0f6e71e3
YQ
22482014-11-14 Yao Qi <yao@codesourcery.com>
2249
2250 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2251 object and get function length.
2252 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2253 with MACRO_AT_func.
2254 (top-level): Replace gdb_compile and clean_restart with
2255 prepare_for_testing.
2256 * gdb.dwarf2/main.c (main): Add label main_label.
2257
876c4df9
YQ
22582014-11-14 Yao Qi <yao@codesourcery.com>
2259
2260 * lib/dwarf.exp (function_range): New procedure.
2261 (Dwarf::_handle_macro_at_func): New procedure.
2262 (Dwarf::_handle_macro_at_range): New procedure.
2263 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2264
02ad9cf1
YQ
22652014-11-14 Yao Qi <yao@codesourcery.com>
2266
2267 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2268 (_handle_attribute): New procedure.
2269
a59add0c
AA
22702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2271
2272 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2273 * gdb.base/call-sc.c (zed): Likewise.
2274 * gdb.base/checkpoint.c (main): Likewise.
2275 * gdb.base/dump.c (main): Likewise.
2276 * gdb.base/gcore.c (main): Likewise.
2277 * gdb.base/huge.c (main): Likewise.
2278 * gdb.base/multi-forks.c (main): Likewise.
2279 * gdb.base/pr10179-a.c (main): Likewise.
2280 * gdb.base/savedregs.c (main): Likewise.
2281 * gdb.base/sigaltstack.c (main): Likewise.
2282 * gdb.base/siginfo.c (main): Likewise.
2283 * gdb.base/structs.c (zed): Likewise.
2284 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2285 * gdb.mi/mi-syn-frame.c (main): Likewise.
2286 * gdb.mi/until.c (foo, main): Likewise.
2287 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2288 * gdb.base/solib-weak.c (foo): Declare.
2289 * gdb.base/attach-twice.c: Include stdio.h.
2290 * gdb.base/weaklib1.c: Likewise.
2291 * gdb.base/weaklib2.c: Likewise.
2292 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2293 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2294 unistd.h.
2295 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2296 * gdb.mi/mi-exit-code.c: Likewise.
2297 * gdb.base/break-interp-lib.c: Include string.h.
2298 * gdb.base/coremaker.c: Likewise.
2299 * gdb.base/testenv.c: Likewise.
2300 * gdb.python/py-finish-breakpoint.c: Likewise.
2301 * gdb.base/inferior-died.c: Include sys/wait.h.
2302 * gdb.base/fileio.c: Include time.h.
2303 * gdb.base/async-shell.c: Include unistd.h.
2304 * gdb.base/dprintf-non-stop.c: Likewise.
2305 * gdb.base/info-os.c: Likewise.
2306 * gdb.mi/mi-console.c: Likewise.
2307 * gdb.mi/watch-nonstop.c: Likewise.
2308 * gdb.python/py-events.c: Likewise.
2309 * gdb.base/async.c (baz): Move up before its invocation.
2310 * gdb.base/code_elim2.c (my_global_func): Likewise.
2311 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2312 * gdb.base/advance.c (func2): Likewise.
2313
3b5d5997
AA
23142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2315
2316 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2317 variant.
2318 * gdb.base/annota3.c: Likewise.
2319 * gdb.base/async.c: Likewise.
2320 * gdb.base/average.c: Likewise.
2321 * gdb.base/call-ar-st.c: Likewise.
2322 * gdb.base/call-rt-st.c: Likewise.
2323 * gdb.base/call-sc.c: Likewise.
2324 * gdb.base/call-strs.c: Likewise.
2325 * gdb.base/ending-run.c: Likewise.
2326 * gdb.base/execd-prog.c: Likewise.
2327 * gdb.base/exprs.c: Likewise.
2328 * gdb.base/foll-exec.c: Likewise.
2329 * gdb.base/foll-fork.c: Likewise.
2330 * gdb.base/foll-vfork.c: Likewise.
2331 * gdb.base/funcargs.c: Likewise.
2332 * gdb.base/gcore.c: Likewise.
2333 * gdb.base/jump.c: Likewise.
2334 * gdb.base/langs0.c: Likewise.
2335 * gdb.base/langs1.c: Likewise.
2336 * gdb.base/langs2.c: Likewise.
2337 * gdb.base/mips_pro.c: Likewise.
2338 * gdb.base/nodebug.c: Likewise.
2339 * gdb.base/opaque0.c: Likewise.
2340 * gdb.base/opaque1.c: Likewise.
2341 * gdb.base/recurse.c: Likewise.
2342 * gdb.base/run.c: Likewise.
2343 * gdb.base/scope0.c: Likewise.
2344 * gdb.base/scope1.c: Likewise.
2345 * gdb.base/setshow.c: Likewise.
2346 * gdb.base/setvar.c: Likewise.
2347 * gdb.base/shmain.c: Likewise.
2348 * gdb.base/shr1.c: Likewise.
2349 * gdb.base/shr2.c: Likewise.
2350 * gdb.base/sigall.c: Likewise.
2351 * gdb.base/signals.c: Likewise.
2352 * gdb.base/so-indr-cl.c: Likewise.
2353 * gdb.base/solib2.c: Likewise.
2354 * gdb.base/structs.c: Likewise.
2355 * gdb.base/sum.c: Likewise.
2356 * gdb.base/vforked-prog.c: Likewise.
2357 * gdb.base/watchpoint.c: Likewise.
2358 * gdb.reverse/shr2.c: Likewise.
2359 * gdb.reverse/until-reverse.c: Likewise.
2360 * gdb.reverse/ur1.c: Likewise.
2361 * gdb.reverse/watch-reverse.c: Likewise.
2362
066a77c5
AA
23632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2364
2365 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2366 variant.
2367 * gdb.base/sepdebug.exp: Drop references to removed code.
2368
4f204ea5
AA
23692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2370
2371 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2372 variant. Preserve original line numbering.
2373 * gdb.base/list1.c: Likewise.
2374
3b377a3a
AA
23752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2376
2377 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2378 variant.
2379 * gdb.base/break1.c: Likewise.
2380 * gdb.base/break.exp: Drop references to removed code.
2381
e444df73
AA
23822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2383
2384 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2385 variant.
2386
8008f2a7
AA
23872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2388
2389 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2390
a5a06887
AA
23912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2392
2393 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2394 logic into perform_all_tests() and invoke it with and without
2395 function header prototypes.
2396 (do_function_calls): Remove conditional XFAIL for PR 5318.
2397 (rerun_and_prepare): Remove duplicate code.
2398 (perform_all_tests): New. Main logic moved here.
2399
44dba9b9
AA
24002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2401
2402 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2403 code guarded by #ifdef NO_PROTOTYPES.
2404 (t_double_many_args): Likewise.
2405 (DEF_FUNC_MANY_ARGS_1): Likewise.
2406 (DEF_FUNC_VALUES_1): Likewise.
2407 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2408 guarded by #ifdef PROTOTYPES.
2409
d1fbcd56
AA
24102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2411
2412 * gdb.mi/mi-console.c: Add eye-catcher.
2413 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2414 instead of literal line number.
2415
b0e59b8f
AA
24162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2417
2418 * gdb.base/shr2.c: Add eye-catcher.
2419 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2420 line number.
2421
78f98cca
AA
24222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2423
2424 * gdb.base/jump.c: Add eye-catchers.
2425 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2426 numbers.
2427
58fa2af0
AA
24282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 * gdb.base/execd-prog.c: Add eye-catchers.
2431 * gdb.base/foll-exec.c: Likewise.
2432 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2433 line numbers.
2434
04e5059b
AA
24352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2436
2437 * gdb.base/ending-run.c: Add eye-catchers.
2438 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2439 literal line numbers.
2440
dbfdb174
AA
24412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2442
2443 * gdb.base/call-rt-st.c: Add eye-catchers.
2444 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2445 literal line numbers.
2446
888a2ade
AA
24472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2448
2449 * gdb.base/call-ar-st.c: Add eye-catchers.
2450 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2451 literal line numbers.
2452
6acc2dde
AA
24532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2454
2455 * gdb.base/average.c: Add eye-catchers.
2456 * gdb.base/sum.c: Likewise.
2457 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2458 regexps dynamically.
2459
9ecfcd1d
AA
24602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2461
2462 * gdb.base/solib1.c: Add eye-catchers.
2463 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2464 literal line numbers.
2465
78708b7c
PA
24662014-11-12 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2469 leader has exited.
2470
af48d08f
PA
24712014-11-12 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.arch/i386-bp_permanent.c: New file.
2474 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2475 (srcfile): Set to i386-bp_permanent.c.
2476 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2477 that stepi does not execute the 'leave' instruction, instead of
2478 testing it does execute.
2479 * gdb.base/bp-permanent.c: New file.
2480 * gdb.base/bp-permanent.exp: New file.
2481
af3768e9
DE
24822014-11-10 Doug Evans <xdje42@gmail.com>
2483
2484 PR symtab/17564
2485 * gdb.base/symtab-search-order.exp: New file.
2486 * gdb.base/symtab-search-order.c: New file.
2487 * gdb.base/symtab-search-order-1.c: New file.
2488 * gdb.base/symtab-search-order-shlib-1.c: New file.
2489
9de00a4a
PA
24902014-11-07 Pedro Alves <palves@redhat.com>
2491
2492 PR gdb/17511
2493 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2494 i?86-*-linux*.
2495
e0f52461
SC
24962014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2497
2498 PR c++/17494
2499 * gdb.cp/pr17494.cc: New file.
2500 * gdb.cp/pr17494.exp: New file.
2501
6ce8c980
YQ
25022014-11-02 Yao Qi <yao@codesourcery.com>
2503
2504 * gdb.python/python.exp: Get working directory and match the
2505 output of "set extended-prompt \\w " with it.
2506
02be9a71
DE
25072014-10-30 Doug Evans <dje@google.com>
2508
2509 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2510 in objfiles.
2511 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2512 in progspaces.
2513
3bdff46b
LM
25142014-10-30 Janis Johnson <janisjo@codesourcery.com>
2515
2516 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2517 * gdb.base/realname-expand.exp: Likewise.
2518 * gdb.linespec/macro-relative.exp: Likewise.
2519
ab917dfb
PA
25202014-10-29 Pedro Alves <palves@redhat.com>
2521
2522 PR gdb/17408
2523 * gdb.threads/schedlock.c (some_function): New function.
2524 (call_function): New global.
2525 (MAYBE_CALL_SOME_FUNCTION): New macro.
2526 (thread_function): Call it.
2527 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2528 and use it instead of a global counter. Adjust all callers.
2529 (get_current_thread): Use "find current thread" for test message
2530 here rather than having all callers pass down the same string.
2531 (goto_loop): New procedure, factored out from ...
2532 (my_continue): ... this.
2533 (step_ten_loops): Change parameter from test message to command to
2534 use. Adjust.
2535 (list_count): Delete global.
2536 (check_result): New procedure, factored out from duplicate top
2537 level code.
2538 (continue tests): Wrap in with_test_prefix.
2539 (test_step): New procedure, factored out from duplicate top level
2540 code.
2541 (top level): Test "step" in combination with all scheduler-locking
2542 modes. Test "next" in combination with all scheduler-locking
2543 modes, and in combination with stepping over a function call or
2544 not.
2545 * gdb.threads/next-bp-other-thread.c: New file.
2546 * gdb.threads/next-bp-other-thread.exp: New file.
2547
d3d4baed
PA
25482014-10-29 Pedro Alves <palves@redhat.com>
2549
2550 PR python/17372
2551 * gdb.python/python.exp: Test a multi-line command that spawns
2552 interactive Python.
2553 * gdb.base/multi-line-starts-subshell.exp: New file.
2554
563e8d85
YQ
25552014-10-29 Yao Qi <yao@codesourcery.com>
2556
2557 * gdb.base/fileio.exp: Make directories on host.
2558
0ea4d52e
YQ
25592014-10-29 Yao Qi <yao@codesourcery.com>
2560
2561 * gdb.base/fileio.c (test_write): Close the file.
2562
7f5ef605
PA
25632014-10-28 Pedro Alves <palves@redhat.com>
2564
2565 PR gdb/12623
2566 * gdb.base/sigstep.c (no_handler): New global.
2567 (main): If 'no_handler is true, set the signal handlers to
2568 SIG_IGN.
2569 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2570 with_sw_watch and no_handler parameters. Handle them.
2571 (top level) <stepping over handler when stopped at a breakpoint
2572 test>: Add a test axis for testing with a software watchpoint, and
2573 another for testing with the signal handler set to SIG_IGN.
2574 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2575 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2576
abbdbd03
PA
25772014-10-28 Pedro Alves <palves@redhat.com>
2578
2579 PR gdb/17511
2580 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2581 * gdb.base/sigstep.exp (other_handler_location): New global.
2582 (advance): Support stepping into the signal handler, and running
2583 commands while in the handler.
2584 (in_handler_map): New global.
2585 (top level): In the advance test, add combinations for getting
2586 into the handler with stepping commands, and for running commands
2587 in the handler. Add comment descripting the advancei tests.
2588
1df4399f
PA
25892014-10-28 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/sigstep.exp: Use build_executable instead of
2592 prepare_for_testing.
2593 (top level): Move code that starts GDB, runs to main and creates a
2594 display to ...
2595 (restart): ... this new procedure.
2596 (top level): Move backtrace from signal handler test to ...
2597 (validate_backtrace): ... this new procedure.
2598 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2599 with_test_prefix. Always restart GDB.
2600 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2601 with_test_prefix. Always restart GDB. No need to delete
2602 breakpoints after the test.
2603 (test_skip_handler): Remove prefix parameter.
2604 (skip_over_handler, breakpoint_to_handler)
2605 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2606 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2607 restart GDB. No need to delete breakpoints after the test.
2608 (top level): Use foreach to call the test procedures with
2609 different commands.
2610
a5b6e449
PA
26112014-10-28 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2614 instead of GNATS numbers.
2615 * gdb.base/sigbpt.exp: Likewise.
2616 * gdb.base/siginfo.exp: Likewise.
2617 * gdb.base/sigstep.exp: Likewise.
2618
e5f8a7cc
PA
26192014-10-27 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/sigstep.c (dummy): New global.
2622 (main): Issue a couple writes to the new global.
2623 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2624 procedures.
2625 (skip_over_handler): Use test_skip_handler.
2626 (top level): Call skip_over_handler for stepi and nexti too.
2627 (breakpoint_over_handler): Use test_skip_handler.
2628 (top level): Call breakpoint_over_handler for stepi and nexti too.
2629
763905a3
YQ
26302014-10-27 Yao Qi <yao@codesourcery.com>
2631
2632 * gdb.trace/tfile.c (adjust_function_address)
2633 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2634 function descriptor.
2635
6f259a23
DB
26362014-10-24 Don Breazeal <donb@codesourcery.com>
2637
2638 * gdb.base/foll-fork.exp (test_follow_fork,
2639 catch_fork_child_follow): Check for updated fork messages emitted
2640 from infrun.c.
2641 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2642 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2643 vfork_and_exec_child_follow_through_step): Check for updated vfork
2644 messages emitted from infrun.c.
2645
09dd9a69
PA
26462014-10-24 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.base/corefile.exp: Remove references to ultrix.
2649 * gdb.base/interrupt.exp: Likewise.
2650 * gdb.base/whatis.exp: Likewise.
2651 * gdb.gdb/selftest.exp: Likewise.
2652 * gdb.threads/manythreads.exp: Likewise.
2653 * gdb.threads/print-threads.exp: Likewise.
2654 * gdb.threads/pthreads.exp:: Likewise.
2655 * gdb.threads/schedlock.exp: Likewise.
2656
3433cfa5
SC
26572014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2658
2659 * gdb.cp/non-trivial-retval.cc: Add a test case.
2660 * gdb.cp/non-trivial-retval.exp: Add a test.
2661
092f880b
YQ
26622014-10-20 Yao Qi <yao@codesourcery.com>
2663
2664 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2665 * gdb.python/py-objfile-script-gdb.py: New file.
2666 * gdb.python/py-objfile-script.exp: Update reference to
2667 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2668 of remote_download. Remove the dest file.
2669
acbdb7f3
YQ
26702014-10-20 Yao Qi <yao@codesourcery.com>
2671
2672 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2673 * gdb.base/step-line.exp: Likewise.
2674 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2675 * gdb.dwarf2/dw2-basic.exp: Likewise.
2676 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2677 * gdb.dwarf2/dw2-filename.exp: Likewise.
2678 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2679 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2680 * gdb.dwarf2/dw2-producer.exp: Likewise.
2681 * gdb.dwarf2/mac-fileno.exp: Likewise.
2682 * gdb.python/py-frame-args.exp: Likewise.
2683 * gdb.python/py-framefilter.exp: Likewise.
2684 * gdb.python/py-mi.exp: Likewise.
2685 * gdb.python/py-objfile-script.exp: Likewise
2686 * gdb.python/py-pp-integral.exp: Likewise.
2687 * gdb.python/py-pp-re-notag.exp: Likewise.
2688 * gdb.python/py-prettyprint.exp: Likewise.
2689 * gdb.python/py-section-script.exp: Likewise.
2690 * gdb.python/py-typeprint.exp: Likewise.
2691 * gdb.python/py-xmethods.exp: Likewise.
2692 * gdb.stabs/weird.exp: Likewise.
2693 * gdb.xml/tdesc-regs.exp: Likewise.
2694
bd286a29
KCY
26952014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2696
2697 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2698 (out_cu): Use addr_len for the size of addresses.
2699 (out_line): Likewise. Size DW_LNE_set_address instruction
2700 according to addr_len.
2701 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2702 (FUNC): Add START_INSNS to definition.
2703
673dc4a0
YQ
27042014-10-18 Yao Qi <yao@codesourcery.com>
2705
2706 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2707 gdb_has_argv0 return true.
2708 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2709 check [target_info exists noargs], check [gdb_has_argv0]
2710 instead.
2711 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2712 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2713 procedures.
2714
4ffbba72
DE
27152014-10-17 Doug Evans <dje@google.com>
2716
2717 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2718 event.
2719 * gdb.python/py-events.py: Add clear_objfiles event.
2720
d096d8c1
DE
27212014-10-17 Doug Evans <dje@google.com>
2722
2723 * gdb.python/py-objfile.exp: Test progspace attribute.
2724
a80db015
LM
27252014-10-17 Luis Machado <lgustavo@codesourcery.com>
2726
2727 * gdb.guile/scm-breakpoint.exp: Do not assume any
2728 directory separators when matching source file paths.
2729 * gdb.python/py-breakpoint.exp: Likewise.
2730 * gdb.reverse/break-precsave.exp: Likewise.
2731 * gdb.reverse/break-reverse.exp: Likewise.
2732 * gdb.reverse/consecutive-precsave.exp: Likewise.
2733 * gdb.reverse/finish-precsave.exp: Likewise.
2734 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2735 * gdb.reverse/finish-reverse.exp: Likewise.
2736 * gdb.reverse/i386-precsave.exp: Likewise.
2737 * gdb.reverse/i387-env-reverse.exp: Likewise.
2738 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2739 * gdb.reverse/machinestate-precsave.exp: Likewise.
2740 * gdb.reverse/machinestate.exp: Likewise.
2741 * gdb.reverse/sigall-precsave.exp: Likewise.
2742 * gdb.reverse/solib-precsave.exp: Likewise.
2743 * gdb.reverse/step-precsave.exp: Likewise.
2744 * gdb.reverse/until-precsave.exp: Likewise.
2745 * gdb.reverse/watch-precsave.exp: Likewise.
2746 * gdb.reverse/watch-reverse.exp: Likewise.
2747
b22089ab
YQ
27482014-10-17 Yao Qi <yao@codesourcery.com>
2749
2750 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2751 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2752
6c4486e6
PA
27532014-10-17 Pedro Alves <palves@redhat.com>
2754
2755 PR gdb/17471
2756 * gdb.base/bg-execution-repeat.c: New file.
2757 * gdb.base/bg-execution-repeat.exp: New file.
2758
0ff33695
PA
27592014-10-17 Pedro Alves <palves@redhat.com>
2760
2761 PR gdb/17300
2762 * gdb.base/continue-all-already-running.c: New file.
2763 * gdb.base/continue-all-already-running.exp: New file.
2764
6fdebc3d
PA
27652014-10-17 Pedro Alves <palves@redhat.com>
2766
2767 PR gdb/17472
2768 * gdb.base/annota-input-while-running.c: New file.
2769 * gdb.base/annota-input-while-running.exp: New file.
2770
32a8097b
PA
27712014-10-17 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.base/callfuncs.exp: emove references to osf.
2774 * gdb.base/sigall.exp: Likewise.
2775 * gdb.gdb/selftest.exp: Likewise.
2776 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2777 * gdb.mi/non-stop.c: Likewise.
2778 * gdb.mi/pthreads.c: Likewise.
2779 * gdb.reverse/sigall-precsave.exp: Likewise.
2780 * gdb.reverse/sigall-reverse.exp: Likewise.
2781 * gdb.threads/pthreads.c: Likewise.
2782 * gdb.threads/pthreads.exp: Likewise.
2783
7a3517ff
YQ
27842014-10-17 Yao Qi <yao@codesourcery.com>
2785
2786 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2787 check 'target_info exists noargs'.
2788 (test_command_prompt_position): Likewise.
2789 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2790 Remove "set args".
2791 (progvar_simple_while_test): Likewise.
2792 (progvar_complex_if_while_test): Likewise.
2793 (if_while_breakpoint_command_test): Likewise.
2794 (infrun_breakpoint_command_test): Likewise.
2795 (breakpoint_command_test): Likewise.
2796 (watchpoint_command_test): Likewise.
2797 (bp_deleted_in_command_test): Likewise.
2798 (temporary_breakpoint_commands): Likewise.
2799
bb99c472
YQ
28002014-10-16 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.base/remotetimeout.exp: Remove noargs checking.
2803
7c16b83e
PA
28042014-10-15 Pedro Alves <palves@redhat.com>
2805
2806 PR breakpoints/9649
2807 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2808 * gdb.base/breakpoint-in-ro-region.exp
2809 (probe_target_hardware_step): New procedure.
2810 (top level): Probe hardware stepping and hardware breakpoint
2811 support. Test stepping through a read-only region, with both
2812 "breakpoint auto-hw" on and off and both "always-inserted" on and
2813 off.
2814
35a49624
IB
28152014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2816
2817 * gdb.dlang/demangle.exp: Update for demangling changes.
2818
2d1c107c
SC
28192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2820
2821 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2822 * gdb.cp/non-trivial-retval.exp: Add new tests.
2823
778811d5
SC
28242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2825
2826 PR c++/13403
2827 PR c++/15154
2828 * gdb.cp/non-trivial-retval.cc: New file.
2829 * gdb.cp/non-trivial-retval.exp: New file.
2830
10c5f0a8
YQ
28312014-10-15 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2834 remote host.
2835
65d7b369
YQ
28362014-10-15 Yao Qi <yao@codesourcery.com>
2837
2838 * gdb.python/py-symbol.exp: Match file base name if host is
2839 remote, otherwise match file name with dir name.
2840 * gdb.python/py-symtab.exp: Likewise.
2841 * gdb.python/python.exp: Likewise.
2842
46dc1394
YQ
28432014-10-15 Yao Qi <yao@codesourcery.com>
2844
2845 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2846 pattern.
2847 * gdb.python/py-symtab.exp: Likewise.
2848 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2849 locationn.
2850
c40cc657
JB
28512014-10-14 Joel Brobecker <brobecker@adacore.com>
2852
2853 * gdb.ada/addr_arith: New testcase.
2854
2abf49e1
MR
28552014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2856
2857 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2858 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2859 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2860 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2861
f7088df3
SDJ
28622014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2863
2864 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2865 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2866 * gdb.arch/stap-eval-lang-ada.exp: New file.
2867
4dc06805
YQ
28682014-10-14 Yao Qi <yao@codesourcery.com>
2869
2870 * gdb.mi/mi-var-child.c (nothing1): New function.
2871 (nothing2): New function.
2872 (do_children_tests): Set function pointers by nothing1 and
2873 nothing2.
2874 * gdb.mi/mi-var-child.exp: Step over new added statements.
2875 Update test to match the new output.
2876 * gdb.mi/var-cmd.c (nothing1): New function.
2877 (nothing2): New function.
2878 (do_children_tests): Set function pointers by nothing1 and
2879 nothing2.
2880 * gdb.mi/mi-var-display.exp: Update test to match output.
2881 Step to the line specified by $line_dct_nothing.
2882 Increase the number of lines to step.
2883
46a93de2
YQ
28842014-10-14 Yao Qi <yao@codesourcery.com>
2885
2886 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2887 tests.
2888 * gdb.mi/mi2-var-child.exp: Likewise.
2889
14ea52ee
DE
28902014-10-13 Doug Evans <dje@google.com>
2891
2892 * gdb.python/py-objfile.exp: Change name of file name test.
2893
e5c6e92b
DE
28942014-10-13 Doug Evans <dje@google.com>
2895
2896 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2897 from the start of the CU.
2898
c780cc2f
JK
28992014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2900 Yao Qi <yao@codesourcery.com>
2901
2902 Fix "save breakpoints" for "catch" command.
2903 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2904 Remove -nonewline. Match also the added "main" line.
2905
99894e11
JK
29062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2907
2908 Fix "save breakpoints" for "disable $bpnum" command.
2909 * gdb.base/save-bp.c (main): Add label.
2910 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2911
6e1ac5a3
JK
29122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2915
754dd2b0
YQ
29162014-10-11 Yao Qi <yao@codesourcery.com>
2917
2918 * gdb.server/server-kill.exp: Execute command
2919 "set remote trace-status-packet on" before "tstatus".
2920
f90183d7
YQ
29212014-10-11 Yao Qi <yao@codesourcery.com>
2922
2923 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2924 (main): Call getppid.
2925 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2926 and continue to it. Read variable "server_pid".
2927
bf40a607
YQ
29282014-10-11 Yao Qi <yao@codesourcery.com>
2929
2930 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2931
052ca370
YQ
29322014-10-11 Yao Qi <yao@codesourcery.com>
2933
2934 * gdb.threads/thread-find.exp: Don't execute command
2935 "info threads".
2936 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2937 * gdb.threads/linux-dp.exp: Don't check the condition
2938 $threads_created equals to zero.
2939
3831839c
PA
29402014-10-10 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/bigcore.exp: Remove references to IRIX.
2943 * gdb.base/funcargs.exp: Likewise.
2944 * gdb.base/interrupt.exp: Likewise.
2945 * gdb.base/mips_pro.exp: Likewise.
2946 * gdb.base/nodebug.exp: Likewise.
2947 * gdb.base/setvar.exp: Likewise.
2948 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2949
8b9a549d
PA
29502014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2951 Pedro Alves <palves@redhat.com>
2952
2953 PR symtab/14466
2954 * gdb.base/vdso-warning.c: New file.
2955 * gdb.base/vdso-warning.exp: New file.
2956
d48ba5e8
DE
29572014-10-02 Doug Evans <dje@google.com>
2958
2959 * gdb.base/structs.c (main): Don't run forever.
2960
2278c276
PA
29612014-10-02 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2964 (top level) <stop threads 1, stop threads 2>: Use it.
2965
b57bacec
PA
29662014-10-02 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.threads/break-while-running.exp (test): Add new
2969 'update_thread_list' argument. Skip "info threads" if false.
2970 (top level): Add new 'update_thread_list' axis.
2971
13fd3ff3
PA
29722014-10-02 Pedro Alves <palves@redhat.com>
2973
2974 PR breakpoints/17431
2975 * gdb.base/execl-update-breakpoints.c: New file.
2976 * gdb.base/execl-update-breakpoints.exp: New file.
2977
0fec99e8
PA
29782014-10-01 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.base/breakpoint-in-ro-region.c: New file.
2981 * gdb.base/breakpoint-in-ro-region.exp: New file.
2982
2ddf4301
SM
29832014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * gdb.mi/mi-exit-code.exp: New file.
2986 * gdb.mi/mi-exit-code.c: New file.
2987
6a5f3f43
YQ
29882014-09-30 Yao Qi <yao@codesourcery.com>
2989
2990 * lib/prelink-support.exp (build_executable_own_libs): Error if
2991 the target isn't native.
2992
345bcc73
YQ
29932014-09-30 Yao Qi <yao@codesourcery.com>
2994
2995 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2996 false.
2997
a25a5a45
PA
29982014-09-22 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.threads/break-while-running.exp: New file.
3001 * gdb.threads/break-while-running.c: New file.
3002
00ba3162
YQ
30032014-09-19 Yao Qi <yao@codesourcery.com>
3004
3005 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3006 Invoke test. Restart GDB with --readnow and invoke test again.
3007
c3b7b696
YQ
30082014-09-19 Yao Qi <yao@codesourcery.com>
3009
3010 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3011 proc set_breakpoint_on_gcd_function. Invoke
3012 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3013 invoke set_breakpoint_on_gcd_function again.
3014
2b4fd423
DE
30152014-09-18 Doug Evans <dje@google.com>
3016
3017 * gdb.dwarf2/symtab-producer.exp: New file.
3018
a5947601
SDJ
30192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3020
3021 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3022 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3023 * gdb.base/global-var-nested-by-dso.c: Likewise.
3024 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3025
91c19059
SDJ
30262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3027 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.base/watch-bitfields.exp: Pass string other than test file
3030 name to prepare_for_testing.
3031 (watch): New procedure.
3032 (expect_watchpoint): Use with_test_prefix.
3033 (top level): Factor out tests to ...
3034 (test_watch_location, test_regular_watch): ... these new
3035 procedures, and use with_test_prefix and gdb_continue_to_end.
3036
bb9d5f81
PP
30372014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3038
3039 PR breakpoints/12526
3040 * gdb.base/watch-bitfields.exp: New file.
3041 * gdb.base/watch-bitfields.c: New file.
3042
635856f5
PA
30432014-09-16 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3046 software and hardware addresses, not software address against
3047 itself.
3048
7280ceea
PA
30492014-09-16 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3052 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3053
428b16bd
PA
30542014-09-16 Pedro Alves <palves@redhat.com>
3055
3056 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3057 files.
3058 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3059 "*-*-vxworks*" throughout.
3060 * gdb.base/break.exp: Likewise.
3061 * gdb.base/default.exp: Likewise.
3062 * gdb.base/scope.exp: Likewise.
3063 * gdb.base/sepdebug.exp: Likewise.
3064 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3065 throughout.
3066 * gdb.base/run.c: Likewise.
3067 * gdb.base/sepdebug.c: Likewise.
3068 * gdb.hp/gdb.aCC/run.c: Likewise.
3069 * gdb.reverse/until-reverse.c: Likewise.
3070 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3071
666d413c
YQ
30722014-09-16 Yao Qi <yao@codesourcery.com>
3073
3074 * boards/local-remote-host-native.exp: New file.
3075
57cbd724
DE
30762014-09-14 Doug Evans <xdje42@gmail.com>
3077
3078 * gdb.threads/queue-signal.c (thread_count): New variable.
3079 (thread_count_mutex, thread_count_condvar): New variables.
3080 (incr_thread_count, wait_all_threads_running): New functions.
3081 (main): Wait for all threads to be in their thread functions.
3082
81219e53
DE
30832014-09-13 Doug Evans <xdje42@gmail.com>
3084
3085 * gdb.threads/queue-signal.c: New file.
3086 * gdb.threads/queue-signal.exp: New file.
3087
3714cea7
DE
30882014-09-13 Doug Evans <xdje42@gmail.com>
3089
3090 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3091 be consistent with what default_gdb_init uses.
3092 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3093 the plain text of the prompt. Add some logging printfs.
3094 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3095
fa43b1d7
PA
30962014-09-12 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3099 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3100 * gdb.arch/i386-size-overlap.exp: Likewise.
3101 * gdb.arch/i386-size.exp: Likewise.
3102 * gdb.arch/i386-unwind.exp: Likewise.
3103 * gdb.base/a2-run.exp: Likewise.
3104 * gdb.base/break.exp: Likewise.
3105 * gdb.base/charset.exp: Likewise.
3106 * gdb.base/chng-syms.exp: Likewise.
3107 * gdb.base/commands.exp: Likewise.
3108 * gdb.base/dbx.exp: Likewise.
3109 * gdb.base/find.exp: Likewise.
3110 * gdb.base/funcargs.exp: Likewise.
3111 * gdb.base/jit-simple.exp: Likewise.
3112 * gdb.base/reread.exp: Likewise.
3113 * gdb.base/sepdebug.exp: Likewise.
3114 * gdb.base/step-bt.exp: Likewise.
3115 * gdb.cp/mb-inline.exp: Likewise.
3116 * gdb.cp/mb-templates.exp: Likewise.
3117 * gdb.objc/basicclass.exp: Likewise.
3118 * gdb.threads/killed.exp: Likewise.
3119
9d9bf2df
EBM
31202014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3121
3122 PR tdep/17379
3123 * gdb.arch/powerpc-stackless.S: New file.
3124 * gdb.arch/powerpc-stackless.exp: New file.
3125
1cf2f1b0
JK
31262014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 * gdb.base/attach.c: Include unistd.h.
3129 (main): Call alarm. Add label postloop.
3130 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3131 gdb_breakpoint, gdb_continue_to_breakpoint.
3132 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3133
98880d46
PA
31342014-09-11 Pedro Alves <palves@redhat.com>
3135
3136 PR gdb/17347
3137 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3138 * gdb.base/attach.exp (test_command_line_attach_run): New
3139 procedure.
3140 (top level): Call it.
3141
4c92ff2c
PA
31422014-09-11 Pedro Alves <palves@redhat.com>
3143
3144 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3145 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3146 (do_command_attach_tests): Use spawn_wait_for_attach.
3147 * gdb.base/solib-overlap.exp: Likewise.
3148 * gdb.multi/multi-attach.exp: Likewise.
3149 * gdb.python/py-prompt.exp: Likewise.
3150 * gdb.python/py-sync-interp.exp: Likewise.
3151 * gdb.server/ext-attach.exp: Likewise.
3152
3adc1a7d
GKB
31532014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3154
3155 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3156 command in testcase. Simplify testcase.
3157
96334934
JB
31582014-09-10 Joel Brobecker <brobecker@adacore.com>
3159
3160 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3161
eb479039
JB
31622014-09-10 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3165
deede10c
JB
31662014-09-10 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3169
7828a5f5
JB
31702014-09-10 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.dwarf2/dynarr-ptr.c: New file.
3173 * gdb.dwarf2/dynarr-ptr.exp: New file.
3174
33aeebcf
MR
31752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3176
3177 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3178 of 30 rather than hardcoding 120 for a slow test case. Take the
3179 `gdb,timeout' target setting into account for this calculation.
3180 Don't extend the timeout for the test cases that don't need it.
3181
7b415901
MR
31822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3183
3184 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3185 a factor of 2 for a slow test case. Take the `gdb,timeout'
3186 target setting into account for this calculation.
3187 * gdb.reverse/until-precsave.exp: Increase the timeout by
3188 a factor of 15 and 3 respectively rather than adding 120
3189 for a pair of slow test cases. Take the `gdb,timeout'
3190 target setting into account for this calculation.
3191
4a40f85a
MR
31922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3193
3194 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3195 timeout, don't pass one down to gdb_expect.
3196 (gdb_expect): Rework timeout selection.
3197
09635af7
MR
31982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3199
3200 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3201 exception on timeout.
3202 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3203 (gdbserver_start_extended): Catch any `gdbserver_start' error
3204 exceptions.
3205 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3206 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3207 `gdbserver_gdb_load' error exceptions.
3208
2bdd10b7
MR
32092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3210
3211 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3212 120 on waiting for the TCP socket to open.
3213
316935f0
DE
32142014-09-09 Doug Evans <xdje42@gmail.com>
3215
3216 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3217 _caller_matches, _any_caller_is, _any_caller_matches.
3218
83740597
DE
32192014-09-09 Doug Evans <xdje42@gmail.com>
3220
3221 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3222
4c122fc3
YQ
32232014-09-09 Yao Qi <yao@codesourcery.com>
3224
3225 * gdb.mi/mi-var-display.exp: Set print symbol off.
3226
a9f116cb
GKB
32272014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3228
3229 PR gdb/17035
3230 * gdb.base/commands.exp: Add tests to verify user-defined
3231 commands with empty bodies.
3232 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3233 python commands in `show user command`.
3234 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3235 scheme commands in `show user command`.
3236
c75bd3a2
JK
32372014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 PR python/17355
3240 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3241 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3242 * gdb.python/py-framefilter-invalidarg.exp: New file.
3243 * gdb.python/py-framefilter-invalidarg.py: New file.
3244
faa42425
DE
32452014-09-06 Doug Evans <xdje42@gmail.com>
3246
3247 PR 15276
3248 * gdb.python/py-caller-is.c: New file.
3249 * gdb.python/py-caller-is.exp: New file.
3250
474ca4f6
SDJ
32512014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3252
3253 PR gdb/17235
3254 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3255 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3256
eb0b0463
SDJ
32572014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3258
3259 PR fortran/17237
3260 * gdb.fortran/print-formatted.exp: New file.
3261 * gdb.fortran/print-formatted.f90: Likewise.
3262
5f3b99cf
SS
32632014-09-03 Sasha Smundak <asmundak@google.com>
3264
3265 * gdb.python/py-frame.exp: Test Frame.read_register.
3266
7d793aa9
SDJ
32672014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3268
3269 PR python/16699
3270 * gdb.python/py-completion.exp: New file.
3271 * gdb.python/py-completion.py: Likewise.
3272
fb0576e9
DE
32732014-08-28 Doug Evans <dje@google.com>
3274
3275 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3276 eax,etc. are live with values set by gdb and thus the compiler can't
3277 use them.
3278 * gdb.arch/i386-pseudo.c (main): Ditto.
3279
ee92b0dd
DE
32802014-08-27 Doug Evans <dje@google.com>
3281
3282 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3283
6649db35
DE
32842014-08-25 Doug Evans <dje@google.com>
3285
3286 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3287 (main): Ditto.
3288
564b7600
DE
32892014-08-25 Doug Evans <dje@google.com>
3290
3291 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3292
3881fb67
YQ
32932014-08-24 Yao Qi <yao@codesourcery.com>
3294
3295 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3296 symbol off.
3297 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3298
a05a36a5
DE
32992014-08-22 Doug Evans <dje@google.com>
3300
3301 PR 17276
3302 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3303 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3304 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3305
7c343b48
YQ
33062014-08-22 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3309 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3310 * gdb.python/python.exp: Likewise. Use .py file on the host
3311 instead of the build.
3312
22fd09ae
JK
33132014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3314
3315 * gdb.threads/gcore-stale-thread.c: New file.
3316 * gdb.threads/gcore-stale-thread.exp: New file.
3317
a8454a7c
PA
33182014-08-21 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3321 * gdb.base/gcore-relro-pie.exp: Likewise.
3322 * gdb.base/gcore-relro.exp: Likewise.
3323 * gdb.base/gcore.exp: Likewise.
3324 * gdb.base/print-symbol-loading.exp: Likewise.
3325 * gdb.threads/gcore-thread.exp: Likewise.
3326 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3327
2a31c623
PA
33282014-08-20 Pedro Alves <palves@redhat.com>
3329 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3332 configure.
3333 (EXPECT): Handle READ1 being set.
3334 (all): Depend on EXTRA_RULES.
3335 (check-read1, expect-read1, read1.so, read1): New rules.
3336 * README (Testsuite Parameters): Document the READ1 make variable.
3337 (Race detection): New section.
3338 * configure: Regenerate.
3339 * configure.ac: If build==host==target, and running under a
3340 GNU/glibc system, add read1 to the extra Makefile rules.
3341 (EXTRA_RULES): AC_SUBST it.
3342 * lib/read1.c: New file.
3343
d36430db
JB
33442014-08-20 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3347 the handling of variables declared as a typedef to an array
3348 which a DW_AT_data_location attribute.
3349
9a0dc9e3
PA
33502014-08-19 Andrew Burgess <aburgess@broadcom.com>
3351 Pedro Alves <palves@redhat.com>
3352
3353 PR symtab/14604
3354 PR symtab/14605
3355 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3356 gdb_test.
3357
0718a8da
PA
33582014-08-19 Pedro Alves <palves@redhat.com>
3359
3360 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3361
13b448cd
YQ
33622014-08-19 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3365 right line.
3366
1cbf5077
DB
33672014-08-18 David Blaikie <dblaikie@gmail.com>
3368
3369 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3370
bf0fae19
JB
33712014-08-18 Joel Brobecker <brobecker@adacore.com>
3372
3373 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3374 attribute in array range.
3375
3c8c5dcc
JB
33762014-08-18 Joel Brobecker <brobecker@adacore.com>
3377
3378 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3379
e66d4446
SC
33802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3381
3382 PR c++/17132
3383 * gdb.cp/pr17132.cc: New file.
3384 * gdb.cp/pr17132.exp: New file.
3385
940df408
SC
33862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3387
3388 * gdb.python/py-xmethods.py (A_getarrayind)
3389 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3390 Use 'print' with function call syntax.
3391 (E_method_matcher.match): Fix tab vs space indentation mixup.
3392
ebcc6c3a
YQ
33932014-08-15 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3396 false.
3397
775e0f04
YQ
33982014-08-15 Yao Qi <yao@codesourcery.com>
3399
3400 * gdb.cp/casts.exp: Set print symbol off.
3401 * gdb.cp/class2.exp: Likewise.
3402 * gdb.cp/overload.exp: Likewise.
3403 * gdb.cp/templates.exp: Likewise.
3404
d769e349
DE
34052014-08-11 Doug Evans <dje@google.com>
3406
3407 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3408 (test_load_shlib): Update.
3409
20c6f1e1
YQ
34102014-08-09 Yao Qi <yao@codesourcery.com>
3411
3412 * gdb.base/display.exp: Invoke is_address_zero_readable.
3413 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3414 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3415 * gdb.base/hbreak-unmapped.exp: Return if
3416 is_address_zero_readable returns true.
3417 * gdb.base/signest.exp: Likewise.
3418 * gdb.base/signull.exp: Likewise.
3419 * gdb.base/sigbpt.exp: Likewise.
3420 * gdb.guile/scm-disasm.exp: Do the test if
3421 is_address_zero_readable returns false.
3422 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3423 * gdb.python/py-arch.exp: Likewise.
3424 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3425 * lib/gdb.exp (is_address_zero_readable): New proc.
3426
5792e8e3
YQ
34272014-08-09 Yao Qi <yao@codesourcery.com>
3428
3429 PR testsuite/13443
3430 * gdb.mi/mi-var-display.exp: Make test messages unique.
3431
3cecbbbe
TT
34322014-08-04 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3435 target 0".
3436
00b51ff5
TT
34372014-08-04 Tom Tromey <tromey@redhat.com>
3438
3439 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3440 "target_resume".
3441
6908c509
JB
34422014-08-01 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3445 inner_vla_struct_object_size.
3446 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3447 as xfail.
3448
cc6563d2
PA
34492014-07-30 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3452 comment.
3453
7e09a223
YQ
34542014-07-29 Yao Qi <yao@codesourcery.com>
3455
3456 PR gdb/17206
3457 * gdb.base/until-nodebug.exp: New.
3458
7ebdbe92
DE
34592014-07-28 Doug Evans <xdje42@gmail.com>
3460
3461 PR guile/17203
3462 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3463 previously existing parameter, and previously ambiguously spelled
3464 parameter.
3465
fdb1adc6
WN
34662014-07-28 Will Newton <will.newton@linaro.org>
3467
3468 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3469
186fcde0
DE
34702014-07-26 Ludovic Courtès <ludo@gnu.org>
3471 Doug Evans <xdje42@gmail.com>
3472
3473 PR guile/17146
3474 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3475
70509625
PA
34762014-07-25 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.threads/signal-command-handle-nopass.c: New file.
3479 * gdb.threads/signal-command-handle-nopass.exp: New file.
3480 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3481 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3482 * gdb.threads/signal-delivered-right-thread.c: New file.
3483 * gdb.threads/signal-delivered-right-thread.exp: New file.
3484
c3f814a1
PA
34852014-07-25 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.base/double-prompt-target-event-error.exp
3488 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3489 match.
3490 (cancel_pagination_in_target_event): Rework double prompt
3491 detection.
3492 * gdb.base/paginate-after-ctrl-c-running.exp
3493 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3494 <return>' match.
3495 * gdb.base/paginate-bg-execution.exp
3496 (test_bg_execution_pagination_return)
3497 (test_bg_execution_pagination_cancel): Remove '-notransfer
3498 <return>' matches.
3499 * gdb.base/paginate-execution-startup.exp
3500 (test_fg_execution_pagination_return)
3501 (test_fg_execution_pagination_cancel): Remove '-notransfer
3502 <return>' matches.
3503 * gdb.base/paginate-inferior-exit.exp
3504 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3505 match.
3506 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3507 * lib/gdb.exp (pagination_prompt): Run text through
3508 string_to_regexp.
3509 (gdb_test_multiple): Match $pagination_prompt instead of
3510 "<return>".
3511 (string_to_regexp): Move to lib/gdb-utils.exp.
3512
e214cf6c
JK
35132014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 * gdb.arch/amd64-entry-value-paramref.S: New file.
3516 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3517 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3518 * gdb.arch/amd64-optimout-repeat.S: New file.
3519 * gdb.arch/amd64-optimout-repeat.c: New file.
3520 * gdb.arch/amd64-optimout-repeat.exp: New file.
3521
17d0c5c8
JK
35222014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 PR gdb/17170
3525 * gdb.base/statistics.exp: New file.
3526
b8b8facf
DE
35272014-07-17 Doug Evans <dje@google.com>
3528
74b49205 3529 PR gdb/17170
b8b8facf
DE
3530 * gdb.base/maint.exp: Update testing of per-command stats.
3531
1b5d0ab3
PA
35322014-07-16 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3535 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3536 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3537 (tfile_write_buf): New functions.
3538 (add_memory_block): Rewrite using the above.
3539 (adjust_function_address): New function.
3540 (FUNCTION_ADDRESS): New macro.
3541 (write_basic_trace_file): Remove short_x local, and use
3542 tfile_write_16. Change type of func_addr local to unsigned long
3543 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3544 here. Cast argument of add_memory_block to char pointer.
3545 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3546 (main): Remove parameters.
3547 * gdb.trace/tfile.exp: Remove nowarnings.
3548
4d974e88
SM
35492014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3550
3551 * gdb.base/debug-expr.exp: Test string evaluation with
3552 "debug expression" on.
3553
41e99568
PA
35542014-07-15 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/reread.exp: Use clean_restart.
3557
487d9753
PL
35582014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3559
3560 * gdb.arch/avr-flash-qualifer.c: New.
3561 * gdb.arch/avr-flash-qualifer.exp: New.
3562
cc1c52ad
PA
35632014-07-14 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3566 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3567
1e973570
PA
35682014-07-14 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/double-prompt-target-event-error.c: New file.
3571 * gdb.base/double-prompt-target-event-error.exp: New file.
3572
93d6eb10
PA
35732014-07-14 Pedro Alves <palves@redhat.com>
3574
3575 PR gdb/17072
3576 * gdb.base/paginate-inferior-exit.c: New file.
3577 * gdb.base/paginate-inferior-exit.exp: New file.
3578
0017922d
PA
35792014-07-14 Pedro Alves <palves@redhat.com>
3580
3581 PR gdb/17072
3582 * gdb.base/paginate-bg-execution.c: New file.
3583 * gdb.base/paginate-bg-execution.exp: New file.
3584
94696ad3
PA
35852014-07-14 Pedro Alves <palves@redhat.com>
3586
3587 PR gdb/17072
3588 * gdb.base/paginate-execution-startup.c: New file.
3589 * gdb.base/paginate-execution-startup.exp: New file.
3590 * lib/gdb.exp (pagination_prompt): New global.
3591 (default_gdb_spawn): New procedure, factored out from
3592 default_gdb_spawn.
3593 (default_gdb_start): Adjust to call default_gdb_spawn.
3594 (gdb_spawn): New procedure.
3595
bd293940
PA
35962014-07-14 Pedro Alves <palves@redhat.com>
3597
3598 * lib/gdb.exp (gdb_assert): New procedure.
3599 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3600
c933f875
PA
36012014-07-14 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/execution-termios.c: New file.
3604 * gdb.base/execution-termios.exp: New file.
3605
d98b7a16
TT
36062014-07-14 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.cp/vla-cxx.cc: New file.
3609 * gdb.cp/vla-cxx.exp: New file.
3610
548740d6
TT
36112014-07-14 Tom Tromey <tromey@redhat.com>
3612
3613 * gdb.reverse/rerun-prec.c: New file.
3614 * gdb.reverse/rerun-prec.exp: New file.
3615
a25eb028
MR
36162014-07-12 Maciej W. Rozycki <macro@mips.com>
3617 Maciej W. Rozycki <macro@codesourcery.com>
3618
3619 * lib/gdb-utils.exp: New file.
3620 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3621 inline `gdb_init_command' processing.
3622 (gdb_start_cmd): Likewise.
3623 * lib/mi-support.exp (mi_run_cmd): Likewise.
3624 * README: Document `gdb_init_command' and `gdb_init_commands'.
3625
218c2655
JK
36262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3627
3628 Fix false FAIL running under a very long directory name.
3629 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3630 and "set print elements 10000". Twice.
3631
5401fde3
YQ
36322014-07-11 Yao Qi <yao@codesourcery.com>
3633
3634 * gdb.base/exprs.exp: "set print symbol off".
3635
e76126e8
PA
36362014-07-11 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.threads/kill.c: New file.
3639 * gdb.threads/kill.exp: New file.
3640
2d6f0de6
YQ
36412014-07-10 Yao Qi <yao@codesourcery.com>
3642
3643 * gdb.trace/tfile.c (write_basic_trace_file)
3644 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3645 address written to trace file.
3646
7180e04a
PA
36472014-07-09 Pedro Alves <palves@redhat.com>
3648
3649 * gdb.base/attach-wait-input.exp: New file.
3650 * gdb.base/attach-wait-input.c: New file.
3651
9a9a7608
AB
36522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3655 setting up test structures.
3656 (main): Call new test function.
3657 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3658 test function, continue into test function and walk test
3659 structures.
3660
161ac41e
YQ
36612014-07-02 Yao Qi <yao@codesourcery.com>
3662
3663 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3664 'bar_start' at the beginning of functions 'foo' and 'bar'
3665 respectively.
3666 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3667 instead of 'foo' and 'bar'.
3668
1f267ae3
MM
36692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3670
3671 * gdb.btrace/segv.exp: New.
3672 * gdb.btrace/segv.c: New.
3673
2b239efb
LM
36742014-07-02 Luis Machado <lgustavo@codesourcery.com>
3675
3676 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3677 instruction.
3678
cf363f18
MW
36792014-06-30 Mark Wielaard <mjw@redhat.com>
3680
3681 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3682 vulture, vilify, villar): New volatile array constants.
3683 (vindictive, vegetation): New const volatile array constants.
3684 * gdb.base/volatile.exp: Test volatile and const volatile array
3685 types.
3686
aebf9d24
AA
36872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3688
3689 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3690 target lacks support for awatch, rwatch, or hbreak.
3691
b67a2c6f
YQ
36922014-06-27 Yao Qi <yao@codesourcery.com>
3693
3694 * gdb.multi/dummy-frame-restore.exp: New.
3695 * gdb.multi/dummy-frame-restore.c: New.
3696
aef92902
MM
36972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3698
3699 * gdb.btrace/gcore.exp: New.
3700
8e9db26e
PA
37012014-06-23 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.base/watchpoint-reuse-slot.c: New file.
3704 * gdb.base/watchpoint-reuse-slot.exp: New file.
3705
70afc5b7
SC
37062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3707
3708 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3709 progspace's filename in 'info', 'enable' and 'disable' command
3710 tests.
3711
b972bd9c
JK
37122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3715 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3716 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3717
125f8a3d
GB
37182014-06-20 Gary Benson <gbenson@redhat.com>
3719
3720 * gdb.arch/i386-avx.exp: Fix include file location.
3721 * gdb.arch/i386-sse.exp: Likewise.
3722
3ed9baed
IB
37232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3724
3725 * gdb.dlang/expression.exp: New file.
3726
034f788c
PA
37272014-06-19 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3730 out from ...
3731 (top level): ... here. Iterate running tests under different
3732 scheduler-locking settings.
3733
45371d0c
LM
37342014-06-18 Luis Machado <lgustavo@codesourcery.com>
3735
3736 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3737 to DW_FORM_addr and use non-zero addresses.
3738
5d376983
SC
37392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3740
3741 PR gdb/17017
3742 * gdb.python/py-xmethods.cc: Add global function call counters and
3743 increment them in their respective functions. Remove "cout"
3744 statements.
3745 * gdb.python/py-xmethods.exp: Make tests check the global function
3746 call counters instead of depending on inferior IO.
3747
a1aa2221
LM
37482014-06-18 Don Breazeal <donb@codesourcery.com>
3749
3750 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3751 Deleted procedure.
3752 (explicit_fork_parent_follow): Deleted procedure.
3753 (explicit_fork_child_follow): Deleted procedure.
3754 (test_follow_fork): New procedure.
3755 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3756 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3757 procedure calls.
3758
0fc05997
YQ
37592014-06-17 Yao Qi <yao@codesourcery.com>
3760
3761 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3762 CP1252.
3763
70795c52
LM
37642014-06-17 Luis Machado <lgustavo@codesourcery.com>
3765
3766 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3767 Initialize ptr and S explicitly.
3768 (skip_type_update_when_not_use_rtti_test): Likewise.
3769
6be47f0c
KS
37702014-06-16 Keith Seitz <keiths@redhat.com>
3771
3772 PR mi/15863
3773 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3774 the inferior is started.
3775
d03de421
PA
37762014-06-16 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/break-main-file-remove-fail.c: New file.
3779 * gdb.base/break-main-file-remove-fail.exp: New file.
3780 * gdb.base/break-unload-file.exp: Use build_executable instead of
3781 prepare_for_testing.
3782 (test_break): New parameter "initial_load". Handle it.
3783 (top level): Add initial_load cmdline/file axis.
3784
f9579b99
TT
37852014-06-12 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.base/completion.exp: Don't use directory name in test.
3788
3657956b
GB
37892014-06-09 Gary Benson <gbenson@redhat.com>
3790
3791 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3792 separate the always-available ANSI-standard signals from the
3793 signals that require checking.
3794 (main): Likewise.
3795 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3796 Likewise.
3797 (main): Likewise.
3798
4186eb54
KS
37992014-06-07 Keith Seitz <keiths@redhat.com>
3800
3801 Revert:
3802 PR c++/16253
3803 * gdb.cp/var-tag.cc: New file.
3804 * gdb.cp/var-tag.exp: New file.
3805 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3806 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3807 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3808 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3809
25326a28 38102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3811
3812 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3813
829155c9
PA
38142014-06-06 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3817 in target debug output instead of looking at RSP packets,
3818 disabling the test on any target that uses hardware stepping.
3819 Update comments.
3820
61c8d22e
PA
38212014-06-06 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/break-unload-file.exp: Fix typo.
3824
d9a47287
YQ
38252014-06-06 Yao Qi <yao@codesourcery.com>
3826
3827 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3828 from "jit_function" to "^jit_function".
3829
e5e01dbf
YQ
38302014-06-06 Yao Qi <yao@codesourcery.com>
3831
3832 * gdb.base/async.c (foo): Add one statement.
3833 * gdb.base/async.exp: Get the next instruction address and
3834 match the output of "nexti" by instruction address. Match
3835 the hex address in the output of "finish".
3836
73ba372c
GB
38372014-06-06 Gary Benson <gbenson@redhat.com>
3838
3839 * gdb.base/call-signals.c: Remove preprocessor conditionals
3840 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3841 SIGSEGV and SIGTERM.
3842 * gdb.base/sigall.c: Likewise.
3843 * gdb.base/unwindonsignal.c: Likewise.
3844 * gdb.reverse/sigall-reverse.c: Likewise.
3845
831517df
YQ
38462014-06-06 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3849 readable, skip the test.
3850
b8b91e98
YQ
38512014-06-06 Yao Qi <yao@codesourcery.com>
3852
3853 * gdb.threads/staticthreads.c (thread_function): Move the line
3854 setting breakpoint on forward.
3855 * gdb.threads/staticthreads.exp: Update comments.
3856
fb934770
LC
38572014-06-05 Ludovic Courtès <ludo@gnu.org>
3858
3859 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3860 "history-append! type error".
3861
6ef284bd
SM
38622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3863
3864 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3865 erroneous dprintf expected input.
3866
a872e241
DE
38672014-06-04 Doug Evans <xdje42@gmail.com>
3868
3869 * gdb.guile/scm-generics.exp: Delete.
3870
16f691fb
DE
38712014-06-04 Doug Evans <xdje42@gmail.com>
3872
3873 * gdb.guile/scm-breakpoint.exp: Update.
3874 Add tests for breakpoint registration.
3875
012370f6
TT
38762014-06-04 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3879 VLA-in-union.
3880 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3881 inner_vla_struct, vla_union types. Initialize objects of those
3882 types and compute their sizes.
3883
9f5a4cef
HZ
38842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3885 Hui Zhu <hui@codesourcery.com>
3886
3887 * gdb.base/fileio.exp: Add test for shell not available as well as
3888 available.
3889 * gdb.base/fileio.c (test_system): Check for shell twice.
3890
90a45c4d
YQ
38912014-06-04 Yao Qi <yao@codesourcery.com>
3892
3893 * gdb.base/auto-connect-native-target.exp: Remove redundant
3894 space from the regexp pattern.
3895
70017e41
YQ
38962014-06-04 Yao Qi <yao@codesourcery.com>
3897
3898 * gdb.base/default.exp: Replace "child" with "native" in
3899 regexp pattern.
3900
883964a7
SC
39012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3902
3903 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3904 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3905 * gdb.python/py-xmethods.py: Python script supporting the
3906 new testcase and tests.
3907
ef370185
JB
39082014-06-03 Joel Brobecker <brobecker@adacore.com>
3909 Pedro Alves <palves@redhat.com>
3910
3911 PR breakpoints/17000
3912 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3913 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3914
1e2ccb61
BM
39152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3916
3917 * gdb.base/subst.exp: Add tests to verify partial path matching
3918 output.
3919
c6ec5ab2
PA
39202014-06-03 Pedro Alves <palves@redhat.com>
3921
3922 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3923 target that doesn't use software single-stepping.
3924
835c559f
PA
39252014-06-03 Pedro Alves <palves@redhat.com>
3926
3927 PR breakpoints/17000
3928 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3929 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3930
06eb1586
DE
39312014-06-02 Doug Evans <xdje42@gmail.com>
3932
3933 * gdb.guile/scm-parameter.exp: New file.
3934
e698b8c4
DE
39352014-06-02 Doug Evans <xdje42@gmail.com>
3936
3937 * gdb.guile/scm-cmd.c: New file.
3938 * gdb.guile/scm-cmd.exp: New file.
3939
ded03782
DE
39402014-06-02 Doug Evans <xdje42@gmail.com>
3941
3942 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3943 pretty-printer lookup.
3944 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3945 (make-pp_s-printer): Call it.
3946 (make-pretty-printer-from-dict): New function.
3947 (lookup-pretty-printer-maker-from-dict): New function.
3948 (*pretty-printer*): Simplify.
3949 (make-objfile-pp_s-printer): New function.
3950 (install-objfile-pretty-printers!): New function.
3951 (make-progspace-pp_s-printer): New function.
3952 (install-progspace-pretty-printers!): New function.
3953 * gdb.guile/scm-progspace.c: New file.
3954 * gdb.guile/scm-progspace.exp: New file.
3955
41fac0cf
PA
39562014-06-02 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/dprintf-bp-same-addr.c: New file.
3959 * gdb.base/dprintf-bp-same-addr.exp: New file.
3960
96ae5695
EBM
39612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3962
3963 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3964 * gdb.arch/powerpc-power.s: Likewise.
3965
da02b3a8
JB
39662014-06-02 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3969
c72b2e7b
YQ
39702014-06-01 Yao Qi <yao@codesourcery.com>
3971
3972 * gdb.base/watchpoint.exp (test_watch_location): Check null
3973 pointer can be dereferenced. If not, do the test, otherwise
3974 skip it.
3975
53e8a631
AB
39762014-05-30 Andrew Burgess <aburgess@broadcom.com>
3977
3978 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3979 results.
3980 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3981
938f0e2f
AB
39822014-05-30 Andrew Burgess <aburgess@broadcom.com>
3983
3984 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3985 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3986 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3987 * gdb.arch/amd64-invalid-stack-top.c: New file.
3988 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3989
9ba6657a
PA
39902014-05-30 Pedro Alves <palves@redhat.com>
3991
3992 PR breakpoints/17000
3993 * gdb.base/sss-bp-on-user-bp.c: New file.
3994 * gdb.base/sss-bp-on-user-bp.exp: New file.
3995
522c09bf
DB
39962014-05-30 David Blaikie <dblaikie@gmail.com>
3997
3998 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3999 gnu_inline semantics via attribute.
4000 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4001 source explicitly specifies the required semantics.
4002
bf4ef81e
MR
40032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4004
4005 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4006
329ea579
PA
40072014-05-29 Pedro Alves <palves@redhat.com>
4008 Tom Tromey <tromey@redhat.com>
4009
4010 * gdb.base/async-shell.exp: Don't enable target-async.
4011 * gdb.base/async.exp
4012 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4013 parameter. Adjust.
4014 (top level): Don't test with "target-async".
4015 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4016 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4017 * gdb.base/inferior-died.exp: Don't enable target-async.
4018 * gdb.base/interrupt-noterm.exp: Likewise.
4019 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4020 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4021 * gdb.mi/mi-nonstop.exp: Likewise.
4022 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4023 * gdb.mi/mi-nsintrall.exp: Likewise.
4024 * gdb.mi/mi-nsmoribund.exp: Likewise.
4025 * gdb.mi/mi-nsthrexec.exp: Likewise.
4026 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4027 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4028 * gdb.python/py-evsignal.exp: Don't enable target-async.
4029 * gdb.python/py-evthreads.exp: Likewise.
4030 * gdb.python/py-prompt.exp: Likewise.
4031 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4032 * gdb.server/solib-list.exp: Don't enable target-async.
4033 * gdb.threads/thread-specific-bp.exp: Likewise.
4034 * lib/mi-support.exp: Adjust to use mi-async.
4035
fd664c91
PA
40362014-05-29 Pedro Alves <palves@redhat.com>
4037
4038 PR gdb/13860
4039 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4040 reason, even in sync mode.
4041
251bde03
PA
40422014-05-29 Pedro Alves <palves@redhat.com>
4043 Hui Zhu <hui@codesourcery.com>
4044
4045 PR PR15693
4046 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4047 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4048 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4049 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4050
7f3c0343
JB
40512014-05-28 Joel Brobecker <brobecker@adacore.com>
4052
4053 * config/monitor.exp (gdb_target_monitor): Replace use of
4054 "set remotebaud" by "set serial baud".
4055
b2715b27
AW
40562014-05-26 Andy Wingo <wingo@igalia.com>
4057
4058 * gdb.guile/scm-breakpoint.exp:
4059 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4060 properties instead of gdb-object-properties.
4061
498a4489
YQ
40622014-05-26 Yao Qi <yao@codesourcery.com>
4063
4064 * gdb.server/no-thread-db.exp: Specify source file name
4065 explicitly when setting a breakpoint.
4066
589fdceb
MM
40672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4068
4069 * gdb.btrace/vdso.c: New.
4070 * gdb.btrace/vdso.exp: New.
4071
e9089e05
MM
40722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4073
4074 * gdb.base/gcore.exp (capture_command_output): Move ...
4075 * lib/gdb.exp (capture_command_output): ... here.
4076
67b5c0c1
MM
40772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4078
4079 * gdb.btrace/data.exp: Test memory access during btrace replay.
4080
a2199296
SM
40812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4082
4083 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4084
17b2616c
PA
40852014-05-21 Pedro Alves <palves@redhat.com>
4086
4087 PR gdb/13860
4088 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4089 (top level): Test that output related to execution commands is
4090 sent to the console with CLI commands, but not with MI commands.
4091 Test that breakpoint events are always mirrored to the console.
4092 Also expect the new source line to be output after a "next" in
4093 async mode too. Make it a pass/fail test.
4094 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4095 output.
4096 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4097
5166082f
PA
40982014-05-21 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4101 Use them to test variations of "list" after reaching a breakpoint.
4102 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4103 Test "list" with listsize 10 after reaching a breakpoint.
4104 * gdb.python/python.exp (decode_line current location line
4105 number): Adjust expected line number.
4106
2f25d70f
SM
41072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4108
4109 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4110 behavior for $args, pass it directly to "run".
4111
ff604a67
MR
41122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4113
4114 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4115 30000 to 65536.
4116
6a3cb8e8
PA
41172014-05-21 Pedro Alves <palves@redhat.com>
4118
4119 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4120 auto-connect-native-target off".
4121 * gdb.base/auto-connect-native-target.c: New file.
4122 * gdb.base/auto-connect-native-target.exp: New file.
4123
4ebfc96e
PA
41242014-05-21 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/default.exp: Test "target native" instead of "target
4127 child".
4128
36d46afb
MW
41292014-05-21 Mark Wielaard <mjw@redhat.com>
4130
4131 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4132
5876f503
JK
41332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 Fix TLS access for -static -pthread.
4136 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4137 <HAVE_TLS> (thread_function, main): Initialize it.
4138 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4139 Add clean_restart.
4140 <$have_tls != "">: Check TLSVAR.
4141
0256a6ac
PA
41422014-05-21 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.base/dcache-line-read-error.c: New.
4145 * gdb.base/dcache-line-read-error.exp: New.
4146
936d2992
PA
41472014-05-20 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/compare-sections.c: New file.
4150 * gdb.base/compare-sections.exp: New file.
4151
802e8e6d
PA
41522014-05-20 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/break-idempotent.c: New file.
4155 * gdb.base/break-idempotent.exp: New file.
4156
e59fa00f
MM
41572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4158
4159 * gdb.btrace/nohist.exp: New.
4160
8b696e31
YQ
41612014-05-20 Yao Qi <yao@codesourcery.com>
4162
4163 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4164 gdb.reverse directory and gdb_reverse_timeout exists in board
4165 setting.
4166 * README: Document gdb_reverse_timeout.
4167
73c9764f
YQ
41682014-05-20 Yao Qi <yao@codesourcery.com>
4169
4170 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4171 'test_file_name'. Treat args as a string instead of a list.
4172 (gdb_init): Rename argument 'args' by 'test_file_name'.
4173
f1f4348a
JK
41742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * gdb.arch/powerpc-power.exp: New file.
4177 * gdb.arch/powerpc-power.s: New file.
4178
0dbe70ce
DE
41792014-05-16 Doug Evans <dje@google.com>
4180
4181 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4182 * gdb.base/completion.exp: Check that all expected files exist
4183 before doing file completion.
0dbe70ce 4184
8d551b02
DE
41852014-05-16 Doug Evans <dje@google.com>
4186
4187 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4188 Update.
4189 (do_syscall_tests_without_xml): Update.
4190
73eb7709
PA
41912014-05-16 Pedro Alves <palves@redhat.com>
4192
4193 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4194 instead of "unknown output after running".
4195
3fae92fc
YQ
41962014-05-16 Yao Qi <yao@codesourcery.com>
4197
4198 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4199 file1.txt from host at the end.
4200 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4201
c2b2ccc5
DE
42022014-05-15 Doug Evans <dje@google.com>
4203
4204 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4205 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4206 loading file. Add test for TU lookup.
4207
8c217a4b
SM
42082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4211 calling "-exec-arguments" or "set args" before running the
4212 inferior.
4213
3deb39c6
SM
42142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4215
4216 * lib/mi-support.exp (mi_expect_stop): Expect message for
4217 inferiors that exit with non-zero exit code.
4218
71a79f8c
YQ
42192014-05-14 Yao Qi <yao@codesourcery.com>
4220
4221 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4222 match absolute path on remote host.
4223 (test_file_list_exec_source_files): Remove "/" from the
4224 pattern.
4225
f23fcd46
YQ
42262014-05-14 Yao Qi <yao@codesourcery.com>
4227
4228 * boards/local-remote-host-notty.exp (${board}_file): New
4229 proc.
4230
9404b58f
KM
42312014-05-07 Kyle McMartin <kyle@redhat.com>
4232
4233 Pushed by Joel Brobecker <brobecker@adacore.com>.
4234 * gdb.arch/aarch64-atomic-inst.c: New file.
4235 * gdb.arch/aarch64-atomic-inst.exp: New file.
4236
5e45f04c
YQ
42372014-05-07 Yao Qi <yao@codesourcery.com>
4238
4239 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4240 in current context" too.
4241
c888a17d
KS
42422014-05-05 Keith Seitz <keiths@redhat.com>
4243
4244 * gdb.linespec/ls-dollar.exp: Add test for linespec
4245 file:convenience_variable.
4246
290a839c
YQ
42472014-05-05 Yao Qi <yao@codesourcery.com>
4248
4249 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4250 traceframes into tfile and ctf trace files. Read data from
4251 trace file and test collected data.
4252 (gdb_collect_locals_test): Likewise.
4253 (gdb_unavailable_registers_test): Likewise.
4254 (gdb_unavailable_floats): Likewise.
4255 (gdb_collect_globals_test): Likewise.
4256 (top-level): Append "ctf" to trace_file_targets if GDB
4257 supports.
4258
b5262cd0
YQ
42592014-05-05 Yao Qi <yao@codesourcery.com>
4260
4261 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4262 code to ...
4263 (gdb_collect_args_test_1): ... it. New proc.
4264 (gdb_collect_locals_test): Move some code to ...
4265 (gdb_collect_locals_test_1): ... it. New proc.
4266 (gdb_unavailable_registers_test): Move some code to ...
4267 (gdb_unavailable_registers_test_1): ... it. New proc.
4268 (gdb_unavailable_floats): Move some code to ...
4269 (gdb_unavailable_floats_1): ... it. New proc.
4270
30a1e6cc
SDJ
42712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4272
4273 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4274 probes to test for bitness recognition.
4275 * gdb.arch/amd64-stap-optional-prefix.exp
4276 (test_probe_value_without_reg): New procedure.
4277 Add code to test for different kinds of bitness.
4278
f33da99a
SDJ
42792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4280
4281 PR breakpoints/16889
4282 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4283 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4284
5b80f00d
PA
42852014-05-01 Pedro Alves <palves@redhat.com>
4286
4287 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4288 gdb_file_cmd if no file is specified.
4289 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4290 last_loaded_file to set the remote exec-file.
4291
f8c2a73c
PA
42922014-05-01 Pedro Alves <palves@redhat.com>
4293
4294 * boards/local-remote-host.exp: New file.
4295
be6e8ac7
PA
42962014-05-01 Pedro Alves <palves@redhat.com>
4297
4298 * boards/local-remote-host.exp: Rename to ...
4299 * boards/local-remote-host-notty.exp: ... this.
4300
cac0dc8f
JB
43012014-04-28 Joel Brobecker <brobecker@adacore.com>
4302
4303 * gdb.ada/dyn_arrayidx: New testcase.
4304
9730e6cc
YQ
43052014-04-26 Yao Qi <yao@codesourcery.com>
4306
4307 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4308 and compute the length of function main. Save it in
4309 $main_length.
4310 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4311 (top-level): Use gdb_compile to compile objects into
4312 executable and restart GDB. Remove invocation to
4313 prepare_for_testing.
4314
7ae1a6a6
PA
43152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4316 Pedro Alves <palves@redhat.com>
4317
4318 PR server/16255
4319 * gdb.multi/multi-attach.c: New file.
4320 * gdb.multi/multi-attach.exp: New file.
4321
4082afcc
PA
43222014-04-25 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4325 user.
4326 (top level): Test that "set remote conditional-breakpoints-packet
4327 off" works as intended.
4328 * gdb.base/dprintf.exp: Test that "set remote
4329 breakpoint-commands-packet off" works as intended.
4330 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4331 New function.
4332 (top level): Call it.
4333 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4334 remote fast-tracepoints-packet off" works as intended.
4335 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4336 * lib/gdb.exp (gdb_is_target_remote): ... here.
4337
2abc3f8d
DB
43382014-04-24 David Blaikie <dblaikie@gmail.com>
4339
4340 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4341 ensure clang would not discard them.
4342 * gdb.base/gdbvars.c: Ditto.
4343 * gdb.base/memattr.c: Ditto.
4344 * gdb.base/whatis.c: Ditto.
4345 * gdb.python/py-prettyprint.c: Ditto.
4346 * gdb.trace/actions.c: Ditto.
4347 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4348 ensure clang would not discard it.
4349
bfd39632
DB
43502014-04-24 David Blaikie <dblaikie@gmail.com>
4351
4352 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4353 clang to emit the full definition of type required by the test
4354 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4355
22842ff6
DB
43562014-04-24 David Blaikie <dblaikie@gmail.com>
4357
4358 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4359 coax Clang into emitting the definition of the type.
4360 * gdb.cp/pr10728-x.h (y): Ditto.
4361 * gdb.cp/pr10728-y.cc (y): Ditto.
4362
c2e827ad
DB
43632014-04-24 David Blaikie <dblaikie@gmail.com>
4364
4365 * gdb.base/label.exp: XFAIL label related tests under Clang.
4366 * gdb.cp/cplabel.exp: Ditto.
4367 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4368 under Clang those using labels.
4369
4c2d33e7
YQ
43702014-04-25 Yao Qi <yao@codesourcery.com>
4371
4372 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4373 double_label.
4374 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4375 partial_label and double_label.
4376
56083b99
DB
43772014-04-24 David Blaikie <dblaikie@gmail.com>
4378
4379 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4380
25d4e99d
DB
43812014-04-24 David Blaikie <dblaikie@gmail.com>
4382
4383 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4384 of the function to work across GCC and Clang.
4385 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4386 pointer types (const void ** const V void **).
4387
01f9f808
MS
43882014-04-24 Michael Sturm <michael.sturm@mintel.com>
4389 Walfred Tedeschi <walfred.tedeschi@intel.com>
4390
4391 * Makefile.in (EXECUTABLES): Added i386-avx512.
4392 * gdb.arch/i386-avx512.c: New file.
4393 * gdb.arch/i386-avx512.exp: Likewise.
4394
4b48d439
KS
43952014-04-23 Keith Seitz <keiths@redhat.com>
4396
4397 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4398 (mi_make_breakpoint_table): New procedure.
4399 (mi_create_breakpoint): Use mi_make_breakpoint
4400 and return the result.
4401 (mi_make_breakpoint): New procedure.
4402 (mi_build_kv_pairs): New procedure.
4403
4404 * gdb.mi/mi-break.exp: Remove unused globals,
4405 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4406 All callers updated.
4407 * gdb.mi/mi-dprintf.exp: Use variable to track command
4408 number.
4409 Update all callers of mi_create_breakpoint and use
4410 mi_make_breakpoint_table.
4411 Remove any unused global variables.
4412 * gdb.mi/mi-nonstop.exp: Likewise.
4413 * gdb.mi/mi-nsintrall.exp: Likewise.
4414 * gdb.mi/mi-nsmoribund.exp: Likewise.
4415 * gdb.mi/mi-nsthrexec.exp: Likewise.
4416 * gdb.mi/mi-reverse.exp: Likewise.
4417 * gdb.mi/mi-simplerun.exp: Likewise.
4418 * gdb.mi/mi-stepn.exp: Likewise.
4419 * gdb.mi/mi-syn-frame.exp: Likewise.
4420 * gdb.mi/mi-until.exp: Likewise.
4421 * gdb.mi/mi-var-cp.exp: Likewise.
4422 * gdb.mi/mi-var-display.exp: Likewise.
4423 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4424 * gdb.mi/mi2-var-child.exp: Likewise.
4425 * gdb.mi/mi-vla-c99.exp: Likewise.
4426 * lib/mi-support.exp: Likewise.
4427
4428 From Ian Lance Taylor <iant@cygnus.com>:
4429 * lib/gdb.exp (parse_args): New procedure.
4430
08351840
PA
44312014-04-23 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/break-unload-file.c: New file.
4434 * gdb.base/break-unload-file.exp: New file.
4435 * gdb.base/sym-file-lib.c (baz): New function.
4436 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4437 field.
4438 (load): Store the segment's mapped size.
4439 (unload): New function.
4440 (unload_shlib): New function.
4441 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4442 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4443 set a breakpoint at baz, and call it.
4444 * gdb.base/sym-file.exp: New tests for stale breakpoint
4445 instructions.
4446
076855f9
PA
44472014-04-23 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4450 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4451 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4452 * gdb.base/hbreak-unmapped.c: New file.
4453 * gdb.base/hbreak-unmapped.exp: New file.
4454 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4455 * lib/gdb.exp (gdb_is_target_remote): ... here.
4456
483805cf
PA
44572014-04-22 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.base/consecutive-step-over.c: New file.
4460 * gdb.base/consecutive-step-over.exp: New file.
4461
06d97543
PA
44622014-04-22 Pedro Alves <palves@redhat.com>
4463
4464 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4465 instead of send_gdb/gdb_expect.
4466
b4429ea2
YQ
44672014-04-22 Yao Qi <yao@codesourcery.com>
4468
4469 * lib/trace-support.exp (generate_tracefile): New procedure.
4470 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4471 return 0.
4472 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4473 if generate_tracefile returns 1.
4474
51d48146
PA
44752014-04-18 Tom Tromey <palves@redhat.com>
4476 Pedro alves <tromey@redhat.com>
4477
4478 PR backtrace/15558
4479 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4480 with a backtrace limit.
4481 * gdb.python/py-frame-inline.exp: Test running to an inline
4482 function with a backtrace limit, and printing the newest frame.
4483 * gdb.python/py-frame-inline.c (main): Call f.
4484
bd1dce5f
MS
44852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4486
4487 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4488
40d1a503
MS
44892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4490
4491 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4492 Drop prefix from unsupported source file path.
4493
389b98f7
YQ
44942014-04-17 Yao Qi <yao@codesourcery.com>
4495
4496 * lib/gdb.exp (with_target_charset): New proc.
4497 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4498 with_target_charset.
4499 (test_print_strings): Likewise.
4500 (test_repeat_bytes): Likewise.
4501 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4502 for some tests.
4503
22869d73
KS
45042014-04-16 Keith Seitz <keiths@redhat.com>
4505
4506 PR gdb/15827
4507 * gdb.dwarf2/corrupt.c: New file.
4508 * gdb.dwarf2/corrupt.exp: New file.
4509
c4f87ca6
KS
45102014-04-16 Keith Seitz <keiths@redhat.com>
4511
4512 PR c++/16597
4513 * gdb.cp/namelessclass.cc: New file.
4514 * gdb.cp/namelessclass.exp: New file.
4515 * gdb.cp/namelessclass.S: New file.
4516
ab19de87
DE
45172014-04-16 Doug Evans <dje@google.com>
4518
4519 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4520 Add comment.
4521 (gdbserver_default_get_comm_port): New function.
4522 (gdbserver_start): Check if board file provided
4523 "gdbserver,get_comm_port" and use it if so.
4524 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4525 (gdb,socketport): Set to "stdio".
4526 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4527 (stdio_gdbserver_template): Delete.
4528 (${board}_get_remote_address): Update.
4529 (${board}_build_remote_cmd): Delete.
4530 (${board}_get_comm_port): New function.
4531 (${board}_spawn): Update.
4532 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4533 Delete.
4534 (${board}_get_remote_address): Update.
4535 (${board}_get_comm_port): New function.
4536
fc98a809
AB
45372014-04-16 Andrew Burgess <aburgess@broadcom.com>
4538
4539 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4540 appearing in any order.
4541
87fd9e6e
DE
45422014-04-15 Doug Evans <dje@google.com>
4543
4544 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4545 uninitialized value of "description".
4546
099fc3ea
KS
45472014-04-15 Keith Seitz <keiths@redhat.com>
4548
4549 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4550 Remove unused globals.
4551 (test_running_the_program): Likewise.
4552 (test_controlled_execution): Likewise.
4553 (test_controlling_breakpoints): Likewise.
4554 (test_program_termination): Likewise.
4555
5da151d4
KS
45562014-04-15 Keith Seitz <keiths@redhat.com>
4557
4558 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4559 unused globals.
4560 (test_rbreak_creation_and_listing): Likewise.
4561 (test_ignore_count): Likewise.
4562 (test_error): Likewise.
4563
35e5d2f0
PA
45642014-04-15 Pedro Alves <palves@redhat.com>
4565
4566 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4567 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4568 sym-file-loader.c.
4569 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4570 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4571 to sym-file-loader.c.
4572 (struct library): Forward declare.
4573 (load_shlib, lookup_function): Change prototypes.
4574 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4575 (translate_offset): Remove declarations.
4576 (get_text_addr): New declaration.
4577 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4578 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4579 sym-file-loader.h.
4580 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4581 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4582 here from sym-file-loader.h.
4583 (struct library): New structure.
4584 (load_shlib, lookup_function): Change prototypes and adjust to
4585 work with a struct library.
4586 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4587 (translate_offset): Make static.
4588 (get_text_addr): New function.
4589 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4590
eb4c1710
PA
45912014-04-15 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4594
2d1baf52
PA
45952014-04-15 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.base/sym-file-loader.c: Include <limits.h>.
4598 (SELF_LINK): New define.
4599 (get_origin): New function.
4600 (load_shlib): Use it.
4601 * gdb.base/sym-file.exp: Don't early return if the target is
4602 remote. Use runto_main, and issue fail is that fails. Use
4603 gdb_load_shlibs.
4604 (shlib_name): Delete.
4605 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4606
7dd6df01
PA
46072014-04-15 Pedro Alves <palves@redhat.com>
4608
4609 * gdb.base/sym-file.exp: Remove regex characters from test
4610 message. Don't refer to breakpoint numbers in test messages.
4611
b50c8614
KS
46122014-04-14 Keith Seitz <keiths@redhat.com>
4613
4614 PR c++/16253
4615 * gdb.cp/var-tag.cc: New file.
4616 * gdb.cp/var-tag.exp: New file.
4617 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4618 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4619 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4620 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4621
3d567982
TT
46222014-04-14 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4625 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4626 type.
4627 * gdb.cp/enum-class.exp: New file.
4628 * gdb.cp/enum-class.cc: New file.
4629
0626fc76
TT
46302014-04-14 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.dwarf2/enum-type.exp: New file.
4633
dca325b3
SA
46342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4635
4636 * gdb.mi/mi-vla-c99.exp: New file.
4637 * gdb.mi/vla.c: New file.
4638
5854b38a
SA
46392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4640
4641 * gdb.base/vla-datatypes.c: New file.
4642 * gdb.base/vla-datatypes.exp: New file.
4643
463bb957
SA
46442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4645
4646 * gdb.base/vla-ptr.c: New file.
4647 * gdb.base/vla-ptr.exp: New file.
4648
3dd170be
SA
46492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4650
4651 * gdb.dwarf2/count.exp: New file.
4652
5ecaaa66
SA
46532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4654
4655 * gdb.base/vla-sideeffect.c: New file.
4656 * gdb.base/vla-sideeffect.exp: New file.
4657
41f1ada5
DB
46582014-04-14 David Blaikie <dblaikie@gmail.com>
4659
4660 * gdb.mi/non-stop.c: Add return value for non-void function return
4661 statement.
4662 * gdb.threads/staticthreads.c: Ditto.
4663
0be03e84
DE
46642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4665 Doug Evans <xdje42@gmail.com>
4666
4667 * gdb.guile/scm-value.c: Improve test case.
4668 * gdb.guile/scm-value.exp: Add new test.
4669
f180a1fb
DB
46702014-04-11 David Blaikie <dblaikie@gmail.com>
4671
4672 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4673 override Clang's default.
4674
6b662e19
JB
46752014-04-11 Joel Brobecker <brobecker@adacore.com>
4676
4677 Revert the following changes (regressions):
4678
4679 * gdb.base/vla-sideeffect.c: New file.
4680 * gdb.base/vla-sideeffect.exp: New file.
4681
4682 * gdb.dwarf2/count.exp: New file.
4683
4684 * gdb.base/vla-multi.c: New file.
4685 * gdb.base/vla-multi.exp: New file.
4686
4687 * gdb.base/vla-ptr.c: New file.
4688 * gdb.base/vla-ptr.exp: New file.
4689
4690 * gdb.base/vla-datatypes.c: New file.
4691 * gdb.base/vla-datatypes.exp: New file.
4692
4693 * gdb.mi/mi-vla-c99.exp: New file.
4694 * gdb.mi/vla.c: New file.
4695
245a5f0b
KS
46962014-04-11 Keith Seitz <keiths@redhat.com>
4697
4698 PR c++/16675
4699 * gdb.cp/cpsizeof.exp: New file.
4700 * gdb.cp/cpsizeof.cc: New file.
4701
58a84dcf
SA
47022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4703
191a8a90
JB
4704 * gdb.mi/mi-vla-c99.exp: New file.
4705 * gdb.mi/vla.c: New file.
58a84dcf 4706
c8655f75
SA
47072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4708
4709 * gdb.base/vla-datatypes.c: New file.
4710 * gdb.base/vla-datatypes.exp: New file.
4711
024e13b4
SA
47122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4713
4714 * gdb.base/vla-ptr.c: New file.
4715 * gdb.base/vla-ptr.exp: New file.
4716
1a237e0e
SA
47172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4718
4719 * gdb.base/vla-multi.c: New file.
4720 * gdb.base/vla-multi.exp: New file.
4721
504f3432
SA
47222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4723
4724 * gdb.dwarf2/count.exp: New file.
4725
3bce8237
SA
47262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4727
191a8a90
JB
4728 * gdb.base/vla-sideeffect.c: New file.
4729 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4730
322f9c21
YQ
47312014-04-11 Yao Qi <yao@codesourcery.com>
4732
4733 * gdb.base/completion.exp: Check file exists before running tests
4734 on file completion.
4735
d708bcd1
PA
47362014-04-10 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/cond-eval-mode.c: New file.
4739 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4740 prepare_for_testing to build the new file. Check result of
4741 runto_main.
4742 (test_break, test_watch): New procedures.
4743 (top level): Use them.
4744
ae1d2761
PM
47452014-04-08 Pierre Muller <muller@sourceware.org>
4746
4747 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4748 Ctrl-V use for mingw hosts.
4749
7af389b8
SC
47502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4751
4752 * gdb.python/py-value.c: Improve test case.
4753 * gdb.python/py-value.exp: Add new test.
4754
5e703181
DE
47552014-04-07 David Blaikie <dblaikie@gmail.com>
4756
4757 * lib/compiler.c: Identify the clang compiler.
4758 * lib/compiler.cc: Ditto.
4759
9810b410
YQ
47602014-04-03 Yao Qi <yao@codesourcery.com>
4761
4762 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4763
98d1b8dc
AB
47642014-04-01 Anton Blanchard <anton@samba.org>
4765
4766 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4767 messages unique.
4768
3114cea1
AB
47692014-04-01 Anton Blanchard <anton@samba.org>
4770
4771 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4772 prepare_for_testing.
4773
62f7182c
AB
47742014-04-01 Anton Blanchard <anton@samba.org>
4775
4776 * gdb.arch/ppc64-atomic-inst.c: Remove.
4777 * gdb.arch/ppc64-atomic-inst.S: New file.
4778 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4779
770e7fc7
DE
47802014-03-31 Doug Evans <dje@google.com>
4781
4782 * gdb.base/print-symbol-loading-lib.c: New file.
4783 * gdb.base/print-symbol-loading-main.c: New file.
4784 * gdb.base/print-symbol-loading.exp: New file.
4785
46e2bafa
YQ
47862014-03-31 Yao Qi <yao@codesourcery.com>
4787
4788 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4789
8776cfe9
JB
47902014-03-28 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.ada/mi_dyn_arr: New testcase.
4793
5d1ef361
DE
47942014-03-27 Doug Evans <dje@google.com>
4795
4796 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4797
b5bee914
YQ
47982014-03-27 Yao Qi <yao@codesourcery.com>
4799
4800 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4801 if target is nios2-*-*.
4802
0d4d0e77
YQ
48032014-03-26 Yao Qi <yao@codesourcery.com>
4804
4805 * lib/gdb.exp (readline_is_used): New proc.
4806 * gdb.base/completion.exp: Move tests on command complete up.
4807 Skip the rest of tests if readline is not used.
4808 * gdb.ada/complete.exp: Skp the test if readline is not
4809 used.
4810 * gdb.base/filesym.exp: Likewise.
4811 * gdb.base/macscp.exp: Likewise.
4812 * gdb.base/readline-ask.exp: Likewise.
4813 * gdb.base/readline.exp: Likewise.
4814 * gdb.python/py-cmd.exp: Likewise.
4815 * gdb.trace/tfile.exp: Likewise.
4816
29361eee
YQ
48172014-03-26 Yao Qi <yao@codesourcery.com>
4818
4819 * gdb.base/macscp.exp: Fix code format issues.
4820
bc9a5525
UW
48212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4822
4823 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4824 * gdb.asm/powerpc64le.inc: New file.
4825
d3839ede
PA
48262014-03-25 Pedro Alves <palves@redhat.com>
4827 Doug Evans <dje@google.com>
4828
4829 * gdb.base/source-execution.c: New file.
4830 * gdb.base/source-execution.exp: New file.
4831 * gdb.base/source-execution.gdb: New file.
4832
01672a57
DE
48332014-03-24 Doug Evans <dje@google.com>
4834
4835 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4836 using fission.
4837
88bbeca9
HZ
48382014-03-24 Hui Zhu <hui@codesourcery.com>
4839 Pedro Alves <palves@redhat.com>
4840
4841 PR breakpoints/16101
4842 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4843 test pass/fail messages. Detect missing support for dprintf when
4844 breakpoints are actually inserted.
4845 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4846 breakpoints are actually inserted.
4847 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4848 fails.
4849
d2348791
JK
48502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4853
feef67ab
DE
48542014-03-22 Doug Evans <xdje42@gmail.com>
4855
4856 * gdb.python/python.exp (python not supported): Verify multi-line
4857 python command issues an error.
25d743f9 4858 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4859 guile command issues an error.
feef67ab 4860
ecebef6a
MR
48612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4862
4863 * gdb.threads/thread-specific.exp: Handle the lack of usable
4864 $this_breakpoint and $this_thread.
4865
ccdd1909
HZ
48662014-03-21 Hui Zhu <hui@codesourcery.com>
4867
4868 * gdb.base/attach.exp (do_command_attach_tests): New.
4869
beb460e8
PA
48702014-03-20 Tom Tromey <tromey@redhat.com>
4871 Pedro Alves <palves@redhat.com>
4872
4873 PR cli/15718
4874 * gdb.base/condbreak-call-false.c: New file.
4875 * gdb.base/condbreak-call-false.exp: New file.
4876
40acf43a
PA
48772014-03-20 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4880 Delete.
4881 (block_signals, unblock_signals): Delete.
4882 (child_function_2, main): Remove references to deleted variable
4883 and functions.
4884
9f5e1e02
PA
48852014-03-20 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4888 Use pthread_kill to signal thread 2.
4889 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4890 Adjust to make the test send itself a signal rather than using the
4891 host's "kill" command.
4892
99619bea
PA
48932014-03-20 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.threads/multiple-step-overs.c: New file.
4896 * gdb.threads/multiple-step-overs.exp: New file.
4897 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4898 Adjust expected infrun debug output.
4899
2adfaa28
PA
49002014-03-20 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4903 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4904
31e77af2
PA
49052014-03-20 Pedro Alves <palves@redhat.com>
4906
4907 PR breakpoints/7143
4908 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4909 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4910 of gdb_test_multiple.
4911 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4912 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4913
b9f437de
PA
49142014-03-20 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4917 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4918
05adc73e
PA
49192014-03-19 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/async.exp: Remove early return.
4922
6048b950
PA
49232014-03-19 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4926
8bcfb00a
PA
49272014-03-19 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.base/async.exp (test_background): Expect \r\n after
4930 "completed." in the fail pattern.
4931
884e37dc
PA
49322014-03-19 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/async.exp (test_background): New procedure.
4935 Use it for all background execution command tests.
4936
148e57e2
PA
49372014-03-19 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.base/async.exp: Use prepare_for_testing.
4940
f48088c7
PA
49412014-03-19 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4944 the same line.
4945
e2f6c966
PA
49462014-03-19 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/async.c (main): Add "jump here" and "until here" line
4949 marker comments.
4950 * gdb.base/async.exp (jump_here): New global.
4951 (jump& test): Use it.
4952 (until_here): New global.
4953 (until& test): Use it.
4954
c30568d4
PA
49552014-03-19 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/async.exp: Don't frob gdb_protocol.
4958
0172b6a7
DE
49592014-03-18 Doug Evans <xdje42@gmail.com>
4960
4961 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4962 Fix spelling of exec-done-display.
4963
06c868a8
JK
49642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 PR gdb/15358
4967 * gdb.base/gdb-sigterm.c: New file.
4968 * gdb.base/gdb-sigterm.exp: New file.
4969
0c7e1a46
PA
49702014-03-18 Pedro Alves <palves@redhat.com>
4971
4972 PR gdb/13860
4973 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4974 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4975 solib-event.
4976
f7c77d93
JB
49772014-03-17 Joel Brobecker <brobecker@adacore.com>
4978
4979 * gdb.ada/pckd_arr_ren: New testcase.
4980
5a1e8c7a
DE
49812014-03-13 Doug Evans <xdje42@gmail.com>
4982
4983 PR guile/16612
4984 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4985 collect after discarding symbols.
4986
350e1a76
DE
49872014-03-13 Ludovic Courtès <ludo@gnu.org>
4988 Doug Evans <xdje42@gmail.com>
4989
4990 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4991 to history survives a gc.
4992
a69900ae
PA
49932014-03-13 Pedro Alves <palves@redhat.com>
4994
4995 * gdb.base/default.exp: Don't test "target procfs".
4996
5db9f0bd
PA
49972014-03-13 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/default.exp: Update "target child" and "target procfs"
5000 tests to not expect "Unix".
5001
b3ccfe11
TT
50022014-03-12 Tom Tromey <tromey@redhat.com>
5003
5004 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5005 New procs. Add target-async tests.
5006 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5007 Add target-async tests.
5008
646f4417
AA
50092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5010
5011 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5012 'func_start' and 'func_end' for the beginning and end of the
5013 function code, respectively.
5014 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5015 'func_end' instead of 'func' and 'main'.
5016
288c211f
AA
50172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5018
5019 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5020 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5021 generate the debug info assembler source.
5022
e0c0f156
AA
50232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5024
5025 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5026 * gdb.dwarf2/arr-subrange.exp: Likewise.
5027 * gdb.dwarf2/dwz.exp: Likewise.
5028 * gdb.dwarf2/method-ptr.exp: Likewise.
5029 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5030 * gdb.dwarf2/subrange.exp: Likewise.
5031 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5032 * gdb.dwarf2/implptrpiece.exp: Likewise.
5033 * gdb.dwarf2/nostaticblock.exp: Likewise.
5034
0e5c4555
AA
50352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5036
5037 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5038 directory to absolute path name arguments.
5039
5ec18f2b
JG
50402014-03-10 Joel Brobecker <brobecker@adacore.com>
5041
5042 * gdb.ada/tagged_access: New testcase.
5043
847fc4f2
MM
50442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5045
5046 * gdb.btrace/data.exp: Update expected output.
5047
cc3da688
YQ
50482014-03-06 Yao Qi <yao@codesourcery.com>
5049
5050 * gdb.trace/pr16508.exp: New file.
5051
0f26cec1
PA
50522014-03-05 Pedro Alves <palves@redhat.com>
5053
5054 PR gdb/16575
5055 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5056 procedure.
5057 (top level): Adjust to use it. Add tests that exercise breakpoint
5058 interaction with the code-cache.
5059
7a5a839f
LC
50602014-02-26 Ludovic Courtès <ludo@gnu.org>
5061
5062 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5063 test for 'history-append!'.
5064
31aa7e4e
JB
50652014-02-26 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5068 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5069 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5070 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5071 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5072 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5073
1b588015
JB
50742014-02-26 Joel Brobecker <brobecker@adacore.com>
5075
5076 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5077 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5078 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5079
55426c9d
JB
50802014-02-26 Joel Brobecker <brobecker@adacore.com>
5081
5082 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5083
dc53a7ad
JB
50842014-02-26 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdb.dwarf2/arr-stride.c: New file.
5087 * gdb.dwarf2/arr-stride.exp: New file.
5088
12ab52e9
PA
50892014-02-26 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5092 that won't ever trigger. Make sure that GDB reports the correct
5093 breakpoint that caused the stop.
5094
849c862e
JK
50952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5096
5097 PR gdb/16626
5098 * gdb.base/auto-load-script: New file.
5099 * gdb.base/auto-load.c: New file.
5100 * gdb.base/auto-load.exp: New file.
5101
71b7d793
JK
5102 PR gdb/16626
5103 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5104
e2f0d509
JK
51052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5108 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5109
50cc37c8
DE
51102014-02-24 Doug Evans <dje@google.com>
5111
5112 * lib/gdb.exp (run_on_host): Log error output if program fails.
5113
ea4758f2
PA
51142014-02-21 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.threads/step-after-sr-lock.c: Rename to ...
5117 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5118 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5119 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5120 ... this.
5121
d7b30f67
SDJ
51222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5123
5124 PR tdep/16397
5125 * gdb.arch/amd64-stap-special-operands.exp: New file.
5126 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5127 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5128 * gdb.arch/amd64-stap-triplet.S: Likewise.
5129 * gdb.arch/amd64-stap-triplet.c: Likewise.
5130
83deb43f
JB
51312014-02-20 Joel Brobecker <brobecker@adacore.com>
5132
5133 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5134 in .section pseudo-op.
5135
adde2bff
DE
51362014-02-20 lin zuojian <manjian2006@gmail.com>
5137 Joel Brobecker <brobecker@adacore.com>
5138 Doug Evans <xdje42@gmail.com>
5139
5140 PR symtab/16581
5141 * gdb.dwarf2/dw2-icycle.S: New file.
5142 * gdb.dwarf2/dw2-icycle.c: New file.
5143 * gdb.dwarf2/dw2-icycle.exp: New file.
5144
f7bd0f78
SC
51452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5146
5147 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5148 operations on gdb.Value objects.
5149 * gdb.python/py-value-cc.exp: Add new test to test operations on
5150 gdb.Value objects.
5151
c17ef0d5
DE
51522014-02-18 Doug Evans <dje@google.com>
5153
5154 * Makefile.in (TESTS): New variable.
5155 (expanded_tests, expanded_tests_or_none): New variables
5156 (check-single): Pass $(expanded_tests_or_none) to runtest.
5157 (check-parallel): Only run tests in $(TESTS) if non-empty.
5158 (check/no-matching-tests-found): New rule.
5159 * README: Document TESTS makefile variable.
5160
5dd3176f
DE
51612014-02-18 Doug Evans <dje@google.com>
5162
5163 * Makefile.in (check-parallel): rm -rf outputs temp.
5164
0b10be4f
JK
51652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 Fix "ERROR: no fileid for" in the testsuite.
5168 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5169
85f224e7
DE
51702014-02-12 Doug Evans <dje@google.com>
5171
5172 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5173 (MISCELLANEOUS): New variable.
5174 (clean): rm -rf $(MISCELLANEOUS).
5175 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5176 dwp live in the same directory as symlinks, with each symlink pointed
5177 to a differently named file in a different directory.
5178
149b30ff
DE
51792014-02-11 Doug Evans <dje@google.com>
5180
5181 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5182 of Tcl file commands.
5183
1dfdac32
MK
51842014-02-10 Mark Kettenis <kettenis@gnu.org>
5185
5186 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5187 "kill -SIGUSR1 -1".
5188
aa4fb036
JB
51892014-02-10 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.ada/tick_length_array_enum_idx: New testcase.
5192
ed3ef339
DE
51932014-02-10 Doug Evans <xdje42@gmail.com>
5194
5195 * configure.ac (AC_OUTPUT): Add gdb.guile.
5196 * configure: Regenerate.
5197 * lib/gdb-guile.exp: New file.
5198 * lib/gdb.exp (get_target_charset): New function.
5199 * gdb.base/help.exp: Update expected output from "apropos apropos".
5200 * gdb.guile/Makefile.in: New file.
5201 * gdb.guile/guile.exp: New file.
5202 * gdb.guile/scm-arch.c: New file.
5203 * gdb.guile/scm-arch.exp: New file.
5204 * gdb.guile/scm-block.c: New file.
5205 * gdb.guile/scm-block.exp: New file.
5206 * gdb.guile/scm-breakpoint.c: New file.
5207 * gdb.guile/scm-breakpoint.exp: New file.
5208 * gdb.guile/scm-disasm.c: New file.
5209 * gdb.guile/scm-disasm.exp: New file.
5210 * gdb.guile/scm-equal.c: New file.
5211 * gdb.guile/scm-equal.exp: New file.
5212 * gdb.guile/scm-error.exp: New file.
5213 * gdb.guile/scm-error.scm: New file.
5214 * gdb.guile/scm-frame-args.c: New file.
5215 * gdb.guile/scm-frame-args.exp: New file.
5216 * gdb.guile/scm-frame-args.scm: New file.
5217 * gdb.guile/scm-frame-inline.c: New file.
5218 * gdb.guile/scm-frame-inline.exp: New file.
5219 * gdb.guile/scm-frame.c: New file.
5220 * gdb.guile/scm-frame.exp: New file.
5221 * gdb.guile/scm-generics.exp: New file.
5222 * gdb.guile/scm-gsmob.exp: New file.
5223 * gdb.guile/scm-iterator.c: New file.
5224 * gdb.guile/scm-iterator.exp: New file.
5225 * gdb.guile/scm-math.c: New file.
5226 * gdb.guile/scm-math.exp: New file.
5227 * gdb.guile/scm-objfile-script-gdb.in: New file.
5228 * gdb.guile/scm-objfile-script.c: New file.
5229 * gdb.guile/scm-objfile-script.exp: New file.
5230 * gdb.guile/scm-objfile.c: New file.
5231 * gdb.guile/scm-objfile.exp: New file.
5232 * gdb.guile/scm-ports.exp: New file.
5233 * gdb.guile/scm-pretty-print.c: New file.
5234 * gdb.guile/scm-pretty-print.exp: New file.
5235 * gdb.guile/scm-pretty-print.scm: New file.
5236 * gdb.guile/scm-section-script.c: New file.
5237 * gdb.guile/scm-section-script.exp: New file.
5238 * gdb.guile/scm-section-script.scm: New file.
5239 * gdb.guile/scm-symbol.c: New file.
5240 * gdb.guile/scm-symbol.exp: New file.
5241 * gdb.guile/scm-symtab-2.c: New file.
5242 * gdb.guile/scm-symtab.c: New file.
5243 * gdb.guile/scm-symtab.exp: New file.
5244 * gdb.guile/scm-type.c: New file.
5245 * gdb.guile/scm-type.exp: New file.
5246 * gdb.guile/scm-value-cc.cc: New file.
5247 * gdb.guile/scm-value-cc.exp: New file.
5248 * gdb.guile/scm-value.c: New file.
5249 * gdb.guile/scm-value.exp: New file.
5250 * gdb.guile/source2.scm: New file.
5251 * gdb.guile/types-module.cc: New file.
5252 * gdb.guile/types-module.exp: New file.
5253
7026a7c1
YQ
52542014-02-10 Yao Qi <yao@codesourcery.com>
5255
5256 PR testsuite/16543
5257 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5258 * configure: Regenerated.
5259 * Makefile.in: New file.
5260
6c466447
AS
52612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5262
5263 * gdb.python/py-framefilter.exp: Fix typo.
5264
6e854735
YQ
52652014-02-08 Yao Qi <yao@codesourcery.com>
5266
5267 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5268 that no =breakpoint-modified is emitted when breakpoints are
5269 modified through MI commands.
5270
d137e6dc
PA
52712014-02-07 Pedro Alves <pedro@codesourcery.com>
5272 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.threads/step-after-sr-lock.c: New file.
5275 * gdb.threads/step-after-sr-lock.exp: New file.
5276
b5ee5a50
PA
52772014-02-07 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5280
3c77faf3
JK
52812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5284 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5285
6dddc817
DE
52862014-02-06 Doug Evans <xdje42@gmail.com>
5287
5288 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5289 output.
5290
5291 * gdb.gdb/python-interrupts.exp: New file.
5292
de7b2893
YQ
52932014-02-05 Yao Qi <yao@codesourcery.com>
5294
5295 * gdb.trace/report.exp (use_collected_data): Test the output
5296 of "info threads" and "info inferiors".
5297
66d032ac
YQ
52982014-02-05 Yao Qi <yao@codesourcery.com>
5299
5300 Revert this patch:
5301
5302 2013-05-24 Yao Qi <yao@codesourcery.com>
5303
5304 * gdb.trace/tfile.exp: Test inferior and thread.
5305
591a12a1
UW
53062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5307
5308 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5309 on a function.
5310 * gdb.base/step-bt.c: Call hello via function pointer to make
5311 sure its first instruction is executed on powerpc64le-linux.
5312
0ff3e01f
UW
53132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5314
5315 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5316
084ee545
UW
53172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5318
5319 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5320 of the test patterns for use on little-endian systems.
5321
6ed14ff3
UW
53222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5323
5324 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5325 (decimal_vector): Fix for little-endian.
5326
401e27fd
JM
53272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5328
5329 * gdb.arch/sparc-sysstep.exp: New file.
5330 * gdb.arch/sparc-sysstep.c: Likewise.
5331
5332 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5333
8b924729
EBM
53342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5335
5336 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5337
fb151210
JB
53382014-01-23 Tom Tromey <tromey@redhat.com>
5339
5340 * gdb.ada/array_char_idx: New testcase.
5341
0740f8d8
TT
53422014-01-23 Tom Tromey <tromey@redhat.com>
5343
5344 PR python/16487:
5345 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5346 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5347 classes.
5348
21909fa1
TT
53492014-01-23 Tom Tromey <tromey@redhat.com>
5350
5351 PR python/16491:
5352 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5353 string from an inferior frame.
5354 * gdb.python/py-framefilter-mi.exp: Update.
5355
87ce2a04
DE
53562014-01-22 Doug Evans <dje@google.com>
5357
5358 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5359
237b092b
AA
53602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5361
5362 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5363
d674a709
AA
53642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5365
5366 * gdb.trace/entry-values.exp: Remove excess space character from
5367 regex patterns. Handle s390 call instruction.
5368
20fa3390
AA
53692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5370
5371 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5372 define "*_start" label. Make "name" static.
5373 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5374 ${name} by references to ${name}_start.
5375
78466714
AA
53762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5377
5378 * gdb.base/info-macros.exp: Remove "debug" from the compile
5379 options.
5380
ec9f644a
IB
53812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5382
5383 * gdb.dlang/demangle.exp: New file.
5384
94b1b47e
IB
53852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5386
5387 * gdb.dlang/primitive-types.exp: New file.
5388
7f420862
IB
53892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5390
5391 * configure.ac: Create gdb.dlang/Makefile.
5392 * configure: Regenerate.
5393 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5394 * gdb.dlang/Makefile.in: New file.
5395 * lib/d-support.exp: New file.
5396 * lib/gdb.exp (skip_d_tests): New proc.
5397
52834460
MM
53982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5399
5400 * gdb.btrace/delta.exp: Check reverse stepi.
5401 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5402 * gdb.btrace/finish.exp: New.
5403 * gdb.btrace/next.exp: New.
5404 * gdb.btrace/nexti.exp: New.
5405 * gdb.btrace/record_goto.c: Add comments.
5406 * gdb.btrace/step.exp: New.
5407 * gdb.btrace/stepi.exp: New.
5408 * gdb.btrace/multi-thread-step.c: New.
5409 * gdb.btrace/multi-thread-step.exp: New.
5410 * gdb.btrace/rn-dl-bind.c: New.
5411 * gdb.btrace/rn-dl-bind.exp: New.
5412 * gdb.btrace/data.c: New.
5413 * gdb.btrace/data.exp: New.
5414 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5415
6e07b1d2
MM
54162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5417
5418 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5419 * gdb.btrace/exception.exp: Update.
5420 * gdb.btrace/instruction_history.exp: Update.
5421 * gdb.btrace/record_goto.exp: Update.
5422 * gdb.btrace/tailcall.exp: Update.
5423 * gdb.btrace/unknown_functions.exp: Update.
5424 * gdb.btrace/delta.exp: New.
5425
0b722aec
MM
54262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5427
5428 * gdb.btrace/record_goto.exp: Add backtrace test.
5429 * gdb.btrace/tailcall.exp: Add backtrace test.
5430
066ce621
MM
54312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5432
5433 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5434 * gdb.btrace/record_goto.c: New.
5435 * gdb.btrace/record_goto.exp: New.
5436 * gdb.btrace/x86-record_goto.S: New.
5437
0688d04e
MM
54382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5439
5440 * gdb.btrace/function_call_history.exp: Update tests.
5441 * gdb.btrace/instruction_history.exp: Update tests.
5442
8710b709
MM
54432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5444
5445 * gdb.btrace/function_call_history.exp: Fix expected field
5446 order for "record function-call-history".
5447 Add new tests for "record function-call-history /c".
5448 * gdb.btrace/exception.cc: New.
5449 * gdb.btrace/exception.exp: New.
5450 * gdb.btrace/tailcall.exp: New.
5451 * gdb.btrace/x86-tailcall.S: New.
5452 * gdb.btrace/x86-tailcall.c: New.
5453 * gdb.btrace/unknown_functions.c: New.
5454 * gdb.btrace/unknown_functions.exp: New.
5455 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5456
5de9129b
MM
54572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5458
5459 * gdb.btrace/instruction_history.exp: Update.
5460 * gdb.btrace/function_call_history.exp: Update.
5461
23a7fe75
MM
54622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5463
5464 * gdb.btrace/function_call_history.exp: Fix expected function
5465 trace.
5466 * gdb.btrace/instruction_history.exp: Initialize traced.
5467 Remove traced_functions.
5468
724c7dd8
MM
54692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5470
5471 * gdb.btrace/function_call_history.exp: Update
5472 * gdb.btrace/instruction_history.exp: Update.
5473
6d78d93b
MM
54742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5475
5476 * gdb.btrace/enable.exp: Update expected text.
5477
93a360cc
OJ
54782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5479
5480 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5481 bytes.
5482
3772b53f
MR
54832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5484
5485 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5486
596662fa
OJ
54872014-01-15 Omair Javaid <omair.javaid@linaro.org>
5488
5489 * lib/gdb.exp (supports_process_record): Return true for
5490 arm*-linux*. (supports_reverse): Likewise.
5491
b5b08fb4
SC
54922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5493
5494 PR python/15464
5495 PR python/16113
5496 * gdb.python/py-type.c: Enhance test case.
5497 * gdb.python/py-value-cc.cc: Likewise
5498 * gdb.python/py-type.exp: Add new tests.
5499 * gdb.python/py-value-cc.exp: Likewise
5500
52d7fb13
AA
55012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5502 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5505 Make "name" extern.
5506 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5507 references to ${name}_start by references to ${name}.
5508
a2cd8cfe
JB
55092014-01-10 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5512
4e23fced
JB
55132014-01-10 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5516
c6a9e42c
PA
55172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5518 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5521 mi_gdb_target_load.
c6a9e42c 5522
b7ea362b
PA
55232014-01-08 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.threads/reconnect-signal.c: New file.
5526 * gdb.threads/reconnect-signal.exp: New file.
5527
5e3f4fab
EBM
55282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * gdb.base/source-dir.exp: New file.
5531
79301218
JB
55322014-01-07 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/mi_interface: New testcase.
5535
8e355c5d
JB
55362014-01-07 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5539 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5540 gdb.ada/pp-rec-component/pck.ads: New files.
5541
c0d48811
JB
55422014-01-07 Joel Brobecker <brobecker@adacore.com>
5543
5544 * gdb.python/py-pp-integral.c: New file.
5545 * gdb.python/py-pp-integral.py: New file.
5546 * gdb.python/py-pp-integral.exp: New file.
5547
17b609c3 5548For older changes see ChangeLog-1993-2013.
c906108c 5549\f
8d8cb839
EZ
5550;; Local Variables:
5551;; mode: change-log
5552;; left-margin: 8
5553;; fill-column: 74
5554;; version-control: never
5555;; End:
902f2ccb 5556
32d0add0 5557 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5558 Copying and distribution of this file, with or without modification,
5559 are permitted provided the copyright notice and this notice are preserved.