]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix gdb.server/server-exec-info.exp with the extended-remote board
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bde40b8f
PA
12015-07-28 Pedro Alves <palves@redhat.com>
2
3 * gdb.server/server-exec-info.exp: Issue a "disconnect".
4
13e1dec8
SM
52015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6
7 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8
da33c9a7
SM
92015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10
11 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12
077836f7
PP
132015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14
15 * gdb.base/gdb-sigterm-2.exp: New test.
16
b8cc7b2e
DE
172015-07-25 Doug Evans <xdje42@gmail.com>
18
19 Revert:
20 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
21 (workers/%.worker, build-perf): New rule.
22 (GDB_PERFTEST_MODE): New variable.
23 (check-perf): Use it.
24 (clean): Clean up gdb.perf parallel build subdirs.
25 * lib/build-piece.exp: New file.
26 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
27 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
28 name.
29 (standard_temp_file): Ditto.
30 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
31 of $GDB_PARALLEL.
32
6eab34f3
DE
332015-07-24 Doug Evans <dje@google.com>
34
35 * gdb.perf/README: New file.
36 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
37 * lib/gen-perf-test.exp: New file.
38
63738bfd
DE
392015-07-24 Doug Evans <dje@google.com>
40
41 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
42 (PerfTest::startup): New function.
43 (PerfTest::run): Return result of calling body.
44 (PerfTest::assemble): Rewrite.
45 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
46 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
47 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
48 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
49 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
50
7b606f95
DE
512015-07-24 Doug Evans <dje@google.com>
52
53 * lib/gdb.exp (clean_restart): Make executable optional.
54
a97b16b8
DE
552015-07-24 Doug Evans <dje@google.com>
56
57 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
58 compiler_info references.
59 * gdb.cp/temargs.exp: Ditto.
60 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
61 (get_compiler_info): Early exit if already computed. Set compiler_info
62 to "unknown" if there was a problem.
63 (test_compiler_info): Add function comment. Call get_compiler_info.
64
35baa57f
DE
652015-07-24 Doug Evans <dje@google.com>
66
67 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
68 (workers/%.worker, build-perf): New rule.
69 (GDB_PERFTEST_MODE): New variable.
70 (check-perf): Use it.
71 (clean): Clean up gdb.perf parallel build subdirs.
72 * lib/build-piece.exp: New file.
73 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
74 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
75 name.
76 (standard_temp_file): Ditto.
77 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
78 of $GDB_PARALLEL.
79
6ebea266
DE
802015-07-24 Doug Evans <dje@google.com>
81
82 * lib/future.exp (gdb_default_target_compile): New option
83 "early_flags".
84 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
85 --as-needed.
86
1e76a7e9
SDJ
872015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
88
89 * gdb.base/catch-syscall.exp: Call gdb_exit before
90 gdb_skip_xml_test.
91
5068630a
PA
922015-07-24 Pedro Alves <palves@redhat.com>
93
94 * gdb.python/py-events.exp: Accept output between the stop event
95 and the prompt.
96 * gdb.python/py-evsignal.exp: Likewise.
97 * gdb.python/py-evthreads.exp: Likewise.
98
77598427
PA
992015-07-24 Pedro Alves <palves@redhat.com>
100
101 PR gdb/18717
102 * gdb.threads/non-ldr-exit.c: New file.
103 * gdb.threads/non-ldr-exit.exp: New file.
104
11e6c98f
YQ
1052015-07-24 Yao Qi <yao.qi@linaro.org>
106
107 * gdb.server/ext-wrapper.exp: Test --wrapper option when
108 restarting process.
109
51aee833
YQ
1102015-07-24 Yao Qi <yao.qi@linaro.org>
111
112 * gdb.server/ext-restart.exp: New file.
113
8cfe207c
YQ
1142015-07-24 Yao Qi <yao.qi@linaro.org>
115
116 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
117 argument options.
118 * gdb.server/ext-wrapper.exp: New file.
119
cc12ce38
DE
1202015-07-23 Doug Evans <dje@google.com>
121
122 * gdb.dwarf2/dw2-dummy-cu.S: New file.
123 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
124
d0d84780
PMR
1252015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
126
127 * gdb.ada/var_arr_typedef.exp: New testcase.
128 * gdb.ada/var_arr_typedef/pack.adb: New file.
129 * gdb.ada/var_arr_typedef/pack.ads: New file.
130 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
131
8b558f79
JB
1322015-07-20 Joel Brobecker <brobecker@adacore.com>
133
134 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
135
775a3298
JK
1362015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 * gdb.arch/i386-biarch-core.exp: Replace istarget
139 by "complete set gnutarget". Remove expectation for the "core-file"
140 command.
141
db1ff28b
JK
1422015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 Revert the previous commit:
145 Tests for validate symbol file using build-id.
146
0a94970d
JK
1472015-07-15 Aleksandar Ristovski <aristovski@qnx.com
148
149 Tests for validate symbol file using build-id.
150 * gdb.base/solib-mismatch-lib.c: New file.
151 * gdb.base/solib-mismatch-libmod.c: New file.
152 * gdb.base/solib-mismatch.c: New file.
153 * gdb.base/solib-mismatch.exp: New file.
154
03346981
SL
1552015-07-15 Sandra Loosemore <sandra@codesourcery.com>
156
157 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
158 nios2-*-linux*.
159 * gdb.base/sigbpt.exp (stepi_out): Likewise.
160 * gdb.base/siginfo.exp: Likewise.
161 * gdb.base/sigstep.exp (advance, advancei): Likewise.
162
42422cc7
PL
1632015-07-15 Pierre Langlois <pierre.langlois@arm.com>
164
165 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
166 Move it to ...
167 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
168 ... here.
169 * gdb.trace/range-stepping.exp: Check that the target supports
170 range stepping.
171
cfa68bae
JK
1722015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
175
8ffdba26
PA
1762015-07-14 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/killed-outside.exp: New file.
179 * gdb.base/killed-outside.c: New file.
180
218a5a11
JK
1812015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
184 (n at main): New.
185 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
186
e03ed3c6
AA
1872015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
188
189 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
190 infcall tests instead of setting up for KFAIL.
191
485668e5
MM
1922015-07-10 Markus Metzger <markus.t.metzger@intel.com>
193
194 * gdb.btrace/record_goto-step.exp: New.
195
08464196
JK
1962015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 PR compile/18484
199 * gdb.compile/compile.c (struct struct_type): Add volatile to
200 selffield's type.
201 * gdb.compile/compile.exp
202 (compile code struct_object.selffield = &struct_object): Skip further
203 struct_object tests if this one xfails.
204
bcf5c1d9
RC
2052015-07-08 Robert O'Callahan <robert@ocallahan.org>
206
207 PR exp/18617
208 * gdb.trace/ax.exp: Add test.
209
4931af25
YQ
2102015-07-07 Yao Qi <yao.qi@linaro.org>
211
212 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
213 instead of istarget "aarch64*-*-*".
214 * gdb.arch/aarch64-fp.exp: Likewise.
215 * gdb.base/float.exp: Likewise.
216 * gdb.reverse/aarch64.exp: Likewise.
217 * lib/gdb.exp (is_aarch64_target): New proc.
218
9fcf688e
YQ
2192015-07-07 Yao Qi <yao.qi@linaro.org>
220
221 * lib/gdb.exp (is_aarch32_target): New proc.
222 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
223 instead of "istarget "arm*-*-*"".
224 * gdb.arch/arm-disp-step.exp: Likewise.
225 * gdb.arch/thumb-bx-pc.exp: Likewise.
226 * gdb.arch/thumb-prologue.exp: Likewise.
227 * gdb.arch/thumb-singlestep.exp: Likewise.
228 * gdb.base/disp-step-syscall.exp: Likewise.
229 * gdb.base/float.exp: Likewise.
230
fbd8d50d
YQ
2312015-07-07 Yao Qi <yao.qi@linaro.org>
232
233 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
234 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
235
71be1fdc
YQ
2362015-07-07 Yao Qi <yao.qi@linaro.org>
237
238 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
239 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
240 if it exists.
241 * gdb.multi/multi-arch.exp: Likewise.
242
3e221d36
SM
2432015-07-07 Simon Marchi <simon.marchi@ericsson.com>
244
245 * gdb.python/py-lazy-string.exp: Add missing parentheses to
246 print.
247
d441430b
YQ
2482015-07-07 Yao Qi <yao.qi@linaro.org>
249
250 * gdb.arch/thumb-singlestep.exp: Do one more single step.
251
06f810bd
MG
2522015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
253
254 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
255 '[' and ']' characters.
256
5e61e7c0
IB
2572015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
258
259 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
260
28bf096c
PA
2612015-06-29 Pedro Alves <palves@redhat.com>
262
263 PR threads/18127
264 * gdb.threads/hand-call-new-thread.c: New file.
265 * gdb.threads/hand-call-new-thread.c: New file.
266
ee93cd5e
KS
2672015-06-26 Keith Seitz <keiths@redhat.com>
268 Doug Evans <dje@google.com>
269
270 PR 16253
271 * gdb.cp/var-tag-2.cc: New file.
272 * gdb.cp/var-tag-3.cc: New file.
273 * gdb.cp/var-tag-4.cc: New file.
274 * gdb.cp/var-tag.cc: New file.
275 * gdb.cp/var-tag.exp: New file.
276
fc637f04
PP
2772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
278
279 * gdb.base/history-duplicates.exp: New test.
280
2e52ae68
PP
2812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
282
283 * gdb.base/completion.exp: Test the completion of the "focus"
284 command.
285
6e22494e
JK
2862015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * gdb.arch/amd64-prologue-skip.S: New file.
289 * gdb.arch/amd64-prologue-skip.exp: New file.
290
bf7b9cd9
SM
2912015-06-25 Simon Marchi <simon.marchi@ericsson.com>
292
293 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
294 is_address_zero_readable check.
295
201e8dfd
PB
2962015-06-24 Peter Bergner <bergner@vnet.ibm.com>
297
298 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
299 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
300
5cd867b4
YQ
3012015-06-24 Yao Qi <yao.qi@linaro.org>
302
303 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
304 linux targets.
305
4d7be007
YQ
3062015-06-24 Yao Qi <yao.qi@linaro.org>
307
308 * lib/gdb.exp (supports_get_siginfo_type): New proc.
309 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
310 * gdb.base/siginfo-thread.exp: Likewise.
311
07fcd301
YQ
3122015-06-22 Yao Qi <yao.qi@linaro.org>
313
314 * boards/remote-gdbserver-on-localhost.exp: Add comments.
315
52042a00
YQ
3162015-06-22 Yao Qi <yao.qi@linaro.org>
317
318 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
319 aarch64*-*-*.
320 (skip_hw_watchpoint_tests): Likewise.
321
74bd41ce
PP
3222015-06-18 Patrick Palka <patrick@parcs.ath.cx>
323
324 * gdb.base/gdbinit-history.exp: Test the interaction between
325 setting GDBHISTSIZE and setting the history size via .gdbinit.
326
bc460514
PP
3272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
328
329 PR gdb/16999
330 * gdb.base/gdbhistsize-history.exp: New test.
331
b58c513b
PP
3322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
333
334 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
335 with GDBHISTSIZE.
336 * gdb.base/readline.exp: Likewise.
337
92046791
YQ
3382015-06-17 Yao Qi <yao.qi@linaro.org>
339
340 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
341 line.
342
2093d2d3
PP
3432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
344
345 * gdb.base/gdbinit-history.exp: Add test case to check that
346 an unlimited history file does not get truncated on exit.
347
e6c693af
AA
3482015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
349
350 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
351 (VECTOR): New macro. Use it...
352 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
353 ...for these typedefs.
354 (int8, char1, int1, double1): New typedefs.
355 (struct just_int2, struct two_int2): New structures.
356 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
357 (add_structvecs, add_singlevecs): New functions.
358 (main): Call add_some_intvecs twice.
359 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
360 the compile and exit upon failure. Try compiling for the "native"
361 architecture. Test inferior function calls with vector arguments
362 and vector return value handling with "finish" and "return".
363
c74f7d1c
JT
3642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
365
366 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
367 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
368 PE file.
369 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
370
98aa42ee
AT
3712015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
372
373 PR breakpoints/16465
374 * gdb.mi/mi-dprintf-pending.c: New file.
375 * gdb.mi/mi-dprintf-pending.exp: New test.
376 * gdb.mi/mi-dprintf-pendshr.c: New file.
377
7d73c23c 3782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 379 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
380
381 * gdb.arch/i386-mpx-map.c: New file.
382 * gdb.arch/i386-mpx-map.exp: New File.
383
3842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
385
386 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
387 * gdb.arch/i386-mpx.exp: Indentation fixed.
388
3892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
390
391 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
392 function and improved indentation.
393 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
394 gdb_test_multiple. Added additional tests to skip the test.
395
3962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
397
398 * gdb.arch/i386-avx512.c: Change path in include file.
399 * gdb.arch/i386-avx512.exp: Change include dir path
400 compilation flag.
401 * gdb.arch/i386-mpx.c: Change path in include file.
402 * gdb.arch/i386-mpx.exp: Change include dir path compilation
403 flag.
404
d5eba19a
JK
4052015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.compile/compile-print.exp (compile print *vararray@3)
408 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
409
7f361056
JK
4102015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
413 (do not keep jit in memory): ... this.
414 (expect 5): Change it to ...
415 (expect no 5): ... this.
416
3b462ec2
SM
4172015-06-02 Simon Marchi <simon.marchi@ericsson.com>
418
419 PR gdb/15564
420 * gdb.mi/mi-detach.exp: New file.
421
e0619de6
JK
4222015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 PR symtab/18392
425 * gdb.arch/amd64-tailcall-self.S: New file.
426 * gdb.arch/amd64-tailcall-self.c: New file.
427 * gdb.arch/amd64-tailcall-self.exp: New file.
428
e970cb34
DB
4292015-05-28 Don Breazeal <donb@codesourcery.com>
430
431 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
432 tests for remote targets by checking is_target_gdbserver.
433
b2e2f908
DE
4342015-05-27 Doug Evans <dje@google.com>
435
436 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
437 * gdb.dwarf2/opaque-type-lookup.c: New file.
438 * gdb.dwarf2/opaque-type-lookup.exp: New file.
439
82c7be31
DE
4402015-05-26 Doug Evans <dje@google.com>
441
442 * gdb.cp/iostream.cc: New file.
443 * gdb.cp/iostream.exp: New file.
444
b4f54984
DE
4452015-05-26 Doug Evans <dje@google.com>
446
447 * gdb.dwarf2/dw2-op-call.exp: Update.
448 * gdb.dwarf2/dw4-sig-types.exp: Update.
449 * gdb.dwarf2/implptr.exp: Update.
450 * gdb.mi/mi-cmd-param-changed.exp: Update.
451
4ea6efe9
DE
4522015-05-26 Doug Evans <dje@google.com>
453
454 * gdb.python/py-lazy-string.c: New file.
455 * gdb.python/py-lazy-string.exp: New file.
456 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
457 (main): Update. Add estring3.
458 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
459 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
460
f6bb7db3
YQ
4612015-05-26 Omair Javaid <omair.javaid@linaro.org>
462 Yao Qi <yao.qi@linaro.org>
463
464 * gdb.reverse/aarch64.c: New.
465 * gdb.reverse/aarch64.exp: New.
466
a81bfbd0
OJ
4672015-05-26 Omair Javaid <omair.javaid@linaro.org>
468
469 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
470 (supports_reverse): Likewise.
471
158bf1b4
PP
4722015-05-22 Patrick Palka <patrick@parcs.ath.cx>
473
474 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
475 Use with_test_prefix.
476
a0145030
AB
4772015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.base/completion.exp: Add test for completion of layout
480 names.
481
ebe3b578
AB
4822015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * lib/gdb.exp (skip_tui_tests): New proc.
485 * gdb.base/tui-layout.exp: Check skip_tui_tests.
486
84204ed7
PA
4872015-05-19 Pedro Alves <palves@redhat.com>
488
489 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
490 Save the whole env array instead of just HOME. Unset HISTSIZE in
491 the environment while testing. Restore whole environment
492 afterwards.
493
37442ce1
DE
4942015-05-16 Doug Evans <xdje42@gmail.com>
495
496 * gdb.guile/scm-ports.c: New file.
497 * gdb.guile/scm-ports.exp: Add memory port tests.
498
36de76f9
JK
4992015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 * gdb.compile/compile-print.c: New file.
502 * gdb.compile/compile-print.exp: New file.
503
3a9558c4
JK
5042015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
505
506 * gdb.compile/compile-ops.exp: Cast param to void.
507 * gdb.compile/compile.exp: Complete type for _gdb_expr.
508 (compile code struct_object.selffield = &struct_object): Add xfail.
509
aa715135
JG
5102015-05-15 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.ada/arr_enum_with_gap: New testcase.
513
931e5bc3
JG
5142015-05-15 Joel Brobecker <brobecker@adacore.com>
515
516 * gdb.ada/byte_packed_arr: New testcase.
517
9cd4d857
JB
5182015-05-15 Joel Brobecker <brobecker@adacore.com>
519
520 * gdb.ada/pckd_neg: New testcase.
521
ebfd00d2
PP
5222015-05-13 Patrick Palka <patrick@parcs.ath.cx>
523
524 PR gdb/17820
525 * gdb.base/gdbinit-history.exp: New test.
526 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
527 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
528
4c082a81
SC
5292015-05-09 Siva Chandra Reddy <sivachandra@google.com>
530
531 * gdb.python/py-xmethods.cc: Enhance test case.
532 * gdb.python/py-xmethods.exp: New tests.
533 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
534 function.
535 (B_indexoper): Likewise.
536 (global_dm_list) : Add new xmethod worker functions.
537
f7797074
SDJ
5382015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
539
540 * gdb.base/coredump-filter.exp: Correctly unset
541 "coredump_var_addr" array.
542
a4674e4e
PA
5432015-05-08 Pedro Alves <palves@redhat.com>
544
545 * gdb.server/non-existing-program.exp: Unset spawn_id.
546
df2eb078
SC
5472015-05-08 Siva Chandra Reddy <sivachandra@google.com>
548
549 PR python/18291
550 * gdb.python/py-xmethods.exp: Add tests.
551
422349a3
YQ
5522015-05-08 Yao Qi <yao.qi@linaro.org>
553
554 PR gdb/18208
555 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
556 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
557 function set_coredump_filter, and remove remote_exec call.
558 Remove argument ipid. Callers update.
559 (top level): Don't get inferior's PID.
560
63fc80ce
AA
5612015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
562
563 * gdb.base/watch_thread_num.exp: Skip test on targets without
564 access watchpoints.
565
80ad801e
PA
5662015-05-06 Pedro Alves <palves@redhat.com>
567
568 PR server/18081
569 * gdb.server/non-existing-program.exp: New file.
570
0fa7fe50
JB
5712015-05-05 Joel Brobecker <brobecker@adacore.com>
572
573 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
574
3ea89b92
PMR
5752015-05-05 Joel Brobecker <brobecker@adacore.com>
576
577 * gdb.ada/out_of_line_in_inlined: New testcase.
578
87b8eff0
JB
5792015-05-05 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.ada/var_rec_arr: New testcase.
582
5fccc635
YQ
5832015-04-30 Yao Qi <yao.qi@linaro.org>
584
585 * gdb.base/break-idempotent.exp: If
586 skip_hw_watchpoint_multi_tests returns true, skip the tests
587 on "rwatch" and "awatch".
588
42d38f42
YQ
5892015-04-30 Yao Qi <yao.qi@linaro.org>
590
591 * gdb.base/relativedebug.exp: Invoke gdb command
592 "info sharedlibrary", and if libc.so doesn't have debug info,
593 skip the test.
594
2ce1cdbf
DE
5952015-04-29 Doug Evans <dje@google.com>
596
597 * gdb.python/py-xmethods.exp: Add ptype tests.
598 * gdb.python/py-xmethods.py (E_method_char_worker): Add
599 get_result_type method.
600
f24a38c5
LM
6012015-04-29 Luis Machado <lgustavo@codesourcery.com>
602
603 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
604 the target does not support hardware watchpoints.
605
ecbf2b3c
LM
6062015-04-29 Luis Machado <lgustavo@codesourcery.com>
607
608 * gdb.base/break-always.exp: Abort testing if writing to memory
609 causes an error.
610
34f5f757
DE
6112015-04-28 Doug Evans <dje@google.com>
612
613 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
614 * gdb.python/py-pp-registration.exp: ... here. New file.
615 * gdb.python/py-pp-registration.c: New file.
616 * gdb.python/py-pp-registration.py: New file.
617
69b4374a
DE
6182015-04-28 Doug Evans <dje@google.com>
619
620 * gdb.python/py-bad-printers.c: New file.
621 * gdb.python/py-bad-printers.py: New file.
622 * gdb.python/py-bad-printers.exp: New file.
623
59fb7612
SS
6242015-04-28 Sasha Smundak <asmundak@google.com>
625
626 * gdb.python/py-type.exp: New test.
627
2631b16a
AW
6282015-04-28 Andy Wingo <wingo@igalia.com>
629
630 * gdb.python/py-parameter.exp:
631 * gdb.guile/scm-parameter.exp: Escape the path that we are
632 matching against, as it might contain characters that are special
633 to regular expressions.
634
460efde1
JB
6352015-04-27 Joel Brobecker <brobecker@adacore.com>
636
637 * gdb.ada/rec_comp: New testcase.
638
2d369d8e
SDJ
6392015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
640
641 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
642 before using it.
643
cf75d6c3
AB
6442015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
647 new tests for verilog output.
648
8dbe7ca5
YQ
6492015-04-24 Yao Qi <yao.qi@linaro.org>
650
651 * boards/remote-gdbserver-on-localhost.exp: New file.
652
4ef9fb2f
PA
6532015-04-23 Pedro Alves <palves@redhat.com>
654
655 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
656 $inferior_spawn_id instead of $inferior_spawn_id directly. On
657 "end of file", remove $inferior_spawn_id from the indirect list.
658
0a803169
PA
6592015-04-23 Pedro Alves <palves@redhat.com>
660
661 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
662
749ef8f8
PA
6632015-04-23 Pedro Alves <palves@redhat.com>
664
665 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
666 on $any_spawn_id instead of only on $gdb_spawn_id.
667
8aae4344
PM
6682015-04-21 Pierre Muller <muller@sourceware.org>
669
670 PR pascal/17815
671 * lib/pascal.exp (gpc_compile): Add new option "class".
672 (fpc_compile): Likewise.
673 * gdb.pascal/case-insensitive-symbols.pas: New file.
674 * gdb.pascal/case-insensitive-symbols.exp: New file.
675
1586c8fb
GB
6762015-04-20 Gary Benson <gbenson@redhat.com>
677
678 * gdb.base/attach.exp: Fix three extended remote failures.
679
1b6e6f5c
GB
6802015-04-17 Gary Benson <gbenson@redhat.com>
681
682 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
683 the main executable over the remote protocol.
684
e797481d
PA
6852015-04-16 Pedro Alves <palves@redhat.com>
686
687 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
688 a new gdbserver if gdbserver_reconnect_p is set.
689
1ca99c42
PA
6902015-04-16 Pedro Alves <palves@redhat.com>
691
692 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
693 is set, don't exit gdbserver.
694
af9fd6f8
AA
6952015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
696
697 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
698 appropriate .insn, such that an older assembler can be used.
699 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
700 the z/Architecture instruction set on 31-bit targets as well.
701
04ff1e61
AA
7022015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
703
704 * gdb.go/handcall.exp: Remove all logic related to the first
705 breakpoint and rely on go_runto_main instead.
706 * gdb.go/strings.exp: Likewise.
707 * gdb.go/unsafe.exp: Likewise.
708 * gdb.go/hello.exp: Likewise. Also rename the remaining
709 breakpoint marker to "breakpoint 1".
710 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
711 * gdb.go/strings.go: Likewise.
712 * gdb.go/unsafe.go: Likewise.
713 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
714 "set breakpoint 2 here" and rename the remaining breakpoint marker
715 to "breakpoint 1".
716
40d2f8d6
SM
7172015-04-15 Simon Marchi <simon.marchi@ericsson.com>
718
719 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
720 if itertools.imap is not present.
721 * gdb.python/py-objfile.exp: Add parentheses.
722 * gdb.python/py-type.exp: Same.
723 * gdb.python/py-unwind-maint.py: Same.
724
8cbc97c6
YQ
7252015-04-15 Yao Qi <yao.qi@linaro.org>
726
727 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
728 of ":$ptr_size" and set its form explicitly.
729
45fd756c
YQ
7302015-04-15 Pedro Alves <palves@redhat.com>
731 Yao Qi <yao.qi@linaro.org>
732
733 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
734 timeout by factor of 4.
735 (test_regular_watch): Likewise.
736 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
737 * gdb.reverse/sigall-reverse.exp: Likewise.
738 * gdb.reverse/until-precsave.exp: Likewise.
739 * lib/gdb.exp (with_timeout_factor): New proc.
740 (gdb_expect): Move some code to ...
741 (get_largest_timeout): ... here. New procedure.
742
9e811bc3
LM
7432015-04-14 Luis Machado <lgustavo@codesourcery.com>
744
745 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
746
0ff6fcb2
LM
7472015-04-13 Luis Machado <lgustavo@codesourcery.com>
748
749 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
750 to write to the .text section.
751
7578d5f7
LM
7522015-04-13 Luis Machado <lgustavo@codesourcery.com>
753
754 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
755 Handle the case of targets that do not provide PID information.
756
2efe15c4
YQ
7572015-04-13 Yao Qi <yao.qi@linaro.org>
758
759 * lib/gdbserver-support.exp (gdb_exit): Catch exception
760 and use expect instead of gdb_expect.
761
8cd8f2f8
SDJ
7622015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
763
764 * gdb.base/coredump-filter.exp: Rename variable "addr" to
765 "coredump_var_addr" to avoid naming conflict with other testcases.
766
9ee41772
PA
7672015-04-10 Pedro Alves <palves@redhat.com>
768
769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
770 gdb_test_sequence and gdb_assert.
771
07473109
PA
7722015-04-10 Pedro Alves <palves@redhat.com>
773
774 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
775 test messages that don't include the breakpoint address.
776
de3db44c
YQ
7772015-04-10 Yao Qi <yao.qi@linaro.org>
778
779 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
780 false for some offset and width combinations which aren't
781 supported by linux kernel.
782
c79d856c
PA
7832015-04-10 Pedro Alves <palves@redhat.com>
784
785 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
786 procedure, factored out from ...
787 (top level): ... here. Add "set displaced-stepping" testing axis.
788 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
789 parameter "displaced". Use it.
790 (top level): Use foreach and add "set displaced-stepping" testing
791 axis.
792
ebc90b50
PA
7932015-04-10 Pedro Alves <palves@redhat.com>
794
795 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
796 Remove comment.
797 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
798 both the address of the instruction that triggers the watchpoint
799 and the address of the instruction immediately after, and use
800 those addresses for the test. Fix comment.
801
8f572e5c
PA
8022015-04-10 Pedro Alves <palves@redhat.com>
803
804 * gdb.base/sigstep.exp (breakpoint_to_handler)
805 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
806 Test "backtrace" in handler.
807 (breakpoint_over_handler): New parameter 'displaced'. Use it.
808 (top level): Add new "displaced" test axis to
809 breakpoint_to_handler, breakpoint_to_handler_entry and
810 breakpoint_over_handler.
811
8d707a12
PA
8122015-04-10 Pedro Alves <palves@redhat.com>
813
814 PR gdb/18216
815 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
816
ef713951
YQ
8172015-04-10 Yao Qi <yao.qi@linaro.org>
818
819 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
820 (test_add_rn_pc): New function.
821 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
822 (top level): Invoke test_add_rn_pc.
823
906d60cf
PA
8242015-04-10 Pedro Alves <palves@redhat.com>
825
826 PR gdb/13858
827 * gdb.base/step-over-no-symbols.exp: New file.
828
f2983cc3
AW
8292015-04-09 Andy Wingo <wingo@igalia.com>
830
831 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
832 after the Python tests.
833
6d62641c
SDJ
8342015-04-08 Keith Seitz <keiths@redhat.com>
835
836 PR python/16699
837 * gdb.python/py-completion.exp: New tests for completion.
838 * gdb.python/py-completion.py (CompleteLimit1): New class.
839 (CompleteLimit2): Likewise.
840 (CompleteLimit3): Likewise.
841 (CompleteLimit4): Likewise.
842 (CompleteLimit5): Likewise.
843 (CompleteLimit6): Likewise.
844 (CompleteLimit7): Likewise.
845
f3770638
PA
8462015-04-08 Pedro Alves <palves@redhat.com>
847
848 PR gdb/18214
849 PR gdb/18216
850 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
851 function.
852 (main): Install it as SIGUSR1 handler.
853 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
854 parameter. Always use "setup" as prefix. Toggle "set
855 displaced-stepping" off/on depending on global. Don't switch to
856 thread 1 here.
857 (top level): Add displaced stepping "off/on" test axis. Update
858 "setup" calls. Wrap each subtest with with_test_prefix. Test
859 continuing with a queued signal in each thread.
860
4496bed7
PA
8612015-04-08 Pedro Alves <palves@redhat.com>
862
863 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
864 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
865 gdb_breakpoint instead of gdb_test that doesn't expect anything.
866 Return early if running to main fails.
867 * gdb.trace/while-stepping.exp: Likewise.
868
b97fde92
PA
8692015-04-07 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
872 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
873 interact with inferior program.
874
f71c18e7
PA
8752015-04-07 Pedro Alves <palves@redhat.com>
876
877 * lib/gdb.exp (inferior_spawn_id): New global.
878 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
879 spawn id after processing the user code.
880 (default_gdb_start): Set inferior_spawn_id.
881 (send_inferior): New procedure.
882 * lib/gdbserver-support.exp (gdbserver_start): Set
883 inferior_spawn_id.
884 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
885
6423214f
PA
8862015-04-07 Pedro Alves <palves@redhat.com>
887
888 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
889 * lib/gdbserver-support.exp (gdbserver_start): Make
890 $server_spawn_id global.
891 (gdbserver_start): Don't wait for gdbserver's spawn id with
892 expect_background.
893 (close_gdbserver): New procedure.
894 (gdb_exit): Rename the default version and reimplement.
895
71c0ee8c
PA
8962015-04-07 Pedro Alves <palves@redhat.com>
897
72f4393d 898 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
899 append the substituted item, not the original item.
900
203bc29b
PA
9012015-04-07 Pedro Alves <palves@redhat.com>
902
903 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
904 gdb_expect.
905
508a3ddf
PA
9062015-04-07 Pedro Alves <palves@redhat.com>
907
908 * gdb.base/interrupt.exp: Don't handle the case of the inferior
909 output appearing once only.
910
9f6dbe2b
PA
9112015-04-07 Pedro Alves <palves@redhat.com>
912
913 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
914 that doesn't expect anything. Return early if running to main
915 fails.
916
337532fa
YQ
9172015-04-07 Yao Qi <yao.qi@linaro.org>
918
919 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
920 (child_function): Call alarm.
921 (main): Move call to alarm into the loop.
922 * gdb.threads/non-stop-fair-events.exp: Build program with
923 -DTIMEOUT=$timeout.
924
01b622d4
DE
9252015-04-06 Doug Evans <xdje42@gmail.com>
926
927 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
928 Fix dest parameter to board_info.
929 (fpc_compile): Ditto.
930 (gdb_compile_pascal): Rename dest arg to destfile.
931
961f4160
PMR
9322015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
933
934 * gdb.ada/funcall_ref.exp: New file.
935 * gdb.ada/funcall_ref/foo.adb: New file.
936
cafda597
YQ
9372015-04-02 Yao Qi <yao.qi@linaro.org>
938
939 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
940 is remote.
941
fed040c6
GB
9422015-04-02 Gary Benson <gbenson@redhat.com>
943
944 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
945
d11916aa
SS
9462015-04-01 Sasha Smundak <asmundak@google.com>
947
948 * gdb.python/py-unwind-maint.c: New file.
949 * gdb.python/py-unwind-maint.exp: New test.
950 * gdb.python/py-unwind-maint.py: New file.
951 * gdb.python/py-unwind.c: New file.
952 * gdb.python/py-unwind.exp: New test.
953 * gdb.python/py-unwind.py: New test.
954
a1471180
PA
9552015-04-01 Pedro Alves <palves@redhat.com>
956
957 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
958 to fail instead of non-existent $test.
959
0bbeccb1
PA
9602015-04-01 Pedro Alves <palves@redhat.com>
961
962 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
963 GDBFLAGS if not empty.
964
3c724c8c
PMR
9652015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
966
967 * gdb.ada/complete.exp: Remove "multi_line".
968 * gdb.ada/info_exc.exp: Remove "multi_line".
969 * gdb.ada/packed_tagged.exp: Remove "multi_line".
970 * gdb.ada/ptype_field.exp: Remove "multi_line".
971 * gdb.ada/sym_print_name.exp: Remove "multi_line".
972 * gdb.ada/tagged.exp: Remove "multi_line".
973 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
974 [multi_line ...]
975 * gdb.btrace/delta.exp: Likewise.
976 * gdb.btrace/exception.exp: Likewise.
977 * gdb.btrace/function_call_history.exp: Likewise.
978 * gdb.btrace/instruction_history.exp: Likewise.
979 * gdb.btrace/nohist.exp: Likewise.
980 * gdb.btrace/record_goto.exp: Likewise.
981 * gdb.btrace/segv.exp: Likewise.
982 * gdb.btrace/stepi.exp: Likewise.
983 * gdb.btrace/tailcall.exp: Likewise.
984 * gdb.btrace/unknown_functions.exp: Likewise.
985 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
986 * lib/gdb.exp: Add the "multi_line" helper.
987
4eec2deb
PA
9882015-04-01 Pedro Alves <palves@redhat.com>
989
990 * gdb.threads/tid-reuse.c: New file.
991 * gdb.threads/tid-reuse.exp: New file.
992
df8411da
SDJ
9932015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
994
995 PR corefiles/16092
996 * gdb.base/coredump-filter.c: New file.
997 * gdb.base/coredump-filter.exp: Likewise.
998
6ef37366
PM
9992015-03-27 Petr Machata <pmachata@redhat.com>
1000
1001 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1002 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1003 (Dwarf::assemble): Initialize them.
1004 (Dwarf::lines): New function.
1005
7ec911b0
JT
10062015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1007
1008 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1009 SYMBOL_PREFIX for x86_64-*-cygwin.
1010
ff908ebf
AW
10112015-03-26 Andy Wingo <wingo@igalia.com>
1012
1013 PR symtab/18148
1014 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1015 const_value but not a location.
1016 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1017 location defined in non-main CUs are visible.
1018
6d5f0679
YQ
10192015-03-26 Yao Qi <yao.qi@linaro.org>
1020
1021 PR testsuite/18139
1022 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1023 Add a line number entry for the same line.
1024 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1025 Add a line number entry for the same line.
1026
2898689b
YQ
10272015-03-26 Yao Qi <yao.qi@linaro.org>
1028
1029 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1030 .int 0.
1031 (func): Likewise. Add .Lfunc_1 label.
1032 Use .Lfunc_1 label.
1033 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1034 .int 0.
1035 (func): Likewise.
1036 Use .Lfunc_1 label.
1037
85180498
YQ
10382015-03-26 Yao Qi <yao.qi@linaro.org>
1039
1040 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1041 Call gdb_compile instead to compile each .s files without debug
1042 information.
1043
8aa08a8d
YQ
10442015-03-26 Yao Qi <yao.qi@linaro.org>
1045
1046 * gdb.base/savedregs.exp (process_saved_regs): Make
1047 "Saved registers:" optional in the pattern.
1048
66849923
MM
10492015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1050
1051 * gdb.btrace/next.exp: Merged into step.exp.
1052 * gdb.btrace/finish.exp: Merged into step.exp.
1053 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1054 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1055 "record goto" and checking the exact replay position.
1056 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1057 check for "Recording format" in "info record" output.
1058 * gdb.btrace/record_goto.exp: Choose test file based on target.
1059 * gdb.btrace/x86-record_goto.S: Renamed into ...
1060 * gdb.btrace/x86_64-record_goto.S: ... this.
1061 * gdb.btrace/i686-record_goto.S: New.
1062 * gdb.btrace/x86-tailcall.S: Renamed into ...
1063 * gdb.btrace/x86_64-tailcall.S: ... this.
1064 * gdb.btrace/i686-tailcall.S: New.
1065 * gdb.btrace/x86-tailcall.c: Renamed into ...
1066 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1067 separate statements. Update test.
1068 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1069 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1070 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1071 * gdb.btrace/tailcall.exp: Choose test file based on target.
1072 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1073
11cc1b74
MM
10742015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1075
1076 * gdb.btrace/exception.exp: Increase BTS buffer size.
1077
a25d8bf9
PA
10782015-03-24 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1081
856e7dd6
PA
10822015-03-24 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.threads/schedlock.exp (test_step): No longer expect that
1085 "set scheduler-locking step" with "next" over a function call runs
1086 threads unlocked.
1087
ad235a41
AT
10882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1089
1090 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1091
15630549
AT
10922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1093
1094 PR breakpoints/16466
1095 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1096 * gdb.mi/mi-pending.c (thread_func): New function.
1097 (int main): Add threading support required.
1098 * gdb.mi/mi-pending.exp: Add tests for this issue.
1099 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1100 (pendfunc2): Remove stdio dependency.
1101 * gdb.mi/mi-pendshr2.c: New file.
1102
693dca06
KS
11032015-03-23 Keith Seitz <keiths@redhat.com>
1104
1105 * gdb.linespec/keywords.c: New file.
1106 * gdb.linespec/keywords.exp: New file.
1107
7e993ebf
KS
11082015-03-23 Keith Seitz <keiths@redhat.com>
1109
1110 PR gdb/18021
1111 * gdb.dwarf2/staticvirtual.exp: New test.
1112
bc23328c
JK
11132015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1116 * README: Remove HP-UX and gdb.hp.
1117 (configuration):
1118 * configure: Regenerate.
1119 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1120 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1121 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1122 gdb.hp/gdb.defects/Makefile.
1123 * gdb.hp/Makefile.in: File deleted.
1124 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1125 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1126 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1127 * gdb.hp/gdb.aCC/run.c: File deleted.
1128 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1129 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1130 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1131 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1132 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1133 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1134 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1135 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1136 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1137 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1138 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1139 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1140 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1141 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1142 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1143 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1144 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1145 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1146 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1147 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1148 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1149 * gdb.hp/gdb.compat/average.c: File deleted.
1150 * gdb.hp/gdb.compat/sum.c: File deleted.
1151 * gdb.hp/gdb.compat/xdb.c: File deleted.
1152 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1153 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1154 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1155 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1156 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1157 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1158 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1159 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1160 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1161 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1162 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1163 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1164 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1165 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1166 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1167 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1168 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1169 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1170 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1171 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1172 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1173 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1174 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1175 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1176 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1177 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1178 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1179 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1180 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1181 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1182 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1183 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1184 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1185 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1186 * gdb.hp/tools/odump: File deleted.
1187
8bf3b159
PA
11882015-03-19 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1191 (saw_thread_3): New globals.
1192 (top level): Increment them when an event for the corresponding
1193 thread is seen.
1194 (no thread starvation): New test.
1195
eb54c8bf
PA
11962015-03-19 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.threads/continue-pending-status.c: New file.
1199 * gdb.threads/continue-pending-status.exp: New file.
1200
32d2e5d6
PA
12012015-03-18 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1204 Use gdb_is_target_remote instead of is_remote. Use
1205 gdb_test_multiple instead of gdb_expect. Exit early if
1206 gdb_test_multiple hits its internal matches. Tighten stepi tests
1207 expected output. Fail on exit with any signal, instead of just
1208 SIGILL.
1209
f68f11b7
YQ
12102015-03-18 Yao Qi <yao.qi@linaro.org>
1211
1212 PR tdep/18107
1213 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1214 variable.
1215 * gdb.base/catch-syscall.exp: Don't skip it on
1216 aarch64*-*-linux* target. Remove elements in all_syscalls.
1217 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1218 target.
1219 (setup_all_syscalls): New proc.
1220
ca5fd19b
YQ
12212015-03-16 Yao Qi <yao.qi@linaro.org>
1222
1223 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1224 (top level): Skip tests if valid_addr_p returns false for
1225 $cmd1 or $cmd2.
1226
85642ba0
AW
12272015-03-11 Andy Wingo <wingo@igalia.com>
1228
1229 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1230
e03f9645
YQ
12312015-03-11 Yao Qi <yao.qi@linaro.org>
1232
1233 * gdb.base/catch-syscall.exp: Fix typo in comments.
1234
5d0962b2
YQ
12352015-03-11 Yao Qi <yao.qi@linaro.org>
1236
1237 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1238
b2df3cef
PA
12392015-03-09 Pedro Alves <palves@redhat.com>
1240
1241 * dg-extract-results.py: Delete.
1242
ef878e53
PA
12432015-03-09 Pedro Alves <palves@redhat.com>
1244
1245 Merge dg-extract-results.sh from GCC upstream (r218843).
1246
1247 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1248 * dg-extract-results.sh: Use --text with grep to avoid issues with
1249 binary files. Fall back to cat -v, if that doesn't work.
1250
9494d219
PA
12512015-03-05 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1254
a8d9763a
SM
12552015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1256
1257 * lib/mi-support.exp (mi_expect_interrupt): Accept
1258 alternative event for when in all-stop mode.
1259
be9957b8
PA
12602015-03-04 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1263
d57be0f4 12642015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1265
1266 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1267
c214c7cf
AA
12682015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1269
1270 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1271 regexps for GDB's current line display, accept a hex address
1272 preceding the line number.
1273
6d74a497
AA
12742015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1275
1276 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1277 the 'arch1' variable for "s390*-linux*" targets.
1278
511aee7c
PA
12792015-03-04 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1282 (main): Pass missing retval argument to pthread_join call.
1283
95e50b27
PA
12842015-03-02 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1287 (top level): Call do_test with non-stop as well.
1288
28054d69
PA
12892015-03-02 Pedro Alves <palves@redhat.com>
1290
1291 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1292 -1.
1293
4fa5d7b4
AA
12942015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1295
1296 * gdb.arch/s390-vregs.exp: New test.
1297 * gdb.arch/s390-vregs.S: New file.
1298
97c18565
PA
12992015-02-27 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1302 call to catch_command_errors.
1303 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1304 catch_command_errors.
1305
a37bfa30
PA
13062015-02-27 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1309 "true" for boolean result.
1310 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1311 prototype of main.
1312
6f98576f
PA
13132015-02-27 Pedro Alves <palves@redhat.com>
1314
1315 * lib/unbuffer_output.c: New file.
1316 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1317 (main): Call gdb_unbuffer_output.
1318
eba5ab56
YQ
13192015-02-27 Yao Qi <yao.qi@linaro.org>
1320
1321 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1322 target.
1323
0def5aaa
DE
13242015-02-26 Doug Evans <dje@google.com>
1325
1326 * gdb.cp/class2.cc (Dbase, D): New classes.
1327 (main): New local delta.
1328 * gdb.cp/class2.exp: Test printing delta.
1329 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1330 (dynbar): New global.
1331 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1332
081a1c2c
JK
13332015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1334
1335 * gdb.compile/compile-ifunc.c: New file.
1336 * gdb.compile/compile-ifunc.exp: New file.
1337
2f41223f
AT
13382015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1339
1340 * gdb.base/structs.exp: Check for correct struct on finish.
1341
03eddd80
YQ
13422015-02-26 Yao Qi <yao.qi@linaro.org>
1343
1344 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1345 is zero.
1346
80c57053
JK
13472015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 * gdb.arch/cordic.ko.bz2: New file.
1350 * gdb.arch/cordic.ko.debug.bz2: New file.
1351 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1352
21613c12
YQ
13532015-02-25 Yao Qi <yao.qi@linaro.org>
1354
1355 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1356 aarch64*-*-* target.
1357
d8b901ed
PA
13582015-02-23 Pedro Alves <palves@redhat.com>
1359
1360 * lib/gdb.exp (delete_breakpoints): Rewrite using
1361 gdb_test_multiple.
1362
e5b85ead
PA
13632015-02-23 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.base/info-os.c: Include stdlib.h.
1366
85c3a371
DE
13672015-02-22 Doug Evans <xdje42@gmail.com>
1368
1369 PR symtab/17855
1370 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1371 is read after symbols have been re-read.
1372 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1373 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1374
96553a0c
DE
13752015-02-21 Doug Evans <dje@google.com>
1376
1377 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1378
97a0c697
JK
13792015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 PR corefiles/17808
1382 * gdb.arch/i386-biarch-core.core.bz2: New file.
1383 * gdb.arch/i386-biarch-core.exp: New file.
1384
a47cd6e9
PA
13852015-02-21 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1388 runto_main fails.
1389
c5facdc4
PA
13902015-02-20 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1393 info probes.
1394
2db9a427
PA
13952015-02-20 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1398
60fb7e9e
PA
13992015-02-20 Pedro Alves <palves@redhat.com>
1400
1401 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1402 clean_restart before gdb_target_supports_trace.
1403
5c5019c2
PA
14042015-02-20 Pedro Alves <palves@redhat.com>
1405
1406 PR threads/18006
1407 * gdb.threads/clone-thread_db.c: New file.
1408 * gdb.threads/clone-thread_db.exp: New file.
1409
c9587f88
AT
14102015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1411
1412 PR breakpoints/16812
1413 * gdb.base/catch-gdb-caused-signals.c: New file.
1414 * gdb.base/catch-gdb-caused-signals.exp: New file.
1415
f6a88844
JM
14162015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1417
1418 * configure: Regenerated.
1419 * configure.ac: Use GDB_AC_TRANSFORM.
1420 * aclocal.m4: sinclude ../transform.m4.
1421
497c491b
JM
14222015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1423
1424 * lib/dtrace.exp: New file.
1425 * gdb.base/dtrace-probe.exp: Likewise.
1426 * gdb.base/dtrace-probe.d: Likewise.
1427 * gdb.base/dtrace-probe.c: Likewise.
1428 * lib/pdtrace.in: Likewise.
1429 * configure.ac: Output variables with the transformed names of
1430 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1431 * configure: Regenerated.
1432
03e98035
JM
14332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1434
1435 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1436 expected message when trying to access $_probe_* convenience
1437 variables while not on a probe.
1438
63cc30e9
JK
14392015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1442
0703599a
PA
14432015-02-11 Pedro Alves <pedro@codesourcery.com>
1444
1445 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1446 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1447
7e60a48e
DE
14482015-02-10 Doug Evans <xdje42@gmail.com>
1449
1450 * lib/gdb.exp (gdb_load): Always return a result.
1451
01b088bc
PA
14522015-02-10 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.threads/signal-sigtrap.c: New file.
1455 * gdb.threads/signal-sigtrap.exp: New file.
1456
b05ec7a5
AT
14572015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1458
1459 * gdb.trace/no-attach-trace.c: New file.
1460 * gdb.trace/no-attach-trace.exp: New file.
1461
a2c2acaf
MW
14622015-02-09 Mark Wielaard <mjw@redhat.com>
1463
1464 * gdb.dwarf2/atomic.c: New file.
1465 * gdb.dwarf2/atomic-type.exp: Likewise.
1466
31fd9caa
MM
14672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1468
1469 * gdb.btrace/buffer-size.exp: Update "info record" output.
1470 * gdb.btrace/delta.exp: Update "info record" output.
1471 * gdb.btrace/enable.exp: Update "info record" output.
1472 * gdb.btrace/finish.exp: Update "info record" output.
1473 * gdb.btrace/instruction_history.exp: Update "info record" output.
1474 * gdb.btrace/next.exp: Update "info record" output.
1475 * gdb.btrace/nexti.exp: Update "info record" output.
1476 * gdb.btrace/step.exp: Update "info record" output.
1477 * gdb.btrace/stepi.exp: Update "info record" output.
1478 * gdb.btrace/nohist.exp: Update "info record" output.
1479
d33501a5
MM
14802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1481
1482 * gdb.btrace/buffer-size: New.
1483
f4abbc16
MM
14842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1485
1486 * gdb.btrace/delta.exp: Update "info record" output.
1487 * gdb.btrace/enable.exp: Update "info record" output.
1488 * gdb.btrace/finish.exp: Update "info record" output.
1489 * gdb.btrace/instruction_history.exp: Update "info record" output.
1490 * gdb.btrace/next.exp: Update "info record" output.
1491 * gdb.btrace/nexti.exp: Update "info record" output.
1492 * gdb.btrace/step.exp: Update "info record" output.
1493 * gdb.btrace/stepi.exp: Update "info record" output.
1494 * gdb.btrace/nohist.exp: Update "info record" output.
1495
b9d61307
SM
14962015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1497
1498 PR gdb/15678
1499 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1500
e584fdbc
PA
15012015-02-06 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1504 macro.
1505 (seconds_left, again): New globals.
1506 (main): Wait seconds_left in a 1-second sleep loop instead of
1507 sleeping 180 seconds. If 'again' is set, reset the seconds
1508 counter.
1509 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1510 'again' in the inferior before detaching. Print the seconds left.
1511 (options): New global.
1512 (top level): Build program with -DTIMEOUT=$timeout.
1513
77f41761
PA
15142015-02-06 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1517 determine how many seconds to pass to 'alarm'.
1518 * gdb.base/gdb-sigterm.exp (top level): Build program with
1519 -DTIMEOUT=$timeout.
1520 (do_test): Return success/failure indication. Add more verbose
1521 logging. Don't fail if 200 single steps are seen. Instead, fail
1522 when the test times out.
1523 (passes): New global.
1524 (top level): Break the testing loop if testing fails on any
1525 iteration. Use gdb_assert.
1526
b9394193
DB
15272015-02-04 Don Breazeal <donb@codesourcery.com>
1528
1529 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1530 and initialize them.
1531 (ipc_cleanup): New function.
1532 (main): Don't declare shmid, semid, and msqid. Add a call to
1533 atexit so that we call ipc_cleanup on exit.
1534
42d9e528
PA
15352015-02-04 Pedro Alves <palves@redhat.com>
1536
1537 * boards/native-extended-gdbserver.exp: Remove any target variant
1538 specifications from the board name before clearing the isremote
1539 flag from board_info.
1540
ae6ae975
DE
15412015-01-31 Doug Evans <xdje42@gmail.com>
1542
1543 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1544
cfb069a8
GB
15452015-01-31 Gary Benson <gbenson@redhat.com>
1546
1547 * gdb.base/completion.exp: Disable completion limiting for
1548 existing tests. Add new tests to check completion limiting.
1549 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1550
5dd31d79
DE
15512015-01-31 Doug Evans <xdje42@gmail.com>
1552
1553 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1554
9f050062
DE
15552015-01-31 Doug Evans <xdje42@gmail.com>
1556
1557 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1558 entries. Duplicate file section script entries.
1559 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1560 inlined entries. Add test for safe-path rejection.
1561 * gdb.python/py-section-script.c: Add duplicate inlined section script
1562 entries. Duplicate file section script entries.
1563 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1564 inlined entries. Add test for safe-path rejection.
1565
df25ebbd
JB
15662015-01-29 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gdb.ada/disc_arr_bound: New testcase.
1569
4a0ca9ec
JB
15702015-01-29 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.ada/mi_var_array: New testcase.
1573
3a8b707a
DE
15742015-01-27 Doug Evans <dje@google.com>
1575
1576 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1577 Add test for objfile.filename, objfile.username after objfile
1578 has been unloaded.
1579
f8313f6e
JB
15802015-01-26 Joel Brobecker <brobecker@adacore.com>
1581
1582 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1583 the second test to print the name attribute of value
1584 returned by the call to gdb.lookup_type, and adjust
1585 the expected output accordingly.
1586
37bc665e
MW
15872015-01-25 Mark Wielaard <mjw@redhat.com>
1588
1589 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1590 * gdb.base/disp-step-fork.c: Include unistd.h.
1591 * gdb.base/siginfo-obj.c: Include stdio.h.
1592 * gdb.base/siginfo-thread.c: Likewise.
1593 * gdb.mi/non-stop.c: Include unistd.h.
1594 * gdb.mi/nsthrexec.c: Include stdio.h.
1595 * gdb.mi/pthreads.c: Include unistd.h.
1596 * gdb.modula2/unbounded1.c (main): Declare returns int.
1597 * gdb.reverse/consecutive-reverse.c: Likewise.
1598 * gdb.threads/create-fail.c: Include unistd.h.
1599 * gdb.threads/killed.c: Likewise.
1600 * gdb.threads/linux-dp.c: Likewise.
1601 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1602 * gdb.threads/non-ldr-exc-2.c: Likewise.
1603 * gdb.threads/non-ldr-exc-3.c: Likewise.
1604 * gdb.threads/non-ldr-exc-4.c: Likewise.
1605 * gdb.threads/pthreads.c: Include unistd.h.
1606 (main): Declare returns int.
1607 * gdb.threads/tls-main.c (foo): New declaration.
1608 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1609
f7e5394d
SM
16102015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1611
1612 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1613 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1614
743649fd
MW
16152015-01-15 Mark Wielaard <mjw@redhat.com>
1616
1617 * gdb.base/noreturn-return.c: New file.
1618 * gdb.base/noreturn-return.exp: New file.
1619 * gdb.base/noreturn-finish.c: New file.
1620 * gdb.base/noreturn-finish.exp: New file.
1621
198297aa
PA
16222015-01-23 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.threads/continue-pending-after-query.c: New file.
1625 * gdb.threads/continue-pending-after-query.exp: New file.
1626
717cf30c
AG
16272015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1628 Simon Marchi <simon.marchi@ericsson.com>
1629
1630 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1631 * gdb.base/valgrind-db-attach.exp: Same.
1632 * gdb.base/valgrind-infcall.exp: Same.
1633 * lib/mi-support.exp (default_mi_gdb_start): Same.
1634 * lib/prompt.exp (default_prompt_gdb_start): Same.
1635 * lib/gdb.exp (default_gdb_spawn): Same.
1636 (gdb_interact): New.
1637
1638
4b62a76e
JK
16392015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1640
1641 * gdb.compile/compile.exp (pointer to jit function): New test.
1642
b4cdae6f
WW
16432015-01-17 Wei-cheng Wang <cole945@gmail.com>
1644
1645 * lib/gdb.exp (supports_process_record): Return true for
1646 powerpc*-*-linux*.
1647 (supports_reverse): Likewise.
1648
d221e7ef
DB
16492015-01-15 Don Breazeal <donb@codesourcery.com>
1650
1651 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1652 instead of checking whether the target board is remote and
1653 use spawn_wait_for_attach instead of exec/sleep.
1654 * gdb.base/attach-twice.exp: Likewise.
1655
bafffb51
JB
16562015-01-15 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.ada/var_arr_attrs: New testcase.
1659
5589af0e
PA
16602015-01-14 Pedro Alves <palves@redhat.com>
1661 Joel Brobecker <brobecker@adacore.com>
1662
1663 PR gdb/17525
1664 * gdb.base/bp-cmds-execution-x-script.c: New file.
1665 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1666 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1667
6c400b59
PA
16682015-01-14 Pedro Alves <palves@redhat.com>
1669
1670 PR cli/17828
1671 * gdb.base/batch-preserve-term-settings.c: New file.
1672 * gdb.base/batch-preserve-term-settings.exp: New file.
1673
e02c96a7
DE
16742015-01-13 Doug Evans <dje@google.com>
1675
1676 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1677 binary.
1678
576fd14c
JB
16792015-01-13 Joel Brobecker <brobecker@adacore.com>
1680
1681 * Makefile.in (clean mostlyclean): Do not delete *.py.
1682
04dccad0
JB
16832015-01-13 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.python/py-lookup-type.exp: New file.
1686
3d230f71
PA
16872015-01-12 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1690 restore GDBFLAGS before returning.
1691
7e67715d
JK
16922015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1695 is_amd64_regs_target and is_x86_like_target.
1696
f2e0d4b4
DE
16972015-01-11 Doug Evans <xdje42@gmail.com>
1698
1699 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1700 is given without an explicit form.
1701 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1702 attributes.
1703 * gdb.dwarf/corrupt.exp: Ditto.
1704 * gdb.dwarf2/enum-type.exp: Ditto.
1705 * gdb.trace/entry-values.exp: Ditto.
1706 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1707
439250fb
DE
17082015-01-11 Doug Evans <xdje42@gmail.com>
1709
1710 PR gdb/15830
1711 * gdb.base/maint.exp: Remove references to "maint demangle".
1712 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1713 Add tests for explicitly specifying language to demangle.
1714 * gdb.dlang/demangle.exp: Ditto.
1715
ede9f622
PA
17162015-01-09 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.threads/non-stop-fair-events.c: New file.
1719 * gdb.threads/non-stop-fair-events.exp: New file.
1720
a7b796db
PA
17212015-01-09 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1724 the global scope. Set a breakpoint after all threads are started
1725 rather than stepping over two source lines. Expect the prompt.
1726 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1727 global.
1728 (NUM): Now 15.
1729 (main): Use threads_started_barrier to wait for all threads to
1730 start. Main thread no longer calls thread_function. Exit after
1731 180 seconds.
1732 (loop): New function.
1733 (thread_function): Wait on threads_started_barrier barrier. Call
1734 'loop' at each iteration.
1735 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1736 threads have started, instead of hardcoding number of "next"
1737 steps. Use an access watchpoint instead of a write watchpoint.
1738
9665ffdd
PA
17392015-01-09 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1742 (thread_func): Wait on barrier.
1743 (main): Wait for all threads to start before stopping GDB.
1744 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1745 global.
1746 (thread1_func, thread2_func): Wait on barrier.
1747 (main): Wait for all threads to start before stopping GDB.
1748 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1749 New global.
1750 (thread1_func, thread2_func): Wait on barrier.
1751 (main): Wait for all threads to start before stopping GDB.
1752
c945a99f
PA
17532015-01-09 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.threads/attach-many-short-lived-threads.c: New file.
1756 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1757
c1a747c1
PA
17582014-01-09 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1761 instead of to thread 2.
1762 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1763 Add barrier around each pthread_create call instead of around all
1764 calls.
1765 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1766 Set a break on thread_function and have the child threads hit it
1767 one at at a time.
1768
60b3033e
PA
17692015-01-09 Pedro Alves <palves@redhat.com>
1770
1771 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1772 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1773 false.
1774 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1775 checking whether the target board is remote.
1776 * gdb.multi/multi-attach.exp: Likewise.
1777 * gdb.python/py-sync-interp.exp: Likewise.
1778 * gdb.server/ext-attach.exp: Likewise.
1779 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1780 tests that need to attach, instead of checking whether the target
1781 board is remote at the top of the file.
1782
acc018ac
YQ
17832015-01-08 Yao Qi <yao@codesourcery.com>
1784
1785 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1786
50a18af8
JK
17872015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1788
1789 Fix testcase compilation.
1790 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1791
8503d6e1
JB
17922015-01-06 Joel Brobecker <brobecker@adacore.com>
1793
1794 * gdb.python/py-type.exp: Add a couple test about empty
1795 array creation, and negative-length array creation.
1796
cc73dbcc
DE
17972015-01-02 Doug Evans <xdje42@gmail.com>
1798
1799 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1800
0300bbc7
DE
18012015-01-02 Doug Evans <dje@google.com>
1802
1803 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1804
9d85a0ec
YQ
18052014-12-29 Yao Qi <yao@codesourcery.com>
1806
1807 * gdb.trace/entry-values.exp: Update comments. Rename variable
1808 bar_call_foo to returned_from_foo.
1809
87186c6a
MMN
18102014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1811
1812 PR gdb/17394
1813 * gdb.linespec/break-asm-file.c: New file.
1814 * gdb.linespec/break-asm-file.exp: New file.
1815 * gdb.linespec/break-asm-file0.s: New file.
1816 * gdb.linespec/break-asm-file1.s: New file.
1817
1bab7383
YQ
18182014-12-18 Nigel Stephens <nigel@mips.com>
1819 Maciej W. Rozycki <macro@codesourcery.com>
1820
1821 * gdb.base/float.exp: Handle the new output from "info float" on
1822 MIPS targets.
1823
1bc1068a
JK
18242014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 Fix MinGW compilation.
1827 * gdb.compile/compile-ops.exp: Update untested message if
1828 !skip_compile_feature_tests.
1829 * gdb.compile/compile-setjmp.exp: Likewise.
1830 * gdb.compile/compile-tls.exp: Likewise.
1831 * gdb.compile/compile.exp: Likewise.
1832 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1833 supported on this host".
1834
b6615d10
DE
18352014-12-16 Doug Evans <xdje42@gmail.com>
1836
1837 * boards/stabs.exp: New file.
1838
25dda427
AA
18392014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1840
1841 * gdb.base/completion.exp: Adjust to format changes of "maint
1842 print user-registers".
1843
bf330350
CU
18442014-12-16 Catalin Udma <catalin.udma@freescale.com>
1845
1846 PR server/17457
1847 * gdb.arch/aarch64-fp.c: New file.
1848 * gdb.arch/aarch64-fp.exp: New file.
1849
395cf596
SDJ
18502014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1851
1852 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1853 r210637, r210913, r211666, r215400, r215817).
1854
1855 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1856 * dg-extract-results.py: New file.
1857 * dg-extract-results.sh: Use it if the environment seems
1858 suitable.
1859
1860 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1861
1862 * dg-extract-results.py (parse_run): Handle warnings that
1863 are printed before a test harness is run.
1864
1865 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1866
1867 * dg-extract-results.py (Named): Remove __cmp__ method.
1868 (output_variation): Use a key to sort variation.harnesses.
1869
1870 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1871
1872 * dg-extract-results.py: For Python 3, force sys.stdout to
1873 handle surrogate escape sequences.
1874 (safe_open): New function.
1875 (output_segment, main): Use it.
1876
1877 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1878
1879 * dg-extract-results.py (Prog.result_re): Include options
1880 in test name.
1881
1882 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1883
1884 * dg-extract-results.py (output_variation): Always sort if
1885 do_sum.
1886
e882ef3c
SM
18872014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1888
1889 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1890 as long as we get pagination notifications.
1891
4992aa20
JM
18922014-12-15 Jason Merrill <jason@redhat.com>
1893
1894 * Makefile.in (check-gdb.%): Restore.
1895 * README: Mention it.
1896
c1b5a1a6
JB
18972014-12-13 Joel Brobecker <brobecker@adacore.com>
1898
1899 * gdb.ada/str_uninit: New testcase.
1900
5537b577
JK
19012014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1902
1903 PR symtab/17642
1904 * gdb.base/vla-stub-define.c: New file.
1905 * gdb.base/vla-stub.c: New file.
1906 * gdb.base/vla-stub.exp: New file.
1907
bb2ec1b3
TT
19082014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1909 Jan Kratochvil <jan.kratochvil@redhat.com>
1910 Tom Tromey <tromey@redhat.com>
1911
1912 * configure.ac: Add gdb.compile/.
1913 * configure: Regenerate.
1914 * gdb.compile/Makefile.in: New file.
1915 * gdb.compile/compile-ops.exp: New file.
1916 * gdb.compile/compile-ops.c: New file.
1917 * gdb.compile/compile-tls.c: New file.
1918 * gdb.compile/compile-tls.exp: New file.
1919 * gdb.compile/compile-constvar.S: New file.
1920 * gdb.compile/compile-constvar.c: New file.
1921 * gdb.compile/compile-mod.c: New file.
1922 * gdb.compile/compile-nodebug.c: New file.
1923 * gdb.compile/compile-setjmp-mod.c: New file.
1924 * gdb.compile/compile-setjmp.c: New file.
1925 * gdb.compile/compile-setjmp.exp: New file.
1926 * gdb.compile/compile-shlib.c: New file.
1927 * gdb.compile/compile.c: New file.
1928 * gdb.compile/compile.exp: New file.
1929 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1930
4ff709eb
TT
19312014-12-12 Tom Tromey <tromey@redhat.com>
1932
1933 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1934 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1935
6dddd6a5
DE
19362014-12-12 Doug Evans <dje@google.com>
1937
1938 * lib/gdb-python.exp (get_python_valueof): New function.
1939 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1940
71c24708
AA
19412014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1942
1943 * gdb.base/completion.exp: Add test for completion of "info
1944 registers ".
1945
3e29f34a
MR
19462014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1947
1948 * gdb.base/func-ptrs.c: New file.
1949 * gdb.base/func-ptrs.exp: New file.
1950
fc126975
SM
19512014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1952
1953 PR breakpoints/17012
1954 * gdb.base/dprintf-detach.c: New file.
1955 * gdb.base/dprintf-detach.exp: New file.
1956
0a46d518
SM
19572014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1958
1959 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1960 * lib/gdb.exp (target_is_gdbserver): New procedure.
1961
a0be3e44
DE
19622014-12-08 Doug Evans <dje@google.com>
1963
1964 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1965
df1b803a
YQ
19662014-12-05 Yao Qi <yao@codesourcery.com>
1967
1968 * gdb.guile/scm-error.exp: Remove the third argument to
1969 gdb_remote_download.
1970 * gdb.guile/scm-frame-args.exp: Likewise.
1971 * gdb.guile/scm-section-script.exp: Likewise.
1972
ddb9f679
YQ
19732014-12-05 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1976
86e4ed39
DE
19772014-12-04 Doug Evans <dje@google.com>
1978
1979 * gdb.python/py-objfile.exp: Add tests for
1980 objfile.add_separate_debug_file.
1981
7c50a931
DE
19822014-12-04 Doug Evans <dje@google.com>
1983
1984 * lib/gdb.exp (get_build_id): New function.
1985 (build_id_debug_filename_get): Rewrite to use it.
1986 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1987
621661e3
MR
19882014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1989
1990 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1991 `method(long)', not just 0x0.
1992 * gdb.cp/nsalias.exp: Align code labels to 4.
1993 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1994 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1995 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1996 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1997 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1998 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1999
29f0c3b7
DE
20002014-12-02 Doug Evans <dje@google.com>
2001
e1e061e7 2002 PR symtab/17602
29f0c3b7 2003 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2004 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2005 * gdb.cp/anon-ns.exp: Update.
2006
162078c8
NB
20072014-12-02 Nick Bull <nicholaspbull@gmail.com>
2008
2009 * gdb.python/py-events.py (inferior_call_handler): New.
2010 (register_changed_handler, memory_changed_handler): New.
2011 (test_events.invoke): Register new handlers.
2012 * gdb.python/py-events.exp: Add tests for inferior call,
2013 memory_changed and register_changed events.
2014
fdb09caf
AA
20152014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2016
2017 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2018 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2019 if the linker doesn't understand this.
2020
55cfb2c4
SM
20212014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * gdb.python/python.exp: Change expected reply to help().
2024
9e8cd6df
YQ
20252014-12-01 Yao Qi <yao@codesourcery.com>
2026
2027 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2028 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2029 * configure: Re-generated.
2030
6c659fc2
SC
20312014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2032
2033 * gdb.cp/chained-calls.cc: New file.
2034 * gdb.cp/chained-calls.exp: New file.
2035 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2036
d7fc3181
SM
20372014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2038
2039 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2040 * gdb.dwarf2/symtab-producer.exp: Same.
2041 * gdb.gdb/python-interrupts.exp: Same.
2042 * gdb.gdb/python-selftest.exp: Same.
2043 * gdb.python/py-linetable.exp: Same.
2044 * gdb.python/py-type.exp: Same.
2045 * gdb.python/py-value-cc.exp: Same.
2046 * gdb.python/py-value.exp: Same.
2047
10e79639
YQ
20482014-11-28 Yao Qi <yao@codesourcery.com>
2049
2050 * gdb.base/break-probes.exp: Match library name prefixed with
2051 sysroot.
2052
f28a0564
SM
20532014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2054
2055 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2056 test expected output. Add parentheses for the call to print.
2057 Remove L suffix from integers.
2058
3fe1ce1d
DE
20592014-11-26 Doug Evans <dje@google.com>
2060
2061 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2062
84429e27
YQ
20632014-11-22 Yao Qi <yao@codesourcery.com>
2064
2065 * gdb.trace/entry-values.c: Remove asms.
2066 (foo): Add foo_label.
2067 (bar): Add bar_label.
2068 * gdb.trace/entry-values.exp: Remove code computing foo's
2069 length and bar's length.
2070 (Dwarf::assemble): Invoke function_range for bar and use
2071 MACRO_AT_func for foo.
2072
26741859
YQ
20732014-11-22 Yao Qi <yao@codesourcery.com>
2074
2075 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2076 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2077 Use .Lgcc43_procstart instead of gcc43.
2078
45e44d27
JB
20792014-11-21 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.ada/n_arr_bound: New testcase.
2082
458c8db8
SDJ
20832014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2084
2085 PR breakpoints/10737
2086 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2087 test_catch_syscall_multi_arch.
2088 (test_catch_syscall_multi_arch): New function.
2089
43f3e411
DE
20902014-11-20 Doug Evans <xdje42@gmail.com>
2091
2092 * gdb.base/maint.exp: Update expected output.
2093
0d7b2549
AA
20942014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2095
2096 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2097 4-byte instruction on S390.
2098
8908fca5
JB
20992014-11-19 Joel Brobecker <brobecker@adacore.com>
2100
2101 * gdb.ada/arr_arr: New testcase.
2102
4a46959e
JB
21032014-11-19 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdb.ada/pkd_arr_elem: New Testcase.
2106
470e2f4e
LM
21072014-11-18 Luis Machado <lgustavo@codesourcery.com>
2108
2109 * gdb.reverse/break-precsave: Expect completion message for
2110 core file reads.
2111 * gdb.reverse/consecutive-precsave.exp: Likewise.
2112 * gdb.reverse/finish-precsave.exp: Likewise.
2113 * gdb.reverse/i386-precsave.exp: Likewise.
2114 * gdb.reverse/machinestate-precsave.exp: Likewise.
2115 * gdb.reverse/sigall-precsave.exp: Likewise.
2116 * gdb.reverse/solib-precsave.exp: Likewise.
2117 * gdb.reverse/step-precsave.exp: Likewise.
2118 * gdb.reverse/until-precsave.exp: Likewise.
2119 * gdb.reverse/watch-precsave.exp: Likewise.
2120
a267f3ad
AA
21212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2122
2123 * gdb.base/bp-permanent.c: Include unistd.h.
2124 * gdb.python/py-framefilter-mi.c (main): Add return type.
2125 * gdb.python/py-framefilter.c (main): Likewise.
2126 * gdb.trace/actions-changed.c (main): Likewise.
2127
12084a9a
AA
21282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2129
2130 * gdb.mi/until.c: Add eye-catchers.
2131 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2132 line numbers.
2133
dc7e1a77
AA
21342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2135
2136 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2137 function header variants in break1.c.
2138 * gdb.base/ena-dis-br.exp: Likewise.
2139 * gdb.base/hbreak2.exp: Likewise.
2140 * gdb.reverse/until-precsave.exp: Drop references to removed
2141 non-prototype function header variants in ur1.c.
2142 * gdb.reverse/until-reverse.exp: Likewise.
2143
41c77605
PM
21442014-11-17 Petr Machata <pmachata@redhat.com>
2145
2146 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2147 ${_cu_offset_size} bytes abbrev offset.
2148
34248c3a
DE
21492014-11-15 Doug Evans <xdje42@gmail.com>
2150
2151 PR symtab/17559
2152 * gdb.base/line-symtabs.exp: New file.
2153 * gdb.base/line-symtabs.c: New file.
2154 * gdb.base/line-symtabs.h: New file.
2155
646da059
YQ
21562014-11-14 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2159 (func): Add label func_label.
2160 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2161 Replace low_pc and high_pc with MACRO_AT_range.
2162 Replace name, low_pc and high_pc with MACRO_AT_func.
2163
9301ebe6
YQ
21642014-11-14 Yao Qi <yao@codesourcery.com>
2165
2166 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2167 Replace name, low_pc and high_pc with MACRO_AT_func.
2168
f166b542
YQ
21692014-11-14 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2172 produce debug information.
2173 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2174
0f6e71e3
YQ
21752014-11-14 Yao Qi <yao@codesourcery.com>
2176
2177 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2178 object and get function length.
2179 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2180 with MACRO_AT_func.
2181 (top-level): Replace gdb_compile and clean_restart with
2182 prepare_for_testing.
2183 * gdb.dwarf2/main.c (main): Add label main_label.
2184
876c4df9
YQ
21852014-11-14 Yao Qi <yao@codesourcery.com>
2186
2187 * lib/dwarf.exp (function_range): New procedure.
2188 (Dwarf::_handle_macro_at_func): New procedure.
2189 (Dwarf::_handle_macro_at_range): New procedure.
2190 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2191
02ad9cf1
YQ
21922014-11-14 Yao Qi <yao@codesourcery.com>
2193
2194 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2195 (_handle_attribute): New procedure.
2196
a59add0c
AA
21972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2198
2199 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2200 * gdb.base/call-sc.c (zed): Likewise.
2201 * gdb.base/checkpoint.c (main): Likewise.
2202 * gdb.base/dump.c (main): Likewise.
2203 * gdb.base/gcore.c (main): Likewise.
2204 * gdb.base/huge.c (main): Likewise.
2205 * gdb.base/multi-forks.c (main): Likewise.
2206 * gdb.base/pr10179-a.c (main): Likewise.
2207 * gdb.base/savedregs.c (main): Likewise.
2208 * gdb.base/sigaltstack.c (main): Likewise.
2209 * gdb.base/siginfo.c (main): Likewise.
2210 * gdb.base/structs.c (zed): Likewise.
2211 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2212 * gdb.mi/mi-syn-frame.c (main): Likewise.
2213 * gdb.mi/until.c (foo, main): Likewise.
2214 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2215 * gdb.base/solib-weak.c (foo): Declare.
2216 * gdb.base/attach-twice.c: Include stdio.h.
2217 * gdb.base/weaklib1.c: Likewise.
2218 * gdb.base/weaklib2.c: Likewise.
2219 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2220 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2221 unistd.h.
2222 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2223 * gdb.mi/mi-exit-code.c: Likewise.
2224 * gdb.base/break-interp-lib.c: Include string.h.
2225 * gdb.base/coremaker.c: Likewise.
2226 * gdb.base/testenv.c: Likewise.
2227 * gdb.python/py-finish-breakpoint.c: Likewise.
2228 * gdb.base/inferior-died.c: Include sys/wait.h.
2229 * gdb.base/fileio.c: Include time.h.
2230 * gdb.base/async-shell.c: Include unistd.h.
2231 * gdb.base/dprintf-non-stop.c: Likewise.
2232 * gdb.base/info-os.c: Likewise.
2233 * gdb.mi/mi-console.c: Likewise.
2234 * gdb.mi/watch-nonstop.c: Likewise.
2235 * gdb.python/py-events.c: Likewise.
2236 * gdb.base/async.c (baz): Move up before its invocation.
2237 * gdb.base/code_elim2.c (my_global_func): Likewise.
2238 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2239 * gdb.base/advance.c (func2): Likewise.
2240
3b5d5997
AA
22412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2242
2243 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2244 variant.
2245 * gdb.base/annota3.c: Likewise.
2246 * gdb.base/async.c: Likewise.
2247 * gdb.base/average.c: Likewise.
2248 * gdb.base/call-ar-st.c: Likewise.
2249 * gdb.base/call-rt-st.c: Likewise.
2250 * gdb.base/call-sc.c: Likewise.
2251 * gdb.base/call-strs.c: Likewise.
2252 * gdb.base/ending-run.c: Likewise.
2253 * gdb.base/execd-prog.c: Likewise.
2254 * gdb.base/exprs.c: Likewise.
2255 * gdb.base/foll-exec.c: Likewise.
2256 * gdb.base/foll-fork.c: Likewise.
2257 * gdb.base/foll-vfork.c: Likewise.
2258 * gdb.base/funcargs.c: Likewise.
2259 * gdb.base/gcore.c: Likewise.
2260 * gdb.base/jump.c: Likewise.
2261 * gdb.base/langs0.c: Likewise.
2262 * gdb.base/langs1.c: Likewise.
2263 * gdb.base/langs2.c: Likewise.
2264 * gdb.base/mips_pro.c: Likewise.
2265 * gdb.base/nodebug.c: Likewise.
2266 * gdb.base/opaque0.c: Likewise.
2267 * gdb.base/opaque1.c: Likewise.
2268 * gdb.base/recurse.c: Likewise.
2269 * gdb.base/run.c: Likewise.
2270 * gdb.base/scope0.c: Likewise.
2271 * gdb.base/scope1.c: Likewise.
2272 * gdb.base/setshow.c: Likewise.
2273 * gdb.base/setvar.c: Likewise.
2274 * gdb.base/shmain.c: Likewise.
2275 * gdb.base/shr1.c: Likewise.
2276 * gdb.base/shr2.c: Likewise.
2277 * gdb.base/sigall.c: Likewise.
2278 * gdb.base/signals.c: Likewise.
2279 * gdb.base/so-indr-cl.c: Likewise.
2280 * gdb.base/solib2.c: Likewise.
2281 * gdb.base/structs.c: Likewise.
2282 * gdb.base/sum.c: Likewise.
2283 * gdb.base/vforked-prog.c: Likewise.
2284 * gdb.base/watchpoint.c: Likewise.
2285 * gdb.reverse/shr2.c: Likewise.
2286 * gdb.reverse/until-reverse.c: Likewise.
2287 * gdb.reverse/ur1.c: Likewise.
2288 * gdb.reverse/watch-reverse.c: Likewise.
2289
066a77c5
AA
22902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2291
2292 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2293 variant.
2294 * gdb.base/sepdebug.exp: Drop references to removed code.
2295
4f204ea5
AA
22962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2297
2298 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2299 variant. Preserve original line numbering.
2300 * gdb.base/list1.c: Likewise.
2301
3b377a3a
AA
23022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2303
2304 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2305 variant.
2306 * gdb.base/break1.c: Likewise.
2307 * gdb.base/break.exp: Drop references to removed code.
2308
e444df73
AA
23092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2310
2311 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2312 variant.
2313
8008f2a7
AA
23142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2315
2316 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2317
a5a06887
AA
23182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2319
2320 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2321 logic into perform_all_tests() and invoke it with and without
2322 function header prototypes.
2323 (do_function_calls): Remove conditional XFAIL for PR 5318.
2324 (rerun_and_prepare): Remove duplicate code.
2325 (perform_all_tests): New. Main logic moved here.
2326
44dba9b9
AA
23272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2328
2329 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2330 code guarded by #ifdef NO_PROTOTYPES.
2331 (t_double_many_args): Likewise.
2332 (DEF_FUNC_MANY_ARGS_1): Likewise.
2333 (DEF_FUNC_VALUES_1): Likewise.
2334 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2335 guarded by #ifdef PROTOTYPES.
2336
d1fbcd56
AA
23372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2338
2339 * gdb.mi/mi-console.c: Add eye-catcher.
2340 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2341 instead of literal line number.
2342
b0e59b8f
AA
23432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2344
2345 * gdb.base/shr2.c: Add eye-catcher.
2346 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2347 line number.
2348
78f98cca
AA
23492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.base/jump.c: Add eye-catchers.
2352 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2353 numbers.
2354
58fa2af0
AA
23552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2356
2357 * gdb.base/execd-prog.c: Add eye-catchers.
2358 * gdb.base/foll-exec.c: Likewise.
2359 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2360 line numbers.
2361
04e5059b
AA
23622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2363
2364 * gdb.base/ending-run.c: Add eye-catchers.
2365 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2366 literal line numbers.
2367
dbfdb174
AA
23682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2369
2370 * gdb.base/call-rt-st.c: Add eye-catchers.
2371 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2372 literal line numbers.
2373
888a2ade
AA
23742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2375
2376 * gdb.base/call-ar-st.c: Add eye-catchers.
2377 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2378 literal line numbers.
2379
6acc2dde
AA
23802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2381
2382 * gdb.base/average.c: Add eye-catchers.
2383 * gdb.base/sum.c: Likewise.
2384 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2385 regexps dynamically.
2386
9ecfcd1d
AA
23872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2388
2389 * gdb.base/solib1.c: Add eye-catchers.
2390 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2391 literal line numbers.
2392
78708b7c
PA
23932014-11-12 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2396 leader has exited.
2397
af48d08f
PA
23982014-11-12 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.arch/i386-bp_permanent.c: New file.
2401 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2402 (srcfile): Set to i386-bp_permanent.c.
2403 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2404 that stepi does not execute the 'leave' instruction, instead of
2405 testing it does execute.
2406 * gdb.base/bp-permanent.c: New file.
2407 * gdb.base/bp-permanent.exp: New file.
2408
af3768e9
DE
24092014-11-10 Doug Evans <xdje42@gmail.com>
2410
2411 PR symtab/17564
2412 * gdb.base/symtab-search-order.exp: New file.
2413 * gdb.base/symtab-search-order.c: New file.
2414 * gdb.base/symtab-search-order-1.c: New file.
2415 * gdb.base/symtab-search-order-shlib-1.c: New file.
2416
9de00a4a
PA
24172014-11-07 Pedro Alves <palves@redhat.com>
2418
2419 PR gdb/17511
2420 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2421 i?86-*-linux*.
2422
e0f52461
SC
24232014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2424
2425 PR c++/17494
2426 * gdb.cp/pr17494.cc: New file.
2427 * gdb.cp/pr17494.exp: New file.
2428
6ce8c980
YQ
24292014-11-02 Yao Qi <yao@codesourcery.com>
2430
2431 * gdb.python/python.exp: Get working directory and match the
2432 output of "set extended-prompt \\w " with it.
2433
02be9a71
DE
24342014-10-30 Doug Evans <dje@google.com>
2435
2436 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2437 in objfiles.
2438 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2439 in progspaces.
2440
3bdff46b
LM
24412014-10-30 Janis Johnson <janisjo@codesourcery.com>
2442
2443 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2444 * gdb.base/realname-expand.exp: Likewise.
2445 * gdb.linespec/macro-relative.exp: Likewise.
2446
ab917dfb
PA
24472014-10-29 Pedro Alves <palves@redhat.com>
2448
2449 PR gdb/17408
2450 * gdb.threads/schedlock.c (some_function): New function.
2451 (call_function): New global.
2452 (MAYBE_CALL_SOME_FUNCTION): New macro.
2453 (thread_function): Call it.
2454 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2455 and use it instead of a global counter. Adjust all callers.
2456 (get_current_thread): Use "find current thread" for test message
2457 here rather than having all callers pass down the same string.
2458 (goto_loop): New procedure, factored out from ...
2459 (my_continue): ... this.
2460 (step_ten_loops): Change parameter from test message to command to
2461 use. Adjust.
2462 (list_count): Delete global.
2463 (check_result): New procedure, factored out from duplicate top
2464 level code.
2465 (continue tests): Wrap in with_test_prefix.
2466 (test_step): New procedure, factored out from duplicate top level
2467 code.
2468 (top level): Test "step" in combination with all scheduler-locking
2469 modes. Test "next" in combination with all scheduler-locking
2470 modes, and in combination with stepping over a function call or
2471 not.
2472 * gdb.threads/next-bp-other-thread.c: New file.
2473 * gdb.threads/next-bp-other-thread.exp: New file.
2474
d3d4baed
PA
24752014-10-29 Pedro Alves <palves@redhat.com>
2476
2477 PR python/17372
2478 * gdb.python/python.exp: Test a multi-line command that spawns
2479 interactive Python.
2480 * gdb.base/multi-line-starts-subshell.exp: New file.
2481
563e8d85
YQ
24822014-10-29 Yao Qi <yao@codesourcery.com>
2483
2484 * gdb.base/fileio.exp: Make directories on host.
2485
0ea4d52e
YQ
24862014-10-29 Yao Qi <yao@codesourcery.com>
2487
2488 * gdb.base/fileio.c (test_write): Close the file.
2489
7f5ef605
PA
24902014-10-28 Pedro Alves <palves@redhat.com>
2491
2492 PR gdb/12623
2493 * gdb.base/sigstep.c (no_handler): New global.
2494 (main): If 'no_handler is true, set the signal handlers to
2495 SIG_IGN.
2496 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2497 with_sw_watch and no_handler parameters. Handle them.
2498 (top level) <stepping over handler when stopped at a breakpoint
2499 test>: Add a test axis for testing with a software watchpoint, and
2500 another for testing with the signal handler set to SIG_IGN.
2501 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2502 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2503
abbdbd03
PA
25042014-10-28 Pedro Alves <palves@redhat.com>
2505
2506 PR gdb/17511
2507 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2508 * gdb.base/sigstep.exp (other_handler_location): New global.
2509 (advance): Support stepping into the signal handler, and running
2510 commands while in the handler.
2511 (in_handler_map): New global.
2512 (top level): In the advance test, add combinations for getting
2513 into the handler with stepping commands, and for running commands
2514 in the handler. Add comment descripting the advancei tests.
2515
1df4399f
PA
25162014-10-28 Pedro Alves <palves@redhat.com>
2517
2518 * gdb.base/sigstep.exp: Use build_executable instead of
2519 prepare_for_testing.
2520 (top level): Move code that starts GDB, runs to main and creates a
2521 display to ...
2522 (restart): ... this new procedure.
2523 (top level): Move backtrace from signal handler test to ...
2524 (validate_backtrace): ... this new procedure.
2525 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2526 with_test_prefix. Always restart GDB.
2527 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2528 with_test_prefix. Always restart GDB. No need to delete
2529 breakpoints after the test.
2530 (test_skip_handler): Remove prefix parameter.
2531 (skip_over_handler, breakpoint_to_handler)
2532 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2533 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2534 restart GDB. No need to delete breakpoints after the test.
2535 (top level): Use foreach to call the test procedures with
2536 different commands.
2537
a5b6e449
PA
25382014-10-28 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2541 instead of GNATS numbers.
2542 * gdb.base/sigbpt.exp: Likewise.
2543 * gdb.base/siginfo.exp: Likewise.
2544 * gdb.base/sigstep.exp: Likewise.
2545
e5f8a7cc
PA
25462014-10-27 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/sigstep.c (dummy): New global.
2549 (main): Issue a couple writes to the new global.
2550 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2551 procedures.
2552 (skip_over_handler): Use test_skip_handler.
2553 (top level): Call skip_over_handler for stepi and nexti too.
2554 (breakpoint_over_handler): Use test_skip_handler.
2555 (top level): Call breakpoint_over_handler for stepi and nexti too.
2556
763905a3
YQ
25572014-10-27 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.trace/tfile.c (adjust_function_address)
2560 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2561 function descriptor.
2562
6f259a23
DB
25632014-10-24 Don Breazeal <donb@codesourcery.com>
2564
2565 * gdb.base/foll-fork.exp (test_follow_fork,
2566 catch_fork_child_follow): Check for updated fork messages emitted
2567 from infrun.c.
2568 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2569 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2570 vfork_and_exec_child_follow_through_step): Check for updated vfork
2571 messages emitted from infrun.c.
2572
09dd9a69
PA
25732014-10-24 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/corefile.exp: Remove references to ultrix.
2576 * gdb.base/interrupt.exp: Likewise.
2577 * gdb.base/whatis.exp: Likewise.
2578 * gdb.gdb/selftest.exp: Likewise.
2579 * gdb.threads/manythreads.exp: Likewise.
2580 * gdb.threads/print-threads.exp: Likewise.
2581 * gdb.threads/pthreads.exp:: Likewise.
2582 * gdb.threads/schedlock.exp: Likewise.
2583
3433cfa5
SC
25842014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2585
2586 * gdb.cp/non-trivial-retval.cc: Add a test case.
2587 * gdb.cp/non-trivial-retval.exp: Add a test.
2588
092f880b
YQ
25892014-10-20 Yao Qi <yao@codesourcery.com>
2590
2591 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2592 * gdb.python/py-objfile-script-gdb.py: New file.
2593 * gdb.python/py-objfile-script.exp: Update reference to
2594 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2595 of remote_download. Remove the dest file.
2596
acbdb7f3
YQ
25972014-10-20 Yao Qi <yao@codesourcery.com>
2598
2599 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2600 * gdb.base/step-line.exp: Likewise.
2601 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2602 * gdb.dwarf2/dw2-basic.exp: Likewise.
2603 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2604 * gdb.dwarf2/dw2-filename.exp: Likewise.
2605 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2606 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2607 * gdb.dwarf2/dw2-producer.exp: Likewise.
2608 * gdb.dwarf2/mac-fileno.exp: Likewise.
2609 * gdb.python/py-frame-args.exp: Likewise.
2610 * gdb.python/py-framefilter.exp: Likewise.
2611 * gdb.python/py-mi.exp: Likewise.
2612 * gdb.python/py-objfile-script.exp: Likewise
2613 * gdb.python/py-pp-integral.exp: Likewise.
2614 * gdb.python/py-pp-re-notag.exp: Likewise.
2615 * gdb.python/py-prettyprint.exp: Likewise.
2616 * gdb.python/py-section-script.exp: Likewise.
2617 * gdb.python/py-typeprint.exp: Likewise.
2618 * gdb.python/py-xmethods.exp: Likewise.
2619 * gdb.stabs/weird.exp: Likewise.
2620 * gdb.xml/tdesc-regs.exp: Likewise.
2621
bd286a29
KCY
26222014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2623
2624 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2625 (out_cu): Use addr_len for the size of addresses.
2626 (out_line): Likewise. Size DW_LNE_set_address instruction
2627 according to addr_len.
2628 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2629 (FUNC): Add START_INSNS to definition.
2630
673dc4a0
YQ
26312014-10-18 Yao Qi <yao@codesourcery.com>
2632
2633 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2634 gdb_has_argv0 return true.
2635 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2636 check [target_info exists noargs], check [gdb_has_argv0]
2637 instead.
2638 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2639 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2640 procedures.
2641
4ffbba72
DE
26422014-10-17 Doug Evans <dje@google.com>
2643
2644 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2645 event.
2646 * gdb.python/py-events.py: Add clear_objfiles event.
2647
d096d8c1
DE
26482014-10-17 Doug Evans <dje@google.com>
2649
2650 * gdb.python/py-objfile.exp: Test progspace attribute.
2651
a80db015
LM
26522014-10-17 Luis Machado <lgustavo@codesourcery.com>
2653
2654 * gdb.guile/scm-breakpoint.exp: Do not assume any
2655 directory separators when matching source file paths.
2656 * gdb.python/py-breakpoint.exp: Likewise.
2657 * gdb.reverse/break-precsave.exp: Likewise.
2658 * gdb.reverse/break-reverse.exp: Likewise.
2659 * gdb.reverse/consecutive-precsave.exp: Likewise.
2660 * gdb.reverse/finish-precsave.exp: Likewise.
2661 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2662 * gdb.reverse/finish-reverse.exp: Likewise.
2663 * gdb.reverse/i386-precsave.exp: Likewise.
2664 * gdb.reverse/i387-env-reverse.exp: Likewise.
2665 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2666 * gdb.reverse/machinestate-precsave.exp: Likewise.
2667 * gdb.reverse/machinestate.exp: Likewise.
2668 * gdb.reverse/sigall-precsave.exp: Likewise.
2669 * gdb.reverse/solib-precsave.exp: Likewise.
2670 * gdb.reverse/step-precsave.exp: Likewise.
2671 * gdb.reverse/until-precsave.exp: Likewise.
2672 * gdb.reverse/watch-precsave.exp: Likewise.
2673 * gdb.reverse/watch-reverse.exp: Likewise.
2674
b22089ab
YQ
26752014-10-17 Yao Qi <yao@codesourcery.com>
2676
2677 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2678 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2679
6c4486e6
PA
26802014-10-17 Pedro Alves <palves@redhat.com>
2681
2682 PR gdb/17471
2683 * gdb.base/bg-execution-repeat.c: New file.
2684 * gdb.base/bg-execution-repeat.exp: New file.
2685
0ff33695
PA
26862014-10-17 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/17300
2689 * gdb.base/continue-all-already-running.c: New file.
2690 * gdb.base/continue-all-already-running.exp: New file.
2691
6fdebc3d
PA
26922014-10-17 Pedro Alves <palves@redhat.com>
2693
2694 PR gdb/17472
2695 * gdb.base/annota-input-while-running.c: New file.
2696 * gdb.base/annota-input-while-running.exp: New file.
2697
32a8097b
PA
26982014-10-17 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.base/callfuncs.exp: emove references to osf.
2701 * gdb.base/sigall.exp: Likewise.
2702 * gdb.gdb/selftest.exp: Likewise.
2703 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2704 * gdb.mi/non-stop.c: Likewise.
2705 * gdb.mi/pthreads.c: Likewise.
2706 * gdb.reverse/sigall-precsave.exp: Likewise.
2707 * gdb.reverse/sigall-reverse.exp: Likewise.
2708 * gdb.threads/pthreads.c: Likewise.
2709 * gdb.threads/pthreads.exp: Likewise.
2710
7a3517ff
YQ
27112014-10-17 Yao Qi <yao@codesourcery.com>
2712
2713 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2714 check 'target_info exists noargs'.
2715 (test_command_prompt_position): Likewise.
2716 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2717 Remove "set args".
2718 (progvar_simple_while_test): Likewise.
2719 (progvar_complex_if_while_test): Likewise.
2720 (if_while_breakpoint_command_test): Likewise.
2721 (infrun_breakpoint_command_test): Likewise.
2722 (breakpoint_command_test): Likewise.
2723 (watchpoint_command_test): Likewise.
2724 (bp_deleted_in_command_test): Likewise.
2725 (temporary_breakpoint_commands): Likewise.
2726
bb99c472
YQ
27272014-10-16 Yao Qi <yao@codesourcery.com>
2728
2729 * gdb.base/remotetimeout.exp: Remove noargs checking.
2730
7c16b83e
PA
27312014-10-15 Pedro Alves <palves@redhat.com>
2732
2733 PR breakpoints/9649
2734 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2735 * gdb.base/breakpoint-in-ro-region.exp
2736 (probe_target_hardware_step): New procedure.
2737 (top level): Probe hardware stepping and hardware breakpoint
2738 support. Test stepping through a read-only region, with both
2739 "breakpoint auto-hw" on and off and both "always-inserted" on and
2740 off.
2741
35a49624
IB
27422014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2743
2744 * gdb.dlang/demangle.exp: Update for demangling changes.
2745
2d1c107c
SC
27462014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2747
2748 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2749 * gdb.cp/non-trivial-retval.exp: Add new tests.
2750
778811d5
SC
27512014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2752
2753 PR c++/13403
2754 PR c++/15154
2755 * gdb.cp/non-trivial-retval.cc: New file.
2756 * gdb.cp/non-trivial-retval.exp: New file.
2757
10c5f0a8
YQ
27582014-10-15 Yao Qi <yao@codesourcery.com>
2759
2760 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2761 remote host.
2762
65d7b369
YQ
27632014-10-15 Yao Qi <yao@codesourcery.com>
2764
2765 * gdb.python/py-symbol.exp: Match file base name if host is
2766 remote, otherwise match file name with dir name.
2767 * gdb.python/py-symtab.exp: Likewise.
2768 * gdb.python/python.exp: Likewise.
2769
46dc1394
YQ
27702014-10-15 Yao Qi <yao@codesourcery.com>
2771
2772 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2773 pattern.
2774 * gdb.python/py-symtab.exp: Likewise.
2775 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2776 locationn.
2777
c40cc657
JB
27782014-10-14 Joel Brobecker <brobecker@adacore.com>
2779
2780 * gdb.ada/addr_arith: New testcase.
2781
2abf49e1
MR
27822014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2783
2784 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2785 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2786 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2787 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2788
f7088df3
SDJ
27892014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2790
2791 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2792 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2793 * gdb.arch/stap-eval-lang-ada.exp: New file.
2794
4dc06805
YQ
27952014-10-14 Yao Qi <yao@codesourcery.com>
2796
2797 * gdb.mi/mi-var-child.c (nothing1): New function.
2798 (nothing2): New function.
2799 (do_children_tests): Set function pointers by nothing1 and
2800 nothing2.
2801 * gdb.mi/mi-var-child.exp: Step over new added statements.
2802 Update test to match the new output.
2803 * gdb.mi/var-cmd.c (nothing1): New function.
2804 (nothing2): New function.
2805 (do_children_tests): Set function pointers by nothing1 and
2806 nothing2.
2807 * gdb.mi/mi-var-display.exp: Update test to match output.
2808 Step to the line specified by $line_dct_nothing.
2809 Increase the number of lines to step.
2810
46a93de2
YQ
28112014-10-14 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2814 tests.
2815 * gdb.mi/mi2-var-child.exp: Likewise.
2816
14ea52ee
DE
28172014-10-13 Doug Evans <dje@google.com>
2818
2819 * gdb.python/py-objfile.exp: Change name of file name test.
2820
e5c6e92b
DE
28212014-10-13 Doug Evans <dje@google.com>
2822
2823 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2824 from the start of the CU.
2825
c780cc2f
JK
28262014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2827 Yao Qi <yao@codesourcery.com>
2828
2829 Fix "save breakpoints" for "catch" command.
2830 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2831 Remove -nonewline. Match also the added "main" line.
2832
99894e11
JK
28332014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 Fix "save breakpoints" for "disable $bpnum" command.
2836 * gdb.base/save-bp.c (main): Add label.
2837 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2838
6e1ac5a3
JK
28392014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2842
754dd2b0
YQ
28432014-10-11 Yao Qi <yao@codesourcery.com>
2844
2845 * gdb.server/server-kill.exp: Execute command
2846 "set remote trace-status-packet on" before "tstatus".
2847
f90183d7
YQ
28482014-10-11 Yao Qi <yao@codesourcery.com>
2849
2850 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2851 (main): Call getppid.
2852 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2853 and continue to it. Read variable "server_pid".
2854
bf40a607
YQ
28552014-10-11 Yao Qi <yao@codesourcery.com>
2856
2857 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2858
052ca370
YQ
28592014-10-11 Yao Qi <yao@codesourcery.com>
2860
2861 * gdb.threads/thread-find.exp: Don't execute command
2862 "info threads".
2863 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2864 * gdb.threads/linux-dp.exp: Don't check the condition
2865 $threads_created equals to zero.
2866
3831839c
PA
28672014-10-10 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/bigcore.exp: Remove references to IRIX.
2870 * gdb.base/funcargs.exp: Likewise.
2871 * gdb.base/interrupt.exp: Likewise.
2872 * gdb.base/mips_pro.exp: Likewise.
2873 * gdb.base/nodebug.exp: Likewise.
2874 * gdb.base/setvar.exp: Likewise.
2875 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2876
8b9a549d
PA
28772014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2878 Pedro Alves <palves@redhat.com>
2879
2880 PR symtab/14466
2881 * gdb.base/vdso-warning.c: New file.
2882 * gdb.base/vdso-warning.exp: New file.
2883
d48ba5e8
DE
28842014-10-02 Doug Evans <dje@google.com>
2885
2886 * gdb.base/structs.c (main): Don't run forever.
2887
2278c276
PA
28882014-10-02 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2891 (top level) <stop threads 1, stop threads 2>: Use it.
2892
b57bacec
PA
28932014-10-02 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.threads/break-while-running.exp (test): Add new
2896 'update_thread_list' argument. Skip "info threads" if false.
2897 (top level): Add new 'update_thread_list' axis.
2898
13fd3ff3
PA
28992014-10-02 Pedro Alves <palves@redhat.com>
2900
2901 PR breakpoints/17431
2902 * gdb.base/execl-update-breakpoints.c: New file.
2903 * gdb.base/execl-update-breakpoints.exp: New file.
2904
0fec99e8
PA
29052014-10-01 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/breakpoint-in-ro-region.c: New file.
2908 * gdb.base/breakpoint-in-ro-region.exp: New file.
2909
2ddf4301
SM
29102014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 * gdb.mi/mi-exit-code.exp: New file.
2913 * gdb.mi/mi-exit-code.c: New file.
2914
6a5f3f43
YQ
29152014-09-30 Yao Qi <yao@codesourcery.com>
2916
2917 * lib/prelink-support.exp (build_executable_own_libs): Error if
2918 the target isn't native.
2919
345bcc73
YQ
29202014-09-30 Yao Qi <yao@codesourcery.com>
2921
2922 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2923 false.
2924
a25a5a45
PA
29252014-09-22 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.threads/break-while-running.exp: New file.
2928 * gdb.threads/break-while-running.c: New file.
2929
00ba3162
YQ
29302014-09-19 Yao Qi <yao@codesourcery.com>
2931
2932 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2933 Invoke test. Restart GDB with --readnow and invoke test again.
2934
c3b7b696
YQ
29352014-09-19 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2938 proc set_breakpoint_on_gcd_function. Invoke
2939 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2940 invoke set_breakpoint_on_gcd_function again.
2941
2b4fd423
DE
29422014-09-18 Doug Evans <dje@google.com>
2943
2944 * gdb.dwarf2/symtab-producer.exp: New file.
2945
a5947601
SDJ
29462014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2947
2948 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2949 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2950 * gdb.base/global-var-nested-by-dso.c: Likewise.
2951 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2952
91c19059
SDJ
29532014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2954 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/watch-bitfields.exp: Pass string other than test file
2957 name to prepare_for_testing.
2958 (watch): New procedure.
2959 (expect_watchpoint): Use with_test_prefix.
2960 (top level): Factor out tests to ...
2961 (test_watch_location, test_regular_watch): ... these new
2962 procedures, and use with_test_prefix and gdb_continue_to_end.
2963
bb9d5f81
PP
29642014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2965
2966 PR breakpoints/12526
2967 * gdb.base/watch-bitfields.exp: New file.
2968 * gdb.base/watch-bitfields.c: New file.
2969
635856f5
PA
29702014-09-16 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2973 software and hardware addresses, not software address against
2974 itself.
2975
7280ceea
PA
29762014-09-16 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2979 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2980
428b16bd
PA
29812014-09-16 Pedro Alves <palves@redhat.com>
2982
2983 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2984 files.
2985 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2986 "*-*-vxworks*" throughout.
2987 * gdb.base/break.exp: Likewise.
2988 * gdb.base/default.exp: Likewise.
2989 * gdb.base/scope.exp: Likewise.
2990 * gdb.base/sepdebug.exp: Likewise.
2991 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2992 throughout.
2993 * gdb.base/run.c: Likewise.
2994 * gdb.base/sepdebug.c: Likewise.
2995 * gdb.hp/gdb.aCC/run.c: Likewise.
2996 * gdb.reverse/until-reverse.c: Likewise.
2997 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2998
666d413c
YQ
29992014-09-16 Yao Qi <yao@codesourcery.com>
3000
3001 * boards/local-remote-host-native.exp: New file.
3002
57cbd724
DE
30032014-09-14 Doug Evans <xdje42@gmail.com>
3004
3005 * gdb.threads/queue-signal.c (thread_count): New variable.
3006 (thread_count_mutex, thread_count_condvar): New variables.
3007 (incr_thread_count, wait_all_threads_running): New functions.
3008 (main): Wait for all threads to be in their thread functions.
3009
81219e53
DE
30102014-09-13 Doug Evans <xdje42@gmail.com>
3011
3012 * gdb.threads/queue-signal.c: New file.
3013 * gdb.threads/queue-signal.exp: New file.
3014
3714cea7
DE
30152014-09-13 Doug Evans <xdje42@gmail.com>
3016
3017 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3018 be consistent with what default_gdb_init uses.
3019 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3020 the plain text of the prompt. Add some logging printfs.
3021 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3022
fa43b1d7
PA
30232014-09-12 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3026 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3027 * gdb.arch/i386-size-overlap.exp: Likewise.
3028 * gdb.arch/i386-size.exp: Likewise.
3029 * gdb.arch/i386-unwind.exp: Likewise.
3030 * gdb.base/a2-run.exp: Likewise.
3031 * gdb.base/break.exp: Likewise.
3032 * gdb.base/charset.exp: Likewise.
3033 * gdb.base/chng-syms.exp: Likewise.
3034 * gdb.base/commands.exp: Likewise.
3035 * gdb.base/dbx.exp: Likewise.
3036 * gdb.base/find.exp: Likewise.
3037 * gdb.base/funcargs.exp: Likewise.
3038 * gdb.base/jit-simple.exp: Likewise.
3039 * gdb.base/reread.exp: Likewise.
3040 * gdb.base/sepdebug.exp: Likewise.
3041 * gdb.base/step-bt.exp: Likewise.
3042 * gdb.cp/mb-inline.exp: Likewise.
3043 * gdb.cp/mb-templates.exp: Likewise.
3044 * gdb.objc/basicclass.exp: Likewise.
3045 * gdb.threads/killed.exp: Likewise.
3046
9d9bf2df
EBM
30472014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3048
3049 PR tdep/17379
3050 * gdb.arch/powerpc-stackless.S: New file.
3051 * gdb.arch/powerpc-stackless.exp: New file.
3052
1cf2f1b0
JK
30532014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3054
3055 * gdb.base/attach.c: Include unistd.h.
3056 (main): Call alarm. Add label postloop.
3057 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3058 gdb_breakpoint, gdb_continue_to_breakpoint.
3059 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3060
98880d46
PA
30612014-09-11 Pedro Alves <palves@redhat.com>
3062
3063 PR gdb/17347
3064 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3065 * gdb.base/attach.exp (test_command_line_attach_run): New
3066 procedure.
3067 (top level): Call it.
3068
4c92ff2c
PA
30692014-09-11 Pedro Alves <palves@redhat.com>
3070
3071 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3072 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3073 (do_command_attach_tests): Use spawn_wait_for_attach.
3074 * gdb.base/solib-overlap.exp: Likewise.
3075 * gdb.multi/multi-attach.exp: Likewise.
3076 * gdb.python/py-prompt.exp: Likewise.
3077 * gdb.python/py-sync-interp.exp: Likewise.
3078 * gdb.server/ext-attach.exp: Likewise.
3079
3adc1a7d
GKB
30802014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3081
3082 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3083 command in testcase. Simplify testcase.
3084
96334934
JB
30852014-09-10 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3088
eb479039
JB
30892014-09-10 Joel Brobecker <brobecker@adacore.com>
3090
3091 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3092
deede10c
JB
30932014-09-10 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3096
7828a5f5
JB
30972014-09-10 Joel Brobecker <brobecker@adacore.com>
3098
3099 * gdb.dwarf2/dynarr-ptr.c: New file.
3100 * gdb.dwarf2/dynarr-ptr.exp: New file.
3101
33aeebcf
MR
31022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3103
3104 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3105 of 30 rather than hardcoding 120 for a slow test case. Take the
3106 `gdb,timeout' target setting into account for this calculation.
3107 Don't extend the timeout for the test cases that don't need it.
3108
7b415901
MR
31092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3110
3111 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3112 a factor of 2 for a slow test case. Take the `gdb,timeout'
3113 target setting into account for this calculation.
3114 * gdb.reverse/until-precsave.exp: Increase the timeout by
3115 a factor of 15 and 3 respectively rather than adding 120
3116 for a pair of slow test cases. Take the `gdb,timeout'
3117 target setting into account for this calculation.
3118
4a40f85a
MR
31192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3120
3121 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3122 timeout, don't pass one down to gdb_expect.
3123 (gdb_expect): Rework timeout selection.
3124
09635af7
MR
31252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3126
3127 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3128 exception on timeout.
3129 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3130 (gdbserver_start_extended): Catch any `gdbserver_start' error
3131 exceptions.
3132 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3133 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3134 `gdbserver_gdb_load' error exceptions.
3135
2bdd10b7
MR
31362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3137
3138 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3139 120 on waiting for the TCP socket to open.
3140
316935f0
DE
31412014-09-09 Doug Evans <xdje42@gmail.com>
3142
3143 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3144 _caller_matches, _any_caller_is, _any_caller_matches.
3145
83740597
DE
31462014-09-09 Doug Evans <xdje42@gmail.com>
3147
3148 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3149
4c122fc3
YQ
31502014-09-09 Yao Qi <yao@codesourcery.com>
3151
3152 * gdb.mi/mi-var-display.exp: Set print symbol off.
3153
a9f116cb
GKB
31542014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3155
3156 PR gdb/17035
3157 * gdb.base/commands.exp: Add tests to verify user-defined
3158 commands with empty bodies.
3159 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3160 python commands in `show user command`.
3161 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3162 scheme commands in `show user command`.
3163
c75bd3a2
JK
31642014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3165
3166 PR python/17355
3167 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3168 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3169 * gdb.python/py-framefilter-invalidarg.exp: New file.
3170 * gdb.python/py-framefilter-invalidarg.py: New file.
3171
faa42425
DE
31722014-09-06 Doug Evans <xdje42@gmail.com>
3173
3174 PR 15276
3175 * gdb.python/py-caller-is.c: New file.
3176 * gdb.python/py-caller-is.exp: New file.
3177
474ca4f6
SDJ
31782014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3179
3180 PR gdb/17235
3181 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3182 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3183
eb0b0463
SDJ
31842014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3185
3186 PR fortran/17237
3187 * gdb.fortran/print-formatted.exp: New file.
3188 * gdb.fortran/print-formatted.f90: Likewise.
3189
5f3b99cf
SS
31902014-09-03 Sasha Smundak <asmundak@google.com>
3191
3192 * gdb.python/py-frame.exp: Test Frame.read_register.
3193
7d793aa9
SDJ
31942014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3195
3196 PR python/16699
3197 * gdb.python/py-completion.exp: New file.
3198 * gdb.python/py-completion.py: Likewise.
3199
fb0576e9
DE
32002014-08-28 Doug Evans <dje@google.com>
3201
3202 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3203 eax,etc. are live with values set by gdb and thus the compiler can't
3204 use them.
3205 * gdb.arch/i386-pseudo.c (main): Ditto.
3206
ee92b0dd
DE
32072014-08-27 Doug Evans <dje@google.com>
3208
3209 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3210
6649db35
DE
32112014-08-25 Doug Evans <dje@google.com>
3212
3213 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3214 (main): Ditto.
3215
564b7600
DE
32162014-08-25 Doug Evans <dje@google.com>
3217
3218 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3219
3881fb67
YQ
32202014-08-24 Yao Qi <yao@codesourcery.com>
3221
3222 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3223 symbol off.
3224 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3225
a05a36a5
DE
32262014-08-22 Doug Evans <dje@google.com>
3227
3228 PR 17276
3229 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3230 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3231 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3232
7c343b48
YQ
32332014-08-22 Yao Qi <yao@codesourcery.com>
3234
3235 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3236 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3237 * gdb.python/python.exp: Likewise. Use .py file on the host
3238 instead of the build.
3239
22fd09ae
JK
32402014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 * gdb.threads/gcore-stale-thread.c: New file.
3243 * gdb.threads/gcore-stale-thread.exp: New file.
3244
a8454a7c
PA
32452014-08-21 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3248 * gdb.base/gcore-relro-pie.exp: Likewise.
3249 * gdb.base/gcore-relro.exp: Likewise.
3250 * gdb.base/gcore.exp: Likewise.
3251 * gdb.base/print-symbol-loading.exp: Likewise.
3252 * gdb.threads/gcore-thread.exp: Likewise.
3253 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3254
2a31c623
PA
32552014-08-20 Pedro Alves <palves@redhat.com>
3256 Jan Kratochvil <jan.kratochvil@redhat.com>
3257
3258 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3259 configure.
3260 (EXPECT): Handle READ1 being set.
3261 (all): Depend on EXTRA_RULES.
3262 (check-read1, expect-read1, read1.so, read1): New rules.
3263 * README (Testsuite Parameters): Document the READ1 make variable.
3264 (Race detection): New section.
3265 * configure: Regenerate.
3266 * configure.ac: If build==host==target, and running under a
3267 GNU/glibc system, add read1 to the extra Makefile rules.
3268 (EXTRA_RULES): AC_SUBST it.
3269 * lib/read1.c: New file.
3270
d36430db
JB
32712014-08-20 Joel Brobecker <brobecker@adacore.com>
3272
3273 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3274 the handling of variables declared as a typedef to an array
3275 which a DW_AT_data_location attribute.
3276
9a0dc9e3
PA
32772014-08-19 Andrew Burgess <aburgess@broadcom.com>
3278 Pedro Alves <palves@redhat.com>
3279
3280 PR symtab/14604
3281 PR symtab/14605
3282 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3283 gdb_test.
3284
0718a8da
PA
32852014-08-19 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3288
13b448cd
YQ
32892014-08-19 Yao Qi <yao@codesourcery.com>
3290
3291 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3292 right line.
3293
1cbf5077
DB
32942014-08-18 David Blaikie <dblaikie@gmail.com>
3295
3296 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3297
bf0fae19
JB
32982014-08-18 Joel Brobecker <brobecker@adacore.com>
3299
3300 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3301 attribute in array range.
3302
3c8c5dcc
JB
33032014-08-18 Joel Brobecker <brobecker@adacore.com>
3304
3305 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3306
e66d4446
SC
33072014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3308
3309 PR c++/17132
3310 * gdb.cp/pr17132.cc: New file.
3311 * gdb.cp/pr17132.exp: New file.
3312
940df408
SC
33132014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3314
3315 * gdb.python/py-xmethods.py (A_getarrayind)
3316 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3317 Use 'print' with function call syntax.
3318 (E_method_matcher.match): Fix tab vs space indentation mixup.
3319
ebcc6c3a
YQ
33202014-08-15 Yao Qi <yao@codesourcery.com>
3321
3322 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3323 false.
3324
775e0f04
YQ
33252014-08-15 Yao Qi <yao@codesourcery.com>
3326
3327 * gdb.cp/casts.exp: Set print symbol off.
3328 * gdb.cp/class2.exp: Likewise.
3329 * gdb.cp/overload.exp: Likewise.
3330 * gdb.cp/templates.exp: Likewise.
3331
d769e349
DE
33322014-08-11 Doug Evans <dje@google.com>
3333
3334 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3335 (test_load_shlib): Update.
3336
20c6f1e1
YQ
33372014-08-09 Yao Qi <yao@codesourcery.com>
3338
3339 * gdb.base/display.exp: Invoke is_address_zero_readable.
3340 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3341 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3342 * gdb.base/hbreak-unmapped.exp: Return if
3343 is_address_zero_readable returns true.
3344 * gdb.base/signest.exp: Likewise.
3345 * gdb.base/signull.exp: Likewise.
3346 * gdb.base/sigbpt.exp: Likewise.
3347 * gdb.guile/scm-disasm.exp: Do the test if
3348 is_address_zero_readable returns false.
3349 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3350 * gdb.python/py-arch.exp: Likewise.
3351 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3352 * lib/gdb.exp (is_address_zero_readable): New proc.
3353
5792e8e3
YQ
33542014-08-09 Yao Qi <yao@codesourcery.com>
3355
3356 PR testsuite/13443
3357 * gdb.mi/mi-var-display.exp: Make test messages unique.
3358
3cecbbbe
TT
33592014-08-04 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3362 target 0".
3363
00b51ff5
TT
33642014-08-04 Tom Tromey <tromey@redhat.com>
3365
3366 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3367 "target_resume".
3368
6908c509
JB
33692014-08-01 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3372 inner_vla_struct_object_size.
3373 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3374 as xfail.
3375
cc6563d2
PA
33762014-07-30 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3379 comment.
3380
7e09a223
YQ
33812014-07-29 Yao Qi <yao@codesourcery.com>
3382
3383 PR gdb/17206
3384 * gdb.base/until-nodebug.exp: New.
3385
7ebdbe92
DE
33862014-07-28 Doug Evans <xdje42@gmail.com>
3387
3388 PR guile/17203
3389 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3390 previously existing parameter, and previously ambiguously spelled
3391 parameter.
3392
fdb1adc6
WN
33932014-07-28 Will Newton <will.newton@linaro.org>
3394
3395 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3396
186fcde0
DE
33972014-07-26 Ludovic Courtès <ludo@gnu.org>
3398 Doug Evans <xdje42@gmail.com>
3399
3400 PR guile/17146
3401 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3402
70509625
PA
34032014-07-25 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.threads/signal-command-handle-nopass.c: New file.
3406 * gdb.threads/signal-command-handle-nopass.exp: New file.
3407 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3408 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3409 * gdb.threads/signal-delivered-right-thread.c: New file.
3410 * gdb.threads/signal-delivered-right-thread.exp: New file.
3411
c3f814a1
PA
34122014-07-25 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/double-prompt-target-event-error.exp
3415 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3416 match.
3417 (cancel_pagination_in_target_event): Rework double prompt
3418 detection.
3419 * gdb.base/paginate-after-ctrl-c-running.exp
3420 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3421 <return>' match.
3422 * gdb.base/paginate-bg-execution.exp
3423 (test_bg_execution_pagination_return)
3424 (test_bg_execution_pagination_cancel): Remove '-notransfer
3425 <return>' matches.
3426 * gdb.base/paginate-execution-startup.exp
3427 (test_fg_execution_pagination_return)
3428 (test_fg_execution_pagination_cancel): Remove '-notransfer
3429 <return>' matches.
3430 * gdb.base/paginate-inferior-exit.exp
3431 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3432 match.
3433 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3434 * lib/gdb.exp (pagination_prompt): Run text through
3435 string_to_regexp.
3436 (gdb_test_multiple): Match $pagination_prompt instead of
3437 "<return>".
3438 (string_to_regexp): Move to lib/gdb-utils.exp.
3439
e214cf6c
JK
34402014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.arch/amd64-entry-value-paramref.S: New file.
3443 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3444 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3445 * gdb.arch/amd64-optimout-repeat.S: New file.
3446 * gdb.arch/amd64-optimout-repeat.c: New file.
3447 * gdb.arch/amd64-optimout-repeat.exp: New file.
3448
17d0c5c8
JK
34492014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 PR gdb/17170
3452 * gdb.base/statistics.exp: New file.
3453
b8b8facf
DE
34542014-07-17 Doug Evans <dje@google.com>
3455
74b49205 3456 PR gdb/17170
b8b8facf
DE
3457 * gdb.base/maint.exp: Update testing of per-command stats.
3458
1b5d0ab3
PA
34592014-07-16 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3462 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3463 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3464 (tfile_write_buf): New functions.
3465 (add_memory_block): Rewrite using the above.
3466 (adjust_function_address): New function.
3467 (FUNCTION_ADDRESS): New macro.
3468 (write_basic_trace_file): Remove short_x local, and use
3469 tfile_write_16. Change type of func_addr local to unsigned long
3470 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3471 here. Cast argument of add_memory_block to char pointer.
3472 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3473 (main): Remove parameters.
3474 * gdb.trace/tfile.exp: Remove nowarnings.
3475
4d974e88
SM
34762014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3477
3478 * gdb.base/debug-expr.exp: Test string evaluation with
3479 "debug expression" on.
3480
41e99568
PA
34812014-07-15 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/reread.exp: Use clean_restart.
3484
487d9753
PL
34852014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3486
3487 * gdb.arch/avr-flash-qualifer.c: New.
3488 * gdb.arch/avr-flash-qualifer.exp: New.
3489
cc1c52ad
PA
34902014-07-14 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3493 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3494
1e973570
PA
34952014-07-14 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.base/double-prompt-target-event-error.c: New file.
3498 * gdb.base/double-prompt-target-event-error.exp: New file.
3499
93d6eb10
PA
35002014-07-14 Pedro Alves <palves@redhat.com>
3501
3502 PR gdb/17072
3503 * gdb.base/paginate-inferior-exit.c: New file.
3504 * gdb.base/paginate-inferior-exit.exp: New file.
3505
0017922d
PA
35062014-07-14 Pedro Alves <palves@redhat.com>
3507
3508 PR gdb/17072
3509 * gdb.base/paginate-bg-execution.c: New file.
3510 * gdb.base/paginate-bg-execution.exp: New file.
3511
94696ad3
PA
35122014-07-14 Pedro Alves <palves@redhat.com>
3513
3514 PR gdb/17072
3515 * gdb.base/paginate-execution-startup.c: New file.
3516 * gdb.base/paginate-execution-startup.exp: New file.
3517 * lib/gdb.exp (pagination_prompt): New global.
3518 (default_gdb_spawn): New procedure, factored out from
3519 default_gdb_spawn.
3520 (default_gdb_start): Adjust to call default_gdb_spawn.
3521 (gdb_spawn): New procedure.
3522
bd293940
PA
35232014-07-14 Pedro Alves <palves@redhat.com>
3524
3525 * lib/gdb.exp (gdb_assert): New procedure.
3526 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3527
c933f875
PA
35282014-07-14 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.base/execution-termios.c: New file.
3531 * gdb.base/execution-termios.exp: New file.
3532
d98b7a16
TT
35332014-07-14 Tom Tromey <tromey@redhat.com>
3534
3535 * gdb.cp/vla-cxx.cc: New file.
3536 * gdb.cp/vla-cxx.exp: New file.
3537
548740d6
TT
35382014-07-14 Tom Tromey <tromey@redhat.com>
3539
3540 * gdb.reverse/rerun-prec.c: New file.
3541 * gdb.reverse/rerun-prec.exp: New file.
3542
a25eb028
MR
35432014-07-12 Maciej W. Rozycki <macro@mips.com>
3544 Maciej W. Rozycki <macro@codesourcery.com>
3545
3546 * lib/gdb-utils.exp: New file.
3547 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3548 inline `gdb_init_command' processing.
3549 (gdb_start_cmd): Likewise.
3550 * lib/mi-support.exp (mi_run_cmd): Likewise.
3551 * README: Document `gdb_init_command' and `gdb_init_commands'.
3552
218c2655
JK
35532014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Fix false FAIL running under a very long directory name.
3556 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3557 and "set print elements 10000". Twice.
3558
5401fde3
YQ
35592014-07-11 Yao Qi <yao@codesourcery.com>
3560
3561 * gdb.base/exprs.exp: "set print symbol off".
3562
e76126e8
PA
35632014-07-11 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.threads/kill.c: New file.
3566 * gdb.threads/kill.exp: New file.
3567
2d6f0de6
YQ
35682014-07-10 Yao Qi <yao@codesourcery.com>
3569
3570 * gdb.trace/tfile.c (write_basic_trace_file)
3571 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3572 address written to trace file.
3573
7180e04a
PA
35742014-07-09 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/attach-wait-input.exp: New file.
3577 * gdb.base/attach-wait-input.c: New file.
3578
9a9a7608
AB
35792014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3582 setting up test structures.
3583 (main): Call new test function.
3584 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3585 test function, continue into test function and walk test
3586 structures.
3587
161ac41e
YQ
35882014-07-02 Yao Qi <yao@codesourcery.com>
3589
3590 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3591 'bar_start' at the beginning of functions 'foo' and 'bar'
3592 respectively.
3593 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3594 instead of 'foo' and 'bar'.
3595
1f267ae3
MM
35962014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3597
3598 * gdb.btrace/segv.exp: New.
3599 * gdb.btrace/segv.c: New.
3600
2b239efb
LM
36012014-07-02 Luis Machado <lgustavo@codesourcery.com>
3602
3603 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3604 instruction.
3605
cf363f18
MW
36062014-06-30 Mark Wielaard <mjw@redhat.com>
3607
3608 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3609 vulture, vilify, villar): New volatile array constants.
3610 (vindictive, vegetation): New const volatile array constants.
3611 * gdb.base/volatile.exp: Test volatile and const volatile array
3612 types.
3613
aebf9d24
AA
36142014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3615
3616 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3617 target lacks support for awatch, rwatch, or hbreak.
3618
b67a2c6f
YQ
36192014-06-27 Yao Qi <yao@codesourcery.com>
3620
3621 * gdb.multi/dummy-frame-restore.exp: New.
3622 * gdb.multi/dummy-frame-restore.c: New.
3623
aef92902
MM
36242014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3625
3626 * gdb.btrace/gcore.exp: New.
3627
8e9db26e
PA
36282014-06-23 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/watchpoint-reuse-slot.c: New file.
3631 * gdb.base/watchpoint-reuse-slot.exp: New file.
3632
70afc5b7
SC
36332014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3634
3635 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3636 progspace's filename in 'info', 'enable' and 'disable' command
3637 tests.
3638
b972bd9c
JK
36392014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3642 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3643 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3644
125f8a3d
GB
36452014-06-20 Gary Benson <gbenson@redhat.com>
3646
3647 * gdb.arch/i386-avx.exp: Fix include file location.
3648 * gdb.arch/i386-sse.exp: Likewise.
3649
3ed9baed
IB
36502014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3651
3652 * gdb.dlang/expression.exp: New file.
3653
034f788c
PA
36542014-06-19 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3657 out from ...
3658 (top level): ... here. Iterate running tests under different
3659 scheduler-locking settings.
3660
45371d0c
LM
36612014-06-18 Luis Machado <lgustavo@codesourcery.com>
3662
3663 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3664 to DW_FORM_addr and use non-zero addresses.
3665
5d376983
SC
36662014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3667
3668 PR gdb/17017
3669 * gdb.python/py-xmethods.cc: Add global function call counters and
3670 increment them in their respective functions. Remove "cout"
3671 statements.
3672 * gdb.python/py-xmethods.exp: Make tests check the global function
3673 call counters instead of depending on inferior IO.
3674
a1aa2221
LM
36752014-06-18 Don Breazeal <donb@codesourcery.com>
3676
3677 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3678 Deleted procedure.
3679 (explicit_fork_parent_follow): Deleted procedure.
3680 (explicit_fork_child_follow): Deleted procedure.
3681 (test_follow_fork): New procedure.
3682 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3683 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3684 procedure calls.
3685
0fc05997
YQ
36862014-06-17 Yao Qi <yao@codesourcery.com>
3687
3688 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3689 CP1252.
3690
70795c52
LM
36912014-06-17 Luis Machado <lgustavo@codesourcery.com>
3692
3693 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3694 Initialize ptr and S explicitly.
3695 (skip_type_update_when_not_use_rtti_test): Likewise.
3696
6be47f0c
KS
36972014-06-16 Keith Seitz <keiths@redhat.com>
3698
3699 PR mi/15863
3700 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3701 the inferior is started.
3702
d03de421
PA
37032014-06-16 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.base/break-main-file-remove-fail.c: New file.
3706 * gdb.base/break-main-file-remove-fail.exp: New file.
3707 * gdb.base/break-unload-file.exp: Use build_executable instead of
3708 prepare_for_testing.
3709 (test_break): New parameter "initial_load". Handle it.
3710 (top level): Add initial_load cmdline/file axis.
3711
f9579b99
TT
37122014-06-12 Tom Tromey <tromey@redhat.com>
3713
3714 * gdb.base/completion.exp: Don't use directory name in test.
3715
3657956b
GB
37162014-06-09 Gary Benson <gbenson@redhat.com>
3717
3718 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3719 separate the always-available ANSI-standard signals from the
3720 signals that require checking.
3721 (main): Likewise.
3722 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3723 Likewise.
3724 (main): Likewise.
3725
4186eb54
KS
37262014-06-07 Keith Seitz <keiths@redhat.com>
3727
3728 Revert:
3729 PR c++/16253
3730 * gdb.cp/var-tag.cc: New file.
3731 * gdb.cp/var-tag.exp: New file.
3732 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3733 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3734 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3735 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3736
25326a28 37372014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3738
3739 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3740
829155c9
PA
37412014-06-06 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3744 in target debug output instead of looking at RSP packets,
3745 disabling the test on any target that uses hardware stepping.
3746 Update comments.
3747
61c8d22e
PA
37482014-06-06 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/break-unload-file.exp: Fix typo.
3751
d9a47287
YQ
37522014-06-06 Yao Qi <yao@codesourcery.com>
3753
3754 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3755 from "jit_function" to "^jit_function".
3756
e5e01dbf
YQ
37572014-06-06 Yao Qi <yao@codesourcery.com>
3758
3759 * gdb.base/async.c (foo): Add one statement.
3760 * gdb.base/async.exp: Get the next instruction address and
3761 match the output of "nexti" by instruction address. Match
3762 the hex address in the output of "finish".
3763
73ba372c
GB
37642014-06-06 Gary Benson <gbenson@redhat.com>
3765
3766 * gdb.base/call-signals.c: Remove preprocessor conditionals
3767 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3768 SIGSEGV and SIGTERM.
3769 * gdb.base/sigall.c: Likewise.
3770 * gdb.base/unwindonsignal.c: Likewise.
3771 * gdb.reverse/sigall-reverse.c: Likewise.
3772
831517df
YQ
37732014-06-06 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3776 readable, skip the test.
3777
b8b91e98
YQ
37782014-06-06 Yao Qi <yao@codesourcery.com>
3779
3780 * gdb.threads/staticthreads.c (thread_function): Move the line
3781 setting breakpoint on forward.
3782 * gdb.threads/staticthreads.exp: Update comments.
3783
fb934770
LC
37842014-06-05 Ludovic Courtès <ludo@gnu.org>
3785
3786 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3787 "history-append! type error".
3788
6ef284bd
SM
37892014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3790
3791 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3792 erroneous dprintf expected input.
3793
a872e241
DE
37942014-06-04 Doug Evans <xdje42@gmail.com>
3795
3796 * gdb.guile/scm-generics.exp: Delete.
3797
16f691fb
DE
37982014-06-04 Doug Evans <xdje42@gmail.com>
3799
3800 * gdb.guile/scm-breakpoint.exp: Update.
3801 Add tests for breakpoint registration.
3802
012370f6
TT
38032014-06-04 Tom Tromey <tromey@redhat.com>
3804
3805 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3806 VLA-in-union.
3807 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3808 inner_vla_struct, vla_union types. Initialize objects of those
3809 types and compute their sizes.
3810
9f5a4cef
HZ
38112014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3812 Hui Zhu <hui@codesourcery.com>
3813
3814 * gdb.base/fileio.exp: Add test for shell not available as well as
3815 available.
3816 * gdb.base/fileio.c (test_system): Check for shell twice.
3817
90a45c4d
YQ
38182014-06-04 Yao Qi <yao@codesourcery.com>
3819
3820 * gdb.base/auto-connect-native-target.exp: Remove redundant
3821 space from the regexp pattern.
3822
70017e41
YQ
38232014-06-04 Yao Qi <yao@codesourcery.com>
3824
3825 * gdb.base/default.exp: Replace "child" with "native" in
3826 regexp pattern.
3827
883964a7
SC
38282014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3829
3830 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3831 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3832 * gdb.python/py-xmethods.py: Python script supporting the
3833 new testcase and tests.
3834
ef370185
JB
38352014-06-03 Joel Brobecker <brobecker@adacore.com>
3836 Pedro Alves <palves@redhat.com>
3837
3838 PR breakpoints/17000
3839 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3840 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3841
1e2ccb61
BM
38422014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3843
3844 * gdb.base/subst.exp: Add tests to verify partial path matching
3845 output.
3846
c6ec5ab2
PA
38472014-06-03 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3850 target that doesn't use software single-stepping.
3851
835c559f
PA
38522014-06-03 Pedro Alves <palves@redhat.com>
3853
3854 PR breakpoints/17000
3855 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3856 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3857
06eb1586
DE
38582014-06-02 Doug Evans <xdje42@gmail.com>
3859
3860 * gdb.guile/scm-parameter.exp: New file.
3861
e698b8c4
DE
38622014-06-02 Doug Evans <xdje42@gmail.com>
3863
3864 * gdb.guile/scm-cmd.c: New file.
3865 * gdb.guile/scm-cmd.exp: New file.
3866
ded03782
DE
38672014-06-02 Doug Evans <xdje42@gmail.com>
3868
3869 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3870 pretty-printer lookup.
3871 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3872 (make-pp_s-printer): Call it.
3873 (make-pretty-printer-from-dict): New function.
3874 (lookup-pretty-printer-maker-from-dict): New function.
3875 (*pretty-printer*): Simplify.
3876 (make-objfile-pp_s-printer): New function.
3877 (install-objfile-pretty-printers!): New function.
3878 (make-progspace-pp_s-printer): New function.
3879 (install-progspace-pretty-printers!): New function.
3880 * gdb.guile/scm-progspace.c: New file.
3881 * gdb.guile/scm-progspace.exp: New file.
3882
41fac0cf
PA
38832014-06-02 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/dprintf-bp-same-addr.c: New file.
3886 * gdb.base/dprintf-bp-same-addr.exp: New file.
3887
96ae5695
EBM
38882014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3889
3890 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3891 * gdb.arch/powerpc-power.s: Likewise.
3892
da02b3a8
JB
38932014-06-02 Joel Brobecker <brobecker@adacore.com>
3894
3895 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3896
c72b2e7b
YQ
38972014-06-01 Yao Qi <yao@codesourcery.com>
3898
3899 * gdb.base/watchpoint.exp (test_watch_location): Check null
3900 pointer can be dereferenced. If not, do the test, otherwise
3901 skip it.
3902
53e8a631
AB
39032014-05-30 Andrew Burgess <aburgess@broadcom.com>
3904
3905 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3906 results.
3907 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3908
938f0e2f
AB
39092014-05-30 Andrew Burgess <aburgess@broadcom.com>
3910
3911 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3912 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3913 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3914 * gdb.arch/amd64-invalid-stack-top.c: New file.
3915 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3916
9ba6657a
PA
39172014-05-30 Pedro Alves <palves@redhat.com>
3918
3919 PR breakpoints/17000
3920 * gdb.base/sss-bp-on-user-bp.c: New file.
3921 * gdb.base/sss-bp-on-user-bp.exp: New file.
3922
522c09bf
DB
39232014-05-30 David Blaikie <dblaikie@gmail.com>
3924
3925 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3926 gnu_inline semantics via attribute.
3927 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3928 source explicitly specifies the required semantics.
3929
bf4ef81e
MR
39302014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3931
3932 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3933
329ea579
PA
39342014-05-29 Pedro Alves <palves@redhat.com>
3935 Tom Tromey <tromey@redhat.com>
3936
3937 * gdb.base/async-shell.exp: Don't enable target-async.
3938 * gdb.base/async.exp
3939 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3940 parameter. Adjust.
3941 (top level): Don't test with "target-async".
3942 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3943 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3944 * gdb.base/inferior-died.exp: Don't enable target-async.
3945 * gdb.base/interrupt-noterm.exp: Likewise.
3946 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3947 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3948 * gdb.mi/mi-nonstop.exp: Likewise.
3949 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3950 * gdb.mi/mi-nsintrall.exp: Likewise.
3951 * gdb.mi/mi-nsmoribund.exp: Likewise.
3952 * gdb.mi/mi-nsthrexec.exp: Likewise.
3953 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3954 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3955 * gdb.python/py-evsignal.exp: Don't enable target-async.
3956 * gdb.python/py-evthreads.exp: Likewise.
3957 * gdb.python/py-prompt.exp: Likewise.
3958 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3959 * gdb.server/solib-list.exp: Don't enable target-async.
3960 * gdb.threads/thread-specific-bp.exp: Likewise.
3961 * lib/mi-support.exp: Adjust to use mi-async.
3962
fd664c91
PA
39632014-05-29 Pedro Alves <palves@redhat.com>
3964
3965 PR gdb/13860
3966 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3967 reason, even in sync mode.
3968
251bde03
PA
39692014-05-29 Pedro Alves <palves@redhat.com>
3970 Hui Zhu <hui@codesourcery.com>
3971
3972 PR PR15693
3973 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3974 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3975 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3976 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3977
7f3c0343
JB
39782014-05-28 Joel Brobecker <brobecker@adacore.com>
3979
3980 * config/monitor.exp (gdb_target_monitor): Replace use of
3981 "set remotebaud" by "set serial baud".
3982
b2715b27
AW
39832014-05-26 Andy Wingo <wingo@igalia.com>
3984
3985 * gdb.guile/scm-breakpoint.exp:
3986 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3987 properties instead of gdb-object-properties.
3988
498a4489
YQ
39892014-05-26 Yao Qi <yao@codesourcery.com>
3990
3991 * gdb.server/no-thread-db.exp: Specify source file name
3992 explicitly when setting a breakpoint.
3993
589fdceb
MM
39942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3995
3996 * gdb.btrace/vdso.c: New.
3997 * gdb.btrace/vdso.exp: New.
3998
e9089e05
MM
39992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4000
4001 * gdb.base/gcore.exp (capture_command_output): Move ...
4002 * lib/gdb.exp (capture_command_output): ... here.
4003
67b5c0c1
MM
40042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4005
4006 * gdb.btrace/data.exp: Test memory access during btrace replay.
4007
a2199296
SM
40082014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4009
4010 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4011
17b2616c
PA
40122014-05-21 Pedro Alves <palves@redhat.com>
4013
4014 PR gdb/13860
4015 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4016 (top level): Test that output related to execution commands is
4017 sent to the console with CLI commands, but not with MI commands.
4018 Test that breakpoint events are always mirrored to the console.
4019 Also expect the new source line to be output after a "next" in
4020 async mode too. Make it a pass/fail test.
4021 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4022 output.
4023 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4024
5166082f
PA
40252014-05-21 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4028 Use them to test variations of "list" after reaching a breakpoint.
4029 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4030 Test "list" with listsize 10 after reaching a breakpoint.
4031 * gdb.python/python.exp (decode_line current location line
4032 number): Adjust expected line number.
4033
2f25d70f
SM
40342014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4035
4036 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4037 behavior for $args, pass it directly to "run".
4038
ff604a67
MR
40392014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4040
4041 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4042 30000 to 65536.
4043
6a3cb8e8
PA
40442014-05-21 Pedro Alves <palves@redhat.com>
4045
4046 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4047 auto-connect-native-target off".
4048 * gdb.base/auto-connect-native-target.c: New file.
4049 * gdb.base/auto-connect-native-target.exp: New file.
4050
4ebfc96e
PA
40512014-05-21 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.base/default.exp: Test "target native" instead of "target
4054 child".
4055
36d46afb
MW
40562014-05-21 Mark Wielaard <mjw@redhat.com>
4057
4058 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4059
5876f503
JK
40602014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 Fix TLS access for -static -pthread.
4063 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4064 <HAVE_TLS> (thread_function, main): Initialize it.
4065 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4066 Add clean_restart.
4067 <$have_tls != "">: Check TLSVAR.
4068
0256a6ac
PA
40692014-05-21 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.base/dcache-line-read-error.c: New.
4072 * gdb.base/dcache-line-read-error.exp: New.
4073
936d2992
PA
40742014-05-20 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/compare-sections.c: New file.
4077 * gdb.base/compare-sections.exp: New file.
4078
802e8e6d
PA
40792014-05-20 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/break-idempotent.c: New file.
4082 * gdb.base/break-idempotent.exp: New file.
4083
e59fa00f
MM
40842014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4085
4086 * gdb.btrace/nohist.exp: New.
4087
8b696e31
YQ
40882014-05-20 Yao Qi <yao@codesourcery.com>
4089
4090 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4091 gdb.reverse directory and gdb_reverse_timeout exists in board
4092 setting.
4093 * README: Document gdb_reverse_timeout.
4094
73c9764f
YQ
40952014-05-20 Yao Qi <yao@codesourcery.com>
4096
4097 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4098 'test_file_name'. Treat args as a string instead of a list.
4099 (gdb_init): Rename argument 'args' by 'test_file_name'.
4100
f1f4348a
JK
41012014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4102
4103 * gdb.arch/powerpc-power.exp: New file.
4104 * gdb.arch/powerpc-power.s: New file.
4105
0dbe70ce
DE
41062014-05-16 Doug Evans <dje@google.com>
4107
4108 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4109 * gdb.base/completion.exp: Check that all expected files exist
4110 before doing file completion.
0dbe70ce 4111
8d551b02
DE
41122014-05-16 Doug Evans <dje@google.com>
4113
4114 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4115 Update.
4116 (do_syscall_tests_without_xml): Update.
4117
73eb7709
PA
41182014-05-16 Pedro Alves <palves@redhat.com>
4119
4120 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4121 instead of "unknown output after running".
4122
3fae92fc
YQ
41232014-05-16 Yao Qi <yao@codesourcery.com>
4124
4125 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4126 file1.txt from host at the end.
4127 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4128
c2b2ccc5
DE
41292014-05-15 Doug Evans <dje@google.com>
4130
4131 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4132 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4133 loading file. Add test for TU lookup.
4134
8c217a4b
SM
41352014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4136
4137 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4138 calling "-exec-arguments" or "set args" before running the
4139 inferior.
4140
3deb39c6
SM
41412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4142
4143 * lib/mi-support.exp (mi_expect_stop): Expect message for
4144 inferiors that exit with non-zero exit code.
4145
71a79f8c
YQ
41462014-05-14 Yao Qi <yao@codesourcery.com>
4147
4148 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4149 match absolute path on remote host.
4150 (test_file_list_exec_source_files): Remove "/" from the
4151 pattern.
4152
f23fcd46
YQ
41532014-05-14 Yao Qi <yao@codesourcery.com>
4154
4155 * boards/local-remote-host-notty.exp (${board}_file): New
4156 proc.
4157
9404b58f
KM
41582014-05-07 Kyle McMartin <kyle@redhat.com>
4159
4160 Pushed by Joel Brobecker <brobecker@adacore.com>.
4161 * gdb.arch/aarch64-atomic-inst.c: New file.
4162 * gdb.arch/aarch64-atomic-inst.exp: New file.
4163
5e45f04c
YQ
41642014-05-07 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4167 in current context" too.
4168
c888a17d
KS
41692014-05-05 Keith Seitz <keiths@redhat.com>
4170
4171 * gdb.linespec/ls-dollar.exp: Add test for linespec
4172 file:convenience_variable.
4173
290a839c
YQ
41742014-05-05 Yao Qi <yao@codesourcery.com>
4175
4176 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4177 traceframes into tfile and ctf trace files. Read data from
4178 trace file and test collected data.
4179 (gdb_collect_locals_test): Likewise.
4180 (gdb_unavailable_registers_test): Likewise.
4181 (gdb_unavailable_floats): Likewise.
4182 (gdb_collect_globals_test): Likewise.
4183 (top-level): Append "ctf" to trace_file_targets if GDB
4184 supports.
4185
b5262cd0
YQ
41862014-05-05 Yao Qi <yao@codesourcery.com>
4187
4188 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4189 code to ...
4190 (gdb_collect_args_test_1): ... it. New proc.
4191 (gdb_collect_locals_test): Move some code to ...
4192 (gdb_collect_locals_test_1): ... it. New proc.
4193 (gdb_unavailable_registers_test): Move some code to ...
4194 (gdb_unavailable_registers_test_1): ... it. New proc.
4195 (gdb_unavailable_floats): Move some code to ...
4196 (gdb_unavailable_floats_1): ... it. New proc.
4197
30a1e6cc
SDJ
41982014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4199
4200 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4201 probes to test for bitness recognition.
4202 * gdb.arch/amd64-stap-optional-prefix.exp
4203 (test_probe_value_without_reg): New procedure.
4204 Add code to test for different kinds of bitness.
4205
f33da99a
SDJ
42062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4207
4208 PR breakpoints/16889
4209 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4210 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4211
5b80f00d
PA
42122014-05-01 Pedro Alves <palves@redhat.com>
4213
4214 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4215 gdb_file_cmd if no file is specified.
4216 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4217 last_loaded_file to set the remote exec-file.
4218
f8c2a73c
PA
42192014-05-01 Pedro Alves <palves@redhat.com>
4220
4221 * boards/local-remote-host.exp: New file.
4222
be6e8ac7
PA
42232014-05-01 Pedro Alves <palves@redhat.com>
4224
4225 * boards/local-remote-host.exp: Rename to ...
4226 * boards/local-remote-host-notty.exp: ... this.
4227
cac0dc8f
JB
42282014-04-28 Joel Brobecker <brobecker@adacore.com>
4229
4230 * gdb.ada/dyn_arrayidx: New testcase.
4231
9730e6cc
YQ
42322014-04-26 Yao Qi <yao@codesourcery.com>
4233
4234 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4235 and compute the length of function main. Save it in
4236 $main_length.
4237 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4238 (top-level): Use gdb_compile to compile objects into
4239 executable and restart GDB. Remove invocation to
4240 prepare_for_testing.
4241
7ae1a6a6
PA
42422014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4243 Pedro Alves <palves@redhat.com>
4244
4245 PR server/16255
4246 * gdb.multi/multi-attach.c: New file.
4247 * gdb.multi/multi-attach.exp: New file.
4248
4082afcc
PA
42492014-04-25 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4252 user.
4253 (top level): Test that "set remote conditional-breakpoints-packet
4254 off" works as intended.
4255 * gdb.base/dprintf.exp: Test that "set remote
4256 breakpoint-commands-packet off" works as intended.
4257 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4258 New function.
4259 (top level): Call it.
4260 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4261 remote fast-tracepoints-packet off" works as intended.
4262 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4263 * lib/gdb.exp (gdb_is_target_remote): ... here.
4264
2abc3f8d
DB
42652014-04-24 David Blaikie <dblaikie@gmail.com>
4266
4267 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4268 ensure clang would not discard them.
4269 * gdb.base/gdbvars.c: Ditto.
4270 * gdb.base/memattr.c: Ditto.
4271 * gdb.base/whatis.c: Ditto.
4272 * gdb.python/py-prettyprint.c: Ditto.
4273 * gdb.trace/actions.c: Ditto.
4274 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4275 ensure clang would not discard it.
4276
bfd39632
DB
42772014-04-24 David Blaikie <dblaikie@gmail.com>
4278
4279 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4280 clang to emit the full definition of type required by the test
4281 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4282
22842ff6
DB
42832014-04-24 David Blaikie <dblaikie@gmail.com>
4284
4285 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4286 coax Clang into emitting the definition of the type.
4287 * gdb.cp/pr10728-x.h (y): Ditto.
4288 * gdb.cp/pr10728-y.cc (y): Ditto.
4289
c2e827ad
DB
42902014-04-24 David Blaikie <dblaikie@gmail.com>
4291
4292 * gdb.base/label.exp: XFAIL label related tests under Clang.
4293 * gdb.cp/cplabel.exp: Ditto.
4294 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4295 under Clang those using labels.
4296
4c2d33e7
YQ
42972014-04-25 Yao Qi <yao@codesourcery.com>
4298
4299 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4300 double_label.
4301 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4302 partial_label and double_label.
4303
56083b99
DB
43042014-04-24 David Blaikie <dblaikie@gmail.com>
4305
4306 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4307
25d4e99d
DB
43082014-04-24 David Blaikie <dblaikie@gmail.com>
4309
4310 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4311 of the function to work across GCC and Clang.
4312 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4313 pointer types (const void ** const V void **).
4314
01f9f808
MS
43152014-04-24 Michael Sturm <michael.sturm@mintel.com>
4316 Walfred Tedeschi <walfred.tedeschi@intel.com>
4317
4318 * Makefile.in (EXECUTABLES): Added i386-avx512.
4319 * gdb.arch/i386-avx512.c: New file.
4320 * gdb.arch/i386-avx512.exp: Likewise.
4321
4b48d439
KS
43222014-04-23 Keith Seitz <keiths@redhat.com>
4323
4324 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4325 (mi_make_breakpoint_table): New procedure.
4326 (mi_create_breakpoint): Use mi_make_breakpoint
4327 and return the result.
4328 (mi_make_breakpoint): New procedure.
4329 (mi_build_kv_pairs): New procedure.
4330
4331 * gdb.mi/mi-break.exp: Remove unused globals,
4332 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4333 All callers updated.
4334 * gdb.mi/mi-dprintf.exp: Use variable to track command
4335 number.
4336 Update all callers of mi_create_breakpoint and use
4337 mi_make_breakpoint_table.
4338 Remove any unused global variables.
4339 * gdb.mi/mi-nonstop.exp: Likewise.
4340 * gdb.mi/mi-nsintrall.exp: Likewise.
4341 * gdb.mi/mi-nsmoribund.exp: Likewise.
4342 * gdb.mi/mi-nsthrexec.exp: Likewise.
4343 * gdb.mi/mi-reverse.exp: Likewise.
4344 * gdb.mi/mi-simplerun.exp: Likewise.
4345 * gdb.mi/mi-stepn.exp: Likewise.
4346 * gdb.mi/mi-syn-frame.exp: Likewise.
4347 * gdb.mi/mi-until.exp: Likewise.
4348 * gdb.mi/mi-var-cp.exp: Likewise.
4349 * gdb.mi/mi-var-display.exp: Likewise.
4350 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4351 * gdb.mi/mi2-var-child.exp: Likewise.
4352 * gdb.mi/mi-vla-c99.exp: Likewise.
4353 * lib/mi-support.exp: Likewise.
4354
4355 From Ian Lance Taylor <iant@cygnus.com>:
4356 * lib/gdb.exp (parse_args): New procedure.
4357
08351840
PA
43582014-04-23 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/break-unload-file.c: New file.
4361 * gdb.base/break-unload-file.exp: New file.
4362 * gdb.base/sym-file-lib.c (baz): New function.
4363 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4364 field.
4365 (load): Store the segment's mapped size.
4366 (unload): New function.
4367 (unload_shlib): New function.
4368 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4369 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4370 set a breakpoint at baz, and call it.
4371 * gdb.base/sym-file.exp: New tests for stale breakpoint
4372 instructions.
4373
076855f9
PA
43742014-04-23 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4377 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4378 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4379 * gdb.base/hbreak-unmapped.c: New file.
4380 * gdb.base/hbreak-unmapped.exp: New file.
4381 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4382 * lib/gdb.exp (gdb_is_target_remote): ... here.
4383
483805cf
PA
43842014-04-22 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/consecutive-step-over.c: New file.
4387 * gdb.base/consecutive-step-over.exp: New file.
4388
06d97543
PA
43892014-04-22 Pedro Alves <palves@redhat.com>
4390
4391 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4392 instead of send_gdb/gdb_expect.
4393
b4429ea2
YQ
43942014-04-22 Yao Qi <yao@codesourcery.com>
4395
4396 * lib/trace-support.exp (generate_tracefile): New procedure.
4397 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4398 return 0.
4399 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4400 if generate_tracefile returns 1.
4401
51d48146
PA
44022014-04-18 Tom Tromey <palves@redhat.com>
4403 Pedro alves <tromey@redhat.com>
4404
4405 PR backtrace/15558
4406 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4407 with a backtrace limit.
4408 * gdb.python/py-frame-inline.exp: Test running to an inline
4409 function with a backtrace limit, and printing the newest frame.
4410 * gdb.python/py-frame-inline.c (main): Call f.
4411
bd1dce5f
MS
44122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4413
4414 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4415
40d1a503
MS
44162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4417
4418 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4419 Drop prefix from unsupported source file path.
4420
389b98f7
YQ
44212014-04-17 Yao Qi <yao@codesourcery.com>
4422
4423 * lib/gdb.exp (with_target_charset): New proc.
4424 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4425 with_target_charset.
4426 (test_print_strings): Likewise.
4427 (test_repeat_bytes): Likewise.
4428 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4429 for some tests.
4430
22869d73
KS
44312014-04-16 Keith Seitz <keiths@redhat.com>
4432
4433 PR gdb/15827
4434 * gdb.dwarf2/corrupt.c: New file.
4435 * gdb.dwarf2/corrupt.exp: New file.
4436
c4f87ca6
KS
44372014-04-16 Keith Seitz <keiths@redhat.com>
4438
4439 PR c++/16597
4440 * gdb.cp/namelessclass.cc: New file.
4441 * gdb.cp/namelessclass.exp: New file.
4442 * gdb.cp/namelessclass.S: New file.
4443
ab19de87
DE
44442014-04-16 Doug Evans <dje@google.com>
4445
4446 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4447 Add comment.
4448 (gdbserver_default_get_comm_port): New function.
4449 (gdbserver_start): Check if board file provided
4450 "gdbserver,get_comm_port" and use it if so.
4451 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4452 (gdb,socketport): Set to "stdio".
4453 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4454 (stdio_gdbserver_template): Delete.
4455 (${board}_get_remote_address): Update.
4456 (${board}_build_remote_cmd): Delete.
4457 (${board}_get_comm_port): New function.
4458 (${board}_spawn): Update.
4459 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4460 Delete.
4461 (${board}_get_remote_address): Update.
4462 (${board}_get_comm_port): New function.
4463
fc98a809
AB
44642014-04-16 Andrew Burgess <aburgess@broadcom.com>
4465
4466 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4467 appearing in any order.
4468
87fd9e6e
DE
44692014-04-15 Doug Evans <dje@google.com>
4470
4471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4472 uninitialized value of "description".
4473
099fc3ea
KS
44742014-04-15 Keith Seitz <keiths@redhat.com>
4475
4476 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4477 Remove unused globals.
4478 (test_running_the_program): Likewise.
4479 (test_controlled_execution): Likewise.
4480 (test_controlling_breakpoints): Likewise.
4481 (test_program_termination): Likewise.
4482
5da151d4
KS
44832014-04-15 Keith Seitz <keiths@redhat.com>
4484
4485 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4486 unused globals.
4487 (test_rbreak_creation_and_listing): Likewise.
4488 (test_ignore_count): Likewise.
4489 (test_error): Likewise.
4490
35e5d2f0
PA
44912014-04-15 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4494 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4495 sym-file-loader.c.
4496 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4497 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4498 to sym-file-loader.c.
4499 (struct library): Forward declare.
4500 (load_shlib, lookup_function): Change prototypes.
4501 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4502 (translate_offset): Remove declarations.
4503 (get_text_addr): New declaration.
4504 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4505 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4506 sym-file-loader.h.
4507 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4508 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4509 here from sym-file-loader.h.
4510 (struct library): New structure.
4511 (load_shlib, lookup_function): Change prototypes and adjust to
4512 work with a struct library.
4513 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4514 (translate_offset): Make static.
4515 (get_text_addr): New function.
4516 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4517
eb4c1710
PA
45182014-04-15 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4521
2d1baf52
PA
45222014-04-15 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/sym-file-loader.c: Include <limits.h>.
4525 (SELF_LINK): New define.
4526 (get_origin): New function.
4527 (load_shlib): Use it.
4528 * gdb.base/sym-file.exp: Don't early return if the target is
4529 remote. Use runto_main, and issue fail is that fails. Use
4530 gdb_load_shlibs.
4531 (shlib_name): Delete.
4532 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4533
7dd6df01
PA
45342014-04-15 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/sym-file.exp: Remove regex characters from test
4537 message. Don't refer to breakpoint numbers in test messages.
4538
b50c8614
KS
45392014-04-14 Keith Seitz <keiths@redhat.com>
4540
4541 PR c++/16253
4542 * gdb.cp/var-tag.cc: New file.
4543 * gdb.cp/var-tag.exp: New file.
4544 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4545 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4546 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4547 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4548
3d567982
TT
45492014-04-14 Tom Tromey <tromey@redhat.com>
4550
4551 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4552 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4553 type.
4554 * gdb.cp/enum-class.exp: New file.
4555 * gdb.cp/enum-class.cc: New file.
4556
0626fc76
TT
45572014-04-14 Tom Tromey <tromey@redhat.com>
4558
4559 * gdb.dwarf2/enum-type.exp: New file.
4560
dca325b3
SA
45612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4562
4563 * gdb.mi/mi-vla-c99.exp: New file.
4564 * gdb.mi/vla.c: New file.
4565
5854b38a
SA
45662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4567
4568 * gdb.base/vla-datatypes.c: New file.
4569 * gdb.base/vla-datatypes.exp: New file.
4570
463bb957
SA
45712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4572
4573 * gdb.base/vla-ptr.c: New file.
4574 * gdb.base/vla-ptr.exp: New file.
4575
3dd170be
SA
45762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4577
4578 * gdb.dwarf2/count.exp: New file.
4579
5ecaaa66
SA
45802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4581
4582 * gdb.base/vla-sideeffect.c: New file.
4583 * gdb.base/vla-sideeffect.exp: New file.
4584
41f1ada5
DB
45852014-04-14 David Blaikie <dblaikie@gmail.com>
4586
4587 * gdb.mi/non-stop.c: Add return value for non-void function return
4588 statement.
4589 * gdb.threads/staticthreads.c: Ditto.
4590
0be03e84
DE
45912014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4592 Doug Evans <xdje42@gmail.com>
4593
4594 * gdb.guile/scm-value.c: Improve test case.
4595 * gdb.guile/scm-value.exp: Add new test.
4596
f180a1fb
DB
45972014-04-11 David Blaikie <dblaikie@gmail.com>
4598
4599 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4600 override Clang's default.
4601
6b662e19
JB
46022014-04-11 Joel Brobecker <brobecker@adacore.com>
4603
4604 Revert the following changes (regressions):
4605
4606 * gdb.base/vla-sideeffect.c: New file.
4607 * gdb.base/vla-sideeffect.exp: New file.
4608
4609 * gdb.dwarf2/count.exp: New file.
4610
4611 * gdb.base/vla-multi.c: New file.
4612 * gdb.base/vla-multi.exp: New file.
4613
4614 * gdb.base/vla-ptr.c: New file.
4615 * gdb.base/vla-ptr.exp: New file.
4616
4617 * gdb.base/vla-datatypes.c: New file.
4618 * gdb.base/vla-datatypes.exp: New file.
4619
4620 * gdb.mi/mi-vla-c99.exp: New file.
4621 * gdb.mi/vla.c: New file.
4622
245a5f0b
KS
46232014-04-11 Keith Seitz <keiths@redhat.com>
4624
4625 PR c++/16675
4626 * gdb.cp/cpsizeof.exp: New file.
4627 * gdb.cp/cpsizeof.cc: New file.
4628
58a84dcf
SA
46292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4630
191a8a90
JB
4631 * gdb.mi/mi-vla-c99.exp: New file.
4632 * gdb.mi/vla.c: New file.
58a84dcf 4633
c8655f75
SA
46342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4635
4636 * gdb.base/vla-datatypes.c: New file.
4637 * gdb.base/vla-datatypes.exp: New file.
4638
024e13b4
SA
46392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4640
4641 * gdb.base/vla-ptr.c: New file.
4642 * gdb.base/vla-ptr.exp: New file.
4643
1a237e0e
SA
46442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4645
4646 * gdb.base/vla-multi.c: New file.
4647 * gdb.base/vla-multi.exp: New file.
4648
504f3432
SA
46492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4650
4651 * gdb.dwarf2/count.exp: New file.
4652
3bce8237
SA
46532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4654
191a8a90
JB
4655 * gdb.base/vla-sideeffect.c: New file.
4656 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4657
322f9c21
YQ
46582014-04-11 Yao Qi <yao@codesourcery.com>
4659
4660 * gdb.base/completion.exp: Check file exists before running tests
4661 on file completion.
4662
d708bcd1
PA
46632014-04-10 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.base/cond-eval-mode.c: New file.
4666 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4667 prepare_for_testing to build the new file. Check result of
4668 runto_main.
4669 (test_break, test_watch): New procedures.
4670 (top level): Use them.
4671
ae1d2761
PM
46722014-04-08 Pierre Muller <muller@sourceware.org>
4673
4674 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4675 Ctrl-V use for mingw hosts.
4676
7af389b8
SC
46772014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4678
4679 * gdb.python/py-value.c: Improve test case.
4680 * gdb.python/py-value.exp: Add new test.
4681
5e703181
DE
46822014-04-07 David Blaikie <dblaikie@gmail.com>
4683
4684 * lib/compiler.c: Identify the clang compiler.
4685 * lib/compiler.cc: Ditto.
4686
9810b410
YQ
46872014-04-03 Yao Qi <yao@codesourcery.com>
4688
4689 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4690
98d1b8dc
AB
46912014-04-01 Anton Blanchard <anton@samba.org>
4692
4693 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4694 messages unique.
4695
3114cea1
AB
46962014-04-01 Anton Blanchard <anton@samba.org>
4697
4698 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4699 prepare_for_testing.
4700
62f7182c
AB
47012014-04-01 Anton Blanchard <anton@samba.org>
4702
4703 * gdb.arch/ppc64-atomic-inst.c: Remove.
4704 * gdb.arch/ppc64-atomic-inst.S: New file.
4705 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4706
770e7fc7
DE
47072014-03-31 Doug Evans <dje@google.com>
4708
4709 * gdb.base/print-symbol-loading-lib.c: New file.
4710 * gdb.base/print-symbol-loading-main.c: New file.
4711 * gdb.base/print-symbol-loading.exp: New file.
4712
46e2bafa
YQ
47132014-03-31 Yao Qi <yao@codesourcery.com>
4714
4715 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4716
8776cfe9
JB
47172014-03-28 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.ada/mi_dyn_arr: New testcase.
4720
5d1ef361
DE
47212014-03-27 Doug Evans <dje@google.com>
4722
4723 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4724
b5bee914
YQ
47252014-03-27 Yao Qi <yao@codesourcery.com>
4726
4727 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4728 if target is nios2-*-*.
4729
0d4d0e77
YQ
47302014-03-26 Yao Qi <yao@codesourcery.com>
4731
4732 * lib/gdb.exp (readline_is_used): New proc.
4733 * gdb.base/completion.exp: Move tests on command complete up.
4734 Skip the rest of tests if readline is not used.
4735 * gdb.ada/complete.exp: Skp the test if readline is not
4736 used.
4737 * gdb.base/filesym.exp: Likewise.
4738 * gdb.base/macscp.exp: Likewise.
4739 * gdb.base/readline-ask.exp: Likewise.
4740 * gdb.base/readline.exp: Likewise.
4741 * gdb.python/py-cmd.exp: Likewise.
4742 * gdb.trace/tfile.exp: Likewise.
4743
29361eee
YQ
47442014-03-26 Yao Qi <yao@codesourcery.com>
4745
4746 * gdb.base/macscp.exp: Fix code format issues.
4747
bc9a5525
UW
47482014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4749
4750 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4751 * gdb.asm/powerpc64le.inc: New file.
4752
d3839ede
PA
47532014-03-25 Pedro Alves <palves@redhat.com>
4754 Doug Evans <dje@google.com>
4755
4756 * gdb.base/source-execution.c: New file.
4757 * gdb.base/source-execution.exp: New file.
4758 * gdb.base/source-execution.gdb: New file.
4759
01672a57
DE
47602014-03-24 Doug Evans <dje@google.com>
4761
4762 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4763 using fission.
4764
88bbeca9
HZ
47652014-03-24 Hui Zhu <hui@codesourcery.com>
4766 Pedro Alves <palves@redhat.com>
4767
4768 PR breakpoints/16101
4769 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4770 test pass/fail messages. Detect missing support for dprintf when
4771 breakpoints are actually inserted.
4772 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4773 breakpoints are actually inserted.
4774 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4775 fails.
4776
d2348791
JK
47772014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4778
4779 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4780
feef67ab
DE
47812014-03-22 Doug Evans <xdje42@gmail.com>
4782
4783 * gdb.python/python.exp (python not supported): Verify multi-line
4784 python command issues an error.
25d743f9 4785 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4786 guile command issues an error.
feef67ab 4787
ecebef6a
MR
47882014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4789
4790 * gdb.threads/thread-specific.exp: Handle the lack of usable
4791 $this_breakpoint and $this_thread.
4792
ccdd1909
HZ
47932014-03-21 Hui Zhu <hui@codesourcery.com>
4794
4795 * gdb.base/attach.exp (do_command_attach_tests): New.
4796
beb460e8
PA
47972014-03-20 Tom Tromey <tromey@redhat.com>
4798 Pedro Alves <palves@redhat.com>
4799
4800 PR cli/15718
4801 * gdb.base/condbreak-call-false.c: New file.
4802 * gdb.base/condbreak-call-false.exp: New file.
4803
40acf43a
PA
48042014-03-20 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4807 Delete.
4808 (block_signals, unblock_signals): Delete.
4809 (child_function_2, main): Remove references to deleted variable
4810 and functions.
4811
9f5e1e02
PA
48122014-03-20 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4815 Use pthread_kill to signal thread 2.
4816 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4817 Adjust to make the test send itself a signal rather than using the
4818 host's "kill" command.
4819
99619bea
PA
48202014-03-20 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.threads/multiple-step-overs.c: New file.
4823 * gdb.threads/multiple-step-overs.exp: New file.
4824 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4825 Adjust expected infrun debug output.
4826
2adfaa28
PA
48272014-03-20 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4830 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4831
31e77af2
PA
48322014-03-20 Pedro Alves <palves@redhat.com>
4833
4834 PR breakpoints/7143
4835 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4836 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4837 of gdb_test_multiple.
4838 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4839 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4840
b9f437de
PA
48412014-03-20 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4844 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4845
05adc73e
PA
48462014-03-19 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.base/async.exp: Remove early return.
4849
6048b950
PA
48502014-03-19 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4853
8bcfb00a
PA
48542014-03-19 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/async.exp (test_background): Expect \r\n after
4857 "completed." in the fail pattern.
4858
884e37dc
PA
48592014-03-19 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/async.exp (test_background): New procedure.
4862 Use it for all background execution command tests.
4863
148e57e2
PA
48642014-03-19 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/async.exp: Use prepare_for_testing.
4867
f48088c7
PA
48682014-03-19 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4871 the same line.
4872
e2f6c966
PA
48732014-03-19 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/async.c (main): Add "jump here" and "until here" line
4876 marker comments.
4877 * gdb.base/async.exp (jump_here): New global.
4878 (jump& test): Use it.
4879 (until_here): New global.
4880 (until& test): Use it.
4881
c30568d4
PA
48822014-03-19 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/async.exp: Don't frob gdb_protocol.
4885
0172b6a7
DE
48862014-03-18 Doug Evans <xdje42@gmail.com>
4887
4888 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4889 Fix spelling of exec-done-display.
4890
06c868a8
JK
48912014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4892
4893 PR gdb/15358
4894 * gdb.base/gdb-sigterm.c: New file.
4895 * gdb.base/gdb-sigterm.exp: New file.
4896
0c7e1a46
PA
48972014-03-18 Pedro Alves <palves@redhat.com>
4898
4899 PR gdb/13860
4900 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4901 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4902 solib-event.
4903
f7c77d93
JB
49042014-03-17 Joel Brobecker <brobecker@adacore.com>
4905
4906 * gdb.ada/pckd_arr_ren: New testcase.
4907
5a1e8c7a
DE
49082014-03-13 Doug Evans <xdje42@gmail.com>
4909
4910 PR guile/16612
4911 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4912 collect after discarding symbols.
4913
350e1a76
DE
49142014-03-13 Ludovic Courtès <ludo@gnu.org>
4915 Doug Evans <xdje42@gmail.com>
4916
4917 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4918 to history survives a gc.
4919
a69900ae
PA
49202014-03-13 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.base/default.exp: Don't test "target procfs".
4923
5db9f0bd
PA
49242014-03-13 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.base/default.exp: Update "target child" and "target procfs"
4927 tests to not expect "Unix".
4928
b3ccfe11
TT
49292014-03-12 Tom Tromey <tromey@redhat.com>
4930
4931 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4932 New procs. Add target-async tests.
4933 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4934 Add target-async tests.
4935
646f4417
AA
49362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4937
4938 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4939 'func_start' and 'func_end' for the beginning and end of the
4940 function code, respectively.
4941 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4942 'func_end' instead of 'func' and 'main'.
4943
288c211f
AA
49442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4945
4946 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4947 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4948 generate the debug info assembler source.
4949
e0c0f156
AA
49502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4951
4952 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4953 * gdb.dwarf2/arr-subrange.exp: Likewise.
4954 * gdb.dwarf2/dwz.exp: Likewise.
4955 * gdb.dwarf2/method-ptr.exp: Likewise.
4956 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4957 * gdb.dwarf2/subrange.exp: Likewise.
4958 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4959 * gdb.dwarf2/implptrpiece.exp: Likewise.
4960 * gdb.dwarf2/nostaticblock.exp: Likewise.
4961
0e5c4555
AA
49622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4963
4964 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4965 directory to absolute path name arguments.
4966
5ec18f2b
JG
49672014-03-10 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdb.ada/tagged_access: New testcase.
4970
847fc4f2
MM
49712014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4972
4973 * gdb.btrace/data.exp: Update expected output.
4974
cc3da688
YQ
49752014-03-06 Yao Qi <yao@codesourcery.com>
4976
4977 * gdb.trace/pr16508.exp: New file.
4978
0f26cec1
PA
49792014-03-05 Pedro Alves <palves@redhat.com>
4980
4981 PR gdb/16575
4982 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4983 procedure.
4984 (top level): Adjust to use it. Add tests that exercise breakpoint
4985 interaction with the code-cache.
4986
7a5a839f
LC
49872014-02-26 Ludovic Courtès <ludo@gnu.org>
4988
4989 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4990 test for 'history-append!'.
4991
31aa7e4e
JB
49922014-02-26 Joel Brobecker <brobecker@adacore.com>
4993
4994 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4995 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4996 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4997 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4998 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4999 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5000
1b588015
JB
50012014-02-26 Joel Brobecker <brobecker@adacore.com>
5002
5003 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5004 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5005 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5006
55426c9d
JB
50072014-02-26 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5010
dc53a7ad
JB
50112014-02-26 Joel Brobecker <brobecker@adacore.com>
5012
5013 * gdb.dwarf2/arr-stride.c: New file.
5014 * gdb.dwarf2/arr-stride.exp: New file.
5015
12ab52e9
PA
50162014-02-26 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5019 that won't ever trigger. Make sure that GDB reports the correct
5020 breakpoint that caused the stop.
5021
849c862e
JK
50222014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 PR gdb/16626
5025 * gdb.base/auto-load-script: New file.
5026 * gdb.base/auto-load.c: New file.
5027 * gdb.base/auto-load.exp: New file.
5028
71b7d793
JK
5029 PR gdb/16626
5030 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5031
e2f0d509
JK
50322014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5035 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5036
50cc37c8
DE
50372014-02-24 Doug Evans <dje@google.com>
5038
5039 * lib/gdb.exp (run_on_host): Log error output if program fails.
5040
ea4758f2
PA
50412014-02-21 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.threads/step-after-sr-lock.c: Rename to ...
5044 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5045 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5046 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5047 ... this.
5048
d7b30f67
SDJ
50492014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5050
5051 PR tdep/16397
5052 * gdb.arch/amd64-stap-special-operands.exp: New file.
5053 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5054 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5055 * gdb.arch/amd64-stap-triplet.S: Likewise.
5056 * gdb.arch/amd64-stap-triplet.c: Likewise.
5057
83deb43f
JB
50582014-02-20 Joel Brobecker <brobecker@adacore.com>
5059
5060 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5061 in .section pseudo-op.
5062
adde2bff
DE
50632014-02-20 lin zuojian <manjian2006@gmail.com>
5064 Joel Brobecker <brobecker@adacore.com>
5065 Doug Evans <xdje42@gmail.com>
5066
5067 PR symtab/16581
5068 * gdb.dwarf2/dw2-icycle.S: New file.
5069 * gdb.dwarf2/dw2-icycle.c: New file.
5070 * gdb.dwarf2/dw2-icycle.exp: New file.
5071
f7bd0f78
SC
50722014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5073
5074 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5075 operations on gdb.Value objects.
5076 * gdb.python/py-value-cc.exp: Add new test to test operations on
5077 gdb.Value objects.
5078
c17ef0d5
DE
50792014-02-18 Doug Evans <dje@google.com>
5080
5081 * Makefile.in (TESTS): New variable.
5082 (expanded_tests, expanded_tests_or_none): New variables
5083 (check-single): Pass $(expanded_tests_or_none) to runtest.
5084 (check-parallel): Only run tests in $(TESTS) if non-empty.
5085 (check/no-matching-tests-found): New rule.
5086 * README: Document TESTS makefile variable.
5087
5dd3176f
DE
50882014-02-18 Doug Evans <dje@google.com>
5089
5090 * Makefile.in (check-parallel): rm -rf outputs temp.
5091
0b10be4f
JK
50922014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 Fix "ERROR: no fileid for" in the testsuite.
5095 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5096
85f224e7
DE
50972014-02-12 Doug Evans <dje@google.com>
5098
5099 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5100 (MISCELLANEOUS): New variable.
5101 (clean): rm -rf $(MISCELLANEOUS).
5102 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5103 dwp live in the same directory as symlinks, with each symlink pointed
5104 to a differently named file in a different directory.
5105
149b30ff
DE
51062014-02-11 Doug Evans <dje@google.com>
5107
5108 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5109 of Tcl file commands.
5110
1dfdac32
MK
51112014-02-10 Mark Kettenis <kettenis@gnu.org>
5112
5113 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5114 "kill -SIGUSR1 -1".
5115
aa4fb036
JB
51162014-02-10 Joel Brobecker <brobecker@adacore.com>
5117
5118 * gdb.ada/tick_length_array_enum_idx: New testcase.
5119
ed3ef339
DE
51202014-02-10 Doug Evans <xdje42@gmail.com>
5121
5122 * configure.ac (AC_OUTPUT): Add gdb.guile.
5123 * configure: Regenerate.
5124 * lib/gdb-guile.exp: New file.
5125 * lib/gdb.exp (get_target_charset): New function.
5126 * gdb.base/help.exp: Update expected output from "apropos apropos".
5127 * gdb.guile/Makefile.in: New file.
5128 * gdb.guile/guile.exp: New file.
5129 * gdb.guile/scm-arch.c: New file.
5130 * gdb.guile/scm-arch.exp: New file.
5131 * gdb.guile/scm-block.c: New file.
5132 * gdb.guile/scm-block.exp: New file.
5133 * gdb.guile/scm-breakpoint.c: New file.
5134 * gdb.guile/scm-breakpoint.exp: New file.
5135 * gdb.guile/scm-disasm.c: New file.
5136 * gdb.guile/scm-disasm.exp: New file.
5137 * gdb.guile/scm-equal.c: New file.
5138 * gdb.guile/scm-equal.exp: New file.
5139 * gdb.guile/scm-error.exp: New file.
5140 * gdb.guile/scm-error.scm: New file.
5141 * gdb.guile/scm-frame-args.c: New file.
5142 * gdb.guile/scm-frame-args.exp: New file.
5143 * gdb.guile/scm-frame-args.scm: New file.
5144 * gdb.guile/scm-frame-inline.c: New file.
5145 * gdb.guile/scm-frame-inline.exp: New file.
5146 * gdb.guile/scm-frame.c: New file.
5147 * gdb.guile/scm-frame.exp: New file.
5148 * gdb.guile/scm-generics.exp: New file.
5149 * gdb.guile/scm-gsmob.exp: New file.
5150 * gdb.guile/scm-iterator.c: New file.
5151 * gdb.guile/scm-iterator.exp: New file.
5152 * gdb.guile/scm-math.c: New file.
5153 * gdb.guile/scm-math.exp: New file.
5154 * gdb.guile/scm-objfile-script-gdb.in: New file.
5155 * gdb.guile/scm-objfile-script.c: New file.
5156 * gdb.guile/scm-objfile-script.exp: New file.
5157 * gdb.guile/scm-objfile.c: New file.
5158 * gdb.guile/scm-objfile.exp: New file.
5159 * gdb.guile/scm-ports.exp: New file.
5160 * gdb.guile/scm-pretty-print.c: New file.
5161 * gdb.guile/scm-pretty-print.exp: New file.
5162 * gdb.guile/scm-pretty-print.scm: New file.
5163 * gdb.guile/scm-section-script.c: New file.
5164 * gdb.guile/scm-section-script.exp: New file.
5165 * gdb.guile/scm-section-script.scm: New file.
5166 * gdb.guile/scm-symbol.c: New file.
5167 * gdb.guile/scm-symbol.exp: New file.
5168 * gdb.guile/scm-symtab-2.c: New file.
5169 * gdb.guile/scm-symtab.c: New file.
5170 * gdb.guile/scm-symtab.exp: New file.
5171 * gdb.guile/scm-type.c: New file.
5172 * gdb.guile/scm-type.exp: New file.
5173 * gdb.guile/scm-value-cc.cc: New file.
5174 * gdb.guile/scm-value-cc.exp: New file.
5175 * gdb.guile/scm-value.c: New file.
5176 * gdb.guile/scm-value.exp: New file.
5177 * gdb.guile/source2.scm: New file.
5178 * gdb.guile/types-module.cc: New file.
5179 * gdb.guile/types-module.exp: New file.
5180
7026a7c1
YQ
51812014-02-10 Yao Qi <yao@codesourcery.com>
5182
5183 PR testsuite/16543
5184 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5185 * configure: Regenerated.
5186 * Makefile.in: New file.
5187
6c466447
AS
51882014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5189
5190 * gdb.python/py-framefilter.exp: Fix typo.
5191
6e854735
YQ
51922014-02-08 Yao Qi <yao@codesourcery.com>
5193
5194 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5195 that no =breakpoint-modified is emitted when breakpoints are
5196 modified through MI commands.
5197
d137e6dc
PA
51982014-02-07 Pedro Alves <pedro@codesourcery.com>
5199 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.threads/step-after-sr-lock.c: New file.
5202 * gdb.threads/step-after-sr-lock.exp: New file.
5203
b5ee5a50
PA
52042014-02-07 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5207
3c77faf3
JK
52082014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5209
5210 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5211 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5212
6dddc817
DE
52132014-02-06 Doug Evans <xdje42@gmail.com>
5214
5215 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5216 output.
5217
5218 * gdb.gdb/python-interrupts.exp: New file.
5219
de7b2893
YQ
52202014-02-05 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.trace/report.exp (use_collected_data): Test the output
5223 of "info threads" and "info inferiors".
5224
66d032ac
YQ
52252014-02-05 Yao Qi <yao@codesourcery.com>
5226
5227 Revert this patch:
5228
5229 2013-05-24 Yao Qi <yao@codesourcery.com>
5230
5231 * gdb.trace/tfile.exp: Test inferior and thread.
5232
591a12a1
UW
52332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5234
5235 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5236 on a function.
5237 * gdb.base/step-bt.c: Call hello via function pointer to make
5238 sure its first instruction is executed on powerpc64le-linux.
5239
0ff3e01f
UW
52402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5241
5242 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5243
084ee545
UW
52442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5245
5246 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5247 of the test patterns for use on little-endian systems.
5248
6ed14ff3
UW
52492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5250
5251 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5252 (decimal_vector): Fix for little-endian.
5253
401e27fd
JM
52542014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5255
5256 * gdb.arch/sparc-sysstep.exp: New file.
5257 * gdb.arch/sparc-sysstep.c: Likewise.
5258
5259 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5260
8b924729
EBM
52612014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5262
5263 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5264
fb151210
JB
52652014-01-23 Tom Tromey <tromey@redhat.com>
5266
5267 * gdb.ada/array_char_idx: New testcase.
5268
0740f8d8
TT
52692014-01-23 Tom Tromey <tromey@redhat.com>
5270
5271 PR python/16487:
5272 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5273 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5274 classes.
5275
21909fa1
TT
52762014-01-23 Tom Tromey <tromey@redhat.com>
5277
5278 PR python/16491:
5279 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5280 string from an inferior frame.
5281 * gdb.python/py-framefilter-mi.exp: Update.
5282
87ce2a04
DE
52832014-01-22 Doug Evans <dje@google.com>
5284
5285 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5286
237b092b
AA
52872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5288
5289 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5290
d674a709
AA
52912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5292
5293 * gdb.trace/entry-values.exp: Remove excess space character from
5294 regex patterns. Handle s390 call instruction.
5295
20fa3390
AA
52962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5297
5298 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5299 define "*_start" label. Make "name" static.
5300 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5301 ${name} by references to ${name}_start.
5302
78466714
AA
53032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5304
5305 * gdb.base/info-macros.exp: Remove "debug" from the compile
5306 options.
5307
ec9f644a
IB
53082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5309
5310 * gdb.dlang/demangle.exp: New file.
5311
94b1b47e
IB
53122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5313
5314 * gdb.dlang/primitive-types.exp: New file.
5315
7f420862
IB
53162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5317
5318 * configure.ac: Create gdb.dlang/Makefile.
5319 * configure: Regenerate.
5320 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5321 * gdb.dlang/Makefile.in: New file.
5322 * lib/d-support.exp: New file.
5323 * lib/gdb.exp (skip_d_tests): New proc.
5324
52834460
MM
53252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5326
5327 * gdb.btrace/delta.exp: Check reverse stepi.
5328 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5329 * gdb.btrace/finish.exp: New.
5330 * gdb.btrace/next.exp: New.
5331 * gdb.btrace/nexti.exp: New.
5332 * gdb.btrace/record_goto.c: Add comments.
5333 * gdb.btrace/step.exp: New.
5334 * gdb.btrace/stepi.exp: New.
5335 * gdb.btrace/multi-thread-step.c: New.
5336 * gdb.btrace/multi-thread-step.exp: New.
5337 * gdb.btrace/rn-dl-bind.c: New.
5338 * gdb.btrace/rn-dl-bind.exp: New.
5339 * gdb.btrace/data.c: New.
5340 * gdb.btrace/data.exp: New.
5341 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5342
6e07b1d2
MM
53432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5344
5345 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5346 * gdb.btrace/exception.exp: Update.
5347 * gdb.btrace/instruction_history.exp: Update.
5348 * gdb.btrace/record_goto.exp: Update.
5349 * gdb.btrace/tailcall.exp: Update.
5350 * gdb.btrace/unknown_functions.exp: Update.
5351 * gdb.btrace/delta.exp: New.
5352
0b722aec
MM
53532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * gdb.btrace/record_goto.exp: Add backtrace test.
5356 * gdb.btrace/tailcall.exp: Add backtrace test.
5357
066ce621
MM
53582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5359
5360 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5361 * gdb.btrace/record_goto.c: New.
5362 * gdb.btrace/record_goto.exp: New.
5363 * gdb.btrace/x86-record_goto.S: New.
5364
0688d04e
MM
53652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5366
5367 * gdb.btrace/function_call_history.exp: Update tests.
5368 * gdb.btrace/instruction_history.exp: Update tests.
5369
8710b709
MM
53702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5371
5372 * gdb.btrace/function_call_history.exp: Fix expected field
5373 order for "record function-call-history".
5374 Add new tests for "record function-call-history /c".
5375 * gdb.btrace/exception.cc: New.
5376 * gdb.btrace/exception.exp: New.
5377 * gdb.btrace/tailcall.exp: New.
5378 * gdb.btrace/x86-tailcall.S: New.
5379 * gdb.btrace/x86-tailcall.c: New.
5380 * gdb.btrace/unknown_functions.c: New.
5381 * gdb.btrace/unknown_functions.exp: New.
5382 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5383
5de9129b
MM
53842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5385
5386 * gdb.btrace/instruction_history.exp: Update.
5387 * gdb.btrace/function_call_history.exp: Update.
5388
23a7fe75
MM
53892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5390
5391 * gdb.btrace/function_call_history.exp: Fix expected function
5392 trace.
5393 * gdb.btrace/instruction_history.exp: Initialize traced.
5394 Remove traced_functions.
5395
724c7dd8
MM
53962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5397
5398 * gdb.btrace/function_call_history.exp: Update
5399 * gdb.btrace/instruction_history.exp: Update.
5400
6d78d93b
MM
54012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5402
5403 * gdb.btrace/enable.exp: Update expected text.
5404
93a360cc
OJ
54052014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5406
5407 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5408 bytes.
5409
3772b53f
MR
54102014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5411
5412 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5413
596662fa
OJ
54142014-01-15 Omair Javaid <omair.javaid@linaro.org>
5415
5416 * lib/gdb.exp (supports_process_record): Return true for
5417 arm*-linux*. (supports_reverse): Likewise.
5418
b5b08fb4
SC
54192014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5420
5421 PR python/15464
5422 PR python/16113
5423 * gdb.python/py-type.c: Enhance test case.
5424 * gdb.python/py-value-cc.cc: Likewise
5425 * gdb.python/py-type.exp: Add new tests.
5426 * gdb.python/py-value-cc.exp: Likewise
5427
52d7fb13
AA
54282014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5429 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5432 Make "name" extern.
5433 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5434 references to ${name}_start by references to ${name}.
5435
a2cd8cfe
JB
54362014-01-10 Joel Brobecker <brobecker@adacore.com>
5437
5438 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5439
4e23fced
JB
54402014-01-10 Joel Brobecker <brobecker@adacore.com>
5441
5442 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5443
c6a9e42c
PA
54442014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5445 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5448 mi_gdb_target_load.
c6a9e42c 5449
b7ea362b
PA
54502014-01-08 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.threads/reconnect-signal.c: New file.
5453 * gdb.threads/reconnect-signal.exp: New file.
5454
5e3f4fab
EBM
54552014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5456
5457 * gdb.base/source-dir.exp: New file.
5458
79301218
JB
54592014-01-07 Joel Brobecker <brobecker@adacore.com>
5460
5461 * gdb.ada/mi_interface: New testcase.
5462
8e355c5d
JB
54632014-01-07 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5466 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5467 gdb.ada/pp-rec-component/pck.ads: New files.
5468
c0d48811
JB
54692014-01-07 Joel Brobecker <brobecker@adacore.com>
5470
5471 * gdb.python/py-pp-integral.c: New file.
5472 * gdb.python/py-pp-integral.py: New file.
5473 * gdb.python/py-pp-integral.exp: New file.
5474
17b609c3 5475For older changes see ChangeLog-1993-2013.
c906108c 5476\f
8d8cb839
EZ
5477;; Local Variables:
5478;; mode: change-log
5479;; left-margin: 8
5480;; fill-column: 74
5481;; version-control: never
5482;; End:
902f2ccb 5483
32d0add0 5484 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5485 Copying and distribution of this file, with or without modification,
5486 are permitted provided the copyright notice and this notice are preserved.