Clean up testsuite compiler_info support.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a97b16b8
DE
12015-07-24 Doug Evans <dje@google.com>
2
3 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
4 compiler_info references.
5 * gdb.cp/temargs.exp: Ditto.
6 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7 (get_compiler_info): Early exit if already computed. Set compiler_info
8 to "unknown" if there was a problem.
9 (test_compiler_info): Add function comment. Call get_compiler_info.
10
35baa57f
DE
112015-07-24 Doug Evans <dje@google.com>
12
13 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14 (workers/%.worker, build-perf): New rule.
15 (GDB_PERFTEST_MODE): New variable.
16 (check-perf): Use it.
17 (clean): Clean up gdb.perf parallel build subdirs.
18 * lib/build-piece.exp: New file.
19 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
20 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
21 name.
22 (standard_temp_file): Ditto.
23 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
24 of $GDB_PARALLEL.
25
6ebea266
DE
262015-07-24 Doug Evans <dje@google.com>
27
28 * lib/future.exp (gdb_default_target_compile): New option
29 "early_flags".
30 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
31 --as-needed.
32
4fd4095a
DE
332015-07-24 Doug Evans <dje@google.com>
34
35 * gdb.perf/lib/perftest/measure.py (MeasurementCpuTime::stop): Print
36 result.
37 (MeasurementWallTime::stop): Ditto.
38 (MeasurementVmSizeTime::stop): Ditto.
39
1e76a7e9
SDJ
402015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
41
42 * gdb.base/catch-syscall.exp: Call gdb_exit before
43 gdb_skip_xml_test.
44
5068630a
PA
452015-07-24 Pedro Alves <palves@redhat.com>
46
47 * gdb.python/py-events.exp: Accept output between the stop event
48 and the prompt.
49 * gdb.python/py-evsignal.exp: Likewise.
50 * gdb.python/py-evthreads.exp: Likewise.
51
77598427
PA
522015-07-24 Pedro Alves <palves@redhat.com>
53
54 PR gdb/18717
55 * gdb.threads/non-ldr-exit.c: New file.
56 * gdb.threads/non-ldr-exit.exp: New file.
57
11e6c98f
YQ
582015-07-24 Yao Qi <yao.qi@linaro.org>
59
60 * gdb.server/ext-wrapper.exp: Test --wrapper option when
61 restarting process.
62
51aee833
YQ
632015-07-24 Yao Qi <yao.qi@linaro.org>
64
65 * gdb.server/ext-restart.exp: New file.
66
8cfe207c
YQ
672015-07-24 Yao Qi <yao.qi@linaro.org>
68
69 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
70 argument options.
71 * gdb.server/ext-wrapper.exp: New file.
72
cc12ce38
DE
732015-07-23 Doug Evans <dje@google.com>
74
75 * gdb.dwarf2/dw2-dummy-cu.S: New file.
76 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
77
d0d84780
PMR
782015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
79
80 * gdb.ada/var_arr_typedef.exp: New testcase.
81 * gdb.ada/var_arr_typedef/pack.adb: New file.
82 * gdb.ada/var_arr_typedef/pack.ads: New file.
83 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
84
8b558f79
JB
852015-07-20 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
88
775a3298
JK
892015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
90
91 * gdb.arch/i386-biarch-core.exp: Replace istarget
92 by "complete set gnutarget". Remove expectation for the "core-file"
93 command.
94
db1ff28b
JK
952015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 Revert the previous commit:
98 Tests for validate symbol file using build-id.
99
0a94970d
JK
1002015-07-15 Aleksandar Ristovski <aristovski@qnx.com
101
102 Tests for validate symbol file using build-id.
103 * gdb.base/solib-mismatch-lib.c: New file.
104 * gdb.base/solib-mismatch-libmod.c: New file.
105 * gdb.base/solib-mismatch.c: New file.
106 * gdb.base/solib-mismatch.exp: New file.
107
03346981
SL
1082015-07-15 Sandra Loosemore <sandra@codesourcery.com>
109
110 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
111 nios2-*-linux*.
112 * gdb.base/sigbpt.exp (stepi_out): Likewise.
113 * gdb.base/siginfo.exp: Likewise.
114 * gdb.base/sigstep.exp (advance, advancei): Likewise.
115
42422cc7
PL
1162015-07-15 Pierre Langlois <pierre.langlois@arm.com>
117
118 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
119 Move it to ...
120 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
121 ... here.
122 * gdb.trace/range-stepping.exp: Check that the target supports
123 range stepping.
124
cfa68bae
JK
1252015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
126
127 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
128
8ffdba26
PA
1292015-07-14 Pedro Alves <palves@redhat.com>
130
131 * gdb.base/killed-outside.exp: New file.
132 * gdb.base/killed-outside.c: New file.
133
218a5a11
JK
1342015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
137 (n at main): New.
138 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
139
e03ed3c6
AA
1402015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
141
142 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
143 infcall tests instead of setting up for KFAIL.
144
485668e5
MM
1452015-07-10 Markus Metzger <markus.t.metzger@intel.com>
146
147 * gdb.btrace/record_goto-step.exp: New.
148
08464196
JK
1492015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 PR compile/18484
152 * gdb.compile/compile.c (struct struct_type): Add volatile to
153 selffield's type.
154 * gdb.compile/compile.exp
155 (compile code struct_object.selffield = &struct_object): Skip further
156 struct_object tests if this one xfails.
157
bcf5c1d9
RC
1582015-07-08 Robert O'Callahan <robert@ocallahan.org>
159
160 PR exp/18617
161 * gdb.trace/ax.exp: Add test.
162
4931af25
YQ
1632015-07-07 Yao Qi <yao.qi@linaro.org>
164
165 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
166 instead of istarget "aarch64*-*-*".
167 * gdb.arch/aarch64-fp.exp: Likewise.
168 * gdb.base/float.exp: Likewise.
169 * gdb.reverse/aarch64.exp: Likewise.
170 * lib/gdb.exp (is_aarch64_target): New proc.
171
9fcf688e
YQ
1722015-07-07 Yao Qi <yao.qi@linaro.org>
173
174 * lib/gdb.exp (is_aarch32_target): New proc.
175 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
176 instead of "istarget "arm*-*-*"".
177 * gdb.arch/arm-disp-step.exp: Likewise.
178 * gdb.arch/thumb-bx-pc.exp: Likewise.
179 * gdb.arch/thumb-prologue.exp: Likewise.
180 * gdb.arch/thumb-singlestep.exp: Likewise.
181 * gdb.base/disp-step-syscall.exp: Likewise.
182 * gdb.base/float.exp: Likewise.
183
fbd8d50d
YQ
1842015-07-07 Yao Qi <yao.qi@linaro.org>
185
186 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
187 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
188
71be1fdc
YQ
1892015-07-07 Yao Qi <yao.qi@linaro.org>
190
191 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
192 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
193 if it exists.
194 * gdb.multi/multi-arch.exp: Likewise.
195
3e221d36
SM
1962015-07-07 Simon Marchi <simon.marchi@ericsson.com>
197
198 * gdb.python/py-lazy-string.exp: Add missing parentheses to
199 print.
200
d441430b
YQ
2012015-07-07 Yao Qi <yao.qi@linaro.org>
202
203 * gdb.arch/thumb-singlestep.exp: Do one more single step.
204
06f810bd
MG
2052015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
206
207 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
208 '[' and ']' characters.
209
5e61e7c0
IB
2102015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
211
212 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
213
28bf096c
PA
2142015-06-29 Pedro Alves <palves@redhat.com>
215
216 PR threads/18127
217 * gdb.threads/hand-call-new-thread.c: New file.
218 * gdb.threads/hand-call-new-thread.c: New file.
219
ee93cd5e
KS
2202015-06-26 Keith Seitz <keiths@redhat.com>
221 Doug Evans <dje@google.com>
222
223 PR 16253
224 * gdb.cp/var-tag-2.cc: New file.
225 * gdb.cp/var-tag-3.cc: New file.
226 * gdb.cp/var-tag-4.cc: New file.
227 * gdb.cp/var-tag.cc: New file.
228 * gdb.cp/var-tag.exp: New file.
229
fc637f04
PP
2302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
231
232 * gdb.base/history-duplicates.exp: New test.
233
2e52ae68
PP
2342015-06-26 Patrick Palka <patrick@parcs.ath.cx>
235
236 * gdb.base/completion.exp: Test the completion of the "focus"
237 command.
238
6e22494e
JK
2392015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 * gdb.arch/amd64-prologue-skip.S: New file.
242 * gdb.arch/amd64-prologue-skip.exp: New file.
243
bf7b9cd9
SM
2442015-06-25 Simon Marchi <simon.marchi@ericsson.com>
245
246 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
247 is_address_zero_readable check.
248
201e8dfd
PB
2492015-06-24 Peter Bergner <bergner@vnet.ibm.com>
250
251 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
252 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
253
5cd867b4
YQ
2542015-06-24 Yao Qi <yao.qi@linaro.org>
255
256 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
257 linux targets.
258
4d7be007
YQ
2592015-06-24 Yao Qi <yao.qi@linaro.org>
260
261 * lib/gdb.exp (supports_get_siginfo_type): New proc.
262 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
263 * gdb.base/siginfo-thread.exp: Likewise.
264
07fcd301
YQ
2652015-06-22 Yao Qi <yao.qi@linaro.org>
266
267 * boards/remote-gdbserver-on-localhost.exp: Add comments.
268
52042a00
YQ
2692015-06-22 Yao Qi <yao.qi@linaro.org>
270
271 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
272 aarch64*-*-*.
273 (skip_hw_watchpoint_tests): Likewise.
274
74bd41ce
PP
2752015-06-18 Patrick Palka <patrick@parcs.ath.cx>
276
277 * gdb.base/gdbinit-history.exp: Test the interaction between
278 setting GDBHISTSIZE and setting the history size via .gdbinit.
279
bc460514
PP
2802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
281
282 PR gdb/16999
283 * gdb.base/gdbhistsize-history.exp: New test.
284
b58c513b
PP
2852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
286
287 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
288 with GDBHISTSIZE.
289 * gdb.base/readline.exp: Likewise.
290
92046791
YQ
2912015-06-17 Yao Qi <yao.qi@linaro.org>
292
293 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
294 line.
295
2093d2d3
PP
2962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
297
298 * gdb.base/gdbinit-history.exp: Add test case to check that
299 an unlimited history file does not get truncated on exit.
300
e6c693af
AA
3012015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
302
303 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
304 (VECTOR): New macro. Use it...
305 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
306 ...for these typedefs.
307 (int8, char1, int1, double1): New typedefs.
308 (struct just_int2, struct two_int2): New structures.
309 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
310 (add_structvecs, add_singlevecs): New functions.
311 (main): Call add_some_intvecs twice.
312 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
313 the compile and exit upon failure. Try compiling for the "native"
314 architecture. Test inferior function calls with vector arguments
315 and vector return value handling with "finish" and "return".
316
c74f7d1c
JT
3172015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
318
319 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
320 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
321 PE file.
322 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
323
98aa42ee
AT
3242015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
325
326 PR breakpoints/16465
327 * gdb.mi/mi-dprintf-pending.c: New file.
328 * gdb.mi/mi-dprintf-pending.exp: New test.
329 * gdb.mi/mi-dprintf-pendshr.c: New file.
330
7d73c23c 3312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 332 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
333
334 * gdb.arch/i386-mpx-map.c: New file.
335 * gdb.arch/i386-mpx-map.exp: New File.
336
3372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
338
339 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
340 * gdb.arch/i386-mpx.exp: Indentation fixed.
341
3422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
343
344 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
345 function and improved indentation.
346 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
347 gdb_test_multiple. Added additional tests to skip the test.
348
3492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
350
351 * gdb.arch/i386-avx512.c: Change path in include file.
352 * gdb.arch/i386-avx512.exp: Change include dir path
353 compilation flag.
354 * gdb.arch/i386-mpx.c: Change path in include file.
355 * gdb.arch/i386-mpx.exp: Change include dir path compilation
356 flag.
357
d5eba19a
JK
3582015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
359
360 * gdb.compile/compile-print.exp (compile print *vararray@3)
361 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
362
7f361056
JK
3632015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
366 (do not keep jit in memory): ... this.
367 (expect 5): Change it to ...
368 (expect no 5): ... this.
369
3b462ec2
SM
3702015-06-02 Simon Marchi <simon.marchi@ericsson.com>
371
372 PR gdb/15564
373 * gdb.mi/mi-detach.exp: New file.
374
e0619de6
JK
3752015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 PR symtab/18392
378 * gdb.arch/amd64-tailcall-self.S: New file.
379 * gdb.arch/amd64-tailcall-self.c: New file.
380 * gdb.arch/amd64-tailcall-self.exp: New file.
381
e970cb34
DB
3822015-05-28 Don Breazeal <donb@codesourcery.com>
383
384 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
385 tests for remote targets by checking is_target_gdbserver.
386
b2e2f908
DE
3872015-05-27 Doug Evans <dje@google.com>
388
389 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
390 * gdb.dwarf2/opaque-type-lookup.c: New file.
391 * gdb.dwarf2/opaque-type-lookup.exp: New file.
392
82c7be31
DE
3932015-05-26 Doug Evans <dje@google.com>
394
395 * gdb.cp/iostream.cc: New file.
396 * gdb.cp/iostream.exp: New file.
397
b4f54984
DE
3982015-05-26 Doug Evans <dje@google.com>
399
400 * gdb.dwarf2/dw2-op-call.exp: Update.
401 * gdb.dwarf2/dw4-sig-types.exp: Update.
402 * gdb.dwarf2/implptr.exp: Update.
403 * gdb.mi/mi-cmd-param-changed.exp: Update.
404
4ea6efe9
DE
4052015-05-26 Doug Evans <dje@google.com>
406
407 * gdb.python/py-lazy-string.c: New file.
408 * gdb.python/py-lazy-string.exp: New file.
409 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
410 (main): Update. Add estring3.
411 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
412 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
413
f6bb7db3
YQ
4142015-05-26 Omair Javaid <omair.javaid@linaro.org>
415 Yao Qi <yao.qi@linaro.org>
416
417 * gdb.reverse/aarch64.c: New.
418 * gdb.reverse/aarch64.exp: New.
419
a81bfbd0
OJ
4202015-05-26 Omair Javaid <omair.javaid@linaro.org>
421
422 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
423 (supports_reverse): Likewise.
424
158bf1b4
PP
4252015-05-22 Patrick Palka <patrick@parcs.ath.cx>
426
427 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
428 Use with_test_prefix.
429
a0145030
AB
4302015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.base/completion.exp: Add test for completion of layout
433 names.
434
ebe3b578
AB
4352015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * lib/gdb.exp (skip_tui_tests): New proc.
438 * gdb.base/tui-layout.exp: Check skip_tui_tests.
439
84204ed7
PA
4402015-05-19 Pedro Alves <palves@redhat.com>
441
442 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
443 Save the whole env array instead of just HOME. Unset HISTSIZE in
444 the environment while testing. Restore whole environment
445 afterwards.
446
37442ce1
DE
4472015-05-16 Doug Evans <xdje42@gmail.com>
448
449 * gdb.guile/scm-ports.c: New file.
450 * gdb.guile/scm-ports.exp: Add memory port tests.
451
36de76f9
JK
4522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * gdb.compile/compile-print.c: New file.
455 * gdb.compile/compile-print.exp: New file.
456
3a9558c4
JK
4572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * gdb.compile/compile-ops.exp: Cast param to void.
460 * gdb.compile/compile.exp: Complete type for _gdb_expr.
461 (compile code struct_object.selffield = &struct_object): Add xfail.
462
aa715135
JG
4632015-05-15 Joel Brobecker <brobecker@adacore.com>
464
465 * gdb.ada/arr_enum_with_gap: New testcase.
466
931e5bc3
JG
4672015-05-15 Joel Brobecker <brobecker@adacore.com>
468
469 * gdb.ada/byte_packed_arr: New testcase.
470
9cd4d857
JB
4712015-05-15 Joel Brobecker <brobecker@adacore.com>
472
473 * gdb.ada/pckd_neg: New testcase.
474
ebfd00d2
PP
4752015-05-13 Patrick Palka <patrick@parcs.ath.cx>
476
477 PR gdb/17820
478 * gdb.base/gdbinit-history.exp: New test.
479 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
480 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
481
4c082a81
SC
4822015-05-09 Siva Chandra Reddy <sivachandra@google.com>
483
484 * gdb.python/py-xmethods.cc: Enhance test case.
485 * gdb.python/py-xmethods.exp: New tests.
486 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
487 function.
488 (B_indexoper): Likewise.
489 (global_dm_list) : Add new xmethod worker functions.
490
f7797074
SDJ
4912015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
492
493 * gdb.base/coredump-filter.exp: Correctly unset
494 "coredump_var_addr" array.
495
a4674e4e
PA
4962015-05-08 Pedro Alves <palves@redhat.com>
497
498 * gdb.server/non-existing-program.exp: Unset spawn_id.
499
df2eb078
SC
5002015-05-08 Siva Chandra Reddy <sivachandra@google.com>
501
502 PR python/18291
503 * gdb.python/py-xmethods.exp: Add tests.
504
422349a3
YQ
5052015-05-08 Yao Qi <yao.qi@linaro.org>
506
507 PR gdb/18208
508 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
509 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
510 function set_coredump_filter, and remove remote_exec call.
511 Remove argument ipid. Callers update.
512 (top level): Don't get inferior's PID.
513
63fc80ce
AA
5142015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
515
516 * gdb.base/watch_thread_num.exp: Skip test on targets without
517 access watchpoints.
518
80ad801e
PA
5192015-05-06 Pedro Alves <palves@redhat.com>
520
521 PR server/18081
522 * gdb.server/non-existing-program.exp: New file.
523
0fa7fe50
JB
5242015-05-05 Joel Brobecker <brobecker@adacore.com>
525
526 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
527
3ea89b92
PMR
5282015-05-05 Joel Brobecker <brobecker@adacore.com>
529
530 * gdb.ada/out_of_line_in_inlined: New testcase.
531
87b8eff0
JB
5322015-05-05 Joel Brobecker <brobecker@adacore.com>
533
534 * gdb.ada/var_rec_arr: New testcase.
535
5fccc635
YQ
5362015-04-30 Yao Qi <yao.qi@linaro.org>
537
538 * gdb.base/break-idempotent.exp: If
539 skip_hw_watchpoint_multi_tests returns true, skip the tests
540 on "rwatch" and "awatch".
541
42d38f42
YQ
5422015-04-30 Yao Qi <yao.qi@linaro.org>
543
544 * gdb.base/relativedebug.exp: Invoke gdb command
545 "info sharedlibrary", and if libc.so doesn't have debug info,
546 skip the test.
547
2ce1cdbf
DE
5482015-04-29 Doug Evans <dje@google.com>
549
550 * gdb.python/py-xmethods.exp: Add ptype tests.
551 * gdb.python/py-xmethods.py (E_method_char_worker): Add
552 get_result_type method.
553
f24a38c5
LM
5542015-04-29 Luis Machado <lgustavo@codesourcery.com>
555
556 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
557 the target does not support hardware watchpoints.
558
ecbf2b3c
LM
5592015-04-29 Luis Machado <lgustavo@codesourcery.com>
560
561 * gdb.base/break-always.exp: Abort testing if writing to memory
562 causes an error.
563
34f5f757
DE
5642015-04-28 Doug Evans <dje@google.com>
565
566 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
567 * gdb.python/py-pp-registration.exp: ... here. New file.
568 * gdb.python/py-pp-registration.c: New file.
569 * gdb.python/py-pp-registration.py: New file.
570
69b4374a
DE
5712015-04-28 Doug Evans <dje@google.com>
572
573 * gdb.python/py-bad-printers.c: New file.
574 * gdb.python/py-bad-printers.py: New file.
575 * gdb.python/py-bad-printers.exp: New file.
576
59fb7612
SS
5772015-04-28 Sasha Smundak <asmundak@google.com>
578
579 * gdb.python/py-type.exp: New test.
580
2631b16a
AW
5812015-04-28 Andy Wingo <wingo@igalia.com>
582
583 * gdb.python/py-parameter.exp:
584 * gdb.guile/scm-parameter.exp: Escape the path that we are
585 matching against, as it might contain characters that are special
586 to regular expressions.
587
460efde1
JB
5882015-04-27 Joel Brobecker <brobecker@adacore.com>
589
590 * gdb.ada/rec_comp: New testcase.
591
2d369d8e
SDJ
5922015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
595 before using it.
596
cf75d6c3
AB
5972015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
600 new tests for verilog output.
601
8dbe7ca5
YQ
6022015-04-24 Yao Qi <yao.qi@linaro.org>
603
604 * boards/remote-gdbserver-on-localhost.exp: New file.
605
4ef9fb2f
PA
6062015-04-23 Pedro Alves <palves@redhat.com>
607
608 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
609 $inferior_spawn_id instead of $inferior_spawn_id directly. On
610 "end of file", remove $inferior_spawn_id from the indirect list.
611
0a803169
PA
6122015-04-23 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
615
749ef8f8
PA
6162015-04-23 Pedro Alves <palves@redhat.com>
617
618 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
619 on $any_spawn_id instead of only on $gdb_spawn_id.
620
8aae4344
PM
6212015-04-21 Pierre Muller <muller@sourceware.org>
622
623 PR pascal/17815
624 * lib/pascal.exp (gpc_compile): Add new option "class".
625 (fpc_compile): Likewise.
626 * gdb.pascal/case-insensitive-symbols.pas: New file.
627 * gdb.pascal/case-insensitive-symbols.exp: New file.
628
1586c8fb
GB
6292015-04-20 Gary Benson <gbenson@redhat.com>
630
631 * gdb.base/attach.exp: Fix three extended remote failures.
632
1b6e6f5c
GB
6332015-04-17 Gary Benson <gbenson@redhat.com>
634
635 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
636 the main executable over the remote protocol.
637
e797481d
PA
6382015-04-16 Pedro Alves <palves@redhat.com>
639
640 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
641 a new gdbserver if gdbserver_reconnect_p is set.
642
1ca99c42
PA
6432015-04-16 Pedro Alves <palves@redhat.com>
644
645 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
646 is set, don't exit gdbserver.
647
af9fd6f8
AA
6482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
649
650 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
651 appropriate .insn, such that an older assembler can be used.
652 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
653 the z/Architecture instruction set on 31-bit targets as well.
654
04ff1e61
AA
6552015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
656
657 * gdb.go/handcall.exp: Remove all logic related to the first
658 breakpoint and rely on go_runto_main instead.
659 * gdb.go/strings.exp: Likewise.
660 * gdb.go/unsafe.exp: Likewise.
661 * gdb.go/hello.exp: Likewise. Also rename the remaining
662 breakpoint marker to "breakpoint 1".
663 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
664 * gdb.go/strings.go: Likewise.
665 * gdb.go/unsafe.go: Likewise.
666 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
667 "set breakpoint 2 here" and rename the remaining breakpoint marker
668 to "breakpoint 1".
669
40d2f8d6
SM
6702015-04-15 Simon Marchi <simon.marchi@ericsson.com>
671
672 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
673 if itertools.imap is not present.
674 * gdb.python/py-objfile.exp: Add parentheses.
675 * gdb.python/py-type.exp: Same.
676 * gdb.python/py-unwind-maint.py: Same.
677
8cbc97c6
YQ
6782015-04-15 Yao Qi <yao.qi@linaro.org>
679
680 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
681 of ":$ptr_size" and set its form explicitly.
682
45fd756c
YQ
6832015-04-15 Pedro Alves <palves@redhat.com>
684 Yao Qi <yao.qi@linaro.org>
685
686 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
687 timeout by factor of 4.
688 (test_regular_watch): Likewise.
689 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
690 * gdb.reverse/sigall-reverse.exp: Likewise.
691 * gdb.reverse/until-precsave.exp: Likewise.
692 * lib/gdb.exp (with_timeout_factor): New proc.
693 (gdb_expect): Move some code to ...
694 (get_largest_timeout): ... here. New procedure.
695
9e811bc3
LM
6962015-04-14 Luis Machado <lgustavo@codesourcery.com>
697
698 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
699
0ff6fcb2
LM
7002015-04-13 Luis Machado <lgustavo@codesourcery.com>
701
702 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
703 to write to the .text section.
704
7578d5f7
LM
7052015-04-13 Luis Machado <lgustavo@codesourcery.com>
706
707 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
708 Handle the case of targets that do not provide PID information.
709
2efe15c4
YQ
7102015-04-13 Yao Qi <yao.qi@linaro.org>
711
712 * lib/gdbserver-support.exp (gdb_exit): Catch exception
713 and use expect instead of gdb_expect.
714
8cd8f2f8
SDJ
7152015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 * gdb.base/coredump-filter.exp: Rename variable "addr" to
718 "coredump_var_addr" to avoid naming conflict with other testcases.
719
9ee41772
PA
7202015-04-10 Pedro Alves <palves@redhat.com>
721
722 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
723 gdb_test_sequence and gdb_assert.
724
07473109
PA
7252015-04-10 Pedro Alves <palves@redhat.com>
726
727 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
728 test messages that don't include the breakpoint address.
729
de3db44c
YQ
7302015-04-10 Yao Qi <yao.qi@linaro.org>
731
732 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
733 false for some offset and width combinations which aren't
734 supported by linux kernel.
735
c79d856c
PA
7362015-04-10 Pedro Alves <palves@redhat.com>
737
738 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
739 procedure, factored out from ...
740 (top level): ... here. Add "set displaced-stepping" testing axis.
741 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
742 parameter "displaced". Use it.
743 (top level): Use foreach and add "set displaced-stepping" testing
744 axis.
745
ebc90b50
PA
7462015-04-10 Pedro Alves <palves@redhat.com>
747
748 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
749 Remove comment.
750 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
751 both the address of the instruction that triggers the watchpoint
752 and the address of the instruction immediately after, and use
753 those addresses for the test. Fix comment.
754
8f572e5c
PA
7552015-04-10 Pedro Alves <palves@redhat.com>
756
757 * gdb.base/sigstep.exp (breakpoint_to_handler)
758 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
759 Test "backtrace" in handler.
760 (breakpoint_over_handler): New parameter 'displaced'. Use it.
761 (top level): Add new "displaced" test axis to
762 breakpoint_to_handler, breakpoint_to_handler_entry and
763 breakpoint_over_handler.
764
8d707a12
PA
7652015-04-10 Pedro Alves <palves@redhat.com>
766
767 PR gdb/18216
768 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
769
ef713951
YQ
7702015-04-10 Yao Qi <yao.qi@linaro.org>
771
772 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
773 (test_add_rn_pc): New function.
774 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
775 (top level): Invoke test_add_rn_pc.
776
906d60cf
PA
7772015-04-10 Pedro Alves <palves@redhat.com>
778
779 PR gdb/13858
780 * gdb.base/step-over-no-symbols.exp: New file.
781
f2983cc3
AW
7822015-04-09 Andy Wingo <wingo@igalia.com>
783
784 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
785 after the Python tests.
786
6d62641c
SDJ
7872015-04-08 Keith Seitz <keiths@redhat.com>
788
789 PR python/16699
790 * gdb.python/py-completion.exp: New tests for completion.
791 * gdb.python/py-completion.py (CompleteLimit1): New class.
792 (CompleteLimit2): Likewise.
793 (CompleteLimit3): Likewise.
794 (CompleteLimit4): Likewise.
795 (CompleteLimit5): Likewise.
796 (CompleteLimit6): Likewise.
797 (CompleteLimit7): Likewise.
798
f3770638
PA
7992015-04-08 Pedro Alves <palves@redhat.com>
800
801 PR gdb/18214
802 PR gdb/18216
803 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
804 function.
805 (main): Install it as SIGUSR1 handler.
806 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
807 parameter. Always use "setup" as prefix. Toggle "set
808 displaced-stepping" off/on depending on global. Don't switch to
809 thread 1 here.
810 (top level): Add displaced stepping "off/on" test axis. Update
811 "setup" calls. Wrap each subtest with with_test_prefix. Test
812 continuing with a queued signal in each thread.
813
4496bed7
PA
8142015-04-08 Pedro Alves <palves@redhat.com>
815
816 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
817 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
818 gdb_breakpoint instead of gdb_test that doesn't expect anything.
819 Return early if running to main fails.
820 * gdb.trace/while-stepping.exp: Likewise.
821
b97fde92
PA
8222015-04-07 Pedro Alves <palves@redhat.com>
823
824 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
825 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
826 interact with inferior program.
827
f71c18e7
PA
8282015-04-07 Pedro Alves <palves@redhat.com>
829
830 * lib/gdb.exp (inferior_spawn_id): New global.
831 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
832 spawn id after processing the user code.
833 (default_gdb_start): Set inferior_spawn_id.
834 (send_inferior): New procedure.
835 * lib/gdbserver-support.exp (gdbserver_start): Set
836 inferior_spawn_id.
837 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
838
6423214f
PA
8392015-04-07 Pedro Alves <palves@redhat.com>
840
841 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
842 * lib/gdbserver-support.exp (gdbserver_start): Make
843 $server_spawn_id global.
844 (gdbserver_start): Don't wait for gdbserver's spawn id with
845 expect_background.
846 (close_gdbserver): New procedure.
847 (gdb_exit): Rename the default version and reimplement.
848
71c0ee8c
PA
8492015-04-07 Pedro Alves <palves@redhat.com>
850
72f4393d 851 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
852 append the substituted item, not the original item.
853
203bc29b
PA
8542015-04-07 Pedro Alves <palves@redhat.com>
855
856 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
857 gdb_expect.
858
508a3ddf
PA
8592015-04-07 Pedro Alves <palves@redhat.com>
860
861 * gdb.base/interrupt.exp: Don't handle the case of the inferior
862 output appearing once only.
863
9f6dbe2b
PA
8642015-04-07 Pedro Alves <palves@redhat.com>
865
866 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
867 that doesn't expect anything. Return early if running to main
868 fails.
869
337532fa
YQ
8702015-04-07 Yao Qi <yao.qi@linaro.org>
871
872 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
873 (child_function): Call alarm.
874 (main): Move call to alarm into the loop.
875 * gdb.threads/non-stop-fair-events.exp: Build program with
876 -DTIMEOUT=$timeout.
877
01b622d4
DE
8782015-04-06 Doug Evans <xdje42@gmail.com>
879
880 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
881 Fix dest parameter to board_info.
882 (fpc_compile): Ditto.
883 (gdb_compile_pascal): Rename dest arg to destfile.
884
961f4160
PMR
8852015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
886
887 * gdb.ada/funcall_ref.exp: New file.
888 * gdb.ada/funcall_ref/foo.adb: New file.
889
cafda597
YQ
8902015-04-02 Yao Qi <yao.qi@linaro.org>
891
892 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
893 is remote.
894
fed040c6
GB
8952015-04-02 Gary Benson <gbenson@redhat.com>
896
897 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
898
d11916aa
SS
8992015-04-01 Sasha Smundak <asmundak@google.com>
900
901 * gdb.python/py-unwind-maint.c: New file.
902 * gdb.python/py-unwind-maint.exp: New test.
903 * gdb.python/py-unwind-maint.py: New file.
904 * gdb.python/py-unwind.c: New file.
905 * gdb.python/py-unwind.exp: New test.
906 * gdb.python/py-unwind.py: New test.
907
a1471180
PA
9082015-04-01 Pedro Alves <palves@redhat.com>
909
910 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
911 to fail instead of non-existent $test.
912
0bbeccb1
PA
9132015-04-01 Pedro Alves <palves@redhat.com>
914
915 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
916 GDBFLAGS if not empty.
917
3c724c8c
PMR
9182015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
919
920 * gdb.ada/complete.exp: Remove "multi_line".
921 * gdb.ada/info_exc.exp: Remove "multi_line".
922 * gdb.ada/packed_tagged.exp: Remove "multi_line".
923 * gdb.ada/ptype_field.exp: Remove "multi_line".
924 * gdb.ada/sym_print_name.exp: Remove "multi_line".
925 * gdb.ada/tagged.exp: Remove "multi_line".
926 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
927 [multi_line ...]
928 * gdb.btrace/delta.exp: Likewise.
929 * gdb.btrace/exception.exp: Likewise.
930 * gdb.btrace/function_call_history.exp: Likewise.
931 * gdb.btrace/instruction_history.exp: Likewise.
932 * gdb.btrace/nohist.exp: Likewise.
933 * gdb.btrace/record_goto.exp: Likewise.
934 * gdb.btrace/segv.exp: Likewise.
935 * gdb.btrace/stepi.exp: Likewise.
936 * gdb.btrace/tailcall.exp: Likewise.
937 * gdb.btrace/unknown_functions.exp: Likewise.
938 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
939 * lib/gdb.exp: Add the "multi_line" helper.
940
4eec2deb
PA
9412015-04-01 Pedro Alves <palves@redhat.com>
942
943 * gdb.threads/tid-reuse.c: New file.
944 * gdb.threads/tid-reuse.exp: New file.
945
df8411da
SDJ
9462015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
947
948 PR corefiles/16092
949 * gdb.base/coredump-filter.c: New file.
950 * gdb.base/coredump-filter.exp: Likewise.
951
6ef37366
PM
9522015-03-27 Petr Machata <pmachata@redhat.com>
953
954 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
955 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
956 (Dwarf::assemble): Initialize them.
957 (Dwarf::lines): New function.
958
7ec911b0
JT
9592015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
960
961 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
962 SYMBOL_PREFIX for x86_64-*-cygwin.
963
ff908ebf
AW
9642015-03-26 Andy Wingo <wingo@igalia.com>
965
966 PR symtab/18148
967 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
968 const_value but not a location.
969 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
970 location defined in non-main CUs are visible.
971
6d5f0679
YQ
9722015-03-26 Yao Qi <yao.qi@linaro.org>
973
974 PR testsuite/18139
975 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
976 Add a line number entry for the same line.
977 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
978 Add a line number entry for the same line.
979
2898689b
YQ
9802015-03-26 Yao Qi <yao.qi@linaro.org>
981
982 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
983 .int 0.
984 (func): Likewise. Add .Lfunc_1 label.
985 Use .Lfunc_1 label.
986 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
987 .int 0.
988 (func): Likewise.
989 Use .Lfunc_1 label.
990
85180498
YQ
9912015-03-26 Yao Qi <yao.qi@linaro.org>
992
993 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
994 Call gdb_compile instead to compile each .s files without debug
995 information.
996
8aa08a8d
YQ
9972015-03-26 Yao Qi <yao.qi@linaro.org>
998
999 * gdb.base/savedregs.exp (process_saved_regs): Make
1000 "Saved registers:" optional in the pattern.
1001
66849923
MM
10022015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1003
1004 * gdb.btrace/next.exp: Merged into step.exp.
1005 * gdb.btrace/finish.exp: Merged into step.exp.
1006 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1007 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1008 "record goto" and checking the exact replay position.
1009 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1010 check for "Recording format" in "info record" output.
1011 * gdb.btrace/record_goto.exp: Choose test file based on target.
1012 * gdb.btrace/x86-record_goto.S: Renamed into ...
1013 * gdb.btrace/x86_64-record_goto.S: ... this.
1014 * gdb.btrace/i686-record_goto.S: New.
1015 * gdb.btrace/x86-tailcall.S: Renamed into ...
1016 * gdb.btrace/x86_64-tailcall.S: ... this.
1017 * gdb.btrace/i686-tailcall.S: New.
1018 * gdb.btrace/x86-tailcall.c: Renamed into ...
1019 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1020 separate statements. Update test.
1021 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1022 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1023 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1024 * gdb.btrace/tailcall.exp: Choose test file based on target.
1025 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1026
11cc1b74
MM
10272015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1028
1029 * gdb.btrace/exception.exp: Increase BTS buffer size.
1030
a25d8bf9
PA
10312015-03-24 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1034
856e7dd6
PA
10352015-03-24 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.threads/schedlock.exp (test_step): No longer expect that
1038 "set scheduler-locking step" with "next" over a function call runs
1039 threads unlocked.
1040
ad235a41
AT
10412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1042
1043 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1044
15630549
AT
10452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1046
1047 PR breakpoints/16466
1048 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1049 * gdb.mi/mi-pending.c (thread_func): New function.
1050 (int main): Add threading support required.
1051 * gdb.mi/mi-pending.exp: Add tests for this issue.
1052 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1053 (pendfunc2): Remove stdio dependency.
1054 * gdb.mi/mi-pendshr2.c: New file.
1055
693dca06
KS
10562015-03-23 Keith Seitz <keiths@redhat.com>
1057
1058 * gdb.linespec/keywords.c: New file.
1059 * gdb.linespec/keywords.exp: New file.
1060
7e993ebf
KS
10612015-03-23 Keith Seitz <keiths@redhat.com>
1062
1063 PR gdb/18021
1064 * gdb.dwarf2/staticvirtual.exp: New test.
1065
bc23328c
JK
10662015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1069 * README: Remove HP-UX and gdb.hp.
1070 (configuration):
1071 * configure: Regenerate.
1072 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1073 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1074 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1075 gdb.hp/gdb.defects/Makefile.
1076 * gdb.hp/Makefile.in: File deleted.
1077 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1078 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1079 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1080 * gdb.hp/gdb.aCC/run.c: File deleted.
1081 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1082 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1083 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1084 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1085 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1086 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1087 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1088 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1089 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1090 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1091 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1092 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1093 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1094 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1095 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1096 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1097 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1098 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1099 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1100 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1101 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1102 * gdb.hp/gdb.compat/average.c: File deleted.
1103 * gdb.hp/gdb.compat/sum.c: File deleted.
1104 * gdb.hp/gdb.compat/xdb.c: File deleted.
1105 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1106 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1107 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1108 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1109 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1110 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1111 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1112 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1113 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1114 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1115 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1116 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1117 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1118 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1119 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1120 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1121 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1122 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1123 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1124 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1125 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1126 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1127 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1128 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1129 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1130 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1131 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1132 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1133 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1134 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1135 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1136 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1137 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1138 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1139 * gdb.hp/tools/odump: File deleted.
1140
8bf3b159
PA
11412015-03-19 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1144 (saw_thread_3): New globals.
1145 (top level): Increment them when an event for the corresponding
1146 thread is seen.
1147 (no thread starvation): New test.
1148
eb54c8bf
PA
11492015-03-19 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.threads/continue-pending-status.c: New file.
1152 * gdb.threads/continue-pending-status.exp: New file.
1153
32d2e5d6
PA
11542015-03-18 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1157 Use gdb_is_target_remote instead of is_remote. Use
1158 gdb_test_multiple instead of gdb_expect. Exit early if
1159 gdb_test_multiple hits its internal matches. Tighten stepi tests
1160 expected output. Fail on exit with any signal, instead of just
1161 SIGILL.
1162
f68f11b7
YQ
11632015-03-18 Yao Qi <yao.qi@linaro.org>
1164
1165 PR tdep/18107
1166 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1167 variable.
1168 * gdb.base/catch-syscall.exp: Don't skip it on
1169 aarch64*-*-linux* target. Remove elements in all_syscalls.
1170 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1171 target.
1172 (setup_all_syscalls): New proc.
1173
ca5fd19b
YQ
11742015-03-16 Yao Qi <yao.qi@linaro.org>
1175
1176 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1177 (top level): Skip tests if valid_addr_p returns false for
1178 $cmd1 or $cmd2.
1179
85642ba0
AW
11802015-03-11 Andy Wingo <wingo@igalia.com>
1181
1182 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1183
e03f9645
YQ
11842015-03-11 Yao Qi <yao.qi@linaro.org>
1185
1186 * gdb.base/catch-syscall.exp: Fix typo in comments.
1187
5d0962b2
YQ
11882015-03-11 Yao Qi <yao.qi@linaro.org>
1189
1190 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1191
b2df3cef
PA
11922015-03-09 Pedro Alves <palves@redhat.com>
1193
1194 * dg-extract-results.py: Delete.
1195
ef878e53
PA
11962015-03-09 Pedro Alves <palves@redhat.com>
1197
1198 Merge dg-extract-results.sh from GCC upstream (r218843).
1199
1200 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1201 * dg-extract-results.sh: Use --text with grep to avoid issues with
1202 binary files. Fall back to cat -v, if that doesn't work.
1203
9494d219
PA
12042015-03-05 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1207
a8d9763a
SM
12082015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1209
1210 * lib/mi-support.exp (mi_expect_interrupt): Accept
1211 alternative event for when in all-stop mode.
1212
be9957b8
PA
12132015-03-04 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1216
d57be0f4 12172015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1218
1219 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1220
c214c7cf
AA
12212015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1222
1223 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1224 regexps for GDB's current line display, accept a hex address
1225 preceding the line number.
1226
6d74a497
AA
12272015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1228
1229 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1230 the 'arch1' variable for "s390*-linux*" targets.
1231
511aee7c
PA
12322015-03-04 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1235 (main): Pass missing retval argument to pthread_join call.
1236
95e50b27
PA
12372015-03-02 Pedro Alves <palves@redhat.com>
1238
1239 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1240 (top level): Call do_test with non-stop as well.
1241
28054d69
PA
12422015-03-02 Pedro Alves <palves@redhat.com>
1243
1244 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1245 -1.
1246
4fa5d7b4
AA
12472015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1248
1249 * gdb.arch/s390-vregs.exp: New test.
1250 * gdb.arch/s390-vregs.S: New file.
1251
97c18565
PA
12522015-02-27 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1255 call to catch_command_errors.
1256 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1257 catch_command_errors.
1258
a37bfa30
PA
12592015-02-27 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1262 "true" for boolean result.
1263 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1264 prototype of main.
1265
6f98576f
PA
12662015-02-27 Pedro Alves <palves@redhat.com>
1267
1268 * lib/unbuffer_output.c: New file.
1269 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1270 (main): Call gdb_unbuffer_output.
1271
eba5ab56
YQ
12722015-02-27 Yao Qi <yao.qi@linaro.org>
1273
1274 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1275 target.
1276
0def5aaa
DE
12772015-02-26 Doug Evans <dje@google.com>
1278
1279 * gdb.cp/class2.cc (Dbase, D): New classes.
1280 (main): New local delta.
1281 * gdb.cp/class2.exp: Test printing delta.
1282 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1283 (dynbar): New global.
1284 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1285
081a1c2c
JK
12862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1287
1288 * gdb.compile/compile-ifunc.c: New file.
1289 * gdb.compile/compile-ifunc.exp: New file.
1290
2f41223f
AT
12912015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1292
1293 * gdb.base/structs.exp: Check for correct struct on finish.
1294
03eddd80
YQ
12952015-02-26 Yao Qi <yao.qi@linaro.org>
1296
1297 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1298 is zero.
1299
80c57053
JK
13002015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 * gdb.arch/cordic.ko.bz2: New file.
1303 * gdb.arch/cordic.ko.debug.bz2: New file.
1304 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1305
21613c12
YQ
13062015-02-25 Yao Qi <yao.qi@linaro.org>
1307
1308 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1309 aarch64*-*-* target.
1310
d8b901ed
PA
13112015-02-23 Pedro Alves <palves@redhat.com>
1312
1313 * lib/gdb.exp (delete_breakpoints): Rewrite using
1314 gdb_test_multiple.
1315
e5b85ead
PA
13162015-02-23 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.base/info-os.c: Include stdlib.h.
1319
85c3a371
DE
13202015-02-22 Doug Evans <xdje42@gmail.com>
1321
1322 PR symtab/17855
1323 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1324 is read after symbols have been re-read.
1325 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1326 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1327
96553a0c
DE
13282015-02-21 Doug Evans <dje@google.com>
1329
1330 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1331
97a0c697
JK
13322015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1333
1334 PR corefiles/17808
1335 * gdb.arch/i386-biarch-core.core.bz2: New file.
1336 * gdb.arch/i386-biarch-core.exp: New file.
1337
a47cd6e9
PA
13382015-02-21 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1341 runto_main fails.
1342
c5facdc4
PA
13432015-02-20 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1346 info probes.
1347
2db9a427
PA
13482015-02-20 Pedro Alves <palves@redhat.com>
1349
1350 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1351
60fb7e9e
PA
13522015-02-20 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1355 clean_restart before gdb_target_supports_trace.
1356
5c5019c2
PA
13572015-02-20 Pedro Alves <palves@redhat.com>
1358
1359 PR threads/18006
1360 * gdb.threads/clone-thread_db.c: New file.
1361 * gdb.threads/clone-thread_db.exp: New file.
1362
c9587f88
AT
13632015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1364
1365 PR breakpoints/16812
1366 * gdb.base/catch-gdb-caused-signals.c: New file.
1367 * gdb.base/catch-gdb-caused-signals.exp: New file.
1368
f6a88844
JM
13692015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1370
1371 * configure: Regenerated.
1372 * configure.ac: Use GDB_AC_TRANSFORM.
1373 * aclocal.m4: sinclude ../transform.m4.
1374
497c491b
JM
13752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1376
1377 * lib/dtrace.exp: New file.
1378 * gdb.base/dtrace-probe.exp: Likewise.
1379 * gdb.base/dtrace-probe.d: Likewise.
1380 * gdb.base/dtrace-probe.c: Likewise.
1381 * lib/pdtrace.in: Likewise.
1382 * configure.ac: Output variables with the transformed names of
1383 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1384 * configure: Regenerated.
1385
03e98035
JM
13862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1387
1388 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1389 expected message when trying to access $_probe_* convenience
1390 variables while not on a probe.
1391
63cc30e9
JK
13922015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1395
0703599a
PA
13962015-02-11 Pedro Alves <pedro@codesourcery.com>
1397
1398 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1399 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1400
7e60a48e
DE
14012015-02-10 Doug Evans <xdje42@gmail.com>
1402
1403 * lib/gdb.exp (gdb_load): Always return a result.
1404
01b088bc
PA
14052015-02-10 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.threads/signal-sigtrap.c: New file.
1408 * gdb.threads/signal-sigtrap.exp: New file.
1409
b05ec7a5
AT
14102015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1411
1412 * gdb.trace/no-attach-trace.c: New file.
1413 * gdb.trace/no-attach-trace.exp: New file.
1414
a2c2acaf
MW
14152015-02-09 Mark Wielaard <mjw@redhat.com>
1416
1417 * gdb.dwarf2/atomic.c: New file.
1418 * gdb.dwarf2/atomic-type.exp: Likewise.
1419
31fd9caa
MM
14202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1421
1422 * gdb.btrace/buffer-size.exp: Update "info record" output.
1423 * gdb.btrace/delta.exp: Update "info record" output.
1424 * gdb.btrace/enable.exp: Update "info record" output.
1425 * gdb.btrace/finish.exp: Update "info record" output.
1426 * gdb.btrace/instruction_history.exp: Update "info record" output.
1427 * gdb.btrace/next.exp: Update "info record" output.
1428 * gdb.btrace/nexti.exp: Update "info record" output.
1429 * gdb.btrace/step.exp: Update "info record" output.
1430 * gdb.btrace/stepi.exp: Update "info record" output.
1431 * gdb.btrace/nohist.exp: Update "info record" output.
1432
d33501a5
MM
14332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1434
1435 * gdb.btrace/buffer-size: New.
1436
f4abbc16
MM
14372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1438
1439 * gdb.btrace/delta.exp: Update "info record" output.
1440 * gdb.btrace/enable.exp: Update "info record" output.
1441 * gdb.btrace/finish.exp: Update "info record" output.
1442 * gdb.btrace/instruction_history.exp: Update "info record" output.
1443 * gdb.btrace/next.exp: Update "info record" output.
1444 * gdb.btrace/nexti.exp: Update "info record" output.
1445 * gdb.btrace/step.exp: Update "info record" output.
1446 * gdb.btrace/stepi.exp: Update "info record" output.
1447 * gdb.btrace/nohist.exp: Update "info record" output.
1448
b9d61307
SM
14492015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1450
1451 PR gdb/15678
1452 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1453
e584fdbc
PA
14542015-02-06 Pedro Alves <palves@redhat.com>
1455
1456 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1457 macro.
1458 (seconds_left, again): New globals.
1459 (main): Wait seconds_left in a 1-second sleep loop instead of
1460 sleeping 180 seconds. If 'again' is set, reset the seconds
1461 counter.
1462 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1463 'again' in the inferior before detaching. Print the seconds left.
1464 (options): New global.
1465 (top level): Build program with -DTIMEOUT=$timeout.
1466
77f41761
PA
14672015-02-06 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1470 determine how many seconds to pass to 'alarm'.
1471 * gdb.base/gdb-sigterm.exp (top level): Build program with
1472 -DTIMEOUT=$timeout.
1473 (do_test): Return success/failure indication. Add more verbose
1474 logging. Don't fail if 200 single steps are seen. Instead, fail
1475 when the test times out.
1476 (passes): New global.
1477 (top level): Break the testing loop if testing fails on any
1478 iteration. Use gdb_assert.
1479
b9394193
DB
14802015-02-04 Don Breazeal <donb@codesourcery.com>
1481
1482 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1483 and initialize them.
1484 (ipc_cleanup): New function.
1485 (main): Don't declare shmid, semid, and msqid. Add a call to
1486 atexit so that we call ipc_cleanup on exit.
1487
42d9e528
PA
14882015-02-04 Pedro Alves <palves@redhat.com>
1489
1490 * boards/native-extended-gdbserver.exp: Remove any target variant
1491 specifications from the board name before clearing the isremote
1492 flag from board_info.
1493
ae6ae975
DE
14942015-01-31 Doug Evans <xdje42@gmail.com>
1495
1496 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1497
cfb069a8
GB
14982015-01-31 Gary Benson <gbenson@redhat.com>
1499
1500 * gdb.base/completion.exp: Disable completion limiting for
1501 existing tests. Add new tests to check completion limiting.
1502 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1503
5dd31d79
DE
15042015-01-31 Doug Evans <xdje42@gmail.com>
1505
1506 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1507
9f050062
DE
15082015-01-31 Doug Evans <xdje42@gmail.com>
1509
1510 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1511 entries. Duplicate file section script entries.
1512 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1513 inlined entries. Add test for safe-path rejection.
1514 * gdb.python/py-section-script.c: Add duplicate inlined section script
1515 entries. Duplicate file section script entries.
1516 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1517 inlined entries. Add test for safe-path rejection.
1518
df25ebbd
JB
15192015-01-29 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.ada/disc_arr_bound: New testcase.
1522
4a0ca9ec
JB
15232015-01-29 Joel Brobecker <brobecker@adacore.com>
1524
1525 * gdb.ada/mi_var_array: New testcase.
1526
3a8b707a
DE
15272015-01-27 Doug Evans <dje@google.com>
1528
1529 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1530 Add test for objfile.filename, objfile.username after objfile
1531 has been unloaded.
1532
f8313f6e
JB
15332015-01-26 Joel Brobecker <brobecker@adacore.com>
1534
1535 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1536 the second test to print the name attribute of value
1537 returned by the call to gdb.lookup_type, and adjust
1538 the expected output accordingly.
1539
37bc665e
MW
15402015-01-25 Mark Wielaard <mjw@redhat.com>
1541
1542 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1543 * gdb.base/disp-step-fork.c: Include unistd.h.
1544 * gdb.base/siginfo-obj.c: Include stdio.h.
1545 * gdb.base/siginfo-thread.c: Likewise.
1546 * gdb.mi/non-stop.c: Include unistd.h.
1547 * gdb.mi/nsthrexec.c: Include stdio.h.
1548 * gdb.mi/pthreads.c: Include unistd.h.
1549 * gdb.modula2/unbounded1.c (main): Declare returns int.
1550 * gdb.reverse/consecutive-reverse.c: Likewise.
1551 * gdb.threads/create-fail.c: Include unistd.h.
1552 * gdb.threads/killed.c: Likewise.
1553 * gdb.threads/linux-dp.c: Likewise.
1554 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1555 * gdb.threads/non-ldr-exc-2.c: Likewise.
1556 * gdb.threads/non-ldr-exc-3.c: Likewise.
1557 * gdb.threads/non-ldr-exc-4.c: Likewise.
1558 * gdb.threads/pthreads.c: Include unistd.h.
1559 (main): Declare returns int.
1560 * gdb.threads/tls-main.c (foo): New declaration.
1561 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1562
f7e5394d
SM
15632015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1564
1565 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1566 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1567
743649fd
MW
15682015-01-15 Mark Wielaard <mjw@redhat.com>
1569
1570 * gdb.base/noreturn-return.c: New file.
1571 * gdb.base/noreturn-return.exp: New file.
1572 * gdb.base/noreturn-finish.c: New file.
1573 * gdb.base/noreturn-finish.exp: New file.
1574
198297aa
PA
15752015-01-23 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.threads/continue-pending-after-query.c: New file.
1578 * gdb.threads/continue-pending-after-query.exp: New file.
1579
717cf30c
AG
15802015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1581 Simon Marchi <simon.marchi@ericsson.com>
1582
1583 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1584 * gdb.base/valgrind-db-attach.exp: Same.
1585 * gdb.base/valgrind-infcall.exp: Same.
1586 * lib/mi-support.exp (default_mi_gdb_start): Same.
1587 * lib/prompt.exp (default_prompt_gdb_start): Same.
1588 * lib/gdb.exp (default_gdb_spawn): Same.
1589 (gdb_interact): New.
1590
1591
4b62a76e
JK
15922015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * gdb.compile/compile.exp (pointer to jit function): New test.
1595
b4cdae6f
WW
15962015-01-17 Wei-cheng Wang <cole945@gmail.com>
1597
1598 * lib/gdb.exp (supports_process_record): Return true for
1599 powerpc*-*-linux*.
1600 (supports_reverse): Likewise.
1601
d221e7ef
DB
16022015-01-15 Don Breazeal <donb@codesourcery.com>
1603
1604 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1605 instead of checking whether the target board is remote and
1606 use spawn_wait_for_attach instead of exec/sleep.
1607 * gdb.base/attach-twice.exp: Likewise.
1608
bafffb51
JB
16092015-01-15 Joel Brobecker <brobecker@adacore.com>
1610
1611 * gdb.ada/var_arr_attrs: New testcase.
1612
5589af0e
PA
16132015-01-14 Pedro Alves <palves@redhat.com>
1614 Joel Brobecker <brobecker@adacore.com>
1615
1616 PR gdb/17525
1617 * gdb.base/bp-cmds-execution-x-script.c: New file.
1618 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1619 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1620
6c400b59
PA
16212015-01-14 Pedro Alves <palves@redhat.com>
1622
1623 PR cli/17828
1624 * gdb.base/batch-preserve-term-settings.c: New file.
1625 * gdb.base/batch-preserve-term-settings.exp: New file.
1626
e02c96a7
DE
16272015-01-13 Doug Evans <dje@google.com>
1628
1629 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1630 binary.
1631
576fd14c
JB
16322015-01-13 Joel Brobecker <brobecker@adacore.com>
1633
1634 * Makefile.in (clean mostlyclean): Do not delete *.py.
1635
04dccad0
JB
16362015-01-13 Joel Brobecker <brobecker@adacore.com>
1637
1638 * gdb.python/py-lookup-type.exp: New file.
1639
3d230f71
PA
16402015-01-12 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1643 restore GDBFLAGS before returning.
1644
7e67715d
JK
16452015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1648 is_amd64_regs_target and is_x86_like_target.
1649
f2e0d4b4
DE
16502015-01-11 Doug Evans <xdje42@gmail.com>
1651
1652 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1653 is given without an explicit form.
1654 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1655 attributes.
1656 * gdb.dwarf/corrupt.exp: Ditto.
1657 * gdb.dwarf2/enum-type.exp: Ditto.
1658 * gdb.trace/entry-values.exp: Ditto.
1659 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1660
439250fb
DE
16612015-01-11 Doug Evans <xdje42@gmail.com>
1662
1663 PR gdb/15830
1664 * gdb.base/maint.exp: Remove references to "maint demangle".
1665 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1666 Add tests for explicitly specifying language to demangle.
1667 * gdb.dlang/demangle.exp: Ditto.
1668
ede9f622
PA
16692015-01-09 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.threads/non-stop-fair-events.c: New file.
1672 * gdb.threads/non-stop-fair-events.exp: New file.
1673
a7b796db
PA
16742015-01-09 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1677 the global scope. Set a breakpoint after all threads are started
1678 rather than stepping over two source lines. Expect the prompt.
1679 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1680 global.
1681 (NUM): Now 15.
1682 (main): Use threads_started_barrier to wait for all threads to
1683 start. Main thread no longer calls thread_function. Exit after
1684 180 seconds.
1685 (loop): New function.
1686 (thread_function): Wait on threads_started_barrier barrier. Call
1687 'loop' at each iteration.
1688 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1689 threads have started, instead of hardcoding number of "next"
1690 steps. Use an access watchpoint instead of a write watchpoint.
1691
9665ffdd
PA
16922015-01-09 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1695 (thread_func): Wait on barrier.
1696 (main): Wait for all threads to start before stopping GDB.
1697 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1698 global.
1699 (thread1_func, thread2_func): Wait on barrier.
1700 (main): Wait for all threads to start before stopping GDB.
1701 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1702 New global.
1703 (thread1_func, thread2_func): Wait on barrier.
1704 (main): Wait for all threads to start before stopping GDB.
1705
c945a99f
PA
17062015-01-09 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.threads/attach-many-short-lived-threads.c: New file.
1709 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1710
c1a747c1
PA
17112014-01-09 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1714 instead of to thread 2.
1715 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1716 Add barrier around each pthread_create call instead of around all
1717 calls.
1718 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1719 Set a break on thread_function and have the child threads hit it
1720 one at at a time.
1721
60b3033e
PA
17222015-01-09 Pedro Alves <palves@redhat.com>
1723
1724 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1725 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1726 false.
1727 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1728 checking whether the target board is remote.
1729 * gdb.multi/multi-attach.exp: Likewise.
1730 * gdb.python/py-sync-interp.exp: Likewise.
1731 * gdb.server/ext-attach.exp: Likewise.
1732 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1733 tests that need to attach, instead of checking whether the target
1734 board is remote at the top of the file.
1735
acc018ac
YQ
17362015-01-08 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1739
50a18af8
JK
17402015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 Fix testcase compilation.
1743 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1744
8503d6e1
JB
17452015-01-06 Joel Brobecker <brobecker@adacore.com>
1746
1747 * gdb.python/py-type.exp: Add a couple test about empty
1748 array creation, and negative-length array creation.
1749
cc73dbcc
DE
17502015-01-02 Doug Evans <xdje42@gmail.com>
1751
1752 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1753
0300bbc7
DE
17542015-01-02 Doug Evans <dje@google.com>
1755
1756 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1757
9d85a0ec
YQ
17582014-12-29 Yao Qi <yao@codesourcery.com>
1759
1760 * gdb.trace/entry-values.exp: Update comments. Rename variable
1761 bar_call_foo to returned_from_foo.
1762
87186c6a
MMN
17632014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1764
1765 PR gdb/17394
1766 * gdb.linespec/break-asm-file.c: New file.
1767 * gdb.linespec/break-asm-file.exp: New file.
1768 * gdb.linespec/break-asm-file0.s: New file.
1769 * gdb.linespec/break-asm-file1.s: New file.
1770
1bab7383
YQ
17712014-12-18 Nigel Stephens <nigel@mips.com>
1772 Maciej W. Rozycki <macro@codesourcery.com>
1773
1774 * gdb.base/float.exp: Handle the new output from "info float" on
1775 MIPS targets.
1776
1bc1068a
JK
17772014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 Fix MinGW compilation.
1780 * gdb.compile/compile-ops.exp: Update untested message if
1781 !skip_compile_feature_tests.
1782 * gdb.compile/compile-setjmp.exp: Likewise.
1783 * gdb.compile/compile-tls.exp: Likewise.
1784 * gdb.compile/compile.exp: Likewise.
1785 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1786 supported on this host".
1787
b6615d10
DE
17882014-12-16 Doug Evans <xdje42@gmail.com>
1789
1790 * boards/stabs.exp: New file.
1791
25dda427
AA
17922014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1793
1794 * gdb.base/completion.exp: Adjust to format changes of "maint
1795 print user-registers".
1796
bf330350
CU
17972014-12-16 Catalin Udma <catalin.udma@freescale.com>
1798
1799 PR server/17457
1800 * gdb.arch/aarch64-fp.c: New file.
1801 * gdb.arch/aarch64-fp.exp: New file.
1802
395cf596
SDJ
18032014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1804
1805 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1806 r210637, r210913, r211666, r215400, r215817).
1807
1808 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1809 * dg-extract-results.py: New file.
1810 * dg-extract-results.sh: Use it if the environment seems
1811 suitable.
1812
1813 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1814
1815 * dg-extract-results.py (parse_run): Handle warnings that
1816 are printed before a test harness is run.
1817
1818 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1819
1820 * dg-extract-results.py (Named): Remove __cmp__ method.
1821 (output_variation): Use a key to sort variation.harnesses.
1822
1823 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1824
1825 * dg-extract-results.py: For Python 3, force sys.stdout to
1826 handle surrogate escape sequences.
1827 (safe_open): New function.
1828 (output_segment, main): Use it.
1829
1830 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1831
1832 * dg-extract-results.py (Prog.result_re): Include options
1833 in test name.
1834
1835 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1836
1837 * dg-extract-results.py (output_variation): Always sort if
1838 do_sum.
1839
e882ef3c
SM
18402014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1841
1842 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1843 as long as we get pagination notifications.
1844
4992aa20
JM
18452014-12-15 Jason Merrill <jason@redhat.com>
1846
1847 * Makefile.in (check-gdb.%): Restore.
1848 * README: Mention it.
1849
c1b5a1a6
JB
18502014-12-13 Joel Brobecker <brobecker@adacore.com>
1851
1852 * gdb.ada/str_uninit: New testcase.
1853
5537b577
JK
18542014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1855
1856 PR symtab/17642
1857 * gdb.base/vla-stub-define.c: New file.
1858 * gdb.base/vla-stub.c: New file.
1859 * gdb.base/vla-stub.exp: New file.
1860
bb2ec1b3
TT
18612014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1862 Jan Kratochvil <jan.kratochvil@redhat.com>
1863 Tom Tromey <tromey@redhat.com>
1864
1865 * configure.ac: Add gdb.compile/.
1866 * configure: Regenerate.
1867 * gdb.compile/Makefile.in: New file.
1868 * gdb.compile/compile-ops.exp: New file.
1869 * gdb.compile/compile-ops.c: New file.
1870 * gdb.compile/compile-tls.c: New file.
1871 * gdb.compile/compile-tls.exp: New file.
1872 * gdb.compile/compile-constvar.S: New file.
1873 * gdb.compile/compile-constvar.c: New file.
1874 * gdb.compile/compile-mod.c: New file.
1875 * gdb.compile/compile-nodebug.c: New file.
1876 * gdb.compile/compile-setjmp-mod.c: New file.
1877 * gdb.compile/compile-setjmp.c: New file.
1878 * gdb.compile/compile-setjmp.exp: New file.
1879 * gdb.compile/compile-shlib.c: New file.
1880 * gdb.compile/compile.c: New file.
1881 * gdb.compile/compile.exp: New file.
1882 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1883
4ff709eb
TT
18842014-12-12 Tom Tromey <tromey@redhat.com>
1885
1886 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1887 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1888
6dddd6a5
DE
18892014-12-12 Doug Evans <dje@google.com>
1890
1891 * lib/gdb-python.exp (get_python_valueof): New function.
1892 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1893
71c24708
AA
18942014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1895
1896 * gdb.base/completion.exp: Add test for completion of "info
1897 registers ".
1898
3e29f34a
MR
18992014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1900
1901 * gdb.base/func-ptrs.c: New file.
1902 * gdb.base/func-ptrs.exp: New file.
1903
fc126975
SM
19042014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1905
1906 PR breakpoints/17012
1907 * gdb.base/dprintf-detach.c: New file.
1908 * gdb.base/dprintf-detach.exp: New file.
1909
0a46d518
SM
19102014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1911
1912 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1913 * lib/gdb.exp (target_is_gdbserver): New procedure.
1914
a0be3e44
DE
19152014-12-08 Doug Evans <dje@google.com>
1916
1917 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1918
df1b803a
YQ
19192014-12-05 Yao Qi <yao@codesourcery.com>
1920
1921 * gdb.guile/scm-error.exp: Remove the third argument to
1922 gdb_remote_download.
1923 * gdb.guile/scm-frame-args.exp: Likewise.
1924 * gdb.guile/scm-section-script.exp: Likewise.
1925
ddb9f679
YQ
19262014-12-05 Yao Qi <yao@codesourcery.com>
1927
1928 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1929
86e4ed39
DE
19302014-12-04 Doug Evans <dje@google.com>
1931
1932 * gdb.python/py-objfile.exp: Add tests for
1933 objfile.add_separate_debug_file.
1934
7c50a931
DE
19352014-12-04 Doug Evans <dje@google.com>
1936
1937 * lib/gdb.exp (get_build_id): New function.
1938 (build_id_debug_filename_get): Rewrite to use it.
1939 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1940
621661e3
MR
19412014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1942
1943 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1944 `method(long)', not just 0x0.
1945 * gdb.cp/nsalias.exp: Align code labels to 4.
1946 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1947 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1948 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1949 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1950 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1951 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1952
29f0c3b7
DE
19532014-12-02 Doug Evans <dje@google.com>
1954
e1e061e7 1955 PR symtab/17602
29f0c3b7 1956 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1957 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1958 * gdb.cp/anon-ns.exp: Update.
1959
162078c8
NB
19602014-12-02 Nick Bull <nicholaspbull@gmail.com>
1961
1962 * gdb.python/py-events.py (inferior_call_handler): New.
1963 (register_changed_handler, memory_changed_handler): New.
1964 (test_events.invoke): Register new handlers.
1965 * gdb.python/py-events.exp: Add tests for inferior call,
1966 memory_changed and register_changed events.
1967
fdb09caf
AA
19682014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1969
1970 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1971 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1972 if the linker doesn't understand this.
1973
55cfb2c4
SM
19742014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1975
1976 * gdb.python/python.exp: Change expected reply to help().
1977
9e8cd6df
YQ
19782014-12-01 Yao Qi <yao@codesourcery.com>
1979
1980 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1981 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1982 * configure: Re-generated.
1983
6c659fc2
SC
19842014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1985
1986 * gdb.cp/chained-calls.cc: New file.
1987 * gdb.cp/chained-calls.exp: New file.
1988 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1989
d7fc3181
SM
19902014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1991
1992 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1993 * gdb.dwarf2/symtab-producer.exp: Same.
1994 * gdb.gdb/python-interrupts.exp: Same.
1995 * gdb.gdb/python-selftest.exp: Same.
1996 * gdb.python/py-linetable.exp: Same.
1997 * gdb.python/py-type.exp: Same.
1998 * gdb.python/py-value-cc.exp: Same.
1999 * gdb.python/py-value.exp: Same.
2000
10e79639
YQ
20012014-11-28 Yao Qi <yao@codesourcery.com>
2002
2003 * gdb.base/break-probes.exp: Match library name prefixed with
2004 sysroot.
2005
f28a0564
SM
20062014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2007
2008 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2009 test expected output. Add parentheses for the call to print.
2010 Remove L suffix from integers.
2011
3fe1ce1d
DE
20122014-11-26 Doug Evans <dje@google.com>
2013
2014 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2015
84429e27
YQ
20162014-11-22 Yao Qi <yao@codesourcery.com>
2017
2018 * gdb.trace/entry-values.c: Remove asms.
2019 (foo): Add foo_label.
2020 (bar): Add bar_label.
2021 * gdb.trace/entry-values.exp: Remove code computing foo's
2022 length and bar's length.
2023 (Dwarf::assemble): Invoke function_range for bar and use
2024 MACRO_AT_func for foo.
2025
26741859
YQ
20262014-11-22 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2029 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2030 Use .Lgcc43_procstart instead of gcc43.
2031
45e44d27
JB
20322014-11-21 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/n_arr_bound: New testcase.
2035
458c8db8
SDJ
20362014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2037
2038 PR breakpoints/10737
2039 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2040 test_catch_syscall_multi_arch.
2041 (test_catch_syscall_multi_arch): New function.
2042
43f3e411
DE
20432014-11-20 Doug Evans <xdje42@gmail.com>
2044
2045 * gdb.base/maint.exp: Update expected output.
2046
0d7b2549
AA
20472014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2048
2049 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2050 4-byte instruction on S390.
2051
8908fca5
JB
20522014-11-19 Joel Brobecker <brobecker@adacore.com>
2053
2054 * gdb.ada/arr_arr: New testcase.
2055
4a46959e
JB
20562014-11-19 Joel Brobecker <brobecker@adacore.com>
2057
2058 * gdb.ada/pkd_arr_elem: New Testcase.
2059
470e2f4e
LM
20602014-11-18 Luis Machado <lgustavo@codesourcery.com>
2061
2062 * gdb.reverse/break-precsave: Expect completion message for
2063 core file reads.
2064 * gdb.reverse/consecutive-precsave.exp: Likewise.
2065 * gdb.reverse/finish-precsave.exp: Likewise.
2066 * gdb.reverse/i386-precsave.exp: Likewise.
2067 * gdb.reverse/machinestate-precsave.exp: Likewise.
2068 * gdb.reverse/sigall-precsave.exp: Likewise.
2069 * gdb.reverse/solib-precsave.exp: Likewise.
2070 * gdb.reverse/step-precsave.exp: Likewise.
2071 * gdb.reverse/until-precsave.exp: Likewise.
2072 * gdb.reverse/watch-precsave.exp: Likewise.
2073
a267f3ad
AA
20742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2075
2076 * gdb.base/bp-permanent.c: Include unistd.h.
2077 * gdb.python/py-framefilter-mi.c (main): Add return type.
2078 * gdb.python/py-framefilter.c (main): Likewise.
2079 * gdb.trace/actions-changed.c (main): Likewise.
2080
12084a9a
AA
20812014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2082
2083 * gdb.mi/until.c: Add eye-catchers.
2084 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2085 line numbers.
2086
dc7e1a77
AA
20872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2088
2089 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2090 function header variants in break1.c.
2091 * gdb.base/ena-dis-br.exp: Likewise.
2092 * gdb.base/hbreak2.exp: Likewise.
2093 * gdb.reverse/until-precsave.exp: Drop references to removed
2094 non-prototype function header variants in ur1.c.
2095 * gdb.reverse/until-reverse.exp: Likewise.
2096
41c77605
PM
20972014-11-17 Petr Machata <pmachata@redhat.com>
2098
2099 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2100 ${_cu_offset_size} bytes abbrev offset.
2101
34248c3a
DE
21022014-11-15 Doug Evans <xdje42@gmail.com>
2103
2104 PR symtab/17559
2105 * gdb.base/line-symtabs.exp: New file.
2106 * gdb.base/line-symtabs.c: New file.
2107 * gdb.base/line-symtabs.h: New file.
2108
646da059
YQ
21092014-11-14 Yao Qi <yao@codesourcery.com>
2110
2111 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2112 (func): Add label func_label.
2113 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2114 Replace low_pc and high_pc with MACRO_AT_range.
2115 Replace name, low_pc and high_pc with MACRO_AT_func.
2116
9301ebe6
YQ
21172014-11-14 Yao Qi <yao@codesourcery.com>
2118
2119 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2120 Replace name, low_pc and high_pc with MACRO_AT_func.
2121
f166b542
YQ
21222014-11-14 Yao Qi <yao@codesourcery.com>
2123
2124 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2125 produce debug information.
2126 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2127
0f6e71e3
YQ
21282014-11-14 Yao Qi <yao@codesourcery.com>
2129
2130 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2131 object and get function length.
2132 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2133 with MACRO_AT_func.
2134 (top-level): Replace gdb_compile and clean_restart with
2135 prepare_for_testing.
2136 * gdb.dwarf2/main.c (main): Add label main_label.
2137
876c4df9
YQ
21382014-11-14 Yao Qi <yao@codesourcery.com>
2139
2140 * lib/dwarf.exp (function_range): New procedure.
2141 (Dwarf::_handle_macro_at_func): New procedure.
2142 (Dwarf::_handle_macro_at_range): New procedure.
2143 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2144
02ad9cf1
YQ
21452014-11-14 Yao Qi <yao@codesourcery.com>
2146
2147 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2148 (_handle_attribute): New procedure.
2149
a59add0c
AA
21502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2151
2152 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2153 * gdb.base/call-sc.c (zed): Likewise.
2154 * gdb.base/checkpoint.c (main): Likewise.
2155 * gdb.base/dump.c (main): Likewise.
2156 * gdb.base/gcore.c (main): Likewise.
2157 * gdb.base/huge.c (main): Likewise.
2158 * gdb.base/multi-forks.c (main): Likewise.
2159 * gdb.base/pr10179-a.c (main): Likewise.
2160 * gdb.base/savedregs.c (main): Likewise.
2161 * gdb.base/sigaltstack.c (main): Likewise.
2162 * gdb.base/siginfo.c (main): Likewise.
2163 * gdb.base/structs.c (zed): Likewise.
2164 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2165 * gdb.mi/mi-syn-frame.c (main): Likewise.
2166 * gdb.mi/until.c (foo, main): Likewise.
2167 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2168 * gdb.base/solib-weak.c (foo): Declare.
2169 * gdb.base/attach-twice.c: Include stdio.h.
2170 * gdb.base/weaklib1.c: Likewise.
2171 * gdb.base/weaklib2.c: Likewise.
2172 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2173 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2174 unistd.h.
2175 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2176 * gdb.mi/mi-exit-code.c: Likewise.
2177 * gdb.base/break-interp-lib.c: Include string.h.
2178 * gdb.base/coremaker.c: Likewise.
2179 * gdb.base/testenv.c: Likewise.
2180 * gdb.python/py-finish-breakpoint.c: Likewise.
2181 * gdb.base/inferior-died.c: Include sys/wait.h.
2182 * gdb.base/fileio.c: Include time.h.
2183 * gdb.base/async-shell.c: Include unistd.h.
2184 * gdb.base/dprintf-non-stop.c: Likewise.
2185 * gdb.base/info-os.c: Likewise.
2186 * gdb.mi/mi-console.c: Likewise.
2187 * gdb.mi/watch-nonstop.c: Likewise.
2188 * gdb.python/py-events.c: Likewise.
2189 * gdb.base/async.c (baz): Move up before its invocation.
2190 * gdb.base/code_elim2.c (my_global_func): Likewise.
2191 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2192 * gdb.base/advance.c (func2): Likewise.
2193
3b5d5997
AA
21942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2195
2196 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2197 variant.
2198 * gdb.base/annota3.c: Likewise.
2199 * gdb.base/async.c: Likewise.
2200 * gdb.base/average.c: Likewise.
2201 * gdb.base/call-ar-st.c: Likewise.
2202 * gdb.base/call-rt-st.c: Likewise.
2203 * gdb.base/call-sc.c: Likewise.
2204 * gdb.base/call-strs.c: Likewise.
2205 * gdb.base/ending-run.c: Likewise.
2206 * gdb.base/execd-prog.c: Likewise.
2207 * gdb.base/exprs.c: Likewise.
2208 * gdb.base/foll-exec.c: Likewise.
2209 * gdb.base/foll-fork.c: Likewise.
2210 * gdb.base/foll-vfork.c: Likewise.
2211 * gdb.base/funcargs.c: Likewise.
2212 * gdb.base/gcore.c: Likewise.
2213 * gdb.base/jump.c: Likewise.
2214 * gdb.base/langs0.c: Likewise.
2215 * gdb.base/langs1.c: Likewise.
2216 * gdb.base/langs2.c: Likewise.
2217 * gdb.base/mips_pro.c: Likewise.
2218 * gdb.base/nodebug.c: Likewise.
2219 * gdb.base/opaque0.c: Likewise.
2220 * gdb.base/opaque1.c: Likewise.
2221 * gdb.base/recurse.c: Likewise.
2222 * gdb.base/run.c: Likewise.
2223 * gdb.base/scope0.c: Likewise.
2224 * gdb.base/scope1.c: Likewise.
2225 * gdb.base/setshow.c: Likewise.
2226 * gdb.base/setvar.c: Likewise.
2227 * gdb.base/shmain.c: Likewise.
2228 * gdb.base/shr1.c: Likewise.
2229 * gdb.base/shr2.c: Likewise.
2230 * gdb.base/sigall.c: Likewise.
2231 * gdb.base/signals.c: Likewise.
2232 * gdb.base/so-indr-cl.c: Likewise.
2233 * gdb.base/solib2.c: Likewise.
2234 * gdb.base/structs.c: Likewise.
2235 * gdb.base/sum.c: Likewise.
2236 * gdb.base/vforked-prog.c: Likewise.
2237 * gdb.base/watchpoint.c: Likewise.
2238 * gdb.reverse/shr2.c: Likewise.
2239 * gdb.reverse/until-reverse.c: Likewise.
2240 * gdb.reverse/ur1.c: Likewise.
2241 * gdb.reverse/watch-reverse.c: Likewise.
2242
066a77c5
AA
22432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2244
2245 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2246 variant.
2247 * gdb.base/sepdebug.exp: Drop references to removed code.
2248
4f204ea5
AA
22492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2250
2251 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2252 variant. Preserve original line numbering.
2253 * gdb.base/list1.c: Likewise.
2254
3b377a3a
AA
22552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2256
2257 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2258 variant.
2259 * gdb.base/break1.c: Likewise.
2260 * gdb.base/break.exp: Drop references to removed code.
2261
e444df73
AA
22622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2263
2264 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2265 variant.
2266
8008f2a7
AA
22672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2268
2269 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2270
a5a06887
AA
22712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2272
2273 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2274 logic into perform_all_tests() and invoke it with and without
2275 function header prototypes.
2276 (do_function_calls): Remove conditional XFAIL for PR 5318.
2277 (rerun_and_prepare): Remove duplicate code.
2278 (perform_all_tests): New. Main logic moved here.
2279
44dba9b9
AA
22802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2281
2282 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2283 code guarded by #ifdef NO_PROTOTYPES.
2284 (t_double_many_args): Likewise.
2285 (DEF_FUNC_MANY_ARGS_1): Likewise.
2286 (DEF_FUNC_VALUES_1): Likewise.
2287 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2288 guarded by #ifdef PROTOTYPES.
2289
d1fbcd56
AA
22902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2291
2292 * gdb.mi/mi-console.c: Add eye-catcher.
2293 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2294 instead of literal line number.
2295
b0e59b8f
AA
22962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2297
2298 * gdb.base/shr2.c: Add eye-catcher.
2299 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2300 line number.
2301
78f98cca
AA
23022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2303
2304 * gdb.base/jump.c: Add eye-catchers.
2305 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2306 numbers.
2307
58fa2af0
AA
23082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2309
2310 * gdb.base/execd-prog.c: Add eye-catchers.
2311 * gdb.base/foll-exec.c: Likewise.
2312 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2313 line numbers.
2314
04e5059b
AA
23152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2316
2317 * gdb.base/ending-run.c: Add eye-catchers.
2318 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2319 literal line numbers.
2320
dbfdb174
AA
23212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2322
2323 * gdb.base/call-rt-st.c: Add eye-catchers.
2324 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2325 literal line numbers.
2326
888a2ade
AA
23272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2328
2329 * gdb.base/call-ar-st.c: Add eye-catchers.
2330 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2331 literal line numbers.
2332
6acc2dde
AA
23332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2334
2335 * gdb.base/average.c: Add eye-catchers.
2336 * gdb.base/sum.c: Likewise.
2337 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2338 regexps dynamically.
2339
9ecfcd1d
AA
23402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2341
2342 * gdb.base/solib1.c: Add eye-catchers.
2343 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2344 literal line numbers.
2345
78708b7c
PA
23462014-11-12 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2349 leader has exited.
2350
af48d08f
PA
23512014-11-12 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.arch/i386-bp_permanent.c: New file.
2354 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2355 (srcfile): Set to i386-bp_permanent.c.
2356 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2357 that stepi does not execute the 'leave' instruction, instead of
2358 testing it does execute.
2359 * gdb.base/bp-permanent.c: New file.
2360 * gdb.base/bp-permanent.exp: New file.
2361
af3768e9
DE
23622014-11-10 Doug Evans <xdje42@gmail.com>
2363
2364 PR symtab/17564
2365 * gdb.base/symtab-search-order.exp: New file.
2366 * gdb.base/symtab-search-order.c: New file.
2367 * gdb.base/symtab-search-order-1.c: New file.
2368 * gdb.base/symtab-search-order-shlib-1.c: New file.
2369
9de00a4a
PA
23702014-11-07 Pedro Alves <palves@redhat.com>
2371
2372 PR gdb/17511
2373 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2374 i?86-*-linux*.
2375
e0f52461
SC
23762014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2377
2378 PR c++/17494
2379 * gdb.cp/pr17494.cc: New file.
2380 * gdb.cp/pr17494.exp: New file.
2381
6ce8c980
YQ
23822014-11-02 Yao Qi <yao@codesourcery.com>
2383
2384 * gdb.python/python.exp: Get working directory and match the
2385 output of "set extended-prompt \\w " with it.
2386
02be9a71
DE
23872014-10-30 Doug Evans <dje@google.com>
2388
2389 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2390 in objfiles.
2391 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2392 in progspaces.
2393
3bdff46b
LM
23942014-10-30 Janis Johnson <janisjo@codesourcery.com>
2395
2396 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2397 * gdb.base/realname-expand.exp: Likewise.
2398 * gdb.linespec/macro-relative.exp: Likewise.
2399
ab917dfb
PA
24002014-10-29 Pedro Alves <palves@redhat.com>
2401
2402 PR gdb/17408
2403 * gdb.threads/schedlock.c (some_function): New function.
2404 (call_function): New global.
2405 (MAYBE_CALL_SOME_FUNCTION): New macro.
2406 (thread_function): Call it.
2407 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2408 and use it instead of a global counter. Adjust all callers.
2409 (get_current_thread): Use "find current thread" for test message
2410 here rather than having all callers pass down the same string.
2411 (goto_loop): New procedure, factored out from ...
2412 (my_continue): ... this.
2413 (step_ten_loops): Change parameter from test message to command to
2414 use. Adjust.
2415 (list_count): Delete global.
2416 (check_result): New procedure, factored out from duplicate top
2417 level code.
2418 (continue tests): Wrap in with_test_prefix.
2419 (test_step): New procedure, factored out from duplicate top level
2420 code.
2421 (top level): Test "step" in combination with all scheduler-locking
2422 modes. Test "next" in combination with all scheduler-locking
2423 modes, and in combination with stepping over a function call or
2424 not.
2425 * gdb.threads/next-bp-other-thread.c: New file.
2426 * gdb.threads/next-bp-other-thread.exp: New file.
2427
d3d4baed
PA
24282014-10-29 Pedro Alves <palves@redhat.com>
2429
2430 PR python/17372
2431 * gdb.python/python.exp: Test a multi-line command that spawns
2432 interactive Python.
2433 * gdb.base/multi-line-starts-subshell.exp: New file.
2434
563e8d85
YQ
24352014-10-29 Yao Qi <yao@codesourcery.com>
2436
2437 * gdb.base/fileio.exp: Make directories on host.
2438
0ea4d52e
YQ
24392014-10-29 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.base/fileio.c (test_write): Close the file.
2442
7f5ef605
PA
24432014-10-28 Pedro Alves <palves@redhat.com>
2444
2445 PR gdb/12623
2446 * gdb.base/sigstep.c (no_handler): New global.
2447 (main): If 'no_handler is true, set the signal handlers to
2448 SIG_IGN.
2449 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2450 with_sw_watch and no_handler parameters. Handle them.
2451 (top level) <stepping over handler when stopped at a breakpoint
2452 test>: Add a test axis for testing with a software watchpoint, and
2453 another for testing with the signal handler set to SIG_IGN.
2454 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2455 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2456
abbdbd03
PA
24572014-10-28 Pedro Alves <palves@redhat.com>
2458
2459 PR gdb/17511
2460 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2461 * gdb.base/sigstep.exp (other_handler_location): New global.
2462 (advance): Support stepping into the signal handler, and running
2463 commands while in the handler.
2464 (in_handler_map): New global.
2465 (top level): In the advance test, add combinations for getting
2466 into the handler with stepping commands, and for running commands
2467 in the handler. Add comment descripting the advancei tests.
2468
1df4399f
PA
24692014-10-28 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.base/sigstep.exp: Use build_executable instead of
2472 prepare_for_testing.
2473 (top level): Move code that starts GDB, runs to main and creates a
2474 display to ...
2475 (restart): ... this new procedure.
2476 (top level): Move backtrace from signal handler test to ...
2477 (validate_backtrace): ... this new procedure.
2478 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2479 with_test_prefix. Always restart GDB.
2480 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2481 with_test_prefix. Always restart GDB. No need to delete
2482 breakpoints after the test.
2483 (test_skip_handler): Remove prefix parameter.
2484 (skip_over_handler, breakpoint_to_handler)
2485 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2486 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2487 restart GDB. No need to delete breakpoints after the test.
2488 (top level): Use foreach to call the test procedures with
2489 different commands.
2490
a5b6e449
PA
24912014-10-28 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2494 instead of GNATS numbers.
2495 * gdb.base/sigbpt.exp: Likewise.
2496 * gdb.base/siginfo.exp: Likewise.
2497 * gdb.base/sigstep.exp: Likewise.
2498
e5f8a7cc
PA
24992014-10-27 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.base/sigstep.c (dummy): New global.
2502 (main): Issue a couple writes to the new global.
2503 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2504 procedures.
2505 (skip_over_handler): Use test_skip_handler.
2506 (top level): Call skip_over_handler for stepi and nexti too.
2507 (breakpoint_over_handler): Use test_skip_handler.
2508 (top level): Call breakpoint_over_handler for stepi and nexti too.
2509
763905a3
YQ
25102014-10-27 Yao Qi <yao@codesourcery.com>
2511
2512 * gdb.trace/tfile.c (adjust_function_address)
2513 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2514 function descriptor.
2515
6f259a23
DB
25162014-10-24 Don Breazeal <donb@codesourcery.com>
2517
2518 * gdb.base/foll-fork.exp (test_follow_fork,
2519 catch_fork_child_follow): Check for updated fork messages emitted
2520 from infrun.c.
2521 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2522 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2523 vfork_and_exec_child_follow_through_step): Check for updated vfork
2524 messages emitted from infrun.c.
2525
09dd9a69
PA
25262014-10-24 Pedro Alves <palves@redhat.com>
2527
2528 * gdb.base/corefile.exp: Remove references to ultrix.
2529 * gdb.base/interrupt.exp: Likewise.
2530 * gdb.base/whatis.exp: Likewise.
2531 * gdb.gdb/selftest.exp: Likewise.
2532 * gdb.threads/manythreads.exp: Likewise.
2533 * gdb.threads/print-threads.exp: Likewise.
2534 * gdb.threads/pthreads.exp:: Likewise.
2535 * gdb.threads/schedlock.exp: Likewise.
2536
3433cfa5
SC
25372014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2538
2539 * gdb.cp/non-trivial-retval.cc: Add a test case.
2540 * gdb.cp/non-trivial-retval.exp: Add a test.
2541
092f880b
YQ
25422014-10-20 Yao Qi <yao@codesourcery.com>
2543
2544 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2545 * gdb.python/py-objfile-script-gdb.py: New file.
2546 * gdb.python/py-objfile-script.exp: Update reference to
2547 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2548 of remote_download. Remove the dest file.
2549
acbdb7f3
YQ
25502014-10-20 Yao Qi <yao@codesourcery.com>
2551
2552 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2553 * gdb.base/step-line.exp: Likewise.
2554 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2555 * gdb.dwarf2/dw2-basic.exp: Likewise.
2556 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2557 * gdb.dwarf2/dw2-filename.exp: Likewise.
2558 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2559 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2560 * gdb.dwarf2/dw2-producer.exp: Likewise.
2561 * gdb.dwarf2/mac-fileno.exp: Likewise.
2562 * gdb.python/py-frame-args.exp: Likewise.
2563 * gdb.python/py-framefilter.exp: Likewise.
2564 * gdb.python/py-mi.exp: Likewise.
2565 * gdb.python/py-objfile-script.exp: Likewise
2566 * gdb.python/py-pp-integral.exp: Likewise.
2567 * gdb.python/py-pp-re-notag.exp: Likewise.
2568 * gdb.python/py-prettyprint.exp: Likewise.
2569 * gdb.python/py-section-script.exp: Likewise.
2570 * gdb.python/py-typeprint.exp: Likewise.
2571 * gdb.python/py-xmethods.exp: Likewise.
2572 * gdb.stabs/weird.exp: Likewise.
2573 * gdb.xml/tdesc-regs.exp: Likewise.
2574
bd286a29
KCY
25752014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2576
2577 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2578 (out_cu): Use addr_len for the size of addresses.
2579 (out_line): Likewise. Size DW_LNE_set_address instruction
2580 according to addr_len.
2581 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2582 (FUNC): Add START_INSNS to definition.
2583
673dc4a0
YQ
25842014-10-18 Yao Qi <yao@codesourcery.com>
2585
2586 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2587 gdb_has_argv0 return true.
2588 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2589 check [target_info exists noargs], check [gdb_has_argv0]
2590 instead.
2591 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2592 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2593 procedures.
2594
4ffbba72
DE
25952014-10-17 Doug Evans <dje@google.com>
2596
2597 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2598 event.
2599 * gdb.python/py-events.py: Add clear_objfiles event.
2600
d096d8c1
DE
26012014-10-17 Doug Evans <dje@google.com>
2602
2603 * gdb.python/py-objfile.exp: Test progspace attribute.
2604
a80db015
LM
26052014-10-17 Luis Machado <lgustavo@codesourcery.com>
2606
2607 * gdb.guile/scm-breakpoint.exp: Do not assume any
2608 directory separators when matching source file paths.
2609 * gdb.python/py-breakpoint.exp: Likewise.
2610 * gdb.reverse/break-precsave.exp: Likewise.
2611 * gdb.reverse/break-reverse.exp: Likewise.
2612 * gdb.reverse/consecutive-precsave.exp: Likewise.
2613 * gdb.reverse/finish-precsave.exp: Likewise.
2614 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2615 * gdb.reverse/finish-reverse.exp: Likewise.
2616 * gdb.reverse/i386-precsave.exp: Likewise.
2617 * gdb.reverse/i387-env-reverse.exp: Likewise.
2618 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2619 * gdb.reverse/machinestate-precsave.exp: Likewise.
2620 * gdb.reverse/machinestate.exp: Likewise.
2621 * gdb.reverse/sigall-precsave.exp: Likewise.
2622 * gdb.reverse/solib-precsave.exp: Likewise.
2623 * gdb.reverse/step-precsave.exp: Likewise.
2624 * gdb.reverse/until-precsave.exp: Likewise.
2625 * gdb.reverse/watch-precsave.exp: Likewise.
2626 * gdb.reverse/watch-reverse.exp: Likewise.
2627
b22089ab
YQ
26282014-10-17 Yao Qi <yao@codesourcery.com>
2629
2630 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2631 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2632
6c4486e6
PA
26332014-10-17 Pedro Alves <palves@redhat.com>
2634
2635 PR gdb/17471
2636 * gdb.base/bg-execution-repeat.c: New file.
2637 * gdb.base/bg-execution-repeat.exp: New file.
2638
0ff33695
PA
26392014-10-17 Pedro Alves <palves@redhat.com>
2640
2641 PR gdb/17300
2642 * gdb.base/continue-all-already-running.c: New file.
2643 * gdb.base/continue-all-already-running.exp: New file.
2644
6fdebc3d
PA
26452014-10-17 Pedro Alves <palves@redhat.com>
2646
2647 PR gdb/17472
2648 * gdb.base/annota-input-while-running.c: New file.
2649 * gdb.base/annota-input-while-running.exp: New file.
2650
32a8097b
PA
26512014-10-17 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/callfuncs.exp: emove references to osf.
2654 * gdb.base/sigall.exp: Likewise.
2655 * gdb.gdb/selftest.exp: Likewise.
2656 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2657 * gdb.mi/non-stop.c: Likewise.
2658 * gdb.mi/pthreads.c: Likewise.
2659 * gdb.reverse/sigall-precsave.exp: Likewise.
2660 * gdb.reverse/sigall-reverse.exp: Likewise.
2661 * gdb.threads/pthreads.c: Likewise.
2662 * gdb.threads/pthreads.exp: Likewise.
2663
7a3517ff
YQ
26642014-10-17 Yao Qi <yao@codesourcery.com>
2665
2666 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2667 check 'target_info exists noargs'.
2668 (test_command_prompt_position): Likewise.
2669 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2670 Remove "set args".
2671 (progvar_simple_while_test): Likewise.
2672 (progvar_complex_if_while_test): Likewise.
2673 (if_while_breakpoint_command_test): Likewise.
2674 (infrun_breakpoint_command_test): Likewise.
2675 (breakpoint_command_test): Likewise.
2676 (watchpoint_command_test): Likewise.
2677 (bp_deleted_in_command_test): Likewise.
2678 (temporary_breakpoint_commands): Likewise.
2679
bb99c472
YQ
26802014-10-16 Yao Qi <yao@codesourcery.com>
2681
2682 * gdb.base/remotetimeout.exp: Remove noargs checking.
2683
7c16b83e
PA
26842014-10-15 Pedro Alves <palves@redhat.com>
2685
2686 PR breakpoints/9649
2687 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2688 * gdb.base/breakpoint-in-ro-region.exp
2689 (probe_target_hardware_step): New procedure.
2690 (top level): Probe hardware stepping and hardware breakpoint
2691 support. Test stepping through a read-only region, with both
2692 "breakpoint auto-hw" on and off and both "always-inserted" on and
2693 off.
2694
35a49624
IB
26952014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2696
2697 * gdb.dlang/demangle.exp: Update for demangling changes.
2698
2d1c107c
SC
26992014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2700
2701 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2702 * gdb.cp/non-trivial-retval.exp: Add new tests.
2703
778811d5
SC
27042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2705
2706 PR c++/13403
2707 PR c++/15154
2708 * gdb.cp/non-trivial-retval.cc: New file.
2709 * gdb.cp/non-trivial-retval.exp: New file.
2710
10c5f0a8
YQ
27112014-10-15 Yao Qi <yao@codesourcery.com>
2712
2713 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2714 remote host.
2715
65d7b369
YQ
27162014-10-15 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb.python/py-symbol.exp: Match file base name if host is
2719 remote, otherwise match file name with dir name.
2720 * gdb.python/py-symtab.exp: Likewise.
2721 * gdb.python/python.exp: Likewise.
2722
46dc1394
YQ
27232014-10-15 Yao Qi <yao@codesourcery.com>
2724
2725 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2726 pattern.
2727 * gdb.python/py-symtab.exp: Likewise.
2728 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2729 locationn.
2730
c40cc657
JB
27312014-10-14 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdb.ada/addr_arith: New testcase.
2734
2abf49e1
MR
27352014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2736
2737 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2738 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2739 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2740 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2741
f7088df3
SDJ
27422014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2743
2744 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2745 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2746 * gdb.arch/stap-eval-lang-ada.exp: New file.
2747
4dc06805
YQ
27482014-10-14 Yao Qi <yao@codesourcery.com>
2749
2750 * gdb.mi/mi-var-child.c (nothing1): New function.
2751 (nothing2): New function.
2752 (do_children_tests): Set function pointers by nothing1 and
2753 nothing2.
2754 * gdb.mi/mi-var-child.exp: Step over new added statements.
2755 Update test to match the new output.
2756 * gdb.mi/var-cmd.c (nothing1): New function.
2757 (nothing2): New function.
2758 (do_children_tests): Set function pointers by nothing1 and
2759 nothing2.
2760 * gdb.mi/mi-var-display.exp: Update test to match output.
2761 Step to the line specified by $line_dct_nothing.
2762 Increase the number of lines to step.
2763
46a93de2
YQ
27642014-10-14 Yao Qi <yao@codesourcery.com>
2765
2766 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2767 tests.
2768 * gdb.mi/mi2-var-child.exp: Likewise.
2769
14ea52ee
DE
27702014-10-13 Doug Evans <dje@google.com>
2771
2772 * gdb.python/py-objfile.exp: Change name of file name test.
2773
e5c6e92b
DE
27742014-10-13 Doug Evans <dje@google.com>
2775
2776 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2777 from the start of the CU.
2778
c780cc2f
JK
27792014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2780 Yao Qi <yao@codesourcery.com>
2781
2782 Fix "save breakpoints" for "catch" command.
2783 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2784 Remove -nonewline. Match also the added "main" line.
2785
99894e11
JK
27862014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 Fix "save breakpoints" for "disable $bpnum" command.
2789 * gdb.base/save-bp.c (main): Add label.
2790 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2791
6e1ac5a3
JK
27922014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2795
754dd2b0
YQ
27962014-10-11 Yao Qi <yao@codesourcery.com>
2797
2798 * gdb.server/server-kill.exp: Execute command
2799 "set remote trace-status-packet on" before "tstatus".
2800
f90183d7
YQ
28012014-10-11 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2804 (main): Call getppid.
2805 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2806 and continue to it. Read variable "server_pid".
2807
bf40a607
YQ
28082014-10-11 Yao Qi <yao@codesourcery.com>
2809
2810 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2811
052ca370
YQ
28122014-10-11 Yao Qi <yao@codesourcery.com>
2813
2814 * gdb.threads/thread-find.exp: Don't execute command
2815 "info threads".
2816 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2817 * gdb.threads/linux-dp.exp: Don't check the condition
2818 $threads_created equals to zero.
2819
3831839c
PA
28202014-10-10 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.base/bigcore.exp: Remove references to IRIX.
2823 * gdb.base/funcargs.exp: Likewise.
2824 * gdb.base/interrupt.exp: Likewise.
2825 * gdb.base/mips_pro.exp: Likewise.
2826 * gdb.base/nodebug.exp: Likewise.
2827 * gdb.base/setvar.exp: Likewise.
2828 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2829
8b9a549d
PA
28302014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2831 Pedro Alves <palves@redhat.com>
2832
2833 PR symtab/14466
2834 * gdb.base/vdso-warning.c: New file.
2835 * gdb.base/vdso-warning.exp: New file.
2836
d48ba5e8
DE
28372014-10-02 Doug Evans <dje@google.com>
2838
2839 * gdb.base/structs.c (main): Don't run forever.
2840
2278c276
PA
28412014-10-02 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2844 (top level) <stop threads 1, stop threads 2>: Use it.
2845
b57bacec
PA
28462014-10-02 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.threads/break-while-running.exp (test): Add new
2849 'update_thread_list' argument. Skip "info threads" if false.
2850 (top level): Add new 'update_thread_list' axis.
2851
13fd3ff3
PA
28522014-10-02 Pedro Alves <palves@redhat.com>
2853
2854 PR breakpoints/17431
2855 * gdb.base/execl-update-breakpoints.c: New file.
2856 * gdb.base/execl-update-breakpoints.exp: New file.
2857
0fec99e8
PA
28582014-10-01 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.base/breakpoint-in-ro-region.c: New file.
2861 * gdb.base/breakpoint-in-ro-region.exp: New file.
2862
2ddf4301
SM
28632014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * gdb.mi/mi-exit-code.exp: New file.
2866 * gdb.mi/mi-exit-code.c: New file.
2867
6a5f3f43
YQ
28682014-09-30 Yao Qi <yao@codesourcery.com>
2869
2870 * lib/prelink-support.exp (build_executable_own_libs): Error if
2871 the target isn't native.
2872
345bcc73
YQ
28732014-09-30 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2876 false.
2877
a25a5a45
PA
28782014-09-22 Pedro Alves <palves@redhat.com>
2879
2880 * gdb.threads/break-while-running.exp: New file.
2881 * gdb.threads/break-while-running.c: New file.
2882
00ba3162
YQ
28832014-09-19 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2886 Invoke test. Restart GDB with --readnow and invoke test again.
2887
c3b7b696
YQ
28882014-09-19 Yao Qi <yao@codesourcery.com>
2889
2890 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2891 proc set_breakpoint_on_gcd_function. Invoke
2892 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2893 invoke set_breakpoint_on_gcd_function again.
2894
2b4fd423
DE
28952014-09-18 Doug Evans <dje@google.com>
2896
2897 * gdb.dwarf2/symtab-producer.exp: New file.
2898
a5947601
SDJ
28992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2900
2901 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2902 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2903 * gdb.base/global-var-nested-by-dso.c: Likewise.
2904 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2905
91c19059
SDJ
29062014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2907 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.base/watch-bitfields.exp: Pass string other than test file
2910 name to prepare_for_testing.
2911 (watch): New procedure.
2912 (expect_watchpoint): Use with_test_prefix.
2913 (top level): Factor out tests to ...
2914 (test_watch_location, test_regular_watch): ... these new
2915 procedures, and use with_test_prefix and gdb_continue_to_end.
2916
bb9d5f81
PP
29172014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2918
2919 PR breakpoints/12526
2920 * gdb.base/watch-bitfields.exp: New file.
2921 * gdb.base/watch-bitfields.c: New file.
2922
635856f5
PA
29232014-09-16 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2926 software and hardware addresses, not software address against
2927 itself.
2928
7280ceea
PA
29292014-09-16 Pedro Alves <palves@redhat.com>
2930
2931 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2932 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2933
428b16bd
PA
29342014-09-16 Pedro Alves <palves@redhat.com>
2935
2936 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2937 files.
2938 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2939 "*-*-vxworks*" throughout.
2940 * gdb.base/break.exp: Likewise.
2941 * gdb.base/default.exp: Likewise.
2942 * gdb.base/scope.exp: Likewise.
2943 * gdb.base/sepdebug.exp: Likewise.
2944 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2945 throughout.
2946 * gdb.base/run.c: Likewise.
2947 * gdb.base/sepdebug.c: Likewise.
2948 * gdb.hp/gdb.aCC/run.c: Likewise.
2949 * gdb.reverse/until-reverse.c: Likewise.
2950 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2951
666d413c
YQ
29522014-09-16 Yao Qi <yao@codesourcery.com>
2953
2954 * boards/local-remote-host-native.exp: New file.
2955
57cbd724
DE
29562014-09-14 Doug Evans <xdje42@gmail.com>
2957
2958 * gdb.threads/queue-signal.c (thread_count): New variable.
2959 (thread_count_mutex, thread_count_condvar): New variables.
2960 (incr_thread_count, wait_all_threads_running): New functions.
2961 (main): Wait for all threads to be in their thread functions.
2962
81219e53
DE
29632014-09-13 Doug Evans <xdje42@gmail.com>
2964
2965 * gdb.threads/queue-signal.c: New file.
2966 * gdb.threads/queue-signal.exp: New file.
2967
3714cea7
DE
29682014-09-13 Doug Evans <xdje42@gmail.com>
2969
2970 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2971 be consistent with what default_gdb_init uses.
2972 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2973 the plain text of the prompt. Add some logging printfs.
2974 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2975
fa43b1d7
PA
29762014-09-12 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2979 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2980 * gdb.arch/i386-size-overlap.exp: Likewise.
2981 * gdb.arch/i386-size.exp: Likewise.
2982 * gdb.arch/i386-unwind.exp: Likewise.
2983 * gdb.base/a2-run.exp: Likewise.
2984 * gdb.base/break.exp: Likewise.
2985 * gdb.base/charset.exp: Likewise.
2986 * gdb.base/chng-syms.exp: Likewise.
2987 * gdb.base/commands.exp: Likewise.
2988 * gdb.base/dbx.exp: Likewise.
2989 * gdb.base/find.exp: Likewise.
2990 * gdb.base/funcargs.exp: Likewise.
2991 * gdb.base/jit-simple.exp: Likewise.
2992 * gdb.base/reread.exp: Likewise.
2993 * gdb.base/sepdebug.exp: Likewise.
2994 * gdb.base/step-bt.exp: Likewise.
2995 * gdb.cp/mb-inline.exp: Likewise.
2996 * gdb.cp/mb-templates.exp: Likewise.
2997 * gdb.objc/basicclass.exp: Likewise.
2998 * gdb.threads/killed.exp: Likewise.
2999
9d9bf2df
EBM
30002014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3001
3002 PR tdep/17379
3003 * gdb.arch/powerpc-stackless.S: New file.
3004 * gdb.arch/powerpc-stackless.exp: New file.
3005
1cf2f1b0
JK
30062014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.base/attach.c: Include unistd.h.
3009 (main): Call alarm. Add label postloop.
3010 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3011 gdb_breakpoint, gdb_continue_to_breakpoint.
3012 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3013
98880d46
PA
30142014-09-11 Pedro Alves <palves@redhat.com>
3015
3016 PR gdb/17347
3017 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3018 * gdb.base/attach.exp (test_command_line_attach_run): New
3019 procedure.
3020 (top level): Call it.
3021
4c92ff2c
PA
30222014-09-11 Pedro Alves <palves@redhat.com>
3023
3024 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3025 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3026 (do_command_attach_tests): Use spawn_wait_for_attach.
3027 * gdb.base/solib-overlap.exp: Likewise.
3028 * gdb.multi/multi-attach.exp: Likewise.
3029 * gdb.python/py-prompt.exp: Likewise.
3030 * gdb.python/py-sync-interp.exp: Likewise.
3031 * gdb.server/ext-attach.exp: Likewise.
3032
3adc1a7d
GKB
30332014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3034
3035 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3036 command in testcase. Simplify testcase.
3037
96334934
JB
30382014-09-10 Joel Brobecker <brobecker@adacore.com>
3039
3040 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3041
eb479039
JB
30422014-09-10 Joel Brobecker <brobecker@adacore.com>
3043
3044 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3045
deede10c
JB
30462014-09-10 Joel Brobecker <brobecker@adacore.com>
3047
3048 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3049
7828a5f5
JB
30502014-09-10 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.dwarf2/dynarr-ptr.c: New file.
3053 * gdb.dwarf2/dynarr-ptr.exp: New file.
3054
33aeebcf
MR
30552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3056
3057 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3058 of 30 rather than hardcoding 120 for a slow test case. Take the
3059 `gdb,timeout' target setting into account for this calculation.
3060 Don't extend the timeout for the test cases that don't need it.
3061
7b415901
MR
30622014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3063
3064 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3065 a factor of 2 for a slow test case. Take the `gdb,timeout'
3066 target setting into account for this calculation.
3067 * gdb.reverse/until-precsave.exp: Increase the timeout by
3068 a factor of 15 and 3 respectively rather than adding 120
3069 for a pair of slow test cases. Take the `gdb,timeout'
3070 target setting into account for this calculation.
3071
4a40f85a
MR
30722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3073
3074 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3075 timeout, don't pass one down to gdb_expect.
3076 (gdb_expect): Rework timeout selection.
3077
09635af7
MR
30782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3079
3080 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3081 exception on timeout.
3082 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3083 (gdbserver_start_extended): Catch any `gdbserver_start' error
3084 exceptions.
3085 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3086 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3087 `gdbserver_gdb_load' error exceptions.
3088
2bdd10b7
MR
30892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3090
3091 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3092 120 on waiting for the TCP socket to open.
3093
316935f0
DE
30942014-09-09 Doug Evans <xdje42@gmail.com>
3095
3096 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3097 _caller_matches, _any_caller_is, _any_caller_matches.
3098
83740597
DE
30992014-09-09 Doug Evans <xdje42@gmail.com>
3100
3101 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3102
4c122fc3
YQ
31032014-09-09 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.mi/mi-var-display.exp: Set print symbol off.
3106
a9f116cb
GKB
31072014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3108
3109 PR gdb/17035
3110 * gdb.base/commands.exp: Add tests to verify user-defined
3111 commands with empty bodies.
3112 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3113 python commands in `show user command`.
3114 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3115 scheme commands in `show user command`.
3116
c75bd3a2
JK
31172014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 PR python/17355
3120 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3121 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3122 * gdb.python/py-framefilter-invalidarg.exp: New file.
3123 * gdb.python/py-framefilter-invalidarg.py: New file.
3124
faa42425
DE
31252014-09-06 Doug Evans <xdje42@gmail.com>
3126
3127 PR 15276
3128 * gdb.python/py-caller-is.c: New file.
3129 * gdb.python/py-caller-is.exp: New file.
3130
474ca4f6
SDJ
31312014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3132
3133 PR gdb/17235
3134 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3135 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3136
eb0b0463
SDJ
31372014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3138
3139 PR fortran/17237
3140 * gdb.fortran/print-formatted.exp: New file.
3141 * gdb.fortran/print-formatted.f90: Likewise.
3142
5f3b99cf
SS
31432014-09-03 Sasha Smundak <asmundak@google.com>
3144
3145 * gdb.python/py-frame.exp: Test Frame.read_register.
3146
7d793aa9
SDJ
31472014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3148
3149 PR python/16699
3150 * gdb.python/py-completion.exp: New file.
3151 * gdb.python/py-completion.py: Likewise.
3152
fb0576e9
DE
31532014-08-28 Doug Evans <dje@google.com>
3154
3155 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3156 eax,etc. are live with values set by gdb and thus the compiler can't
3157 use them.
3158 * gdb.arch/i386-pseudo.c (main): Ditto.
3159
ee92b0dd
DE
31602014-08-27 Doug Evans <dje@google.com>
3161
3162 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3163
6649db35
DE
31642014-08-25 Doug Evans <dje@google.com>
3165
3166 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3167 (main): Ditto.
3168
564b7600
DE
31692014-08-25 Doug Evans <dje@google.com>
3170
3171 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3172
3881fb67
YQ
31732014-08-24 Yao Qi <yao@codesourcery.com>
3174
3175 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3176 symbol off.
3177 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3178
a05a36a5
DE
31792014-08-22 Doug Evans <dje@google.com>
3180
3181 PR 17276
3182 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3183 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3184 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3185
7c343b48
YQ
31862014-08-22 Yao Qi <yao@codesourcery.com>
3187
3188 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3189 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3190 * gdb.python/python.exp: Likewise. Use .py file on the host
3191 instead of the build.
3192
22fd09ae
JK
31932014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 * gdb.threads/gcore-stale-thread.c: New file.
3196 * gdb.threads/gcore-stale-thread.exp: New file.
3197
a8454a7c
PA
31982014-08-21 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3201 * gdb.base/gcore-relro-pie.exp: Likewise.
3202 * gdb.base/gcore-relro.exp: Likewise.
3203 * gdb.base/gcore.exp: Likewise.
3204 * gdb.base/print-symbol-loading.exp: Likewise.
3205 * gdb.threads/gcore-thread.exp: Likewise.
3206 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3207
2a31c623
PA
32082014-08-20 Pedro Alves <palves@redhat.com>
3209 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3212 configure.
3213 (EXPECT): Handle READ1 being set.
3214 (all): Depend on EXTRA_RULES.
3215 (check-read1, expect-read1, read1.so, read1): New rules.
3216 * README (Testsuite Parameters): Document the READ1 make variable.
3217 (Race detection): New section.
3218 * configure: Regenerate.
3219 * configure.ac: If build==host==target, and running under a
3220 GNU/glibc system, add read1 to the extra Makefile rules.
3221 (EXTRA_RULES): AC_SUBST it.
3222 * lib/read1.c: New file.
3223
d36430db
JB
32242014-08-20 Joel Brobecker <brobecker@adacore.com>
3225
3226 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3227 the handling of variables declared as a typedef to an array
3228 which a DW_AT_data_location attribute.
3229
9a0dc9e3
PA
32302014-08-19 Andrew Burgess <aburgess@broadcom.com>
3231 Pedro Alves <palves@redhat.com>
3232
3233 PR symtab/14604
3234 PR symtab/14605
3235 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3236 gdb_test.
3237
0718a8da
PA
32382014-08-19 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3241
13b448cd
YQ
32422014-08-19 Yao Qi <yao@codesourcery.com>
3243
3244 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3245 right line.
3246
1cbf5077
DB
32472014-08-18 David Blaikie <dblaikie@gmail.com>
3248
3249 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3250
bf0fae19
JB
32512014-08-18 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3254 attribute in array range.
3255
3c8c5dcc
JB
32562014-08-18 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3259
e66d4446
SC
32602014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3261
3262 PR c++/17132
3263 * gdb.cp/pr17132.cc: New file.
3264 * gdb.cp/pr17132.exp: New file.
3265
940df408
SC
32662014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3267
3268 * gdb.python/py-xmethods.py (A_getarrayind)
3269 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3270 Use 'print' with function call syntax.
3271 (E_method_matcher.match): Fix tab vs space indentation mixup.
3272
ebcc6c3a
YQ
32732014-08-15 Yao Qi <yao@codesourcery.com>
3274
3275 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3276 false.
3277
775e0f04
YQ
32782014-08-15 Yao Qi <yao@codesourcery.com>
3279
3280 * gdb.cp/casts.exp: Set print symbol off.
3281 * gdb.cp/class2.exp: Likewise.
3282 * gdb.cp/overload.exp: Likewise.
3283 * gdb.cp/templates.exp: Likewise.
3284
d769e349
DE
32852014-08-11 Doug Evans <dje@google.com>
3286
3287 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3288 (test_load_shlib): Update.
3289
20c6f1e1
YQ
32902014-08-09 Yao Qi <yao@codesourcery.com>
3291
3292 * gdb.base/display.exp: Invoke is_address_zero_readable.
3293 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3294 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3295 * gdb.base/hbreak-unmapped.exp: Return if
3296 is_address_zero_readable returns true.
3297 * gdb.base/signest.exp: Likewise.
3298 * gdb.base/signull.exp: Likewise.
3299 * gdb.base/sigbpt.exp: Likewise.
3300 * gdb.guile/scm-disasm.exp: Do the test if
3301 is_address_zero_readable returns false.
3302 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3303 * gdb.python/py-arch.exp: Likewise.
3304 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3305 * lib/gdb.exp (is_address_zero_readable): New proc.
3306
5792e8e3
YQ
33072014-08-09 Yao Qi <yao@codesourcery.com>
3308
3309 PR testsuite/13443
3310 * gdb.mi/mi-var-display.exp: Make test messages unique.
3311
3cecbbbe
TT
33122014-08-04 Tom Tromey <tromey@redhat.com>
3313
3314 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3315 target 0".
3316
00b51ff5
TT
33172014-08-04 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3320 "target_resume".
3321
6908c509
JB
33222014-08-01 Joel Brobecker <brobecker@adacore.com>
3323
3324 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3325 inner_vla_struct_object_size.
3326 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3327 as xfail.
3328
cc6563d2
PA
33292014-07-30 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3332 comment.
3333
7e09a223
YQ
33342014-07-29 Yao Qi <yao@codesourcery.com>
3335
3336 PR gdb/17206
3337 * gdb.base/until-nodebug.exp: New.
3338
7ebdbe92
DE
33392014-07-28 Doug Evans <xdje42@gmail.com>
3340
3341 PR guile/17203
3342 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3343 previously existing parameter, and previously ambiguously spelled
3344 parameter.
3345
fdb1adc6
WN
33462014-07-28 Will Newton <will.newton@linaro.org>
3347
3348 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3349
186fcde0
DE
33502014-07-26 Ludovic Courtès <ludo@gnu.org>
3351 Doug Evans <xdje42@gmail.com>
3352
3353 PR guile/17146
3354 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3355
70509625
PA
33562014-07-25 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.threads/signal-command-handle-nopass.c: New file.
3359 * gdb.threads/signal-command-handle-nopass.exp: New file.
3360 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3361 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3362 * gdb.threads/signal-delivered-right-thread.c: New file.
3363 * gdb.threads/signal-delivered-right-thread.exp: New file.
3364
c3f814a1
PA
33652014-07-25 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.base/double-prompt-target-event-error.exp
3368 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3369 match.
3370 (cancel_pagination_in_target_event): Rework double prompt
3371 detection.
3372 * gdb.base/paginate-after-ctrl-c-running.exp
3373 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3374 <return>' match.
3375 * gdb.base/paginate-bg-execution.exp
3376 (test_bg_execution_pagination_return)
3377 (test_bg_execution_pagination_cancel): Remove '-notransfer
3378 <return>' matches.
3379 * gdb.base/paginate-execution-startup.exp
3380 (test_fg_execution_pagination_return)
3381 (test_fg_execution_pagination_cancel): Remove '-notransfer
3382 <return>' matches.
3383 * gdb.base/paginate-inferior-exit.exp
3384 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3385 match.
3386 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3387 * lib/gdb.exp (pagination_prompt): Run text through
3388 string_to_regexp.
3389 (gdb_test_multiple): Match $pagination_prompt instead of
3390 "<return>".
3391 (string_to_regexp): Move to lib/gdb-utils.exp.
3392
e214cf6c
JK
33932014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3394
3395 * gdb.arch/amd64-entry-value-paramref.S: New file.
3396 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3397 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3398 * gdb.arch/amd64-optimout-repeat.S: New file.
3399 * gdb.arch/amd64-optimout-repeat.c: New file.
3400 * gdb.arch/amd64-optimout-repeat.exp: New file.
3401
17d0c5c8
JK
34022014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 PR gdb/17170
3405 * gdb.base/statistics.exp: New file.
3406
b8b8facf
DE
34072014-07-17 Doug Evans <dje@google.com>
3408
74b49205 3409 PR gdb/17170
b8b8facf
DE
3410 * gdb.base/maint.exp: Update testing of per-command stats.
3411
1b5d0ab3
PA
34122014-07-16 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3415 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3416 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3417 (tfile_write_buf): New functions.
3418 (add_memory_block): Rewrite using the above.
3419 (adjust_function_address): New function.
3420 (FUNCTION_ADDRESS): New macro.
3421 (write_basic_trace_file): Remove short_x local, and use
3422 tfile_write_16. Change type of func_addr local to unsigned long
3423 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3424 here. Cast argument of add_memory_block to char pointer.
3425 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3426 (main): Remove parameters.
3427 * gdb.trace/tfile.exp: Remove nowarnings.
3428
4d974e88
SM
34292014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3430
3431 * gdb.base/debug-expr.exp: Test string evaluation with
3432 "debug expression" on.
3433
41e99568
PA
34342014-07-15 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/reread.exp: Use clean_restart.
3437
487d9753
PL
34382014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3439
3440 * gdb.arch/avr-flash-qualifer.c: New.
3441 * gdb.arch/avr-flash-qualifer.exp: New.
3442
cc1c52ad
PA
34432014-07-14 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3446 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3447
1e973570
PA
34482014-07-14 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/double-prompt-target-event-error.c: New file.
3451 * gdb.base/double-prompt-target-event-error.exp: New file.
3452
93d6eb10
PA
34532014-07-14 Pedro Alves <palves@redhat.com>
3454
3455 PR gdb/17072
3456 * gdb.base/paginate-inferior-exit.c: New file.
3457 * gdb.base/paginate-inferior-exit.exp: New file.
3458
0017922d
PA
34592014-07-14 Pedro Alves <palves@redhat.com>
3460
3461 PR gdb/17072
3462 * gdb.base/paginate-bg-execution.c: New file.
3463 * gdb.base/paginate-bg-execution.exp: New file.
3464
94696ad3
PA
34652014-07-14 Pedro Alves <palves@redhat.com>
3466
3467 PR gdb/17072
3468 * gdb.base/paginate-execution-startup.c: New file.
3469 * gdb.base/paginate-execution-startup.exp: New file.
3470 * lib/gdb.exp (pagination_prompt): New global.
3471 (default_gdb_spawn): New procedure, factored out from
3472 default_gdb_spawn.
3473 (default_gdb_start): Adjust to call default_gdb_spawn.
3474 (gdb_spawn): New procedure.
3475
bd293940
PA
34762014-07-14 Pedro Alves <palves@redhat.com>
3477
3478 * lib/gdb.exp (gdb_assert): New procedure.
3479 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3480
c933f875
PA
34812014-07-14 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/execution-termios.c: New file.
3484 * gdb.base/execution-termios.exp: New file.
3485
d98b7a16
TT
34862014-07-14 Tom Tromey <tromey@redhat.com>
3487
3488 * gdb.cp/vla-cxx.cc: New file.
3489 * gdb.cp/vla-cxx.exp: New file.
3490
548740d6
TT
34912014-07-14 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.reverse/rerun-prec.c: New file.
3494 * gdb.reverse/rerun-prec.exp: New file.
3495
a25eb028
MR
34962014-07-12 Maciej W. Rozycki <macro@mips.com>
3497 Maciej W. Rozycki <macro@codesourcery.com>
3498
3499 * lib/gdb-utils.exp: New file.
3500 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3501 inline `gdb_init_command' processing.
3502 (gdb_start_cmd): Likewise.
3503 * lib/mi-support.exp (mi_run_cmd): Likewise.
3504 * README: Document `gdb_init_command' and `gdb_init_commands'.
3505
218c2655
JK
35062014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3507
3508 Fix false FAIL running under a very long directory name.
3509 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3510 and "set print elements 10000". Twice.
3511
5401fde3
YQ
35122014-07-11 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.base/exprs.exp: "set print symbol off".
3515
e76126e8
PA
35162014-07-11 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.threads/kill.c: New file.
3519 * gdb.threads/kill.exp: New file.
3520
2d6f0de6
YQ
35212014-07-10 Yao Qi <yao@codesourcery.com>
3522
3523 * gdb.trace/tfile.c (write_basic_trace_file)
3524 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3525 address written to trace file.
3526
7180e04a
PA
35272014-07-09 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.base/attach-wait-input.exp: New file.
3530 * gdb.base/attach-wait-input.c: New file.
3531
9a9a7608
AB
35322014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3535 setting up test structures.
3536 (main): Call new test function.
3537 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3538 test function, continue into test function and walk test
3539 structures.
3540
161ac41e
YQ
35412014-07-02 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3544 'bar_start' at the beginning of functions 'foo' and 'bar'
3545 respectively.
3546 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3547 instead of 'foo' and 'bar'.
3548
1f267ae3
MM
35492014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3550
3551 * gdb.btrace/segv.exp: New.
3552 * gdb.btrace/segv.c: New.
3553
2b239efb
LM
35542014-07-02 Luis Machado <lgustavo@codesourcery.com>
3555
3556 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3557 instruction.
3558
cf363f18
MW
35592014-06-30 Mark Wielaard <mjw@redhat.com>
3560
3561 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3562 vulture, vilify, villar): New volatile array constants.
3563 (vindictive, vegetation): New const volatile array constants.
3564 * gdb.base/volatile.exp: Test volatile and const volatile array
3565 types.
3566
aebf9d24
AA
35672014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3568
3569 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3570 target lacks support for awatch, rwatch, or hbreak.
3571
b67a2c6f
YQ
35722014-06-27 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.multi/dummy-frame-restore.exp: New.
3575 * gdb.multi/dummy-frame-restore.c: New.
3576
aef92902
MM
35772014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3578
3579 * gdb.btrace/gcore.exp: New.
3580
8e9db26e
PA
35812014-06-23 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/watchpoint-reuse-slot.c: New file.
3584 * gdb.base/watchpoint-reuse-slot.exp: New file.
3585
70afc5b7
SC
35862014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3587
3588 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3589 progspace's filename in 'info', 'enable' and 'disable' command
3590 tests.
3591
b972bd9c
JK
35922014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3595 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3596 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3597
125f8a3d
GB
35982014-06-20 Gary Benson <gbenson@redhat.com>
3599
3600 * gdb.arch/i386-avx.exp: Fix include file location.
3601 * gdb.arch/i386-sse.exp: Likewise.
3602
3ed9baed
IB
36032014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3604
3605 * gdb.dlang/expression.exp: New file.
3606
034f788c
PA
36072014-06-19 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3610 out from ...
3611 (top level): ... here. Iterate running tests under different
3612 scheduler-locking settings.
3613
45371d0c
LM
36142014-06-18 Luis Machado <lgustavo@codesourcery.com>
3615
3616 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3617 to DW_FORM_addr and use non-zero addresses.
3618
5d376983
SC
36192014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3620
3621 PR gdb/17017
3622 * gdb.python/py-xmethods.cc: Add global function call counters and
3623 increment them in their respective functions. Remove "cout"
3624 statements.
3625 * gdb.python/py-xmethods.exp: Make tests check the global function
3626 call counters instead of depending on inferior IO.
3627
a1aa2221
LM
36282014-06-18 Don Breazeal <donb@codesourcery.com>
3629
3630 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3631 Deleted procedure.
3632 (explicit_fork_parent_follow): Deleted procedure.
3633 (explicit_fork_child_follow): Deleted procedure.
3634 (test_follow_fork): New procedure.
3635 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3636 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3637 procedure calls.
3638
0fc05997
YQ
36392014-06-17 Yao Qi <yao@codesourcery.com>
3640
3641 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3642 CP1252.
3643
70795c52
LM
36442014-06-17 Luis Machado <lgustavo@codesourcery.com>
3645
3646 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3647 Initialize ptr and S explicitly.
3648 (skip_type_update_when_not_use_rtti_test): Likewise.
3649
6be47f0c
KS
36502014-06-16 Keith Seitz <keiths@redhat.com>
3651
3652 PR mi/15863
3653 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3654 the inferior is started.
3655
d03de421
PA
36562014-06-16 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.base/break-main-file-remove-fail.c: New file.
3659 * gdb.base/break-main-file-remove-fail.exp: New file.
3660 * gdb.base/break-unload-file.exp: Use build_executable instead of
3661 prepare_for_testing.
3662 (test_break): New parameter "initial_load". Handle it.
3663 (top level): Add initial_load cmdline/file axis.
3664
f9579b99
TT
36652014-06-12 Tom Tromey <tromey@redhat.com>
3666
3667 * gdb.base/completion.exp: Don't use directory name in test.
3668
3657956b
GB
36692014-06-09 Gary Benson <gbenson@redhat.com>
3670
3671 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3672 separate the always-available ANSI-standard signals from the
3673 signals that require checking.
3674 (main): Likewise.
3675 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3676 Likewise.
3677 (main): Likewise.
3678
4186eb54
KS
36792014-06-07 Keith Seitz <keiths@redhat.com>
3680
3681 Revert:
3682 PR c++/16253
3683 * gdb.cp/var-tag.cc: New file.
3684 * gdb.cp/var-tag.exp: New file.
3685 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3686 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3687 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3688 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3689
25326a28 36902014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3691
3692 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3693
829155c9
PA
36942014-06-06 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3697 in target debug output instead of looking at RSP packets,
3698 disabling the test on any target that uses hardware stepping.
3699 Update comments.
3700
61c8d22e
PA
37012014-06-06 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.base/break-unload-file.exp: Fix typo.
3704
d9a47287
YQ
37052014-06-06 Yao Qi <yao@codesourcery.com>
3706
3707 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3708 from "jit_function" to "^jit_function".
3709
e5e01dbf
YQ
37102014-06-06 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.base/async.c (foo): Add one statement.
3713 * gdb.base/async.exp: Get the next instruction address and
3714 match the output of "nexti" by instruction address. Match
3715 the hex address in the output of "finish".
3716
73ba372c
GB
37172014-06-06 Gary Benson <gbenson@redhat.com>
3718
3719 * gdb.base/call-signals.c: Remove preprocessor conditionals
3720 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3721 SIGSEGV and SIGTERM.
3722 * gdb.base/sigall.c: Likewise.
3723 * gdb.base/unwindonsignal.c: Likewise.
3724 * gdb.reverse/sigall-reverse.c: Likewise.
3725
831517df
YQ
37262014-06-06 Yao Qi <yao@codesourcery.com>
3727
3728 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3729 readable, skip the test.
3730
b8b91e98
YQ
37312014-06-06 Yao Qi <yao@codesourcery.com>
3732
3733 * gdb.threads/staticthreads.c (thread_function): Move the line
3734 setting breakpoint on forward.
3735 * gdb.threads/staticthreads.exp: Update comments.
3736
fb934770
LC
37372014-06-05 Ludovic Courtès <ludo@gnu.org>
3738
3739 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3740 "history-append! type error".
3741
6ef284bd
SM
37422014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3743
3744 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3745 erroneous dprintf expected input.
3746
a872e241
DE
37472014-06-04 Doug Evans <xdje42@gmail.com>
3748
3749 * gdb.guile/scm-generics.exp: Delete.
3750
16f691fb
DE
37512014-06-04 Doug Evans <xdje42@gmail.com>
3752
3753 * gdb.guile/scm-breakpoint.exp: Update.
3754 Add tests for breakpoint registration.
3755
012370f6
TT
37562014-06-04 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3759 VLA-in-union.
3760 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3761 inner_vla_struct, vla_union types. Initialize objects of those
3762 types and compute their sizes.
3763
9f5a4cef
HZ
37642014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3765 Hui Zhu <hui@codesourcery.com>
3766
3767 * gdb.base/fileio.exp: Add test for shell not available as well as
3768 available.
3769 * gdb.base/fileio.c (test_system): Check for shell twice.
3770
90a45c4d
YQ
37712014-06-04 Yao Qi <yao@codesourcery.com>
3772
3773 * gdb.base/auto-connect-native-target.exp: Remove redundant
3774 space from the regexp pattern.
3775
70017e41
YQ
37762014-06-04 Yao Qi <yao@codesourcery.com>
3777
3778 * gdb.base/default.exp: Replace "child" with "native" in
3779 regexp pattern.
3780
883964a7
SC
37812014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3782
3783 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3784 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3785 * gdb.python/py-xmethods.py: Python script supporting the
3786 new testcase and tests.
3787
ef370185
JB
37882014-06-03 Joel Brobecker <brobecker@adacore.com>
3789 Pedro Alves <palves@redhat.com>
3790
3791 PR breakpoints/17000
3792 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3793 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3794
1e2ccb61
BM
37952014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3796
3797 * gdb.base/subst.exp: Add tests to verify partial path matching
3798 output.
3799
c6ec5ab2
PA
38002014-06-03 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3803 target that doesn't use software single-stepping.
3804
835c559f
PA
38052014-06-03 Pedro Alves <palves@redhat.com>
3806
3807 PR breakpoints/17000
3808 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3809 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3810
06eb1586
DE
38112014-06-02 Doug Evans <xdje42@gmail.com>
3812
3813 * gdb.guile/scm-parameter.exp: New file.
3814
e698b8c4
DE
38152014-06-02 Doug Evans <xdje42@gmail.com>
3816
3817 * gdb.guile/scm-cmd.c: New file.
3818 * gdb.guile/scm-cmd.exp: New file.
3819
ded03782
DE
38202014-06-02 Doug Evans <xdje42@gmail.com>
3821
3822 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3823 pretty-printer lookup.
3824 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3825 (make-pp_s-printer): Call it.
3826 (make-pretty-printer-from-dict): New function.
3827 (lookup-pretty-printer-maker-from-dict): New function.
3828 (*pretty-printer*): Simplify.
3829 (make-objfile-pp_s-printer): New function.
3830 (install-objfile-pretty-printers!): New function.
3831 (make-progspace-pp_s-printer): New function.
3832 (install-progspace-pretty-printers!): New function.
3833 * gdb.guile/scm-progspace.c: New file.
3834 * gdb.guile/scm-progspace.exp: New file.
3835
41fac0cf
PA
38362014-06-02 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.base/dprintf-bp-same-addr.c: New file.
3839 * gdb.base/dprintf-bp-same-addr.exp: New file.
3840
96ae5695
EBM
38412014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3842
3843 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3844 * gdb.arch/powerpc-power.s: Likewise.
3845
da02b3a8
JB
38462014-06-02 Joel Brobecker <brobecker@adacore.com>
3847
3848 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3849
c72b2e7b
YQ
38502014-06-01 Yao Qi <yao@codesourcery.com>
3851
3852 * gdb.base/watchpoint.exp (test_watch_location): Check null
3853 pointer can be dereferenced. If not, do the test, otherwise
3854 skip it.
3855
53e8a631
AB
38562014-05-30 Andrew Burgess <aburgess@broadcom.com>
3857
3858 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3859 results.
3860 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3861
938f0e2f
AB
38622014-05-30 Andrew Burgess <aburgess@broadcom.com>
3863
3864 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3865 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3866 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3867 * gdb.arch/amd64-invalid-stack-top.c: New file.
3868 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3869
9ba6657a
PA
38702014-05-30 Pedro Alves <palves@redhat.com>
3871
3872 PR breakpoints/17000
3873 * gdb.base/sss-bp-on-user-bp.c: New file.
3874 * gdb.base/sss-bp-on-user-bp.exp: New file.
3875
522c09bf
DB
38762014-05-30 David Blaikie <dblaikie@gmail.com>
3877
3878 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3879 gnu_inline semantics via attribute.
3880 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3881 source explicitly specifies the required semantics.
3882
bf4ef81e
MR
38832014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3884
3885 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3886
329ea579
PA
38872014-05-29 Pedro Alves <palves@redhat.com>
3888 Tom Tromey <tromey@redhat.com>
3889
3890 * gdb.base/async-shell.exp: Don't enable target-async.
3891 * gdb.base/async.exp
3892 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3893 parameter. Adjust.
3894 (top level): Don't test with "target-async".
3895 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3896 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3897 * gdb.base/inferior-died.exp: Don't enable target-async.
3898 * gdb.base/interrupt-noterm.exp: Likewise.
3899 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3900 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3901 * gdb.mi/mi-nonstop.exp: Likewise.
3902 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3903 * gdb.mi/mi-nsintrall.exp: Likewise.
3904 * gdb.mi/mi-nsmoribund.exp: Likewise.
3905 * gdb.mi/mi-nsthrexec.exp: Likewise.
3906 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3907 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3908 * gdb.python/py-evsignal.exp: Don't enable target-async.
3909 * gdb.python/py-evthreads.exp: Likewise.
3910 * gdb.python/py-prompt.exp: Likewise.
3911 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3912 * gdb.server/solib-list.exp: Don't enable target-async.
3913 * gdb.threads/thread-specific-bp.exp: Likewise.
3914 * lib/mi-support.exp: Adjust to use mi-async.
3915
fd664c91
PA
39162014-05-29 Pedro Alves <palves@redhat.com>
3917
3918 PR gdb/13860
3919 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3920 reason, even in sync mode.
3921
251bde03
PA
39222014-05-29 Pedro Alves <palves@redhat.com>
3923 Hui Zhu <hui@codesourcery.com>
3924
3925 PR PR15693
3926 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3927 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3928 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3929 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3930
7f3c0343
JB
39312014-05-28 Joel Brobecker <brobecker@adacore.com>
3932
3933 * config/monitor.exp (gdb_target_monitor): Replace use of
3934 "set remotebaud" by "set serial baud".
3935
b2715b27
AW
39362014-05-26 Andy Wingo <wingo@igalia.com>
3937
3938 * gdb.guile/scm-breakpoint.exp:
3939 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3940 properties instead of gdb-object-properties.
3941
498a4489
YQ
39422014-05-26 Yao Qi <yao@codesourcery.com>
3943
3944 * gdb.server/no-thread-db.exp: Specify source file name
3945 explicitly when setting a breakpoint.
3946
589fdceb
MM
39472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3948
3949 * gdb.btrace/vdso.c: New.
3950 * gdb.btrace/vdso.exp: New.
3951
e9089e05
MM
39522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3953
3954 * gdb.base/gcore.exp (capture_command_output): Move ...
3955 * lib/gdb.exp (capture_command_output): ... here.
3956
67b5c0c1
MM
39572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3958
3959 * gdb.btrace/data.exp: Test memory access during btrace replay.
3960
a2199296
SM
39612014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3964
17b2616c
PA
39652014-05-21 Pedro Alves <palves@redhat.com>
3966
3967 PR gdb/13860
3968 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3969 (top level): Test that output related to execution commands is
3970 sent to the console with CLI commands, but not with MI commands.
3971 Test that breakpoint events are always mirrored to the console.
3972 Also expect the new source line to be output after a "next" in
3973 async mode too. Make it a pass/fail test.
3974 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3975 output.
3976 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3977
5166082f
PA
39782014-05-21 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3981 Use them to test variations of "list" after reaching a breakpoint.
3982 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3983 Test "list" with listsize 10 after reaching a breakpoint.
3984 * gdb.python/python.exp (decode_line current location line
3985 number): Adjust expected line number.
3986
2f25d70f
SM
39872014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3988
3989 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3990 behavior for $args, pass it directly to "run".
3991
ff604a67
MR
39922014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3993
3994 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3995 30000 to 65536.
3996
6a3cb8e8
PA
39972014-05-21 Pedro Alves <palves@redhat.com>
3998
3999 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4000 auto-connect-native-target off".
4001 * gdb.base/auto-connect-native-target.c: New file.
4002 * gdb.base/auto-connect-native-target.exp: New file.
4003
4ebfc96e
PA
40042014-05-21 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/default.exp: Test "target native" instead of "target
4007 child".
4008
36d46afb
MW
40092014-05-21 Mark Wielaard <mjw@redhat.com>
4010
4011 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4012
5876f503
JK
40132014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 Fix TLS access for -static -pthread.
4016 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4017 <HAVE_TLS> (thread_function, main): Initialize it.
4018 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4019 Add clean_restart.
4020 <$have_tls != "">: Check TLSVAR.
4021
0256a6ac
PA
40222014-05-21 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.base/dcache-line-read-error.c: New.
4025 * gdb.base/dcache-line-read-error.exp: New.
4026
936d2992
PA
40272014-05-20 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/compare-sections.c: New file.
4030 * gdb.base/compare-sections.exp: New file.
4031
802e8e6d
PA
40322014-05-20 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/break-idempotent.c: New file.
4035 * gdb.base/break-idempotent.exp: New file.
4036
e59fa00f
MM
40372014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4038
4039 * gdb.btrace/nohist.exp: New.
4040
8b696e31
YQ
40412014-05-20 Yao Qi <yao@codesourcery.com>
4042
4043 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4044 gdb.reverse directory and gdb_reverse_timeout exists in board
4045 setting.
4046 * README: Document gdb_reverse_timeout.
4047
73c9764f
YQ
40482014-05-20 Yao Qi <yao@codesourcery.com>
4049
4050 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4051 'test_file_name'. Treat args as a string instead of a list.
4052 (gdb_init): Rename argument 'args' by 'test_file_name'.
4053
f1f4348a
JK
40542014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * gdb.arch/powerpc-power.exp: New file.
4057 * gdb.arch/powerpc-power.s: New file.
4058
0dbe70ce
DE
40592014-05-16 Doug Evans <dje@google.com>
4060
4061 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4062 * gdb.base/completion.exp: Check that all expected files exist
4063 before doing file completion.
0dbe70ce 4064
8d551b02
DE
40652014-05-16 Doug Evans <dje@google.com>
4066
4067 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4068 Update.
4069 (do_syscall_tests_without_xml): Update.
4070
73eb7709
PA
40712014-05-16 Pedro Alves <palves@redhat.com>
4072
4073 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4074 instead of "unknown output after running".
4075
3fae92fc
YQ
40762014-05-16 Yao Qi <yao@codesourcery.com>
4077
4078 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4079 file1.txt from host at the end.
4080 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4081
c2b2ccc5
DE
40822014-05-15 Doug Evans <dje@google.com>
4083
4084 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4085 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4086 loading file. Add test for TU lookup.
4087
8c217a4b
SM
40882014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4091 calling "-exec-arguments" or "set args" before running the
4092 inferior.
4093
3deb39c6
SM
40942014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * lib/mi-support.exp (mi_expect_stop): Expect message for
4097 inferiors that exit with non-zero exit code.
4098
71a79f8c
YQ
40992014-05-14 Yao Qi <yao@codesourcery.com>
4100
4101 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4102 match absolute path on remote host.
4103 (test_file_list_exec_source_files): Remove "/" from the
4104 pattern.
4105
f23fcd46
YQ
41062014-05-14 Yao Qi <yao@codesourcery.com>
4107
4108 * boards/local-remote-host-notty.exp (${board}_file): New
4109 proc.
4110
9404b58f
KM
41112014-05-07 Kyle McMartin <kyle@redhat.com>
4112
4113 Pushed by Joel Brobecker <brobecker@adacore.com>.
4114 * gdb.arch/aarch64-atomic-inst.c: New file.
4115 * gdb.arch/aarch64-atomic-inst.exp: New file.
4116
5e45f04c
YQ
41172014-05-07 Yao Qi <yao@codesourcery.com>
4118
4119 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4120 in current context" too.
4121
c888a17d
KS
41222014-05-05 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.linespec/ls-dollar.exp: Add test for linespec
4125 file:convenience_variable.
4126
290a839c
YQ
41272014-05-05 Yao Qi <yao@codesourcery.com>
4128
4129 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4130 traceframes into tfile and ctf trace files. Read data from
4131 trace file and test collected data.
4132 (gdb_collect_locals_test): Likewise.
4133 (gdb_unavailable_registers_test): Likewise.
4134 (gdb_unavailable_floats): Likewise.
4135 (gdb_collect_globals_test): Likewise.
4136 (top-level): Append "ctf" to trace_file_targets if GDB
4137 supports.
4138
b5262cd0
YQ
41392014-05-05 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4142 code to ...
4143 (gdb_collect_args_test_1): ... it. New proc.
4144 (gdb_collect_locals_test): Move some code to ...
4145 (gdb_collect_locals_test_1): ... it. New proc.
4146 (gdb_unavailable_registers_test): Move some code to ...
4147 (gdb_unavailable_registers_test_1): ... it. New proc.
4148 (gdb_unavailable_floats): Move some code to ...
4149 (gdb_unavailable_floats_1): ... it. New proc.
4150
30a1e6cc
SDJ
41512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4152
4153 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4154 probes to test for bitness recognition.
4155 * gdb.arch/amd64-stap-optional-prefix.exp
4156 (test_probe_value_without_reg): New procedure.
4157 Add code to test for different kinds of bitness.
4158
f33da99a
SDJ
41592014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4160
4161 PR breakpoints/16889
4162 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4163 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4164
5b80f00d
PA
41652014-05-01 Pedro Alves <palves@redhat.com>
4166
4167 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4168 gdb_file_cmd if no file is specified.
4169 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4170 last_loaded_file to set the remote exec-file.
4171
f8c2a73c
PA
41722014-05-01 Pedro Alves <palves@redhat.com>
4173
4174 * boards/local-remote-host.exp: New file.
4175
be6e8ac7
PA
41762014-05-01 Pedro Alves <palves@redhat.com>
4177
4178 * boards/local-remote-host.exp: Rename to ...
4179 * boards/local-remote-host-notty.exp: ... this.
4180
cac0dc8f
JB
41812014-04-28 Joel Brobecker <brobecker@adacore.com>
4182
4183 * gdb.ada/dyn_arrayidx: New testcase.
4184
9730e6cc
YQ
41852014-04-26 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4188 and compute the length of function main. Save it in
4189 $main_length.
4190 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4191 (top-level): Use gdb_compile to compile objects into
4192 executable and restart GDB. Remove invocation to
4193 prepare_for_testing.
4194
7ae1a6a6
PA
41952014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4196 Pedro Alves <palves@redhat.com>
4197
4198 PR server/16255
4199 * gdb.multi/multi-attach.c: New file.
4200 * gdb.multi/multi-attach.exp: New file.
4201
4082afcc
PA
42022014-04-25 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4205 user.
4206 (top level): Test that "set remote conditional-breakpoints-packet
4207 off" works as intended.
4208 * gdb.base/dprintf.exp: Test that "set remote
4209 breakpoint-commands-packet off" works as intended.
4210 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4211 New function.
4212 (top level): Call it.
4213 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4214 remote fast-tracepoints-packet off" works as intended.
4215 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4216 * lib/gdb.exp (gdb_is_target_remote): ... here.
4217
2abc3f8d
DB
42182014-04-24 David Blaikie <dblaikie@gmail.com>
4219
4220 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4221 ensure clang would not discard them.
4222 * gdb.base/gdbvars.c: Ditto.
4223 * gdb.base/memattr.c: Ditto.
4224 * gdb.base/whatis.c: Ditto.
4225 * gdb.python/py-prettyprint.c: Ditto.
4226 * gdb.trace/actions.c: Ditto.
4227 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4228 ensure clang would not discard it.
4229
bfd39632
DB
42302014-04-24 David Blaikie <dblaikie@gmail.com>
4231
4232 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4233 clang to emit the full definition of type required by the test
4234 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4235
22842ff6
DB
42362014-04-24 David Blaikie <dblaikie@gmail.com>
4237
4238 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4239 coax Clang into emitting the definition of the type.
4240 * gdb.cp/pr10728-x.h (y): Ditto.
4241 * gdb.cp/pr10728-y.cc (y): Ditto.
4242
c2e827ad
DB
42432014-04-24 David Blaikie <dblaikie@gmail.com>
4244
4245 * gdb.base/label.exp: XFAIL label related tests under Clang.
4246 * gdb.cp/cplabel.exp: Ditto.
4247 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4248 under Clang those using labels.
4249
4c2d33e7
YQ
42502014-04-25 Yao Qi <yao@codesourcery.com>
4251
4252 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4253 double_label.
4254 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4255 partial_label and double_label.
4256
56083b99
DB
42572014-04-24 David Blaikie <dblaikie@gmail.com>
4258
4259 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4260
25d4e99d
DB
42612014-04-24 David Blaikie <dblaikie@gmail.com>
4262
4263 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4264 of the function to work across GCC and Clang.
4265 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4266 pointer types (const void ** const V void **).
4267
01f9f808
MS
42682014-04-24 Michael Sturm <michael.sturm@mintel.com>
4269 Walfred Tedeschi <walfred.tedeschi@intel.com>
4270
4271 * Makefile.in (EXECUTABLES): Added i386-avx512.
4272 * gdb.arch/i386-avx512.c: New file.
4273 * gdb.arch/i386-avx512.exp: Likewise.
4274
4b48d439
KS
42752014-04-23 Keith Seitz <keiths@redhat.com>
4276
4277 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4278 (mi_make_breakpoint_table): New procedure.
4279 (mi_create_breakpoint): Use mi_make_breakpoint
4280 and return the result.
4281 (mi_make_breakpoint): New procedure.
4282 (mi_build_kv_pairs): New procedure.
4283
4284 * gdb.mi/mi-break.exp: Remove unused globals,
4285 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4286 All callers updated.
4287 * gdb.mi/mi-dprintf.exp: Use variable to track command
4288 number.
4289 Update all callers of mi_create_breakpoint and use
4290 mi_make_breakpoint_table.
4291 Remove any unused global variables.
4292 * gdb.mi/mi-nonstop.exp: Likewise.
4293 * gdb.mi/mi-nsintrall.exp: Likewise.
4294 * gdb.mi/mi-nsmoribund.exp: Likewise.
4295 * gdb.mi/mi-nsthrexec.exp: Likewise.
4296 * gdb.mi/mi-reverse.exp: Likewise.
4297 * gdb.mi/mi-simplerun.exp: Likewise.
4298 * gdb.mi/mi-stepn.exp: Likewise.
4299 * gdb.mi/mi-syn-frame.exp: Likewise.
4300 * gdb.mi/mi-until.exp: Likewise.
4301 * gdb.mi/mi-var-cp.exp: Likewise.
4302 * gdb.mi/mi-var-display.exp: Likewise.
4303 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4304 * gdb.mi/mi2-var-child.exp: Likewise.
4305 * gdb.mi/mi-vla-c99.exp: Likewise.
4306 * lib/mi-support.exp: Likewise.
4307
4308 From Ian Lance Taylor <iant@cygnus.com>:
4309 * lib/gdb.exp (parse_args): New procedure.
4310
08351840
PA
43112014-04-23 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/break-unload-file.c: New file.
4314 * gdb.base/break-unload-file.exp: New file.
4315 * gdb.base/sym-file-lib.c (baz): New function.
4316 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4317 field.
4318 (load): Store the segment's mapped size.
4319 (unload): New function.
4320 (unload_shlib): New function.
4321 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4322 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4323 set a breakpoint at baz, and call it.
4324 * gdb.base/sym-file.exp: New tests for stale breakpoint
4325 instructions.
4326
076855f9
PA
43272014-04-23 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4330 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4331 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4332 * gdb.base/hbreak-unmapped.c: New file.
4333 * gdb.base/hbreak-unmapped.exp: New file.
4334 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4335 * lib/gdb.exp (gdb_is_target_remote): ... here.
4336
483805cf
PA
43372014-04-22 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.base/consecutive-step-over.c: New file.
4340 * gdb.base/consecutive-step-over.exp: New file.
4341
06d97543
PA
43422014-04-22 Pedro Alves <palves@redhat.com>
4343
4344 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4345 instead of send_gdb/gdb_expect.
4346
b4429ea2
YQ
43472014-04-22 Yao Qi <yao@codesourcery.com>
4348
4349 * lib/trace-support.exp (generate_tracefile): New procedure.
4350 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4351 return 0.
4352 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4353 if generate_tracefile returns 1.
4354
51d48146
PA
43552014-04-18 Tom Tromey <palves@redhat.com>
4356 Pedro alves <tromey@redhat.com>
4357
4358 PR backtrace/15558
4359 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4360 with a backtrace limit.
4361 * gdb.python/py-frame-inline.exp: Test running to an inline
4362 function with a backtrace limit, and printing the newest frame.
4363 * gdb.python/py-frame-inline.c (main): Call f.
4364
bd1dce5f
MS
43652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4366
4367 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4368
40d1a503
MS
43692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4370
4371 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4372 Drop prefix from unsupported source file path.
4373
389b98f7
YQ
43742014-04-17 Yao Qi <yao@codesourcery.com>
4375
4376 * lib/gdb.exp (with_target_charset): New proc.
4377 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4378 with_target_charset.
4379 (test_print_strings): Likewise.
4380 (test_repeat_bytes): Likewise.
4381 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4382 for some tests.
4383
22869d73
KS
43842014-04-16 Keith Seitz <keiths@redhat.com>
4385
4386 PR gdb/15827
4387 * gdb.dwarf2/corrupt.c: New file.
4388 * gdb.dwarf2/corrupt.exp: New file.
4389
c4f87ca6
KS
43902014-04-16 Keith Seitz <keiths@redhat.com>
4391
4392 PR c++/16597
4393 * gdb.cp/namelessclass.cc: New file.
4394 * gdb.cp/namelessclass.exp: New file.
4395 * gdb.cp/namelessclass.S: New file.
4396
ab19de87
DE
43972014-04-16 Doug Evans <dje@google.com>
4398
4399 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4400 Add comment.
4401 (gdbserver_default_get_comm_port): New function.
4402 (gdbserver_start): Check if board file provided
4403 "gdbserver,get_comm_port" and use it if so.
4404 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4405 (gdb,socketport): Set to "stdio".
4406 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4407 (stdio_gdbserver_template): Delete.
4408 (${board}_get_remote_address): Update.
4409 (${board}_build_remote_cmd): Delete.
4410 (${board}_get_comm_port): New function.
4411 (${board}_spawn): Update.
4412 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4413 Delete.
4414 (${board}_get_remote_address): Update.
4415 (${board}_get_comm_port): New function.
4416
fc98a809
AB
44172014-04-16 Andrew Burgess <aburgess@broadcom.com>
4418
4419 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4420 appearing in any order.
4421
87fd9e6e
DE
44222014-04-15 Doug Evans <dje@google.com>
4423
4424 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4425 uninitialized value of "description".
4426
099fc3ea
KS
44272014-04-15 Keith Seitz <keiths@redhat.com>
4428
4429 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4430 Remove unused globals.
4431 (test_running_the_program): Likewise.
4432 (test_controlled_execution): Likewise.
4433 (test_controlling_breakpoints): Likewise.
4434 (test_program_termination): Likewise.
4435
5da151d4
KS
44362014-04-15 Keith Seitz <keiths@redhat.com>
4437
4438 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4439 unused globals.
4440 (test_rbreak_creation_and_listing): Likewise.
4441 (test_ignore_count): Likewise.
4442 (test_error): Likewise.
4443
35e5d2f0
PA
44442014-04-15 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4447 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4448 sym-file-loader.c.
4449 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4450 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4451 to sym-file-loader.c.
4452 (struct library): Forward declare.
4453 (load_shlib, lookup_function): Change prototypes.
4454 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4455 (translate_offset): Remove declarations.
4456 (get_text_addr): New declaration.
4457 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4458 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4459 sym-file-loader.h.
4460 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4461 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4462 here from sym-file-loader.h.
4463 (struct library): New structure.
4464 (load_shlib, lookup_function): Change prototypes and adjust to
4465 work with a struct library.
4466 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4467 (translate_offset): Make static.
4468 (get_text_addr): New function.
4469 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4470
eb4c1710
PA
44712014-04-15 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4474
2d1baf52
PA
44752014-04-15 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/sym-file-loader.c: Include <limits.h>.
4478 (SELF_LINK): New define.
4479 (get_origin): New function.
4480 (load_shlib): Use it.
4481 * gdb.base/sym-file.exp: Don't early return if the target is
4482 remote. Use runto_main, and issue fail is that fails. Use
4483 gdb_load_shlibs.
4484 (shlib_name): Delete.
4485 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4486
7dd6df01
PA
44872014-04-15 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/sym-file.exp: Remove regex characters from test
4490 message. Don't refer to breakpoint numbers in test messages.
4491
b50c8614
KS
44922014-04-14 Keith Seitz <keiths@redhat.com>
4493
4494 PR c++/16253
4495 * gdb.cp/var-tag.cc: New file.
4496 * gdb.cp/var-tag.exp: New file.
4497 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4498 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4499 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4500 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4501
3d567982
TT
45022014-04-14 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4505 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4506 type.
4507 * gdb.cp/enum-class.exp: New file.
4508 * gdb.cp/enum-class.cc: New file.
4509
0626fc76
TT
45102014-04-14 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.dwarf2/enum-type.exp: New file.
4513
dca325b3
SA
45142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4515
4516 * gdb.mi/mi-vla-c99.exp: New file.
4517 * gdb.mi/vla.c: New file.
4518
5854b38a
SA
45192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4520
4521 * gdb.base/vla-datatypes.c: New file.
4522 * gdb.base/vla-datatypes.exp: New file.
4523
463bb957
SA
45242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4525
4526 * gdb.base/vla-ptr.c: New file.
4527 * gdb.base/vla-ptr.exp: New file.
4528
3dd170be
SA
45292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4530
4531 * gdb.dwarf2/count.exp: New file.
4532
5ecaaa66
SA
45332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4534
4535 * gdb.base/vla-sideeffect.c: New file.
4536 * gdb.base/vla-sideeffect.exp: New file.
4537
41f1ada5
DB
45382014-04-14 David Blaikie <dblaikie@gmail.com>
4539
4540 * gdb.mi/non-stop.c: Add return value for non-void function return
4541 statement.
4542 * gdb.threads/staticthreads.c: Ditto.
4543
0be03e84
DE
45442014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4545 Doug Evans <xdje42@gmail.com>
4546
4547 * gdb.guile/scm-value.c: Improve test case.
4548 * gdb.guile/scm-value.exp: Add new test.
4549
f180a1fb
DB
45502014-04-11 David Blaikie <dblaikie@gmail.com>
4551
4552 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4553 override Clang's default.
4554
6b662e19
JB
45552014-04-11 Joel Brobecker <brobecker@adacore.com>
4556
4557 Revert the following changes (regressions):
4558
4559 * gdb.base/vla-sideeffect.c: New file.
4560 * gdb.base/vla-sideeffect.exp: New file.
4561
4562 * gdb.dwarf2/count.exp: New file.
4563
4564 * gdb.base/vla-multi.c: New file.
4565 * gdb.base/vla-multi.exp: New file.
4566
4567 * gdb.base/vla-ptr.c: New file.
4568 * gdb.base/vla-ptr.exp: New file.
4569
4570 * gdb.base/vla-datatypes.c: New file.
4571 * gdb.base/vla-datatypes.exp: New file.
4572
4573 * gdb.mi/mi-vla-c99.exp: New file.
4574 * gdb.mi/vla.c: New file.
4575
245a5f0b
KS
45762014-04-11 Keith Seitz <keiths@redhat.com>
4577
4578 PR c++/16675
4579 * gdb.cp/cpsizeof.exp: New file.
4580 * gdb.cp/cpsizeof.cc: New file.
4581
58a84dcf
SA
45822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4583
191a8a90
JB
4584 * gdb.mi/mi-vla-c99.exp: New file.
4585 * gdb.mi/vla.c: New file.
58a84dcf 4586
c8655f75
SA
45872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4588
4589 * gdb.base/vla-datatypes.c: New file.
4590 * gdb.base/vla-datatypes.exp: New file.
4591
024e13b4
SA
45922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4593
4594 * gdb.base/vla-ptr.c: New file.
4595 * gdb.base/vla-ptr.exp: New file.
4596
1a237e0e
SA
45972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4598
4599 * gdb.base/vla-multi.c: New file.
4600 * gdb.base/vla-multi.exp: New file.
4601
504f3432
SA
46022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4603
4604 * gdb.dwarf2/count.exp: New file.
4605
3bce8237
SA
46062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4607
191a8a90
JB
4608 * gdb.base/vla-sideeffect.c: New file.
4609 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4610
322f9c21
YQ
46112014-04-11 Yao Qi <yao@codesourcery.com>
4612
4613 * gdb.base/completion.exp: Check file exists before running tests
4614 on file completion.
4615
d708bcd1
PA
46162014-04-10 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/cond-eval-mode.c: New file.
4619 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4620 prepare_for_testing to build the new file. Check result of
4621 runto_main.
4622 (test_break, test_watch): New procedures.
4623 (top level): Use them.
4624
ae1d2761
PM
46252014-04-08 Pierre Muller <muller@sourceware.org>
4626
4627 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4628 Ctrl-V use for mingw hosts.
4629
7af389b8
SC
46302014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4631
4632 * gdb.python/py-value.c: Improve test case.
4633 * gdb.python/py-value.exp: Add new test.
4634
5e703181
DE
46352014-04-07 David Blaikie <dblaikie@gmail.com>
4636
4637 * lib/compiler.c: Identify the clang compiler.
4638 * lib/compiler.cc: Ditto.
4639
9810b410
YQ
46402014-04-03 Yao Qi <yao@codesourcery.com>
4641
4642 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4643
98d1b8dc
AB
46442014-04-01 Anton Blanchard <anton@samba.org>
4645
4646 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4647 messages unique.
4648
3114cea1
AB
46492014-04-01 Anton Blanchard <anton@samba.org>
4650
4651 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4652 prepare_for_testing.
4653
62f7182c
AB
46542014-04-01 Anton Blanchard <anton@samba.org>
4655
4656 * gdb.arch/ppc64-atomic-inst.c: Remove.
4657 * gdb.arch/ppc64-atomic-inst.S: New file.
4658 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4659
770e7fc7
DE
46602014-03-31 Doug Evans <dje@google.com>
4661
4662 * gdb.base/print-symbol-loading-lib.c: New file.
4663 * gdb.base/print-symbol-loading-main.c: New file.
4664 * gdb.base/print-symbol-loading.exp: New file.
4665
46e2bafa
YQ
46662014-03-31 Yao Qi <yao@codesourcery.com>
4667
4668 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4669
8776cfe9
JB
46702014-03-28 Joel Brobecker <brobecker@adacore.com>
4671
4672 * gdb.ada/mi_dyn_arr: New testcase.
4673
5d1ef361
DE
46742014-03-27 Doug Evans <dje@google.com>
4675
4676 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4677
b5bee914
YQ
46782014-03-27 Yao Qi <yao@codesourcery.com>
4679
4680 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4681 if target is nios2-*-*.
4682
0d4d0e77
YQ
46832014-03-26 Yao Qi <yao@codesourcery.com>
4684
4685 * lib/gdb.exp (readline_is_used): New proc.
4686 * gdb.base/completion.exp: Move tests on command complete up.
4687 Skip the rest of tests if readline is not used.
4688 * gdb.ada/complete.exp: Skp the test if readline is not
4689 used.
4690 * gdb.base/filesym.exp: Likewise.
4691 * gdb.base/macscp.exp: Likewise.
4692 * gdb.base/readline-ask.exp: Likewise.
4693 * gdb.base/readline.exp: Likewise.
4694 * gdb.python/py-cmd.exp: Likewise.
4695 * gdb.trace/tfile.exp: Likewise.
4696
29361eee
YQ
46972014-03-26 Yao Qi <yao@codesourcery.com>
4698
4699 * gdb.base/macscp.exp: Fix code format issues.
4700
bc9a5525
UW
47012014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4702
4703 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4704 * gdb.asm/powerpc64le.inc: New file.
4705
d3839ede
PA
47062014-03-25 Pedro Alves <palves@redhat.com>
4707 Doug Evans <dje@google.com>
4708
4709 * gdb.base/source-execution.c: New file.
4710 * gdb.base/source-execution.exp: New file.
4711 * gdb.base/source-execution.gdb: New file.
4712
01672a57
DE
47132014-03-24 Doug Evans <dje@google.com>
4714
4715 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4716 using fission.
4717
88bbeca9
HZ
47182014-03-24 Hui Zhu <hui@codesourcery.com>
4719 Pedro Alves <palves@redhat.com>
4720
4721 PR breakpoints/16101
4722 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4723 test pass/fail messages. Detect missing support for dprintf when
4724 breakpoints are actually inserted.
4725 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4726 breakpoints are actually inserted.
4727 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4728 fails.
4729
d2348791
JK
47302014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4733
feef67ab
DE
47342014-03-22 Doug Evans <xdje42@gmail.com>
4735
4736 * gdb.python/python.exp (python not supported): Verify multi-line
4737 python command issues an error.
25d743f9 4738 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4739 guile command issues an error.
feef67ab 4740
ecebef6a
MR
47412014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4742
4743 * gdb.threads/thread-specific.exp: Handle the lack of usable
4744 $this_breakpoint and $this_thread.
4745
ccdd1909
HZ
47462014-03-21 Hui Zhu <hui@codesourcery.com>
4747
4748 * gdb.base/attach.exp (do_command_attach_tests): New.
4749
beb460e8
PA
47502014-03-20 Tom Tromey <tromey@redhat.com>
4751 Pedro Alves <palves@redhat.com>
4752
4753 PR cli/15718
4754 * gdb.base/condbreak-call-false.c: New file.
4755 * gdb.base/condbreak-call-false.exp: New file.
4756
40acf43a
PA
47572014-03-20 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4760 Delete.
4761 (block_signals, unblock_signals): Delete.
4762 (child_function_2, main): Remove references to deleted variable
4763 and functions.
4764
9f5e1e02
PA
47652014-03-20 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4768 Use pthread_kill to signal thread 2.
4769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4770 Adjust to make the test send itself a signal rather than using the
4771 host's "kill" command.
4772
99619bea
PA
47732014-03-20 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.threads/multiple-step-overs.c: New file.
4776 * gdb.threads/multiple-step-overs.exp: New file.
4777 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4778 Adjust expected infrun debug output.
4779
2adfaa28
PA
47802014-03-20 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4783 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4784
31e77af2
PA
47852014-03-20 Pedro Alves <palves@redhat.com>
4786
4787 PR breakpoints/7143
4788 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4789 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4790 of gdb_test_multiple.
4791 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4792 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4793
b9f437de
PA
47942014-03-20 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4797 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4798
05adc73e
PA
47992014-03-19 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/async.exp: Remove early return.
4802
6048b950
PA
48032014-03-19 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4806
8bcfb00a
PA
48072014-03-19 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/async.exp (test_background): Expect \r\n after
4810 "completed." in the fail pattern.
4811
884e37dc
PA
48122014-03-19 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/async.exp (test_background): New procedure.
4815 Use it for all background execution command tests.
4816
148e57e2
PA
48172014-03-19 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.base/async.exp: Use prepare_for_testing.
4820
f48088c7
PA
48212014-03-19 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4824 the same line.
4825
e2f6c966
PA
48262014-03-19 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/async.c (main): Add "jump here" and "until here" line
4829 marker comments.
4830 * gdb.base/async.exp (jump_here): New global.
4831 (jump& test): Use it.
4832 (until_here): New global.
4833 (until& test): Use it.
4834
c30568d4
PA
48352014-03-19 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.base/async.exp: Don't frob gdb_protocol.
4838
0172b6a7
DE
48392014-03-18 Doug Evans <xdje42@gmail.com>
4840
4841 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4842 Fix spelling of exec-done-display.
4843
06c868a8
JK
48442014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 PR gdb/15358
4847 * gdb.base/gdb-sigterm.c: New file.
4848 * gdb.base/gdb-sigterm.exp: New file.
4849
0c7e1a46
PA
48502014-03-18 Pedro Alves <palves@redhat.com>
4851
4852 PR gdb/13860
4853 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4854 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4855 solib-event.
4856
f7c77d93
JB
48572014-03-17 Joel Brobecker <brobecker@adacore.com>
4858
4859 * gdb.ada/pckd_arr_ren: New testcase.
4860
5a1e8c7a
DE
48612014-03-13 Doug Evans <xdje42@gmail.com>
4862
4863 PR guile/16612
4864 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4865 collect after discarding symbols.
4866
350e1a76
DE
48672014-03-13 Ludovic Courtès <ludo@gnu.org>
4868 Doug Evans <xdje42@gmail.com>
4869
4870 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4871 to history survives a gc.
4872
a69900ae
PA
48732014-03-13 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/default.exp: Don't test "target procfs".
4876
5db9f0bd
PA
48772014-03-13 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/default.exp: Update "target child" and "target procfs"
4880 tests to not expect "Unix".
4881
b3ccfe11
TT
48822014-03-12 Tom Tromey <tromey@redhat.com>
4883
4884 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4885 New procs. Add target-async tests.
4886 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4887 Add target-async tests.
4888
646f4417
AA
48892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4890
4891 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4892 'func_start' and 'func_end' for the beginning and end of the
4893 function code, respectively.
4894 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4895 'func_end' instead of 'func' and 'main'.
4896
288c211f
AA
48972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4898
4899 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4900 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4901 generate the debug info assembler source.
4902
e0c0f156
AA
49032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4904
4905 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4906 * gdb.dwarf2/arr-subrange.exp: Likewise.
4907 * gdb.dwarf2/dwz.exp: Likewise.
4908 * gdb.dwarf2/method-ptr.exp: Likewise.
4909 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4910 * gdb.dwarf2/subrange.exp: Likewise.
4911 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4912 * gdb.dwarf2/implptrpiece.exp: Likewise.
4913 * gdb.dwarf2/nostaticblock.exp: Likewise.
4914
0e5c4555
AA
49152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4916
4917 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4918 directory to absolute path name arguments.
4919
5ec18f2b
JG
49202014-03-10 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/tagged_access: New testcase.
4923
847fc4f2
MM
49242014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4925
4926 * gdb.btrace/data.exp: Update expected output.
4927
cc3da688
YQ
49282014-03-06 Yao Qi <yao@codesourcery.com>
4929
4930 * gdb.trace/pr16508.exp: New file.
4931
0f26cec1
PA
49322014-03-05 Pedro Alves <palves@redhat.com>
4933
4934 PR gdb/16575
4935 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4936 procedure.
4937 (top level): Adjust to use it. Add tests that exercise breakpoint
4938 interaction with the code-cache.
4939
7a5a839f
LC
49402014-02-26 Ludovic Courtès <ludo@gnu.org>
4941
4942 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4943 test for 'history-append!'.
4944
31aa7e4e
JB
49452014-02-26 Joel Brobecker <brobecker@adacore.com>
4946
4947 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4948 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4949 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4950 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4951 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4952 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4953
1b588015
JB
49542014-02-26 Joel Brobecker <brobecker@adacore.com>
4955
4956 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4957 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4958 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4959
55426c9d
JB
49602014-02-26 Joel Brobecker <brobecker@adacore.com>
4961
4962 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4963
dc53a7ad
JB
49642014-02-26 Joel Brobecker <brobecker@adacore.com>
4965
4966 * gdb.dwarf2/arr-stride.c: New file.
4967 * gdb.dwarf2/arr-stride.exp: New file.
4968
12ab52e9
PA
49692014-02-26 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4972 that won't ever trigger. Make sure that GDB reports the correct
4973 breakpoint that caused the stop.
4974
849c862e
JK
49752014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4976
4977 PR gdb/16626
4978 * gdb.base/auto-load-script: New file.
4979 * gdb.base/auto-load.c: New file.
4980 * gdb.base/auto-load.exp: New file.
4981
71b7d793
JK
4982 PR gdb/16626
4983 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4984
e2f0d509
JK
49852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4986
4987 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4988 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4989
50cc37c8
DE
49902014-02-24 Doug Evans <dje@google.com>
4991
4992 * lib/gdb.exp (run_on_host): Log error output if program fails.
4993
ea4758f2
PA
49942014-02-21 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.threads/step-after-sr-lock.c: Rename to ...
4997 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4998 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4999 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5000 ... this.
5001
d7b30f67
SDJ
50022014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5003
5004 PR tdep/16397
5005 * gdb.arch/amd64-stap-special-operands.exp: New file.
5006 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5007 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5008 * gdb.arch/amd64-stap-triplet.S: Likewise.
5009 * gdb.arch/amd64-stap-triplet.c: Likewise.
5010
83deb43f
JB
50112014-02-20 Joel Brobecker <brobecker@adacore.com>
5012
5013 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5014 in .section pseudo-op.
5015
adde2bff
DE
50162014-02-20 lin zuojian <manjian2006@gmail.com>
5017 Joel Brobecker <brobecker@adacore.com>
5018 Doug Evans <xdje42@gmail.com>
5019
5020 PR symtab/16581
5021 * gdb.dwarf2/dw2-icycle.S: New file.
5022 * gdb.dwarf2/dw2-icycle.c: New file.
5023 * gdb.dwarf2/dw2-icycle.exp: New file.
5024
f7bd0f78
SC
50252014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5026
5027 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5028 operations on gdb.Value objects.
5029 * gdb.python/py-value-cc.exp: Add new test to test operations on
5030 gdb.Value objects.
5031
c17ef0d5
DE
50322014-02-18 Doug Evans <dje@google.com>
5033
5034 * Makefile.in (TESTS): New variable.
5035 (expanded_tests, expanded_tests_or_none): New variables
5036 (check-single): Pass $(expanded_tests_or_none) to runtest.
5037 (check-parallel): Only run tests in $(TESTS) if non-empty.
5038 (check/no-matching-tests-found): New rule.
5039 * README: Document TESTS makefile variable.
5040
5dd3176f
DE
50412014-02-18 Doug Evans <dje@google.com>
5042
5043 * Makefile.in (check-parallel): rm -rf outputs temp.
5044
0b10be4f
JK
50452014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 Fix "ERROR: no fileid for" in the testsuite.
5048 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5049
85f224e7
DE
50502014-02-12 Doug Evans <dje@google.com>
5051
5052 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5053 (MISCELLANEOUS): New variable.
5054 (clean): rm -rf $(MISCELLANEOUS).
5055 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5056 dwp live in the same directory as symlinks, with each symlink pointed
5057 to a differently named file in a different directory.
5058
149b30ff
DE
50592014-02-11 Doug Evans <dje@google.com>
5060
5061 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5062 of Tcl file commands.
5063
1dfdac32
MK
50642014-02-10 Mark Kettenis <kettenis@gnu.org>
5065
5066 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5067 "kill -SIGUSR1 -1".
5068
aa4fb036
JB
50692014-02-10 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdb.ada/tick_length_array_enum_idx: New testcase.
5072
ed3ef339
DE
50732014-02-10 Doug Evans <xdje42@gmail.com>
5074
5075 * configure.ac (AC_OUTPUT): Add gdb.guile.
5076 * configure: Regenerate.
5077 * lib/gdb-guile.exp: New file.
5078 * lib/gdb.exp (get_target_charset): New function.
5079 * gdb.base/help.exp: Update expected output from "apropos apropos".
5080 * gdb.guile/Makefile.in: New file.
5081 * gdb.guile/guile.exp: New file.
5082 * gdb.guile/scm-arch.c: New file.
5083 * gdb.guile/scm-arch.exp: New file.
5084 * gdb.guile/scm-block.c: New file.
5085 * gdb.guile/scm-block.exp: New file.
5086 * gdb.guile/scm-breakpoint.c: New file.
5087 * gdb.guile/scm-breakpoint.exp: New file.
5088 * gdb.guile/scm-disasm.c: New file.
5089 * gdb.guile/scm-disasm.exp: New file.
5090 * gdb.guile/scm-equal.c: New file.
5091 * gdb.guile/scm-equal.exp: New file.
5092 * gdb.guile/scm-error.exp: New file.
5093 * gdb.guile/scm-error.scm: New file.
5094 * gdb.guile/scm-frame-args.c: New file.
5095 * gdb.guile/scm-frame-args.exp: New file.
5096 * gdb.guile/scm-frame-args.scm: New file.
5097 * gdb.guile/scm-frame-inline.c: New file.
5098 * gdb.guile/scm-frame-inline.exp: New file.
5099 * gdb.guile/scm-frame.c: New file.
5100 * gdb.guile/scm-frame.exp: New file.
5101 * gdb.guile/scm-generics.exp: New file.
5102 * gdb.guile/scm-gsmob.exp: New file.
5103 * gdb.guile/scm-iterator.c: New file.
5104 * gdb.guile/scm-iterator.exp: New file.
5105 * gdb.guile/scm-math.c: New file.
5106 * gdb.guile/scm-math.exp: New file.
5107 * gdb.guile/scm-objfile-script-gdb.in: New file.
5108 * gdb.guile/scm-objfile-script.c: New file.
5109 * gdb.guile/scm-objfile-script.exp: New file.
5110 * gdb.guile/scm-objfile.c: New file.
5111 * gdb.guile/scm-objfile.exp: New file.
5112 * gdb.guile/scm-ports.exp: New file.
5113 * gdb.guile/scm-pretty-print.c: New file.
5114 * gdb.guile/scm-pretty-print.exp: New file.
5115 * gdb.guile/scm-pretty-print.scm: New file.
5116 * gdb.guile/scm-section-script.c: New file.
5117 * gdb.guile/scm-section-script.exp: New file.
5118 * gdb.guile/scm-section-script.scm: New file.
5119 * gdb.guile/scm-symbol.c: New file.
5120 * gdb.guile/scm-symbol.exp: New file.
5121 * gdb.guile/scm-symtab-2.c: New file.
5122 * gdb.guile/scm-symtab.c: New file.
5123 * gdb.guile/scm-symtab.exp: New file.
5124 * gdb.guile/scm-type.c: New file.
5125 * gdb.guile/scm-type.exp: New file.
5126 * gdb.guile/scm-value-cc.cc: New file.
5127 * gdb.guile/scm-value-cc.exp: New file.
5128 * gdb.guile/scm-value.c: New file.
5129 * gdb.guile/scm-value.exp: New file.
5130 * gdb.guile/source2.scm: New file.
5131 * gdb.guile/types-module.cc: New file.
5132 * gdb.guile/types-module.exp: New file.
5133
7026a7c1
YQ
51342014-02-10 Yao Qi <yao@codesourcery.com>
5135
5136 PR testsuite/16543
5137 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5138 * configure: Regenerated.
5139 * Makefile.in: New file.
5140
6c466447
AS
51412014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5142
5143 * gdb.python/py-framefilter.exp: Fix typo.
5144
6e854735
YQ
51452014-02-08 Yao Qi <yao@codesourcery.com>
5146
5147 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5148 that no =breakpoint-modified is emitted when breakpoints are
5149 modified through MI commands.
5150
d137e6dc
PA
51512014-02-07 Pedro Alves <pedro@codesourcery.com>
5152 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.threads/step-after-sr-lock.c: New file.
5155 * gdb.threads/step-after-sr-lock.exp: New file.
5156
b5ee5a50
PA
51572014-02-07 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5160
3c77faf3
JK
51612014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5164 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5165
6dddc817
DE
51662014-02-06 Doug Evans <xdje42@gmail.com>
5167
5168 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5169 output.
5170
5171 * gdb.gdb/python-interrupts.exp: New file.
5172
de7b2893
YQ
51732014-02-05 Yao Qi <yao@codesourcery.com>
5174
5175 * gdb.trace/report.exp (use_collected_data): Test the output
5176 of "info threads" and "info inferiors".
5177
66d032ac
YQ
51782014-02-05 Yao Qi <yao@codesourcery.com>
5179
5180 Revert this patch:
5181
5182 2013-05-24 Yao Qi <yao@codesourcery.com>
5183
5184 * gdb.trace/tfile.exp: Test inferior and thread.
5185
591a12a1
UW
51862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5187
5188 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5189 on a function.
5190 * gdb.base/step-bt.c: Call hello via function pointer to make
5191 sure its first instruction is executed on powerpc64le-linux.
5192
0ff3e01f
UW
51932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5194
5195 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5196
084ee545
UW
51972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5198
5199 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5200 of the test patterns for use on little-endian systems.
5201
6ed14ff3
UW
52022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5203
5204 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5205 (decimal_vector): Fix for little-endian.
5206
401e27fd
JM
52072014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5208
5209 * gdb.arch/sparc-sysstep.exp: New file.
5210 * gdb.arch/sparc-sysstep.c: Likewise.
5211
5212 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5213
8b924729
EBM
52142014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5215
5216 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5217
fb151210
JB
52182014-01-23 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.ada/array_char_idx: New testcase.
5221
0740f8d8
TT
52222014-01-23 Tom Tromey <tromey@redhat.com>
5223
5224 PR python/16487:
5225 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5226 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5227 classes.
5228
21909fa1
TT
52292014-01-23 Tom Tromey <tromey@redhat.com>
5230
5231 PR python/16491:
5232 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5233 string from an inferior frame.
5234 * gdb.python/py-framefilter-mi.exp: Update.
5235
87ce2a04
DE
52362014-01-22 Doug Evans <dje@google.com>
5237
5238 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5239
237b092b
AA
52402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5241
5242 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5243
d674a709
AA
52442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5245
5246 * gdb.trace/entry-values.exp: Remove excess space character from
5247 regex patterns. Handle s390 call instruction.
5248
20fa3390
AA
52492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5250
5251 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5252 define "*_start" label. Make "name" static.
5253 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5254 ${name} by references to ${name}_start.
5255
78466714
AA
52562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5257
5258 * gdb.base/info-macros.exp: Remove "debug" from the compile
5259 options.
5260
ec9f644a
IB
52612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5262
5263 * gdb.dlang/demangle.exp: New file.
5264
94b1b47e
IB
52652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5266
5267 * gdb.dlang/primitive-types.exp: New file.
5268
7f420862
IB
52692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5270
5271 * configure.ac: Create gdb.dlang/Makefile.
5272 * configure: Regenerate.
5273 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5274 * gdb.dlang/Makefile.in: New file.
5275 * lib/d-support.exp: New file.
5276 * lib/gdb.exp (skip_d_tests): New proc.
5277
52834460
MM
52782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5279
5280 * gdb.btrace/delta.exp: Check reverse stepi.
5281 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5282 * gdb.btrace/finish.exp: New.
5283 * gdb.btrace/next.exp: New.
5284 * gdb.btrace/nexti.exp: New.
5285 * gdb.btrace/record_goto.c: Add comments.
5286 * gdb.btrace/step.exp: New.
5287 * gdb.btrace/stepi.exp: New.
5288 * gdb.btrace/multi-thread-step.c: New.
5289 * gdb.btrace/multi-thread-step.exp: New.
5290 * gdb.btrace/rn-dl-bind.c: New.
5291 * gdb.btrace/rn-dl-bind.exp: New.
5292 * gdb.btrace/data.c: New.
5293 * gdb.btrace/data.exp: New.
5294 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5295
6e07b1d2
MM
52962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5297
5298 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5299 * gdb.btrace/exception.exp: Update.
5300 * gdb.btrace/instruction_history.exp: Update.
5301 * gdb.btrace/record_goto.exp: Update.
5302 * gdb.btrace/tailcall.exp: Update.
5303 * gdb.btrace/unknown_functions.exp: Update.
5304 * gdb.btrace/delta.exp: New.
5305
0b722aec
MM
53062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5307
5308 * gdb.btrace/record_goto.exp: Add backtrace test.
5309 * gdb.btrace/tailcall.exp: Add backtrace test.
5310
066ce621
MM
53112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5312
5313 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5314 * gdb.btrace/record_goto.c: New.
5315 * gdb.btrace/record_goto.exp: New.
5316 * gdb.btrace/x86-record_goto.S: New.
5317
0688d04e
MM
53182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5319
5320 * gdb.btrace/function_call_history.exp: Update tests.
5321 * gdb.btrace/instruction_history.exp: Update tests.
5322
8710b709
MM
53232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5324
5325 * gdb.btrace/function_call_history.exp: Fix expected field
5326 order for "record function-call-history".
5327 Add new tests for "record function-call-history /c".
5328 * gdb.btrace/exception.cc: New.
5329 * gdb.btrace/exception.exp: New.
5330 * gdb.btrace/tailcall.exp: New.
5331 * gdb.btrace/x86-tailcall.S: New.
5332 * gdb.btrace/x86-tailcall.c: New.
5333 * gdb.btrace/unknown_functions.c: New.
5334 * gdb.btrace/unknown_functions.exp: New.
5335 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5336
5de9129b
MM
53372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5338
5339 * gdb.btrace/instruction_history.exp: Update.
5340 * gdb.btrace/function_call_history.exp: Update.
5341
23a7fe75
MM
53422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5343
5344 * gdb.btrace/function_call_history.exp: Fix expected function
5345 trace.
5346 * gdb.btrace/instruction_history.exp: Initialize traced.
5347 Remove traced_functions.
5348
724c7dd8
MM
53492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5350
5351 * gdb.btrace/function_call_history.exp: Update
5352 * gdb.btrace/instruction_history.exp: Update.
5353
6d78d93b
MM
53542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5355
5356 * gdb.btrace/enable.exp: Update expected text.
5357
93a360cc
OJ
53582014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5359
5360 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5361 bytes.
5362
3772b53f
MR
53632014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5364
5365 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5366
596662fa
OJ
53672014-01-15 Omair Javaid <omair.javaid@linaro.org>
5368
5369 * lib/gdb.exp (supports_process_record): Return true for
5370 arm*-linux*. (supports_reverse): Likewise.
5371
b5b08fb4
SC
53722014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5373
5374 PR python/15464
5375 PR python/16113
5376 * gdb.python/py-type.c: Enhance test case.
5377 * gdb.python/py-value-cc.cc: Likewise
5378 * gdb.python/py-type.exp: Add new tests.
5379 * gdb.python/py-value-cc.exp: Likewise
5380
52d7fb13
AA
53812014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5382 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5385 Make "name" extern.
5386 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5387 references to ${name}_start by references to ${name}.
5388
a2cd8cfe
JB
53892014-01-10 Joel Brobecker <brobecker@adacore.com>
5390
5391 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5392
4e23fced
JB
53932014-01-10 Joel Brobecker <brobecker@adacore.com>
5394
5395 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5396
c6a9e42c
PA
53972014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5398 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5401 mi_gdb_target_load.
c6a9e42c 5402
b7ea362b
PA
54032014-01-08 Pedro Alves <palves@redhat.com>
5404
5405 * gdb.threads/reconnect-signal.c: New file.
5406 * gdb.threads/reconnect-signal.exp: New file.
5407
5e3f4fab
EBM
54082014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5409
5410 * gdb.base/source-dir.exp: New file.
5411
79301218
JB
54122014-01-07 Joel Brobecker <brobecker@adacore.com>
5413
5414 * gdb.ada/mi_interface: New testcase.
5415
8e355c5d
JB
54162014-01-07 Joel Brobecker <brobecker@adacore.com>
5417
5418 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5419 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5420 gdb.ada/pp-rec-component/pck.ads: New files.
5421
c0d48811
JB
54222014-01-07 Joel Brobecker <brobecker@adacore.com>
5423
5424 * gdb.python/py-pp-integral.c: New file.
5425 * gdb.python/py-pp-integral.py: New file.
5426 * gdb.python/py-pp-integral.exp: New file.
5427
17b609c3 5428For older changes see ChangeLog-1993-2013.
c906108c 5429\f
8d8cb839
EZ
5430;; Local Variables:
5431;; mode: change-log
5432;; left-margin: 8
5433;; fill-column: 74
5434;; version-control: never
5435;; End:
902f2ccb 5436
32d0add0 5437 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5438 Copying and distribution of this file, with or without modification,
5439 are permitted provided the copyright notice and this notice are preserved.
This page took 2.337453 seconds and 4 git commands to generate.