]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
lib/gdb.exp (clean_restart): Make executable optional.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7b606f95
DE
12015-07-24 Doug Evans <dje@google.com>
2
3 * lib/gdb.exp (clean_restart): Make executable optional.
4
a97b16b8
DE
52015-07-24 Doug Evans <dje@google.com>
6
7 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8 compiler_info references.
9 * gdb.cp/temargs.exp: Ditto.
10 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11 (get_compiler_info): Early exit if already computed. Set compiler_info
12 to "unknown" if there was a problem.
13 (test_compiler_info): Add function comment. Call get_compiler_info.
14
35baa57f
DE
152015-07-24 Doug Evans <dje@google.com>
16
17 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18 (workers/%.worker, build-perf): New rule.
19 (GDB_PERFTEST_MODE): New variable.
20 (check-perf): Use it.
21 (clean): Clean up gdb.perf parallel build subdirs.
22 * lib/build-piece.exp: New file.
23 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
24 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
25 name.
26 (standard_temp_file): Ditto.
27 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
28 of $GDB_PARALLEL.
29
6ebea266
DE
302015-07-24 Doug Evans <dje@google.com>
31
32 * lib/future.exp (gdb_default_target_compile): New option
33 "early_flags".
34 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
35 --as-needed.
36
4fd4095a
DE
372015-07-24 Doug Evans <dje@google.com>
38
39 * gdb.perf/lib/perftest/measure.py (MeasurementCpuTime::stop): Print
40 result.
41 (MeasurementWallTime::stop): Ditto.
42 (MeasurementVmSizeTime::stop): Ditto.
43
1e76a7e9
SDJ
442015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * gdb.base/catch-syscall.exp: Call gdb_exit before
47 gdb_skip_xml_test.
48
5068630a
PA
492015-07-24 Pedro Alves <palves@redhat.com>
50
51 * gdb.python/py-events.exp: Accept output between the stop event
52 and the prompt.
53 * gdb.python/py-evsignal.exp: Likewise.
54 * gdb.python/py-evthreads.exp: Likewise.
55
77598427
PA
562015-07-24 Pedro Alves <palves@redhat.com>
57
58 PR gdb/18717
59 * gdb.threads/non-ldr-exit.c: New file.
60 * gdb.threads/non-ldr-exit.exp: New file.
61
11e6c98f
YQ
622015-07-24 Yao Qi <yao.qi@linaro.org>
63
64 * gdb.server/ext-wrapper.exp: Test --wrapper option when
65 restarting process.
66
51aee833
YQ
672015-07-24 Yao Qi <yao.qi@linaro.org>
68
69 * gdb.server/ext-restart.exp: New file.
70
8cfe207c
YQ
712015-07-24 Yao Qi <yao.qi@linaro.org>
72
73 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
74 argument options.
75 * gdb.server/ext-wrapper.exp: New file.
76
cc12ce38
DE
772015-07-23 Doug Evans <dje@google.com>
78
79 * gdb.dwarf2/dw2-dummy-cu.S: New file.
80 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
81
d0d84780
PMR
822015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
83
84 * gdb.ada/var_arr_typedef.exp: New testcase.
85 * gdb.ada/var_arr_typedef/pack.adb: New file.
86 * gdb.ada/var_arr_typedef/pack.ads: New file.
87 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
88
8b558f79
JB
892015-07-20 Joel Brobecker <brobecker@adacore.com>
90
91 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
92
775a3298
JK
932015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 * gdb.arch/i386-biarch-core.exp: Replace istarget
96 by "complete set gnutarget". Remove expectation for the "core-file"
97 command.
98
db1ff28b
JK
992015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 Revert the previous commit:
102 Tests for validate symbol file using build-id.
103
0a94970d
JK
1042015-07-15 Aleksandar Ristovski <aristovski@qnx.com
105
106 Tests for validate symbol file using build-id.
107 * gdb.base/solib-mismatch-lib.c: New file.
108 * gdb.base/solib-mismatch-libmod.c: New file.
109 * gdb.base/solib-mismatch.c: New file.
110 * gdb.base/solib-mismatch.exp: New file.
111
03346981
SL
1122015-07-15 Sandra Loosemore <sandra@codesourcery.com>
113
114 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
115 nios2-*-linux*.
116 * gdb.base/sigbpt.exp (stepi_out): Likewise.
117 * gdb.base/siginfo.exp: Likewise.
118 * gdb.base/sigstep.exp (advance, advancei): Likewise.
119
42422cc7
PL
1202015-07-15 Pierre Langlois <pierre.langlois@arm.com>
121
122 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
123 Move it to ...
124 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
125 ... here.
126 * gdb.trace/range-stepping.exp: Check that the target supports
127 range stepping.
128
cfa68bae
JK
1292015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
132
8ffdba26
PA
1332015-07-14 Pedro Alves <palves@redhat.com>
134
135 * gdb.base/killed-outside.exp: New file.
136 * gdb.base/killed-outside.c: New file.
137
218a5a11
JK
1382015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
141 (n at main): New.
142 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
143
e03ed3c6
AA
1442015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
145
146 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
147 infcall tests instead of setting up for KFAIL.
148
485668e5
MM
1492015-07-10 Markus Metzger <markus.t.metzger@intel.com>
150
151 * gdb.btrace/record_goto-step.exp: New.
152
08464196
JK
1532015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 PR compile/18484
156 * gdb.compile/compile.c (struct struct_type): Add volatile to
157 selffield's type.
158 * gdb.compile/compile.exp
159 (compile code struct_object.selffield = &struct_object): Skip further
160 struct_object tests if this one xfails.
161
bcf5c1d9
RC
1622015-07-08 Robert O'Callahan <robert@ocallahan.org>
163
164 PR exp/18617
165 * gdb.trace/ax.exp: Add test.
166
4931af25
YQ
1672015-07-07 Yao Qi <yao.qi@linaro.org>
168
169 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
170 instead of istarget "aarch64*-*-*".
171 * gdb.arch/aarch64-fp.exp: Likewise.
172 * gdb.base/float.exp: Likewise.
173 * gdb.reverse/aarch64.exp: Likewise.
174 * lib/gdb.exp (is_aarch64_target): New proc.
175
9fcf688e
YQ
1762015-07-07 Yao Qi <yao.qi@linaro.org>
177
178 * lib/gdb.exp (is_aarch32_target): New proc.
179 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
180 instead of "istarget "arm*-*-*"".
181 * gdb.arch/arm-disp-step.exp: Likewise.
182 * gdb.arch/thumb-bx-pc.exp: Likewise.
183 * gdb.arch/thumb-prologue.exp: Likewise.
184 * gdb.arch/thumb-singlestep.exp: Likewise.
185 * gdb.base/disp-step-syscall.exp: Likewise.
186 * gdb.base/float.exp: Likewise.
187
fbd8d50d
YQ
1882015-07-07 Yao Qi <yao.qi@linaro.org>
189
190 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
191 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
192
71be1fdc
YQ
1932015-07-07 Yao Qi <yao.qi@linaro.org>
194
195 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
196 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
197 if it exists.
198 * gdb.multi/multi-arch.exp: Likewise.
199
3e221d36
SM
2002015-07-07 Simon Marchi <simon.marchi@ericsson.com>
201
202 * gdb.python/py-lazy-string.exp: Add missing parentheses to
203 print.
204
d441430b
YQ
2052015-07-07 Yao Qi <yao.qi@linaro.org>
206
207 * gdb.arch/thumb-singlestep.exp: Do one more single step.
208
06f810bd
MG
2092015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
210
211 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
212 '[' and ']' characters.
213
5e61e7c0
IB
2142015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
215
216 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
217
28bf096c
PA
2182015-06-29 Pedro Alves <palves@redhat.com>
219
220 PR threads/18127
221 * gdb.threads/hand-call-new-thread.c: New file.
222 * gdb.threads/hand-call-new-thread.c: New file.
223
ee93cd5e
KS
2242015-06-26 Keith Seitz <keiths@redhat.com>
225 Doug Evans <dje@google.com>
226
227 PR 16253
228 * gdb.cp/var-tag-2.cc: New file.
229 * gdb.cp/var-tag-3.cc: New file.
230 * gdb.cp/var-tag-4.cc: New file.
231 * gdb.cp/var-tag.cc: New file.
232 * gdb.cp/var-tag.exp: New file.
233
fc637f04
PP
2342015-06-26 Patrick Palka <patrick@parcs.ath.cx>
235
236 * gdb.base/history-duplicates.exp: New test.
237
2e52ae68
PP
2382015-06-26 Patrick Palka <patrick@parcs.ath.cx>
239
240 * gdb.base/completion.exp: Test the completion of the "focus"
241 command.
242
6e22494e
JK
2432015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
244
245 * gdb.arch/amd64-prologue-skip.S: New file.
246 * gdb.arch/amd64-prologue-skip.exp: New file.
247
bf7b9cd9
SM
2482015-06-25 Simon Marchi <simon.marchi@ericsson.com>
249
250 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
251 is_address_zero_readable check.
252
201e8dfd
PB
2532015-06-24 Peter Bergner <bergner@vnet.ibm.com>
254
255 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
256 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
257
5cd867b4
YQ
2582015-06-24 Yao Qi <yao.qi@linaro.org>
259
260 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
261 linux targets.
262
4d7be007
YQ
2632015-06-24 Yao Qi <yao.qi@linaro.org>
264
265 * lib/gdb.exp (supports_get_siginfo_type): New proc.
266 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
267 * gdb.base/siginfo-thread.exp: Likewise.
268
07fcd301
YQ
2692015-06-22 Yao Qi <yao.qi@linaro.org>
270
271 * boards/remote-gdbserver-on-localhost.exp: Add comments.
272
52042a00
YQ
2732015-06-22 Yao Qi <yao.qi@linaro.org>
274
275 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
276 aarch64*-*-*.
277 (skip_hw_watchpoint_tests): Likewise.
278
74bd41ce
PP
2792015-06-18 Patrick Palka <patrick@parcs.ath.cx>
280
281 * gdb.base/gdbinit-history.exp: Test the interaction between
282 setting GDBHISTSIZE and setting the history size via .gdbinit.
283
bc460514
PP
2842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
285
286 PR gdb/16999
287 * gdb.base/gdbhistsize-history.exp: New test.
288
b58c513b
PP
2892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
290
291 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
292 with GDBHISTSIZE.
293 * gdb.base/readline.exp: Likewise.
294
92046791
YQ
2952015-06-17 Yao Qi <yao.qi@linaro.org>
296
297 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
298 line.
299
2093d2d3
PP
3002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
301
302 * gdb.base/gdbinit-history.exp: Add test case to check that
303 an unlimited history file does not get truncated on exit.
304
e6c693af
AA
3052015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
306
307 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
308 (VECTOR): New macro. Use it...
309 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
310 ...for these typedefs.
311 (int8, char1, int1, double1): New typedefs.
312 (struct just_int2, struct two_int2): New structures.
313 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
314 (add_structvecs, add_singlevecs): New functions.
315 (main): Call add_some_intvecs twice.
316 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
317 the compile and exit upon failure. Try compiling for the "native"
318 architecture. Test inferior function calls with vector arguments
319 and vector return value handling with "finish" and "return".
320
c74f7d1c
JT
3212015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
322
323 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
324 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
325 PE file.
326 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
327
98aa42ee
AT
3282015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
329
330 PR breakpoints/16465
331 * gdb.mi/mi-dprintf-pending.c: New file.
332 * gdb.mi/mi-dprintf-pending.exp: New test.
333 * gdb.mi/mi-dprintf-pendshr.c: New file.
334
7d73c23c 3352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 336 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
337
338 * gdb.arch/i386-mpx-map.c: New file.
339 * gdb.arch/i386-mpx-map.exp: New File.
340
3412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
342
343 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
344 * gdb.arch/i386-mpx.exp: Indentation fixed.
345
3462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
347
348 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
349 function and improved indentation.
350 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
351 gdb_test_multiple. Added additional tests to skip the test.
352
3532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
354
355 * gdb.arch/i386-avx512.c: Change path in include file.
356 * gdb.arch/i386-avx512.exp: Change include dir path
357 compilation flag.
358 * gdb.arch/i386-mpx.c: Change path in include file.
359 * gdb.arch/i386-mpx.exp: Change include dir path compilation
360 flag.
361
d5eba19a
JK
3622015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
363
364 * gdb.compile/compile-print.exp (compile print *vararray@3)
365 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
366
7f361056
JK
3672015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
370 (do not keep jit in memory): ... this.
371 (expect 5): Change it to ...
372 (expect no 5): ... this.
373
3b462ec2
SM
3742015-06-02 Simon Marchi <simon.marchi@ericsson.com>
375
376 PR gdb/15564
377 * gdb.mi/mi-detach.exp: New file.
378
e0619de6
JK
3792015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 PR symtab/18392
382 * gdb.arch/amd64-tailcall-self.S: New file.
383 * gdb.arch/amd64-tailcall-self.c: New file.
384 * gdb.arch/amd64-tailcall-self.exp: New file.
385
e970cb34
DB
3862015-05-28 Don Breazeal <donb@codesourcery.com>
387
388 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
389 tests for remote targets by checking is_target_gdbserver.
390
b2e2f908
DE
3912015-05-27 Doug Evans <dje@google.com>
392
393 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
394 * gdb.dwarf2/opaque-type-lookup.c: New file.
395 * gdb.dwarf2/opaque-type-lookup.exp: New file.
396
82c7be31
DE
3972015-05-26 Doug Evans <dje@google.com>
398
399 * gdb.cp/iostream.cc: New file.
400 * gdb.cp/iostream.exp: New file.
401
b4f54984
DE
4022015-05-26 Doug Evans <dje@google.com>
403
404 * gdb.dwarf2/dw2-op-call.exp: Update.
405 * gdb.dwarf2/dw4-sig-types.exp: Update.
406 * gdb.dwarf2/implptr.exp: Update.
407 * gdb.mi/mi-cmd-param-changed.exp: Update.
408
4ea6efe9
DE
4092015-05-26 Doug Evans <dje@google.com>
410
411 * gdb.python/py-lazy-string.c: New file.
412 * gdb.python/py-lazy-string.exp: New file.
413 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
414 (main): Update. Add estring3.
415 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
416 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
417
f6bb7db3
YQ
4182015-05-26 Omair Javaid <omair.javaid@linaro.org>
419 Yao Qi <yao.qi@linaro.org>
420
421 * gdb.reverse/aarch64.c: New.
422 * gdb.reverse/aarch64.exp: New.
423
a81bfbd0
OJ
4242015-05-26 Omair Javaid <omair.javaid@linaro.org>
425
426 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
427 (supports_reverse): Likewise.
428
158bf1b4
PP
4292015-05-22 Patrick Palka <patrick@parcs.ath.cx>
430
431 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
432 Use with_test_prefix.
433
a0145030
AB
4342015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * gdb.base/completion.exp: Add test for completion of layout
437 names.
438
ebe3b578
AB
4392015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * lib/gdb.exp (skip_tui_tests): New proc.
442 * gdb.base/tui-layout.exp: Check skip_tui_tests.
443
84204ed7
PA
4442015-05-19 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
447 Save the whole env array instead of just HOME. Unset HISTSIZE in
448 the environment while testing. Restore whole environment
449 afterwards.
450
37442ce1
DE
4512015-05-16 Doug Evans <xdje42@gmail.com>
452
453 * gdb.guile/scm-ports.c: New file.
454 * gdb.guile/scm-ports.exp: Add memory port tests.
455
36de76f9
JK
4562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
457
458 * gdb.compile/compile-print.c: New file.
459 * gdb.compile/compile-print.exp: New file.
460
3a9558c4
JK
4612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * gdb.compile/compile-ops.exp: Cast param to void.
464 * gdb.compile/compile.exp: Complete type for _gdb_expr.
465 (compile code struct_object.selffield = &struct_object): Add xfail.
466
aa715135
JG
4672015-05-15 Joel Brobecker <brobecker@adacore.com>
468
469 * gdb.ada/arr_enum_with_gap: New testcase.
470
931e5bc3
JG
4712015-05-15 Joel Brobecker <brobecker@adacore.com>
472
473 * gdb.ada/byte_packed_arr: New testcase.
474
9cd4d857
JB
4752015-05-15 Joel Brobecker <brobecker@adacore.com>
476
477 * gdb.ada/pckd_neg: New testcase.
478
ebfd00d2
PP
4792015-05-13 Patrick Palka <patrick@parcs.ath.cx>
480
481 PR gdb/17820
482 * gdb.base/gdbinit-history.exp: New test.
483 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
484 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
485
4c082a81
SC
4862015-05-09 Siva Chandra Reddy <sivachandra@google.com>
487
488 * gdb.python/py-xmethods.cc: Enhance test case.
489 * gdb.python/py-xmethods.exp: New tests.
490 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
491 function.
492 (B_indexoper): Likewise.
493 (global_dm_list) : Add new xmethod worker functions.
494
f7797074
SDJ
4952015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
496
497 * gdb.base/coredump-filter.exp: Correctly unset
498 "coredump_var_addr" array.
499
a4674e4e
PA
5002015-05-08 Pedro Alves <palves@redhat.com>
501
502 * gdb.server/non-existing-program.exp: Unset spawn_id.
503
df2eb078
SC
5042015-05-08 Siva Chandra Reddy <sivachandra@google.com>
505
506 PR python/18291
507 * gdb.python/py-xmethods.exp: Add tests.
508
422349a3
YQ
5092015-05-08 Yao Qi <yao.qi@linaro.org>
510
511 PR gdb/18208
512 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
513 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
514 function set_coredump_filter, and remove remote_exec call.
515 Remove argument ipid. Callers update.
516 (top level): Don't get inferior's PID.
517
63fc80ce
AA
5182015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
519
520 * gdb.base/watch_thread_num.exp: Skip test on targets without
521 access watchpoints.
522
80ad801e
PA
5232015-05-06 Pedro Alves <palves@redhat.com>
524
525 PR server/18081
526 * gdb.server/non-existing-program.exp: New file.
527
0fa7fe50
JB
5282015-05-05 Joel Brobecker <brobecker@adacore.com>
529
530 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
531
3ea89b92
PMR
5322015-05-05 Joel Brobecker <brobecker@adacore.com>
533
534 * gdb.ada/out_of_line_in_inlined: New testcase.
535
87b8eff0
JB
5362015-05-05 Joel Brobecker <brobecker@adacore.com>
537
538 * gdb.ada/var_rec_arr: New testcase.
539
5fccc635
YQ
5402015-04-30 Yao Qi <yao.qi@linaro.org>
541
542 * gdb.base/break-idempotent.exp: If
543 skip_hw_watchpoint_multi_tests returns true, skip the tests
544 on "rwatch" and "awatch".
545
42d38f42
YQ
5462015-04-30 Yao Qi <yao.qi@linaro.org>
547
548 * gdb.base/relativedebug.exp: Invoke gdb command
549 "info sharedlibrary", and if libc.so doesn't have debug info,
550 skip the test.
551
2ce1cdbf
DE
5522015-04-29 Doug Evans <dje@google.com>
553
554 * gdb.python/py-xmethods.exp: Add ptype tests.
555 * gdb.python/py-xmethods.py (E_method_char_worker): Add
556 get_result_type method.
557
f24a38c5
LM
5582015-04-29 Luis Machado <lgustavo@codesourcery.com>
559
560 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
561 the target does not support hardware watchpoints.
562
ecbf2b3c
LM
5632015-04-29 Luis Machado <lgustavo@codesourcery.com>
564
565 * gdb.base/break-always.exp: Abort testing if writing to memory
566 causes an error.
567
34f5f757
DE
5682015-04-28 Doug Evans <dje@google.com>
569
570 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
571 * gdb.python/py-pp-registration.exp: ... here. New file.
572 * gdb.python/py-pp-registration.c: New file.
573 * gdb.python/py-pp-registration.py: New file.
574
69b4374a
DE
5752015-04-28 Doug Evans <dje@google.com>
576
577 * gdb.python/py-bad-printers.c: New file.
578 * gdb.python/py-bad-printers.py: New file.
579 * gdb.python/py-bad-printers.exp: New file.
580
59fb7612
SS
5812015-04-28 Sasha Smundak <asmundak@google.com>
582
583 * gdb.python/py-type.exp: New test.
584
2631b16a
AW
5852015-04-28 Andy Wingo <wingo@igalia.com>
586
587 * gdb.python/py-parameter.exp:
588 * gdb.guile/scm-parameter.exp: Escape the path that we are
589 matching against, as it might contain characters that are special
590 to regular expressions.
591
460efde1
JB
5922015-04-27 Joel Brobecker <brobecker@adacore.com>
593
594 * gdb.ada/rec_comp: New testcase.
595
2d369d8e
SDJ
5962015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
597
598 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
599 before using it.
600
cf75d6c3
AB
6012015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
604 new tests for verilog output.
605
8dbe7ca5
YQ
6062015-04-24 Yao Qi <yao.qi@linaro.org>
607
608 * boards/remote-gdbserver-on-localhost.exp: New file.
609
4ef9fb2f
PA
6102015-04-23 Pedro Alves <palves@redhat.com>
611
612 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
613 $inferior_spawn_id instead of $inferior_spawn_id directly. On
614 "end of file", remove $inferior_spawn_id from the indirect list.
615
0a803169
PA
6162015-04-23 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
619
749ef8f8
PA
6202015-04-23 Pedro Alves <palves@redhat.com>
621
622 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
623 on $any_spawn_id instead of only on $gdb_spawn_id.
624
8aae4344
PM
6252015-04-21 Pierre Muller <muller@sourceware.org>
626
627 PR pascal/17815
628 * lib/pascal.exp (gpc_compile): Add new option "class".
629 (fpc_compile): Likewise.
630 * gdb.pascal/case-insensitive-symbols.pas: New file.
631 * gdb.pascal/case-insensitive-symbols.exp: New file.
632
1586c8fb
GB
6332015-04-20 Gary Benson <gbenson@redhat.com>
634
635 * gdb.base/attach.exp: Fix three extended remote failures.
636
1b6e6f5c
GB
6372015-04-17 Gary Benson <gbenson@redhat.com>
638
639 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
640 the main executable over the remote protocol.
641
e797481d
PA
6422015-04-16 Pedro Alves <palves@redhat.com>
643
644 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
645 a new gdbserver if gdbserver_reconnect_p is set.
646
1ca99c42
PA
6472015-04-16 Pedro Alves <palves@redhat.com>
648
649 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
650 is set, don't exit gdbserver.
651
af9fd6f8
AA
6522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
653
654 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
655 appropriate .insn, such that an older assembler can be used.
656 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
657 the z/Architecture instruction set on 31-bit targets as well.
658
04ff1e61
AA
6592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
660
661 * gdb.go/handcall.exp: Remove all logic related to the first
662 breakpoint and rely on go_runto_main instead.
663 * gdb.go/strings.exp: Likewise.
664 * gdb.go/unsafe.exp: Likewise.
665 * gdb.go/hello.exp: Likewise. Also rename the remaining
666 breakpoint marker to "breakpoint 1".
667 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
668 * gdb.go/strings.go: Likewise.
669 * gdb.go/unsafe.go: Likewise.
670 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
671 "set breakpoint 2 here" and rename the remaining breakpoint marker
672 to "breakpoint 1".
673
40d2f8d6
SM
6742015-04-15 Simon Marchi <simon.marchi@ericsson.com>
675
676 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
677 if itertools.imap is not present.
678 * gdb.python/py-objfile.exp: Add parentheses.
679 * gdb.python/py-type.exp: Same.
680 * gdb.python/py-unwind-maint.py: Same.
681
8cbc97c6
YQ
6822015-04-15 Yao Qi <yao.qi@linaro.org>
683
684 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
685 of ":$ptr_size" and set its form explicitly.
686
45fd756c
YQ
6872015-04-15 Pedro Alves <palves@redhat.com>
688 Yao Qi <yao.qi@linaro.org>
689
690 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
691 timeout by factor of 4.
692 (test_regular_watch): Likewise.
693 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
694 * gdb.reverse/sigall-reverse.exp: Likewise.
695 * gdb.reverse/until-precsave.exp: Likewise.
696 * lib/gdb.exp (with_timeout_factor): New proc.
697 (gdb_expect): Move some code to ...
698 (get_largest_timeout): ... here. New procedure.
699
9e811bc3
LM
7002015-04-14 Luis Machado <lgustavo@codesourcery.com>
701
702 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
703
0ff6fcb2
LM
7042015-04-13 Luis Machado <lgustavo@codesourcery.com>
705
706 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
707 to write to the .text section.
708
7578d5f7
LM
7092015-04-13 Luis Machado <lgustavo@codesourcery.com>
710
711 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
712 Handle the case of targets that do not provide PID information.
713
2efe15c4
YQ
7142015-04-13 Yao Qi <yao.qi@linaro.org>
715
716 * lib/gdbserver-support.exp (gdb_exit): Catch exception
717 and use expect instead of gdb_expect.
718
8cd8f2f8
SDJ
7192015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
720
721 * gdb.base/coredump-filter.exp: Rename variable "addr" to
722 "coredump_var_addr" to avoid naming conflict with other testcases.
723
9ee41772
PA
7242015-04-10 Pedro Alves <palves@redhat.com>
725
726 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
727 gdb_test_sequence and gdb_assert.
728
07473109
PA
7292015-04-10 Pedro Alves <palves@redhat.com>
730
731 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
732 test messages that don't include the breakpoint address.
733
de3db44c
YQ
7342015-04-10 Yao Qi <yao.qi@linaro.org>
735
736 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
737 false for some offset and width combinations which aren't
738 supported by linux kernel.
739
c79d856c
PA
7402015-04-10 Pedro Alves <palves@redhat.com>
741
742 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
743 procedure, factored out from ...
744 (top level): ... here. Add "set displaced-stepping" testing axis.
745 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
746 parameter "displaced". Use it.
747 (top level): Use foreach and add "set displaced-stepping" testing
748 axis.
749
ebc90b50
PA
7502015-04-10 Pedro Alves <palves@redhat.com>
751
752 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
753 Remove comment.
754 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
755 both the address of the instruction that triggers the watchpoint
756 and the address of the instruction immediately after, and use
757 those addresses for the test. Fix comment.
758
8f572e5c
PA
7592015-04-10 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/sigstep.exp (breakpoint_to_handler)
762 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
763 Test "backtrace" in handler.
764 (breakpoint_over_handler): New parameter 'displaced'. Use it.
765 (top level): Add new "displaced" test axis to
766 breakpoint_to_handler, breakpoint_to_handler_entry and
767 breakpoint_over_handler.
768
8d707a12
PA
7692015-04-10 Pedro Alves <palves@redhat.com>
770
771 PR gdb/18216
772 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
773
ef713951
YQ
7742015-04-10 Yao Qi <yao.qi@linaro.org>
775
776 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
777 (test_add_rn_pc): New function.
778 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
779 (top level): Invoke test_add_rn_pc.
780
906d60cf
PA
7812015-04-10 Pedro Alves <palves@redhat.com>
782
783 PR gdb/13858
784 * gdb.base/step-over-no-symbols.exp: New file.
785
f2983cc3
AW
7862015-04-09 Andy Wingo <wingo@igalia.com>
787
788 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
789 after the Python tests.
790
6d62641c
SDJ
7912015-04-08 Keith Seitz <keiths@redhat.com>
792
793 PR python/16699
794 * gdb.python/py-completion.exp: New tests for completion.
795 * gdb.python/py-completion.py (CompleteLimit1): New class.
796 (CompleteLimit2): Likewise.
797 (CompleteLimit3): Likewise.
798 (CompleteLimit4): Likewise.
799 (CompleteLimit5): Likewise.
800 (CompleteLimit6): Likewise.
801 (CompleteLimit7): Likewise.
802
f3770638
PA
8032015-04-08 Pedro Alves <palves@redhat.com>
804
805 PR gdb/18214
806 PR gdb/18216
807 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
808 function.
809 (main): Install it as SIGUSR1 handler.
810 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
811 parameter. Always use "setup" as prefix. Toggle "set
812 displaced-stepping" off/on depending on global. Don't switch to
813 thread 1 here.
814 (top level): Add displaced stepping "off/on" test axis. Update
815 "setup" calls. Wrap each subtest with with_test_prefix. Test
816 continuing with a queued signal in each thread.
817
4496bed7
PA
8182015-04-08 Pedro Alves <palves@redhat.com>
819
820 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
821 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
822 gdb_breakpoint instead of gdb_test that doesn't expect anything.
823 Return early if running to main fails.
824 * gdb.trace/while-stepping.exp: Likewise.
825
b97fde92
PA
8262015-04-07 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
829 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
830 interact with inferior program.
831
f71c18e7
PA
8322015-04-07 Pedro Alves <palves@redhat.com>
833
834 * lib/gdb.exp (inferior_spawn_id): New global.
835 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
836 spawn id after processing the user code.
837 (default_gdb_start): Set inferior_spawn_id.
838 (send_inferior): New procedure.
839 * lib/gdbserver-support.exp (gdbserver_start): Set
840 inferior_spawn_id.
841 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
842
6423214f
PA
8432015-04-07 Pedro Alves <palves@redhat.com>
844
845 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
846 * lib/gdbserver-support.exp (gdbserver_start): Make
847 $server_spawn_id global.
848 (gdbserver_start): Don't wait for gdbserver's spawn id with
849 expect_background.
850 (close_gdbserver): New procedure.
851 (gdb_exit): Rename the default version and reimplement.
852
71c0ee8c
PA
8532015-04-07 Pedro Alves <palves@redhat.com>
854
72f4393d 855 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
856 append the substituted item, not the original item.
857
203bc29b
PA
8582015-04-07 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
861 gdb_expect.
862
508a3ddf
PA
8632015-04-07 Pedro Alves <palves@redhat.com>
864
865 * gdb.base/interrupt.exp: Don't handle the case of the inferior
866 output appearing once only.
867
9f6dbe2b
PA
8682015-04-07 Pedro Alves <palves@redhat.com>
869
870 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
871 that doesn't expect anything. Return early if running to main
872 fails.
873
337532fa
YQ
8742015-04-07 Yao Qi <yao.qi@linaro.org>
875
876 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
877 (child_function): Call alarm.
878 (main): Move call to alarm into the loop.
879 * gdb.threads/non-stop-fair-events.exp: Build program with
880 -DTIMEOUT=$timeout.
881
01b622d4
DE
8822015-04-06 Doug Evans <xdje42@gmail.com>
883
884 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
885 Fix dest parameter to board_info.
886 (fpc_compile): Ditto.
887 (gdb_compile_pascal): Rename dest arg to destfile.
888
961f4160
PMR
8892015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
890
891 * gdb.ada/funcall_ref.exp: New file.
892 * gdb.ada/funcall_ref/foo.adb: New file.
893
cafda597
YQ
8942015-04-02 Yao Qi <yao.qi@linaro.org>
895
896 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
897 is remote.
898
fed040c6
GB
8992015-04-02 Gary Benson <gbenson@redhat.com>
900
901 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
902
d11916aa
SS
9032015-04-01 Sasha Smundak <asmundak@google.com>
904
905 * gdb.python/py-unwind-maint.c: New file.
906 * gdb.python/py-unwind-maint.exp: New test.
907 * gdb.python/py-unwind-maint.py: New file.
908 * gdb.python/py-unwind.c: New file.
909 * gdb.python/py-unwind.exp: New test.
910 * gdb.python/py-unwind.py: New test.
911
a1471180
PA
9122015-04-01 Pedro Alves <palves@redhat.com>
913
914 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
915 to fail instead of non-existent $test.
916
0bbeccb1
PA
9172015-04-01 Pedro Alves <palves@redhat.com>
918
919 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
920 GDBFLAGS if not empty.
921
3c724c8c
PMR
9222015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
923
924 * gdb.ada/complete.exp: Remove "multi_line".
925 * gdb.ada/info_exc.exp: Remove "multi_line".
926 * gdb.ada/packed_tagged.exp: Remove "multi_line".
927 * gdb.ada/ptype_field.exp: Remove "multi_line".
928 * gdb.ada/sym_print_name.exp: Remove "multi_line".
929 * gdb.ada/tagged.exp: Remove "multi_line".
930 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
931 [multi_line ...]
932 * gdb.btrace/delta.exp: Likewise.
933 * gdb.btrace/exception.exp: Likewise.
934 * gdb.btrace/function_call_history.exp: Likewise.
935 * gdb.btrace/instruction_history.exp: Likewise.
936 * gdb.btrace/nohist.exp: Likewise.
937 * gdb.btrace/record_goto.exp: Likewise.
938 * gdb.btrace/segv.exp: Likewise.
939 * gdb.btrace/stepi.exp: Likewise.
940 * gdb.btrace/tailcall.exp: Likewise.
941 * gdb.btrace/unknown_functions.exp: Likewise.
942 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
943 * lib/gdb.exp: Add the "multi_line" helper.
944
4eec2deb
PA
9452015-04-01 Pedro Alves <palves@redhat.com>
946
947 * gdb.threads/tid-reuse.c: New file.
948 * gdb.threads/tid-reuse.exp: New file.
949
df8411da
SDJ
9502015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
951
952 PR corefiles/16092
953 * gdb.base/coredump-filter.c: New file.
954 * gdb.base/coredump-filter.exp: Likewise.
955
6ef37366
PM
9562015-03-27 Petr Machata <pmachata@redhat.com>
957
958 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
959 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
960 (Dwarf::assemble): Initialize them.
961 (Dwarf::lines): New function.
962
7ec911b0
JT
9632015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
964
965 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
966 SYMBOL_PREFIX for x86_64-*-cygwin.
967
ff908ebf
AW
9682015-03-26 Andy Wingo <wingo@igalia.com>
969
970 PR symtab/18148
971 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
972 const_value but not a location.
973 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
974 location defined in non-main CUs are visible.
975
6d5f0679
YQ
9762015-03-26 Yao Qi <yao.qi@linaro.org>
977
978 PR testsuite/18139
979 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
980 Add a line number entry for the same line.
981 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
982 Add a line number entry for the same line.
983
2898689b
YQ
9842015-03-26 Yao Qi <yao.qi@linaro.org>
985
986 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
987 .int 0.
988 (func): Likewise. Add .Lfunc_1 label.
989 Use .Lfunc_1 label.
990 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
991 .int 0.
992 (func): Likewise.
993 Use .Lfunc_1 label.
994
85180498
YQ
9952015-03-26 Yao Qi <yao.qi@linaro.org>
996
997 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
998 Call gdb_compile instead to compile each .s files without debug
999 information.
1000
8aa08a8d
YQ
10012015-03-26 Yao Qi <yao.qi@linaro.org>
1002
1003 * gdb.base/savedregs.exp (process_saved_regs): Make
1004 "Saved registers:" optional in the pattern.
1005
66849923
MM
10062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1007
1008 * gdb.btrace/next.exp: Merged into step.exp.
1009 * gdb.btrace/finish.exp: Merged into step.exp.
1010 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1011 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1012 "record goto" and checking the exact replay position.
1013 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1014 check for "Recording format" in "info record" output.
1015 * gdb.btrace/record_goto.exp: Choose test file based on target.
1016 * gdb.btrace/x86-record_goto.S: Renamed into ...
1017 * gdb.btrace/x86_64-record_goto.S: ... this.
1018 * gdb.btrace/i686-record_goto.S: New.
1019 * gdb.btrace/x86-tailcall.S: Renamed into ...
1020 * gdb.btrace/x86_64-tailcall.S: ... this.
1021 * gdb.btrace/i686-tailcall.S: New.
1022 * gdb.btrace/x86-tailcall.c: Renamed into ...
1023 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1024 separate statements. Update test.
1025 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1026 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1027 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1028 * gdb.btrace/tailcall.exp: Choose test file based on target.
1029 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1030
11cc1b74
MM
10312015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1032
1033 * gdb.btrace/exception.exp: Increase BTS buffer size.
1034
a25d8bf9
PA
10352015-03-24 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1038
856e7dd6
PA
10392015-03-24 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.threads/schedlock.exp (test_step): No longer expect that
1042 "set scheduler-locking step" with "next" over a function call runs
1043 threads unlocked.
1044
ad235a41
AT
10452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1046
1047 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1048
15630549
AT
10492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1050
1051 PR breakpoints/16466
1052 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1053 * gdb.mi/mi-pending.c (thread_func): New function.
1054 (int main): Add threading support required.
1055 * gdb.mi/mi-pending.exp: Add tests for this issue.
1056 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1057 (pendfunc2): Remove stdio dependency.
1058 * gdb.mi/mi-pendshr2.c: New file.
1059
693dca06
KS
10602015-03-23 Keith Seitz <keiths@redhat.com>
1061
1062 * gdb.linespec/keywords.c: New file.
1063 * gdb.linespec/keywords.exp: New file.
1064
7e993ebf
KS
10652015-03-23 Keith Seitz <keiths@redhat.com>
1066
1067 PR gdb/18021
1068 * gdb.dwarf2/staticvirtual.exp: New test.
1069
bc23328c
JK
10702015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1073 * README: Remove HP-UX and gdb.hp.
1074 (configuration):
1075 * configure: Regenerate.
1076 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1077 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1078 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1079 gdb.hp/gdb.defects/Makefile.
1080 * gdb.hp/Makefile.in: File deleted.
1081 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1082 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1083 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1084 * gdb.hp/gdb.aCC/run.c: File deleted.
1085 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1086 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1087 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1088 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1089 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1090 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1091 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1092 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1093 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1094 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1095 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1096 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1097 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1098 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1099 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1100 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1101 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1102 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1103 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1104 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1105 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1106 * gdb.hp/gdb.compat/average.c: File deleted.
1107 * gdb.hp/gdb.compat/sum.c: File deleted.
1108 * gdb.hp/gdb.compat/xdb.c: File deleted.
1109 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1110 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1111 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1112 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1113 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1114 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1115 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1116 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1117 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1118 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1119 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1120 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1121 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1122 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1123 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1124 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1125 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1126 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1127 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1128 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1129 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1130 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1131 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1132 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1133 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1134 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1135 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1136 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1137 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1138 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1139 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1140 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1141 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1142 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1143 * gdb.hp/tools/odump: File deleted.
1144
8bf3b159
PA
11452015-03-19 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1148 (saw_thread_3): New globals.
1149 (top level): Increment them when an event for the corresponding
1150 thread is seen.
1151 (no thread starvation): New test.
1152
eb54c8bf
PA
11532015-03-19 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.threads/continue-pending-status.c: New file.
1156 * gdb.threads/continue-pending-status.exp: New file.
1157
32d2e5d6
PA
11582015-03-18 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1161 Use gdb_is_target_remote instead of is_remote. Use
1162 gdb_test_multiple instead of gdb_expect. Exit early if
1163 gdb_test_multiple hits its internal matches. Tighten stepi tests
1164 expected output. Fail on exit with any signal, instead of just
1165 SIGILL.
1166
f68f11b7
YQ
11672015-03-18 Yao Qi <yao.qi@linaro.org>
1168
1169 PR tdep/18107
1170 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1171 variable.
1172 * gdb.base/catch-syscall.exp: Don't skip it on
1173 aarch64*-*-linux* target. Remove elements in all_syscalls.
1174 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1175 target.
1176 (setup_all_syscalls): New proc.
1177
ca5fd19b
YQ
11782015-03-16 Yao Qi <yao.qi@linaro.org>
1179
1180 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1181 (top level): Skip tests if valid_addr_p returns false for
1182 $cmd1 or $cmd2.
1183
85642ba0
AW
11842015-03-11 Andy Wingo <wingo@igalia.com>
1185
1186 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1187
e03f9645
YQ
11882015-03-11 Yao Qi <yao.qi@linaro.org>
1189
1190 * gdb.base/catch-syscall.exp: Fix typo in comments.
1191
5d0962b2
YQ
11922015-03-11 Yao Qi <yao.qi@linaro.org>
1193
1194 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1195
b2df3cef
PA
11962015-03-09 Pedro Alves <palves@redhat.com>
1197
1198 * dg-extract-results.py: Delete.
1199
ef878e53
PA
12002015-03-09 Pedro Alves <palves@redhat.com>
1201
1202 Merge dg-extract-results.sh from GCC upstream (r218843).
1203
1204 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1205 * dg-extract-results.sh: Use --text with grep to avoid issues with
1206 binary files. Fall back to cat -v, if that doesn't work.
1207
9494d219
PA
12082015-03-05 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1211
a8d9763a
SM
12122015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1213
1214 * lib/mi-support.exp (mi_expect_interrupt): Accept
1215 alternative event for when in all-stop mode.
1216
be9957b8
PA
12172015-03-04 Pedro Alves <palves@redhat.com>
1218
1219 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1220
d57be0f4 12212015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1222
1223 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1224
c214c7cf
AA
12252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1226
1227 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1228 regexps for GDB's current line display, accept a hex address
1229 preceding the line number.
1230
6d74a497
AA
12312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232
1233 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1234 the 'arch1' variable for "s390*-linux*" targets.
1235
511aee7c
PA
12362015-03-04 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1239 (main): Pass missing retval argument to pthread_join call.
1240
95e50b27
PA
12412015-03-02 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1244 (top level): Call do_test with non-stop as well.
1245
28054d69
PA
12462015-03-02 Pedro Alves <palves@redhat.com>
1247
1248 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1249 -1.
1250
4fa5d7b4
AA
12512015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1252
1253 * gdb.arch/s390-vregs.exp: New test.
1254 * gdb.arch/s390-vregs.S: New file.
1255
97c18565
PA
12562015-02-27 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1259 call to catch_command_errors.
1260 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1261 catch_command_errors.
1262
a37bfa30
PA
12632015-02-27 Pedro Alves <palves@redhat.com>
1264
1265 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1266 "true" for boolean result.
1267 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1268 prototype of main.
1269
6f98576f
PA
12702015-02-27 Pedro Alves <palves@redhat.com>
1271
1272 * lib/unbuffer_output.c: New file.
1273 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1274 (main): Call gdb_unbuffer_output.
1275
eba5ab56
YQ
12762015-02-27 Yao Qi <yao.qi@linaro.org>
1277
1278 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1279 target.
1280
0def5aaa
DE
12812015-02-26 Doug Evans <dje@google.com>
1282
1283 * gdb.cp/class2.cc (Dbase, D): New classes.
1284 (main): New local delta.
1285 * gdb.cp/class2.exp: Test printing delta.
1286 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1287 (dynbar): New global.
1288 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1289
081a1c2c
JK
12902015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1291
1292 * gdb.compile/compile-ifunc.c: New file.
1293 * gdb.compile/compile-ifunc.exp: New file.
1294
2f41223f
AT
12952015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1296
1297 * gdb.base/structs.exp: Check for correct struct on finish.
1298
03eddd80
YQ
12992015-02-26 Yao Qi <yao.qi@linaro.org>
1300
1301 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1302 is zero.
1303
80c57053
JK
13042015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1305
1306 * gdb.arch/cordic.ko.bz2: New file.
1307 * gdb.arch/cordic.ko.debug.bz2: New file.
1308 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1309
21613c12
YQ
13102015-02-25 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1313 aarch64*-*-* target.
1314
d8b901ed
PA
13152015-02-23 Pedro Alves <palves@redhat.com>
1316
1317 * lib/gdb.exp (delete_breakpoints): Rewrite using
1318 gdb_test_multiple.
1319
e5b85ead
PA
13202015-02-23 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.base/info-os.c: Include stdlib.h.
1323
85c3a371
DE
13242015-02-22 Doug Evans <xdje42@gmail.com>
1325
1326 PR symtab/17855
1327 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1328 is read after symbols have been re-read.
1329 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1330 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1331
96553a0c
DE
13322015-02-21 Doug Evans <dje@google.com>
1333
1334 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1335
97a0c697
JK
13362015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 PR corefiles/17808
1339 * gdb.arch/i386-biarch-core.core.bz2: New file.
1340 * gdb.arch/i386-biarch-core.exp: New file.
1341
a47cd6e9
PA
13422015-02-21 Pedro Alves <palves@redhat.com>
1343
1344 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1345 runto_main fails.
1346
c5facdc4
PA
13472015-02-20 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1350 info probes.
1351
2db9a427
PA
13522015-02-20 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1355
60fb7e9e
PA
13562015-02-20 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1359 clean_restart before gdb_target_supports_trace.
1360
5c5019c2
PA
13612015-02-20 Pedro Alves <palves@redhat.com>
1362
1363 PR threads/18006
1364 * gdb.threads/clone-thread_db.c: New file.
1365 * gdb.threads/clone-thread_db.exp: New file.
1366
c9587f88
AT
13672015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1368
1369 PR breakpoints/16812
1370 * gdb.base/catch-gdb-caused-signals.c: New file.
1371 * gdb.base/catch-gdb-caused-signals.exp: New file.
1372
f6a88844
JM
13732015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1374
1375 * configure: Regenerated.
1376 * configure.ac: Use GDB_AC_TRANSFORM.
1377 * aclocal.m4: sinclude ../transform.m4.
1378
497c491b
JM
13792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1380
1381 * lib/dtrace.exp: New file.
1382 * gdb.base/dtrace-probe.exp: Likewise.
1383 * gdb.base/dtrace-probe.d: Likewise.
1384 * gdb.base/dtrace-probe.c: Likewise.
1385 * lib/pdtrace.in: Likewise.
1386 * configure.ac: Output variables with the transformed names of
1387 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1388 * configure: Regenerated.
1389
03e98035
JM
13902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1391
1392 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1393 expected message when trying to access $_probe_* convenience
1394 variables while not on a probe.
1395
63cc30e9
JK
13962015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1399
0703599a
PA
14002015-02-11 Pedro Alves <pedro@codesourcery.com>
1401
1402 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1403 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1404
7e60a48e
DE
14052015-02-10 Doug Evans <xdje42@gmail.com>
1406
1407 * lib/gdb.exp (gdb_load): Always return a result.
1408
01b088bc
PA
14092015-02-10 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.threads/signal-sigtrap.c: New file.
1412 * gdb.threads/signal-sigtrap.exp: New file.
1413
b05ec7a5
AT
14142015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1415
1416 * gdb.trace/no-attach-trace.c: New file.
1417 * gdb.trace/no-attach-trace.exp: New file.
1418
a2c2acaf
MW
14192015-02-09 Mark Wielaard <mjw@redhat.com>
1420
1421 * gdb.dwarf2/atomic.c: New file.
1422 * gdb.dwarf2/atomic-type.exp: Likewise.
1423
31fd9caa
MM
14242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1425
1426 * gdb.btrace/buffer-size.exp: Update "info record" output.
1427 * gdb.btrace/delta.exp: Update "info record" output.
1428 * gdb.btrace/enable.exp: Update "info record" output.
1429 * gdb.btrace/finish.exp: Update "info record" output.
1430 * gdb.btrace/instruction_history.exp: Update "info record" output.
1431 * gdb.btrace/next.exp: Update "info record" output.
1432 * gdb.btrace/nexti.exp: Update "info record" output.
1433 * gdb.btrace/step.exp: Update "info record" output.
1434 * gdb.btrace/stepi.exp: Update "info record" output.
1435 * gdb.btrace/nohist.exp: Update "info record" output.
1436
d33501a5
MM
14372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1438
1439 * gdb.btrace/buffer-size: New.
1440
f4abbc16
MM
14412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1442
1443 * gdb.btrace/delta.exp: Update "info record" output.
1444 * gdb.btrace/enable.exp: Update "info record" output.
1445 * gdb.btrace/finish.exp: Update "info record" output.
1446 * gdb.btrace/instruction_history.exp: Update "info record" output.
1447 * gdb.btrace/next.exp: Update "info record" output.
1448 * gdb.btrace/nexti.exp: Update "info record" output.
1449 * gdb.btrace/step.exp: Update "info record" output.
1450 * gdb.btrace/stepi.exp: Update "info record" output.
1451 * gdb.btrace/nohist.exp: Update "info record" output.
1452
b9d61307
SM
14532015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1454
1455 PR gdb/15678
1456 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1457
e584fdbc
PA
14582015-02-06 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1461 macro.
1462 (seconds_left, again): New globals.
1463 (main): Wait seconds_left in a 1-second sleep loop instead of
1464 sleeping 180 seconds. If 'again' is set, reset the seconds
1465 counter.
1466 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1467 'again' in the inferior before detaching. Print the seconds left.
1468 (options): New global.
1469 (top level): Build program with -DTIMEOUT=$timeout.
1470
77f41761
PA
14712015-02-06 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1474 determine how many seconds to pass to 'alarm'.
1475 * gdb.base/gdb-sigterm.exp (top level): Build program with
1476 -DTIMEOUT=$timeout.
1477 (do_test): Return success/failure indication. Add more verbose
1478 logging. Don't fail if 200 single steps are seen. Instead, fail
1479 when the test times out.
1480 (passes): New global.
1481 (top level): Break the testing loop if testing fails on any
1482 iteration. Use gdb_assert.
1483
b9394193
DB
14842015-02-04 Don Breazeal <donb@codesourcery.com>
1485
1486 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1487 and initialize them.
1488 (ipc_cleanup): New function.
1489 (main): Don't declare shmid, semid, and msqid. Add a call to
1490 atexit so that we call ipc_cleanup on exit.
1491
42d9e528
PA
14922015-02-04 Pedro Alves <palves@redhat.com>
1493
1494 * boards/native-extended-gdbserver.exp: Remove any target variant
1495 specifications from the board name before clearing the isremote
1496 flag from board_info.
1497
ae6ae975
DE
14982015-01-31 Doug Evans <xdje42@gmail.com>
1499
1500 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1501
cfb069a8
GB
15022015-01-31 Gary Benson <gbenson@redhat.com>
1503
1504 * gdb.base/completion.exp: Disable completion limiting for
1505 existing tests. Add new tests to check completion limiting.
1506 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1507
5dd31d79
DE
15082015-01-31 Doug Evans <xdje42@gmail.com>
1509
1510 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1511
9f050062
DE
15122015-01-31 Doug Evans <xdje42@gmail.com>
1513
1514 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1515 entries. Duplicate file section script entries.
1516 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1517 inlined entries. Add test for safe-path rejection.
1518 * gdb.python/py-section-script.c: Add duplicate inlined section script
1519 entries. Duplicate file section script entries.
1520 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1521 inlined entries. Add test for safe-path rejection.
1522
df25ebbd
JB
15232015-01-29 Joel Brobecker <brobecker@adacore.com>
1524
1525 * gdb.ada/disc_arr_bound: New testcase.
1526
4a0ca9ec
JB
15272015-01-29 Joel Brobecker <brobecker@adacore.com>
1528
1529 * gdb.ada/mi_var_array: New testcase.
1530
3a8b707a
DE
15312015-01-27 Doug Evans <dje@google.com>
1532
1533 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1534 Add test for objfile.filename, objfile.username after objfile
1535 has been unloaded.
1536
f8313f6e
JB
15372015-01-26 Joel Brobecker <brobecker@adacore.com>
1538
1539 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1540 the second test to print the name attribute of value
1541 returned by the call to gdb.lookup_type, and adjust
1542 the expected output accordingly.
1543
37bc665e
MW
15442015-01-25 Mark Wielaard <mjw@redhat.com>
1545
1546 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1547 * gdb.base/disp-step-fork.c: Include unistd.h.
1548 * gdb.base/siginfo-obj.c: Include stdio.h.
1549 * gdb.base/siginfo-thread.c: Likewise.
1550 * gdb.mi/non-stop.c: Include unistd.h.
1551 * gdb.mi/nsthrexec.c: Include stdio.h.
1552 * gdb.mi/pthreads.c: Include unistd.h.
1553 * gdb.modula2/unbounded1.c (main): Declare returns int.
1554 * gdb.reverse/consecutive-reverse.c: Likewise.
1555 * gdb.threads/create-fail.c: Include unistd.h.
1556 * gdb.threads/killed.c: Likewise.
1557 * gdb.threads/linux-dp.c: Likewise.
1558 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1559 * gdb.threads/non-ldr-exc-2.c: Likewise.
1560 * gdb.threads/non-ldr-exc-3.c: Likewise.
1561 * gdb.threads/non-ldr-exc-4.c: Likewise.
1562 * gdb.threads/pthreads.c: Include unistd.h.
1563 (main): Declare returns int.
1564 * gdb.threads/tls-main.c (foo): New declaration.
1565 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1566
f7e5394d
SM
15672015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1570 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1571
743649fd
MW
15722015-01-15 Mark Wielaard <mjw@redhat.com>
1573
1574 * gdb.base/noreturn-return.c: New file.
1575 * gdb.base/noreturn-return.exp: New file.
1576 * gdb.base/noreturn-finish.c: New file.
1577 * gdb.base/noreturn-finish.exp: New file.
1578
198297aa
PA
15792015-01-23 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.threads/continue-pending-after-query.c: New file.
1582 * gdb.threads/continue-pending-after-query.exp: New file.
1583
717cf30c
AG
15842015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1585 Simon Marchi <simon.marchi@ericsson.com>
1586
1587 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1588 * gdb.base/valgrind-db-attach.exp: Same.
1589 * gdb.base/valgrind-infcall.exp: Same.
1590 * lib/mi-support.exp (default_mi_gdb_start): Same.
1591 * lib/prompt.exp (default_prompt_gdb_start): Same.
1592 * lib/gdb.exp (default_gdb_spawn): Same.
1593 (gdb_interact): New.
1594
1595
4b62a76e
JK
15962015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * gdb.compile/compile.exp (pointer to jit function): New test.
1599
b4cdae6f
WW
16002015-01-17 Wei-cheng Wang <cole945@gmail.com>
1601
1602 * lib/gdb.exp (supports_process_record): Return true for
1603 powerpc*-*-linux*.
1604 (supports_reverse): Likewise.
1605
d221e7ef
DB
16062015-01-15 Don Breazeal <donb@codesourcery.com>
1607
1608 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1609 instead of checking whether the target board is remote and
1610 use spawn_wait_for_attach instead of exec/sleep.
1611 * gdb.base/attach-twice.exp: Likewise.
1612
bafffb51
JB
16132015-01-15 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.ada/var_arr_attrs: New testcase.
1616
5589af0e
PA
16172015-01-14 Pedro Alves <palves@redhat.com>
1618 Joel Brobecker <brobecker@adacore.com>
1619
1620 PR gdb/17525
1621 * gdb.base/bp-cmds-execution-x-script.c: New file.
1622 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1623 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1624
6c400b59
PA
16252015-01-14 Pedro Alves <palves@redhat.com>
1626
1627 PR cli/17828
1628 * gdb.base/batch-preserve-term-settings.c: New file.
1629 * gdb.base/batch-preserve-term-settings.exp: New file.
1630
e02c96a7
DE
16312015-01-13 Doug Evans <dje@google.com>
1632
1633 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1634 binary.
1635
576fd14c
JB
16362015-01-13 Joel Brobecker <brobecker@adacore.com>
1637
1638 * Makefile.in (clean mostlyclean): Do not delete *.py.
1639
04dccad0
JB
16402015-01-13 Joel Brobecker <brobecker@adacore.com>
1641
1642 * gdb.python/py-lookup-type.exp: New file.
1643
3d230f71
PA
16442015-01-12 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1647 restore GDBFLAGS before returning.
1648
7e67715d
JK
16492015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1650
1651 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1652 is_amd64_regs_target and is_x86_like_target.
1653
f2e0d4b4
DE
16542015-01-11 Doug Evans <xdje42@gmail.com>
1655
1656 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1657 is given without an explicit form.
1658 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1659 attributes.
1660 * gdb.dwarf/corrupt.exp: Ditto.
1661 * gdb.dwarf2/enum-type.exp: Ditto.
1662 * gdb.trace/entry-values.exp: Ditto.
1663 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1664
439250fb
DE
16652015-01-11 Doug Evans <xdje42@gmail.com>
1666
1667 PR gdb/15830
1668 * gdb.base/maint.exp: Remove references to "maint demangle".
1669 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1670 Add tests for explicitly specifying language to demangle.
1671 * gdb.dlang/demangle.exp: Ditto.
1672
ede9f622
PA
16732015-01-09 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.threads/non-stop-fair-events.c: New file.
1676 * gdb.threads/non-stop-fair-events.exp: New file.
1677
a7b796db
PA
16782015-01-09 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1681 the global scope. Set a breakpoint after all threads are started
1682 rather than stepping over two source lines. Expect the prompt.
1683 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1684 global.
1685 (NUM): Now 15.
1686 (main): Use threads_started_barrier to wait for all threads to
1687 start. Main thread no longer calls thread_function. Exit after
1688 180 seconds.
1689 (loop): New function.
1690 (thread_function): Wait on threads_started_barrier barrier. Call
1691 'loop' at each iteration.
1692 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1693 threads have started, instead of hardcoding number of "next"
1694 steps. Use an access watchpoint instead of a write watchpoint.
1695
9665ffdd
PA
16962015-01-09 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1699 (thread_func): Wait on barrier.
1700 (main): Wait for all threads to start before stopping GDB.
1701 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1702 global.
1703 (thread1_func, thread2_func): Wait on barrier.
1704 (main): Wait for all threads to start before stopping GDB.
1705 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1706 New global.
1707 (thread1_func, thread2_func): Wait on barrier.
1708 (main): Wait for all threads to start before stopping GDB.
1709
c945a99f
PA
17102015-01-09 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.threads/attach-many-short-lived-threads.c: New file.
1713 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1714
c1a747c1
PA
17152014-01-09 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1718 instead of to thread 2.
1719 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1720 Add barrier around each pthread_create call instead of around all
1721 calls.
1722 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1723 Set a break on thread_function and have the child threads hit it
1724 one at at a time.
1725
60b3033e
PA
17262015-01-09 Pedro Alves <palves@redhat.com>
1727
1728 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1729 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1730 false.
1731 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1732 checking whether the target board is remote.
1733 * gdb.multi/multi-attach.exp: Likewise.
1734 * gdb.python/py-sync-interp.exp: Likewise.
1735 * gdb.server/ext-attach.exp: Likewise.
1736 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1737 tests that need to attach, instead of checking whether the target
1738 board is remote at the top of the file.
1739
acc018ac
YQ
17402015-01-08 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1743
50a18af8
JK
17442015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 Fix testcase compilation.
1747 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1748
8503d6e1
JB
17492015-01-06 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.python/py-type.exp: Add a couple test about empty
1752 array creation, and negative-length array creation.
1753
cc73dbcc
DE
17542015-01-02 Doug Evans <xdje42@gmail.com>
1755
1756 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1757
0300bbc7
DE
17582015-01-02 Doug Evans <dje@google.com>
1759
1760 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1761
9d85a0ec
YQ
17622014-12-29 Yao Qi <yao@codesourcery.com>
1763
1764 * gdb.trace/entry-values.exp: Update comments. Rename variable
1765 bar_call_foo to returned_from_foo.
1766
87186c6a
MMN
17672014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1768
1769 PR gdb/17394
1770 * gdb.linespec/break-asm-file.c: New file.
1771 * gdb.linespec/break-asm-file.exp: New file.
1772 * gdb.linespec/break-asm-file0.s: New file.
1773 * gdb.linespec/break-asm-file1.s: New file.
1774
1bab7383
YQ
17752014-12-18 Nigel Stephens <nigel@mips.com>
1776 Maciej W. Rozycki <macro@codesourcery.com>
1777
1778 * gdb.base/float.exp: Handle the new output from "info float" on
1779 MIPS targets.
1780
1bc1068a
JK
17812014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 Fix MinGW compilation.
1784 * gdb.compile/compile-ops.exp: Update untested message if
1785 !skip_compile_feature_tests.
1786 * gdb.compile/compile-setjmp.exp: Likewise.
1787 * gdb.compile/compile-tls.exp: Likewise.
1788 * gdb.compile/compile.exp: Likewise.
1789 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1790 supported on this host".
1791
b6615d10
DE
17922014-12-16 Doug Evans <xdje42@gmail.com>
1793
1794 * boards/stabs.exp: New file.
1795
25dda427
AA
17962014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1797
1798 * gdb.base/completion.exp: Adjust to format changes of "maint
1799 print user-registers".
1800
bf330350
CU
18012014-12-16 Catalin Udma <catalin.udma@freescale.com>
1802
1803 PR server/17457
1804 * gdb.arch/aarch64-fp.c: New file.
1805 * gdb.arch/aarch64-fp.exp: New file.
1806
395cf596
SDJ
18072014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1808
1809 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1810 r210637, r210913, r211666, r215400, r215817).
1811
1812 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1813 * dg-extract-results.py: New file.
1814 * dg-extract-results.sh: Use it if the environment seems
1815 suitable.
1816
1817 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1818
1819 * dg-extract-results.py (parse_run): Handle warnings that
1820 are printed before a test harness is run.
1821
1822 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1823
1824 * dg-extract-results.py (Named): Remove __cmp__ method.
1825 (output_variation): Use a key to sort variation.harnesses.
1826
1827 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1828
1829 * dg-extract-results.py: For Python 3, force sys.stdout to
1830 handle surrogate escape sequences.
1831 (safe_open): New function.
1832 (output_segment, main): Use it.
1833
1834 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1835
1836 * dg-extract-results.py (Prog.result_re): Include options
1837 in test name.
1838
1839 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1840
1841 * dg-extract-results.py (output_variation): Always sort if
1842 do_sum.
1843
e882ef3c
SM
18442014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1845
1846 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1847 as long as we get pagination notifications.
1848
4992aa20
JM
18492014-12-15 Jason Merrill <jason@redhat.com>
1850
1851 * Makefile.in (check-gdb.%): Restore.
1852 * README: Mention it.
1853
c1b5a1a6
JB
18542014-12-13 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.ada/str_uninit: New testcase.
1857
5537b577
JK
18582014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1859
1860 PR symtab/17642
1861 * gdb.base/vla-stub-define.c: New file.
1862 * gdb.base/vla-stub.c: New file.
1863 * gdb.base/vla-stub.exp: New file.
1864
bb2ec1b3
TT
18652014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1866 Jan Kratochvil <jan.kratochvil@redhat.com>
1867 Tom Tromey <tromey@redhat.com>
1868
1869 * configure.ac: Add gdb.compile/.
1870 * configure: Regenerate.
1871 * gdb.compile/Makefile.in: New file.
1872 * gdb.compile/compile-ops.exp: New file.
1873 * gdb.compile/compile-ops.c: New file.
1874 * gdb.compile/compile-tls.c: New file.
1875 * gdb.compile/compile-tls.exp: New file.
1876 * gdb.compile/compile-constvar.S: New file.
1877 * gdb.compile/compile-constvar.c: New file.
1878 * gdb.compile/compile-mod.c: New file.
1879 * gdb.compile/compile-nodebug.c: New file.
1880 * gdb.compile/compile-setjmp-mod.c: New file.
1881 * gdb.compile/compile-setjmp.c: New file.
1882 * gdb.compile/compile-setjmp.exp: New file.
1883 * gdb.compile/compile-shlib.c: New file.
1884 * gdb.compile/compile.c: New file.
1885 * gdb.compile/compile.exp: New file.
1886 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1887
4ff709eb
TT
18882014-12-12 Tom Tromey <tromey@redhat.com>
1889
1890 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1891 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1892
6dddd6a5
DE
18932014-12-12 Doug Evans <dje@google.com>
1894
1895 * lib/gdb-python.exp (get_python_valueof): New function.
1896 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1897
71c24708
AA
18982014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1899
1900 * gdb.base/completion.exp: Add test for completion of "info
1901 registers ".
1902
3e29f34a
MR
19032014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1904
1905 * gdb.base/func-ptrs.c: New file.
1906 * gdb.base/func-ptrs.exp: New file.
1907
fc126975
SM
19082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1909
1910 PR breakpoints/17012
1911 * gdb.base/dprintf-detach.c: New file.
1912 * gdb.base/dprintf-detach.exp: New file.
1913
0a46d518
SM
19142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1915
1916 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1917 * lib/gdb.exp (target_is_gdbserver): New procedure.
1918
a0be3e44
DE
19192014-12-08 Doug Evans <dje@google.com>
1920
1921 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1922
df1b803a
YQ
19232014-12-05 Yao Qi <yao@codesourcery.com>
1924
1925 * gdb.guile/scm-error.exp: Remove the third argument to
1926 gdb_remote_download.
1927 * gdb.guile/scm-frame-args.exp: Likewise.
1928 * gdb.guile/scm-section-script.exp: Likewise.
1929
ddb9f679
YQ
19302014-12-05 Yao Qi <yao@codesourcery.com>
1931
1932 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1933
86e4ed39
DE
19342014-12-04 Doug Evans <dje@google.com>
1935
1936 * gdb.python/py-objfile.exp: Add tests for
1937 objfile.add_separate_debug_file.
1938
7c50a931
DE
19392014-12-04 Doug Evans <dje@google.com>
1940
1941 * lib/gdb.exp (get_build_id): New function.
1942 (build_id_debug_filename_get): Rewrite to use it.
1943 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1944
621661e3
MR
19452014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1946
1947 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1948 `method(long)', not just 0x0.
1949 * gdb.cp/nsalias.exp: Align code labels to 4.
1950 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1951 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1952 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1953 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1954 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1955 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1956
29f0c3b7
DE
19572014-12-02 Doug Evans <dje@google.com>
1958
e1e061e7 1959 PR symtab/17602
29f0c3b7 1960 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1961 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1962 * gdb.cp/anon-ns.exp: Update.
1963
162078c8
NB
19642014-12-02 Nick Bull <nicholaspbull@gmail.com>
1965
1966 * gdb.python/py-events.py (inferior_call_handler): New.
1967 (register_changed_handler, memory_changed_handler): New.
1968 (test_events.invoke): Register new handlers.
1969 * gdb.python/py-events.exp: Add tests for inferior call,
1970 memory_changed and register_changed events.
1971
fdb09caf
AA
19722014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1973
1974 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1975 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1976 if the linker doesn't understand this.
1977
55cfb2c4
SM
19782014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1979
1980 * gdb.python/python.exp: Change expected reply to help().
1981
9e8cd6df
YQ
19822014-12-01 Yao Qi <yao@codesourcery.com>
1983
1984 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1985 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1986 * configure: Re-generated.
1987
6c659fc2
SC
19882014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1989
1990 * gdb.cp/chained-calls.cc: New file.
1991 * gdb.cp/chained-calls.exp: New file.
1992 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1993
d7fc3181
SM
19942014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1995
1996 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1997 * gdb.dwarf2/symtab-producer.exp: Same.
1998 * gdb.gdb/python-interrupts.exp: Same.
1999 * gdb.gdb/python-selftest.exp: Same.
2000 * gdb.python/py-linetable.exp: Same.
2001 * gdb.python/py-type.exp: Same.
2002 * gdb.python/py-value-cc.exp: Same.
2003 * gdb.python/py-value.exp: Same.
2004
10e79639
YQ
20052014-11-28 Yao Qi <yao@codesourcery.com>
2006
2007 * gdb.base/break-probes.exp: Match library name prefixed with
2008 sysroot.
2009
f28a0564
SM
20102014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2011
2012 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2013 test expected output. Add parentheses for the call to print.
2014 Remove L suffix from integers.
2015
3fe1ce1d
DE
20162014-11-26 Doug Evans <dje@google.com>
2017
2018 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2019
84429e27
YQ
20202014-11-22 Yao Qi <yao@codesourcery.com>
2021
2022 * gdb.trace/entry-values.c: Remove asms.
2023 (foo): Add foo_label.
2024 (bar): Add bar_label.
2025 * gdb.trace/entry-values.exp: Remove code computing foo's
2026 length and bar's length.
2027 (Dwarf::assemble): Invoke function_range for bar and use
2028 MACRO_AT_func for foo.
2029
26741859
YQ
20302014-11-22 Yao Qi <yao@codesourcery.com>
2031
2032 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2033 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2034 Use .Lgcc43_procstart instead of gcc43.
2035
45e44d27
JB
20362014-11-21 Joel Brobecker <brobecker@adacore.com>
2037
2038 * gdb.ada/n_arr_bound: New testcase.
2039
458c8db8
SDJ
20402014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2041
2042 PR breakpoints/10737
2043 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2044 test_catch_syscall_multi_arch.
2045 (test_catch_syscall_multi_arch): New function.
2046
43f3e411
DE
20472014-11-20 Doug Evans <xdje42@gmail.com>
2048
2049 * gdb.base/maint.exp: Update expected output.
2050
0d7b2549
AA
20512014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2052
2053 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2054 4-byte instruction on S390.
2055
8908fca5
JB
20562014-11-19 Joel Brobecker <brobecker@adacore.com>
2057
2058 * gdb.ada/arr_arr: New testcase.
2059
4a46959e
JB
20602014-11-19 Joel Brobecker <brobecker@adacore.com>
2061
2062 * gdb.ada/pkd_arr_elem: New Testcase.
2063
470e2f4e
LM
20642014-11-18 Luis Machado <lgustavo@codesourcery.com>
2065
2066 * gdb.reverse/break-precsave: Expect completion message for
2067 core file reads.
2068 * gdb.reverse/consecutive-precsave.exp: Likewise.
2069 * gdb.reverse/finish-precsave.exp: Likewise.
2070 * gdb.reverse/i386-precsave.exp: Likewise.
2071 * gdb.reverse/machinestate-precsave.exp: Likewise.
2072 * gdb.reverse/sigall-precsave.exp: Likewise.
2073 * gdb.reverse/solib-precsave.exp: Likewise.
2074 * gdb.reverse/step-precsave.exp: Likewise.
2075 * gdb.reverse/until-precsave.exp: Likewise.
2076 * gdb.reverse/watch-precsave.exp: Likewise.
2077
a267f3ad
AA
20782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2079
2080 * gdb.base/bp-permanent.c: Include unistd.h.
2081 * gdb.python/py-framefilter-mi.c (main): Add return type.
2082 * gdb.python/py-framefilter.c (main): Likewise.
2083 * gdb.trace/actions-changed.c (main): Likewise.
2084
12084a9a
AA
20852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2086
2087 * gdb.mi/until.c: Add eye-catchers.
2088 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2089 line numbers.
2090
dc7e1a77
AA
20912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2092
2093 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2094 function header variants in break1.c.
2095 * gdb.base/ena-dis-br.exp: Likewise.
2096 * gdb.base/hbreak2.exp: Likewise.
2097 * gdb.reverse/until-precsave.exp: Drop references to removed
2098 non-prototype function header variants in ur1.c.
2099 * gdb.reverse/until-reverse.exp: Likewise.
2100
41c77605
PM
21012014-11-17 Petr Machata <pmachata@redhat.com>
2102
2103 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2104 ${_cu_offset_size} bytes abbrev offset.
2105
34248c3a
DE
21062014-11-15 Doug Evans <xdje42@gmail.com>
2107
2108 PR symtab/17559
2109 * gdb.base/line-symtabs.exp: New file.
2110 * gdb.base/line-symtabs.c: New file.
2111 * gdb.base/line-symtabs.h: New file.
2112
646da059
YQ
21132014-11-14 Yao Qi <yao@codesourcery.com>
2114
2115 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2116 (func): Add label func_label.
2117 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2118 Replace low_pc and high_pc with MACRO_AT_range.
2119 Replace name, low_pc and high_pc with MACRO_AT_func.
2120
9301ebe6
YQ
21212014-11-14 Yao Qi <yao@codesourcery.com>
2122
2123 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2124 Replace name, low_pc and high_pc with MACRO_AT_func.
2125
f166b542
YQ
21262014-11-14 Yao Qi <yao@codesourcery.com>
2127
2128 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2129 produce debug information.
2130 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2131
0f6e71e3
YQ
21322014-11-14 Yao Qi <yao@codesourcery.com>
2133
2134 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2135 object and get function length.
2136 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2137 with MACRO_AT_func.
2138 (top-level): Replace gdb_compile and clean_restart with
2139 prepare_for_testing.
2140 * gdb.dwarf2/main.c (main): Add label main_label.
2141
876c4df9
YQ
21422014-11-14 Yao Qi <yao@codesourcery.com>
2143
2144 * lib/dwarf.exp (function_range): New procedure.
2145 (Dwarf::_handle_macro_at_func): New procedure.
2146 (Dwarf::_handle_macro_at_range): New procedure.
2147 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2148
02ad9cf1
YQ
21492014-11-14 Yao Qi <yao@codesourcery.com>
2150
2151 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2152 (_handle_attribute): New procedure.
2153
a59add0c
AA
21542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2155
2156 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2157 * gdb.base/call-sc.c (zed): Likewise.
2158 * gdb.base/checkpoint.c (main): Likewise.
2159 * gdb.base/dump.c (main): Likewise.
2160 * gdb.base/gcore.c (main): Likewise.
2161 * gdb.base/huge.c (main): Likewise.
2162 * gdb.base/multi-forks.c (main): Likewise.
2163 * gdb.base/pr10179-a.c (main): Likewise.
2164 * gdb.base/savedregs.c (main): Likewise.
2165 * gdb.base/sigaltstack.c (main): Likewise.
2166 * gdb.base/siginfo.c (main): Likewise.
2167 * gdb.base/structs.c (zed): Likewise.
2168 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2169 * gdb.mi/mi-syn-frame.c (main): Likewise.
2170 * gdb.mi/until.c (foo, main): Likewise.
2171 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2172 * gdb.base/solib-weak.c (foo): Declare.
2173 * gdb.base/attach-twice.c: Include stdio.h.
2174 * gdb.base/weaklib1.c: Likewise.
2175 * gdb.base/weaklib2.c: Likewise.
2176 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2177 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2178 unistd.h.
2179 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2180 * gdb.mi/mi-exit-code.c: Likewise.
2181 * gdb.base/break-interp-lib.c: Include string.h.
2182 * gdb.base/coremaker.c: Likewise.
2183 * gdb.base/testenv.c: Likewise.
2184 * gdb.python/py-finish-breakpoint.c: Likewise.
2185 * gdb.base/inferior-died.c: Include sys/wait.h.
2186 * gdb.base/fileio.c: Include time.h.
2187 * gdb.base/async-shell.c: Include unistd.h.
2188 * gdb.base/dprintf-non-stop.c: Likewise.
2189 * gdb.base/info-os.c: Likewise.
2190 * gdb.mi/mi-console.c: Likewise.
2191 * gdb.mi/watch-nonstop.c: Likewise.
2192 * gdb.python/py-events.c: Likewise.
2193 * gdb.base/async.c (baz): Move up before its invocation.
2194 * gdb.base/code_elim2.c (my_global_func): Likewise.
2195 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2196 * gdb.base/advance.c (func2): Likewise.
2197
3b5d5997
AA
21982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2199
2200 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2201 variant.
2202 * gdb.base/annota3.c: Likewise.
2203 * gdb.base/async.c: Likewise.
2204 * gdb.base/average.c: Likewise.
2205 * gdb.base/call-ar-st.c: Likewise.
2206 * gdb.base/call-rt-st.c: Likewise.
2207 * gdb.base/call-sc.c: Likewise.
2208 * gdb.base/call-strs.c: Likewise.
2209 * gdb.base/ending-run.c: Likewise.
2210 * gdb.base/execd-prog.c: Likewise.
2211 * gdb.base/exprs.c: Likewise.
2212 * gdb.base/foll-exec.c: Likewise.
2213 * gdb.base/foll-fork.c: Likewise.
2214 * gdb.base/foll-vfork.c: Likewise.
2215 * gdb.base/funcargs.c: Likewise.
2216 * gdb.base/gcore.c: Likewise.
2217 * gdb.base/jump.c: Likewise.
2218 * gdb.base/langs0.c: Likewise.
2219 * gdb.base/langs1.c: Likewise.
2220 * gdb.base/langs2.c: Likewise.
2221 * gdb.base/mips_pro.c: Likewise.
2222 * gdb.base/nodebug.c: Likewise.
2223 * gdb.base/opaque0.c: Likewise.
2224 * gdb.base/opaque1.c: Likewise.
2225 * gdb.base/recurse.c: Likewise.
2226 * gdb.base/run.c: Likewise.
2227 * gdb.base/scope0.c: Likewise.
2228 * gdb.base/scope1.c: Likewise.
2229 * gdb.base/setshow.c: Likewise.
2230 * gdb.base/setvar.c: Likewise.
2231 * gdb.base/shmain.c: Likewise.
2232 * gdb.base/shr1.c: Likewise.
2233 * gdb.base/shr2.c: Likewise.
2234 * gdb.base/sigall.c: Likewise.
2235 * gdb.base/signals.c: Likewise.
2236 * gdb.base/so-indr-cl.c: Likewise.
2237 * gdb.base/solib2.c: Likewise.
2238 * gdb.base/structs.c: Likewise.
2239 * gdb.base/sum.c: Likewise.
2240 * gdb.base/vforked-prog.c: Likewise.
2241 * gdb.base/watchpoint.c: Likewise.
2242 * gdb.reverse/shr2.c: Likewise.
2243 * gdb.reverse/until-reverse.c: Likewise.
2244 * gdb.reverse/ur1.c: Likewise.
2245 * gdb.reverse/watch-reverse.c: Likewise.
2246
066a77c5
AA
22472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2248
2249 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2250 variant.
2251 * gdb.base/sepdebug.exp: Drop references to removed code.
2252
4f204ea5
AA
22532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2254
2255 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2256 variant. Preserve original line numbering.
2257 * gdb.base/list1.c: Likewise.
2258
3b377a3a
AA
22592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2260
2261 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2262 variant.
2263 * gdb.base/break1.c: Likewise.
2264 * gdb.base/break.exp: Drop references to removed code.
2265
e444df73
AA
22662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2267
2268 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2269 variant.
2270
8008f2a7
AA
22712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2272
2273 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2274
a5a06887
AA
22752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2276
2277 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2278 logic into perform_all_tests() and invoke it with and without
2279 function header prototypes.
2280 (do_function_calls): Remove conditional XFAIL for PR 5318.
2281 (rerun_and_prepare): Remove duplicate code.
2282 (perform_all_tests): New. Main logic moved here.
2283
44dba9b9
AA
22842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2285
2286 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2287 code guarded by #ifdef NO_PROTOTYPES.
2288 (t_double_many_args): Likewise.
2289 (DEF_FUNC_MANY_ARGS_1): Likewise.
2290 (DEF_FUNC_VALUES_1): Likewise.
2291 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2292 guarded by #ifdef PROTOTYPES.
2293
d1fbcd56
AA
22942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2295
2296 * gdb.mi/mi-console.c: Add eye-catcher.
2297 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2298 instead of literal line number.
2299
b0e59b8f
AA
23002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2301
2302 * gdb.base/shr2.c: Add eye-catcher.
2303 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2304 line number.
2305
78f98cca
AA
23062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2307
2308 * gdb.base/jump.c: Add eye-catchers.
2309 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2310 numbers.
2311
58fa2af0
AA
23122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2313
2314 * gdb.base/execd-prog.c: Add eye-catchers.
2315 * gdb.base/foll-exec.c: Likewise.
2316 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2317 line numbers.
2318
04e5059b
AA
23192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2320
2321 * gdb.base/ending-run.c: Add eye-catchers.
2322 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2323 literal line numbers.
2324
dbfdb174
AA
23252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2326
2327 * gdb.base/call-rt-st.c: Add eye-catchers.
2328 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2329 literal line numbers.
2330
888a2ade
AA
23312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2332
2333 * gdb.base/call-ar-st.c: Add eye-catchers.
2334 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2335 literal line numbers.
2336
6acc2dde
AA
23372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2338
2339 * gdb.base/average.c: Add eye-catchers.
2340 * gdb.base/sum.c: Likewise.
2341 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2342 regexps dynamically.
2343
9ecfcd1d
AA
23442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2345
2346 * gdb.base/solib1.c: Add eye-catchers.
2347 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2348 literal line numbers.
2349
78708b7c
PA
23502014-11-12 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2353 leader has exited.
2354
af48d08f
PA
23552014-11-12 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.arch/i386-bp_permanent.c: New file.
2358 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2359 (srcfile): Set to i386-bp_permanent.c.
2360 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2361 that stepi does not execute the 'leave' instruction, instead of
2362 testing it does execute.
2363 * gdb.base/bp-permanent.c: New file.
2364 * gdb.base/bp-permanent.exp: New file.
2365
af3768e9
DE
23662014-11-10 Doug Evans <xdje42@gmail.com>
2367
2368 PR symtab/17564
2369 * gdb.base/symtab-search-order.exp: New file.
2370 * gdb.base/symtab-search-order.c: New file.
2371 * gdb.base/symtab-search-order-1.c: New file.
2372 * gdb.base/symtab-search-order-shlib-1.c: New file.
2373
9de00a4a
PA
23742014-11-07 Pedro Alves <palves@redhat.com>
2375
2376 PR gdb/17511
2377 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2378 i?86-*-linux*.
2379
e0f52461
SC
23802014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2381
2382 PR c++/17494
2383 * gdb.cp/pr17494.cc: New file.
2384 * gdb.cp/pr17494.exp: New file.
2385
6ce8c980
YQ
23862014-11-02 Yao Qi <yao@codesourcery.com>
2387
2388 * gdb.python/python.exp: Get working directory and match the
2389 output of "set extended-prompt \\w " with it.
2390
02be9a71
DE
23912014-10-30 Doug Evans <dje@google.com>
2392
2393 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2394 in objfiles.
2395 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2396 in progspaces.
2397
3bdff46b
LM
23982014-10-30 Janis Johnson <janisjo@codesourcery.com>
2399
2400 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2401 * gdb.base/realname-expand.exp: Likewise.
2402 * gdb.linespec/macro-relative.exp: Likewise.
2403
ab917dfb
PA
24042014-10-29 Pedro Alves <palves@redhat.com>
2405
2406 PR gdb/17408
2407 * gdb.threads/schedlock.c (some_function): New function.
2408 (call_function): New global.
2409 (MAYBE_CALL_SOME_FUNCTION): New macro.
2410 (thread_function): Call it.
2411 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2412 and use it instead of a global counter. Adjust all callers.
2413 (get_current_thread): Use "find current thread" for test message
2414 here rather than having all callers pass down the same string.
2415 (goto_loop): New procedure, factored out from ...
2416 (my_continue): ... this.
2417 (step_ten_loops): Change parameter from test message to command to
2418 use. Adjust.
2419 (list_count): Delete global.
2420 (check_result): New procedure, factored out from duplicate top
2421 level code.
2422 (continue tests): Wrap in with_test_prefix.
2423 (test_step): New procedure, factored out from duplicate top level
2424 code.
2425 (top level): Test "step" in combination with all scheduler-locking
2426 modes. Test "next" in combination with all scheduler-locking
2427 modes, and in combination with stepping over a function call or
2428 not.
2429 * gdb.threads/next-bp-other-thread.c: New file.
2430 * gdb.threads/next-bp-other-thread.exp: New file.
2431
d3d4baed
PA
24322014-10-29 Pedro Alves <palves@redhat.com>
2433
2434 PR python/17372
2435 * gdb.python/python.exp: Test a multi-line command that spawns
2436 interactive Python.
2437 * gdb.base/multi-line-starts-subshell.exp: New file.
2438
563e8d85
YQ
24392014-10-29 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.base/fileio.exp: Make directories on host.
2442
0ea4d52e
YQ
24432014-10-29 Yao Qi <yao@codesourcery.com>
2444
2445 * gdb.base/fileio.c (test_write): Close the file.
2446
7f5ef605
PA
24472014-10-28 Pedro Alves <palves@redhat.com>
2448
2449 PR gdb/12623
2450 * gdb.base/sigstep.c (no_handler): New global.
2451 (main): If 'no_handler is true, set the signal handlers to
2452 SIG_IGN.
2453 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2454 with_sw_watch and no_handler parameters. Handle them.
2455 (top level) <stepping over handler when stopped at a breakpoint
2456 test>: Add a test axis for testing with a software watchpoint, and
2457 another for testing with the signal handler set to SIG_IGN.
2458 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2459 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2460
abbdbd03
PA
24612014-10-28 Pedro Alves <palves@redhat.com>
2462
2463 PR gdb/17511
2464 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2465 * gdb.base/sigstep.exp (other_handler_location): New global.
2466 (advance): Support stepping into the signal handler, and running
2467 commands while in the handler.
2468 (in_handler_map): New global.
2469 (top level): In the advance test, add combinations for getting
2470 into the handler with stepping commands, and for running commands
2471 in the handler. Add comment descripting the advancei tests.
2472
1df4399f
PA
24732014-10-28 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/sigstep.exp: Use build_executable instead of
2476 prepare_for_testing.
2477 (top level): Move code that starts GDB, runs to main and creates a
2478 display to ...
2479 (restart): ... this new procedure.
2480 (top level): Move backtrace from signal handler test to ...
2481 (validate_backtrace): ... this new procedure.
2482 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2483 with_test_prefix. Always restart GDB.
2484 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2485 with_test_prefix. Always restart GDB. No need to delete
2486 breakpoints after the test.
2487 (test_skip_handler): Remove prefix parameter.
2488 (skip_over_handler, breakpoint_to_handler)
2489 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2490 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2491 restart GDB. No need to delete breakpoints after the test.
2492 (top level): Use foreach to call the test procedures with
2493 different commands.
2494
a5b6e449
PA
24952014-10-28 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2498 instead of GNATS numbers.
2499 * gdb.base/sigbpt.exp: Likewise.
2500 * gdb.base/siginfo.exp: Likewise.
2501 * gdb.base/sigstep.exp: Likewise.
2502
e5f8a7cc
PA
25032014-10-27 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/sigstep.c (dummy): New global.
2506 (main): Issue a couple writes to the new global.
2507 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2508 procedures.
2509 (skip_over_handler): Use test_skip_handler.
2510 (top level): Call skip_over_handler for stepi and nexti too.
2511 (breakpoint_over_handler): Use test_skip_handler.
2512 (top level): Call breakpoint_over_handler for stepi and nexti too.
2513
763905a3
YQ
25142014-10-27 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.trace/tfile.c (adjust_function_address)
2517 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2518 function descriptor.
2519
6f259a23
DB
25202014-10-24 Don Breazeal <donb@codesourcery.com>
2521
2522 * gdb.base/foll-fork.exp (test_follow_fork,
2523 catch_fork_child_follow): Check for updated fork messages emitted
2524 from infrun.c.
2525 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2526 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2527 vfork_and_exec_child_follow_through_step): Check for updated vfork
2528 messages emitted from infrun.c.
2529
09dd9a69
PA
25302014-10-24 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.base/corefile.exp: Remove references to ultrix.
2533 * gdb.base/interrupt.exp: Likewise.
2534 * gdb.base/whatis.exp: Likewise.
2535 * gdb.gdb/selftest.exp: Likewise.
2536 * gdb.threads/manythreads.exp: Likewise.
2537 * gdb.threads/print-threads.exp: Likewise.
2538 * gdb.threads/pthreads.exp:: Likewise.
2539 * gdb.threads/schedlock.exp: Likewise.
2540
3433cfa5
SC
25412014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2542
2543 * gdb.cp/non-trivial-retval.cc: Add a test case.
2544 * gdb.cp/non-trivial-retval.exp: Add a test.
2545
092f880b
YQ
25462014-10-20 Yao Qi <yao@codesourcery.com>
2547
2548 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2549 * gdb.python/py-objfile-script-gdb.py: New file.
2550 * gdb.python/py-objfile-script.exp: Update reference to
2551 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2552 of remote_download. Remove the dest file.
2553
acbdb7f3
YQ
25542014-10-20 Yao Qi <yao@codesourcery.com>
2555
2556 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2557 * gdb.base/step-line.exp: Likewise.
2558 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2559 * gdb.dwarf2/dw2-basic.exp: Likewise.
2560 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2561 * gdb.dwarf2/dw2-filename.exp: Likewise.
2562 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2563 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2564 * gdb.dwarf2/dw2-producer.exp: Likewise.
2565 * gdb.dwarf2/mac-fileno.exp: Likewise.
2566 * gdb.python/py-frame-args.exp: Likewise.
2567 * gdb.python/py-framefilter.exp: Likewise.
2568 * gdb.python/py-mi.exp: Likewise.
2569 * gdb.python/py-objfile-script.exp: Likewise
2570 * gdb.python/py-pp-integral.exp: Likewise.
2571 * gdb.python/py-pp-re-notag.exp: Likewise.
2572 * gdb.python/py-prettyprint.exp: Likewise.
2573 * gdb.python/py-section-script.exp: Likewise.
2574 * gdb.python/py-typeprint.exp: Likewise.
2575 * gdb.python/py-xmethods.exp: Likewise.
2576 * gdb.stabs/weird.exp: Likewise.
2577 * gdb.xml/tdesc-regs.exp: Likewise.
2578
bd286a29
KCY
25792014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2580
2581 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2582 (out_cu): Use addr_len for the size of addresses.
2583 (out_line): Likewise. Size DW_LNE_set_address instruction
2584 according to addr_len.
2585 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2586 (FUNC): Add START_INSNS to definition.
2587
673dc4a0
YQ
25882014-10-18 Yao Qi <yao@codesourcery.com>
2589
2590 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2591 gdb_has_argv0 return true.
2592 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2593 check [target_info exists noargs], check [gdb_has_argv0]
2594 instead.
2595 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2596 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2597 procedures.
2598
4ffbba72
DE
25992014-10-17 Doug Evans <dje@google.com>
2600
2601 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2602 event.
2603 * gdb.python/py-events.py: Add clear_objfiles event.
2604
d096d8c1
DE
26052014-10-17 Doug Evans <dje@google.com>
2606
2607 * gdb.python/py-objfile.exp: Test progspace attribute.
2608
a80db015
LM
26092014-10-17 Luis Machado <lgustavo@codesourcery.com>
2610
2611 * gdb.guile/scm-breakpoint.exp: Do not assume any
2612 directory separators when matching source file paths.
2613 * gdb.python/py-breakpoint.exp: Likewise.
2614 * gdb.reverse/break-precsave.exp: Likewise.
2615 * gdb.reverse/break-reverse.exp: Likewise.
2616 * gdb.reverse/consecutive-precsave.exp: Likewise.
2617 * gdb.reverse/finish-precsave.exp: Likewise.
2618 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2619 * gdb.reverse/finish-reverse.exp: Likewise.
2620 * gdb.reverse/i386-precsave.exp: Likewise.
2621 * gdb.reverse/i387-env-reverse.exp: Likewise.
2622 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2623 * gdb.reverse/machinestate-precsave.exp: Likewise.
2624 * gdb.reverse/machinestate.exp: Likewise.
2625 * gdb.reverse/sigall-precsave.exp: Likewise.
2626 * gdb.reverse/solib-precsave.exp: Likewise.
2627 * gdb.reverse/step-precsave.exp: Likewise.
2628 * gdb.reverse/until-precsave.exp: Likewise.
2629 * gdb.reverse/watch-precsave.exp: Likewise.
2630 * gdb.reverse/watch-reverse.exp: Likewise.
2631
b22089ab
YQ
26322014-10-17 Yao Qi <yao@codesourcery.com>
2633
2634 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2635 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2636
6c4486e6
PA
26372014-10-17 Pedro Alves <palves@redhat.com>
2638
2639 PR gdb/17471
2640 * gdb.base/bg-execution-repeat.c: New file.
2641 * gdb.base/bg-execution-repeat.exp: New file.
2642
0ff33695
PA
26432014-10-17 Pedro Alves <palves@redhat.com>
2644
2645 PR gdb/17300
2646 * gdb.base/continue-all-already-running.c: New file.
2647 * gdb.base/continue-all-already-running.exp: New file.
2648
6fdebc3d
PA
26492014-10-17 Pedro Alves <palves@redhat.com>
2650
2651 PR gdb/17472
2652 * gdb.base/annota-input-while-running.c: New file.
2653 * gdb.base/annota-input-while-running.exp: New file.
2654
32a8097b
PA
26552014-10-17 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.base/callfuncs.exp: emove references to osf.
2658 * gdb.base/sigall.exp: Likewise.
2659 * gdb.gdb/selftest.exp: Likewise.
2660 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2661 * gdb.mi/non-stop.c: Likewise.
2662 * gdb.mi/pthreads.c: Likewise.
2663 * gdb.reverse/sigall-precsave.exp: Likewise.
2664 * gdb.reverse/sigall-reverse.exp: Likewise.
2665 * gdb.threads/pthreads.c: Likewise.
2666 * gdb.threads/pthreads.exp: Likewise.
2667
7a3517ff
YQ
26682014-10-17 Yao Qi <yao@codesourcery.com>
2669
2670 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2671 check 'target_info exists noargs'.
2672 (test_command_prompt_position): Likewise.
2673 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2674 Remove "set args".
2675 (progvar_simple_while_test): Likewise.
2676 (progvar_complex_if_while_test): Likewise.
2677 (if_while_breakpoint_command_test): Likewise.
2678 (infrun_breakpoint_command_test): Likewise.
2679 (breakpoint_command_test): Likewise.
2680 (watchpoint_command_test): Likewise.
2681 (bp_deleted_in_command_test): Likewise.
2682 (temporary_breakpoint_commands): Likewise.
2683
bb99c472
YQ
26842014-10-16 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.base/remotetimeout.exp: Remove noargs checking.
2687
7c16b83e
PA
26882014-10-15 Pedro Alves <palves@redhat.com>
2689
2690 PR breakpoints/9649
2691 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2692 * gdb.base/breakpoint-in-ro-region.exp
2693 (probe_target_hardware_step): New procedure.
2694 (top level): Probe hardware stepping and hardware breakpoint
2695 support. Test stepping through a read-only region, with both
2696 "breakpoint auto-hw" on and off and both "always-inserted" on and
2697 off.
2698
35a49624
IB
26992014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2700
2701 * gdb.dlang/demangle.exp: Update for demangling changes.
2702
2d1c107c
SC
27032014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2704
2705 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2706 * gdb.cp/non-trivial-retval.exp: Add new tests.
2707
778811d5
SC
27082014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2709
2710 PR c++/13403
2711 PR c++/15154
2712 * gdb.cp/non-trivial-retval.cc: New file.
2713 * gdb.cp/non-trivial-retval.exp: New file.
2714
10c5f0a8
YQ
27152014-10-15 Yao Qi <yao@codesourcery.com>
2716
2717 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2718 remote host.
2719
65d7b369
YQ
27202014-10-15 Yao Qi <yao@codesourcery.com>
2721
2722 * gdb.python/py-symbol.exp: Match file base name if host is
2723 remote, otherwise match file name with dir name.
2724 * gdb.python/py-symtab.exp: Likewise.
2725 * gdb.python/python.exp: Likewise.
2726
46dc1394
YQ
27272014-10-15 Yao Qi <yao@codesourcery.com>
2728
2729 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2730 pattern.
2731 * gdb.python/py-symtab.exp: Likewise.
2732 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2733 locationn.
2734
c40cc657
JB
27352014-10-14 Joel Brobecker <brobecker@adacore.com>
2736
2737 * gdb.ada/addr_arith: New testcase.
2738
2abf49e1
MR
27392014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2740
2741 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2742 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2743 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2744 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2745
f7088df3
SDJ
27462014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2747
2748 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2749 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2750 * gdb.arch/stap-eval-lang-ada.exp: New file.
2751
4dc06805
YQ
27522014-10-14 Yao Qi <yao@codesourcery.com>
2753
2754 * gdb.mi/mi-var-child.c (nothing1): New function.
2755 (nothing2): New function.
2756 (do_children_tests): Set function pointers by nothing1 and
2757 nothing2.
2758 * gdb.mi/mi-var-child.exp: Step over new added statements.
2759 Update test to match the new output.
2760 * gdb.mi/var-cmd.c (nothing1): New function.
2761 (nothing2): New function.
2762 (do_children_tests): Set function pointers by nothing1 and
2763 nothing2.
2764 * gdb.mi/mi-var-display.exp: Update test to match output.
2765 Step to the line specified by $line_dct_nothing.
2766 Increase the number of lines to step.
2767
46a93de2
YQ
27682014-10-14 Yao Qi <yao@codesourcery.com>
2769
2770 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2771 tests.
2772 * gdb.mi/mi2-var-child.exp: Likewise.
2773
14ea52ee
DE
27742014-10-13 Doug Evans <dje@google.com>
2775
2776 * gdb.python/py-objfile.exp: Change name of file name test.
2777
e5c6e92b
DE
27782014-10-13 Doug Evans <dje@google.com>
2779
2780 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2781 from the start of the CU.
2782
c780cc2f
JK
27832014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2784 Yao Qi <yao@codesourcery.com>
2785
2786 Fix "save breakpoints" for "catch" command.
2787 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2788 Remove -nonewline. Match also the added "main" line.
2789
99894e11
JK
27902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2791
2792 Fix "save breakpoints" for "disable $bpnum" command.
2793 * gdb.base/save-bp.c (main): Add label.
2794 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2795
6e1ac5a3
JK
27962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2799
754dd2b0
YQ
28002014-10-11 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.server/server-kill.exp: Execute command
2803 "set remote trace-status-packet on" before "tstatus".
2804
f90183d7
YQ
28052014-10-11 Yao Qi <yao@codesourcery.com>
2806
2807 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2808 (main): Call getppid.
2809 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2810 and continue to it. Read variable "server_pid".
2811
bf40a607
YQ
28122014-10-11 Yao Qi <yao@codesourcery.com>
2813
2814 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2815
052ca370
YQ
28162014-10-11 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.threads/thread-find.exp: Don't execute command
2819 "info threads".
2820 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2821 * gdb.threads/linux-dp.exp: Don't check the condition
2822 $threads_created equals to zero.
2823
3831839c
PA
28242014-10-10 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.base/bigcore.exp: Remove references to IRIX.
2827 * gdb.base/funcargs.exp: Likewise.
2828 * gdb.base/interrupt.exp: Likewise.
2829 * gdb.base/mips_pro.exp: Likewise.
2830 * gdb.base/nodebug.exp: Likewise.
2831 * gdb.base/setvar.exp: Likewise.
2832 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2833
8b9a549d
PA
28342014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2835 Pedro Alves <palves@redhat.com>
2836
2837 PR symtab/14466
2838 * gdb.base/vdso-warning.c: New file.
2839 * gdb.base/vdso-warning.exp: New file.
2840
d48ba5e8
DE
28412014-10-02 Doug Evans <dje@google.com>
2842
2843 * gdb.base/structs.c (main): Don't run forever.
2844
2278c276
PA
28452014-10-02 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2848 (top level) <stop threads 1, stop threads 2>: Use it.
2849
b57bacec
PA
28502014-10-02 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.threads/break-while-running.exp (test): Add new
2853 'update_thread_list' argument. Skip "info threads" if false.
2854 (top level): Add new 'update_thread_list' axis.
2855
13fd3ff3
PA
28562014-10-02 Pedro Alves <palves@redhat.com>
2857
2858 PR breakpoints/17431
2859 * gdb.base/execl-update-breakpoints.c: New file.
2860 * gdb.base/execl-update-breakpoints.exp: New file.
2861
0fec99e8
PA
28622014-10-01 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.base/breakpoint-in-ro-region.c: New file.
2865 * gdb.base/breakpoint-in-ro-region.exp: New file.
2866
2ddf4301
SM
28672014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2868
2869 * gdb.mi/mi-exit-code.exp: New file.
2870 * gdb.mi/mi-exit-code.c: New file.
2871
6a5f3f43
YQ
28722014-09-30 Yao Qi <yao@codesourcery.com>
2873
2874 * lib/prelink-support.exp (build_executable_own_libs): Error if
2875 the target isn't native.
2876
345bcc73
YQ
28772014-09-30 Yao Qi <yao@codesourcery.com>
2878
2879 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2880 false.
2881
a25a5a45
PA
28822014-09-22 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.threads/break-while-running.exp: New file.
2885 * gdb.threads/break-while-running.c: New file.
2886
00ba3162
YQ
28872014-09-19 Yao Qi <yao@codesourcery.com>
2888
2889 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2890 Invoke test. Restart GDB with --readnow and invoke test again.
2891
c3b7b696
YQ
28922014-09-19 Yao Qi <yao@codesourcery.com>
2893
2894 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2895 proc set_breakpoint_on_gcd_function. Invoke
2896 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2897 invoke set_breakpoint_on_gcd_function again.
2898
2b4fd423
DE
28992014-09-18 Doug Evans <dje@google.com>
2900
2901 * gdb.dwarf2/symtab-producer.exp: New file.
2902
a5947601
SDJ
29032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2904
2905 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2906 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2907 * gdb.base/global-var-nested-by-dso.c: Likewise.
2908 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2909
91c19059
SDJ
29102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2911 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/watch-bitfields.exp: Pass string other than test file
2914 name to prepare_for_testing.
2915 (watch): New procedure.
2916 (expect_watchpoint): Use with_test_prefix.
2917 (top level): Factor out tests to ...
2918 (test_watch_location, test_regular_watch): ... these new
2919 procedures, and use with_test_prefix and gdb_continue_to_end.
2920
bb9d5f81
PP
29212014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2922
2923 PR breakpoints/12526
2924 * gdb.base/watch-bitfields.exp: New file.
2925 * gdb.base/watch-bitfields.c: New file.
2926
635856f5
PA
29272014-09-16 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2930 software and hardware addresses, not software address against
2931 itself.
2932
7280ceea
PA
29332014-09-16 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2936 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2937
428b16bd
PA
29382014-09-16 Pedro Alves <palves@redhat.com>
2939
2940 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2941 files.
2942 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2943 "*-*-vxworks*" throughout.
2944 * gdb.base/break.exp: Likewise.
2945 * gdb.base/default.exp: Likewise.
2946 * gdb.base/scope.exp: Likewise.
2947 * gdb.base/sepdebug.exp: Likewise.
2948 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2949 throughout.
2950 * gdb.base/run.c: Likewise.
2951 * gdb.base/sepdebug.c: Likewise.
2952 * gdb.hp/gdb.aCC/run.c: Likewise.
2953 * gdb.reverse/until-reverse.c: Likewise.
2954 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2955
666d413c
YQ
29562014-09-16 Yao Qi <yao@codesourcery.com>
2957
2958 * boards/local-remote-host-native.exp: New file.
2959
57cbd724
DE
29602014-09-14 Doug Evans <xdje42@gmail.com>
2961
2962 * gdb.threads/queue-signal.c (thread_count): New variable.
2963 (thread_count_mutex, thread_count_condvar): New variables.
2964 (incr_thread_count, wait_all_threads_running): New functions.
2965 (main): Wait for all threads to be in their thread functions.
2966
81219e53
DE
29672014-09-13 Doug Evans <xdje42@gmail.com>
2968
2969 * gdb.threads/queue-signal.c: New file.
2970 * gdb.threads/queue-signal.exp: New file.
2971
3714cea7
DE
29722014-09-13 Doug Evans <xdje42@gmail.com>
2973
2974 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2975 be consistent with what default_gdb_init uses.
2976 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2977 the plain text of the prompt. Add some logging printfs.
2978 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2979
fa43b1d7
PA
29802014-09-12 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2983 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2984 * gdb.arch/i386-size-overlap.exp: Likewise.
2985 * gdb.arch/i386-size.exp: Likewise.
2986 * gdb.arch/i386-unwind.exp: Likewise.
2987 * gdb.base/a2-run.exp: Likewise.
2988 * gdb.base/break.exp: Likewise.
2989 * gdb.base/charset.exp: Likewise.
2990 * gdb.base/chng-syms.exp: Likewise.
2991 * gdb.base/commands.exp: Likewise.
2992 * gdb.base/dbx.exp: Likewise.
2993 * gdb.base/find.exp: Likewise.
2994 * gdb.base/funcargs.exp: Likewise.
2995 * gdb.base/jit-simple.exp: Likewise.
2996 * gdb.base/reread.exp: Likewise.
2997 * gdb.base/sepdebug.exp: Likewise.
2998 * gdb.base/step-bt.exp: Likewise.
2999 * gdb.cp/mb-inline.exp: Likewise.
3000 * gdb.cp/mb-templates.exp: Likewise.
3001 * gdb.objc/basicclass.exp: Likewise.
3002 * gdb.threads/killed.exp: Likewise.
3003
9d9bf2df
EBM
30042014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3005
3006 PR tdep/17379
3007 * gdb.arch/powerpc-stackless.S: New file.
3008 * gdb.arch/powerpc-stackless.exp: New file.
3009
1cf2f1b0
JK
30102014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 * gdb.base/attach.c: Include unistd.h.
3013 (main): Call alarm. Add label postloop.
3014 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3015 gdb_breakpoint, gdb_continue_to_breakpoint.
3016 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3017
98880d46
PA
30182014-09-11 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/17347
3021 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3022 * gdb.base/attach.exp (test_command_line_attach_run): New
3023 procedure.
3024 (top level): Call it.
3025
4c92ff2c
PA
30262014-09-11 Pedro Alves <palves@redhat.com>
3027
3028 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3029 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3030 (do_command_attach_tests): Use spawn_wait_for_attach.
3031 * gdb.base/solib-overlap.exp: Likewise.
3032 * gdb.multi/multi-attach.exp: Likewise.
3033 * gdb.python/py-prompt.exp: Likewise.
3034 * gdb.python/py-sync-interp.exp: Likewise.
3035 * gdb.server/ext-attach.exp: Likewise.
3036
3adc1a7d
GKB
30372014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3038
3039 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3040 command in testcase. Simplify testcase.
3041
96334934
JB
30422014-09-10 Joel Brobecker <brobecker@adacore.com>
3043
3044 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3045
eb479039
JB
30462014-09-10 Joel Brobecker <brobecker@adacore.com>
3047
3048 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3049
deede10c
JB
30502014-09-10 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3053
7828a5f5
JB
30542014-09-10 Joel Brobecker <brobecker@adacore.com>
3055
3056 * gdb.dwarf2/dynarr-ptr.c: New file.
3057 * gdb.dwarf2/dynarr-ptr.exp: New file.
3058
33aeebcf
MR
30592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3060
3061 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3062 of 30 rather than hardcoding 120 for a slow test case. Take the
3063 `gdb,timeout' target setting into account for this calculation.
3064 Don't extend the timeout for the test cases that don't need it.
3065
7b415901
MR
30662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3067
3068 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3069 a factor of 2 for a slow test case. Take the `gdb,timeout'
3070 target setting into account for this calculation.
3071 * gdb.reverse/until-precsave.exp: Increase the timeout by
3072 a factor of 15 and 3 respectively rather than adding 120
3073 for a pair of slow test cases. Take the `gdb,timeout'
3074 target setting into account for this calculation.
3075
4a40f85a
MR
30762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3077
3078 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3079 timeout, don't pass one down to gdb_expect.
3080 (gdb_expect): Rework timeout selection.
3081
09635af7
MR
30822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3083
3084 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3085 exception on timeout.
3086 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3087 (gdbserver_start_extended): Catch any `gdbserver_start' error
3088 exceptions.
3089 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3090 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3091 `gdbserver_gdb_load' error exceptions.
3092
2bdd10b7
MR
30932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3094
3095 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3096 120 on waiting for the TCP socket to open.
3097
316935f0
DE
30982014-09-09 Doug Evans <xdje42@gmail.com>
3099
3100 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3101 _caller_matches, _any_caller_is, _any_caller_matches.
3102
83740597
DE
31032014-09-09 Doug Evans <xdje42@gmail.com>
3104
3105 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3106
4c122fc3
YQ
31072014-09-09 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.mi/mi-var-display.exp: Set print symbol off.
3110
a9f116cb
GKB
31112014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3112
3113 PR gdb/17035
3114 * gdb.base/commands.exp: Add tests to verify user-defined
3115 commands with empty bodies.
3116 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3117 python commands in `show user command`.
3118 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3119 scheme commands in `show user command`.
3120
c75bd3a2
JK
31212014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 PR python/17355
3124 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3125 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3126 * gdb.python/py-framefilter-invalidarg.exp: New file.
3127 * gdb.python/py-framefilter-invalidarg.py: New file.
3128
faa42425
DE
31292014-09-06 Doug Evans <xdje42@gmail.com>
3130
3131 PR 15276
3132 * gdb.python/py-caller-is.c: New file.
3133 * gdb.python/py-caller-is.exp: New file.
3134
474ca4f6
SDJ
31352014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3136
3137 PR gdb/17235
3138 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3139 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3140
eb0b0463
SDJ
31412014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3142
3143 PR fortran/17237
3144 * gdb.fortran/print-formatted.exp: New file.
3145 * gdb.fortran/print-formatted.f90: Likewise.
3146
5f3b99cf
SS
31472014-09-03 Sasha Smundak <asmundak@google.com>
3148
3149 * gdb.python/py-frame.exp: Test Frame.read_register.
3150
7d793aa9
SDJ
31512014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3152
3153 PR python/16699
3154 * gdb.python/py-completion.exp: New file.
3155 * gdb.python/py-completion.py: Likewise.
3156
fb0576e9
DE
31572014-08-28 Doug Evans <dje@google.com>
3158
3159 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3160 eax,etc. are live with values set by gdb and thus the compiler can't
3161 use them.
3162 * gdb.arch/i386-pseudo.c (main): Ditto.
3163
ee92b0dd
DE
31642014-08-27 Doug Evans <dje@google.com>
3165
3166 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3167
6649db35
DE
31682014-08-25 Doug Evans <dje@google.com>
3169
3170 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3171 (main): Ditto.
3172
564b7600
DE
31732014-08-25 Doug Evans <dje@google.com>
3174
3175 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3176
3881fb67
YQ
31772014-08-24 Yao Qi <yao@codesourcery.com>
3178
3179 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3180 symbol off.
3181 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3182
a05a36a5
DE
31832014-08-22 Doug Evans <dje@google.com>
3184
3185 PR 17276
3186 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3187 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3188 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3189
7c343b48
YQ
31902014-08-22 Yao Qi <yao@codesourcery.com>
3191
3192 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3193 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3194 * gdb.python/python.exp: Likewise. Use .py file on the host
3195 instead of the build.
3196
22fd09ae
JK
31972014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3198
3199 * gdb.threads/gcore-stale-thread.c: New file.
3200 * gdb.threads/gcore-stale-thread.exp: New file.
3201
a8454a7c
PA
32022014-08-21 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3205 * gdb.base/gcore-relro-pie.exp: Likewise.
3206 * gdb.base/gcore-relro.exp: Likewise.
3207 * gdb.base/gcore.exp: Likewise.
3208 * gdb.base/print-symbol-loading.exp: Likewise.
3209 * gdb.threads/gcore-thread.exp: Likewise.
3210 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3211
2a31c623
PA
32122014-08-20 Pedro Alves <palves@redhat.com>
3213 Jan Kratochvil <jan.kratochvil@redhat.com>
3214
3215 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3216 configure.
3217 (EXPECT): Handle READ1 being set.
3218 (all): Depend on EXTRA_RULES.
3219 (check-read1, expect-read1, read1.so, read1): New rules.
3220 * README (Testsuite Parameters): Document the READ1 make variable.
3221 (Race detection): New section.
3222 * configure: Regenerate.
3223 * configure.ac: If build==host==target, and running under a
3224 GNU/glibc system, add read1 to the extra Makefile rules.
3225 (EXTRA_RULES): AC_SUBST it.
3226 * lib/read1.c: New file.
3227
d36430db
JB
32282014-08-20 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3231 the handling of variables declared as a typedef to an array
3232 which a DW_AT_data_location attribute.
3233
9a0dc9e3
PA
32342014-08-19 Andrew Burgess <aburgess@broadcom.com>
3235 Pedro Alves <palves@redhat.com>
3236
3237 PR symtab/14604
3238 PR symtab/14605
3239 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3240 gdb_test.
3241
0718a8da
PA
32422014-08-19 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3245
13b448cd
YQ
32462014-08-19 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3249 right line.
3250
1cbf5077
DB
32512014-08-18 David Blaikie <dblaikie@gmail.com>
3252
3253 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3254
bf0fae19
JB
32552014-08-18 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3258 attribute in array range.
3259
3c8c5dcc
JB
32602014-08-18 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3263
e66d4446
SC
32642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3265
3266 PR c++/17132
3267 * gdb.cp/pr17132.cc: New file.
3268 * gdb.cp/pr17132.exp: New file.
3269
940df408
SC
32702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3271
3272 * gdb.python/py-xmethods.py (A_getarrayind)
3273 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3274 Use 'print' with function call syntax.
3275 (E_method_matcher.match): Fix tab vs space indentation mixup.
3276
ebcc6c3a
YQ
32772014-08-15 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3280 false.
3281
775e0f04
YQ
32822014-08-15 Yao Qi <yao@codesourcery.com>
3283
3284 * gdb.cp/casts.exp: Set print symbol off.
3285 * gdb.cp/class2.exp: Likewise.
3286 * gdb.cp/overload.exp: Likewise.
3287 * gdb.cp/templates.exp: Likewise.
3288
d769e349
DE
32892014-08-11 Doug Evans <dje@google.com>
3290
3291 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3292 (test_load_shlib): Update.
3293
20c6f1e1
YQ
32942014-08-09 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.base/display.exp: Invoke is_address_zero_readable.
3297 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3298 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3299 * gdb.base/hbreak-unmapped.exp: Return if
3300 is_address_zero_readable returns true.
3301 * gdb.base/signest.exp: Likewise.
3302 * gdb.base/signull.exp: Likewise.
3303 * gdb.base/sigbpt.exp: Likewise.
3304 * gdb.guile/scm-disasm.exp: Do the test if
3305 is_address_zero_readable returns false.
3306 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3307 * gdb.python/py-arch.exp: Likewise.
3308 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3309 * lib/gdb.exp (is_address_zero_readable): New proc.
3310
5792e8e3
YQ
33112014-08-09 Yao Qi <yao@codesourcery.com>
3312
3313 PR testsuite/13443
3314 * gdb.mi/mi-var-display.exp: Make test messages unique.
3315
3cecbbbe
TT
33162014-08-04 Tom Tromey <tromey@redhat.com>
3317
3318 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3319 target 0".
3320
00b51ff5
TT
33212014-08-04 Tom Tromey <tromey@redhat.com>
3322
3323 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3324 "target_resume".
3325
6908c509
JB
33262014-08-01 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3329 inner_vla_struct_object_size.
3330 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3331 as xfail.
3332
cc6563d2
PA
33332014-07-30 Pedro Alves <palves@redhat.com>
3334
3335 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3336 comment.
3337
7e09a223
YQ
33382014-07-29 Yao Qi <yao@codesourcery.com>
3339
3340 PR gdb/17206
3341 * gdb.base/until-nodebug.exp: New.
3342
7ebdbe92
DE
33432014-07-28 Doug Evans <xdje42@gmail.com>
3344
3345 PR guile/17203
3346 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3347 previously existing parameter, and previously ambiguously spelled
3348 parameter.
3349
fdb1adc6
WN
33502014-07-28 Will Newton <will.newton@linaro.org>
3351
3352 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3353
186fcde0
DE
33542014-07-26 Ludovic Courtès <ludo@gnu.org>
3355 Doug Evans <xdje42@gmail.com>
3356
3357 PR guile/17146
3358 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3359
70509625
PA
33602014-07-25 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.threads/signal-command-handle-nopass.c: New file.
3363 * gdb.threads/signal-command-handle-nopass.exp: New file.
3364 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3365 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3366 * gdb.threads/signal-delivered-right-thread.c: New file.
3367 * gdb.threads/signal-delivered-right-thread.exp: New file.
3368
c3f814a1
PA
33692014-07-25 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.base/double-prompt-target-event-error.exp
3372 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3373 match.
3374 (cancel_pagination_in_target_event): Rework double prompt
3375 detection.
3376 * gdb.base/paginate-after-ctrl-c-running.exp
3377 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3378 <return>' match.
3379 * gdb.base/paginate-bg-execution.exp
3380 (test_bg_execution_pagination_return)
3381 (test_bg_execution_pagination_cancel): Remove '-notransfer
3382 <return>' matches.
3383 * gdb.base/paginate-execution-startup.exp
3384 (test_fg_execution_pagination_return)
3385 (test_fg_execution_pagination_cancel): Remove '-notransfer
3386 <return>' matches.
3387 * gdb.base/paginate-inferior-exit.exp
3388 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3389 match.
3390 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3391 * lib/gdb.exp (pagination_prompt): Run text through
3392 string_to_regexp.
3393 (gdb_test_multiple): Match $pagination_prompt instead of
3394 "<return>".
3395 (string_to_regexp): Move to lib/gdb-utils.exp.
3396
e214cf6c
JK
33972014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 * gdb.arch/amd64-entry-value-paramref.S: New file.
3400 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3401 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3402 * gdb.arch/amd64-optimout-repeat.S: New file.
3403 * gdb.arch/amd64-optimout-repeat.c: New file.
3404 * gdb.arch/amd64-optimout-repeat.exp: New file.
3405
17d0c5c8
JK
34062014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3407
3408 PR gdb/17170
3409 * gdb.base/statistics.exp: New file.
3410
b8b8facf
DE
34112014-07-17 Doug Evans <dje@google.com>
3412
74b49205 3413 PR gdb/17170
b8b8facf
DE
3414 * gdb.base/maint.exp: Update testing of per-command stats.
3415
1b5d0ab3
PA
34162014-07-16 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3419 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3420 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3421 (tfile_write_buf): New functions.
3422 (add_memory_block): Rewrite using the above.
3423 (adjust_function_address): New function.
3424 (FUNCTION_ADDRESS): New macro.
3425 (write_basic_trace_file): Remove short_x local, and use
3426 tfile_write_16. Change type of func_addr local to unsigned long
3427 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3428 here. Cast argument of add_memory_block to char pointer.
3429 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3430 (main): Remove parameters.
3431 * gdb.trace/tfile.exp: Remove nowarnings.
3432
4d974e88
SM
34332014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3434
3435 * gdb.base/debug-expr.exp: Test string evaluation with
3436 "debug expression" on.
3437
41e99568
PA
34382014-07-15 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/reread.exp: Use clean_restart.
3441
487d9753
PL
34422014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3443
3444 * gdb.arch/avr-flash-qualifer.c: New.
3445 * gdb.arch/avr-flash-qualifer.exp: New.
3446
cc1c52ad
PA
34472014-07-14 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3450 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3451
1e973570
PA
34522014-07-14 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.base/double-prompt-target-event-error.c: New file.
3455 * gdb.base/double-prompt-target-event-error.exp: New file.
3456
93d6eb10
PA
34572014-07-14 Pedro Alves <palves@redhat.com>
3458
3459 PR gdb/17072
3460 * gdb.base/paginate-inferior-exit.c: New file.
3461 * gdb.base/paginate-inferior-exit.exp: New file.
3462
0017922d
PA
34632014-07-14 Pedro Alves <palves@redhat.com>
3464
3465 PR gdb/17072
3466 * gdb.base/paginate-bg-execution.c: New file.
3467 * gdb.base/paginate-bg-execution.exp: New file.
3468
94696ad3
PA
34692014-07-14 Pedro Alves <palves@redhat.com>
3470
3471 PR gdb/17072
3472 * gdb.base/paginate-execution-startup.c: New file.
3473 * gdb.base/paginate-execution-startup.exp: New file.
3474 * lib/gdb.exp (pagination_prompt): New global.
3475 (default_gdb_spawn): New procedure, factored out from
3476 default_gdb_spawn.
3477 (default_gdb_start): Adjust to call default_gdb_spawn.
3478 (gdb_spawn): New procedure.
3479
bd293940
PA
34802014-07-14 Pedro Alves <palves@redhat.com>
3481
3482 * lib/gdb.exp (gdb_assert): New procedure.
3483 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3484
c933f875
PA
34852014-07-14 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.base/execution-termios.c: New file.
3488 * gdb.base/execution-termios.exp: New file.
3489
d98b7a16
TT
34902014-07-14 Tom Tromey <tromey@redhat.com>
3491
3492 * gdb.cp/vla-cxx.cc: New file.
3493 * gdb.cp/vla-cxx.exp: New file.
3494
548740d6
TT
34952014-07-14 Tom Tromey <tromey@redhat.com>
3496
3497 * gdb.reverse/rerun-prec.c: New file.
3498 * gdb.reverse/rerun-prec.exp: New file.
3499
a25eb028
MR
35002014-07-12 Maciej W. Rozycki <macro@mips.com>
3501 Maciej W. Rozycki <macro@codesourcery.com>
3502
3503 * lib/gdb-utils.exp: New file.
3504 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3505 inline `gdb_init_command' processing.
3506 (gdb_start_cmd): Likewise.
3507 * lib/mi-support.exp (mi_run_cmd): Likewise.
3508 * README: Document `gdb_init_command' and `gdb_init_commands'.
3509
218c2655
JK
35102014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 Fix false FAIL running under a very long directory name.
3513 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3514 and "set print elements 10000". Twice.
3515
5401fde3
YQ
35162014-07-11 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.base/exprs.exp: "set print symbol off".
3519
e76126e8
PA
35202014-07-11 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.threads/kill.c: New file.
3523 * gdb.threads/kill.exp: New file.
3524
2d6f0de6
YQ
35252014-07-10 Yao Qi <yao@codesourcery.com>
3526
3527 * gdb.trace/tfile.c (write_basic_trace_file)
3528 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3529 address written to trace file.
3530
7180e04a
PA
35312014-07-09 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/attach-wait-input.exp: New file.
3534 * gdb.base/attach-wait-input.c: New file.
3535
9a9a7608
AB
35362014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3539 setting up test structures.
3540 (main): Call new test function.
3541 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3542 test function, continue into test function and walk test
3543 structures.
3544
161ac41e
YQ
35452014-07-02 Yao Qi <yao@codesourcery.com>
3546
3547 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3548 'bar_start' at the beginning of functions 'foo' and 'bar'
3549 respectively.
3550 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3551 instead of 'foo' and 'bar'.
3552
1f267ae3
MM
35532014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3554
3555 * gdb.btrace/segv.exp: New.
3556 * gdb.btrace/segv.c: New.
3557
2b239efb
LM
35582014-07-02 Luis Machado <lgustavo@codesourcery.com>
3559
3560 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3561 instruction.
3562
cf363f18
MW
35632014-06-30 Mark Wielaard <mjw@redhat.com>
3564
3565 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3566 vulture, vilify, villar): New volatile array constants.
3567 (vindictive, vegetation): New const volatile array constants.
3568 * gdb.base/volatile.exp: Test volatile and const volatile array
3569 types.
3570
aebf9d24
AA
35712014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3572
3573 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3574 target lacks support for awatch, rwatch, or hbreak.
3575
b67a2c6f
YQ
35762014-06-27 Yao Qi <yao@codesourcery.com>
3577
3578 * gdb.multi/dummy-frame-restore.exp: New.
3579 * gdb.multi/dummy-frame-restore.c: New.
3580
aef92902
MM
35812014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3582
3583 * gdb.btrace/gcore.exp: New.
3584
8e9db26e
PA
35852014-06-23 Pedro Alves <palves@redhat.com>
3586
3587 * gdb.base/watchpoint-reuse-slot.c: New file.
3588 * gdb.base/watchpoint-reuse-slot.exp: New file.
3589
70afc5b7
SC
35902014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3591
3592 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3593 progspace's filename in 'info', 'enable' and 'disable' command
3594 tests.
3595
b972bd9c
JK
35962014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3599 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3600 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3601
125f8a3d
GB
36022014-06-20 Gary Benson <gbenson@redhat.com>
3603
3604 * gdb.arch/i386-avx.exp: Fix include file location.
3605 * gdb.arch/i386-sse.exp: Likewise.
3606
3ed9baed
IB
36072014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3608
3609 * gdb.dlang/expression.exp: New file.
3610
034f788c
PA
36112014-06-19 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3614 out from ...
3615 (top level): ... here. Iterate running tests under different
3616 scheduler-locking settings.
3617
45371d0c
LM
36182014-06-18 Luis Machado <lgustavo@codesourcery.com>
3619
3620 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3621 to DW_FORM_addr and use non-zero addresses.
3622
5d376983
SC
36232014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3624
3625 PR gdb/17017
3626 * gdb.python/py-xmethods.cc: Add global function call counters and
3627 increment them in their respective functions. Remove "cout"
3628 statements.
3629 * gdb.python/py-xmethods.exp: Make tests check the global function
3630 call counters instead of depending on inferior IO.
3631
a1aa2221
LM
36322014-06-18 Don Breazeal <donb@codesourcery.com>
3633
3634 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3635 Deleted procedure.
3636 (explicit_fork_parent_follow): Deleted procedure.
3637 (explicit_fork_child_follow): Deleted procedure.
3638 (test_follow_fork): New procedure.
3639 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3640 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3641 procedure calls.
3642
0fc05997
YQ
36432014-06-17 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3646 CP1252.
3647
70795c52
LM
36482014-06-17 Luis Machado <lgustavo@codesourcery.com>
3649
3650 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3651 Initialize ptr and S explicitly.
3652 (skip_type_update_when_not_use_rtti_test): Likewise.
3653
6be47f0c
KS
36542014-06-16 Keith Seitz <keiths@redhat.com>
3655
3656 PR mi/15863
3657 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3658 the inferior is started.
3659
d03de421
PA
36602014-06-16 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.base/break-main-file-remove-fail.c: New file.
3663 * gdb.base/break-main-file-remove-fail.exp: New file.
3664 * gdb.base/break-unload-file.exp: Use build_executable instead of
3665 prepare_for_testing.
3666 (test_break): New parameter "initial_load". Handle it.
3667 (top level): Add initial_load cmdline/file axis.
3668
f9579b99
TT
36692014-06-12 Tom Tromey <tromey@redhat.com>
3670
3671 * gdb.base/completion.exp: Don't use directory name in test.
3672
3657956b
GB
36732014-06-09 Gary Benson <gbenson@redhat.com>
3674
3675 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3676 separate the always-available ANSI-standard signals from the
3677 signals that require checking.
3678 (main): Likewise.
3679 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3680 Likewise.
3681 (main): Likewise.
3682
4186eb54
KS
36832014-06-07 Keith Seitz <keiths@redhat.com>
3684
3685 Revert:
3686 PR c++/16253
3687 * gdb.cp/var-tag.cc: New file.
3688 * gdb.cp/var-tag.exp: New file.
3689 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3690 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3691 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3692 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3693
25326a28 36942014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3695
3696 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3697
829155c9
PA
36982014-06-06 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3701 in target debug output instead of looking at RSP packets,
3702 disabling the test on any target that uses hardware stepping.
3703 Update comments.
3704
61c8d22e
PA
37052014-06-06 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.base/break-unload-file.exp: Fix typo.
3708
d9a47287
YQ
37092014-06-06 Yao Qi <yao@codesourcery.com>
3710
3711 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3712 from "jit_function" to "^jit_function".
3713
e5e01dbf
YQ
37142014-06-06 Yao Qi <yao@codesourcery.com>
3715
3716 * gdb.base/async.c (foo): Add one statement.
3717 * gdb.base/async.exp: Get the next instruction address and
3718 match the output of "nexti" by instruction address. Match
3719 the hex address in the output of "finish".
3720
73ba372c
GB
37212014-06-06 Gary Benson <gbenson@redhat.com>
3722
3723 * gdb.base/call-signals.c: Remove preprocessor conditionals
3724 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3725 SIGSEGV and SIGTERM.
3726 * gdb.base/sigall.c: Likewise.
3727 * gdb.base/unwindonsignal.c: Likewise.
3728 * gdb.reverse/sigall-reverse.c: Likewise.
3729
831517df
YQ
37302014-06-06 Yao Qi <yao@codesourcery.com>
3731
3732 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3733 readable, skip the test.
3734
b8b91e98
YQ
37352014-06-06 Yao Qi <yao@codesourcery.com>
3736
3737 * gdb.threads/staticthreads.c (thread_function): Move the line
3738 setting breakpoint on forward.
3739 * gdb.threads/staticthreads.exp: Update comments.
3740
fb934770
LC
37412014-06-05 Ludovic Courtès <ludo@gnu.org>
3742
3743 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3744 "history-append! type error".
3745
6ef284bd
SM
37462014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3747
3748 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3749 erroneous dprintf expected input.
3750
a872e241
DE
37512014-06-04 Doug Evans <xdje42@gmail.com>
3752
3753 * gdb.guile/scm-generics.exp: Delete.
3754
16f691fb
DE
37552014-06-04 Doug Evans <xdje42@gmail.com>
3756
3757 * gdb.guile/scm-breakpoint.exp: Update.
3758 Add tests for breakpoint registration.
3759
012370f6
TT
37602014-06-04 Tom Tromey <tromey@redhat.com>
3761
3762 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3763 VLA-in-union.
3764 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3765 inner_vla_struct, vla_union types. Initialize objects of those
3766 types and compute their sizes.
3767
9f5a4cef
HZ
37682014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3769 Hui Zhu <hui@codesourcery.com>
3770
3771 * gdb.base/fileio.exp: Add test for shell not available as well as
3772 available.
3773 * gdb.base/fileio.c (test_system): Check for shell twice.
3774
90a45c4d
YQ
37752014-06-04 Yao Qi <yao@codesourcery.com>
3776
3777 * gdb.base/auto-connect-native-target.exp: Remove redundant
3778 space from the regexp pattern.
3779
70017e41
YQ
37802014-06-04 Yao Qi <yao@codesourcery.com>
3781
3782 * gdb.base/default.exp: Replace "child" with "native" in
3783 regexp pattern.
3784
883964a7
SC
37852014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3786
3787 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3788 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3789 * gdb.python/py-xmethods.py: Python script supporting the
3790 new testcase and tests.
3791
ef370185
JB
37922014-06-03 Joel Brobecker <brobecker@adacore.com>
3793 Pedro Alves <palves@redhat.com>
3794
3795 PR breakpoints/17000
3796 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3797 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3798
1e2ccb61
BM
37992014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3800
3801 * gdb.base/subst.exp: Add tests to verify partial path matching
3802 output.
3803
c6ec5ab2
PA
38042014-06-03 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3807 target that doesn't use software single-stepping.
3808
835c559f
PA
38092014-06-03 Pedro Alves <palves@redhat.com>
3810
3811 PR breakpoints/17000
3812 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3813 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3814
06eb1586
DE
38152014-06-02 Doug Evans <xdje42@gmail.com>
3816
3817 * gdb.guile/scm-parameter.exp: New file.
3818
e698b8c4
DE
38192014-06-02 Doug Evans <xdje42@gmail.com>
3820
3821 * gdb.guile/scm-cmd.c: New file.
3822 * gdb.guile/scm-cmd.exp: New file.
3823
ded03782
DE
38242014-06-02 Doug Evans <xdje42@gmail.com>
3825
3826 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3827 pretty-printer lookup.
3828 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3829 (make-pp_s-printer): Call it.
3830 (make-pretty-printer-from-dict): New function.
3831 (lookup-pretty-printer-maker-from-dict): New function.
3832 (*pretty-printer*): Simplify.
3833 (make-objfile-pp_s-printer): New function.
3834 (install-objfile-pretty-printers!): New function.
3835 (make-progspace-pp_s-printer): New function.
3836 (install-progspace-pretty-printers!): New function.
3837 * gdb.guile/scm-progspace.c: New file.
3838 * gdb.guile/scm-progspace.exp: New file.
3839
41fac0cf
PA
38402014-06-02 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.base/dprintf-bp-same-addr.c: New file.
3843 * gdb.base/dprintf-bp-same-addr.exp: New file.
3844
96ae5695
EBM
38452014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3846
3847 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3848 * gdb.arch/powerpc-power.s: Likewise.
3849
da02b3a8
JB
38502014-06-02 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3853
c72b2e7b
YQ
38542014-06-01 Yao Qi <yao@codesourcery.com>
3855
3856 * gdb.base/watchpoint.exp (test_watch_location): Check null
3857 pointer can be dereferenced. If not, do the test, otherwise
3858 skip it.
3859
53e8a631
AB
38602014-05-30 Andrew Burgess <aburgess@broadcom.com>
3861
3862 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3863 results.
3864 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3865
938f0e2f
AB
38662014-05-30 Andrew Burgess <aburgess@broadcom.com>
3867
3868 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3869 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3870 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3871 * gdb.arch/amd64-invalid-stack-top.c: New file.
3872 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3873
9ba6657a
PA
38742014-05-30 Pedro Alves <palves@redhat.com>
3875
3876 PR breakpoints/17000
3877 * gdb.base/sss-bp-on-user-bp.c: New file.
3878 * gdb.base/sss-bp-on-user-bp.exp: New file.
3879
522c09bf
DB
38802014-05-30 David Blaikie <dblaikie@gmail.com>
3881
3882 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3883 gnu_inline semantics via attribute.
3884 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3885 source explicitly specifies the required semantics.
3886
bf4ef81e
MR
38872014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3888
3889 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3890
329ea579
PA
38912014-05-29 Pedro Alves <palves@redhat.com>
3892 Tom Tromey <tromey@redhat.com>
3893
3894 * gdb.base/async-shell.exp: Don't enable target-async.
3895 * gdb.base/async.exp
3896 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3897 parameter. Adjust.
3898 (top level): Don't test with "target-async".
3899 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3900 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3901 * gdb.base/inferior-died.exp: Don't enable target-async.
3902 * gdb.base/interrupt-noterm.exp: Likewise.
3903 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3904 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3905 * gdb.mi/mi-nonstop.exp: Likewise.
3906 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3907 * gdb.mi/mi-nsintrall.exp: Likewise.
3908 * gdb.mi/mi-nsmoribund.exp: Likewise.
3909 * gdb.mi/mi-nsthrexec.exp: Likewise.
3910 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3911 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3912 * gdb.python/py-evsignal.exp: Don't enable target-async.
3913 * gdb.python/py-evthreads.exp: Likewise.
3914 * gdb.python/py-prompt.exp: Likewise.
3915 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3916 * gdb.server/solib-list.exp: Don't enable target-async.
3917 * gdb.threads/thread-specific-bp.exp: Likewise.
3918 * lib/mi-support.exp: Adjust to use mi-async.
3919
fd664c91
PA
39202014-05-29 Pedro Alves <palves@redhat.com>
3921
3922 PR gdb/13860
3923 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3924 reason, even in sync mode.
3925
251bde03
PA
39262014-05-29 Pedro Alves <palves@redhat.com>
3927 Hui Zhu <hui@codesourcery.com>
3928
3929 PR PR15693
3930 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3931 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3932 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3933 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3934
7f3c0343
JB
39352014-05-28 Joel Brobecker <brobecker@adacore.com>
3936
3937 * config/monitor.exp (gdb_target_monitor): Replace use of
3938 "set remotebaud" by "set serial baud".
3939
b2715b27
AW
39402014-05-26 Andy Wingo <wingo@igalia.com>
3941
3942 * gdb.guile/scm-breakpoint.exp:
3943 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3944 properties instead of gdb-object-properties.
3945
498a4489
YQ
39462014-05-26 Yao Qi <yao@codesourcery.com>
3947
3948 * gdb.server/no-thread-db.exp: Specify source file name
3949 explicitly when setting a breakpoint.
3950
589fdceb
MM
39512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3952
3953 * gdb.btrace/vdso.c: New.
3954 * gdb.btrace/vdso.exp: New.
3955
e9089e05
MM
39562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3957
3958 * gdb.base/gcore.exp (capture_command_output): Move ...
3959 * lib/gdb.exp (capture_command_output): ... here.
3960
67b5c0c1
MM
39612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3962
3963 * gdb.btrace/data.exp: Test memory access during btrace replay.
3964
a2199296
SM
39652014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3966
3967 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3968
17b2616c
PA
39692014-05-21 Pedro Alves <palves@redhat.com>
3970
3971 PR gdb/13860
3972 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3973 (top level): Test that output related to execution commands is
3974 sent to the console with CLI commands, but not with MI commands.
3975 Test that breakpoint events are always mirrored to the console.
3976 Also expect the new source line to be output after a "next" in
3977 async mode too. Make it a pass/fail test.
3978 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3979 output.
3980 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3981
5166082f
PA
39822014-05-21 Pedro Alves <palves@redhat.com>
3983
3984 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3985 Use them to test variations of "list" after reaching a breakpoint.
3986 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3987 Test "list" with listsize 10 after reaching a breakpoint.
3988 * gdb.python/python.exp (decode_line current location line
3989 number): Adjust expected line number.
3990
2f25d70f
SM
39912014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3992
3993 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3994 behavior for $args, pass it directly to "run".
3995
ff604a67
MR
39962014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3997
3998 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3999 30000 to 65536.
4000
6a3cb8e8
PA
40012014-05-21 Pedro Alves <palves@redhat.com>
4002
4003 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4004 auto-connect-native-target off".
4005 * gdb.base/auto-connect-native-target.c: New file.
4006 * gdb.base/auto-connect-native-target.exp: New file.
4007
4ebfc96e
PA
40082014-05-21 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/default.exp: Test "target native" instead of "target
4011 child".
4012
36d46afb
MW
40132014-05-21 Mark Wielaard <mjw@redhat.com>
4014
4015 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4016
5876f503
JK
40172014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 Fix TLS access for -static -pthread.
4020 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4021 <HAVE_TLS> (thread_function, main): Initialize it.
4022 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4023 Add clean_restart.
4024 <$have_tls != "">: Check TLSVAR.
4025
0256a6ac
PA
40262014-05-21 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.base/dcache-line-read-error.c: New.
4029 * gdb.base/dcache-line-read-error.exp: New.
4030
936d2992
PA
40312014-05-20 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/compare-sections.c: New file.
4034 * gdb.base/compare-sections.exp: New file.
4035
802e8e6d
PA
40362014-05-20 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.base/break-idempotent.c: New file.
4039 * gdb.base/break-idempotent.exp: New file.
4040
e59fa00f
MM
40412014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4042
4043 * gdb.btrace/nohist.exp: New.
4044
8b696e31
YQ
40452014-05-20 Yao Qi <yao@codesourcery.com>
4046
4047 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4048 gdb.reverse directory and gdb_reverse_timeout exists in board
4049 setting.
4050 * README: Document gdb_reverse_timeout.
4051
73c9764f
YQ
40522014-05-20 Yao Qi <yao@codesourcery.com>
4053
4054 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4055 'test_file_name'. Treat args as a string instead of a list.
4056 (gdb_init): Rename argument 'args' by 'test_file_name'.
4057
f1f4348a
JK
40582014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * gdb.arch/powerpc-power.exp: New file.
4061 * gdb.arch/powerpc-power.s: New file.
4062
0dbe70ce
DE
40632014-05-16 Doug Evans <dje@google.com>
4064
4065 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4066 * gdb.base/completion.exp: Check that all expected files exist
4067 before doing file completion.
0dbe70ce 4068
8d551b02
DE
40692014-05-16 Doug Evans <dje@google.com>
4070
4071 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4072 Update.
4073 (do_syscall_tests_without_xml): Update.
4074
73eb7709
PA
40752014-05-16 Pedro Alves <palves@redhat.com>
4076
4077 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4078 instead of "unknown output after running".
4079
3fae92fc
YQ
40802014-05-16 Yao Qi <yao@codesourcery.com>
4081
4082 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4083 file1.txt from host at the end.
4084 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4085
c2b2ccc5
DE
40862014-05-15 Doug Evans <dje@google.com>
4087
4088 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4089 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4090 loading file. Add test for TU lookup.
4091
8c217a4b
SM
40922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4093
4094 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4095 calling "-exec-arguments" or "set args" before running the
4096 inferior.
4097
3deb39c6
SM
40982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4099
4100 * lib/mi-support.exp (mi_expect_stop): Expect message for
4101 inferiors that exit with non-zero exit code.
4102
71a79f8c
YQ
41032014-05-14 Yao Qi <yao@codesourcery.com>
4104
4105 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4106 match absolute path on remote host.
4107 (test_file_list_exec_source_files): Remove "/" from the
4108 pattern.
4109
f23fcd46
YQ
41102014-05-14 Yao Qi <yao@codesourcery.com>
4111
4112 * boards/local-remote-host-notty.exp (${board}_file): New
4113 proc.
4114
9404b58f
KM
41152014-05-07 Kyle McMartin <kyle@redhat.com>
4116
4117 Pushed by Joel Brobecker <brobecker@adacore.com>.
4118 * gdb.arch/aarch64-atomic-inst.c: New file.
4119 * gdb.arch/aarch64-atomic-inst.exp: New file.
4120
5e45f04c
YQ
41212014-05-07 Yao Qi <yao@codesourcery.com>
4122
4123 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4124 in current context" too.
4125
c888a17d
KS
41262014-05-05 Keith Seitz <keiths@redhat.com>
4127
4128 * gdb.linespec/ls-dollar.exp: Add test for linespec
4129 file:convenience_variable.
4130
290a839c
YQ
41312014-05-05 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4134 traceframes into tfile and ctf trace files. Read data from
4135 trace file and test collected data.
4136 (gdb_collect_locals_test): Likewise.
4137 (gdb_unavailable_registers_test): Likewise.
4138 (gdb_unavailable_floats): Likewise.
4139 (gdb_collect_globals_test): Likewise.
4140 (top-level): Append "ctf" to trace_file_targets if GDB
4141 supports.
4142
b5262cd0
YQ
41432014-05-05 Yao Qi <yao@codesourcery.com>
4144
4145 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4146 code to ...
4147 (gdb_collect_args_test_1): ... it. New proc.
4148 (gdb_collect_locals_test): Move some code to ...
4149 (gdb_collect_locals_test_1): ... it. New proc.
4150 (gdb_unavailable_registers_test): Move some code to ...
4151 (gdb_unavailable_registers_test_1): ... it. New proc.
4152 (gdb_unavailable_floats): Move some code to ...
4153 (gdb_unavailable_floats_1): ... it. New proc.
4154
30a1e6cc
SDJ
41552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4156
4157 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4158 probes to test for bitness recognition.
4159 * gdb.arch/amd64-stap-optional-prefix.exp
4160 (test_probe_value_without_reg): New procedure.
4161 Add code to test for different kinds of bitness.
4162
f33da99a
SDJ
41632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4164
4165 PR breakpoints/16889
4166 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4167 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4168
5b80f00d
PA
41692014-05-01 Pedro Alves <palves@redhat.com>
4170
4171 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4172 gdb_file_cmd if no file is specified.
4173 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4174 last_loaded_file to set the remote exec-file.
4175
f8c2a73c
PA
41762014-05-01 Pedro Alves <palves@redhat.com>
4177
4178 * boards/local-remote-host.exp: New file.
4179
be6e8ac7
PA
41802014-05-01 Pedro Alves <palves@redhat.com>
4181
4182 * boards/local-remote-host.exp: Rename to ...
4183 * boards/local-remote-host-notty.exp: ... this.
4184
cac0dc8f
JB
41852014-04-28 Joel Brobecker <brobecker@adacore.com>
4186
4187 * gdb.ada/dyn_arrayidx: New testcase.
4188
9730e6cc
YQ
41892014-04-26 Yao Qi <yao@codesourcery.com>
4190
4191 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4192 and compute the length of function main. Save it in
4193 $main_length.
4194 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4195 (top-level): Use gdb_compile to compile objects into
4196 executable and restart GDB. Remove invocation to
4197 prepare_for_testing.
4198
7ae1a6a6
PA
41992014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4200 Pedro Alves <palves@redhat.com>
4201
4202 PR server/16255
4203 * gdb.multi/multi-attach.c: New file.
4204 * gdb.multi/multi-attach.exp: New file.
4205
4082afcc
PA
42062014-04-25 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4209 user.
4210 (top level): Test that "set remote conditional-breakpoints-packet
4211 off" works as intended.
4212 * gdb.base/dprintf.exp: Test that "set remote
4213 breakpoint-commands-packet off" works as intended.
4214 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4215 New function.
4216 (top level): Call it.
4217 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4218 remote fast-tracepoints-packet off" works as intended.
4219 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4220 * lib/gdb.exp (gdb_is_target_remote): ... here.
4221
2abc3f8d
DB
42222014-04-24 David Blaikie <dblaikie@gmail.com>
4223
4224 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4225 ensure clang would not discard them.
4226 * gdb.base/gdbvars.c: Ditto.
4227 * gdb.base/memattr.c: Ditto.
4228 * gdb.base/whatis.c: Ditto.
4229 * gdb.python/py-prettyprint.c: Ditto.
4230 * gdb.trace/actions.c: Ditto.
4231 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4232 ensure clang would not discard it.
4233
bfd39632
DB
42342014-04-24 David Blaikie <dblaikie@gmail.com>
4235
4236 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4237 clang to emit the full definition of type required by the test
4238 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4239
22842ff6
DB
42402014-04-24 David Blaikie <dblaikie@gmail.com>
4241
4242 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4243 coax Clang into emitting the definition of the type.
4244 * gdb.cp/pr10728-x.h (y): Ditto.
4245 * gdb.cp/pr10728-y.cc (y): Ditto.
4246
c2e827ad
DB
42472014-04-24 David Blaikie <dblaikie@gmail.com>
4248
4249 * gdb.base/label.exp: XFAIL label related tests under Clang.
4250 * gdb.cp/cplabel.exp: Ditto.
4251 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4252 under Clang those using labels.
4253
4c2d33e7
YQ
42542014-04-25 Yao Qi <yao@codesourcery.com>
4255
4256 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4257 double_label.
4258 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4259 partial_label and double_label.
4260
56083b99
DB
42612014-04-24 David Blaikie <dblaikie@gmail.com>
4262
4263 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4264
25d4e99d
DB
42652014-04-24 David Blaikie <dblaikie@gmail.com>
4266
4267 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4268 of the function to work across GCC and Clang.
4269 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4270 pointer types (const void ** const V void **).
4271
01f9f808
MS
42722014-04-24 Michael Sturm <michael.sturm@mintel.com>
4273 Walfred Tedeschi <walfred.tedeschi@intel.com>
4274
4275 * Makefile.in (EXECUTABLES): Added i386-avx512.
4276 * gdb.arch/i386-avx512.c: New file.
4277 * gdb.arch/i386-avx512.exp: Likewise.
4278
4b48d439
KS
42792014-04-23 Keith Seitz <keiths@redhat.com>
4280
4281 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4282 (mi_make_breakpoint_table): New procedure.
4283 (mi_create_breakpoint): Use mi_make_breakpoint
4284 and return the result.
4285 (mi_make_breakpoint): New procedure.
4286 (mi_build_kv_pairs): New procedure.
4287
4288 * gdb.mi/mi-break.exp: Remove unused globals,
4289 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4290 All callers updated.
4291 * gdb.mi/mi-dprintf.exp: Use variable to track command
4292 number.
4293 Update all callers of mi_create_breakpoint and use
4294 mi_make_breakpoint_table.
4295 Remove any unused global variables.
4296 * gdb.mi/mi-nonstop.exp: Likewise.
4297 * gdb.mi/mi-nsintrall.exp: Likewise.
4298 * gdb.mi/mi-nsmoribund.exp: Likewise.
4299 * gdb.mi/mi-nsthrexec.exp: Likewise.
4300 * gdb.mi/mi-reverse.exp: Likewise.
4301 * gdb.mi/mi-simplerun.exp: Likewise.
4302 * gdb.mi/mi-stepn.exp: Likewise.
4303 * gdb.mi/mi-syn-frame.exp: Likewise.
4304 * gdb.mi/mi-until.exp: Likewise.
4305 * gdb.mi/mi-var-cp.exp: Likewise.
4306 * gdb.mi/mi-var-display.exp: Likewise.
4307 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4308 * gdb.mi/mi2-var-child.exp: Likewise.
4309 * gdb.mi/mi-vla-c99.exp: Likewise.
4310 * lib/mi-support.exp: Likewise.
4311
4312 From Ian Lance Taylor <iant@cygnus.com>:
4313 * lib/gdb.exp (parse_args): New procedure.
4314
08351840
PA
43152014-04-23 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/break-unload-file.c: New file.
4318 * gdb.base/break-unload-file.exp: New file.
4319 * gdb.base/sym-file-lib.c (baz): New function.
4320 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4321 field.
4322 (load): Store the segment's mapped size.
4323 (unload): New function.
4324 (unload_shlib): New function.
4325 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4326 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4327 set a breakpoint at baz, and call it.
4328 * gdb.base/sym-file.exp: New tests for stale breakpoint
4329 instructions.
4330
076855f9
PA
43312014-04-23 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4334 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4335 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4336 * gdb.base/hbreak-unmapped.c: New file.
4337 * gdb.base/hbreak-unmapped.exp: New file.
4338 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4339 * lib/gdb.exp (gdb_is_target_remote): ... here.
4340
483805cf
PA
43412014-04-22 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.base/consecutive-step-over.c: New file.
4344 * gdb.base/consecutive-step-over.exp: New file.
4345
06d97543
PA
43462014-04-22 Pedro Alves <palves@redhat.com>
4347
4348 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4349 instead of send_gdb/gdb_expect.
4350
b4429ea2
YQ
43512014-04-22 Yao Qi <yao@codesourcery.com>
4352
4353 * lib/trace-support.exp (generate_tracefile): New procedure.
4354 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4355 return 0.
4356 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4357 if generate_tracefile returns 1.
4358
51d48146
PA
43592014-04-18 Tom Tromey <palves@redhat.com>
4360 Pedro alves <tromey@redhat.com>
4361
4362 PR backtrace/15558
4363 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4364 with a backtrace limit.
4365 * gdb.python/py-frame-inline.exp: Test running to an inline
4366 function with a backtrace limit, and printing the newest frame.
4367 * gdb.python/py-frame-inline.c (main): Call f.
4368
bd1dce5f
MS
43692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4370
4371 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4372
40d1a503
MS
43732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4374
4375 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4376 Drop prefix from unsupported source file path.
4377
389b98f7
YQ
43782014-04-17 Yao Qi <yao@codesourcery.com>
4379
4380 * lib/gdb.exp (with_target_charset): New proc.
4381 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4382 with_target_charset.
4383 (test_print_strings): Likewise.
4384 (test_repeat_bytes): Likewise.
4385 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4386 for some tests.
4387
22869d73
KS
43882014-04-16 Keith Seitz <keiths@redhat.com>
4389
4390 PR gdb/15827
4391 * gdb.dwarf2/corrupt.c: New file.
4392 * gdb.dwarf2/corrupt.exp: New file.
4393
c4f87ca6
KS
43942014-04-16 Keith Seitz <keiths@redhat.com>
4395
4396 PR c++/16597
4397 * gdb.cp/namelessclass.cc: New file.
4398 * gdb.cp/namelessclass.exp: New file.
4399 * gdb.cp/namelessclass.S: New file.
4400
ab19de87
DE
44012014-04-16 Doug Evans <dje@google.com>
4402
4403 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4404 Add comment.
4405 (gdbserver_default_get_comm_port): New function.
4406 (gdbserver_start): Check if board file provided
4407 "gdbserver,get_comm_port" and use it if so.
4408 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4409 (gdb,socketport): Set to "stdio".
4410 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4411 (stdio_gdbserver_template): Delete.
4412 (${board}_get_remote_address): Update.
4413 (${board}_build_remote_cmd): Delete.
4414 (${board}_get_comm_port): New function.
4415 (${board}_spawn): Update.
4416 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4417 Delete.
4418 (${board}_get_remote_address): Update.
4419 (${board}_get_comm_port): New function.
4420
fc98a809
AB
44212014-04-16 Andrew Burgess <aburgess@broadcom.com>
4422
4423 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4424 appearing in any order.
4425
87fd9e6e
DE
44262014-04-15 Doug Evans <dje@google.com>
4427
4428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4429 uninitialized value of "description".
4430
099fc3ea
KS
44312014-04-15 Keith Seitz <keiths@redhat.com>
4432
4433 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4434 Remove unused globals.
4435 (test_running_the_program): Likewise.
4436 (test_controlled_execution): Likewise.
4437 (test_controlling_breakpoints): Likewise.
4438 (test_program_termination): Likewise.
4439
5da151d4
KS
44402014-04-15 Keith Seitz <keiths@redhat.com>
4441
4442 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4443 unused globals.
4444 (test_rbreak_creation_and_listing): Likewise.
4445 (test_ignore_count): Likewise.
4446 (test_error): Likewise.
4447
35e5d2f0
PA
44482014-04-15 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4451 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4452 sym-file-loader.c.
4453 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4454 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4455 to sym-file-loader.c.
4456 (struct library): Forward declare.
4457 (load_shlib, lookup_function): Change prototypes.
4458 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4459 (translate_offset): Remove declarations.
4460 (get_text_addr): New declaration.
4461 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4462 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4463 sym-file-loader.h.
4464 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4465 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4466 here from sym-file-loader.h.
4467 (struct library): New structure.
4468 (load_shlib, lookup_function): Change prototypes and adjust to
4469 work with a struct library.
4470 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4471 (translate_offset): Make static.
4472 (get_text_addr): New function.
4473 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4474
eb4c1710
PA
44752014-04-15 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4478
2d1baf52
PA
44792014-04-15 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/sym-file-loader.c: Include <limits.h>.
4482 (SELF_LINK): New define.
4483 (get_origin): New function.
4484 (load_shlib): Use it.
4485 * gdb.base/sym-file.exp: Don't early return if the target is
4486 remote. Use runto_main, and issue fail is that fails. Use
4487 gdb_load_shlibs.
4488 (shlib_name): Delete.
4489 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4490
7dd6df01
PA
44912014-04-15 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/sym-file.exp: Remove regex characters from test
4494 message. Don't refer to breakpoint numbers in test messages.
4495
b50c8614
KS
44962014-04-14 Keith Seitz <keiths@redhat.com>
4497
4498 PR c++/16253
4499 * gdb.cp/var-tag.cc: New file.
4500 * gdb.cp/var-tag.exp: New file.
4501 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4502 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4503 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4504 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4505
3d567982
TT
45062014-04-14 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4509 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4510 type.
4511 * gdb.cp/enum-class.exp: New file.
4512 * gdb.cp/enum-class.cc: New file.
4513
0626fc76
TT
45142014-04-14 Tom Tromey <tromey@redhat.com>
4515
4516 * gdb.dwarf2/enum-type.exp: New file.
4517
dca325b3
SA
45182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4519
4520 * gdb.mi/mi-vla-c99.exp: New file.
4521 * gdb.mi/vla.c: New file.
4522
5854b38a
SA
45232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4524
4525 * gdb.base/vla-datatypes.c: New file.
4526 * gdb.base/vla-datatypes.exp: New file.
4527
463bb957
SA
45282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4529
4530 * gdb.base/vla-ptr.c: New file.
4531 * gdb.base/vla-ptr.exp: New file.
4532
3dd170be
SA
45332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4534
4535 * gdb.dwarf2/count.exp: New file.
4536
5ecaaa66
SA
45372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4538
4539 * gdb.base/vla-sideeffect.c: New file.
4540 * gdb.base/vla-sideeffect.exp: New file.
4541
41f1ada5
DB
45422014-04-14 David Blaikie <dblaikie@gmail.com>
4543
4544 * gdb.mi/non-stop.c: Add return value for non-void function return
4545 statement.
4546 * gdb.threads/staticthreads.c: Ditto.
4547
0be03e84
DE
45482014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4549 Doug Evans <xdje42@gmail.com>
4550
4551 * gdb.guile/scm-value.c: Improve test case.
4552 * gdb.guile/scm-value.exp: Add new test.
4553
f180a1fb
DB
45542014-04-11 David Blaikie <dblaikie@gmail.com>
4555
4556 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4557 override Clang's default.
4558
6b662e19
JB
45592014-04-11 Joel Brobecker <brobecker@adacore.com>
4560
4561 Revert the following changes (regressions):
4562
4563 * gdb.base/vla-sideeffect.c: New file.
4564 * gdb.base/vla-sideeffect.exp: New file.
4565
4566 * gdb.dwarf2/count.exp: New file.
4567
4568 * gdb.base/vla-multi.c: New file.
4569 * gdb.base/vla-multi.exp: New file.
4570
4571 * gdb.base/vla-ptr.c: New file.
4572 * gdb.base/vla-ptr.exp: New file.
4573
4574 * gdb.base/vla-datatypes.c: New file.
4575 * gdb.base/vla-datatypes.exp: New file.
4576
4577 * gdb.mi/mi-vla-c99.exp: New file.
4578 * gdb.mi/vla.c: New file.
4579
245a5f0b
KS
45802014-04-11 Keith Seitz <keiths@redhat.com>
4581
4582 PR c++/16675
4583 * gdb.cp/cpsizeof.exp: New file.
4584 * gdb.cp/cpsizeof.cc: New file.
4585
58a84dcf
SA
45862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4587
191a8a90
JB
4588 * gdb.mi/mi-vla-c99.exp: New file.
4589 * gdb.mi/vla.c: New file.
58a84dcf 4590
c8655f75
SA
45912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4592
4593 * gdb.base/vla-datatypes.c: New file.
4594 * gdb.base/vla-datatypes.exp: New file.
4595
024e13b4
SA
45962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4597
4598 * gdb.base/vla-ptr.c: New file.
4599 * gdb.base/vla-ptr.exp: New file.
4600
1a237e0e
SA
46012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4602
4603 * gdb.base/vla-multi.c: New file.
4604 * gdb.base/vla-multi.exp: New file.
4605
504f3432
SA
46062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4607
4608 * gdb.dwarf2/count.exp: New file.
4609
3bce8237
SA
46102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4611
191a8a90
JB
4612 * gdb.base/vla-sideeffect.c: New file.
4613 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4614
322f9c21
YQ
46152014-04-11 Yao Qi <yao@codesourcery.com>
4616
4617 * gdb.base/completion.exp: Check file exists before running tests
4618 on file completion.
4619
d708bcd1
PA
46202014-04-10 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/cond-eval-mode.c: New file.
4623 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4624 prepare_for_testing to build the new file. Check result of
4625 runto_main.
4626 (test_break, test_watch): New procedures.
4627 (top level): Use them.
4628
ae1d2761
PM
46292014-04-08 Pierre Muller <muller@sourceware.org>
4630
4631 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4632 Ctrl-V use for mingw hosts.
4633
7af389b8
SC
46342014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4635
4636 * gdb.python/py-value.c: Improve test case.
4637 * gdb.python/py-value.exp: Add new test.
4638
5e703181
DE
46392014-04-07 David Blaikie <dblaikie@gmail.com>
4640
4641 * lib/compiler.c: Identify the clang compiler.
4642 * lib/compiler.cc: Ditto.
4643
9810b410
YQ
46442014-04-03 Yao Qi <yao@codesourcery.com>
4645
4646 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4647
98d1b8dc
AB
46482014-04-01 Anton Blanchard <anton@samba.org>
4649
4650 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4651 messages unique.
4652
3114cea1
AB
46532014-04-01 Anton Blanchard <anton@samba.org>
4654
4655 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4656 prepare_for_testing.
4657
62f7182c
AB
46582014-04-01 Anton Blanchard <anton@samba.org>
4659
4660 * gdb.arch/ppc64-atomic-inst.c: Remove.
4661 * gdb.arch/ppc64-atomic-inst.S: New file.
4662 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4663
770e7fc7
DE
46642014-03-31 Doug Evans <dje@google.com>
4665
4666 * gdb.base/print-symbol-loading-lib.c: New file.
4667 * gdb.base/print-symbol-loading-main.c: New file.
4668 * gdb.base/print-symbol-loading.exp: New file.
4669
46e2bafa
YQ
46702014-03-31 Yao Qi <yao@codesourcery.com>
4671
4672 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4673
8776cfe9
JB
46742014-03-28 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdb.ada/mi_dyn_arr: New testcase.
4677
5d1ef361
DE
46782014-03-27 Doug Evans <dje@google.com>
4679
4680 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4681
b5bee914
YQ
46822014-03-27 Yao Qi <yao@codesourcery.com>
4683
4684 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4685 if target is nios2-*-*.
4686
0d4d0e77
YQ
46872014-03-26 Yao Qi <yao@codesourcery.com>
4688
4689 * lib/gdb.exp (readline_is_used): New proc.
4690 * gdb.base/completion.exp: Move tests on command complete up.
4691 Skip the rest of tests if readline is not used.
4692 * gdb.ada/complete.exp: Skp the test if readline is not
4693 used.
4694 * gdb.base/filesym.exp: Likewise.
4695 * gdb.base/macscp.exp: Likewise.
4696 * gdb.base/readline-ask.exp: Likewise.
4697 * gdb.base/readline.exp: Likewise.
4698 * gdb.python/py-cmd.exp: Likewise.
4699 * gdb.trace/tfile.exp: Likewise.
4700
29361eee
YQ
47012014-03-26 Yao Qi <yao@codesourcery.com>
4702
4703 * gdb.base/macscp.exp: Fix code format issues.
4704
bc9a5525
UW
47052014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4706
4707 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4708 * gdb.asm/powerpc64le.inc: New file.
4709
d3839ede
PA
47102014-03-25 Pedro Alves <palves@redhat.com>
4711 Doug Evans <dje@google.com>
4712
4713 * gdb.base/source-execution.c: New file.
4714 * gdb.base/source-execution.exp: New file.
4715 * gdb.base/source-execution.gdb: New file.
4716
01672a57
DE
47172014-03-24 Doug Evans <dje@google.com>
4718
4719 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4720 using fission.
4721
88bbeca9
HZ
47222014-03-24 Hui Zhu <hui@codesourcery.com>
4723 Pedro Alves <palves@redhat.com>
4724
4725 PR breakpoints/16101
4726 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4727 test pass/fail messages. Detect missing support for dprintf when
4728 breakpoints are actually inserted.
4729 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4730 breakpoints are actually inserted.
4731 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4732 fails.
4733
d2348791
JK
47342014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4737
feef67ab
DE
47382014-03-22 Doug Evans <xdje42@gmail.com>
4739
4740 * gdb.python/python.exp (python not supported): Verify multi-line
4741 python command issues an error.
25d743f9 4742 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4743 guile command issues an error.
feef67ab 4744
ecebef6a
MR
47452014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4746
4747 * gdb.threads/thread-specific.exp: Handle the lack of usable
4748 $this_breakpoint and $this_thread.
4749
ccdd1909
HZ
47502014-03-21 Hui Zhu <hui@codesourcery.com>
4751
4752 * gdb.base/attach.exp (do_command_attach_tests): New.
4753
beb460e8
PA
47542014-03-20 Tom Tromey <tromey@redhat.com>
4755 Pedro Alves <palves@redhat.com>
4756
4757 PR cli/15718
4758 * gdb.base/condbreak-call-false.c: New file.
4759 * gdb.base/condbreak-call-false.exp: New file.
4760
40acf43a
PA
47612014-03-20 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4764 Delete.
4765 (block_signals, unblock_signals): Delete.
4766 (child_function_2, main): Remove references to deleted variable
4767 and functions.
4768
9f5e1e02
PA
47692014-03-20 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4772 Use pthread_kill to signal thread 2.
4773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4774 Adjust to make the test send itself a signal rather than using the
4775 host's "kill" command.
4776
99619bea
PA
47772014-03-20 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.threads/multiple-step-overs.c: New file.
4780 * gdb.threads/multiple-step-overs.exp: New file.
4781 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4782 Adjust expected infrun debug output.
4783
2adfaa28
PA
47842014-03-20 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4787 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4788
31e77af2
PA
47892014-03-20 Pedro Alves <palves@redhat.com>
4790
4791 PR breakpoints/7143
4792 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4793 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4794 of gdb_test_multiple.
4795 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4796 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4797
b9f437de
PA
47982014-03-20 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4801 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4802
05adc73e
PA
48032014-03-19 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.base/async.exp: Remove early return.
4806
6048b950
PA
48072014-03-19 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4810
8bcfb00a
PA
48112014-03-19 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.base/async.exp (test_background): Expect \r\n after
4814 "completed." in the fail pattern.
4815
884e37dc
PA
48162014-03-19 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/async.exp (test_background): New procedure.
4819 Use it for all background execution command tests.
4820
148e57e2
PA
48212014-03-19 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/async.exp: Use prepare_for_testing.
4824
f48088c7
PA
48252014-03-19 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4828 the same line.
4829
e2f6c966
PA
48302014-03-19 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/async.c (main): Add "jump here" and "until here" line
4833 marker comments.
4834 * gdb.base/async.exp (jump_here): New global.
4835 (jump& test): Use it.
4836 (until_here): New global.
4837 (until& test): Use it.
4838
c30568d4
PA
48392014-03-19 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.base/async.exp: Don't frob gdb_protocol.
4842
0172b6a7
DE
48432014-03-18 Doug Evans <xdje42@gmail.com>
4844
4845 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4846 Fix spelling of exec-done-display.
4847
06c868a8
JK
48482014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 PR gdb/15358
4851 * gdb.base/gdb-sigterm.c: New file.
4852 * gdb.base/gdb-sigterm.exp: New file.
4853
0c7e1a46
PA
48542014-03-18 Pedro Alves <palves@redhat.com>
4855
4856 PR gdb/13860
4857 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4858 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4859 solib-event.
4860
f7c77d93
JB
48612014-03-17 Joel Brobecker <brobecker@adacore.com>
4862
4863 * gdb.ada/pckd_arr_ren: New testcase.
4864
5a1e8c7a
DE
48652014-03-13 Doug Evans <xdje42@gmail.com>
4866
4867 PR guile/16612
4868 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4869 collect after discarding symbols.
4870
350e1a76
DE
48712014-03-13 Ludovic Courtès <ludo@gnu.org>
4872 Doug Evans <xdje42@gmail.com>
4873
4874 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4875 to history survives a gc.
4876
a69900ae
PA
48772014-03-13 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/default.exp: Don't test "target procfs".
4880
5db9f0bd
PA
48812014-03-13 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.base/default.exp: Update "target child" and "target procfs"
4884 tests to not expect "Unix".
4885
b3ccfe11
TT
48862014-03-12 Tom Tromey <tromey@redhat.com>
4887
4888 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4889 New procs. Add target-async tests.
4890 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4891 Add target-async tests.
4892
646f4417
AA
48932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4894
4895 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4896 'func_start' and 'func_end' for the beginning and end of the
4897 function code, respectively.
4898 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4899 'func_end' instead of 'func' and 'main'.
4900
288c211f
AA
49012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4902
4903 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4904 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4905 generate the debug info assembler source.
4906
e0c0f156
AA
49072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4908
4909 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4910 * gdb.dwarf2/arr-subrange.exp: Likewise.
4911 * gdb.dwarf2/dwz.exp: Likewise.
4912 * gdb.dwarf2/method-ptr.exp: Likewise.
4913 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4914 * gdb.dwarf2/subrange.exp: Likewise.
4915 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4916 * gdb.dwarf2/implptrpiece.exp: Likewise.
4917 * gdb.dwarf2/nostaticblock.exp: Likewise.
4918
0e5c4555
AA
49192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4920
4921 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4922 directory to absolute path name arguments.
4923
5ec18f2b
JG
49242014-03-10 Joel Brobecker <brobecker@adacore.com>
4925
4926 * gdb.ada/tagged_access: New testcase.
4927
847fc4f2
MM
49282014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4929
4930 * gdb.btrace/data.exp: Update expected output.
4931
cc3da688
YQ
49322014-03-06 Yao Qi <yao@codesourcery.com>
4933
4934 * gdb.trace/pr16508.exp: New file.
4935
0f26cec1
PA
49362014-03-05 Pedro Alves <palves@redhat.com>
4937
4938 PR gdb/16575
4939 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4940 procedure.
4941 (top level): Adjust to use it. Add tests that exercise breakpoint
4942 interaction with the code-cache.
4943
7a5a839f
LC
49442014-02-26 Ludovic Courtès <ludo@gnu.org>
4945
4946 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4947 test for 'history-append!'.
4948
31aa7e4e
JB
49492014-02-26 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4952 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4953 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4954 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4955 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4956 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4957
1b588015
JB
49582014-02-26 Joel Brobecker <brobecker@adacore.com>
4959
4960 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4961 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4962 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4963
55426c9d
JB
49642014-02-26 Joel Brobecker <brobecker@adacore.com>
4965
4966 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4967
dc53a7ad
JB
49682014-02-26 Joel Brobecker <brobecker@adacore.com>
4969
4970 * gdb.dwarf2/arr-stride.c: New file.
4971 * gdb.dwarf2/arr-stride.exp: New file.
4972
12ab52e9
PA
49732014-02-26 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4976 that won't ever trigger. Make sure that GDB reports the correct
4977 breakpoint that caused the stop.
4978
849c862e
JK
49792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 PR gdb/16626
4982 * gdb.base/auto-load-script: New file.
4983 * gdb.base/auto-load.c: New file.
4984 * gdb.base/auto-load.exp: New file.
4985
71b7d793
JK
4986 PR gdb/16626
4987 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4988
e2f0d509
JK
49892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4992 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4993
50cc37c8
DE
49942014-02-24 Doug Evans <dje@google.com>
4995
4996 * lib/gdb.exp (run_on_host): Log error output if program fails.
4997
ea4758f2
PA
49982014-02-21 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.threads/step-after-sr-lock.c: Rename to ...
5001 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5002 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5003 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5004 ... this.
5005
d7b30f67
SDJ
50062014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5007
5008 PR tdep/16397
5009 * gdb.arch/amd64-stap-special-operands.exp: New file.
5010 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5011 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5012 * gdb.arch/amd64-stap-triplet.S: Likewise.
5013 * gdb.arch/amd64-stap-triplet.c: Likewise.
5014
83deb43f
JB
50152014-02-20 Joel Brobecker <brobecker@adacore.com>
5016
5017 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5018 in .section pseudo-op.
5019
adde2bff
DE
50202014-02-20 lin zuojian <manjian2006@gmail.com>
5021 Joel Brobecker <brobecker@adacore.com>
5022 Doug Evans <xdje42@gmail.com>
5023
5024 PR symtab/16581
5025 * gdb.dwarf2/dw2-icycle.S: New file.
5026 * gdb.dwarf2/dw2-icycle.c: New file.
5027 * gdb.dwarf2/dw2-icycle.exp: New file.
5028
f7bd0f78
SC
50292014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5030
5031 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5032 operations on gdb.Value objects.
5033 * gdb.python/py-value-cc.exp: Add new test to test operations on
5034 gdb.Value objects.
5035
c17ef0d5
DE
50362014-02-18 Doug Evans <dje@google.com>
5037
5038 * Makefile.in (TESTS): New variable.
5039 (expanded_tests, expanded_tests_or_none): New variables
5040 (check-single): Pass $(expanded_tests_or_none) to runtest.
5041 (check-parallel): Only run tests in $(TESTS) if non-empty.
5042 (check/no-matching-tests-found): New rule.
5043 * README: Document TESTS makefile variable.
5044
5dd3176f
DE
50452014-02-18 Doug Evans <dje@google.com>
5046
5047 * Makefile.in (check-parallel): rm -rf outputs temp.
5048
0b10be4f
JK
50492014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 Fix "ERROR: no fileid for" in the testsuite.
5052 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5053
85f224e7
DE
50542014-02-12 Doug Evans <dje@google.com>
5055
5056 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5057 (MISCELLANEOUS): New variable.
5058 (clean): rm -rf $(MISCELLANEOUS).
5059 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5060 dwp live in the same directory as symlinks, with each symlink pointed
5061 to a differently named file in a different directory.
5062
149b30ff
DE
50632014-02-11 Doug Evans <dje@google.com>
5064
5065 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5066 of Tcl file commands.
5067
1dfdac32
MK
50682014-02-10 Mark Kettenis <kettenis@gnu.org>
5069
5070 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5071 "kill -SIGUSR1 -1".
5072
aa4fb036
JB
50732014-02-10 Joel Brobecker <brobecker@adacore.com>
5074
5075 * gdb.ada/tick_length_array_enum_idx: New testcase.
5076
ed3ef339
DE
50772014-02-10 Doug Evans <xdje42@gmail.com>
5078
5079 * configure.ac (AC_OUTPUT): Add gdb.guile.
5080 * configure: Regenerate.
5081 * lib/gdb-guile.exp: New file.
5082 * lib/gdb.exp (get_target_charset): New function.
5083 * gdb.base/help.exp: Update expected output from "apropos apropos".
5084 * gdb.guile/Makefile.in: New file.
5085 * gdb.guile/guile.exp: New file.
5086 * gdb.guile/scm-arch.c: New file.
5087 * gdb.guile/scm-arch.exp: New file.
5088 * gdb.guile/scm-block.c: New file.
5089 * gdb.guile/scm-block.exp: New file.
5090 * gdb.guile/scm-breakpoint.c: New file.
5091 * gdb.guile/scm-breakpoint.exp: New file.
5092 * gdb.guile/scm-disasm.c: New file.
5093 * gdb.guile/scm-disasm.exp: New file.
5094 * gdb.guile/scm-equal.c: New file.
5095 * gdb.guile/scm-equal.exp: New file.
5096 * gdb.guile/scm-error.exp: New file.
5097 * gdb.guile/scm-error.scm: New file.
5098 * gdb.guile/scm-frame-args.c: New file.
5099 * gdb.guile/scm-frame-args.exp: New file.
5100 * gdb.guile/scm-frame-args.scm: New file.
5101 * gdb.guile/scm-frame-inline.c: New file.
5102 * gdb.guile/scm-frame-inline.exp: New file.
5103 * gdb.guile/scm-frame.c: New file.
5104 * gdb.guile/scm-frame.exp: New file.
5105 * gdb.guile/scm-generics.exp: New file.
5106 * gdb.guile/scm-gsmob.exp: New file.
5107 * gdb.guile/scm-iterator.c: New file.
5108 * gdb.guile/scm-iterator.exp: New file.
5109 * gdb.guile/scm-math.c: New file.
5110 * gdb.guile/scm-math.exp: New file.
5111 * gdb.guile/scm-objfile-script-gdb.in: New file.
5112 * gdb.guile/scm-objfile-script.c: New file.
5113 * gdb.guile/scm-objfile-script.exp: New file.
5114 * gdb.guile/scm-objfile.c: New file.
5115 * gdb.guile/scm-objfile.exp: New file.
5116 * gdb.guile/scm-ports.exp: New file.
5117 * gdb.guile/scm-pretty-print.c: New file.
5118 * gdb.guile/scm-pretty-print.exp: New file.
5119 * gdb.guile/scm-pretty-print.scm: New file.
5120 * gdb.guile/scm-section-script.c: New file.
5121 * gdb.guile/scm-section-script.exp: New file.
5122 * gdb.guile/scm-section-script.scm: New file.
5123 * gdb.guile/scm-symbol.c: New file.
5124 * gdb.guile/scm-symbol.exp: New file.
5125 * gdb.guile/scm-symtab-2.c: New file.
5126 * gdb.guile/scm-symtab.c: New file.
5127 * gdb.guile/scm-symtab.exp: New file.
5128 * gdb.guile/scm-type.c: New file.
5129 * gdb.guile/scm-type.exp: New file.
5130 * gdb.guile/scm-value-cc.cc: New file.
5131 * gdb.guile/scm-value-cc.exp: New file.
5132 * gdb.guile/scm-value.c: New file.
5133 * gdb.guile/scm-value.exp: New file.
5134 * gdb.guile/source2.scm: New file.
5135 * gdb.guile/types-module.cc: New file.
5136 * gdb.guile/types-module.exp: New file.
5137
7026a7c1
YQ
51382014-02-10 Yao Qi <yao@codesourcery.com>
5139
5140 PR testsuite/16543
5141 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5142 * configure: Regenerated.
5143 * Makefile.in: New file.
5144
6c466447
AS
51452014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5146
5147 * gdb.python/py-framefilter.exp: Fix typo.
5148
6e854735
YQ
51492014-02-08 Yao Qi <yao@codesourcery.com>
5150
5151 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5152 that no =breakpoint-modified is emitted when breakpoints are
5153 modified through MI commands.
5154
d137e6dc
PA
51552014-02-07 Pedro Alves <pedro@codesourcery.com>
5156 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.threads/step-after-sr-lock.c: New file.
5159 * gdb.threads/step-after-sr-lock.exp: New file.
5160
b5ee5a50
PA
51612014-02-07 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5164
3c77faf3
JK
51652014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5168 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5169
6dddc817
DE
51702014-02-06 Doug Evans <xdje42@gmail.com>
5171
5172 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5173 output.
5174
5175 * gdb.gdb/python-interrupts.exp: New file.
5176
de7b2893
YQ
51772014-02-05 Yao Qi <yao@codesourcery.com>
5178
5179 * gdb.trace/report.exp (use_collected_data): Test the output
5180 of "info threads" and "info inferiors".
5181
66d032ac
YQ
51822014-02-05 Yao Qi <yao@codesourcery.com>
5183
5184 Revert this patch:
5185
5186 2013-05-24 Yao Qi <yao@codesourcery.com>
5187
5188 * gdb.trace/tfile.exp: Test inferior and thread.
5189
591a12a1
UW
51902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5191
5192 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5193 on a function.
5194 * gdb.base/step-bt.c: Call hello via function pointer to make
5195 sure its first instruction is executed on powerpc64le-linux.
5196
0ff3e01f
UW
51972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5198
5199 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5200
084ee545
UW
52012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5202
5203 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5204 of the test patterns for use on little-endian systems.
5205
6ed14ff3
UW
52062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5207
5208 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5209 (decimal_vector): Fix for little-endian.
5210
401e27fd
JM
52112014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5212
5213 * gdb.arch/sparc-sysstep.exp: New file.
5214 * gdb.arch/sparc-sysstep.c: Likewise.
5215
5216 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5217
8b924729
EBM
52182014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5219
5220 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5221
fb151210
JB
52222014-01-23 Tom Tromey <tromey@redhat.com>
5223
5224 * gdb.ada/array_char_idx: New testcase.
5225
0740f8d8
TT
52262014-01-23 Tom Tromey <tromey@redhat.com>
5227
5228 PR python/16487:
5229 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5230 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5231 classes.
5232
21909fa1
TT
52332014-01-23 Tom Tromey <tromey@redhat.com>
5234
5235 PR python/16491:
5236 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5237 string from an inferior frame.
5238 * gdb.python/py-framefilter-mi.exp: Update.
5239
87ce2a04
DE
52402014-01-22 Doug Evans <dje@google.com>
5241
5242 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5243
237b092b
AA
52442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5245
5246 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5247
d674a709
AA
52482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5249
5250 * gdb.trace/entry-values.exp: Remove excess space character from
5251 regex patterns. Handle s390 call instruction.
5252
20fa3390
AA
52532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5254
5255 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5256 define "*_start" label. Make "name" static.
5257 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5258 ${name} by references to ${name}_start.
5259
78466714
AA
52602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5261
5262 * gdb.base/info-macros.exp: Remove "debug" from the compile
5263 options.
5264
ec9f644a
IB
52652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5266
5267 * gdb.dlang/demangle.exp: New file.
5268
94b1b47e
IB
52692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5270
5271 * gdb.dlang/primitive-types.exp: New file.
5272
7f420862
IB
52732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5274
5275 * configure.ac: Create gdb.dlang/Makefile.
5276 * configure: Regenerate.
5277 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5278 * gdb.dlang/Makefile.in: New file.
5279 * lib/d-support.exp: New file.
5280 * lib/gdb.exp (skip_d_tests): New proc.
5281
52834460
MM
52822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5283
5284 * gdb.btrace/delta.exp: Check reverse stepi.
5285 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5286 * gdb.btrace/finish.exp: New.
5287 * gdb.btrace/next.exp: New.
5288 * gdb.btrace/nexti.exp: New.
5289 * gdb.btrace/record_goto.c: Add comments.
5290 * gdb.btrace/step.exp: New.
5291 * gdb.btrace/stepi.exp: New.
5292 * gdb.btrace/multi-thread-step.c: New.
5293 * gdb.btrace/multi-thread-step.exp: New.
5294 * gdb.btrace/rn-dl-bind.c: New.
5295 * gdb.btrace/rn-dl-bind.exp: New.
5296 * gdb.btrace/data.c: New.
5297 * gdb.btrace/data.exp: New.
5298 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5299
6e07b1d2
MM
53002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5301
5302 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5303 * gdb.btrace/exception.exp: Update.
5304 * gdb.btrace/instruction_history.exp: Update.
5305 * gdb.btrace/record_goto.exp: Update.
5306 * gdb.btrace/tailcall.exp: Update.
5307 * gdb.btrace/unknown_functions.exp: Update.
5308 * gdb.btrace/delta.exp: New.
5309
0b722aec
MM
53102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5311
5312 * gdb.btrace/record_goto.exp: Add backtrace test.
5313 * gdb.btrace/tailcall.exp: Add backtrace test.
5314
066ce621
MM
53152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5316
5317 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5318 * gdb.btrace/record_goto.c: New.
5319 * gdb.btrace/record_goto.exp: New.
5320 * gdb.btrace/x86-record_goto.S: New.
5321
0688d04e
MM
53222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5323
5324 * gdb.btrace/function_call_history.exp: Update tests.
5325 * gdb.btrace/instruction_history.exp: Update tests.
5326
8710b709
MM
53272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5328
5329 * gdb.btrace/function_call_history.exp: Fix expected field
5330 order for "record function-call-history".
5331 Add new tests for "record function-call-history /c".
5332 * gdb.btrace/exception.cc: New.
5333 * gdb.btrace/exception.exp: New.
5334 * gdb.btrace/tailcall.exp: New.
5335 * gdb.btrace/x86-tailcall.S: New.
5336 * gdb.btrace/x86-tailcall.c: New.
5337 * gdb.btrace/unknown_functions.c: New.
5338 * gdb.btrace/unknown_functions.exp: New.
5339 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5340
5de9129b
MM
53412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5342
5343 * gdb.btrace/instruction_history.exp: Update.
5344 * gdb.btrace/function_call_history.exp: Update.
5345
23a7fe75
MM
53462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5347
5348 * gdb.btrace/function_call_history.exp: Fix expected function
5349 trace.
5350 * gdb.btrace/instruction_history.exp: Initialize traced.
5351 Remove traced_functions.
5352
724c7dd8
MM
53532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * gdb.btrace/function_call_history.exp: Update
5356 * gdb.btrace/instruction_history.exp: Update.
5357
6d78d93b
MM
53582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5359
5360 * gdb.btrace/enable.exp: Update expected text.
5361
93a360cc
OJ
53622014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5363
5364 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5365 bytes.
5366
3772b53f
MR
53672014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5368
5369 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5370
596662fa
OJ
53712014-01-15 Omair Javaid <omair.javaid@linaro.org>
5372
5373 * lib/gdb.exp (supports_process_record): Return true for
5374 arm*-linux*. (supports_reverse): Likewise.
5375
b5b08fb4
SC
53762014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5377
5378 PR python/15464
5379 PR python/16113
5380 * gdb.python/py-type.c: Enhance test case.
5381 * gdb.python/py-value-cc.cc: Likewise
5382 * gdb.python/py-type.exp: Add new tests.
5383 * gdb.python/py-value-cc.exp: Likewise
5384
52d7fb13
AA
53852014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5386 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5389 Make "name" extern.
5390 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5391 references to ${name}_start by references to ${name}.
5392
a2cd8cfe
JB
53932014-01-10 Joel Brobecker <brobecker@adacore.com>
5394
5395 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5396
4e23fced
JB
53972014-01-10 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5400
c6a9e42c
PA
54012014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5402 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5405 mi_gdb_target_load.
c6a9e42c 5406
b7ea362b
PA
54072014-01-08 Pedro Alves <palves@redhat.com>
5408
5409 * gdb.threads/reconnect-signal.c: New file.
5410 * gdb.threads/reconnect-signal.exp: New file.
5411
5e3f4fab
EBM
54122014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * gdb.base/source-dir.exp: New file.
5415
79301218
JB
54162014-01-07 Joel Brobecker <brobecker@adacore.com>
5417
5418 * gdb.ada/mi_interface: New testcase.
5419
8e355c5d
JB
54202014-01-07 Joel Brobecker <brobecker@adacore.com>
5421
5422 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5423 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5424 gdb.ada/pp-rec-component/pck.ads: New files.
5425
c0d48811
JB
54262014-01-07 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.python/py-pp-integral.c: New file.
5429 * gdb.python/py-pp-integral.py: New file.
5430 * gdb.python/py-pp-integral.exp: New file.
5431
17b609c3 5432For older changes see ChangeLog-1993-2013.
c906108c 5433\f
8d8cb839
EZ
5434;; Local Variables:
5435;; mode: change-log
5436;; left-margin: 8
5437;; fill-column: 74
5438;; version-control: never
5439;; End:
902f2ccb 5440
32d0add0 5441 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5442 Copying and distribution of this file, with or without modification,
5443 are permitted provided the copyright notice and this notice are preserved.