]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Small improvements to the remote protocol manual
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f73842fc
YQ
12016-09-22 Yao Qi <yao.qi@linaro.org>
2
3 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4 (gdb_exit): Rename it to ...
5 (gdbserver_gdb_exit): ... Close GDBserver.
6 (gdb_exit): New proc, call gdbserver_gdb_exit.
7 (mi_gdb_exit): Likewise.
8
90681dab
YQ
92016-09-22 Yao Qi <yao.qi@linaro.org>
10
11 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12 path.
13 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14 Remove duplication.
15
9c211fd8
YQ
162016-09-22 Yao Qi <yao.qi@linaro.org>
17
18 * lib/gdbserver-support.exp: Check the existence of
19 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
20
ad0a504f
AK
212016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
22
23 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
24
36cf1806
TT
252016-09-21 Tom Tromey <tom@tromey.com>
26
27 PR gdb/20604:
28 * gdb.base/quit.exp: New file.
29
74172ecf
SM
302016-09-21 Simon Marchi <simon.marchi@ericsson.com>
31
32 * .gitignore: New file.
33
3d0ec882
MR
342016-09-21 Maciej W. Rozycki <macro@imgtec.com>
35
36 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
37 throughout.
38
8193adea
AA
392016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
40
41 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
42
d41a5c09
JK
432016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * gdb.cp/casts.cc (decltype): Move it ...
46 (main): ... with its call to ...
47 * gdb.cp/casts03.cc: ... a new file.
48 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
49
d2dfe700
JK
502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
53
e2a92b16
PB
542016-09-15 Peter Bergner <bergner@vnet.ibm.com>
55
56 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
57 and sync up the test with tests in gas/testsuite/gas/ppc.
58 * gdb.arch/powerpc-power.exp: Likewise.
59
49b4de64
JK
602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
63
2c29df25
SDJ
642016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
65 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
68 make m1's definition to be different from m2's. Use 'dummy' as an
69 argument for probe 'two'.
70
cc3c2846
JB
712016-09-10 Jon Beniston <jon@beniston.com>
72
73 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
74 for sim target.
75
e1b2624a
AA
762016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
77
78 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
79 variable declaration.
80 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
81 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
82 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
83 received HWCAP as its argument.
84
4295e285
PA
852016-09-06 Pedro Alves <palves@redhat.com>
86
87 * gdb.base/new-ui-pending-input.c: New file.
88 * gdb.base/new-ui-pending-input.exp: New file.
89 * gdb.exp (clear_gdb_spawn_id): New procedure.
90 (with_spawn_id): Check whether gdb_spawn_id exists before
91 referencing it. If gdb_spawn_id didn't exist on entry, clear it
92 on exit.
93
00d5215e
UW
942016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
95
96 * gdb.base/float128.c: New file.
97 * gdb.base/float128.exp: Likewise.
98 * gdb.base/floatn.c: Likewise.
99 * gdb.base/floatn.exp: Likewise.
100
a9ff5f12
UW
1012016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
102
103 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
104
f245535c
PA
1052016-09-05 Pedro Alves <palves@redhat.com>
106
107 PR backtrace/19927
108 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
109 unwinders are immediately called as side effect of "source" or
110 "disable unwinder" commands.
111 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
112
ae9cf263
YQ
1132016-09-02 Yao Qi <yao.qi@linaro.org>
114
115 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
116 is true and $type is "float" or "double".
117
27aba047
YQ
1182016-09-02 Yao Qi <yao.qi@linaro.org>
119
120 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
121 true.
122 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
123 * gdb.base/call-rt-st.exp: Likewise.
124 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
125 return value instead of gdb,skip_float_test.
126 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
127 (do_function_calls): Use its return value instead of
128 gdb,skip_float_test.
129 * gdb.base/finish.exp: Likewise.
130 * gdb.base/funcargs.exp: Likewise.
131 * gdb.base/return.exp: Likewise.
132 * gdb.base/return2.exp: Likewise.
133 * gdb.base/varargs.exp: Likewise.
134 * lib/gdb.exp (gdb_skip_float_test): Change it to
135 gdb_caching_proc. Detect the broken ptrace on arm-linux.
136
5af962df
AA
1372016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
138
139 * gdb.multi/tids.exp: Test "thread apply all".
140
7fac6910
JK
1412016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * gdb.base/default.exp (tty): Remove.
144
bb1fe4ac
KB
1452016-08-24 Kevin Buettner <kevinb@redhat.com>
146
147 * gdb.python/py-recurse-unwind.c: New file.
148 * gdb.python/py-recurse-unwind.py: New file.
149 * gdb.python/py-recurse-unwind.exp: New file.
150
0a1ddfa6
SM
1512016-08-24 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.base/set-inferior-tty.exp: New file.
154 * gdb.base/set-inferior-tty.c: New file.
155
d9de1fe3
PA
1562016-08-23 Pedro Alves <palves@redhat.com>
157
158 PR gdb/20494
159 * gdb.base/new-ui-echo.c: New file.
160 * gdb.base/new-ui-echo.exp: New file.
161
e9d9abd7
YQ
1622016-08-23 Yao Qi <yao.qi@linaro.org>
163
164 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
165 gdbserver_spawn.
166 * gdb.server/connect-without-multi-process.exp (do_test):
167 Likewise.
168
3589529e
YQ
1692016-08-23 Yao Qi <yao.qi@linaro.org>
170
171 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
172 standalone_txt. Delete gdb_txt and standalone_txt on host
173 and target. Spawn the binary on target. Copy files from
174 target to host.
175
6bb90213
PA
1762016-08-22 Pedro Alves <palves@redhat.com>
177
178 PR gdb/20505
179 * gdb.base/vdso-warning.exp: Test core dumps too. Use
180 with_test_prefix. Factor out bits to ...
181 (test_no_vdso): ... this new procedure.
182
20c2c024
CL
1832016-08-19 Carl Love <cel@us.ibm.com>
184
185 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
186 maintaining separate logic for constructing the output path.
187 * gdb.arch/powerpc-d128-regs.exp: Likewise.
188 * gdb.arch/ppc-dfp.exp: Likewise.
189 * gdb.arch/ppc-fp.exp: Likewise.
190 * gdb.arch/vsx-regs.exp: Likewise.
191 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
192 binprefix for generating the additional binary files.
193
0646e07d
PA
1942016-08-19 Pedro Alves <palves@redhat.com>
195
196 * gdb.trace/mi-trace-frame-collected.exp
197 (test_trace_frame_collected): On x32, expect two registers.
198
46da9242
CL
1992016-08-18 Carl Love <cel@us.ibm.com>
200
201 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
202 and sync up the test with tests in gas/testsuite/gas/ppc.
203 * gdb.arch/powerpc-power.exp: Likewise.
204
eb2332d7
SM
2052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
206
207 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
208 expected error message.
209
63c61e04
SM
2102016-08-17 Simon Marchi <simon.marchi@ericsson.com>
211
212 * gdb.multi/remove-inferiors.exp: New file.
213 * gdb.multi/remove-inferiors.c: New file.
214
7b17065f
YQ
2152016-08-12 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
218 argument list.
219
01d3dedf
PA
2202016-08-10 Pedro Alves <palves@redhat.com>
221
222 PR gdb/19187
223 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
224 setup_kfails.
225
3eb7562a
PA
2262016-08-09 Pedro Alves <palves@redhat.com>
227 Simon Marchi <simon.marchi@ericsson.com>
228
229 PR gdb/20418
230 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
231 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
232
80614914
PA
2332016-08-09 Pedro Alves <palves@redhat.com>
234
235 PR mi/20431
236 * gdb.mi/mi-cmd-error.exp: New file.
237
f348d89a
PA
2382016-08-09 Pedro Alves <palves@redhat.com>
239
240 PR gdb/18653
241 * gdb.base/signals-state-child.c: New file.
242 * gdb.base/signals-state-child.exp: New file.
243 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
244
e5ca03b4
PA
2452016-08-09 Pedro Alves <palves@redhat.com>
246
247 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
248
282a0691
TT
2492016-08-03 Tom Tromey <tom@tromey.com>
250
251 PR python/18565:
252 * gdb.python/py-frame-inline.exp: Add Frame.function test.
253
41bfcd63
YQ
2542016-08-01 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
257 variable mode to "multi-process" if $multi_process is 1, otherwise
258 set it to "single-process".
259
e3465b24
YQ
2602016-08-01 Yao Qi <yao.qi@linaro.org>
261
262 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
263 * gdb.cp/cpexprs.exp: Likewise.
264 * gdb.cp/m-static.exp: Likewise.
265
0b31a4bc
TT
2662016-07-26 Tom Tromey <tom@tromey.com>
267
268 PR python/20190:
269 * gdb.threads/tls.exp (check_thread_local): Add python symbol
270 test.
271
e0461dbb
MM
2722016-07-26 Markus Metzger <markus.t.metzger@intel.com>
273
274 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
275 selecting assembly source files.
276 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
277 assembly source files.
278 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
279 assembly source files.
280 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
281 selecting assembly source files.
282
8194e927
SM
2832016-07-25 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.base/new-ui.exp (do_test_invalid_args): New
286 procedure.
287
c0272db5
TW
2882016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
289
290 * gdb.btrace/reconnect.c: New file.
291 * gdb.btrace/reconnect.exp: New file.
292
e3487908
GKB
2932016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
294
295 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
296 to test_catch_syscall_group.
297 (test_catch_syscall_group): New.
298
12df5c00
TT
2992016-07-21 Tom Tromey <tom@tromey.com>
300
301 * gdb.rust/simple.rs (main): Use empty struct expression.
302 * gdb.rust/simple.exp: Add tests for empty struct expression.
303
bae62ee2
YQ
3042016-07-21 Yao Qi <yao.qi@linaro.org>
305
306 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
307 if gdb_skip_xml_test is true on some targets.
308
b1b53fb3
YQ
3092016-07-21 Yao Qi <yao.qi@linaro.org>
310
311 * gdb.server/solib-list.exp: Unset last_loaded_file.
312
027d97f8
JK
3132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
316 "step into captured_main (args)".
317
7674d381
JK
3182016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
321
72b5d099
JK
3222016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
325
1f960ced
PA
3262016-07-19 Pedro Alves <palves@redhat.com>
327
328 * gdb.opt/inline-break.exp: Remove optimize=-O2.
329 * gdb.opt/inline-bt.exp: Likewise.
330 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
331 additional_flags=-Winline.
332 * gdb.opt/inline-locals.exp: Likewise.
333 * gdb.opt/inline-markers.c (ATTR): Define.
334 (inlined_fn): Use it.
335
f25827c1
YQ
3362016-07-19 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
339 (test_with_self): Remove some code. Remove argument executable.
340 (top-level): Use do_self_tests.
341
37539ebe
DB
3422016-07-15 Zachary Welch <zwelch@codesourcery.com>
343 Don Breazeal <donb@codesourcery.com>
344
345 * gdb.base/maint.exp: Escape paths used in regular expressions.
346 * gdb.stabs/weird.exp: Likewise.
347
dac790e1
TT
3482016-07-13 Tom Tromey <tom@tromey.com>
349
350 PR python/15620, PR python/18620:
351 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
352 (test_bkpt_events): New procs.
353
93daf339
TT
3542016-07-13 Tom Tromey <tom@tromey.com>
355
356 PR python/17698:
357 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
358 test.
359 (test_watchpoints): Likewise.
360 (test_bkpt_pending): New proc.
361
6571a381
TT
3622016-07-13 Tom Tromey <tom@tromey.com>
363
364 PR cli/18053:
365 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
366 completion test.
367
e8732474
JK
3682016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
371 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
372 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
373 f_label.
374 (g): Rename g_end_lbl to g_label.
375 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
376 low_pc and high_pc.
377 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
378
e0f3fd7c
TT
3792016-07-12 Tom Tromey <tom@tromey.com>
380
381 PR python/19293:
382 * gdb.python/py-unwind-maint.exp: Update tests.
383
3cfe46b6
YQ
3842016-07-12 Yao Qi <yao.qi@linaro.org>
385
386 * lib/selftest-support.exp (selftest_setup): Match the output
387 when captured_main is inlined.
388
4f19a0e6
WT
3892016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
390
391 * gdb.fortran/derived-types.exp (result_line, result_line_2):
392 New variables.
393 (print this%a, print this%b, print this): New tests.
394 * gdb.fortran/derived-types.f90 (this): New object and
395 initialization.
396
986cf455
SM
3972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
398
399 * gdb.ada/arraydim.exp: Remove extra directory level in build
400 directory.
401
f0464b23
SM
4022016-07-06 Simon Marchi <simon.marchi@ericsson.com>
403
404 * lib/ada.exp: Remove extra directory level in build directory.
405 * gdb.ada/cond_lang.exp: Likewise.
406 * gdb.ada/exec_changed.exp: Likewise.
407 * gdb.ada/lang_switch.exp: Likewise.
408
42d94011
MG
4092016-07-06 Manish Goregaokar <manish@mozilla.com>
410
411 * simple.rs: Add test for raw pointer subscripting
412 * simple.exp: Add test expectations
413
647c264c
YQ
4142016-07-05 Yao Qi <yao.qi@linaro.org>
415
416 * gdb.mi/mi-reverse.exp: Match =record-started output.
417
20aa2c60
PA
4182016-07-01 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/jit-reader.exp (info_registers_current_frame): New
421 procedure.
422 (jit_reader_test): Test the jit reader's unwinder.
423 * gdb.base/jithost.c (jit_function_00_code): New global.
424 (main): Use memcpy to fill in the mmapped code, instead of poking
425 bytes manually here.
426 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
427 value.
428 (read_debug_info): Save the function's range.
429 (read_sp): New function.
430 (unwind_frame): Use it. Also unwind RBP.
431 (get_frame_id): Use read_sp.
432 (gdb_init_reader): Use calloc instead of malloc.
433 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
434 parameter. Use gdb_test_multiple.
435
ced2dffb
PA
4362016-07-01 Pedro Alves <palves@redhat.com>
437 Antoine Tremblay <antoine.tremblay@ericsson.com>
438
439 * gdb.threads/process-dies-while-detaching.c: New file.
440 * gdb.threads/process-dies-while-detaching.exp: New file.
441
63000888
PA
4422016-07-01 Pedro Alves <palves@redhat.com>
443
444 * gdb.multi/watchpoint-multi-exit.c: New file.
445 * gdb.multi/watchpoint-multi-exit.exp: New file.
446
038d4868
PA
4472016-06-30 Pedro Alves <palves@redhat.com>
448
449 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
450 unset inferior_spawn_id.
451
994e9c83
PA
4522016-06-30 Pedro Alves <palves@redhat.com>
453
454 * lib/mi-support.exp (default_mi_gdb_start): Declare global
455 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
456
e5653468
YQ
4572016-06-29 Yao Qi <yao.qi@linaro.org>
458
459 * gdb.base/return.c: Add copyright header.
460
803b47e5
TT
4612016-06-29 Tom Tromey <tom@tromey.com>
462
463 PR python/20129:
464 * gdb.python/py-framefilter.exp: Add tests for setting priority
465 and disabling of non-existent frame filter.
466
28244707
YQ
4672016-06-29 Yao Qi <yao.qi@linaro.org>
468
469 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
470 0x0f07ff.
471
a31d2f06
YQ
4722016-06-28 Yao Qi <yao.qi@linaro.org>
473
474 * gdb.base/catch-syscall.exp: Remove check on isnative and target
475 triplets. Start gdb, execute catch syscall, and continue. Check
476 gdb's output to determine catch syscall is supported.
477
921d8f54
MG
4782016-06-27 Manish Goregaokar <manish@mozilla.com>
479
25d49b86
PA
480 * gdb.rust/simple.rs: Add test for returning unit in a function.
481 * gdb.rust/simple.exp: Add expectation for functions returning
482 unit.
921d8f54 483
f4952523
PMR
4842016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
485
486 * gdb.python/py-breakpoint-create-fail.c,
487 gdb.python/py-breakpoint-create-fail.exp,
488 gdb.python/py-breakpoint-create-fail.py: New testcase.
489
fccb08f8
MG
4902016-06-25 Manish Goregaokar <manish@mozilla.com>
491
492 PR gdb/20239
493 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
494 * gdb.rust/simple.exp: Add test expectations for new NonZero
495 tests.
fccb08f8 496
6b850546
DT
4972016-06-24 David Taylor <dtaylor@emc.com>
498
499 * gdb.base/offsets.exp: New file.
500 * gdb.base/offsets.c: New file.
501
17621150
TT
5022016-06-23 Tom Tromey <tom@tromey.com>
503
504 PR gdb/16483:
505 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
506 before any filters are loaded.
507
04d59df6
WT
5082016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
509
510 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
511 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
512 structs.
513 * gdb.fortran/derived-type-function.exp: New file.
514 * gdb.fortran/derived-type-function.f90: New file.
515
516
ac69f786
PA
5172016-06-21 Pedro Alves <palves@redhat.com>
518
519 * gdb.base/new-ui.exp: New file.
520 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
521 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
522 (with_spawn_id): New procedure.
523
49940788
PA
5242016-06-21 Pedro Alves <palves@redhat.com>
525
526 * gdb.mi/mi-exec-run.exp: New file.
527
ef274d26
PA
5282016-06-21 Pedro Alves <palves@redhat.com>
529
530 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
531 breakpoint command's output on the main UI.
532 (test_break): New procedure, factored out from calls in the top
533 level.
534 (top level): Use foreach_with_prefix to test MI as main UI and as
535 separate UI.
536
468afe6c
PA
5372016-06-21 Pedro Alves <palves@redhat.com>
538
539 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
540 (test_awatch_creation_and_listing)
541 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
542 Remove 'type' parameter.
543 (test_watchpoint_all): New parameter mi_mode. Remove
544 with_test_prefix.
545 (top level): Use foreach_with_prefix, and add main/separate UI MI
546 testing axis.
547
51f77c37
PA
5482016-06-21 Pedro Alves <palves@redhat.com>
549
550 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
551 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
552 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
553 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
554 (gdb_main_spawn_id, mi_spawn_id): Declare and
555 comment.
556 (mi_create_inferior_pty): New procedure,
557 factored out from default_mi_gdb_start.
558 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
559 procedures.
560 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
561 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
562 Use mi_create_inferior_pty.
563 (mi_gdb_start): Use eval to pass down args list.
564
8980e177
PA
5652016-06-21 Pedro Alves <palves@redhat.com>
566
567 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
568 * gdb.opt/inline-cmds.exp: Add MI tests.
569
f38d3ad1
PA
5702016-06-21 Pedro Alves <palves@redhat.com>
571
572 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
573
45db7c09
PA
5742016-06-21 Pedro Alves <palves@redhat.com>
575
576 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
577 (top level): Use it instead of mi_execute_to.
578
5a069ab3
PA
5792016-06-21 Pedro Alves <palves@redhat.com>
580
581 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
582 (cont_handler_str): New.
583 (signal_stop_handler): Set stop_handler_str instead of printing to
584 stdout.
585 (continue_handler): Set cont_handler_str instead of printing to
586 stdout.
587 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
588 mi_send_resuming_command. Print stop_handler_str and
589 cont_handler_str instead of expecting the python events print
590 directly.
591
2838cc1d
SD
5922016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
593
594 * gdb.base/jit-reader.exp: New file.
595 * gdb.base/jithost.c: New file.
596 * gdb.base/jithost.h: New file.
597 * gdb.base/jitreader.c : New file.
598 * gdb.base/jit-protocol.h: New file.
599
21a77091
YQ
6002016-06-17 Yao Qi <yao.qi@linaro.org>
601
602 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
603 parameters follow_fork and detach_on_fork. Set follow-fork-mode
604 and detach-on-fork. Adjust tests.
605 (top level): Invoke break_cond_on_syscall with combinations of
606 syscall, follow-fork-mode and detach-on-fork.
607
f50bf8e5
YQ
6082016-06-17 Yao Qi <yao.qi@linaro.org>
609
610 * gdb.base/step-over-exit.c: New.
611 * gdb.base/step-over-exit.exp: New.
612
a28d8e50
YTL
6132016-06-17 Yan-Ting Lin <currygt52@gmail.com>
614
615 * gdb.base/float.exp: Add target check for nds32*-*-*.
616 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
617
cad8e26d
AB
6182016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
621 for unsupported target features.
622 * gdb.base/call-rt-st.exp: Likewise.
623 * gdb.base/call-sc.exp: Likewise.
624 * gdb.base/call-signal-resume.exp: Likewise.
625 * gdb.base/call-strs.exp: Likewise.
626 * gdb.base/callexit.exp: Likewise.
627 * gdb.base/callfuncs.exp: Likewise.
628 * gdb.base/nodebug.exp: Likewise.
629 * gdb.base/printcmds.exp: Likewise.
630 * gdb.base/ptype.exp: Likewise.
631 * gdb.base/structs.exp: Likewise.
632 * gdb.base/unwindonsignal.exp: Likewise.
633 * gdb.cp/gdb2495.exp: Likewise.
634 * gdb.cp/templates.exp: Likewise.
635 * gdb.cp/virtfunc.exp: Likewise.
636 * gdb.threads/hand-call-in-threads.exp: Likewise.
637 * gdb.threads/interrupted-hand-call.exp: Likewise.
638 * gdb.threads/thread-unwindonsignal.exp: Likewise.
639
347dc102
TT
6402016-06-10 Tom Tromey <tom@tromey.com>
641
642 PR rust/20110:
643 * gdb.rust/expr.exp: Add test for integer constant larger than
644 i32.
645
5e13cf25
BH
6462016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
647
648 * gdb.fortran/nested-funcs.exp: New.
649 * gdb.fortran/nested-funcs.f90: New.
650
bb556f1f
TK
6512016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
652
653 * gdb.base/examine-backward.c: New file.
654 * gdb.base/examine-backward.exp: New file.
655
38b022b4
SM
6562016-06-06 Simon Marchi <simon.marchi@ericsson.com>
657
658 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
659 matching.
660
1b40ec05
TT
6612016-06-02 Tom Tromey <tom@tromey.com>
662
663 PR python/18984:
664 * gdb.python/py-shared.exp: Add solib_name test.
665
193bd378
SM
6662016-06-02 Simon Marchi <simon.marchi@ericsson.com>
667
668 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
669
3326303b
MG
6702016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
671
672 PR c++/19893
673 * gdb.dwarf2/implref.exp: Rename to...
674 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
675 * gdb.dwarf2/implref-array.c: New file.
676 * gdb.dwarf2/implref-array.exp: Likewise.
677 * gdb.dwarf2/implref-global.c: Likewise.
678 * gdb.dwarf2/implref-global.exp: Likewise.
679 * gdb.dwarf2/implref-struct.c: Likewise.
680 * gdb.dwarf2/implref-struct.exp: Likewise.
681
825c8ef2
AT
6822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
683
684 * gdb.trace/trace-condition.exp: Add 64bit tests.
685
2320162a
AT
6862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
687
688 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
689 bits types.
690 (main): Adapt to 8 to 64 bits types.
691 * gdb.trace/trace-condition.exp: Add new tests.
692
a7818233
AT
6932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
694
695 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
696
0d336466
AT
6972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
698
699 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
700 Move condition tests...
701 * gdb.trace/trace-condition.exp: Here.
702
7faeb45a
AT
7032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
704
705 * gdb.trace/trace-condition.exp: Add counter-case tests.
706
e385593e
JK
7072016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
708
709 PR c++/15231
710 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
711 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
712
744608cc
PA
7132016-05-27 Pedro Alves <palves@redhat.com>
714
715 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
716 New procedure.
717 (top level): Call it, and bail out of DejaGnu is known to be bad.
718
ac775bf4
AB
7192016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.base/whatis.c: Extend the test case.
722 * gdb.base/whatis.exp: Add additional tests.
723
2bbad2ea
BH
7242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
725
726* gdb.fortran/type.f90: Add pointer variable.
727* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
728
8b70175d
BH
7292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
730
731 * gdb.fortran/vla-type.exp: Fix testcase name.
732
86d8a848
BH
7332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
734
735 * gdb.fortran/vla-type.exp: Access elements in nested structs.
736
e188eb36
BH
7372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
738
739 * gdb.fortran/type.f90: Add nested structures.
740 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
741 * gdb.fortran/derived-type.exp: Adapt expected output.
742 * gdb.fortran/vla-type.exp: Adapt expected output.
743
9b2db1fd
BH
7442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
745
746 * gdb.fortran/whatis_type.exp: Adapt expected output.
747
72b17055
BH
7482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
749
750 * gdb.fortran/print_type.exp: Fix expected output.
751 * gdb.fortran/whatis_type.exp: Fix expected output.
752
3cd81d8d
BH
7532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
754
755 * gdb.fortran/whatis_type.exp: Use multi_line.
756
ddae9462
TT
7572016-05-24 Tom Tromey <tom@tromey.com>
758
759 PR python/17386:
760 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
761 use value as an index.
762
1957f6b8
TT
7632016-05-23 Tom Tromey <tom@tromey.com>
764
765 PR python/17981:
766 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
767 no-breakpoint case.
768
026a9174
PA
7692016-05-24 Pedro Alves <palves@redhat.com>
770
771 PR gdb/19828
772 * gdb.threads/clone-attach-detach.c: New file.
773 * gdb.threads/clone-attach-detach.exp: New file.
774
e70a7231
FR
7752016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
776
777 * gdb.base/annota-input-while-running.exp: Fix syntax error.
778
0f6ed0e0
TT
7792016-05-23 Tom Tromey <tom@tromey.com>
780
781 PR python/19438, PR python/18393:
782 * gdb.python/py-progspace.exp: Add "dir" test.
783 * gdb.python/py-objfile.exp: Add "dir" test.
784
ffd19d61
YQ
7852016-05-23 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
788 * gdb.arch/thumb2-it.exp: Likewise.
789
9e8f9b05
SM
7902016-05-18 Simon Marchi <simon.marchi@ericsson.com>
791
792 * gdb.mi/mi-threads-interrupt.c: New file.
793 * gdb.mi/mi-threads-interrupt.exp: New file.
794
61c6156d
SM
7952016-05-17 Simon Marchi <simon.marchi@ericsson.com>
796
797 PR gdb/18077
798 * gdb.mi/mi-async-run.exp: New file.
799 * gdb.mi/mi-async-run.c: New file.
800
67218854
TT
8012016-05-17 Tom Tromey <tom@tromey.com>
802 Manish Goregaokar <manishsmail@gmail.com>
803
804 * lib/rust-support.exp: New file.
805 * lib/gdb.exp (skip_rust_tests): New proc.
806 (build_executable_from_specs): Handle rust.
807 * lib/future.exp (gdb_find_rustc): New proc.
808 (gdb_default_target_compile): Handle rust.
809 * gdb.rust/expr.exp: New file.
810 * gdb.rust/generics.exp: New file.
811 * gdb.rust/generics.rs: New file.
812 * gdb.rust/methods.exp: New file.
813 * gdb.rust/methods.rs: New file.
814 * gdb.rust/modules.exp: New file.
815 * gdb.rust/modules.rs: New file.
816 * gdb.rust/simple.exp: New file.
817 * gdb.rust/simple.rs: New file.
818
c44af4eb
TT
8192016-05-17 Tom Tromey <tom@tromey.com>
820
821 * gdb.base/default.exp (set language): Add rust.
822
dcd1f979
TT
8232016-05-17 Tom Tromey <tom@tromey.com>
824
825 * gdb.gdb/unittest.exp: New file.
826
155b7f57
YQ
8272016-05-16 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.base/batch-preserve-term-settings.exp: Remove variable
830 shell_prompt. Update shell_prompt_re.
831
8ddd5a6c
DE
8322016-05-12 Doug Evans <dje@google.com>
833
834 PR symtab/19999
835 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
836 $options when building executable.
837 * gdb.dwarf2/fission-loclists-pie.S: New file.
838 * gdb.dwarf2/fission-loclists-pie.exp: New file.
839
02e370d9
SM
8402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
841
842 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
843 of [is_remote target],
844
8929ad8b
SM
8452016-05-04 Simon Marchi <simon.marchi@ericsson.com>
846
847 * lib/gdb.exp (use_gdb_stub): New procedure.
848
6c447423
DE
8492016-05-03 Yunlian Jiang <yunlian@google.com>
850 Doug Evans <dje@google.com>
851
852 PR symtab/19914
853 * gdb.dwarf2/dwp-sepdebug.c: New file.
854 * gdb.dwarf2/dwp-sepdebug.exp: New file.
855
444e826c
SM
8562016-05-02 Simon Marchi <simon.marchi@ericsson.com>
857
858 * gdb.base/detach.exp: Remove is_remote check.
859
740feeaa
SM
8602016-05-02 Simon Marchi <simon.marchi@ericsson.com>
861
862 * gdb.base/annota-input-while-running.exp: Don't check for
863 [is_remote target]. Enable annotations after running to main.
864 Remove unused "set test..." line.
865
9080ac9d
SM
8662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
867
868 * gdb.trace/trace-enable-disable.exp: New file.
869 * gdb.trace/trace-enable-disable.c: New file.
870
952ebca5
SM
8712016-04-28 Simon Marchi <simon.marchi@ericsson.com>
872
873 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
874 use it in info sharedlibrary test.
875 * gdb.trace/ftrace-lock.exp: Likewise.
876 * gdb.trace/ftrace.exp: Likewise.
877 * gdb.trace/range-stepping.exp: Likewise.
878 * gdb.trace/trace-break.exp: Likewise.
879 * gdb.trace/trace-condition.exp: Likewise.
880 * gdb.trace/trace-mt.exp: Likewise.
881
d9019901
SM
8822016-04-27 Simon Marchi <simon.marchi@ericsson.com>
883
884 * lib/gdb.exp (gdb_load_shlibs): Rename to...
885 (gdb_load_shlib): ... this.
886 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
887 gdb_load_shlib.
888 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
889 * gdb.base/ctxobj.exp: Likewise.
890 * gdb.base/dprintf-pending.exp: Likewise.
891 * gdb.base/dso2dso.exp: Likewise.
892 * gdb.base/fixsection.exp: Likewise.
893 * gdb.base/gcore-relro.exp: Likewise.
894 * gdb.base/gdb1555.exp: Likewise.
895 * gdb.base/global-var-nested-by-dso.exp: Likewise.
896 * gdb.base/gnu-ifunc.exp: Likewise.
897 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
898 * gdb.base/jit-so.exp (one_jit_test): Likewise.
899 * gdb.base/pending.exp: Likewise.
900 * gdb.base/print-file-var.exp: Likewise.
901 * gdb.base/print-symbol-loading.exp: Likewise.
902 * gdb.base/shlib-call.exp: Likewise.
903 * gdb.base/shreloc.exp: Likewise.
904 * gdb.base/so-impl-ld.exp: Likewise.
905 * gdb.base/solib-disc.exp: Likewise.
906 * gdb.base/solib-nodir.exp: Likewise.
907 * gdb.base/solib-overlap.exp: Likewise.
908 * gdb.base/solib-symbol.exp: Likewise.
909 * gdb.base/solib-weak.exp (do_test): Likewise.
910 * gdb.base/sym-file.exp: Likewise.
911 * gdb.base/symtab-search-order.exp: Likewise.
912 * gdb.base/type-opaque.exp: Likewise.
913 * gdb.base/unload.exp: Likewise.
914 * gdb.base/watchpoint-solib.exp: Likewise.
915 * gdb.compile/compile.exp: Likewise.
916 * gdb.cp/gdb2384.exp: Likewise.
917 * gdb.cp/infcall-dlopen.exp: Likewise.
918 * gdb.cp/re-set-overloaded.exp: Likewise.
919 * gdb.fortran/library-module.exp: Likewise.
920 * gdb.opt/solib-intra-step.exp: Likewise.
921 * gdb.python/py-finish-breakpoint.exp: Likewise.
922 * gdb.python/py-shared.exp: Likewise.
923 * gdb.reverse/solib-precsave.exp: Likewise.
924 * gdb.reverse/solib-reverse.exp: Likewise.
925 * gdb.server/solib-list.exp: Likewise.
926 * gdb.threads/dlopen-libpthread.exp: Likewise.
927 * gdb.threads/tls-shared.exp: Likewise.
928 * gdb.threads/tls-so_extern.exp: Likewise.
929 * gdb.trace/change-loc.exp: Likewise.
930 * gdb.trace/ftrace-lock.exp: Likewise.
931 * gdb.trace/ftrace.exp: Likewise.
932 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
933 * gdb.trace/pending.exp: Likewise.
934 * gdb.trace/range-stepping.exp: Likewise.
935 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
936 (strace_info_marker): Likewise.
937 (strace_probe_marker): Likewise.
938 (strace_trace_on_same_addr): Likewise.
939 (strace_trace_on_diff_addr): Likewise.
940 * gdb.trace/trace-break.exp: Likewise.
941 * gdb.trace/trace-condition.exp: Likewise.
942 * gdb.trace/trace-mt.exp: Likewise.
943
fca4cfd9
SM
9442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
945
946 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
947 result of gdb_remote_download.
948 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
949 * gdb.base/dso2dso.exp: Likewise.
950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
951 * gdb.base/print-file-var.exp: Likewise.
952 * gdb.base/shlib-call.exp: Likewise.
953 * gdb.base/shreloc.exp: Likewise.
954 * gdb.base/solib-overlap.exp: Likewise.
955 * gdb.base/solib-weak.exp (do_test): Likewise.
956 * gdb.base/unload.exp: Likewise.
957
11cf4ffb
YQ
9582016-04-27 Yao Qi <yao.qi@linaro.org>
959
960 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
961 exists.
962
3e2e34f8
KB
9632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
964
965 * vla-type.exp: Print structure from toplevel.
966
8f07e298
BH
9672016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
968
969 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
970 of dynamic types.
971 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
972 of dynamic types.
973
9920b434
BH
9742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
975
976 * gdb.fortran/vla-type.f90: New file.
977 * gdb.fortran/vla-type.exp: New file.
978
f3abeff5
YQ
9792016-04-25 Yao Qi <yao.qi@linaro.org>
980
981 * gdb.base/branch-to-self.c: New file.
982 * gdb.base/branch-to-self.exp: New file.
983
0a5d52f0
YQ
9842016-04-22 Yao Qi <yao.qi@linaro.org>
985
986 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
987 more after $hex.
988
495346f6
YQ
9892016-04-22 Yao Qi <yao.qi@linaro.org>
990
991 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
992 * gdb.base/annota3.exp: Likewise.
993
4a7e075c
YQ
9942016-04-22 Yao Qi <yao.qi@linaro.org>
995
996 * gdb.reverse/step-precsave.exp: Do one step and test program
997 stops in "callee" and do multiple steps until program goes out
998 of "callee".
999 * gdb.reverse/step-reverse.exp: Likewise.
1000
5b061e98
YQ
10012016-04-22 Yao Qi <yao.qi@linaro.org>
1002
1003 * gdb.trace/signal.exp: Also pass if
1004 $tracepoint_hits($i) > $iterations.
1005
5c5dc57f
YQ
10062016-04-22 Yao Qi <yao.qi@linaro.org>
1007
1008 * gdb.trace/signal.c: New file.
1009 * gdb.trace/signal.exp: New file.
1010
a55411b9
DE
10112016-04-19 Doug Evans <xdje42@gmail.com>
1012
1013 * gdb.base/bad-file.exp: New file.
1014
a22df60a
MG
10152016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
1016
1017 * gdb.dwarf2/implref.exp: New file.
1018
0c13f7e5
BH
10192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1020
1021 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
1022 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
1023 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
1024 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
1025 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
1026 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
1027 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
1028 * lib/fortran.exp (fortran_int4): New procedure.
1029 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
1030 (fortran_logical4): Likewise.
1031
9b9b09e9
BH
10322016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
1033
1034 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
1035
a14d1f4d
BH
10362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1037
1038 * lib/compiler.c: Add Intel specific preprocessor macros.
1039 * lib/compiler.cc: Likewise.
25d49b86 1040
7d49b1d0
LM
10412016-04-13 Luis Machado <lgustavo@codesourcery.com>
1042
1043 * gdb.server/connect-with-no-symbol-file.c: New file.
1044 * gdb.server/connect-with-no-symbol-file.exp: New file.
1045
8392fa22
SM
10462016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1049
8c4c4aeb
SM
10502016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1051
1052 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1053 standard output directory.
1054
45e3745e
AT
10552016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1056
1057 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1058
e26b7e41
MM
10592016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1060
1061 * gdb.btrace/instruction_history.c (loop): Add declaration.
1062
8ce09462
AT
10632016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1064
1065 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1066
2e88a1ea
SM
10672016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1068
1069 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1070 parentheses to print.
1071 (continue_handler): Likewise.
1072
f48e22e3
SM
10732016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1074
1075 * gdb.server/solib-list.exp: Remove is_remote check.
1076 Pass shlib= to gdb_compile. Don't link shared library with
1077 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1078 Run binary filename through "readlink -f" on the target.
1079
096be756
PA
10802016-04-08 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1083 interpreter filename as argument to gdbserver_spawn.
1084 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1085 Return empty if $last_loaded_file does not exist.
1086
06500533
JK
10872016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1090 * gdb.base/jit-main.c: Use exit after usage.
1091
2d35e871
JK
10922016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1095 GDBHISTSIZE prior to the tests.
1096 * gdb.base/gdbinit-history.exp: Likewise.
1097
10982016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
1099
1100 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1101 instead of build_executable. Use gdb_load_shlibs.
1102
c8064e7e
YQ
11032016-04-07 Yao Qi <yao.qi@linaro.org>
1104
1105 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1106 Execute "si" command.
1107
bde47561
YQ
11082016-04-07 Yao Qi <yao.qi@linaro.org>
1109
1110 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1111 number instead of the comments on some line.
1112
b16f8a3b
DB
11132016-04-06 Don Breazeal <donb@codesourcery.com>
1114
1115 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1116 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1117
c2f901df
SM
11182016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1121 standard_output_file. Remove unused binfile variable.
1122
ac17fda0
CU
11232016-04-05 Catalin Udma <catalin.udma@freescale.com>
1124
1125 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1126 * gdb.python/py-mi-objfile.exp: Match "list main" output
1127 in console format.
1128
03a8c4df
SM
11292016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1130
1131 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1132 absolute.
1133
6e774b13
SM
11342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1135
1136 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1137 absolute.
1138 * gdb.trace/ftrace.exp: Likewise.
1139 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1140 targets as well.
1141 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1142 (gdb_load_shlibs): Copy libraries to test directory when testing
1143 natively. Only set solib-search-path if testing remotely.
1144 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1145
7817ea46
SM
11462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1147
1148 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1149 gdb_download. Use it even if the target is not remote.
1150 * gdb.base/jit.exp (compile_jit_test): Likewise.
1151 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1152 output directory if the destination board is local, otherwise use
1153 the standard remote_download from DejaGnu.
1154 (gdb_download): Remove.
1155 (gdb_load_shlibs): Use gdb_remote_download instead of
1156 gdb_download.
1157 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1158 Use gdb_remote_download instead of gdb_download. Use it even if
1159 the target is not remote.
1160 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1161 instead of gdb_download.
1162
7beb7f68
SM
11632016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1164
1165 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1166 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1167 run.
1168
cc63428a
AV
11692016-04-01 Artemiy Volkov <artemiyv@acm.org>
1170
1171 PR gdb/19820
1172 * gdb.base/printcmds.exp: Add artificial arrays tests.
1173
64cdf930
PA
11742016-03-31 Pedro Alves <palves@redhat.com>
1175
1176 PR gdb/19858
1177 * gdb.base/jit-main.c: Include unistd.h.
1178 (ATTACH): Define to 0 if not already defined.
1179 (wait_for_gdb, mypid): New globals.
1180 (WAIT_FOR_GDB): New macro.
1181 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1182 some breakpoint locations.
1183 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1184 New procedures.
1185 (one_jit_test): Add REATTACH parameter, and handle it. Use
1186 continue_to_test_location.
1187 (top level): Test attach, and adjusts calls to one_jit_test.
1188
40dea8cb
PA
11892016-03-31 Pedro Alves <palves@redhat.com>
1190
1191 PR gdb/19858
1192 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1193 BINSUFFIX parameter, and handle it.
1194 (top level): Adjust calls compile_jit_test.
1195
e7ea3ec7
CU
11962016-03-31 Catalin Udma <catalin.udma@freescale.com>
1197
1198 PR python/19743
1199 * gdb.python/py-mi-events-gdb.py: New file.
1200 * gdb.python/py-mi-events.c: New file.
1201 * gdb.python/py-mi-events.exp: New file.
1202
e6359af3
YQ
12032016-03-30 Yao Qi <yao.qi@linaro.org>
1204
1205 * gdb.reverse/until-precsave.exp: Match function name only.
1206 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1207 Move malloc to a condition block.
1208 * gdb.reverse/until-reverse.exp: Match function name only.
1209
a4105d04
MK
12102016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1211
1212 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1213 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1214 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1215 variable for GPR 0 instead of assuming it is register 0.
1216 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1217 * lib/trace-support.exp: Add s390 registers.
1218
bfa6adb9
YQ
12192016-03-29 Yao Qi <yao.qi@linaro.org>
1220
1221 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1222
1e6697ea
YQ
12232016-03-24 Yao Qi <yao.qi@linaro.org>
1224
1225 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1226 test message.
1227
64bcd522
AA
12282016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1229
1230 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1231 maintaining separate logic for constructing the output path.
1232
7868401b
DB
12332016-03-16 Don Breazeal <donb@codesourcery.com>
1234
1235 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1236 Retry fork and waitpid on interrupted system call errors.
1237 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1238 Use with_timeout_factor to increase timeout by factor of 10.
1239
1cafadb4
DB
12402016-03-15 Don Breazeal <donb@codesourcery.com>
1241
1242 * gdb.cp/scope-err.cc: New test program.
1243 * gdb.cp/scope-err.exp: New test script.
1244 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1245 lines and "set breakpoint here" comment.
1246 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1247 Fixed some whitespace and format issues.
1248 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1249 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1250
81516450
DE
12512016-03-15 Doug Evans <dje@google.com>
1252
1253 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1254 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1255 All callers updated. Add tests for enums, mixed flags register.
1256
aa52b601
DE
12572016-03-15 Doug Evans <dje@google.com>
1258
1259 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1260 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1261
fa4ff313
SM
12622016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * gdb.base/default.exp: Add $_as_string to the list of expected
1265 convenience functions.
1266
f2403c39
AB
12672016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1270
f2f3ccb9
SM
12712016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1272
1273 * gdb.python/py-as-string.exp: New file.
1274 * gdb.python/py-as-string.c: New file.
1275
00dbd492
PA
12762016-03-09 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1279 signal" -> "Thread NN received signal" output change.
1280 * gdb.threads/ia64-sigill.exp: Likewise.
1281 * gdb.threads/linux-dp.exp: Likewise.
1282 * gdb.threads/manythreads.exp: Likewise.
1283 * gdb.threads/pending-step.exp: Likewise.
1284 * gdb.threads/print-threads.exp: Likewise.
1285 * gdb.threads/sigstep-threads.exp: Likewise.
1286 * gdb.threads/staticthreads.exp: Likewise.
1287 * gdb.threads/tls.exp: Likewise.
1288
1e6697ea
YQ
12892016-03-09 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/command-line-input.exp: New file.
1292
b04fd3be
MK
12932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1294
1295 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1296 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1297 * gdb.trace/pending.exp: Accept leading dot before function name.
1298 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1299 * lib/trace-support.exp: Set registers for ppc.
1300
98fa59e9
MK
13012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1302
1303 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1304 use it for disassembly; accept .main in addition to main in backtrace.
1305
f77198c8
MK
13062016-03-09 Wei-cheng Wang <cole945@gmail.com>
1307 Marcin Kościelnicki <koriakin@0x04.net>
1308
1309 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1310 (gdb_recursion_test_ptr): New global variable.
1311 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1312 gdb_recursion_test.
1313 (gdb_c_test): Ditto.
1314
ba84e0da
MK
13152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1316
1317 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1318 ordering.
1319
4366d36e
MK
13202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1321
1322 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1323 (bar): Add bar_start_lbl label.
1324 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1325 of foo/bar for emitting DWARF and tracing.
1326
5eb264df
SDJ
13272016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1328
1329 * analyze-racy-logs.py: Set executable bit.
1330
fb6a751f
SDJ
13312016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1332
1333 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1334 (CHECK_TARGET_TMP): Likewise.
1335 (check-single-racy): New rule.
1336 (check-parallel-racy): Likewise.
1337 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1338 (do-check-parallel-racy): New rule.
1339 (check-racy/%.exp): Likewise.
1340 * README (Racy testcases): New section.
1341 * analyze-racy-logs.py: New file.
1342
bdf7e230
DE
13432016-03-03 Doug Evans <dje@google.com>
1344
1345 * gdb.base/skip.exp: Use with_test_prefix.
1346
4719d415
YQ
13472016-03-03 Yao Qi <yao.qi@linaro.org>
1348
1349 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1350 Invoke step_over_syscall "clone" and break_cond_on_syscall
1351 "clone".
1352 * gdb.base/step-over-clone.c: New file.
1353
ea507862
YQ
13542016-03-03 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1357 code format.
1358
8fc8cbda
YQ
13592016-03-03 Yao Qi <yao.qi@linaro.org>
1360
1361 * gdb.base/disp-step-fork.c: Rename to ...
1362 * gdb.base/step-over-fork.c: ... it. New file.
1363 * gdb.base/disp-step-vfork.c: Rename to ...
1364 * gdb.base/step-over-vfork.c: ... it. New file.
1365 * gdb.base/disp-step-syscall.exp: Rename to ...
1366 * gdb.base/step-over-syscall.exp: ... it. New file.
1367 (disp_step_cross_syscall): Rename to ...
1368 (step_over_syscall): ... it.
1369
92fa70b0
YQ
13702016-03-03 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1373 If target supports condition evaluation on target, invoke
1374 break_cond_on_syscall for fork and vfork.
1375
e197ad3c
YQ
13762016-03-03 Yao Qi <yao.qi@linaro.org>
1377
1378 * gdb.base/disp-step-syscall.exp: Don't invoke
1379 support_displaced_stepping.
1380 (disp_step_cross_syscall): Test with displaced stepping off and
1381 on if supported.
1382
0b47da9f
YQ
13832016-03-03 Yao Qi <yao.qi@linaro.org>
1384
1385 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1386 proc.
1387 (setup): New proc.
1388 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1389 and setup.
1390
065ab6dc
BH
13912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1392
1393 * gdb.fortran/vla-history.exp: Remove breakpoint.
1394
07e448ad 13952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1396
25d49b86
PA
1397 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1398 exceeds timeout.
07e448ad 1399
9ac2d526 14002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1401
25d49b86
PA
1402 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1403 breakpoint.
9ac2d526 1404
17807369
BH
14052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1406
1407 * gdb.mi/vla.f90: Nullify pointer after declaration.
1408
86e501af
PA
14092016-03-01 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1412
1e903e32
PA
14132016-03-01 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1416 before anything else.
1417 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1418 _GNU_SOURCE here.
1419 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1420 before anything else.
1421 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1422
6ccb54e2
PA
14232016-03-01 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1426
30ca9da1
YQ
14272016-03-01 Yao Qi <yao.qi@linaro.org>
1428
1429 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1430 prepare_for_testing.
1431
dc856b38
YQ
14322016-03-01 Yao Qi <yao.qi@linaro.org>
1433
1434 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1435
4a932159
AA
14362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1437
1438 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1439 manually constructing the output path.
1440
f2489477
AA
14412016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1442
1443 * gdb.arch/s390-stackless.S: New.
1444 * gdb.arch/s390-stackless.exp: New.
1445
38899f16
IB
14462016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1447
1448 * gdb.dlang/circular.c: New file.
1449 * gdb.dlang/circular.exp: New file.
1450
9fde51ed
YQ
14512016-02-26 Yao Qi <yao.qi@linaro.org>
1452
1453 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1454 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1455 (testcases): Update.
1456
ce90fefe
YQ
14572016-02-26 Yao Qi <yao.qi@linaro.org>
1458
1459 * gdb.reverse/aarch64.c: Rename to ...
1460 * gdb.reverse/insn-reverse.c: ... it.
1461 * gdb.reverse/aarch64.exp: Rename to ...
1462 * gdb.reverse/insn-reverse.exp: ... it.
1463
3263bceb
YQ
14642016-02-26 Yao Qi <yao.qi@linaro.org>
1465
1466 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1467 (testcase_ftype): New.
1468 (testcases): New array.
1469 (n_testcases): New.
1470 (main): Call each element in testcases.
1471 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1472 (read_testcase): New.
1473 Do the tests in a loop.
1474
6cb59ff1
YQ
14752016-02-25 Yao Qi <yao.qi@linaro.org>
1476
1477 * gdb.base/branches.c: Remove.
1478
ae91f625
MK
14792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1480
1481 PR gdb/13808
1482 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1483
678b48b7
MK
14842016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1485
1486 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1487
7337a6f2
MK
14882016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1489
1490 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1491 change x86_64 call_insn to 'callq'.
1492
861ca91f
AT
14932016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1494
1495 * gdb.trace/tfile-avx.c: Move to...
1496 * gdb.trace/tracefile-pseudo-reg.c: Here.
1497 * gdb.trace/tfile-avx.exp: Move to...
1498 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1499
bf74e428
GB
15002016-02-24 Gary Benson <gbenson@redhat.com>
1501
1502 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1503 message on attach.
1504
cce0e923
DE
15052016-02-23 Doug Evans <dje@google.com>
1506
1507 * gdb.base/skip.c (test_skip): New function.
1508 (end_test_skip_file_and_function): New function.
1509 (test_skip_file_and_function): New function.
1510 * gdb.base/skip1.c (test_skip): New function.
1511 (skip1_test_skip_file_and_function): New function.
1512 * gdb.base/skip.exp: Add tests for new skip options.
1513 * gdb.base/skip-solib.exp: Update expected output.
1514 * gdb.perf/skip-command.cc: New file.
1515 * gdb.perf/skip-command.exp: New file.
1516 * gdb.perf/skip-command.py: New file.
1517
4000e47e
MK
15182016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1519
1520 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1521 info registers pattern.
1522
24f75ead
IB
15232016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1524
1525 * lib/future.exp: Add D support.
1526 (gdb_find_gdc): New proc.
1527 (gdb_default_target_compile): Add D support.
1528
fbb7bcbe
WW
15292016-02-18 Wei-cheng Wang <cole945@gmail.com>
1530
1531 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1532 user+system time.
1533 (trace_speed_test): Determine the iteration count for a time
1534 between 15..30 seconds.
1535
012b3a21
WT
15362016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1537
1538 * gdb.arch/i386-mpx-sigsegv.c: New file.
1539 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1540 * gdb.arch/i386-mpx-simple_segv.c: New file.
1541 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1542
2d5189bd
YQ
15432016-02-18 Yao Qi <yao.qi@linaro.org>
1544
1545 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1546 Don't call setup_kfail.
1547
40fb20d0
YQ
15482016-02-18 Yao Qi <yao.qi@linaro.org>
1549
1550 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1551 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1552
21b1f8d2
DE
15532016-02-16 Doug Evans <dje@google.com>
1554
1555 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1556 * gdb.base/skip1.c: Ditto.
1557 * gdb.base/skip.exp: Whitespace cleanup.
1558
4041ed77
DB
15592016-02-16 Don Breazeal <donb@codesourcery.com>
1560
1561 PR remote/19496
1562 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1563 Remove kfail for PR remote/19496.
1564
c4ef31bf
SM
15652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1566
1567 * lib/gdb.exp (standard_temp_file): Return a path specific to
1568 the runtest invocation.
1569
266b65b3
SM
15702016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.trace/save-trace.exp: Change relative path to be in the
1573 standard output directory.
1574
a7a0a6a9
JK
15752016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 * gdb.arch/i386-prologue.c: Add missing prototypes.
1578
c99dbb42
JK
15792016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1582 * gdb.arch/i386-prologue.exp: Likewise.
1583 * gdb.arch/i386-size.exp: Likewise.
1584
aa480355
SM
15852016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1586
1587 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1588 define object file path.
1589 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1590 file path.
1591 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1592 standard_output_file to define binfile.
1593
ba881f50
JK
15942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 Fix compatibility with recent gfortran-5.3.1.
1597 * gdb.fortran/vla-history.exp (print vla1 allocated)
1598 (print vla2 allocated, print $2, print $3): Remove
1599 (print $4): Rename to ...
1600 (print $2): ... here.
1601 (print $9): Rename to ...
1602 (print $5): ... here.
1603 (print $10): Rename to ...
1604 (print $6): ... here.
1605 * gdb.fortran/vla.f90: Add pvla initialization.
1606
e9fb005c
JK
16072016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1610 New test.
1611 * gdb.fortran/vla-value-sub.exp: Likewise.
1612
e44e00ff
MK
16132016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1614
1615 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1616
97e94151
SM
16172016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * i386-biarch-core.exp: Define corefile using
1620 standard_output_file.
1621
01113bc1
YQ
16222016-02-12 Yao Qi <yao.qi@linaro.org>
1623
1624 * gdb.arch/arm-single-step-kernel-helper.c: New.
1625 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1626
33b4777c
MM
16272016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1628
1629 * gdb.btrace/tailcall-only.exp: New.
1630 * gdb.btrace/tailcall-only.c: New.
1631 * gdb.btrace/x86_64-tailcall-only.S: New.
1632 * gdb.btrace/i686-tailcall-only.S: New.
1633
acc23c11
PA
16342016-02-11 Pedro Alves <palves@redhat.com>
1635
1636 * README (Parallel testing): Add missing double quotes.
1637
e352bf0a
PA
16382016-02-11 Pedro Alves <palves@redhat.com>
1639
1640 * README (Parallel testing): New section.
1641 (GDB_PARALLEL): Rewrite.
1642 (FORCE_PARALLEL): Document.
1643
9f5fed78
MK
16442016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1645
1646 * gdb.trace/tfile-avx.c: New test.
1647 * gdb.trace/tfile-avx.exp: New test.
1648
9ef9e6a6
KS
16492016-02-09 Keith Seitz <keiths@redhat.com>
1650
1651 PR breakpoints/19546
1652 * gdb.base/infcall-exec.c: New file.
1653 * gdb.base/infcall-exec2.c: New file.
1654 * gdb.base/infcall-exec.exp: New file.
1655
a96e36da
KS
16562016-02-09 Keith Seitz <keiths@redhat.com>
1657
1658 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1659 (toplevel): Call test_bkpt_address.
1660
9f61929f
KS
16612016-02-09 Keith Seitz <keiths@redhat.com>
1662
1663 PR python/19506
1664 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1665 (toplevel): Call test_bkpt_address.
1666
1e94266c
SM
16672016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1668
1669 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1670 to AC_OUTPUT.
1671 * configure: Regenerate.
1672
2a7f3dff
PA
16732016-02-09 Pedro Alves <palves@redhat.com>
1674
1675 PR breakpoints/19548
1676 * gdb.base/execl-update-breakpoints.c (some_function): New
1677 function.
1678 (main): Call it.
1679 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1680 Tighten expected GDB output.
1681
2151ccc5
SM
16822016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1683
1684 * Makefile.in (ALL_SUBDIRS): Remove.
1685 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1686 (distclean maintainer-clean realclean): Likewise.
1687 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1688 * configure: Regenerate.
1689 * gdb.ada/Makefile.in: Delete.
1690 * gdb.arch/Makefile.in: Likewise.
1691 * gdb.asm/Makefile.in: Likewise.
1692 * gdb.base/Makefile.in: Likewise.
1693 * gdb.btrace/Makefile.in: Likewise.
1694 * gdb.cell/Makefile.in: Likewise.
1695 * gdb.compile/Makefile.in: Likewise.
1696 * gdb.cp/Makefile.in: Likewise.
1697 * gdb.disasm/Makefile.in: Likewise.
1698 * gdb.dlang/Makefile.in: Likewise.
1699 * gdb.dwarf2/Makefile.in: Likewise.
1700 * gdb.fortran/Makefile.in: Likewise.
1701 * gdb.gdb/Makefile.in: Likewise.
1702 * gdb.go/Makefile.in: Likewise.
1703 * gdb.guile/Makefile.in: Likewise.
1704 * gdb.java/Makefile.in: Likewise.
1705 * gdb.linespec/Makefile.in: Likewise.
1706 * gdb.mi/Makefile.in: Likewise.
1707 * gdb.modula2/Makefile.in: Likewise.
1708 * gdb.multi/Makefile.in: Likewise.
1709 * gdb.objc/Makefile.in: Likewise.
1710 * gdb.opencl/Makefile.in: Likewise.
1711 * gdb.opt/Makefile.in: Likewise.
1712 * gdb.pascal/Makefile.in: Likewise.
1713 * gdb.perf/Makefile.in: Likewise.
1714 * gdb.python/Makefile.in: Likewise.
1715 * gdb.reverse/Makefile.in: Likewise.
1716 * gdb.server/Makefile.in: Likewise.
1717 * gdb.stabs/Makefile.in: Likewise.
1718 * gdb.threads/Makefile.in: Likewise.
1719 * gdb.trace/Makefile.in: Likewise.
1720 * gdb.xml/Makefile.in: Likewise.
1721 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1722 GDB_PARALLEL.
1723 (standard_output_file): Remove check for GDB_PARALLEL, always
1724 return path in outputs/$subdir/$testname.
1725
437277d4
SM
17262016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1727
1728 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1729 (site.exp): Assign abs_srcdir to tcl's srcdir.
1730
31d913c7
YQ
17312016-02-04 Yao Qi <yao.qi@linaro.org>
1732
1733 * gdb.base/foll-exec-mode.c: Include limits.h.
1734 (main): Add parameters argc and argv. Get directory from
1735 argv[0].
1736 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1737 compilation.
1738 * gdb.base/foll-exec.c: Include limits.h.
1739 (main): Add parameters argc and argv.
1740 Get directory from argv[0].
1741 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1742 Adjust tests on the number of lines as source code changed.
1743 * gdb.base/foll-vfork-exit.c: Include limits.h.
1744 (main): Add one line of statement before vfork.
1745 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1746 (main): Add parameters argc and argv. Get directory from
1747 argv[0].
1748 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1749 (setup_gdb): Set tbreak to skip some source lines.
1750 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1751 (main): Add parameters argc and argv. Get directory from
1752 argv[0].
1753 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1754 compilation.
1755 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1756 (main): Add parameters argc and argv. Get directory from
1757 argv[0].
1758 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1759 compilation.
1760
9482b9fb
DE
17612016-02-01 Doug Evans <dje@google.com>
1762
1763 * gdb.base/skip.exp: Clean up multiple references to same test name.
1764
6b2e4f10
PA
17652016-02-01 Pedro Alves <palves@redhat.com>
1766
ccb6afd6 1767 PR remote/19496
6b2e4f10
PA
1768 * gdb.threads/forking-threads-plus-breakpoint.exp
1769 (displaced_stepping_supported): New global.
1770 (probe_displaced_stepping_support): New procedure.
1771 (do_test): Add 'displaced' parameter, and use it.
1772 (top level): Check for displaced stepping support. Add displaced
1773 stepping on/off testing axis.
1774
37a8db1a
AB
17752016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1778 pointer. Don't perform further tests on the unassociated pointer
1779 if the first test fails.
1780
5fdf6324
AB
17812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.base/max-value-size.c: New file.
1784 * gdb.base/max-value-size.exp: New file.
1785 * gdb.base/huge.exp: Disable max-value-size for this test.
1786
935c6144
IB
17872016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1788
1789 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1790
7fe8399d
YQ
17912016-01-28 Yao Qi <yao.qi@linaro.org>
1792
1793 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1794
a2077e25
PA
17952016-01-25 Pedro Alves <palves@redhat.com>
1796
1797 PR threads/19461
1798 * gdb.base/fork-running-state.c: New file.
1799 * gdb.base/fork-running-state.exp: New file.
1800
1d2736d4
PA
18012016-01-25 Pedro Alves <palves@redhat.com>
1802
1803 PR gdb/19494
1804 * gdb.base/catch-fork-kill.c: New file.
1805 * gdb.base/catch-fork-kill.exp: New file.
1806
f1da4b11
PA
18072016-01-25 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1810 Delete, moved to lib/gdb.exp.
1811 * gdb.threads/forking-threads-plus-breakpoint.exp
1812 (foreach_with_prefix): Likewise.
1813 * gdb.threads/process-dies-while-handling-bp.exp
1814 (foreach_with_prefix): Likewise.
1815 * lib/gdb.exp (foreach_with_prefix): New procedure.
1816
45f38546
MK
18172016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1818
1819 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1820 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1821
dc29a1ce
MK
18222016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1823
1824 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1825 endian targets.
1826
092127d7
JK
18272016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1828 Pedro Alves <palves@redhat.com>
1829
1830 Fix testsuite compatibility with Guile.
1831 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1832 number.
1833
31d765d3
JK
18342016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 Fix testsuite compatibility with Guile.
1837 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1838 (thread 1): New test for backtrace through signal handler.
1839
1ac78c04
YQ
18402016-01-22 Yao Qi <yao.qi@linaro.org>
1841
1842 PR testsuite/19491
1843 * gdb.base/multi-forks.c: Include
1844 ../lib/unbuffer_output.c
1845 (main): Call gdb_unbuffer_output.
1846
4f5946a8
DE
18472016-01-21 Doug Evans <dje@google.com>
1848
1849 * lib/ada.exp (gdb_compile_ada): Fix typo.
1850
305e13e6
JB
18512016-01-21 Joel Brobecker <brobecker@adacore.com>
1852
1853 * gdb.base/break-fun-addr.exp: New file.
1854 * gdb.base/break-fun-addr1.c: New file.
1855 * gdb.base/break-fun-addr2.c: New file.
1856
5f5dfff6
SM
18572016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1858
1859 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1860 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1861 enum flag values.
1862
fd356fa2
AA
18632016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1866 when GDB can not set the vector return value. Add more comments
1867 for clarification.
1868
9df22175
AT
18692016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1870
1871 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1872 command.
1873
41d1845e
SM
18742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1875
1876 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1877
01ac6840
SM
18782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1879
1880 * Makefile.in (check-single): Pass --status to runtest.
1881 (check/%.exp): Likewise.
1882
18832016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * Makefile.in (check-parallel): Propagate return code from make
1886 do-check-parallel.
1887
bd0a71fa
MK
18882016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1889
1890 * gdb.trace/ftrace.exp: Fix expected message on continue.
1891 * gdb.trace/pending.exp: Fix expected message on continue.
1892 * gdb.trace/trace-break.exp: Fix expected message on continue.
1893
8bcbad33
SM
18942016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1895
1896 * lib/gdb.exp (gdb_test): Remove unused global references.
1897
f303dbd6
PA
18982016-01-18 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/async-shell.exp: Adjust expected output.
1901 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1902 * gdb.base/siginfo-thread.exp: Adjust expected output.
1903 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1904 * gdb.java/jnpe.exp: Adjust expected output.
1905 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1906 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1907 * gdb.threads/leader-exit.exp: Adjust expected output.
1908 * gdb.threads/manythreads.exp: Adjust expected output.
1909 * gdb.threads/pthreads.exp: Adjust expected output.
1910 * gdb.threads/schedlock.exp: Adjust expected output.
1911 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1912 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1913 expected output.
1914 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1915 output.
1916 * gdb.threads/sigthread.exp: Adjust expected output.
1917 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1918
b2789696
YQ
19192016-01-18 Yao Qi <yao.qi@linaro.org>
1920
1921 * gdb.guile/scm-section-script.c: Replace @progbits with
1922 %progbits.
1923 * gdb.python/py-section-script.c: Likewise.
1924
71ef29a8
PA
19252016-01-15 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.multi/tids.exp: Test star wildcard ranges.
1928
3f5b7598
PA
19292016-01-15 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1932 command from "thread apply" invocation.
1933 (thr_apply_info_thr_invalid): Default the expected output to the
1934 input tid list.
1935 (top level): Add tests that use convenience variables. Add tests
1936 for "thread apply" with a valid TID list, but missing the command.
1937
663f6d42
PA
19382016-01-13 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.base/default.exp: Expect $_gthread as well.
1941 * gdb.multi/tids.exp: Test $_gthread.
1942 * gdb.threads/thread-specific.exp: Test $_gthread.
1943
c84f6bbf
PA
19442016-01-13 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.multi/tids.exp: Test "info threads -gid".
1947
22a02324
PA
19482016-01-13 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1951 Breakpoint.thread.
1952 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1953
5d5658a1
PA
19542016-01-07 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/break.exp: Adjust to output changes.
1957 * gdb.base/hbreak2.exp: Likewise.
1958 * gdb.base/sepdebug.exp: Likewise.
1959 * gdb.base/watch_thread_num.exp: Likewise.
1960 * gdb.linespec/keywords.exp: Likewise.
1961 * gdb.multi/info-threads.exp: Likewise.
1962 * gdb.threads/thread-find.exp: Likewise.
1963 * gdb.multi/tids.c: New file.
1964 * gdb.multi/tids.exp: New file.
1965
84654457
PA
19662016-01-13 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1969
e3940304
PA
19702016-01-13 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/default.exp: Expect $_inferior as well.
1973 * gdb.multi/base.exp: Test $_inferior.
1974
a911d87a
PA
19752016-01-13 Pedro Alves <palves@redhat.com>
1976
1977 PR breakpoints/19388
1978 * gdb.base/catch-signal-siginfo-cond.c: New file.
1979 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1980
82075af2
JS
19812016-01-12 Josh Stone <jistone@redhat.com>
1982 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1983
1984 * gdb.base/catch-syscall.c (do_execve): New variable.
1985 (main): Conditionally trigger an execve.
1986 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1987 (test_catch_syscall_execve): New, check entry/return across execve.
1988 (do_syscall_tests): Call test_catch_syscall_execve.
1989
e46eeedd
PA
19902016-01-12 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/random-signal.exp (do_test): New procedure, with body
1993 of testcase moved in.
1994
01d8c27e
JK
19952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1996 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/funcargs.exp (finish from indirectly called function):
1999 Reintroduce the case for 'First'.
2000
9a706302
JK
20012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2002 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2005 (tcatch_vfork_then_child_follow_exec)
2006 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
2007 identification.
2008
c0ecb95f
JK
20092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
2012 and repeats to unlimited.
2013 * gdb.python/py-value.exp: Likewise.
2014 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
2015 and repeats to unlimited.
2016
6cfc1fcb
JK
20172016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
2020 and reordering the functions.
2021 * gdb.multi/hangout.c: Likewise.
2022 * gdb.multi/hello.c: Likewise.
2023
582a1b00
SM
20242016-01-08 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
2027 absolute.
2028 (SingleStatisticTestResult.report): Use dict.keys instead of
2029 dict.iterkeys.
2030
79bc59cb
PA
20312016-01-06 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
2034
43368e1d
MM
20352016-01-04 Markus Metzger <markus.t.metzger@intel.com>
2036
2037 * gdb.btrace/dlopen.exp: New.
2038 * gdb.btrace/dlopen.c: New.
2039 * gdb.btrace/dlopen-dso.c: New.
2040
79fad5b8
SL
20412015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2042
2043 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2044 PATTERN argument is optional.
2045
ab8314b3
JB
20462015-12-24 Joel Brobecker <brobecker@adacore.com>
2047
2048 * lib/ada.exp (target_compile_ada_from_dir): New function.
2049 (gdb_compile_ada): Reimplement avoiding the use of project files.
2050 * gdb.ada/gnat_ada.gpr: Delete.
2051 * gdb.ada/cond_lang.exp: Adjust test to make path before
2052 filename optional.
2053 * gdb.ada/small_reg_param.exp: Likewise.
2054
fe33faff
SM
20552015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2056
2057 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2058
6d265cb4
TP
20592015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2060
2061 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2062 case.
2063
10125099
SM
20642015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2065
2066 * gdb.base/break.exp: Remove dead code.
2067 * gdb.base/sepdebug.exp: Likewise.
2068
3ca22649
SM
20692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2070
2071 * gdb.asm/asm-source.exp: Remove HP-UX references.
2072 * gdb.base/annota1.exp: Likewise.
2073 * gdb.base/annota3.exp: Likewise.
2074 * gdb.base/attach.exp: Likewise.
2075 * gdb.base/bigcore.exp: Likewise.
2076 * gdb.base/break.exp: Likewise.
2077 * gdb.base/call-ar-st.exp: Likewise.
2078 * gdb.base/callfuncs.exp: Likewise.
2079 * gdb.base/catch-fork-static.exp: Likewise.
2080 * gdb.base/display.exp: Likewise.
2081 * gdb.base/foll-exec-mode.exp: Likewise.
2082 * gdb.base/foll-exec.exp: Likewise.
2083 * gdb.base/foll-fork.exp: Likewise.
2084 * gdb.base/foll-vfork.exp: Likewise.
2085 * gdb.base/funcargs.exp: Likewise.
2086 * gdb.base/hbreak2.exp: Likewise.
2087 * gdb.base/inferior-died.exp: Likewise.
2088 * gdb.base/interrupt.exp: Likewise.
2089 * gdb.base/multi-forks.exp: Likewise.
2090 * gdb.base/nodebug.exp: Likewise.
2091 * gdb.base/sepdebug.exp: Likewise.
2092 * gdb.base/solib1.c: Likewise.
2093 * gdb.base/step-test.exp: Likewise.
2094 * gdb.mi/non-stop.c: Likewise.
2095 * gdb.mi/pthreads.c: Likewise.
2096 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2097 * gdb.threads/pthreads.c: Likewise.
2098 * gdb.threads/staticthreads.exp: Likewise.
2099 * lib/future.exp: Likewise.
2100 * lib/gdb.exp: Likewise.
2101 * gdb.base/so-indr-cl.c: Remove.
2102 * gdb.base/so-indr-cl.exp: Likewise.
2103 * gdb.base/solib.c: Likewise.
2104 * gdb.base/solib.exp: Likewise.
2105 * gdb.base/solib2.c: Likewise.
2106
b6304613
SM
21072015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2108
2109 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2110 * gdb.base/call-ar-st.exp: Likewise.
2111 * gdb.base/callfuncs.exp: Likewise.
2112 * gdb.base/condbreak.exp: Likewise.
2113 * gdb.base/constvars.exp: Likewise.
2114 * gdb.base/hbreak2.exp: Likewise.
2115 * gdb.base/langs.exp: Likewise.
2116 * gdb.base/list.exp: Likewise.
2117 * gdb.base/long_long.exp: Likewise.
2118 * gdb.base/ptype.exp: Likewise.
2119 * gdb.base/scope.exp: Likewise.
2120 * gdb.base/signals.exp: Likewise.
2121 * gdb.base/so-impl-ld.exp: Likewise.
2122 * gdb.base/varargs.exp: Likewise.
2123 * gdb.base/volatile.exp: Likewise.
2124 * gdb.base/whatis.exp: Likewise.
2125 * gdb.cp/cplusfuncs.exp: Likewise.
2126 * gdb.cp/inherit.exp: Likewise.
2127 * gdb.cp/local.exp: Likewise.
2128 * gdb.cp/member-ptr.exp: Likewise.
2129 * gdb.cp/method.exp: Likewise.
2130 * gdb.cp/overload.exp: Likewise.
2131 * gdb.cp/templates.exp: Likewise.
2132 * gdb.stabs/weird.exp: Likewise.
2133 * lib/compiler.c: Likewise.
2134 * lib/compiler.cc: Likewise.
2135 * lib/cp-support.exp: Likewise.
2136 * lib/gdb.exp: Likewise.
2137
bf401b07
SM
21382015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2139
2140 * configure.ac: Remove HP-UX case.
2141 * configure: Regenerate.
2142
aff9c0f8
SM
21432015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2144
2145 * lib/gdb.exp (gdb_compile): Add function doc.
2146
a6904d5a
PA
21472015-12-17 Pedro Alves <palves@redhat.com>
2148
2149 PR threads/19354
2150 * gdb.multi/info-threads.exp: New file.
2151
a22279dd
YQ
21522015-12-15 Yao Qi <yao.qi@linaro.org>
2153
2154 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2155 is aarch64*-*-*.
2156
0588c796
SL
21572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2158
2159 * gdb.base/history-duplicates.exp: Skip if no readline support.
2160
5d978e17
SL
21612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2162
2163 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2164
7e763b86
SL
21652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2166
2167 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2168
87a3a92c
SL
21692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2170
2171 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2172 ctrl-C if nointerrupts target property is set.
2173 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2174 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2175 * gdb.base/paginate-bg-execution.exp: Likewise.
2176 * gdb.base/paginate-execution-startup.exp: Likewise.
2177 * gdb.base/random-signal.exp: Likewise.
2178 * gdb.base/range-stepping.exp: Likewise.
2179 * gdb.cp/annota2.exp: Likewise.
2180 * gdb.cp/annota3.exp: Likewise.
2181 * gdb.gdb/selftest.exp: Likewise.
2182 * gdb.threads/continue-pending-status.exp: Likewise.
2183 * gdb.threads/leader-exit.exp: Likewise.
2184 * gdb.threads/manythreads.exp: Likewise.
2185 * gdb.threads/pthreads.exp: Likewise.
2186 * gdb.threads/schedlock.exp: Likewise.
2187 * gdb.threads/sigthread.exp: Likewise.
2188
a8f077dc
DB
21892015-12-11 Don Breazeal <donb@codesourcery.com>
2190
2191 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2192 remote.
2193 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2194 * gdb.base/foll-exec.exp (main): Enable for target remote.
2195 * gdb.base/foll-fork.exp (main): Likewise.
2196 * gdb.base/foll-vfork.exp (main): Likewise.
2197 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2198 (proc continue_to_exit_bp_loc): Use clean_restart.
2199 * gdb.base/pie-execl.exp (main): Disable for target remote.
2200 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2201 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2202 * gdb.threads/execl.exp (main): Likewise.
2203 * gdb.threads/fork-child-threads.exp (main): Likewise.
2204 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2205 remote.
2206 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2207 remote.
2208 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2209 pid.tid style ptids, instead of just tid.
2210 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2211 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2212 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2213 ptids, instead of just tid.
2214
3b2464a8
AB
22152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.base/list.exp (test_list_forward): Add end of file error
2218 test.
2219 (test_repeat_list_command): Add end of file error test.
2220 (test_list_backwards): Add beginning of file error test.
2221
a0def019
AB
22222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.base/list.exp (test_list_invalid_args): New function,
2225 defined, and called.
2226
5c000dff
AB
22272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.base/list.exp (test_list): Make test names unique.
2230
f1637ebe
YQ
22312015-12-11 Yao Qi <yao.qi@linaro.org>
2232
2233 * gdb.base/coremaker2.c: Remove.
2234
36d6fc0a
PA
22352015-12-10 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.multi/base.exp: Remove stale "spaces" references.
2238
762f7747
PA
22392015-12-10 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.multi/base.exp: Don't use nowarnings.
2242 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2243 * gdb.multi/hangout.c: Include stdio.h.
2244 * gdb.multi/hello.c: Include stdlib.h.
2245 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2246 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2247 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2248
28d2bfb9
AB
22492015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.dwarf2/dw2-ranges-base.c: New file.
2252 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2253 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2254 support additional line table, and debug ranges generation.
2255 (Dwarf::ranges): New function, generate .debug_ranges.
2256 (Dwarf::lines): Support generating simple line table programs.
2257 (Dwarf::assemble): Initialise new namespace variables.
2258
5fc2beac
KB
22592015-12-09 Kevin Buettner <kevinb@redhat.com>
2260
2261 * gdb.base/async.exp (proc test_background): Add case for
2262 asynchronous execution not supported.
2263
1c35a88f
LM
22642015-12-09 Luis Machado <lgustavo@codesourcery.com>
2265
2266 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2267 format and change test names to make them unique.
2268
b593e3d9
RK
22692015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2270 Pedro Alves <pedro@redhat.com>
2271
2272 PR gdb/18702
2273 Add checking of floatformats setup on x86_64 hosts.
2274 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2275 (smallval, bigval): New labels/constants.
2276 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2277 float" after loading bigval and smallval.
2278
d72413e6
PMR
22792015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2280
2281 * gdb.ada/fun_overload_menu.exp: New testcase.
2282 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2283
ece66d65
JS
22842015-12-04 Josh Stone <jistone@redhat.com>
2285
2286 * gdb.base/catch-fork-static.exp: New.
2287
41d0efca
YQ
22882015-12-03 Yao Qi <yao.qi@linaro.org>
2289
2290 * gdb.base/sizeof.c: Don't include stdio.h and
2291 ../lib/unbuffer_output.c.
2292 (main): New variable 'size' and 'value'. Remove printf and
2293 gdb_unbuffer_output. Assign return value to size and value.
2294 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2295 at the beginning.
2296 (check_sizeof): Check the result by printing variable 'size'.
2297 (check_valueof): Check the result by printing variable 'value'.
2298
99fd02d9
YQ
22992015-12-01 Yao Qi <yao.qi@linaro.org>
2300
2301 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2302 for aarch64*-*-linux* target.
2303
f2faf941
PA
23042015-11-30 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2307
04bf20c5
PA
23082015-11-30 Pedro Alves <palves@redhat.com>
2309
2310 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2311 Handle non-stop mode vCont replies.
2312
09df4675
PA
23132015-11-30 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2316 prepare_for_testing. Start gdb with "set non-stop on" appended to
2317 GDBFLAGS. Lax expected stop output.
2318
58b584af
YQ
23192015-11-27 Yao Qi <yao.qi@linaro.org>
2320
2321 * gdb.arch/arm-neon.exp: New.
2322 * gdb.arch/arm-neon.c: New.
2323
dfcb77a8
YQ
23242015-11-27 Yao Qi <yao.qi@linaro.org>
2325
2326 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2327
88e8ec1b
YQ
23282015-11-27 Yao Qi <yao.qi@linaro.org>
2329
2330 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2331 frames-invalid annotation.
2332
bfde72c2
YQ
23332015-11-27 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2336
f6512a69
SM
23372015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2338
2339 * gdb.threads/names.exp: New file.
2340 * gdb.threads/names.c: New file.
2341 * README: Mention gdb,no_thread_names.
2342
46a3515b
MM
23432015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2344
2345 PR 19297
2346 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2347 support" error.
2348
62147a22
PA
23492015-11-24 Pedro Alves <palves@redhat.com>
2350
2351 PR 17539
2352 * gdb.base/display.exp: Expect displays to be sorted in ascending
2353 order. Use multi_line.
2354 * gdb.base/solib-display.exp: Likewise.
2355
2f341b6e
PA
23562015-11-24 Pedro Alves <palves@redhat.com>
2357
2358 PR 17539
25d49b86
PA
2359 * gdb.base/display.exp: Expect displays to be sorted in ascending
2360 order. Use multi_line.
2361 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2362
7e0aa6aa
PA
23632015-11-24 Pedro Alves <palves@redhat.com>
2364
2365 PR 17539
2366 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2367 threads in ascending order.
2368 * gdb.base/foll-fork.exp: Likewise.
2369 * gdb.base/foll-vfork.exp: Likewise.
2370 * gdb.base/multi-forks.exp: Likewise.
2371 * gdb.mi/mi-nonstop.exp: Likewise.
2372 * gdb.mi/mi-nsintrall.exp: Likewise.
2373 * gdb.multi/base.exp: Likewise.
2374 * gdb.multi/multi-arch.exp: Likewise.
2375 * gdb.python/py-inferior.exp: Likewise.
2376 * gdb.threads/break-while-running.exp: Likewise.
2377 * gdb.threads/execl.exp: Likewise.
2378 * gdb.threads/gcore-thread.exp: Likewise.
2379 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2380 * gdb.threads/kill.exp: Likewise.
2381 * gdb.threads/linux-dp.exp: Likewise.
2382 * gdb.threads/multiple-step-overs.exp: Likewise.
2383 * gdb.threads/next-bp-other-thread.exp: Likewise.
2384 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2385 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2386 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2387 * gdb.threads/thread-find.exp: Likewise.
2388 * gdb.threads/tls.exp: Likewise.
2389 * lib/mi-support.exp (mi_reverse_list): Delete.
2390 (mi_check_thread_states): No longer reverse list.
2391
2cc57ad8
PA
23922015-11-24 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2395 use lowercase.
2396
c93e8391
SM
23972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2398
2399 * gdb.trace/actions.c: Include trace-common.h.
2400 (main): Add a location for a fast tracepoint.
2401 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2402 the normal tracepoints.
2403 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2404
045ccf91
SM
24052015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2406
2407 * save-trace.exp: Factor out code to these...
2408 (gdb_save_tracepoints): New.
2409 (gdb_load_tracepoints): New.
2410 (do_save_load_test): New.
2411
5506f9f6
KB
24122015-11-23 Kevin Buettner <kevinb@redhat.com>
2413
2414 * gdb.base/asmlabel.exp: New test.
2415 * gdb.base/asmlabel.c: New test case.
2416
16c3b12f
JB
24172015-11-23 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.base/wrong_frame_bt_full-main.c: New file.
2420 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2421 * gdb.base/wrong_frame_bt_full.exp: New file.
2422
155bfbd3
JB
24232015-11-23 Joel Brobecker <brobecker@adacore.com>
2424
2425 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2426
bb097445
JM
24272015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2428
206853a0 2429 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2430 pstate register when comparing registers values in
2431 sparc64-*-linux-gnu targets to avoid spurious differences.
2432
9c88ed8f
JM
24332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2434
206853a0 2435 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2436
96161e25
SL
24372015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2440 as type argument to gdb_compile.
2441 * gdb.base/nested-subp2.exp: Likewise.
2442 * gdb.base/nested-subp3.exp: Likewise.
2443
340c2830
DV
24442015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2445
2446 * lib/dwarf.exp (_note): Fix left shift of negative value.
2447 * gdb.trace/trace-condition.exp: Likewise.
2448
c1862d0f
YQ
24492015-11-13 Yao Qi <yao.qi@linaro.org>
2450
2451 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2452 comments about d10v.
2453 (test_scalar_returns): Likewise.
2454 * gdb.base/d10v.ld: Remove.
2455 * gdb.base/overlays.exp: Remove the target triplet checking for
2456 d10v-*-*.
2457 * gdb.base/structs.exp (test_struct_returns): Remove the
2458 comments about d10v.
2459 (test_struct_calls): Likewise.
2460
77ae9c19
YQ
24612015-11-13 Yao Qi <yao.qi@linaro.org>
2462
2463 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2464 * gdb.base/gnu_vector.c: Don't include stdio.h.
2465 (main): Don't print res and call add_some_intvecs.
2466
430e004e
MK
24672015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2468
2469 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2470 macro.
2471 (func5): Removed.
2472 (func4): Use FAST_TRACEPOINT_LABEL.
2473 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2474 macro.
2475 (func): Removed.
2476 (thread_function): Use FAST_TRACEPOINT_LABEL.
2477 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2478 (func): Remove.
2479 (marker): Use FAST_TRACEPOINT_LABEL.
2480 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2481 (pendfunc1): Remove.
2482 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2483 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2484 (foo): Remove.
2485 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2486 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2487 macro.
2488 (func): Remove.
2489 (marker): Use FAST_TRACEPOINT_LABEL.
2490 * gdb.trace/trace-common.h: New header.
2491 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2492 macro.
2493 (func): Remove.
2494 (marker): Use FAST_TRACEPOINT_LABEL.
2495 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2496 (func): Remove.
2497 (thread_function): Use FAST_TRACEPOINT_LABEL.
2498
6e7675a7
MK
24992015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2500
2501 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2502 in front.
2503 * gdb.trace/change-loc.exp: Use global pcreg definition.
2504 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2505 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2506 in front.
2507 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2508 * gdb.trace/pending.exp: Likewise.
2509 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2510 * gdb.trace/trace-break.exp: Likewise.
2511 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2512 in front.
2513 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2514 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2515 in front.
2516 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2517
dddc0e16
JB
25182015-11-09 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.ada/fin_fun_out: New testcase.
2521
c6f0b406
KB
25222015-11-07 Kevin Buettner <kevinb@redhat.com>
2523
2524 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2525 value associated with DW_AT_byte_size.
2526 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2527 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2528 DW_AT_upper_bound.
2529
f01dcfd9
KB
25302015-11-07 Kevin Buettner <kevinb@redhat.com>
2531
2532 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2533 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2534 version.
2535 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2536 gdb.dwarf2/dw2-canonicalize-type.exp,
2537 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2538 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2539 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2540 provided by gdb_target_symbol_prefix_flags_asm.
2541 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2542 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2543 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2544 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2545 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2546 macros where needed). Use this macro for symbols which require
2547 the prefix provided by SYMBOL_PREFIX.
2548
2223449a
KB
25492015-11-05 Kevin Buettner <kevinb@redhat.com>
2550
2551 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2552 New procs.
2553 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2554 representing expressions, of more than one list element.
2555 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2556 to prepend linker symbol prefix to f.
2557 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2558 table_1 and table_2.
2559 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2560 Likewise, for f and g.
2561 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2562 for ptr.
2563 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2564 for main.
2565 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2566 table_1_ptr and table_2_ptr.
2567
6f2f1a3a
JK
25682015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2569 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2572
566c56c9
MK
25732015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2574
2575 * gdb.reverse/s390-mvcle.c: New test.
2576 * gdb.reverse/s390-mvcle.exp: New file.
2577 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2578
d5f0636b
MK
25792015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2580
2581 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2582
7ad8b86c
MK
25832015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2584
2585 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2586 reaching marker2.
2587 * gdb.reverse/getresuid-reverse.exp: Likewise.
2588 * gdb.reverse/pipe-reverse.exp: Likewise.
2589 * gdb.reverse/readv-reverse.exp: Likewise.
2590 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2591 * gdb.reverse/time-reverse.exp: Likewise.
2592 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2593
4081c0f1
YQ
25942015-10-30 Yao Qi <yao.qi@linaro.org>
2595
2596 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2597 (empty_cycle): Remove.
2598 (main): Don't call empty_cycle. Don't use watch_count_done.
2599 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2600 empty_cycle. Rewrite the code counting HW watchpoints.
2601
452b4ba5
MK
26022015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2603
2604 * gdb.reverse/fstatat-reverse.c: New test.
2605 * gdb.reverse/fstatat-reverse.exp: New file.
2606 * gdb.reverse/getresuid-reverse.c: New test.
2607 * gdb.reverse/getresuid-reverse.exp: New file.
2608 * gdb.reverse/pipe-reverse.c: New test.
2609 * gdb.reverse/pipe-reverse.exp: New file.
2610 * gdb.reverse/readv-reverse.c: New test.
2611 * gdb.reverse/readv-reverse.exp: New file.
2612 * gdb.reverse/recvmsg-reverse.c: New test.
2613 * gdb.reverse/recvmsg-reverse.exp: New file.
2614 * gdb.reverse/time-reverse.c: New test.
2615 * gdb.reverse/time-reverse.exp: New file.
2616 * gdb.reverse/waitpid-reverse.c: New test.
2617 * gdb.reverse/waitpid-reverse.exp: New file.
2618
5e2e7507
JK
26192015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2620
2621 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2622
0fde2c53
DE
26232015-10-26 Doug Evans <dje@google.com>
2624
2625 PR symtab/17391
2626 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2627 * gdb.dwarf2/bad-regnum.c: New file.
2628 * gdb.dwarf2/bad-regnum.exp: New file.
2629
1a70ae97
DE
26302015-10-26 Doug Evans <dje@google.com>
2631
2632 PR python/18938
2633 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2634 file.
2635
27dc26ab
JK
26362015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2639 for a change by "Mention language in compile error message".
2640
bed91f4d
SM
26412015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2642
2643 PR python/18073
2644 * gdb.python/py-type.c (C::a_method): New.
2645 (C::a_const_method): New.
2646 (C::a_static_method): New.
2647 (a_function): New.
2648 * gdb.python/py-type.exp (test_fields): Test getting fields
2649 from function and method.
2650
3f2f83dd
KB
26512015-10-21 Keven Boell <keven.boell@intel.com>
2652
2653 * gdb.fortran/vla-alloc-assoc.exp: New file.
2654 * gdb.fortran/vla-datatypes.exp: New file.
2655 * gdb.fortran/vla-datatypes.f90: New file.
2656 * gdb.fortran/vla-history.exp: New file.
2657 * gdb.fortran/vla-ptype-sub.exp: New file.
2658 * gdb.fortran/vla-ptype.exp: New file.
2659 * gdb.fortran/vla-sizeof.exp: New file.
2660 * gdb.fortran/vla-sub.f90: New file.
2661 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2662 * gdb.fortran/vla-value-sub-finish.exp: New file.
2663 * gdb.fortran/vla-value-sub.exp: New file.
2664 * gdb.fortran/vla-value.exp: New file.
2665 * gdb.fortran/vla-ptr-info.exp: New file.
2666 * gdb.mi/mi-vla-fortran.exp: New file.
2667 * gdb.mi/vla.f90: New file.
2668
27145d50
SL
26692015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2670
2671 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2672 of hardwired timeout value.
2673
5f3ff4f8
JK
26742015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2675 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2678 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2679
bfd09d20
JS
26802015-10-19 Josh Stone <jistone@redhat.com>
2681
2682 * gdb.base/catch-syscall.c: Include <sched.h>.
2683 (unknown_syscall): New variable.
2684 (main): Trigger a vfork and an unknown syscall.
2685 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2686 (unknown_syscall_number): Likewise.
2687 (check_call_to_syscall): Accept an optional syscall pattern.
2688 (check_return_from_syscall): Likewise.
2689 (check_continue): Likewise.
2690 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2691 (test_catch_syscall_skipping_return): New test toggling off 'catch
2692 syscall' to step over the syscall return, then toggling back on.
2693 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2694 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2695 (do_syscall_tests): Call test_catch_syscall_without_args and
2696 test_catch_syscall_mid_vfork.
2697 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2698 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2699
b32b93c6
AS
27002015-10-19 Andrew Stubbs <ams@codesourcery.com>
2701
2702 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2703 print g_vE): Add new pass patterns.
2704 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2705 print various symbol names for vptr fields.
2706
9d622bda
AB
27072015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2710 results.
2711
0fd8ac1c
YQ
27122015-10-12 Yao Qi <yao.qi@linaro.org>
2713
2714 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2715
34240514
YQ
27162015-10-12 Yao Qi <yao.qi@linaro.org>
2717
2718 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2719 is aarch64*-*-linux*.
2720
8240f442
YQ
27212015-10-12 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2724 (can_relocate_bcond_true): ... it.
2725 (can_relocate_bcond_false): New function.
2726 (foo): Likewise.
2727 (can_relocate_bl): Likewise.
2728 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2729 can_relocate_bl.
2730
2520f728
PMR
27312015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2732
2733 * gdb.base/nested-addr.c: New file.
2734 * gdb.base/nested-addr.exp: New testcase.
2735
abcef95a
MM
27362015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2737
2738 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2739 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2740 its output. Ignore the output of "record goto begin" and instead
2741 check that GDB is replaying.
2742
145e3ddb
PA
27432015-10-09 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2746 (top level): Use it in the run with no args test.
2747
d5d8c4e1
IB
27482015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2749
2750 * gdb.dlang/properties.exp: New file.
2751
06e635ef
SL
27522015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2753
2754 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2755 whether or not address 0x1000 is mapped on the target.
2756
e019fd1d
SM
27572015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2758
2759 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2760 build.
2761
77ba2a67
MM
27622015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2763
2764 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2765 instruction-history test.
2766
c60eb31f
DE
27672015-09-28 Doug Evans <dje@google.com>
2768
2769 * gdb.base/gcore.c (array_func): Add reference to static_array.
2770
9a3c8263
SM
27712015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2774 source line.
2775
9720e656
SL
27762015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2777
2778 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2779 short or char as base type.
2780
938d3bf2
SL
27812015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2782
2783 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2784 to allow any size enum.
2785
e6c2c623
PMR
27862015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2787
2788 * gdb.ada/array_ptr_renaming.exp: New testcase.
2789 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2790 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2791
06da0f77
PL
27922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2793
2794 * gdb.trace/ftrace-lock.c: New file.
2795 * gdb.trace/ftrace-lock.exp: New file.
2796
4f51c22a
PL
27972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2798
2799 * gdb.arch/insn-reloc.c: New file.
2800 * gdb.arch/ftrace-insn-reloc.exp: New file.
2801
7041adf4
PL
28022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2803
2804 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2805 instruction.
2806 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2807 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2808 * gdb.trace/range-stepping.c: Likewise.
2809 * gdb.trace/trace-break.c: Likewise.
2810 * gdb.trace/trace-mt.c (thread_function): Likewise.
2811 * gdb.trace/ftrace.c (marker): Likewise.
2812 * gdb.trace/trace-condition.c (marker): Likewise.
2813 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2814 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2815 is_aarch64_target.
2816
015d2e7e
DE
28172015-09-18 Doug Evans <xdje42@gmail.com>
2818
2819 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2820 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2821
26b188a2
SL
28222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2823
2824 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2825 the breakpoint.
2826
79dc332b
SL
28272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2828
2829 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2830 the pending breakpoint. Remove timeout override for "Run till
2831 MI pending breakpoint on pendfunc3 on thread 2" test.
2832
f57929f2
SL
28332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2834
2835 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2836 filename pattern.
2837
3f469b17
SL
28382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2839
2840 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2841 in breakpoint filename pattern.
2842
515b89b3
SL
28432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2844
7800dbe4
SL
2845 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2846
28472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2848
515b89b3
SL
2849 * gdb.linespec/explicit.exp: Check for readline support for
2850 tab-completion tests. Fix obvious typo.
2851
d2939ba2
MM
28522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2853
2854 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2855 and replay.
2856
cbb55fa7
MM
28572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2858
2859 * gdb.btrace/non-stop.c: New.
2860 * gdb.btrace/non-stop.exp: New.
2861
43691ca1
PL
28622015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2863 Yao Qi <yao.qi@linaro.org>
2864
2865 * gdb.trace/trace-condition.c: New file.
2866 * gdb.trace/trace-condition.exp: New file.
2867
d78908cf
WW
28682015-09-16 Wei-cheng Wang <cole945@gmail.com>
2869
2870 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2871 for testing bytecode compilation.
2872
1ed415e2
PA
28732015-09-16 Pedro Alves <palves@redhat.com>
2874 Sandra Loosemore <sandra@codesourcery.com>
2875
2876 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2877 (SECONDS): Redefine.
2878 (main): Call pthread_kill and alarm early.
2879 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2880 support.
2881 (test): If the target can't hardware step and doesn't support
2882 displaced stepping, increase the timeout.
2883
d136eff5
PA
28842015-09-16 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2887 (enable_debug): New procedures.
2888 (test): Use them. Bail out if waiting for threads fails.
2889 (top level): Bail out if a test fails.
2890
991f019c
YQ
28912015-09-16 Yao Qi <yao.qi@linaro.org>
2892
2893 * gdb.asm/asm-source.exp: Set asm-arch for
2894 aarch64*-*-* target.
2895 * gdb.asm/aarch64.inc: New file.
2896
bfca584f
PMR
28972015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2898
2899 * gdb.ada/array_of_variable_length.exp: New testcase.
2900 * gdb.ada/array_of_variable_length/foo.adb: New file.
2901 * gdb.ada/array_of_variable_length/pck.adb: New file.
2902 * gdb.ada/array_of_variable_length/pck.ads: New file.
2903
b326e587
DE
29042015-09-15 Doug Evans <dje@google.com>
2905
2906 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2907 of function static local variable.
2908
5382cfab
PW
29092015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.threads/tls-so_extern.exp: New test file.
2912 * gdb.threads/tls-so_extern.c: New test file.
2913 * gdb.threads/tls-so_extern_main.c: New test file.
2914
141c5cc4
JK
29152015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.opt/solib-intra-step-lib.c: New file.
2918 * gdb.opt/solib-intra-step-main.c: New file.
2919 * gdb.opt/solib-intra-step.exp: New file.
2920
d15dcecd
PA
29212015-09-15 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2924 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2925
4c2f2a79
PA
29262015-09-14 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/hook-stop-continue.c: Delete.
2929 * gdb.base/hook-stop-continue.exp: Delete.
2930 * gdb.base/hook-stop-frame.c: Delete.
2931 * gdb.base/hook-stop-frame.exp: Delete.
2932 * gdb.base/hook-stop.c: New file.
2933 * gdb.base/hook-stop.exp: New file.
2934
919e6dbe
PMR
29352015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2936
2937 * gdb.ada/access_to_packed_array.exp: New testcase.
2938 * gdb.ada/access_to_packed_array/foo.adb: New file.
2939 * gdb.ada/access_to_packed_array/pack.adb: New file.
2940 * gdb.ada/access_to_packed_array/pack.ads: New file.
2941
157280a4
MM
29422015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2943
2944 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2945 buffer size test.
2946
2fd33e94
DB
29472015-09-11 Don Breazeal <donb@codesourcery.com>
2948
2949 * gdb.base/foll-exec.c: Add copyright header. Fix
2950 formatting issues.
2951 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2952 (do_exec_tests): Use clean_restart in place of zap_session,
2953 and for test initialization. Fix formatting issues. Use
2954 fail in place of perror.
2955 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2956 an expect statement to match an expression with output from
2957 the program under debug.
2958 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2959 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2960 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2961 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2962 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2963
e70b6e8e
DE
29642015-09-09 Doug Evans <dje@google.com>
2965
2966 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2967
7a551a51
DE
29682015-09-09 Doug Evans <dje@google.com>
2969
2970 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2971
4c666f84
DE
29722015-09-09 Doug Evans <dje@google.com>
2973
2974 * gdb.base/savedregs.exp: Fix typo.
2975
243a9253
PA
29762015-09-09 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2979
c0fa8fbd
SL
29802015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2981
2982 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2983 command actually switches threads. Give up on remaining
2984 tests if target fails to stop at breakpoint.
2985
cd7c1778
PMR
29862015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2987
2988 * gdb.ada/funcall_char.exp: New testcase.
2989 * gdb.ada/funcall_char/foo.adb: New file.
2990
dc5c8746
PMR
29912015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2992
2993 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2994 expected outputs. Add two testcases for completing ambiguous
2995 functions.
2996 * gdb.ada/complete/aux_pck.adb: New file.
2997 * gdb.ada/complete/aux_pck.ads: New file.
2998 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2999 Ambiguous_Func functions.
3000 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
3001 * gdb.ada/complete/pck.adb: Likewise.
3002
4e83a1e7
UW
30032015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3004
3005 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
3006 failures to run the test program under GDB.
3007
8ce74153
LM
30082015-08-26 Luis Machado <lgustavo@codesourcery.com>
3009
3010 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
3011 to C.
3012
e9756d52
PP
30132015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3014
3015 * gdb.base/run-after-attach.exp: New test file.
3016 * gdb.base/run-after-attach.c: New test file.
3017
8d37573b
DB
30182015-08-26 Don Breazeal <donb@codesourcery.com>
3019
3020 * gdb.base/foll-exec-2.c: New test program.
3021 * gdb.base/foll-exec-2.exp: New test.
3022
63e43d3a
PMR
30232015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3024
3025 * gdb.base/nested-subp1.exp: New file.
3026 * gdb.base/nested-subp1.c: New file.
3027 * gdb.base/nested-subp2.exp: New file.
3028 * gdb.base/nested-subp2.c: New file.
3029 * gdb.base/nested-subp3.exp: New file.
3030 * gdb.base/nested-subp3.c: New file.
3031
3d40fbb5
PA
30322015-08-24 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.server/connect-without-multi-process.c: New file.
3035 * gdb.server/connect-without-multi-process.exp: New file.
3036
4422ac93
LM
30372015-08-24 Luis Machado <lgustavo@codesourcery.com>
3038
3039 * gdb.opt/inline-markers.c: Make z int.
3040
91dddb86
LM
30412015-08-24 Luis Machado <lgustavo@codesourcery.com>
3042
3043 * gdb.opt/inline-markers.c: Make z volatile.
3044
a48847ee
LM
30452015-08-24 Luis Machado <lgustavo@codesourcery.com>
3046
3047 * gdb.opt/inline-bt.c: New volatile global z.
3048 * gdb.opt/inline-cmds.c: Likewise.
3049 * gdb.opt/inline-locals.c: Likewise.
3050 * gdb.opt/inline-markers.c: New extern global z.
3051 (marker): Use z.
3052 (inline_fn): Likewise.
3053
0ebbc52b
PA
30542015-08-24 Pedro Alves <palves@redhat.com>
3055
3056 * config/m32r-stub.exp: Remove file.
3057 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3058 * gdb.base/call-rt-st.exp: Likewise.
3059 * gdb.base/call-strs.exp: Likewise.
3060 * gdb.base/default.exp: Remove references to h8300-*-hms and
3061 *-*-udi*.
3062 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3063
77c365df
AA
30642015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3065
3066 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3067 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3068 and "return" use KFAIL when GDB can not read/write the vector
3069 return value.
3070
4313b8c0
GB
30712015-08-21 Gary Benson <gbenson@redhat.com>
3072
3073 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3074
0e433b32
PA
30752015-08-20 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.server/solib-list.exp: No longer expect an interior stop in
3078 non-stop mode.
3079
221e1a37
PA
30802015-08-20 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.server/connect-stopped-target.c: New file.
3083 * gdb.server/connect-stopped-target.exp: New file.
3084
40e3ad0e
PA
30852015-08-20 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.dwarf2/comp-unit-lang.exp: New file.
3088 * gdb.dwarf2/comp-unit-lang.c: New file.
3089
af39b327
PMR
30902015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3091
3092 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3093 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3094
7d45c7c3 30952015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 3096
7d45c7c3
KB
3097 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3098 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3099
4d6cceb4
DE
31002015-08-18 Doug Evans <dje@google.com>
3101 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3102
3103 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3104 skip_python_tests. New arg prompt_regexp.
3105 (skip_python_tests): New function.
3106 * lib/mi-support.exp (mi_skip_python_tests): New function.
3107 * gdb.python/py-mi-objfile-gdb.py: New file.
3108 * gdb.python/py-mi-objfile.c: New file.
3109 * gdb.python/py-mi-objfile.exp: New file.
3110
ad89c2aa
KS
31112015-08-17 Keith Seitz <keiths@redhat.com>
3112
3113 * gdb.linespec/explicit.exp: Move strace test from here ...
3114 * gdb.trace/strace.exp: ... to here.
3115
e3ae3c43
PP
31162015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3117
3118 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3119 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3120
604b2636
DE
31212015-08-14 Doug Evans <xdje42@gmail.com>
3122
3123 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3124 inferior before selecting a new file.
3125
6ff0ba5f
DE
31262015-08-14 Doug Evans <xdje42@gmail.com>
3127
3128 * gdb.mi/mi-disassemble.exp: Update.
3129 * gdb.base/disasm-optim.S: New file.
3130 * gdb.base/disasm-optim.c: New file.
3131 * gdb.base/disasm-optim.h: New file.
3132 * gdb.base/disasm-optim.exp: New file.
3133
9ca98f92
KS
31342015-08-14 Keith Seitz <keiths@redhat.com>
3135
3136 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3137 "evaluated-by".
3138
52bbc560
JB
31392015-08-13 Joel Brobecker <brobecker@adacore.com>
3140
3141 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3142
5d8c3ed3
PMR
31432015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3144
3145 * gdb.ada/fun_renaming.exp: New testcase.
3146 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3147 * gdb.ada/fun_renaming/pack.adb: New file.
3148 * gdb.ada/fun_renaming/pack.ads: New file.
3149
ea8812bc
KS
31502015-08-12 Keith Seitz <keiths@redhat.com>
3151
3152 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3153 gdb_get_line_number.
3154
4dafcdeb
JB
31552015-08-12 Joel Brobecker <brobecker@adacore.com>
3156
3157 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3158 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3159 gdb.base/dso2dso.exp: New files.
3160
5ba32597
SDJ
31612015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3162 Pedro Alves <palves@redhat.com>
3163 Keith Seitz <keiths@redhat.com>
3164
3165 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3166 GDBFLAGS.
3167
b6dafabf
PP
31682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3169
3170 * gdb.base/gdbhistsize-history.exp
3171 (test_histsize_history_setting): Use save_vars.
3172 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3173 Use save_vars.
3174 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3175 * gdb.base/readline.exp: Use save_vars.
3176
abe8e607
PP
31772015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3178
3179 * lib/gdb.exp (save_vars): New proc.
3180
629500fa
KS
31812015-08-11 Keith Seitz <keiths@redhat.com>
3182
3183 * gdb.base/help.exp: Update help_breakpoint_text.
3184
eb8c4e2e
KS
31852015-08-11 Keith Seitz <keiths@redhat.com>
3186
3187 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3188 (at toplevel): Call test_explicit_breakpoints.
3189 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3190 breakpoints.
3191 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3192 breakpoint conditions, "-cond".
3193
87f0e720
KS
31942015-08-11 Keith Seitz <keiths@redhat.com>
3195
3196 * gdb.linespec/3explicit.c: New file.
3197 * gdb.linespec/cpexplicit.cc: New file.
3198 * gdb.linespec/cpexplicit.exp: New file.
3199 * gdb.linespec/explicit.c: New file.
3200 * gdb.linespec/explicit.exp: New file.
3201 * gdb.linespec/explicit2.c: New file.
3202 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3203 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3204 before using in the matching pattern.
3205 Clarify that `prefix' is a regular expression.
3206
f00aae0f
KS
32072015-08-11 Keith Seitz <keiths@redhat.com>
3208
3209 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3210 test.
3211 Add tests for missing ",FMT" and ",".
3212
e27852be
DE
32132015-08-10 Doug Evans <dje@google.com>
3214 Keith Seitz <keiths@redhat.com>
3215
3216 PR gdb/17960
3217 * gdb.base/completion.exp: Add location completer tests.
3218
7f03bd92
PA
32192015-08-07 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3222 tests here.
3223 (top level): Run do_test with and without displaced stepping.
3224
3fc8eb30
PA
32252015-08-07 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/valgrind-disp-step.c: New file.
3228 * gdb.base/valgrind-disp-step.exp: New file.
3229
d4569d7b
PA
32302015-08-07 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3233 Delete function.
3234 (main): Add alarm. Run an infinite loop instead of calling
3235 wait_threads.
3236 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3237 comment.
3238 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3239 Delete function.
3240 (main): Add alarm. Run an infinite loop instead of calling
3241 wait_threads.
3242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3243 comment.
3244
e1316e60
PA
32452015-08-07 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/checkpoint-ns.exp: New file.
3248 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3249 standard_testfile.
3250
da8c46d2
MM
32512015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3252
3253 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3254 * gdb.btrace/instruction_history.exp: Update.
3255 * gdb.btrace/tsx.exp: New.
3256 * gdb.btrace/tsx.c: New.
3257
de1c2c52
PA
32582015-08-06 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3261 increase timeout.
3262 * gdb.reverse/until-precsave.exp: Bump timeouts.
3263
782e0bf4
PA
32642015-08-06 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3267
83e97ed0
PA
32682015-08-06 Pedro Alves <palves@redhat.com>
3269
3270 PR gdb/18749
3271 * gdb.threads/process-dies-while-handling-bp.c: New file.
3272 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3273
863d01bd
PA
32742015-08-06 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3277 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3278
0a39bb32
PA
32792015-08-05 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3282 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3283
ee2d2b10
SL
32842015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3285
3286 * gdb.base/bp-permanent.exp: Report test as unsupported if
3287 the target cannot stop at the permanent breakpoint.
3288
4e1bdb00
DE
32892015-08-03 Doug Evans <dje@google.com>
3290
3291 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3292 10000.
3293
3d338901
DE
32942015-08-03 Doug Evans <dje@google.com>
3295
3296 * Makefile.in (workers/%.worker, build-perf): New rule.
3297 (GDB_PERFTEST_MODE): New variable.
3298 (check-perf): Use it.
3299 (clean): Clean up gdb.perf parallel build subdirs.
3300 * lib/build-piece.exp: New file.
3301 * lib/gdb.exp (make_gdb_parallel_path): New function
3302 (standard_output_file, standard_temp_file): Call it.
3303 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3304 of $GDB_PARALLEL.
3305 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3306
af061d3e
DE
33072015-08-03 Doug Evans <dje@google.com>
3308
8e1afc81 3309 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3310 (LOG_FILE_NAME): New global.
3311 (TextReporter.__init__): Initialize self.txt_sum.
3312 (TextReporter.report): Add support for multiple data-points.
3313 Move report to perftest.sum, put raw data in perftest.log.
3314 (TextReporter.start): Open sum and log files.
3315 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3316 * gdb.perf/lib/perftest/testresult.py
3317 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3318
2c8c5d37
PA
33192015-07-31 Pedro Alves <palves@redhat.com>
3320
3321 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3322 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3323 kill_wait_spawned_process instead of explicit "kill -9".
3324 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3325 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3326 kill_wait_spawned_process.
3327 * gdb.base/attach-twice.exp: Likewise.
3328 * gdb.base/attach.exp: Likewise.
3329 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3330 gdb_test_multiple.
3331 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3332 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3333 kill_wait_spawned_process.
3334 * gdb.base/valgrind-infcall.exp: Likewise.
3335 * gdb.multi/multi-attach.exp: Likewise.
3336 * gdb.python/py-prompt.exp: Likewise.
3337 * gdb.python/py-sync-interp.exp: Likewise.
3338 * gdb.server/ext-attach.exp: Likewise.
3339 * gdb.threads/attach-into-signal.exp (corefunc): Use
3340 spawn_wait_for_attach, spawn_id_get_pid and
3341 kill_wait_spawned_process.
3342 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3343 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3344 spawn_id_get_pid and kill_wait_spawned_process.
3345 * gdb.threads/attach-stopped.exp (corefunc): Use
3346 spawn_wait_for_attach, spawn_id_get_pid and
3347 kill_wait_spawned_process.
3348 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3349 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3350 kill_wait_spawned_process instead of explicit "kill -9".
3351 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3352 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3353 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3354 processes. Don't map cygwin/windows pids here. Now returns a
3355 spawn id list.
3356
032a0fca
SL
33572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3358
3359 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3360 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3361 correct patch.
3362
61a934ca
SL
33632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3364
3365 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3366
4bc4d428
SL
33672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3368
3369 Reapply:
3370 2014-05-21 Mark Wielaard <mjw@redhat.com>
3371
3372 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3373
998d452a
PA
33742015-07-30 Pedro Alves <palves@redhat.com>
3375
3376 * linux-low.c (handle_extended_wait): Set the child's last
3377 reported status to TARGET_WAITKIND_STOPPED.
3378
69dde7dc
PA
33792015-07-30 Pedro Alves <palves@redhat.com>
3380
3381 PR threads/18600
3382 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3383 only shows inferior 1.
3384
4dd63d48
PA
33852015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3386 Pedro Alves <palves@redhat.com>
3387
3388 PR threads/18600
3389 * gdb.threads/fork-plus-threads.c: New file.
3390 * gdb.threads/fork-plus-threads.exp: New file.
3391
d618e4c5
PP
33922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3393
3394 * gdb.base/batch-preserve-term-settings.exp
3395 (test_terminal_settings_preserved_after_cli_exit): Use
3396 send_quit_command.
3397
1eef6428
PA
33982015-07-29 Pedro Alves <palves@redhat.com>
3399 Don Breazeal <donb@codesourcery.com>
3400
3401 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3402 output from both inferior_spawn_id and gdb_spawn_id.
3403
7da5b897
SDJ
34042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3405
3406 * gdb.threads/attach-into-signal.exp (corefunc): Use
3407 with_test_prefix on nested loops, uniquefying the test messages.
3408
dac804df
SDJ
34092015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3410
3411 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3412 commit.
3413
06265e53
PP
34142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3415
3416 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3417 New proc.
3418 (test_terminal_settings_preserved_after_sigterm): New test.
3419
18206ca3
PP
34202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3421
3422 * gdb.base/batch-preserve-term-settings.exp
3423 (test_terminal_settings_preserved_after_cli_exit): New test.
3424
90074d11
PP
34252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3426
3427 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3428 manipulation of saved_gdbflags.
3429 (test_terminal_settings_preserved): Remove global declaration of
3430 the unused variable pagination_prompt. Remove manipulation of
3431 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3432 GDBFLAGS.
3433
eb1a7902
PA
34342015-07-29 Pedro Alves <palves@redhat.com>
3435
3436 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3437
8b75dd3b
PA
34382015-07-29 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3441 at the top.
3442
dedad4e3
PA
34432015-07-29 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3446 (main): Call gdb_unbuffer_output.
3447 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3448 (main): Call gdb_unbuffer_output.
3449 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3450 (main): Call gdb_unbuffer_output.
3451 * gdb.base/call-strs.exp: Adjust to step over the
3452 gdb_unbuffer_output call.
3453 * gdb.base/catch-gdb-caused-signals.c: Include
3454 "../lib/unbuffer_output.c".
3455 (main): Call gdb_unbuffer_output.
3456 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3457 (main): Call gdb_unbuffer_output.
3458 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3459 (main): Call gdb_unbuffer_output.
3460 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3461 (main): Call gdb_unbuffer_output.
3462 * gdb.base/shlib-call.exp: Adjust to step over the
3463 gdb_unbuffer_output call.
3464 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3465 (main): Call gdb_unbuffer_output.
3466 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3467 (main): Call gdb_unbuffer_output.
3468 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3469 (main): Rename to ...
3470 (test): ... this.
3471 (main): Reimplement.
3472 * gdb.base/varargs.exp: Run to test instead of to main.
3473 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3474 (main): Call gdb_unbuffer_output.
3475
58789a91
PA
34762015-07-29 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3479 factore out from mi_continue_dprintf. For call-style dprintfs,
3480 expect dprintf output out of $inferior_spawn_id.
3481 (mi_continue_dprintf): Use mi_expect_dprintf.
3482 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3483 (main): Call gdb_unbuffer_output.
3484
e8376742
PA
34852015-07-29 Pedro Alves <palves@redhat.com>
3486
3487 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3488 (default_mi_gdb_start): Set inferior_spawn_id instead of
3489 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3490 gdb_spawn_id.
3491 (mi_gdb_test): Always expect inferior output from both
3492 $inferior_spawn_id and $gdb_spawn_id.
3493
08280010
PA
34942015-07-29 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3497 send_inferior and $inferior_spawn_id.
3498
4d30e432
PA
34992015-07-29 Pedro Alves <palves@redhat.com>
3500
3501 * gdb.gdb/complaints.exp (test_initial_complaints)
3502 (test_serial_complaints, test_short_complaints): Use
3503 gdb_test_stdio.
3504 (test_empty_complaint): Handle $inferior_spawn_id !=
3505 $gdb_spawn_id.
3506
0d30a335
PA
35072015-07-29 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.base/varargs.exp: Use gdb_test_stdio.
3510
39413b29
PA
35112015-07-29 Pedro Alves <palves@redhat.com>
3512
3513 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3514
7cb000a9
PA
35152015-07-29 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3518
d7b8ac82
PA
35192015-07-29 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3522 parameter into two new parameters, "inf_result" and "gdb_result".
3523 Expect inferior output and gdb output from $inferior_spawn_id and
3524 $gdb_spawn_id, respectively. Adjust all callers.
3525
789c3a0c
PA
35262015-07-29 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3529 of gdb_test_sequence.
3530
77e760c3
PA
35312015-07-29 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3534 (saw_spurious_output): Expect inferior output from
3535 $inferior_spawn_id. Use gdb_test_stdio.
3536
8396d2cd
PA
35372015-07-29 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.base/dprintf.exp: Use standard_testfile. Change
3540 prepare_for_testing call.
3541 (srcfile): Don't set.
3542 (restart): New procedure.
3543 (test_dprintf): New procecure, use to continue over dprintfs.
3544 (test_call, test_agent): New procedures, tests moved here.
3545 Restart gdb and recreate dprintfs. Adjust expected output.
3546
2051d61f
PA
35472015-07-29 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3550
452397af
PA
35512015-07-29 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3554
8aed9555
PA
35552015-07-29 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3558 gdb_test_stdio.
3559
188a61b4
PA
35602015-07-29 Pedro Alves <palves@redhat.com>
3561
3562 * lib/gdb.exp (gdb_test_stdio): New procedure.
3563
12264a45
PA
35642015-07-29 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3567
23ffc893
PA
35682015-07-29 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/call-signal-resume.exp: Remove check for
3571 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3572 * gdb.base/unwindonsignal.exp: Likewise.
3573 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3574 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3575
65566918
PA
35762015-07-29 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/siginfo-addr.c (pass): New function.
3579 (handler): Call it iff si_addr is correct.
3580 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3581 Set a breakpoint at "pass" and continue to it.
3582
d60a9221
SDJ
35832015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3584
3585 * gdb.python/py-objfile.exp: Make some tests have unique names.
3586 * gdb.python/py-pp-registration.exp: Likewise.
3587
bde40b8f
PA
35882015-07-28 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3591
13e1dec8
SM
35922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3593
3594 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3595
da33c9a7
SM
35962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3597
3598 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3599
077836f7
PP
36002015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3601
3602 * gdb.base/gdb-sigterm-2.exp: New test.
3603
b8cc7b2e
DE
36042015-07-25 Doug Evans <xdje42@gmail.com>
3605
3606 Revert:
3607 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3608 (workers/%.worker, build-perf): New rule.
3609 (GDB_PERFTEST_MODE): New variable.
3610 (check-perf): Use it.
3611 (clean): Clean up gdb.perf parallel build subdirs.
3612 * lib/build-piece.exp: New file.
3613 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3614 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3615 name.
3616 (standard_temp_file): Ditto.
3617 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3618 of $GDB_PARALLEL.
3619
c8bd4544
DE
36202015-07-24 Doug Evans <dje@google.com>
3621
3622 * gdb.perf/lib/perftest/utils.py: New file.
3623 * gdb.perf/gm-hello.cc: New file.
3624 * gdb.perf/gm-pervasive-typedef.cc: New file.
3625 * gdb.perf/gm-pervasive-typedef.h: New file.
3626 * gdb.perf/gm-std.cc: New file.
3627 * gdb.perf/gm-std.h: New file.
3628 * gdb.perf/gm-use-cerr.cc: New file.
3629 * gdb.perf/gm-utils.h: New file.
3630 * gdb.perf/gmonster-null-lookup.py: New file.
3631 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3632 * gdb.perf/gmonster-print-cerr.py: New file.
3633 * gdb.perf/gmonster-ptype-string.py: New file.
3634 * gdb.perf/gmonster-runto-main.py: New file.
3635 * gdb.perf/gmonster-select-file.py: New file.
3636 * gdb.perf/gmonster1-null-lookup.exp: New file.
3637 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3638 * gdb.perf/gmonster1-print-cerr.exp: New file.
3639 * gdb.perf/gmonster1-ptype-string.exp: New file.
3640 * gdb.perf/gmonster1-runto-main.exp: New file.
3641 * gdb.perf/gmonster1-select-file.exp: New file.
3642 * gdb.perf/gmonster1.cc: New file.
3643 * gdb.perf/gmonster1.exp: New file.
3644 * gdb.perf/gmonster2-null-lookup.exp: New file.
3645 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3646 * gdb.perf/gmonster2-print-cerr.exp: New file.
3647 * gdb.perf/gmonster2-ptype-string.exp: New file.
3648 * gdb.perf/gmonster2-runto-main.exp: New file.
3649 * gdb.perf/gmonster2-select-file.exp: New file.
3650 * gdb.perf/gmonster2.cc: New file.
3651 * gdb.perf/gmonster2.exp: New file.
3652
6eab34f3
DE
36532015-07-24 Doug Evans <dje@google.com>
3654
3655 * gdb.perf/README: New file.
3656 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3657 * lib/gen-perf-test.exp: New file.
3658
63738bfd
DE
36592015-07-24 Doug Evans <dje@google.com>
3660
3661 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3662 (PerfTest::startup): New function.
3663 (PerfTest::run): Return result of calling body.
3664 (PerfTest::assemble): Rewrite.
3665 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3666 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3667 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3668 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3669 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3670
7b606f95
DE
36712015-07-24 Doug Evans <dje@google.com>
3672
3673 * lib/gdb.exp (clean_restart): Make executable optional.
3674
a97b16b8
DE
36752015-07-24 Doug Evans <dje@google.com>
3676
3677 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3678 compiler_info references.
3679 * gdb.cp/temargs.exp: Ditto.
3680 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3681 (get_compiler_info): Early exit if already computed. Set compiler_info
3682 to "unknown" if there was a problem.
3683 (test_compiler_info): Add function comment. Call get_compiler_info.
3684
35baa57f
DE
36852015-07-24 Doug Evans <dje@google.com>
3686
3687 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3688 (workers/%.worker, build-perf): New rule.
3689 (GDB_PERFTEST_MODE): New variable.
3690 (check-perf): Use it.
3691 (clean): Clean up gdb.perf parallel build subdirs.
3692 * lib/build-piece.exp: New file.
3693 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3694 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3695 name.
3696 (standard_temp_file): Ditto.
3697 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3698 of $GDB_PARALLEL.
3699
6ebea266
DE
37002015-07-24 Doug Evans <dje@google.com>
3701
3702 * lib/future.exp (gdb_default_target_compile): New option
3703 "early_flags".
3704 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3705 --as-needed.
3706
1e76a7e9
SDJ
37072015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3708
3709 * gdb.base/catch-syscall.exp: Call gdb_exit before
3710 gdb_skip_xml_test.
3711
5068630a
PA
37122015-07-24 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.python/py-events.exp: Accept output between the stop event
3715 and the prompt.
3716 * gdb.python/py-evsignal.exp: Likewise.
3717 * gdb.python/py-evthreads.exp: Likewise.
3718
77598427
PA
37192015-07-24 Pedro Alves <palves@redhat.com>
3720
3721 PR gdb/18717
3722 * gdb.threads/non-ldr-exit.c: New file.
3723 * gdb.threads/non-ldr-exit.exp: New file.
3724
11e6c98f
YQ
37252015-07-24 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3728 restarting process.
3729
51aee833
YQ
37302015-07-24 Yao Qi <yao.qi@linaro.org>
3731
3732 * gdb.server/ext-restart.exp: New file.
3733
8cfe207c
YQ
37342015-07-24 Yao Qi <yao.qi@linaro.org>
3735
3736 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3737 argument options.
3738 * gdb.server/ext-wrapper.exp: New file.
3739
cc12ce38
DE
37402015-07-23 Doug Evans <dje@google.com>
3741
3742 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3743 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3744
d0d84780
PMR
37452015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3746
3747 * gdb.ada/var_arr_typedef.exp: New testcase.
3748 * gdb.ada/var_arr_typedef/pack.adb: New file.
3749 * gdb.ada/var_arr_typedef/pack.ads: New file.
3750 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3751
8b558f79
JB
37522015-07-20 Joel Brobecker <brobecker@adacore.com>
3753
3754 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3755
775a3298
JK
37562015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * gdb.arch/i386-biarch-core.exp: Replace istarget
3759 by "complete set gnutarget". Remove expectation for the "core-file"
3760 command.
3761
db1ff28b
JK
37622015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 Revert the previous commit:
3765 Tests for validate symbol file using build-id.
3766
0a94970d
JK
37672015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3768
3769 Tests for validate symbol file using build-id.
3770 * gdb.base/solib-mismatch-lib.c: New file.
3771 * gdb.base/solib-mismatch-libmod.c: New file.
3772 * gdb.base/solib-mismatch.c: New file.
3773 * gdb.base/solib-mismatch.exp: New file.
3774
03346981
SL
37752015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3776
3777 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3778 nios2-*-linux*.
3779 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3780 * gdb.base/siginfo.exp: Likewise.
3781 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3782
42422cc7
PL
37832015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3784
3785 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3786 Move it to ...
3787 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3788 ... here.
3789 * gdb.trace/range-stepping.exp: Check that the target supports
3790 range stepping.
3791
cfa68bae
JK
37922015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3795
8ffdba26
PA
37962015-07-14 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.base/killed-outside.exp: New file.
3799 * gdb.base/killed-outside.c: New file.
3800
218a5a11
JK
38012015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3804 (n at main): New.
3805 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3806
e03ed3c6
AA
38072015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3808
3809 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3810 infcall tests instead of setting up for KFAIL.
3811
485668e5
MM
38122015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3813
3814 * gdb.btrace/record_goto-step.exp: New.
3815
08464196
JK
38162015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 PR compile/18484
3819 * gdb.compile/compile.c (struct struct_type): Add volatile to
3820 selffield's type.
3821 * gdb.compile/compile.exp
3822 (compile code struct_object.selffield = &struct_object): Skip further
3823 struct_object tests if this one xfails.
3824
bcf5c1d9
RC
38252015-07-08 Robert O'Callahan <robert@ocallahan.org>
3826
3827 PR exp/18617
3828 * gdb.trace/ax.exp: Add test.
3829
4931af25
YQ
38302015-07-07 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3833 instead of istarget "aarch64*-*-*".
3834 * gdb.arch/aarch64-fp.exp: Likewise.
3835 * gdb.base/float.exp: Likewise.
3836 * gdb.reverse/aarch64.exp: Likewise.
3837 * lib/gdb.exp (is_aarch64_target): New proc.
3838
9fcf688e
YQ
38392015-07-07 Yao Qi <yao.qi@linaro.org>
3840
3841 * lib/gdb.exp (is_aarch32_target): New proc.
3842 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3843 instead of "istarget "arm*-*-*"".
3844 * gdb.arch/arm-disp-step.exp: Likewise.
3845 * gdb.arch/thumb-bx-pc.exp: Likewise.
3846 * gdb.arch/thumb-prologue.exp: Likewise.
3847 * gdb.arch/thumb-singlestep.exp: Likewise.
3848 * gdb.base/disp-step-syscall.exp: Likewise.
3849 * gdb.base/float.exp: Likewise.
3850
fbd8d50d
YQ
38512015-07-07 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3854 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3855
71be1fdc
YQ
38562015-07-07 Yao Qi <yao.qi@linaro.org>
3857
3858 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3859 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3860 if it exists.
3861 * gdb.multi/multi-arch.exp: Likewise.
3862
3e221d36
SM
38632015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3864
3865 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3866 print.
3867
d441430b
YQ
38682015-07-07 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3871
06f810bd
MG
38722015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3873
3874 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3875 '[' and ']' characters.
3876
5e61e7c0
IB
38772015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3878
3879 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3880
28bf096c
PA
38812015-06-29 Pedro Alves <palves@redhat.com>
3882
3883 PR threads/18127
3884 * gdb.threads/hand-call-new-thread.c: New file.
3885 * gdb.threads/hand-call-new-thread.c: New file.
3886
ee93cd5e
KS
38872015-06-26 Keith Seitz <keiths@redhat.com>
3888 Doug Evans <dje@google.com>
3889
3890 PR 16253
3891 * gdb.cp/var-tag-2.cc: New file.
3892 * gdb.cp/var-tag-3.cc: New file.
3893 * gdb.cp/var-tag-4.cc: New file.
3894 * gdb.cp/var-tag.cc: New file.
3895 * gdb.cp/var-tag.exp: New file.
3896
fc637f04
PP
38972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3898
3899 * gdb.base/history-duplicates.exp: New test.
3900
2e52ae68
PP
39012015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3902
3903 * gdb.base/completion.exp: Test the completion of the "focus"
3904 command.
3905
6e22494e
JK
39062015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * gdb.arch/amd64-prologue-skip.S: New file.
3909 * gdb.arch/amd64-prologue-skip.exp: New file.
3910
bf7b9cd9
SM
39112015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3912
3913 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3914 is_address_zero_readable check.
3915
201e8dfd
PB
39162015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3917
3918 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3919 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3920
5cd867b4
YQ
39212015-06-24 Yao Qi <yao.qi@linaro.org>
3922
3923 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3924 linux targets.
3925
4d7be007
YQ
39262015-06-24 Yao Qi <yao.qi@linaro.org>
3927
3928 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3929 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3930 * gdb.base/siginfo-thread.exp: Likewise.
3931
07fcd301
YQ
39322015-06-22 Yao Qi <yao.qi@linaro.org>
3933
3934 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3935
52042a00
YQ
39362015-06-22 Yao Qi <yao.qi@linaro.org>
3937
3938 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3939 aarch64*-*-*.
3940 (skip_hw_watchpoint_tests): Likewise.
3941
74bd41ce
PP
39422015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3943
3944 * gdb.base/gdbinit-history.exp: Test the interaction between
3945 setting GDBHISTSIZE and setting the history size via .gdbinit.
3946
bc460514
PP
39472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3948
3949 PR gdb/16999
3950 * gdb.base/gdbhistsize-history.exp: New test.
3951
b58c513b
PP
39522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3953
3954 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3955 with GDBHISTSIZE.
3956 * gdb.base/readline.exp: Likewise.
3957
92046791
YQ
39582015-06-17 Yao Qi <yao.qi@linaro.org>
3959
3960 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3961 line.
3962
2093d2d3
PP
39632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3964
3965 * gdb.base/gdbinit-history.exp: Add test case to check that
3966 an unlimited history file does not get truncated on exit.
3967
e6c693af
AA
39682015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3969
3970 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3971 (VECTOR): New macro. Use it...
3972 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3973 ...for these typedefs.
3974 (int8, char1, int1, double1): New typedefs.
3975 (struct just_int2, struct two_int2): New structures.
3976 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3977 (add_structvecs, add_singlevecs): New functions.
3978 (main): Call add_some_intvecs twice.
3979 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3980 the compile and exit upon failure. Try compiling for the "native"
3981 architecture. Test inferior function calls with vector arguments
3982 and vector return value handling with "finish" and "return".
3983
c74f7d1c
JT
39842015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3985
3986 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3987 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3988 PE file.
3989 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3990
98aa42ee
AT
39912015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3992
3993 PR breakpoints/16465
3994 * gdb.mi/mi-dprintf-pending.c: New file.
3995 * gdb.mi/mi-dprintf-pending.exp: New test.
3996 * gdb.mi/mi-dprintf-pendshr.c: New file.
3997
7d73c23c 39982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3999 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
4000
4001 * gdb.arch/i386-mpx-map.c: New file.
4002 * gdb.arch/i386-mpx-map.exp: New File.
4003
40042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4005
4006 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
4007 * gdb.arch/i386-mpx.exp: Indentation fixed.
4008
40092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4010
4011 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
4012 function and improved indentation.
4013 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
4014 gdb_test_multiple. Added additional tests to skip the test.
4015
40162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4017
4018 * gdb.arch/i386-avx512.c: Change path in include file.
4019 * gdb.arch/i386-avx512.exp: Change include dir path
4020 compilation flag.
4021 * gdb.arch/i386-mpx.c: Change path in include file.
4022 * gdb.arch/i386-mpx.exp: Change include dir path compilation
4023 flag.
4024
d5eba19a
JK
40252015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.compile/compile-print.exp (compile print *vararray@3)
4028 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
4029
7f361056
JK
40302015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
4033 (do not keep jit in memory): ... this.
4034 (expect 5): Change it to ...
4035 (expect no 5): ... this.
4036
3b462ec2
SM
40372015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4038
4039 PR gdb/15564
4040 * gdb.mi/mi-detach.exp: New file.
4041
e0619de6
JK
40422015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4043
4044 PR symtab/18392
4045 * gdb.arch/amd64-tailcall-self.S: New file.
4046 * gdb.arch/amd64-tailcall-self.c: New file.
4047 * gdb.arch/amd64-tailcall-self.exp: New file.
4048
e970cb34
DB
40492015-05-28 Don Breazeal <donb@codesourcery.com>
4050
4051 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4052 tests for remote targets by checking is_target_gdbserver.
4053
b2e2f908
DE
40542015-05-27 Doug Evans <dje@google.com>
4055
4056 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4057 * gdb.dwarf2/opaque-type-lookup.c: New file.
4058 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4059
82c7be31
DE
40602015-05-26 Doug Evans <dje@google.com>
4061
4062 * gdb.cp/iostream.cc: New file.
4063 * gdb.cp/iostream.exp: New file.
4064
b4f54984
DE
40652015-05-26 Doug Evans <dje@google.com>
4066
4067 * gdb.dwarf2/dw2-op-call.exp: Update.
4068 * gdb.dwarf2/dw4-sig-types.exp: Update.
4069 * gdb.dwarf2/implptr.exp: Update.
4070 * gdb.mi/mi-cmd-param-changed.exp: Update.
4071
4ea6efe9
DE
40722015-05-26 Doug Evans <dje@google.com>
4073
4074 * gdb.python/py-lazy-string.c: New file.
4075 * gdb.python/py-lazy-string.exp: New file.
4076 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4077 (main): Update. Add estring3.
4078 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4079 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4080
f6bb7db3
YQ
40812015-05-26 Omair Javaid <omair.javaid@linaro.org>
4082 Yao Qi <yao.qi@linaro.org>
4083
4084 * gdb.reverse/aarch64.c: New.
4085 * gdb.reverse/aarch64.exp: New.
4086
a81bfbd0
OJ
40872015-05-26 Omair Javaid <omair.javaid@linaro.org>
4088
25d49b86
PA
4089 * lib/gdb.exp (supports_process_record): Return true for
4090 aarch64*-linux*.
a81bfbd0
OJ
4091 (supports_reverse): Likewise.
4092
158bf1b4
PP
40932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4094
4095 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4096 Use with_test_prefix.
4097
a0145030
AB
40982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.base/completion.exp: Add test for completion of layout
4101 names.
4102
ebe3b578
AB
41032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * lib/gdb.exp (skip_tui_tests): New proc.
4106 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4107
84204ed7
PA
41082015-05-19 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4111 Save the whole env array instead of just HOME. Unset HISTSIZE in
4112 the environment while testing. Restore whole environment
4113 afterwards.
4114
37442ce1
DE
41152015-05-16 Doug Evans <xdje42@gmail.com>
4116
4117 * gdb.guile/scm-ports.c: New file.
4118 * gdb.guile/scm-ports.exp: Add memory port tests.
4119
36de76f9
JK
41202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.compile/compile-print.c: New file.
4123 * gdb.compile/compile-print.exp: New file.
4124
3a9558c4
JK
41252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.compile/compile-ops.exp: Cast param to void.
4128 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4129 (compile code struct_object.selffield = &struct_object): Add xfail.
4130
aa715135
JG
41312015-05-15 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.ada/arr_enum_with_gap: New testcase.
4134
931e5bc3
JG
41352015-05-15 Joel Brobecker <brobecker@adacore.com>
4136
4137 * gdb.ada/byte_packed_arr: New testcase.
4138
9cd4d857
JB
41392015-05-15 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/pckd_neg: New testcase.
4142
ebfd00d2
PP
41432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4144
4145 PR gdb/17820
4146 * gdb.base/gdbinit-history.exp: New test.
4147 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4148 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4149
4c082a81
SC
41502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4151
4152 * gdb.python/py-xmethods.cc: Enhance test case.
4153 * gdb.python/py-xmethods.exp: New tests.
4154 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4155 function.
4156 (B_indexoper): Likewise.
4157 (global_dm_list) : Add new xmethod worker functions.
4158
f7797074
SDJ
41592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4160
4161 * gdb.base/coredump-filter.exp: Correctly unset
4162 "coredump_var_addr" array.
4163
a4674e4e
PA
41642015-05-08 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.server/non-existing-program.exp: Unset spawn_id.
4167
df2eb078
SC
41682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4169
4170 PR python/18291
4171 * gdb.python/py-xmethods.exp: Add tests.
4172
422349a3
YQ
41732015-05-08 Yao Qi <yao.qi@linaro.org>
4174
4175 PR gdb/18208
4176 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4177 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4178 function set_coredump_filter, and remove remote_exec call.
4179 Remove argument ipid. Callers update.
4180 (top level): Don't get inferior's PID.
4181
63fc80ce
AA
41822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4183
4184 * gdb.base/watch_thread_num.exp: Skip test on targets without
4185 access watchpoints.
4186
80ad801e
PA
41872015-05-06 Pedro Alves <palves@redhat.com>
4188
4189 PR server/18081
4190 * gdb.server/non-existing-program.exp: New file.
4191
0fa7fe50
JB
41922015-05-05 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4195
3ea89b92
PMR
41962015-05-05 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.ada/out_of_line_in_inlined: New testcase.
4199
87b8eff0
JB
42002015-05-05 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.ada/var_rec_arr: New testcase.
4203
5fccc635
YQ
42042015-04-30 Yao Qi <yao.qi@linaro.org>
4205
4206 * gdb.base/break-idempotent.exp: If
4207 skip_hw_watchpoint_multi_tests returns true, skip the tests
4208 on "rwatch" and "awatch".
4209
42d38f42
YQ
42102015-04-30 Yao Qi <yao.qi@linaro.org>
4211
4212 * gdb.base/relativedebug.exp: Invoke gdb command
4213 "info sharedlibrary", and if libc.so doesn't have debug info,
4214 skip the test.
4215
2ce1cdbf
DE
42162015-04-29 Doug Evans <dje@google.com>
4217
4218 * gdb.python/py-xmethods.exp: Add ptype tests.
4219 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4220 get_result_type method.
4221
f24a38c5
LM
42222015-04-29 Luis Machado <lgustavo@codesourcery.com>
4223
4224 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4225 the target does not support hardware watchpoints.
4226
ecbf2b3c
LM
42272015-04-29 Luis Machado <lgustavo@codesourcery.com>
4228
4229 * gdb.base/break-always.exp: Abort testing if writing to memory
4230 causes an error.
4231
34f5f757
DE
42322015-04-28 Doug Evans <dje@google.com>
4233
4234 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4235 * gdb.python/py-pp-registration.exp: ... here. New file.
4236 * gdb.python/py-pp-registration.c: New file.
4237 * gdb.python/py-pp-registration.py: New file.
4238
69b4374a
DE
42392015-04-28 Doug Evans <dje@google.com>
4240
4241 * gdb.python/py-bad-printers.c: New file.
4242 * gdb.python/py-bad-printers.py: New file.
4243 * gdb.python/py-bad-printers.exp: New file.
4244
59fb7612
SS
42452015-04-28 Sasha Smundak <asmundak@google.com>
4246
4247 * gdb.python/py-type.exp: New test.
4248
2631b16a
AW
42492015-04-28 Andy Wingo <wingo@igalia.com>
4250
4251 * gdb.python/py-parameter.exp:
4252 * gdb.guile/scm-parameter.exp: Escape the path that we are
4253 matching against, as it might contain characters that are special
4254 to regular expressions.
4255
460efde1
JB
42562015-04-27 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.ada/rec_comp: New testcase.
4259
2d369d8e
SDJ
42602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4261
4262 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4263 before using it.
4264
cf75d6c3
AB
42652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4266
4267 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4268 new tests for verilog output.
4269
8dbe7ca5
YQ
42702015-04-24 Yao Qi <yao.qi@linaro.org>
4271
4272 * boards/remote-gdbserver-on-localhost.exp: New file.
4273
4ef9fb2f
PA
42742015-04-23 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4277 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4278 "end of file", remove $inferior_spawn_id from the indirect list.
4279
0a803169
PA
42802015-04-23 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4283
749ef8f8
PA
42842015-04-23 Pedro Alves <palves@redhat.com>
4285
4286 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4287 on $any_spawn_id instead of only on $gdb_spawn_id.
4288
8aae4344
PM
42892015-04-21 Pierre Muller <muller@sourceware.org>
4290
4291 PR pascal/17815
4292 * lib/pascal.exp (gpc_compile): Add new option "class".
4293 (fpc_compile): Likewise.
4294 * gdb.pascal/case-insensitive-symbols.pas: New file.
4295 * gdb.pascal/case-insensitive-symbols.exp: New file.
4296
1586c8fb
GB
42972015-04-20 Gary Benson <gbenson@redhat.com>
4298
4299 * gdb.base/attach.exp: Fix three extended remote failures.
4300
1b6e6f5c
GB
43012015-04-17 Gary Benson <gbenson@redhat.com>
4302
4303 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4304 the main executable over the remote protocol.
4305
e797481d
PA
43062015-04-16 Pedro Alves <palves@redhat.com>
4307
4308 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4309 a new gdbserver if gdbserver_reconnect_p is set.
4310
1ca99c42
PA
43112015-04-16 Pedro Alves <palves@redhat.com>
4312
4313 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4314 is set, don't exit gdbserver.
4315
af9fd6f8
AA
43162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4317
4318 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4319 appropriate .insn, such that an older assembler can be used.
4320 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4321 the z/Architecture instruction set on 31-bit targets as well.
4322
04ff1e61
AA
43232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4324
4325 * gdb.go/handcall.exp: Remove all logic related to the first
4326 breakpoint and rely on go_runto_main instead.
4327 * gdb.go/strings.exp: Likewise.
4328 * gdb.go/unsafe.exp: Likewise.
4329 * gdb.go/hello.exp: Likewise. Also rename the remaining
4330 breakpoint marker to "breakpoint 1".
4331 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4332 * gdb.go/strings.go: Likewise.
4333 * gdb.go/unsafe.go: Likewise.
4334 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4335 "set breakpoint 2 here" and rename the remaining breakpoint marker
4336 to "breakpoint 1".
4337
40d2f8d6
SM
43382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4341 if itertools.imap is not present.
4342 * gdb.python/py-objfile.exp: Add parentheses.
4343 * gdb.python/py-type.exp: Same.
4344 * gdb.python/py-unwind-maint.py: Same.
4345
8cbc97c6
YQ
43462015-04-15 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4349 of ":$ptr_size" and set its form explicitly.
4350
45fd756c
YQ
43512015-04-15 Pedro Alves <palves@redhat.com>
4352 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4355 timeout by factor of 4.
4356 (test_regular_watch): Likewise.
4357 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4358 * gdb.reverse/sigall-reverse.exp: Likewise.
4359 * gdb.reverse/until-precsave.exp: Likewise.
4360 * lib/gdb.exp (with_timeout_factor): New proc.
4361 (gdb_expect): Move some code to ...
4362 (get_largest_timeout): ... here. New procedure.
4363
9e811bc3
LM
43642015-04-14 Luis Machado <lgustavo@codesourcery.com>
4365
4366 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4367
0ff6fcb2
LM
43682015-04-13 Luis Machado <lgustavo@codesourcery.com>
4369
4370 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4371 to write to the .text section.
4372
7578d5f7
LM
43732015-04-13 Luis Machado <lgustavo@codesourcery.com>
4374
4375 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4376 Handle the case of targets that do not provide PID information.
4377
2efe15c4
YQ
43782015-04-13 Yao Qi <yao.qi@linaro.org>
4379
4380 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4381 and use expect instead of gdb_expect.
4382
8cd8f2f8
SDJ
43832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4384
4385 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4386 "coredump_var_addr" to avoid naming conflict with other testcases.
4387
9ee41772
PA
43882015-04-10 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4391 gdb_test_sequence and gdb_assert.
4392
07473109
PA
43932015-04-10 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4396 test messages that don't include the breakpoint address.
4397
de3db44c
YQ
43982015-04-10 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4401 false for some offset and width combinations which aren't
4402 supported by linux kernel.
4403
c79d856c
PA
44042015-04-10 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4407 procedure, factored out from ...
4408 (top level): ... here. Add "set displaced-stepping" testing axis.
4409 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4410 parameter "displaced". Use it.
4411 (top level): Use foreach and add "set displaced-stepping" testing
4412 axis.
4413
ebc90b50
PA
44142015-04-10 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4417 Remove comment.
4418 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4419 both the address of the instruction that triggers the watchpoint
4420 and the address of the instruction immediately after, and use
4421 those addresses for the test. Fix comment.
4422
8f572e5c
PA
44232015-04-10 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/sigstep.exp (breakpoint_to_handler)
4426 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4427 Test "backtrace" in handler.
4428 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4429 (top level): Add new "displaced" test axis to
4430 breakpoint_to_handler, breakpoint_to_handler_entry and
4431 breakpoint_over_handler.
4432
8d707a12
PA
44332015-04-10 Pedro Alves <palves@redhat.com>
4434
4435 PR gdb/18216
4436 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4437
ef713951
YQ
44382015-04-10 Yao Qi <yao.qi@linaro.org>
4439
4440 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4441 (test_add_rn_pc): New function.
4442 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4443 (top level): Invoke test_add_rn_pc.
4444
906d60cf
PA
44452015-04-10 Pedro Alves <palves@redhat.com>
4446
4447 PR gdb/13858
4448 * gdb.base/step-over-no-symbols.exp: New file.
4449
f2983cc3
AW
44502015-04-09 Andy Wingo <wingo@igalia.com>
4451
4452 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4453 after the Python tests.
4454
6d62641c
SDJ
44552015-04-08 Keith Seitz <keiths@redhat.com>
4456
4457 PR python/16699
4458 * gdb.python/py-completion.exp: New tests for completion.
4459 * gdb.python/py-completion.py (CompleteLimit1): New class.
4460 (CompleteLimit2): Likewise.
4461 (CompleteLimit3): Likewise.
4462 (CompleteLimit4): Likewise.
4463 (CompleteLimit5): Likewise.
4464 (CompleteLimit6): Likewise.
4465 (CompleteLimit7): Likewise.
4466
f3770638
PA
44672015-04-08 Pedro Alves <palves@redhat.com>
4468
4469 PR gdb/18214
4470 PR gdb/18216
4471 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4472 function.
4473 (main): Install it as SIGUSR1 handler.
4474 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4475 parameter. Always use "setup" as prefix. Toggle "set
4476 displaced-stepping" off/on depending on global. Don't switch to
4477 thread 1 here.
4478 (top level): Add displaced stepping "off/on" test axis. Update
4479 "setup" calls. Wrap each subtest with with_test_prefix. Test
4480 continuing with a queued signal in each thread.
4481
4496bed7
PA
44822015-04-08 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4485 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4486 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4487 Return early if running to main fails.
4488 * gdb.trace/while-stepping.exp: Likewise.
4489
b97fde92
PA
44902015-04-07 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4493 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4494 interact with inferior program.
4495
f71c18e7
PA
44962015-04-07 Pedro Alves <palves@redhat.com>
4497
4498 * lib/gdb.exp (inferior_spawn_id): New global.
4499 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4500 spawn id after processing the user code.
4501 (default_gdb_start): Set inferior_spawn_id.
4502 (send_inferior): New procedure.
4503 * lib/gdbserver-support.exp (gdbserver_start): Set
4504 inferior_spawn_id.
4505 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4506
6423214f
PA
45072015-04-07 Pedro Alves <palves@redhat.com>
4508
4509 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4510 * lib/gdbserver-support.exp (gdbserver_start): Make
4511 $server_spawn_id global.
4512 (gdbserver_start): Don't wait for gdbserver's spawn id with
4513 expect_background.
4514 (close_gdbserver): New procedure.
4515 (gdb_exit): Rename the default version and reimplement.
4516
71c0ee8c
PA
45172015-04-07 Pedro Alves <palves@redhat.com>
4518
72f4393d 4519 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4520 append the substituted item, not the original item.
4521
203bc29b
PA
45222015-04-07 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4525 gdb_expect.
4526
508a3ddf
PA
45272015-04-07 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4530 output appearing once only.
4531
9f6dbe2b
PA
45322015-04-07 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4535 that doesn't expect anything. Return early if running to main
4536 fails.
4537
337532fa
YQ
45382015-04-07 Yao Qi <yao.qi@linaro.org>
4539
4540 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4541 (child_function): Call alarm.
4542 (main): Move call to alarm into the loop.
4543 * gdb.threads/non-stop-fair-events.exp: Build program with
4544 -DTIMEOUT=$timeout.
4545
01b622d4
DE
45462015-04-06 Doug Evans <xdje42@gmail.com>
4547
4548 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4549 Fix dest parameter to board_info.
4550 (fpc_compile): Ditto.
4551 (gdb_compile_pascal): Rename dest arg to destfile.
4552
961f4160
PMR
45532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4554
4555 * gdb.ada/funcall_ref.exp: New file.
4556 * gdb.ada/funcall_ref/foo.adb: New file.
4557
cafda597
YQ
45582015-04-02 Yao Qi <yao.qi@linaro.org>
4559
4560 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4561 is remote.
4562
fed040c6
GB
45632015-04-02 Gary Benson <gbenson@redhat.com>
4564
4565 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4566
d11916aa
SS
45672015-04-01 Sasha Smundak <asmundak@google.com>
4568
4569 * gdb.python/py-unwind-maint.c: New file.
4570 * gdb.python/py-unwind-maint.exp: New test.
4571 * gdb.python/py-unwind-maint.py: New file.
4572 * gdb.python/py-unwind.c: New file.
4573 * gdb.python/py-unwind.exp: New test.
4574 * gdb.python/py-unwind.py: New test.
4575
a1471180
PA
45762015-04-01 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4579 to fail instead of non-existent $test.
4580
0bbeccb1
PA
45812015-04-01 Pedro Alves <palves@redhat.com>
4582
4583 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4584 GDBFLAGS if not empty.
4585
3c724c8c
PMR
45862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4587
4588 * gdb.ada/complete.exp: Remove "multi_line".
4589 * gdb.ada/info_exc.exp: Remove "multi_line".
4590 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4591 * gdb.ada/ptype_field.exp: Remove "multi_line".
4592 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4593 * gdb.ada/tagged.exp: Remove "multi_line".
4594 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4595 [multi_line ...]
4596 * gdb.btrace/delta.exp: Likewise.
4597 * gdb.btrace/exception.exp: Likewise.
4598 * gdb.btrace/function_call_history.exp: Likewise.
4599 * gdb.btrace/instruction_history.exp: Likewise.
4600 * gdb.btrace/nohist.exp: Likewise.
4601 * gdb.btrace/record_goto.exp: Likewise.
4602 * gdb.btrace/segv.exp: Likewise.
4603 * gdb.btrace/stepi.exp: Likewise.
4604 * gdb.btrace/tailcall.exp: Likewise.
4605 * gdb.btrace/unknown_functions.exp: Likewise.
4606 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4607 * lib/gdb.exp: Add the "multi_line" helper.
4608
4eec2deb
PA
46092015-04-01 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.threads/tid-reuse.c: New file.
4612 * gdb.threads/tid-reuse.exp: New file.
4613
df8411da
SDJ
46142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4615
4616 PR corefiles/16092
4617 * gdb.base/coredump-filter.c: New file.
4618 * gdb.base/coredump-filter.exp: Likewise.
4619
6ef37366
PM
46202015-03-27 Petr Machata <pmachata@redhat.com>
4621
4622 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4623 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4624 (Dwarf::assemble): Initialize them.
4625 (Dwarf::lines): New function.
4626
7ec911b0
JT
46272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4628
4629 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4630 SYMBOL_PREFIX for x86_64-*-cygwin.
4631
ff908ebf
AW
46322015-03-26 Andy Wingo <wingo@igalia.com>
4633
4634 PR symtab/18148
4635 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4636 const_value but not a location.
4637 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4638 location defined in non-main CUs are visible.
4639
6d5f0679
YQ
46402015-03-26 Yao Qi <yao.qi@linaro.org>
4641
4642 PR testsuite/18139
4643 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4644 Add a line number entry for the same line.
4645 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4646 Add a line number entry for the same line.
4647
2898689b
YQ
46482015-03-26 Yao Qi <yao.qi@linaro.org>
4649
4650 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4651 .int 0.
4652 (func): Likewise. Add .Lfunc_1 label.
4653 Use .Lfunc_1 label.
4654 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4655 .int 0.
4656 (func): Likewise.
4657 Use .Lfunc_1 label.
4658
85180498
YQ
46592015-03-26 Yao Qi <yao.qi@linaro.org>
4660
4661 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4662 Call gdb_compile instead to compile each .s files without debug
4663 information.
4664
8aa08a8d
YQ
46652015-03-26 Yao Qi <yao.qi@linaro.org>
4666
4667 * gdb.base/savedregs.exp (process_saved_regs): Make
4668 "Saved registers:" optional in the pattern.
4669
66849923
MM
46702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4671
4672 * gdb.btrace/next.exp: Merged into step.exp.
4673 * gdb.btrace/finish.exp: Merged into step.exp.
4674 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4675 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4676 "record goto" and checking the exact replay position.
4677 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4678 check for "Recording format" in "info record" output.
4679 * gdb.btrace/record_goto.exp: Choose test file based on target.
4680 * gdb.btrace/x86-record_goto.S: Renamed into ...
4681 * gdb.btrace/x86_64-record_goto.S: ... this.
4682 * gdb.btrace/i686-record_goto.S: New.
4683 * gdb.btrace/x86-tailcall.S: Renamed into ...
4684 * gdb.btrace/x86_64-tailcall.S: ... this.
4685 * gdb.btrace/i686-tailcall.S: New.
4686 * gdb.btrace/x86-tailcall.c: Renamed into ...
4687 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4688 separate statements. Update test.
4689 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4690 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4691 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4692 * gdb.btrace/tailcall.exp: Choose test file based on target.
4693 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4694
11cc1b74
MM
46952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4696
4697 * gdb.btrace/exception.exp: Increase BTS buffer size.
4698
a25d8bf9
PA
46992015-03-24 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4702
856e7dd6
PA
47032015-03-24 Pedro Alves <palves@redhat.com>
4704
4705 * gdb.threads/schedlock.exp (test_step): No longer expect that
4706 "set scheduler-locking step" with "next" over a function call runs
4707 threads unlocked.
4708
ad235a41
AT
47092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4710
4711 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4712
15630549
AT
47132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4714
4715 PR breakpoints/16466
4716 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4717 * gdb.mi/mi-pending.c (thread_func): New function.
4718 (int main): Add threading support required.
4719 * gdb.mi/mi-pending.exp: Add tests for this issue.
4720 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4721 (pendfunc2): Remove stdio dependency.
4722 * gdb.mi/mi-pendshr2.c: New file.
4723
693dca06
KS
47242015-03-23 Keith Seitz <keiths@redhat.com>
4725
4726 * gdb.linespec/keywords.c: New file.
4727 * gdb.linespec/keywords.exp: New file.
4728
7e993ebf
KS
47292015-03-23 Keith Seitz <keiths@redhat.com>
4730
4731 PR gdb/18021
4732 * gdb.dwarf2/staticvirtual.exp: New test.
4733
bc23328c
JK
47342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4737 * README: Remove HP-UX and gdb.hp.
4738 (configuration):
4739 * configure: Regenerate.
4740 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4741 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4742 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4743 gdb.hp/gdb.defects/Makefile.
4744 * gdb.hp/Makefile.in: File deleted.
4745 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4746 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4747 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4748 * gdb.hp/gdb.aCC/run.c: File deleted.
4749 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4750 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4751 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4752 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4753 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4754 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4755 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4756 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4757 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4758 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4759 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4760 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4761 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4762 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4763 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4764 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4765 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4766 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4767 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4768 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4769 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4770 * gdb.hp/gdb.compat/average.c: File deleted.
4771 * gdb.hp/gdb.compat/sum.c: File deleted.
4772 * gdb.hp/gdb.compat/xdb.c: File deleted.
4773 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4774 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4775 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4776 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4777 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4778 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4779 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4780 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4781 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4782 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4783 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4784 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4785 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4786 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4787 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4788 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4789 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4790 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4791 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4792 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4793 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4794 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4795 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4796 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4797 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4798 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4799 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4800 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4801 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4802 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4803 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4804 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4805 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4806 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4807 * gdb.hp/tools/odump: File deleted.
4808
8bf3b159
PA
48092015-03-19 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4812 (saw_thread_3): New globals.
4813 (top level): Increment them when an event for the corresponding
4814 thread is seen.
4815 (no thread starvation): New test.
4816
eb54c8bf
PA
48172015-03-19 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.threads/continue-pending-status.c: New file.
4820 * gdb.threads/continue-pending-status.exp: New file.
4821
32d2e5d6
PA
48222015-03-18 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4825 Use gdb_is_target_remote instead of is_remote. Use
4826 gdb_test_multiple instead of gdb_expect. Exit early if
4827 gdb_test_multiple hits its internal matches. Tighten stepi tests
4828 expected output. Fail on exit with any signal, instead of just
4829 SIGILL.
4830
f68f11b7
YQ
48312015-03-18 Yao Qi <yao.qi@linaro.org>
4832
4833 PR tdep/18107
4834 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4835 variable.
4836 * gdb.base/catch-syscall.exp: Don't skip it on
4837 aarch64*-*-linux* target. Remove elements in all_syscalls.
4838 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4839 target.
4840 (setup_all_syscalls): New proc.
4841
ca5fd19b
YQ
48422015-03-16 Yao Qi <yao.qi@linaro.org>
4843
4844 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4845 (top level): Skip tests if valid_addr_p returns false for
4846 $cmd1 or $cmd2.
4847
85642ba0
AW
48482015-03-11 Andy Wingo <wingo@igalia.com>
4849
4850 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4851
e03f9645
YQ
48522015-03-11 Yao Qi <yao.qi@linaro.org>
4853
4854 * gdb.base/catch-syscall.exp: Fix typo in comments.
4855
5d0962b2
YQ
48562015-03-11 Yao Qi <yao.qi@linaro.org>
4857
4858 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4859
b2df3cef
PA
48602015-03-09 Pedro Alves <palves@redhat.com>
4861
4862 * dg-extract-results.py: Delete.
4863
ef878e53
PA
48642015-03-09 Pedro Alves <palves@redhat.com>
4865
4866 Merge dg-extract-results.sh from GCC upstream (r218843).
4867
4868 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4869 * dg-extract-results.sh: Use --text with grep to avoid issues with
4870 binary files. Fall back to cat -v, if that doesn't work.
4871
9494d219
PA
48722015-03-05 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4875
a8d9763a
SM
48762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4877
4878 * lib/mi-support.exp (mi_expect_interrupt): Accept
4879 alternative event for when in all-stop mode.
4880
be9957b8
PA
48812015-03-04 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4884
d57be0f4 48852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4886
4887 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4888
c214c7cf
AA
48892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4890
4891 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4892 regexps for GDB's current line display, accept a hex address
4893 preceding the line number.
4894
6d74a497
AA
48952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4896
4897 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4898 the 'arch1' variable for "s390*-linux*" targets.
4899
511aee7c
PA
49002015-03-04 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4903 (main): Pass missing retval argument to pthread_join call.
4904
95e50b27
PA
49052015-03-02 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4908 (top level): Call do_test with non-stop as well.
4909
28054d69
PA
49102015-03-02 Pedro Alves <palves@redhat.com>
4911
4912 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4913 -1.
4914
4fa5d7b4
AA
49152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4916
4917 * gdb.arch/s390-vregs.exp: New test.
4918 * gdb.arch/s390-vregs.S: New file.
4919
97c18565
PA
49202015-02-27 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4923 call to catch_command_errors.
4924 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4925 catch_command_errors.
4926
a37bfa30
PA
49272015-02-27 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4930 "true" for boolean result.
4931 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4932 prototype of main.
4933
6f98576f
PA
49342015-02-27 Pedro Alves <palves@redhat.com>
4935
4936 * lib/unbuffer_output.c: New file.
4937 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4938 (main): Call gdb_unbuffer_output.
4939
eba5ab56
YQ
49402015-02-27 Yao Qi <yao.qi@linaro.org>
4941
4942 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4943 target.
4944
0def5aaa
DE
49452015-02-26 Doug Evans <dje@google.com>
4946
4947 * gdb.cp/class2.cc (Dbase, D): New classes.
4948 (main): New local delta.
4949 * gdb.cp/class2.exp: Test printing delta.
4950 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4951 (dynbar): New global.
4952 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4953
081a1c2c
JK
49542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * gdb.compile/compile-ifunc.c: New file.
4957 * gdb.compile/compile-ifunc.exp: New file.
4958
2f41223f
AT
49592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4960
4961 * gdb.base/structs.exp: Check for correct struct on finish.
4962
03eddd80
YQ
49632015-02-26 Yao Qi <yao.qi@linaro.org>
4964
4965 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4966 is zero.
4967
80c57053
JK
49682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4969
4970 * gdb.arch/cordic.ko.bz2: New file.
4971 * gdb.arch/cordic.ko.debug.bz2: New file.
4972 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4973
21613c12
YQ
49742015-02-25 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4977 aarch64*-*-* target.
4978
d8b901ed
PA
49792015-02-23 Pedro Alves <palves@redhat.com>
4980
4981 * lib/gdb.exp (delete_breakpoints): Rewrite using
4982 gdb_test_multiple.
4983
e5b85ead
PA
49842015-02-23 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/info-os.c: Include stdlib.h.
4987
85c3a371
DE
49882015-02-22 Doug Evans <xdje42@gmail.com>
4989
4990 PR symtab/17855
4991 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4992 is read after symbols have been re-read.
4993 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4994 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4995
96553a0c
DE
49962015-02-21 Doug Evans <dje@google.com>
4997
4998 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4999
97a0c697
JK
50002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 PR corefiles/17808
5003 * gdb.arch/i386-biarch-core.core.bz2: New file.
5004 * gdb.arch/i386-biarch-core.exp: New file.
5005
a47cd6e9
PA
50062015-02-21 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
5009 runto_main fails.
5010
c5facdc4
PA
50112015-02-20 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
5014 info probes.
5015
2db9a427
PA
50162015-02-20 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.threads/multi-create-ns-info-thr.exp: New file.
5019
60fb7e9e
PA
50202015-02-20 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
5023 clean_restart before gdb_target_supports_trace.
5024
5c5019c2
PA
50252015-02-20 Pedro Alves <palves@redhat.com>
5026
5027 PR threads/18006
5028 * gdb.threads/clone-thread_db.c: New file.
5029 * gdb.threads/clone-thread_db.exp: New file.
5030
c9587f88
AT
50312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5032
5033 PR breakpoints/16812
5034 * gdb.base/catch-gdb-caused-signals.c: New file.
5035 * gdb.base/catch-gdb-caused-signals.exp: New file.
5036
f6a88844
JM
50372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5038
5039 * configure: Regenerated.
5040 * configure.ac: Use GDB_AC_TRANSFORM.
5041 * aclocal.m4: sinclude ../transform.m4.
5042
497c491b
JM
50432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5044
5045 * lib/dtrace.exp: New file.
5046 * gdb.base/dtrace-probe.exp: Likewise.
5047 * gdb.base/dtrace-probe.d: Likewise.
5048 * gdb.base/dtrace-probe.c: Likewise.
5049 * lib/pdtrace.in: Likewise.
5050 * configure.ac: Output variables with the transformed names of
5051 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5052 * configure: Regenerated.
5053
03e98035
JM
50542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5055
5056 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5057 expected message when trying to access $_probe_* convenience
5058 variables while not on a probe.
5059
63cc30e9
JK
50602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5063
0703599a
PA
50642015-02-11 Pedro Alves <pedro@codesourcery.com>
5065
5066 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5067 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5068
7e60a48e
DE
50692015-02-10 Doug Evans <xdje42@gmail.com>
5070
5071 * lib/gdb.exp (gdb_load): Always return a result.
5072
01b088bc
PA
50732015-02-10 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.threads/signal-sigtrap.c: New file.
5076 * gdb.threads/signal-sigtrap.exp: New file.
5077
b05ec7a5
AT
50782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5079
5080 * gdb.trace/no-attach-trace.c: New file.
5081 * gdb.trace/no-attach-trace.exp: New file.
5082
a2c2acaf
MW
50832015-02-09 Mark Wielaard <mjw@redhat.com>
5084
5085 * gdb.dwarf2/atomic.c: New file.
5086 * gdb.dwarf2/atomic-type.exp: Likewise.
5087
31fd9caa
MM
50882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5089
5090 * gdb.btrace/buffer-size.exp: Update "info record" output.
5091 * gdb.btrace/delta.exp: Update "info record" output.
5092 * gdb.btrace/enable.exp: Update "info record" output.
5093 * gdb.btrace/finish.exp: Update "info record" output.
5094 * gdb.btrace/instruction_history.exp: Update "info record" output.
5095 * gdb.btrace/next.exp: Update "info record" output.
5096 * gdb.btrace/nexti.exp: Update "info record" output.
5097 * gdb.btrace/step.exp: Update "info record" output.
5098 * gdb.btrace/stepi.exp: Update "info record" output.
5099 * gdb.btrace/nohist.exp: Update "info record" output.
5100
d33501a5
MM
51012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5102
5103 * gdb.btrace/buffer-size: New.
5104
f4abbc16
MM
51052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5106
5107 * gdb.btrace/delta.exp: Update "info record" output.
5108 * gdb.btrace/enable.exp: Update "info record" output.
5109 * gdb.btrace/finish.exp: Update "info record" output.
5110 * gdb.btrace/instruction_history.exp: Update "info record" output.
5111 * gdb.btrace/next.exp: Update "info record" output.
5112 * gdb.btrace/nexti.exp: Update "info record" output.
5113 * gdb.btrace/step.exp: Update "info record" output.
5114 * gdb.btrace/stepi.exp: Update "info record" output.
5115 * gdb.btrace/nohist.exp: Update "info record" output.
5116
b9d61307
SM
51172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5118
5119 PR gdb/15678
5120 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5121
e584fdbc
PA
51222015-02-06 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5125 macro.
5126 (seconds_left, again): New globals.
5127 (main): Wait seconds_left in a 1-second sleep loop instead of
5128 sleeping 180 seconds. If 'again' is set, reset the seconds
5129 counter.
5130 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5131 'again' in the inferior before detaching. Print the seconds left.
5132 (options): New global.
5133 (top level): Build program with -DTIMEOUT=$timeout.
5134
77f41761
PA
51352015-02-06 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5138 determine how many seconds to pass to 'alarm'.
5139 * gdb.base/gdb-sigterm.exp (top level): Build program with
5140 -DTIMEOUT=$timeout.
5141 (do_test): Return success/failure indication. Add more verbose
5142 logging. Don't fail if 200 single steps are seen. Instead, fail
5143 when the test times out.
5144 (passes): New global.
5145 (top level): Break the testing loop if testing fails on any
5146 iteration. Use gdb_assert.
5147
b9394193
DB
51482015-02-04 Don Breazeal <donb@codesourcery.com>
5149
5150 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5151 and initialize them.
5152 (ipc_cleanup): New function.
5153 (main): Don't declare shmid, semid, and msqid. Add a call to
5154 atexit so that we call ipc_cleanup on exit.
5155
42d9e528
PA
51562015-02-04 Pedro Alves <palves@redhat.com>
5157
5158 * boards/native-extended-gdbserver.exp: Remove any target variant
5159 specifications from the board name before clearing the isremote
5160 flag from board_info.
5161
ae6ae975
DE
51622015-01-31 Doug Evans <xdje42@gmail.com>
5163
5164 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5165
cfb069a8
GB
51662015-01-31 Gary Benson <gbenson@redhat.com>
5167
5168 * gdb.base/completion.exp: Disable completion limiting for
5169 existing tests. Add new tests to check completion limiting.
5170 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5171
5dd31d79
DE
51722015-01-31 Doug Evans <xdje42@gmail.com>
5173
5174 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5175
9f050062
DE
51762015-01-31 Doug Evans <xdje42@gmail.com>
5177
5178 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5179 entries. Duplicate file section script entries.
5180 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5181 inlined entries. Add test for safe-path rejection.
5182 * gdb.python/py-section-script.c: Add duplicate inlined section script
5183 entries. Duplicate file section script entries.
5184 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5185 inlined entries. Add test for safe-path rejection.
5186
df25ebbd
JB
51872015-01-29 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/disc_arr_bound: New testcase.
5190
4a0ca9ec
JB
51912015-01-29 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/mi_var_array: New testcase.
5194
3a8b707a
DE
51952015-01-27 Doug Evans <dje@google.com>
5196
5197 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5198 Add test for objfile.filename, objfile.username after objfile
5199 has been unloaded.
5200
f8313f6e
JB
52012015-01-26 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5204 the second test to print the name attribute of value
5205 returned by the call to gdb.lookup_type, and adjust
5206 the expected output accordingly.
5207
37bc665e
MW
52082015-01-25 Mark Wielaard <mjw@redhat.com>
5209
5210 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5211 * gdb.base/disp-step-fork.c: Include unistd.h.
5212 * gdb.base/siginfo-obj.c: Include stdio.h.
5213 * gdb.base/siginfo-thread.c: Likewise.
5214 * gdb.mi/non-stop.c: Include unistd.h.
5215 * gdb.mi/nsthrexec.c: Include stdio.h.
5216 * gdb.mi/pthreads.c: Include unistd.h.
5217 * gdb.modula2/unbounded1.c (main): Declare returns int.
5218 * gdb.reverse/consecutive-reverse.c: Likewise.
5219 * gdb.threads/create-fail.c: Include unistd.h.
5220 * gdb.threads/killed.c: Likewise.
5221 * gdb.threads/linux-dp.c: Likewise.
5222 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5223 * gdb.threads/non-ldr-exc-2.c: Likewise.
5224 * gdb.threads/non-ldr-exc-3.c: Likewise.
5225 * gdb.threads/non-ldr-exc-4.c: Likewise.
5226 * gdb.threads/pthreads.c: Include unistd.h.
5227 (main): Declare returns int.
5228 * gdb.threads/tls-main.c (foo): New declaration.
5229 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5230
f7e5394d
SM
52312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5232
5233 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5234 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5235
743649fd
MW
52362015-01-15 Mark Wielaard <mjw@redhat.com>
5237
5238 * gdb.base/noreturn-return.c: New file.
5239 * gdb.base/noreturn-return.exp: New file.
5240 * gdb.base/noreturn-finish.c: New file.
5241 * gdb.base/noreturn-finish.exp: New file.
5242
198297aa
PA
52432015-01-23 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.threads/continue-pending-after-query.c: New file.
5246 * gdb.threads/continue-pending-after-query.exp: New file.
5247
717cf30c
AG
52482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5249 Simon Marchi <simon.marchi@ericsson.com>
5250
5251 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5252 * gdb.base/valgrind-db-attach.exp: Same.
5253 * gdb.base/valgrind-infcall.exp: Same.
5254 * lib/mi-support.exp (default_mi_gdb_start): Same.
5255 * lib/prompt.exp (default_prompt_gdb_start): Same.
5256 * lib/gdb.exp (default_gdb_spawn): Same.
5257 (gdb_interact): New.
5258
5259
4b62a76e
JK
52602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5261
5262 * gdb.compile/compile.exp (pointer to jit function): New test.
5263
b4cdae6f
WW
52642015-01-17 Wei-cheng Wang <cole945@gmail.com>
5265
5266 * lib/gdb.exp (supports_process_record): Return true for
5267 powerpc*-*-linux*.
5268 (supports_reverse): Likewise.
5269
d221e7ef
DB
52702015-01-15 Don Breazeal <donb@codesourcery.com>
5271
5272 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5273 instead of checking whether the target board is remote and
5274 use spawn_wait_for_attach instead of exec/sleep.
5275 * gdb.base/attach-twice.exp: Likewise.
5276
bafffb51
JB
52772015-01-15 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/var_arr_attrs: New testcase.
5280
5589af0e
PA
52812015-01-14 Pedro Alves <palves@redhat.com>
5282 Joel Brobecker <brobecker@adacore.com>
5283
5284 PR gdb/17525
5285 * gdb.base/bp-cmds-execution-x-script.c: New file.
5286 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5287 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5288
6c400b59
PA
52892015-01-14 Pedro Alves <palves@redhat.com>
5290
5291 PR cli/17828
5292 * gdb.base/batch-preserve-term-settings.c: New file.
5293 * gdb.base/batch-preserve-term-settings.exp: New file.
5294
e02c96a7
DE
52952015-01-13 Doug Evans <dje@google.com>
5296
5297 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5298 binary.
5299
576fd14c
JB
53002015-01-13 Joel Brobecker <brobecker@adacore.com>
5301
5302 * Makefile.in (clean mostlyclean): Do not delete *.py.
5303
04dccad0
JB
53042015-01-13 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.python/py-lookup-type.exp: New file.
5307
3d230f71
PA
53082015-01-12 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5311 restore GDBFLAGS before returning.
5312
7e67715d
JK
53132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5316 is_amd64_regs_target and is_x86_like_target.
5317
f2e0d4b4
DE
53182015-01-11 Doug Evans <xdje42@gmail.com>
5319
5320 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5321 is given without an explicit form.
5322 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5323 attributes.
5324 * gdb.dwarf/corrupt.exp: Ditto.
5325 * gdb.dwarf2/enum-type.exp: Ditto.
5326 * gdb.trace/entry-values.exp: Ditto.
5327 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5328
439250fb
DE
53292015-01-11 Doug Evans <xdje42@gmail.com>
5330
5331 PR gdb/15830
5332 * gdb.base/maint.exp: Remove references to "maint demangle".
5333 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5334 Add tests for explicitly specifying language to demangle.
5335 * gdb.dlang/demangle.exp: Ditto.
5336
ede9f622
PA
53372015-01-09 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.threads/non-stop-fair-events.c: New file.
5340 * gdb.threads/non-stop-fair-events.exp: New file.
5341
a7b796db
PA
53422015-01-09 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5345 the global scope. Set a breakpoint after all threads are started
5346 rather than stepping over two source lines. Expect the prompt.
5347 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5348 global.
5349 (NUM): Now 15.
5350 (main): Use threads_started_barrier to wait for all threads to
5351 start. Main thread no longer calls thread_function. Exit after
5352 180 seconds.
5353 (loop): New function.
5354 (thread_function): Wait on threads_started_barrier barrier. Call
5355 'loop' at each iteration.
5356 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5357 threads have started, instead of hardcoding number of "next"
5358 steps. Use an access watchpoint instead of a write watchpoint.
5359
9665ffdd
PA
53602015-01-09 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5363 (thread_func): Wait on barrier.
5364 (main): Wait for all threads to start before stopping GDB.
5365 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5366 global.
5367 (thread1_func, thread2_func): Wait on barrier.
5368 (main): Wait for all threads to start before stopping GDB.
5369 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5370 New global.
5371 (thread1_func, thread2_func): Wait on barrier.
5372 (main): Wait for all threads to start before stopping GDB.
5373
c945a99f
PA
53742015-01-09 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.threads/attach-many-short-lived-threads.c: New file.
5377 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5378
c1a747c1
PA
53792014-01-09 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5382 instead of to thread 2.
5383 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5384 Add barrier around each pthread_create call instead of around all
5385 calls.
5386 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5387 Set a break on thread_function and have the child threads hit it
5388 one at at a time.
5389
60b3033e
PA
53902015-01-09 Pedro Alves <palves@redhat.com>
5391
5392 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5393 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5394 false.
5395 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5396 checking whether the target board is remote.
5397 * gdb.multi/multi-attach.exp: Likewise.
5398 * gdb.python/py-sync-interp.exp: Likewise.
5399 * gdb.server/ext-attach.exp: Likewise.
5400 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5401 tests that need to attach, instead of checking whether the target
5402 board is remote at the top of the file.
5403
acc018ac
YQ
54042015-01-08 Yao Qi <yao@codesourcery.com>
5405
5406 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5407
50a18af8
JK
54082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5409
5410 Fix testcase compilation.
5411 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5412
8503d6e1
JB
54132015-01-06 Joel Brobecker <brobecker@adacore.com>
5414
5415 * gdb.python/py-type.exp: Add a couple test about empty
5416 array creation, and negative-length array creation.
5417
cc73dbcc
DE
54182015-01-02 Doug Evans <xdje42@gmail.com>
5419
5420 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5421
0300bbc7
DE
54222015-01-02 Doug Evans <dje@google.com>
5423
5424 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5425
9d85a0ec
YQ
54262014-12-29 Yao Qi <yao@codesourcery.com>
5427
5428 * gdb.trace/entry-values.exp: Update comments. Rename variable
5429 bar_call_foo to returned_from_foo.
5430
87186c6a
MMN
54312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5432
5433 PR gdb/17394
5434 * gdb.linespec/break-asm-file.c: New file.
5435 * gdb.linespec/break-asm-file.exp: New file.
5436 * gdb.linespec/break-asm-file0.s: New file.
5437 * gdb.linespec/break-asm-file1.s: New file.
5438
1bab7383
YQ
54392014-12-18 Nigel Stephens <nigel@mips.com>
5440 Maciej W. Rozycki <macro@codesourcery.com>
5441
5442 * gdb.base/float.exp: Handle the new output from "info float" on
5443 MIPS targets.
5444
1bc1068a
JK
54452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5446
5447 Fix MinGW compilation.
5448 * gdb.compile/compile-ops.exp: Update untested message if
5449 !skip_compile_feature_tests.
5450 * gdb.compile/compile-setjmp.exp: Likewise.
5451 * gdb.compile/compile-tls.exp: Likewise.
5452 * gdb.compile/compile.exp: Likewise.
5453 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5454 supported on this host".
5455
b6615d10
DE
54562014-12-16 Doug Evans <xdje42@gmail.com>
5457
5458 * boards/stabs.exp: New file.
5459
25dda427
AA
54602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5461
5462 * gdb.base/completion.exp: Adjust to format changes of "maint
5463 print user-registers".
5464
bf330350
CU
54652014-12-16 Catalin Udma <catalin.udma@freescale.com>
5466
5467 PR server/17457
5468 * gdb.arch/aarch64-fp.c: New file.
5469 * gdb.arch/aarch64-fp.exp: New file.
5470
395cf596
SDJ
54712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5472
5473 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5474 r210637, r210913, r211666, r215400, r215817).
5475
5476 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5477 * dg-extract-results.py: New file.
5478 * dg-extract-results.sh: Use it if the environment seems
5479 suitable.
5480
5481 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5482
5483 * dg-extract-results.py (parse_run): Handle warnings that
5484 are printed before a test harness is run.
5485
5486 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5487
5488 * dg-extract-results.py (Named): Remove __cmp__ method.
5489 (output_variation): Use a key to sort variation.harnesses.
5490
5491 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5492
5493 * dg-extract-results.py: For Python 3, force sys.stdout to
5494 handle surrogate escape sequences.
5495 (safe_open): New function.
5496 (output_segment, main): Use it.
5497
5498 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5499
5500 * dg-extract-results.py (Prog.result_re): Include options
5501 in test name.
5502
5503 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5504
5505 * dg-extract-results.py (output_variation): Always sort if
5506 do_sum.
5507
e882ef3c
SM
55082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5509
5510 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5511 as long as we get pagination notifications.
5512
4992aa20
JM
55132014-12-15 Jason Merrill <jason@redhat.com>
5514
5515 * Makefile.in (check-gdb.%): Restore.
5516 * README: Mention it.
5517
c1b5a1a6
JB
55182014-12-13 Joel Brobecker <brobecker@adacore.com>
5519
5520 * gdb.ada/str_uninit: New testcase.
5521
5537b577
JK
55222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 PR symtab/17642
5525 * gdb.base/vla-stub-define.c: New file.
5526 * gdb.base/vla-stub.c: New file.
5527 * gdb.base/vla-stub.exp: New file.
5528
bb2ec1b3
TT
55292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5530 Jan Kratochvil <jan.kratochvil@redhat.com>
5531 Tom Tromey <tromey@redhat.com>
5532
5533 * configure.ac: Add gdb.compile/.
5534 * configure: Regenerate.
5535 * gdb.compile/Makefile.in: New file.
5536 * gdb.compile/compile-ops.exp: New file.
5537 * gdb.compile/compile-ops.c: New file.
5538 * gdb.compile/compile-tls.c: New file.
5539 * gdb.compile/compile-tls.exp: New file.
5540 * gdb.compile/compile-constvar.S: New file.
5541 * gdb.compile/compile-constvar.c: New file.
5542 * gdb.compile/compile-mod.c: New file.
5543 * gdb.compile/compile-nodebug.c: New file.
5544 * gdb.compile/compile-setjmp-mod.c: New file.
5545 * gdb.compile/compile-setjmp.c: New file.
5546 * gdb.compile/compile-setjmp.exp: New file.
5547 * gdb.compile/compile-shlib.c: New file.
5548 * gdb.compile/compile.c: New file.
5549 * gdb.compile/compile.exp: New file.
5550 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5551
4ff709eb
TT
55522014-12-12 Tom Tromey <tromey@redhat.com>
5553
5554 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5555 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5556
6dddd6a5
DE
55572014-12-12 Doug Evans <dje@google.com>
5558
5559 * lib/gdb-python.exp (get_python_valueof): New function.
5560 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5561
71c24708
AA
55622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5563
5564 * gdb.base/completion.exp: Add test for completion of "info
5565 registers ".
5566
3e29f34a
MR
55672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5568
5569 * gdb.base/func-ptrs.c: New file.
5570 * gdb.base/func-ptrs.exp: New file.
5571
fc126975
SM
55722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5573
5574 PR breakpoints/17012
5575 * gdb.base/dprintf-detach.c: New file.
5576 * gdb.base/dprintf-detach.exp: New file.
5577
0a46d518
SM
55782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5579
5580 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5581 * lib/gdb.exp (target_is_gdbserver): New procedure.
5582
a0be3e44
DE
55832014-12-08 Doug Evans <dje@google.com>
5584
5585 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5586
df1b803a
YQ
55872014-12-05 Yao Qi <yao@codesourcery.com>
5588
5589 * gdb.guile/scm-error.exp: Remove the third argument to
5590 gdb_remote_download.
5591 * gdb.guile/scm-frame-args.exp: Likewise.
5592 * gdb.guile/scm-section-script.exp: Likewise.
5593
ddb9f679
YQ
55942014-12-05 Yao Qi <yao@codesourcery.com>
5595
5596 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5597
86e4ed39
DE
55982014-12-04 Doug Evans <dje@google.com>
5599
5600 * gdb.python/py-objfile.exp: Add tests for
5601 objfile.add_separate_debug_file.
5602
7c50a931
DE
56032014-12-04 Doug Evans <dje@google.com>
5604
5605 * lib/gdb.exp (get_build_id): New function.
5606 (build_id_debug_filename_get): Rewrite to use it.
5607 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5608
621661e3
MR
56092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5610
5611 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5612 `method(long)', not just 0x0.
5613 * gdb.cp/nsalias.exp: Align code labels to 4.
5614 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5615 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5616 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5617 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5618 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5619 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5620
29f0c3b7
DE
56212014-12-02 Doug Evans <dje@google.com>
5622
e1e061e7 5623 PR symtab/17602
29f0c3b7 5624 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5625 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5626 * gdb.cp/anon-ns.exp: Update.
5627
162078c8
NB
56282014-12-02 Nick Bull <nicholaspbull@gmail.com>
5629
5630 * gdb.python/py-events.py (inferior_call_handler): New.
5631 (register_changed_handler, memory_changed_handler): New.
5632 (test_events.invoke): Register new handlers.
5633 * gdb.python/py-events.exp: Add tests for inferior call,
5634 memory_changed and register_changed events.
5635
fdb09caf
AA
56362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5637
5638 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5639 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5640 if the linker doesn't understand this.
5641
55cfb2c4
SM
56422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5643
5644 * gdb.python/python.exp: Change expected reply to help().
5645
9e8cd6df
YQ
56462014-12-01 Yao Qi <yao@codesourcery.com>
5647
5648 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5649 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5650 * configure: Re-generated.
5651
6c659fc2
SC
56522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5653
5654 * gdb.cp/chained-calls.cc: New file.
5655 * gdb.cp/chained-calls.exp: New file.
5656 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5657
d7fc3181
SM
56582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5659
5660 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5661 * gdb.dwarf2/symtab-producer.exp: Same.
5662 * gdb.gdb/python-interrupts.exp: Same.
5663 * gdb.gdb/python-selftest.exp: Same.
5664 * gdb.python/py-linetable.exp: Same.
5665 * gdb.python/py-type.exp: Same.
5666 * gdb.python/py-value-cc.exp: Same.
5667 * gdb.python/py-value.exp: Same.
5668
10e79639
YQ
56692014-11-28 Yao Qi <yao@codesourcery.com>
5670
5671 * gdb.base/break-probes.exp: Match library name prefixed with
5672 sysroot.
5673
f28a0564
SM
56742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5675
5676 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5677 test expected output. Add parentheses for the call to print.
5678 Remove L suffix from integers.
5679
3fe1ce1d
DE
56802014-11-26 Doug Evans <dje@google.com>
5681
5682 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5683
84429e27
YQ
56842014-11-22 Yao Qi <yao@codesourcery.com>
5685
5686 * gdb.trace/entry-values.c: Remove asms.
5687 (foo): Add foo_label.
5688 (bar): Add bar_label.
5689 * gdb.trace/entry-values.exp: Remove code computing foo's
5690 length and bar's length.
5691 (Dwarf::assemble): Invoke function_range for bar and use
5692 MACRO_AT_func for foo.
5693
26741859
YQ
56942014-11-22 Yao Qi <yao@codesourcery.com>
5695
5696 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5697 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5698 Use .Lgcc43_procstart instead of gcc43.
5699
45e44d27
JB
57002014-11-21 Joel Brobecker <brobecker@adacore.com>
5701
5702 * gdb.ada/n_arr_bound: New testcase.
5703
458c8db8
SDJ
57042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5705
5706 PR breakpoints/10737
5707 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5708 test_catch_syscall_multi_arch.
5709 (test_catch_syscall_multi_arch): New function.
5710
43f3e411
DE
57112014-11-20 Doug Evans <xdje42@gmail.com>
5712
5713 * gdb.base/maint.exp: Update expected output.
5714
0d7b2549
AA
57152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5716
5717 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5718 4-byte instruction on S390.
5719
8908fca5
JB
57202014-11-19 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdb.ada/arr_arr: New testcase.
5723
4a46959e
JB
57242014-11-19 Joel Brobecker <brobecker@adacore.com>
5725
5726 * gdb.ada/pkd_arr_elem: New Testcase.
5727
470e2f4e
LM
57282014-11-18 Luis Machado <lgustavo@codesourcery.com>
5729
5730 * gdb.reverse/break-precsave: Expect completion message for
5731 core file reads.
5732 * gdb.reverse/consecutive-precsave.exp: Likewise.
5733 * gdb.reverse/finish-precsave.exp: Likewise.
5734 * gdb.reverse/i386-precsave.exp: Likewise.
5735 * gdb.reverse/machinestate-precsave.exp: Likewise.
5736 * gdb.reverse/sigall-precsave.exp: Likewise.
5737 * gdb.reverse/solib-precsave.exp: Likewise.
5738 * gdb.reverse/step-precsave.exp: Likewise.
5739 * gdb.reverse/until-precsave.exp: Likewise.
5740 * gdb.reverse/watch-precsave.exp: Likewise.
5741
a267f3ad
AA
57422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5743
5744 * gdb.base/bp-permanent.c: Include unistd.h.
5745 * gdb.python/py-framefilter-mi.c (main): Add return type.
5746 * gdb.python/py-framefilter.c (main): Likewise.
5747 * gdb.trace/actions-changed.c (main): Likewise.
5748
12084a9a
AA
57492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5750
5751 * gdb.mi/until.c: Add eye-catchers.
5752 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5753 line numbers.
5754
dc7e1a77
AA
57552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5756
5757 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5758 function header variants in break1.c.
5759 * gdb.base/ena-dis-br.exp: Likewise.
5760 * gdb.base/hbreak2.exp: Likewise.
5761 * gdb.reverse/until-precsave.exp: Drop references to removed
5762 non-prototype function header variants in ur1.c.
5763 * gdb.reverse/until-reverse.exp: Likewise.
5764
41c77605
PM
57652014-11-17 Petr Machata <pmachata@redhat.com>
5766
5767 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5768 ${_cu_offset_size} bytes abbrev offset.
5769
34248c3a
DE
57702014-11-15 Doug Evans <xdje42@gmail.com>
5771
5772 PR symtab/17559
5773 * gdb.base/line-symtabs.exp: New file.
5774 * gdb.base/line-symtabs.c: New file.
5775 * gdb.base/line-symtabs.h: New file.
5776
646da059
YQ
57772014-11-14 Yao Qi <yao@codesourcery.com>
5778
5779 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5780 (func): Add label func_label.
5781 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5782 Replace low_pc and high_pc with MACRO_AT_range.
5783 Replace name, low_pc and high_pc with MACRO_AT_func.
5784
9301ebe6
YQ
57852014-11-14 Yao Qi <yao@codesourcery.com>
5786
5787 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5788 Replace name, low_pc and high_pc with MACRO_AT_func.
5789
f166b542
YQ
57902014-11-14 Yao Qi <yao@codesourcery.com>
5791
5792 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5793 produce debug information.
5794 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5795
0f6e71e3
YQ
57962014-11-14 Yao Qi <yao@codesourcery.com>
5797
5798 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5799 object and get function length.
5800 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5801 with MACRO_AT_func.
5802 (top-level): Replace gdb_compile and clean_restart with
5803 prepare_for_testing.
5804 * gdb.dwarf2/main.c (main): Add label main_label.
5805
876c4df9
YQ
58062014-11-14 Yao Qi <yao@codesourcery.com>
5807
5808 * lib/dwarf.exp (function_range): New procedure.
5809 (Dwarf::_handle_macro_at_func): New procedure.
5810 (Dwarf::_handle_macro_at_range): New procedure.
5811 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5812
02ad9cf1
YQ
58132014-11-14 Yao Qi <yao@codesourcery.com>
5814
5815 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5816 (_handle_attribute): New procedure.
5817
a59add0c
AA
58182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5819
5820 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5821 * gdb.base/call-sc.c (zed): Likewise.
5822 * gdb.base/checkpoint.c (main): Likewise.
5823 * gdb.base/dump.c (main): Likewise.
5824 * gdb.base/gcore.c (main): Likewise.
5825 * gdb.base/huge.c (main): Likewise.
5826 * gdb.base/multi-forks.c (main): Likewise.
5827 * gdb.base/pr10179-a.c (main): Likewise.
5828 * gdb.base/savedregs.c (main): Likewise.
5829 * gdb.base/sigaltstack.c (main): Likewise.
5830 * gdb.base/siginfo.c (main): Likewise.
5831 * gdb.base/structs.c (zed): Likewise.
5832 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5833 * gdb.mi/mi-syn-frame.c (main): Likewise.
5834 * gdb.mi/until.c (foo, main): Likewise.
5835 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5836 * gdb.base/solib-weak.c (foo): Declare.
5837 * gdb.base/attach-twice.c: Include stdio.h.
5838 * gdb.base/weaklib1.c: Likewise.
5839 * gdb.base/weaklib2.c: Likewise.
5840 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5841 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5842 unistd.h.
5843 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5844 * gdb.mi/mi-exit-code.c: Likewise.
5845 * gdb.base/break-interp-lib.c: Include string.h.
5846 * gdb.base/coremaker.c: Likewise.
5847 * gdb.base/testenv.c: Likewise.
5848 * gdb.python/py-finish-breakpoint.c: Likewise.
5849 * gdb.base/inferior-died.c: Include sys/wait.h.
5850 * gdb.base/fileio.c: Include time.h.
5851 * gdb.base/async-shell.c: Include unistd.h.
5852 * gdb.base/dprintf-non-stop.c: Likewise.
5853 * gdb.base/info-os.c: Likewise.
5854 * gdb.mi/mi-console.c: Likewise.
5855 * gdb.mi/watch-nonstop.c: Likewise.
5856 * gdb.python/py-events.c: Likewise.
5857 * gdb.base/async.c (baz): Move up before its invocation.
5858 * gdb.base/code_elim2.c (my_global_func): Likewise.
5859 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5860 * gdb.base/advance.c (func2): Likewise.
5861
3b5d5997
AA
58622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5863
5864 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5865 variant.
5866 * gdb.base/annota3.c: Likewise.
5867 * gdb.base/async.c: Likewise.
5868 * gdb.base/average.c: Likewise.
5869 * gdb.base/call-ar-st.c: Likewise.
5870 * gdb.base/call-rt-st.c: Likewise.
5871 * gdb.base/call-sc.c: Likewise.
5872 * gdb.base/call-strs.c: Likewise.
5873 * gdb.base/ending-run.c: Likewise.
5874 * gdb.base/execd-prog.c: Likewise.
5875 * gdb.base/exprs.c: Likewise.
5876 * gdb.base/foll-exec.c: Likewise.
5877 * gdb.base/foll-fork.c: Likewise.
5878 * gdb.base/foll-vfork.c: Likewise.
5879 * gdb.base/funcargs.c: Likewise.
5880 * gdb.base/gcore.c: Likewise.
5881 * gdb.base/jump.c: Likewise.
5882 * gdb.base/langs0.c: Likewise.
5883 * gdb.base/langs1.c: Likewise.
5884 * gdb.base/langs2.c: Likewise.
5885 * gdb.base/mips_pro.c: Likewise.
5886 * gdb.base/nodebug.c: Likewise.
5887 * gdb.base/opaque0.c: Likewise.
5888 * gdb.base/opaque1.c: Likewise.
5889 * gdb.base/recurse.c: Likewise.
5890 * gdb.base/run.c: Likewise.
5891 * gdb.base/scope0.c: Likewise.
5892 * gdb.base/scope1.c: Likewise.
5893 * gdb.base/setshow.c: Likewise.
5894 * gdb.base/setvar.c: Likewise.
5895 * gdb.base/shmain.c: Likewise.
5896 * gdb.base/shr1.c: Likewise.
5897 * gdb.base/shr2.c: Likewise.
5898 * gdb.base/sigall.c: Likewise.
5899 * gdb.base/signals.c: Likewise.
5900 * gdb.base/so-indr-cl.c: Likewise.
5901 * gdb.base/solib2.c: Likewise.
5902 * gdb.base/structs.c: Likewise.
5903 * gdb.base/sum.c: Likewise.
5904 * gdb.base/vforked-prog.c: Likewise.
5905 * gdb.base/watchpoint.c: Likewise.
5906 * gdb.reverse/shr2.c: Likewise.
5907 * gdb.reverse/until-reverse.c: Likewise.
5908 * gdb.reverse/ur1.c: Likewise.
5909 * gdb.reverse/watch-reverse.c: Likewise.
5910
066a77c5
AA
59112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5912
5913 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5914 variant.
5915 * gdb.base/sepdebug.exp: Drop references to removed code.
5916
4f204ea5
AA
59172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5920 variant. Preserve original line numbering.
5921 * gdb.base/list1.c: Likewise.
5922
3b377a3a
AA
59232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5924
5925 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5926 variant.
5927 * gdb.base/break1.c: Likewise.
5928 * gdb.base/break.exp: Drop references to removed code.
5929
e444df73
AA
59302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5931
5932 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5933 variant.
5934
8008f2a7
AA
59352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5936
5937 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5938
a5a06887
AA
59392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5940
5941 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5942 logic into perform_all_tests() and invoke it with and without
5943 function header prototypes.
5944 (do_function_calls): Remove conditional XFAIL for PR 5318.
5945 (rerun_and_prepare): Remove duplicate code.
5946 (perform_all_tests): New. Main logic moved here.
5947
44dba9b9
AA
59482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5949
5950 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5951 code guarded by #ifdef NO_PROTOTYPES.
5952 (t_double_many_args): Likewise.
5953 (DEF_FUNC_MANY_ARGS_1): Likewise.
5954 (DEF_FUNC_VALUES_1): Likewise.
5955 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5956 guarded by #ifdef PROTOTYPES.
5957
d1fbcd56
AA
59582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5959
5960 * gdb.mi/mi-console.c: Add eye-catcher.
5961 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5962 instead of literal line number.
5963
b0e59b8f
AA
59642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5965
5966 * gdb.base/shr2.c: Add eye-catcher.
5967 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5968 line number.
5969
78f98cca
AA
59702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5971
5972 * gdb.base/jump.c: Add eye-catchers.
5973 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5974 numbers.
5975
58fa2af0
AA
59762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5977
5978 * gdb.base/execd-prog.c: Add eye-catchers.
5979 * gdb.base/foll-exec.c: Likewise.
5980 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5981 line numbers.
5982
04e5059b
AA
59832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5984
5985 * gdb.base/ending-run.c: Add eye-catchers.
5986 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5987 literal line numbers.
5988
dbfdb174
AA
59892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5990
5991 * gdb.base/call-rt-st.c: Add eye-catchers.
5992 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5993 literal line numbers.
5994
888a2ade
AA
59952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5996
5997 * gdb.base/call-ar-st.c: Add eye-catchers.
5998 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5999 literal line numbers.
6000
6acc2dde
AA
60012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6002
6003 * gdb.base/average.c: Add eye-catchers.
6004 * gdb.base/sum.c: Likewise.
6005 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
6006 regexps dynamically.
6007
9ecfcd1d
AA
60082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6009
6010 * gdb.base/solib1.c: Add eye-catchers.
6011 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
6012 literal line numbers.
6013
78708b7c
PA
60142014-11-12 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
6017 leader has exited.
6018
af48d08f
PA
60192014-11-12 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.arch/i386-bp_permanent.c: New file.
6022 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
6023 (srcfile): Set to i386-bp_permanent.c.
6024 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
6025 that stepi does not execute the 'leave' instruction, instead of
6026 testing it does execute.
6027 * gdb.base/bp-permanent.c: New file.
6028 * gdb.base/bp-permanent.exp: New file.
6029
af3768e9
DE
60302014-11-10 Doug Evans <xdje42@gmail.com>
6031
6032 PR symtab/17564
6033 * gdb.base/symtab-search-order.exp: New file.
6034 * gdb.base/symtab-search-order.c: New file.
6035 * gdb.base/symtab-search-order-1.c: New file.
6036 * gdb.base/symtab-search-order-shlib-1.c: New file.
6037
9de00a4a
PA
60382014-11-07 Pedro Alves <palves@redhat.com>
6039
6040 PR gdb/17511
6041 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6042 i?86-*-linux*.
6043
e0f52461
SC
60442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6045
6046 PR c++/17494
6047 * gdb.cp/pr17494.cc: New file.
6048 * gdb.cp/pr17494.exp: New file.
6049
6ce8c980
YQ
60502014-11-02 Yao Qi <yao@codesourcery.com>
6051
6052 * gdb.python/python.exp: Get working directory and match the
6053 output of "set extended-prompt \\w " with it.
6054
02be9a71
DE
60552014-10-30 Doug Evans <dje@google.com>
6056
6057 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6058 in objfiles.
6059 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6060 in progspaces.
6061
3bdff46b
LM
60622014-10-30 Janis Johnson <janisjo@codesourcery.com>
6063
6064 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6065 * gdb.base/realname-expand.exp: Likewise.
6066 * gdb.linespec/macro-relative.exp: Likewise.
6067
ab917dfb
PA
60682014-10-29 Pedro Alves <palves@redhat.com>
6069
6070 PR gdb/17408
6071 * gdb.threads/schedlock.c (some_function): New function.
6072 (call_function): New global.
6073 (MAYBE_CALL_SOME_FUNCTION): New macro.
6074 (thread_function): Call it.
6075 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6076 and use it instead of a global counter. Adjust all callers.
6077 (get_current_thread): Use "find current thread" for test message
6078 here rather than having all callers pass down the same string.
6079 (goto_loop): New procedure, factored out from ...
6080 (my_continue): ... this.
6081 (step_ten_loops): Change parameter from test message to command to
6082 use. Adjust.
6083 (list_count): Delete global.
6084 (check_result): New procedure, factored out from duplicate top
6085 level code.
6086 (continue tests): Wrap in with_test_prefix.
6087 (test_step): New procedure, factored out from duplicate top level
6088 code.
6089 (top level): Test "step" in combination with all scheduler-locking
6090 modes. Test "next" in combination with all scheduler-locking
6091 modes, and in combination with stepping over a function call or
6092 not.
6093 * gdb.threads/next-bp-other-thread.c: New file.
6094 * gdb.threads/next-bp-other-thread.exp: New file.
6095
d3d4baed
PA
60962014-10-29 Pedro Alves <palves@redhat.com>
6097
6098 PR python/17372
6099 * gdb.python/python.exp: Test a multi-line command that spawns
6100 interactive Python.
6101 * gdb.base/multi-line-starts-subshell.exp: New file.
6102
563e8d85
YQ
61032014-10-29 Yao Qi <yao@codesourcery.com>
6104
6105 * gdb.base/fileio.exp: Make directories on host.
6106
0ea4d52e
YQ
61072014-10-29 Yao Qi <yao@codesourcery.com>
6108
6109 * gdb.base/fileio.c (test_write): Close the file.
6110
7f5ef605
PA
61112014-10-28 Pedro Alves <palves@redhat.com>
6112
6113 PR gdb/12623
6114 * gdb.base/sigstep.c (no_handler): New global.
6115 (main): If 'no_handler is true, set the signal handlers to
6116 SIG_IGN.
6117 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6118 with_sw_watch and no_handler parameters. Handle them.
6119 (top level) <stepping over handler when stopped at a breakpoint
6120 test>: Add a test axis for testing with a software watchpoint, and
6121 another for testing with the signal handler set to SIG_IGN.
6122 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6123 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6124
abbdbd03
PA
61252014-10-28 Pedro Alves <palves@redhat.com>
6126
6127 PR gdb/17511
6128 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6129 * gdb.base/sigstep.exp (other_handler_location): New global.
6130 (advance): Support stepping into the signal handler, and running
6131 commands while in the handler.
6132 (in_handler_map): New global.
6133 (top level): In the advance test, add combinations for getting
6134 into the handler with stepping commands, and for running commands
6135 in the handler. Add comment descripting the advancei tests.
6136
1df4399f
PA
61372014-10-28 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/sigstep.exp: Use build_executable instead of
6140 prepare_for_testing.
6141 (top level): Move code that starts GDB, runs to main and creates a
6142 display to ...
6143 (restart): ... this new procedure.
6144 (top level): Move backtrace from signal handler test to ...
6145 (validate_backtrace): ... this new procedure.
6146 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6147 with_test_prefix. Always restart GDB.
6148 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6149 with_test_prefix. Always restart GDB. No need to delete
6150 breakpoints after the test.
6151 (test_skip_handler): Remove prefix parameter.
6152 (skip_over_handler, breakpoint_to_handler)
6153 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6154 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6155 restart GDB. No need to delete breakpoints after the test.
6156 (top level): Use foreach to call the test procedures with
6157 different commands.
6158
a5b6e449
PA
61592014-10-28 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6162 instead of GNATS numbers.
6163 * gdb.base/sigbpt.exp: Likewise.
6164 * gdb.base/siginfo.exp: Likewise.
6165 * gdb.base/sigstep.exp: Likewise.
6166
e5f8a7cc
PA
61672014-10-27 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/sigstep.c (dummy): New global.
6170 (main): Issue a couple writes to the new global.
6171 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6172 procedures.
6173 (skip_over_handler): Use test_skip_handler.
6174 (top level): Call skip_over_handler for stepi and nexti too.
6175 (breakpoint_over_handler): Use test_skip_handler.
6176 (top level): Call breakpoint_over_handler for stepi and nexti too.
6177
763905a3
YQ
61782014-10-27 Yao Qi <yao@codesourcery.com>
6179
6180 * gdb.trace/tfile.c (adjust_function_address)
6181 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6182 function descriptor.
6183
6f259a23
DB
61842014-10-24 Don Breazeal <donb@codesourcery.com>
6185
6186 * gdb.base/foll-fork.exp (test_follow_fork,
6187 catch_fork_child_follow): Check for updated fork messages emitted
6188 from infrun.c.
6189 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6190 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6191 vfork_and_exec_child_follow_through_step): Check for updated vfork
6192 messages emitted from infrun.c.
6193
09dd9a69
PA
61942014-10-24 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/corefile.exp: Remove references to ultrix.
6197 * gdb.base/interrupt.exp: Likewise.
6198 * gdb.base/whatis.exp: Likewise.
6199 * gdb.gdb/selftest.exp: Likewise.
6200 * gdb.threads/manythreads.exp: Likewise.
6201 * gdb.threads/print-threads.exp: Likewise.
6202 * gdb.threads/pthreads.exp:: Likewise.
6203 * gdb.threads/schedlock.exp: Likewise.
6204
3433cfa5
SC
62052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6206
6207 * gdb.cp/non-trivial-retval.cc: Add a test case.
6208 * gdb.cp/non-trivial-retval.exp: Add a test.
6209
092f880b
YQ
62102014-10-20 Yao Qi <yao@codesourcery.com>
6211
6212 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6213 * gdb.python/py-objfile-script-gdb.py: New file.
6214 * gdb.python/py-objfile-script.exp: Update reference to
6215 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6216 of remote_download. Remove the dest file.
6217
acbdb7f3
YQ
62182014-10-20 Yao Qi <yao@codesourcery.com>
6219
6220 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6221 * gdb.base/step-line.exp: Likewise.
6222 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6223 * gdb.dwarf2/dw2-basic.exp: Likewise.
6224 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6225 * gdb.dwarf2/dw2-filename.exp: Likewise.
6226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6228 * gdb.dwarf2/dw2-producer.exp: Likewise.
6229 * gdb.dwarf2/mac-fileno.exp: Likewise.
6230 * gdb.python/py-frame-args.exp: Likewise.
6231 * gdb.python/py-framefilter.exp: Likewise.
6232 * gdb.python/py-mi.exp: Likewise.
6233 * gdb.python/py-objfile-script.exp: Likewise
6234 * gdb.python/py-pp-integral.exp: Likewise.
6235 * gdb.python/py-pp-re-notag.exp: Likewise.
6236 * gdb.python/py-prettyprint.exp: Likewise.
6237 * gdb.python/py-section-script.exp: Likewise.
6238 * gdb.python/py-typeprint.exp: Likewise.
6239 * gdb.python/py-xmethods.exp: Likewise.
6240 * gdb.stabs/weird.exp: Likewise.
6241 * gdb.xml/tdesc-regs.exp: Likewise.
6242
bd286a29
KCY
62432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6244
6245 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6246 (out_cu): Use addr_len for the size of addresses.
6247 (out_line): Likewise. Size DW_LNE_set_address instruction
6248 according to addr_len.
6249 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6250 (FUNC): Add START_INSNS to definition.
6251
673dc4a0
YQ
62522014-10-18 Yao Qi <yao@codesourcery.com>
6253
6254 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6255 gdb_has_argv0 return true.
6256 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6257 check [target_info exists noargs], check [gdb_has_argv0]
6258 instead.
6259 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6260 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6261 procedures.
6262
4ffbba72
DE
62632014-10-17 Doug Evans <dje@google.com>
6264
6265 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6266 event.
6267 * gdb.python/py-events.py: Add clear_objfiles event.
6268
d096d8c1
DE
62692014-10-17 Doug Evans <dje@google.com>
6270
6271 * gdb.python/py-objfile.exp: Test progspace attribute.
6272
a80db015
LM
62732014-10-17 Luis Machado <lgustavo@codesourcery.com>
6274
6275 * gdb.guile/scm-breakpoint.exp: Do not assume any
6276 directory separators when matching source file paths.
6277 * gdb.python/py-breakpoint.exp: Likewise.
6278 * gdb.reverse/break-precsave.exp: Likewise.
6279 * gdb.reverse/break-reverse.exp: Likewise.
6280 * gdb.reverse/consecutive-precsave.exp: Likewise.
6281 * gdb.reverse/finish-precsave.exp: Likewise.
6282 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6283 * gdb.reverse/finish-reverse.exp: Likewise.
6284 * gdb.reverse/i386-precsave.exp: Likewise.
6285 * gdb.reverse/i387-env-reverse.exp: Likewise.
6286 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6287 * gdb.reverse/machinestate-precsave.exp: Likewise.
6288 * gdb.reverse/machinestate.exp: Likewise.
6289 * gdb.reverse/sigall-precsave.exp: Likewise.
6290 * gdb.reverse/solib-precsave.exp: Likewise.
6291 * gdb.reverse/step-precsave.exp: Likewise.
6292 * gdb.reverse/until-precsave.exp: Likewise.
6293 * gdb.reverse/watch-precsave.exp: Likewise.
6294 * gdb.reverse/watch-reverse.exp: Likewise.
6295
b22089ab
YQ
62962014-10-17 Yao Qi <yao@codesourcery.com>
6297
6298 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6299 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6300
6c4486e6
PA
63012014-10-17 Pedro Alves <palves@redhat.com>
6302
6303 PR gdb/17471
6304 * gdb.base/bg-execution-repeat.c: New file.
6305 * gdb.base/bg-execution-repeat.exp: New file.
6306
0ff33695
PA
63072014-10-17 Pedro Alves <palves@redhat.com>
6308
6309 PR gdb/17300
6310 * gdb.base/continue-all-already-running.c: New file.
6311 * gdb.base/continue-all-already-running.exp: New file.
6312
6fdebc3d
PA
63132014-10-17 Pedro Alves <palves@redhat.com>
6314
6315 PR gdb/17472
6316 * gdb.base/annota-input-while-running.c: New file.
6317 * gdb.base/annota-input-while-running.exp: New file.
6318
32a8097b
PA
63192014-10-17 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/callfuncs.exp: emove references to osf.
6322 * gdb.base/sigall.exp: Likewise.
6323 * gdb.gdb/selftest.exp: Likewise.
6324 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6325 * gdb.mi/non-stop.c: Likewise.
6326 * gdb.mi/pthreads.c: Likewise.
6327 * gdb.reverse/sigall-precsave.exp: Likewise.
6328 * gdb.reverse/sigall-reverse.exp: Likewise.
6329 * gdb.threads/pthreads.c: Likewise.
6330 * gdb.threads/pthreads.exp: Likewise.
6331
7a3517ff
YQ
63322014-10-17 Yao Qi <yao@codesourcery.com>
6333
6334 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6335 check 'target_info exists noargs'.
6336 (test_command_prompt_position): Likewise.
6337 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6338 Remove "set args".
6339 (progvar_simple_while_test): Likewise.
6340 (progvar_complex_if_while_test): Likewise.
6341 (if_while_breakpoint_command_test): Likewise.
6342 (infrun_breakpoint_command_test): Likewise.
6343 (breakpoint_command_test): Likewise.
6344 (watchpoint_command_test): Likewise.
6345 (bp_deleted_in_command_test): Likewise.
6346 (temporary_breakpoint_commands): Likewise.
6347
bb99c472
YQ
63482014-10-16 Yao Qi <yao@codesourcery.com>
6349
6350 * gdb.base/remotetimeout.exp: Remove noargs checking.
6351
7c16b83e
PA
63522014-10-15 Pedro Alves <palves@redhat.com>
6353
6354 PR breakpoints/9649
6355 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6356 * gdb.base/breakpoint-in-ro-region.exp
6357 (probe_target_hardware_step): New procedure.
6358 (top level): Probe hardware stepping and hardware breakpoint
6359 support. Test stepping through a read-only region, with both
6360 "breakpoint auto-hw" on and off and both "always-inserted" on and
6361 off.
6362
35a49624
IB
63632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6364
6365 * gdb.dlang/demangle.exp: Update for demangling changes.
6366
2d1c107c
SC
63672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6368
6369 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6370 * gdb.cp/non-trivial-retval.exp: Add new tests.
6371
778811d5
SC
63722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6373
6374 PR c++/13403
6375 PR c++/15154
6376 * gdb.cp/non-trivial-retval.cc: New file.
6377 * gdb.cp/non-trivial-retval.exp: New file.
6378
10c5f0a8
YQ
63792014-10-15 Yao Qi <yao@codesourcery.com>
6380
6381 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6382 remote host.
6383
65d7b369
YQ
63842014-10-15 Yao Qi <yao@codesourcery.com>
6385
6386 * gdb.python/py-symbol.exp: Match file base name if host is
6387 remote, otherwise match file name with dir name.
6388 * gdb.python/py-symtab.exp: Likewise.
6389 * gdb.python/python.exp: Likewise.
6390
46dc1394
YQ
63912014-10-15 Yao Qi <yao@codesourcery.com>
6392
6393 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6394 pattern.
6395 * gdb.python/py-symtab.exp: Likewise.
6396 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6397 locationn.
6398
c40cc657
JB
63992014-10-14 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/addr_arith: New testcase.
6402
2abf49e1
MR
64032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6404
6405 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6406 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6407 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6408 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6409
f7088df3
SDJ
64102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6411
6412 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6413 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6414 * gdb.arch/stap-eval-lang-ada.exp: New file.
6415
4dc06805
YQ
64162014-10-14 Yao Qi <yao@codesourcery.com>
6417
6418 * gdb.mi/mi-var-child.c (nothing1): New function.
6419 (nothing2): New function.
6420 (do_children_tests): Set function pointers by nothing1 and
6421 nothing2.
6422 * gdb.mi/mi-var-child.exp: Step over new added statements.
6423 Update test to match the new output.
6424 * gdb.mi/var-cmd.c (nothing1): New function.
6425 (nothing2): New function.
6426 (do_children_tests): Set function pointers by nothing1 and
6427 nothing2.
6428 * gdb.mi/mi-var-display.exp: Update test to match output.
6429 Step to the line specified by $line_dct_nothing.
6430 Increase the number of lines to step.
6431
46a93de2
YQ
64322014-10-14 Yao Qi <yao@codesourcery.com>
6433
6434 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6435 tests.
6436 * gdb.mi/mi2-var-child.exp: Likewise.
6437
14ea52ee
DE
64382014-10-13 Doug Evans <dje@google.com>
6439
6440 * gdb.python/py-objfile.exp: Change name of file name test.
6441
e5c6e92b
DE
64422014-10-13 Doug Evans <dje@google.com>
6443
6444 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6445 from the start of the CU.
6446
c780cc2f
JK
64472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6448 Yao Qi <yao@codesourcery.com>
6449
6450 Fix "save breakpoints" for "catch" command.
6451 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6452 Remove -nonewline. Match also the added "main" line.
6453
99894e11
JK
64542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 Fix "save breakpoints" for "disable $bpnum" command.
6457 * gdb.base/save-bp.c (main): Add label.
6458 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6459
6e1ac5a3
JK
64602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6463
754dd2b0
YQ
64642014-10-11 Yao Qi <yao@codesourcery.com>
6465
6466 * gdb.server/server-kill.exp: Execute command
6467 "set remote trace-status-packet on" before "tstatus".
6468
f90183d7
YQ
64692014-10-11 Yao Qi <yao@codesourcery.com>
6470
6471 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6472 (main): Call getppid.
6473 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6474 and continue to it. Read variable "server_pid".
6475
bf40a607
YQ
64762014-10-11 Yao Qi <yao@codesourcery.com>
6477
6478 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6479
052ca370
YQ
64802014-10-11 Yao Qi <yao@codesourcery.com>
6481
6482 * gdb.threads/thread-find.exp: Don't execute command
6483 "info threads".
6484 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6485 * gdb.threads/linux-dp.exp: Don't check the condition
6486 $threads_created equals to zero.
6487
3831839c
PA
64882014-10-10 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/bigcore.exp: Remove references to IRIX.
6491 * gdb.base/funcargs.exp: Likewise.
6492 * gdb.base/interrupt.exp: Likewise.
6493 * gdb.base/mips_pro.exp: Likewise.
6494 * gdb.base/nodebug.exp: Likewise.
6495 * gdb.base/setvar.exp: Likewise.
6496 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6497
8b9a549d
PA
64982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6499 Pedro Alves <palves@redhat.com>
6500
6501 PR symtab/14466
6502 * gdb.base/vdso-warning.c: New file.
6503 * gdb.base/vdso-warning.exp: New file.
6504
d48ba5e8
DE
65052014-10-02 Doug Evans <dje@google.com>
6506
6507 * gdb.base/structs.c (main): Don't run forever.
6508
2278c276
PA
65092014-10-02 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6512 (top level) <stop threads 1, stop threads 2>: Use it.
6513
b57bacec
PA
65142014-10-02 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.threads/break-while-running.exp (test): Add new
6517 'update_thread_list' argument. Skip "info threads" if false.
6518 (top level): Add new 'update_thread_list' axis.
6519
13fd3ff3
PA
65202014-10-02 Pedro Alves <palves@redhat.com>
6521
6522 PR breakpoints/17431
6523 * gdb.base/execl-update-breakpoints.c: New file.
6524 * gdb.base/execl-update-breakpoints.exp: New file.
6525
0fec99e8
PA
65262014-10-01 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/breakpoint-in-ro-region.c: New file.
6529 * gdb.base/breakpoint-in-ro-region.exp: New file.
6530
2ddf4301
SM
65312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * gdb.mi/mi-exit-code.exp: New file.
6534 * gdb.mi/mi-exit-code.c: New file.
6535
6a5f3f43
YQ
65362014-09-30 Yao Qi <yao@codesourcery.com>
6537
6538 * lib/prelink-support.exp (build_executable_own_libs): Error if
6539 the target isn't native.
6540
345bcc73
YQ
65412014-09-30 Yao Qi <yao@codesourcery.com>
6542
6543 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6544 false.
6545
a25a5a45
PA
65462014-09-22 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.threads/break-while-running.exp: New file.
6549 * gdb.threads/break-while-running.c: New file.
6550
00ba3162
YQ
65512014-09-19 Yao Qi <yao@codesourcery.com>
6552
6553 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6554 Invoke test. Restart GDB with --readnow and invoke test again.
6555
c3b7b696
YQ
65562014-09-19 Yao Qi <yao@codesourcery.com>
6557
6558 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6559 proc set_breakpoint_on_gcd_function. Invoke
6560 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6561 invoke set_breakpoint_on_gcd_function again.
6562
2b4fd423
DE
65632014-09-18 Doug Evans <dje@google.com>
6564
6565 * gdb.dwarf2/symtab-producer.exp: New file.
6566
a5947601
SDJ
65672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6568
6569 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6570 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6571 * gdb.base/global-var-nested-by-dso.c: Likewise.
6572 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6573
91c19059
SDJ
65742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6575 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/watch-bitfields.exp: Pass string other than test file
6578 name to prepare_for_testing.
6579 (watch): New procedure.
6580 (expect_watchpoint): Use with_test_prefix.
6581 (top level): Factor out tests to ...
6582 (test_watch_location, test_regular_watch): ... these new
6583 procedures, and use with_test_prefix and gdb_continue_to_end.
6584
bb9d5f81
PP
65852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6586
6587 PR breakpoints/12526
6588 * gdb.base/watch-bitfields.exp: New file.
6589 * gdb.base/watch-bitfields.c: New file.
6590
635856f5
PA
65912014-09-16 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6594 software and hardware addresses, not software address against
6595 itself.
6596
7280ceea
PA
65972014-09-16 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6600 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6601
428b16bd
PA
66022014-09-16 Pedro Alves <palves@redhat.com>
6603
6604 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6605 files.
6606 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6607 "*-*-vxworks*" throughout.
6608 * gdb.base/break.exp: Likewise.
6609 * gdb.base/default.exp: Likewise.
6610 * gdb.base/scope.exp: Likewise.
6611 * gdb.base/sepdebug.exp: Likewise.
6612 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6613 throughout.
6614 * gdb.base/run.c: Likewise.
6615 * gdb.base/sepdebug.c: Likewise.
6616 * gdb.hp/gdb.aCC/run.c: Likewise.
6617 * gdb.reverse/until-reverse.c: Likewise.
6618 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6619
666d413c
YQ
66202014-09-16 Yao Qi <yao@codesourcery.com>
6621
6622 * boards/local-remote-host-native.exp: New file.
6623
57cbd724
DE
66242014-09-14 Doug Evans <xdje42@gmail.com>
6625
6626 * gdb.threads/queue-signal.c (thread_count): New variable.
6627 (thread_count_mutex, thread_count_condvar): New variables.
6628 (incr_thread_count, wait_all_threads_running): New functions.
6629 (main): Wait for all threads to be in their thread functions.
6630
81219e53
DE
66312014-09-13 Doug Evans <xdje42@gmail.com>
6632
6633 * gdb.threads/queue-signal.c: New file.
6634 * gdb.threads/queue-signal.exp: New file.
6635
3714cea7
DE
66362014-09-13 Doug Evans <xdje42@gmail.com>
6637
6638 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6639 be consistent with what default_gdb_init uses.
6640 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6641 the plain text of the prompt. Add some logging printfs.
6642 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6643
fa43b1d7
PA
66442014-09-12 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6647 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6648 * gdb.arch/i386-size-overlap.exp: Likewise.
6649 * gdb.arch/i386-size.exp: Likewise.
6650 * gdb.arch/i386-unwind.exp: Likewise.
6651 * gdb.base/a2-run.exp: Likewise.
6652 * gdb.base/break.exp: Likewise.
6653 * gdb.base/charset.exp: Likewise.
6654 * gdb.base/chng-syms.exp: Likewise.
6655 * gdb.base/commands.exp: Likewise.
6656 * gdb.base/dbx.exp: Likewise.
6657 * gdb.base/find.exp: Likewise.
6658 * gdb.base/funcargs.exp: Likewise.
6659 * gdb.base/jit-simple.exp: Likewise.
6660 * gdb.base/reread.exp: Likewise.
6661 * gdb.base/sepdebug.exp: Likewise.
6662 * gdb.base/step-bt.exp: Likewise.
6663 * gdb.cp/mb-inline.exp: Likewise.
6664 * gdb.cp/mb-templates.exp: Likewise.
6665 * gdb.objc/basicclass.exp: Likewise.
6666 * gdb.threads/killed.exp: Likewise.
6667
9d9bf2df
EBM
66682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6669
6670 PR tdep/17379
6671 * gdb.arch/powerpc-stackless.S: New file.
6672 * gdb.arch/powerpc-stackless.exp: New file.
6673
1cf2f1b0
JK
66742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.base/attach.c: Include unistd.h.
6677 (main): Call alarm. Add label postloop.
6678 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6679 gdb_breakpoint, gdb_continue_to_breakpoint.
6680 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6681
98880d46
PA
66822014-09-11 Pedro Alves <palves@redhat.com>
6683
6684 PR gdb/17347
6685 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6686 * gdb.base/attach.exp (test_command_line_attach_run): New
6687 procedure.
6688 (top level): Call it.
6689
4c92ff2c
PA
66902014-09-11 Pedro Alves <palves@redhat.com>
6691
6692 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6693 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6694 (do_command_attach_tests): Use spawn_wait_for_attach.
6695 * gdb.base/solib-overlap.exp: Likewise.
6696 * gdb.multi/multi-attach.exp: Likewise.
6697 * gdb.python/py-prompt.exp: Likewise.
6698 * gdb.python/py-sync-interp.exp: Likewise.
6699 * gdb.server/ext-attach.exp: Likewise.
6700
3adc1a7d
GKB
67012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6702
6703 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6704 command in testcase. Simplify testcase.
6705
96334934
JB
67062014-09-10 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6709
eb479039
JB
67102014-09-10 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6713
deede10c
JB
67142014-09-10 Joel Brobecker <brobecker@adacore.com>
6715
6716 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6717
7828a5f5
JB
67182014-09-10 Joel Brobecker <brobecker@adacore.com>
6719
6720 * gdb.dwarf2/dynarr-ptr.c: New file.
6721 * gdb.dwarf2/dynarr-ptr.exp: New file.
6722
33aeebcf
MR
67232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6724
6725 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6726 of 30 rather than hardcoding 120 for a slow test case. Take the
6727 `gdb,timeout' target setting into account for this calculation.
6728 Don't extend the timeout for the test cases that don't need it.
6729
7b415901
MR
67302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6731
6732 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6733 a factor of 2 for a slow test case. Take the `gdb,timeout'
6734 target setting into account for this calculation.
6735 * gdb.reverse/until-precsave.exp: Increase the timeout by
6736 a factor of 15 and 3 respectively rather than adding 120
6737 for a pair of slow test cases. Take the `gdb,timeout'
6738 target setting into account for this calculation.
6739
4a40f85a
MR
67402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6741
6742 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6743 timeout, don't pass one down to gdb_expect.
6744 (gdb_expect): Rework timeout selection.
6745
09635af7
MR
67462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6747
6748 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6749 exception on timeout.
6750 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6751 (gdbserver_start_extended): Catch any `gdbserver_start' error
6752 exceptions.
6753 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6754 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6755 `gdbserver_gdb_load' error exceptions.
6756
2bdd10b7
MR
67572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6758
6759 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6760 120 on waiting for the TCP socket to open.
6761
316935f0
DE
67622014-09-09 Doug Evans <xdje42@gmail.com>
6763
6764 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6765 _caller_matches, _any_caller_is, _any_caller_matches.
6766
83740597
DE
67672014-09-09 Doug Evans <xdje42@gmail.com>
6768
6769 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6770
4c122fc3
YQ
67712014-09-09 Yao Qi <yao@codesourcery.com>
6772
6773 * gdb.mi/mi-var-display.exp: Set print symbol off.
6774
a9f116cb
GKB
67752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6776
6777 PR gdb/17035
6778 * gdb.base/commands.exp: Add tests to verify user-defined
6779 commands with empty bodies.
6780 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6781 python commands in `show user command`.
6782 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6783 scheme commands in `show user command`.
6784
c75bd3a2
JK
67852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 PR python/17355
6788 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6789 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6790 * gdb.python/py-framefilter-invalidarg.exp: New file.
6791 * gdb.python/py-framefilter-invalidarg.py: New file.
6792
faa42425
DE
67932014-09-06 Doug Evans <xdje42@gmail.com>
6794
6795 PR 15276
6796 * gdb.python/py-caller-is.c: New file.
6797 * gdb.python/py-caller-is.exp: New file.
6798
474ca4f6
SDJ
67992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6800
6801 PR gdb/17235
6802 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6803 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6804
eb0b0463
SDJ
68052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6806
6807 PR fortran/17237
6808 * gdb.fortran/print-formatted.exp: New file.
6809 * gdb.fortran/print-formatted.f90: Likewise.
6810
5f3b99cf
SS
68112014-09-03 Sasha Smundak <asmundak@google.com>
6812
6813 * gdb.python/py-frame.exp: Test Frame.read_register.
6814
7d793aa9
SDJ
68152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6816
6817 PR python/16699
6818 * gdb.python/py-completion.exp: New file.
6819 * gdb.python/py-completion.py: Likewise.
6820
fb0576e9
DE
68212014-08-28 Doug Evans <dje@google.com>
6822
6823 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6824 eax,etc. are live with values set by gdb and thus the compiler can't
6825 use them.
6826 * gdb.arch/i386-pseudo.c (main): Ditto.
6827
ee92b0dd
DE
68282014-08-27 Doug Evans <dje@google.com>
6829
6830 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6831
6649db35
DE
68322014-08-25 Doug Evans <dje@google.com>
6833
6834 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6835 (main): Ditto.
6836
564b7600
DE
68372014-08-25 Doug Evans <dje@google.com>
6838
6839 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6840
3881fb67
YQ
68412014-08-24 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6844 symbol off.
6845 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6846
a05a36a5
DE
68472014-08-22 Doug Evans <dje@google.com>
6848
6849 PR 17276
6850 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6851 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6852 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6853
7c343b48
YQ
68542014-08-22 Yao Qi <yao@codesourcery.com>
6855
6856 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6857 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6858 * gdb.python/python.exp: Likewise. Use .py file on the host
6859 instead of the build.
6860
22fd09ae
JK
68612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.threads/gcore-stale-thread.c: New file.
6864 * gdb.threads/gcore-stale-thread.exp: New file.
6865
a8454a7c
PA
68662014-08-21 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6869 * gdb.base/gcore-relro-pie.exp: Likewise.
6870 * gdb.base/gcore-relro.exp: Likewise.
6871 * gdb.base/gcore.exp: Likewise.
6872 * gdb.base/print-symbol-loading.exp: Likewise.
6873 * gdb.threads/gcore-thread.exp: Likewise.
6874 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6875
2a31c623
PA
68762014-08-20 Pedro Alves <palves@redhat.com>
6877 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6880 configure.
6881 (EXPECT): Handle READ1 being set.
6882 (all): Depend on EXTRA_RULES.
6883 (check-read1, expect-read1, read1.so, read1): New rules.
6884 * README (Testsuite Parameters): Document the READ1 make variable.
6885 (Race detection): New section.
6886 * configure: Regenerate.
6887 * configure.ac: If build==host==target, and running under a
6888 GNU/glibc system, add read1 to the extra Makefile rules.
6889 (EXTRA_RULES): AC_SUBST it.
6890 * lib/read1.c: New file.
6891
d36430db
JB
68922014-08-20 Joel Brobecker <brobecker@adacore.com>
6893
6894 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6895 the handling of variables declared as a typedef to an array
6896 which a DW_AT_data_location attribute.
6897
9a0dc9e3
PA
68982014-08-19 Andrew Burgess <aburgess@broadcom.com>
6899 Pedro Alves <palves@redhat.com>
6900
6901 PR symtab/14604
6902 PR symtab/14605
6903 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6904 gdb_test.
6905
0718a8da
PA
69062014-08-19 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6909
13b448cd
YQ
69102014-08-19 Yao Qi <yao@codesourcery.com>
6911
6912 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6913 right line.
6914
1cbf5077
DB
69152014-08-18 David Blaikie <dblaikie@gmail.com>
6916
6917 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6918
bf0fae19
JB
69192014-08-18 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6922 attribute in array range.
6923
3c8c5dcc
JB
69242014-08-18 Joel Brobecker <brobecker@adacore.com>
6925
6926 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6927
e66d4446
SC
69282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6929
6930 PR c++/17132
6931 * gdb.cp/pr17132.cc: New file.
6932 * gdb.cp/pr17132.exp: New file.
6933
940df408
SC
69342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6935
6936 * gdb.python/py-xmethods.py (A_getarrayind)
6937 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6938 Use 'print' with function call syntax.
6939 (E_method_matcher.match): Fix tab vs space indentation mixup.
6940
ebcc6c3a
YQ
69412014-08-15 Yao Qi <yao@codesourcery.com>
6942
6943 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6944 false.
6945
775e0f04
YQ
69462014-08-15 Yao Qi <yao@codesourcery.com>
6947
6948 * gdb.cp/casts.exp: Set print symbol off.
6949 * gdb.cp/class2.exp: Likewise.
6950 * gdb.cp/overload.exp: Likewise.
6951 * gdb.cp/templates.exp: Likewise.
6952
d769e349
DE
69532014-08-11 Doug Evans <dje@google.com>
6954
6955 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6956 (test_load_shlib): Update.
6957
20c6f1e1
YQ
69582014-08-09 Yao Qi <yao@codesourcery.com>
6959
6960 * gdb.base/display.exp: Invoke is_address_zero_readable.
6961 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6962 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6963 * gdb.base/hbreak-unmapped.exp: Return if
6964 is_address_zero_readable returns true.
6965 * gdb.base/signest.exp: Likewise.
6966 * gdb.base/signull.exp: Likewise.
6967 * gdb.base/sigbpt.exp: Likewise.
6968 * gdb.guile/scm-disasm.exp: Do the test if
6969 is_address_zero_readable returns false.
6970 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6971 * gdb.python/py-arch.exp: Likewise.
6972 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6973 * lib/gdb.exp (is_address_zero_readable): New proc.
6974
5792e8e3
YQ
69752014-08-09 Yao Qi <yao@codesourcery.com>
6976
6977 PR testsuite/13443
6978 * gdb.mi/mi-var-display.exp: Make test messages unique.
6979
3cecbbbe
TT
69802014-08-04 Tom Tromey <tromey@redhat.com>
6981
6982 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6983 target 0".
6984
00b51ff5
TT
69852014-08-04 Tom Tromey <tromey@redhat.com>
6986
6987 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6988 "target_resume".
6989
6908c509
JB
69902014-08-01 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6993 inner_vla_struct_object_size.
6994 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6995 as xfail.
6996
cc6563d2
PA
69972014-07-30 Pedro Alves <palves@redhat.com>
6998
6999 * gdb.threads/signal-command-handle-nopass.exp (test): Add
7000 comment.
7001
7e09a223
YQ
70022014-07-29 Yao Qi <yao@codesourcery.com>
7003
7004 PR gdb/17206
7005 * gdb.base/until-nodebug.exp: New.
7006
7ebdbe92
DE
70072014-07-28 Doug Evans <xdje42@gmail.com>
7008
7009 PR guile/17203
7010 * gdb.guile/scm-parameter.exp: Add tests for trying to create
7011 previously existing parameter, and previously ambiguously spelled
7012 parameter.
7013
fdb1adc6
WN
70142014-07-28 Will Newton <will.newton@linaro.org>
7015
7016 * gdb.base/varargs.exp: Remove KFAILs for ARM.
7017
186fcde0
DE
70182014-07-26 Ludovic Courtès <ludo@gnu.org>
7019 Doug Evans <xdje42@gmail.com>
7020
7021 PR guile/17146
7022 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
7023
70509625
PA
70242014-07-25 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/signal-command-handle-nopass.c: New file.
7027 * gdb.threads/signal-command-handle-nopass.exp: New file.
7028 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
7029 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
7030 * gdb.threads/signal-delivered-right-thread.c: New file.
7031 * gdb.threads/signal-delivered-right-thread.exp: New file.
7032
c3f814a1
PA
70332014-07-25 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.base/double-prompt-target-event-error.exp
7036 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
7037 match.
7038 (cancel_pagination_in_target_event): Rework double prompt
7039 detection.
7040 * gdb.base/paginate-after-ctrl-c-running.exp
7041 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7042 <return>' match.
7043 * gdb.base/paginate-bg-execution.exp
7044 (test_bg_execution_pagination_return)
7045 (test_bg_execution_pagination_cancel): Remove '-notransfer
7046 <return>' matches.
7047 * gdb.base/paginate-execution-startup.exp
7048 (test_fg_execution_pagination_return)
7049 (test_fg_execution_pagination_cancel): Remove '-notransfer
7050 <return>' matches.
7051 * gdb.base/paginate-inferior-exit.exp
7052 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7053 match.
7054 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7055 * lib/gdb.exp (pagination_prompt): Run text through
7056 string_to_regexp.
7057 (gdb_test_multiple): Match $pagination_prompt instead of
7058 "<return>".
7059 (string_to_regexp): Move to lib/gdb-utils.exp.
7060
e214cf6c
JK
70612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * gdb.arch/amd64-entry-value-paramref.S: New file.
7064 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7065 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7066 * gdb.arch/amd64-optimout-repeat.S: New file.
7067 * gdb.arch/amd64-optimout-repeat.c: New file.
7068 * gdb.arch/amd64-optimout-repeat.exp: New file.
7069
17d0c5c8
JK
70702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 PR gdb/17170
7073 * gdb.base/statistics.exp: New file.
7074
b8b8facf
DE
70752014-07-17 Doug Evans <dje@google.com>
7076
74b49205 7077 PR gdb/17170
b8b8facf
DE
7078 * gdb.base/maint.exp: Update testing of per-command stats.
7079
1b5d0ab3
PA
70802014-07-16 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7083 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7084 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7085 (tfile_write_buf): New functions.
7086 (add_memory_block): Rewrite using the above.
7087 (adjust_function_address): New function.
7088 (FUNCTION_ADDRESS): New macro.
7089 (write_basic_trace_file): Remove short_x local, and use
7090 tfile_write_16. Change type of func_addr local to unsigned long
7091 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7092 here. Cast argument of add_memory_block to char pointer.
7093 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7094 (main): Remove parameters.
7095 * gdb.trace/tfile.exp: Remove nowarnings.
7096
4d974e88
SM
70972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7098
7099 * gdb.base/debug-expr.exp: Test string evaluation with
7100 "debug expression" on.
7101
41e99568
PA
71022014-07-15 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/reread.exp: Use clean_restart.
7105
487d9753
PL
71062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7107
7108 * gdb.arch/avr-flash-qualifer.c: New.
7109 * gdb.arch/avr-flash-qualifer.exp: New.
7110
cc1c52ad
PA
71112014-07-14 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7114 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7115
1e973570
PA
71162014-07-14 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/double-prompt-target-event-error.c: New file.
7119 * gdb.base/double-prompt-target-event-error.exp: New file.
7120
93d6eb10
PA
71212014-07-14 Pedro Alves <palves@redhat.com>
7122
7123 PR gdb/17072
7124 * gdb.base/paginate-inferior-exit.c: New file.
7125 * gdb.base/paginate-inferior-exit.exp: New file.
7126
0017922d
PA
71272014-07-14 Pedro Alves <palves@redhat.com>
7128
7129 PR gdb/17072
7130 * gdb.base/paginate-bg-execution.c: New file.
7131 * gdb.base/paginate-bg-execution.exp: New file.
7132
94696ad3
PA
71332014-07-14 Pedro Alves <palves@redhat.com>
7134
7135 PR gdb/17072
7136 * gdb.base/paginate-execution-startup.c: New file.
7137 * gdb.base/paginate-execution-startup.exp: New file.
7138 * lib/gdb.exp (pagination_prompt): New global.
7139 (default_gdb_spawn): New procedure, factored out from
7140 default_gdb_spawn.
7141 (default_gdb_start): Adjust to call default_gdb_spawn.
7142 (gdb_spawn): New procedure.
7143
bd293940
PA
71442014-07-14 Pedro Alves <palves@redhat.com>
7145
7146 * lib/gdb.exp (gdb_assert): New procedure.
7147 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7148
c933f875
PA
71492014-07-14 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/execution-termios.c: New file.
7152 * gdb.base/execution-termios.exp: New file.
7153
d98b7a16
TT
71542014-07-14 Tom Tromey <tromey@redhat.com>
7155
7156 * gdb.cp/vla-cxx.cc: New file.
7157 * gdb.cp/vla-cxx.exp: New file.
7158
548740d6
TT
71592014-07-14 Tom Tromey <tromey@redhat.com>
7160
7161 * gdb.reverse/rerun-prec.c: New file.
7162 * gdb.reverse/rerun-prec.exp: New file.
7163
a25eb028
MR
71642014-07-12 Maciej W. Rozycki <macro@mips.com>
7165 Maciej W. Rozycki <macro@codesourcery.com>
7166
7167 * lib/gdb-utils.exp: New file.
7168 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7169 inline `gdb_init_command' processing.
7170 (gdb_start_cmd): Likewise.
7171 * lib/mi-support.exp (mi_run_cmd): Likewise.
7172 * README: Document `gdb_init_command' and `gdb_init_commands'.
7173
218c2655
JK
71742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7175
7176 Fix false FAIL running under a very long directory name.
7177 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7178 and "set print elements 10000". Twice.
7179
5401fde3
YQ
71802014-07-11 Yao Qi <yao@codesourcery.com>
7181
7182 * gdb.base/exprs.exp: "set print symbol off".
7183
e76126e8
PA
71842014-07-11 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.threads/kill.c: New file.
7187 * gdb.threads/kill.exp: New file.
7188
2d6f0de6
YQ
71892014-07-10 Yao Qi <yao@codesourcery.com>
7190
7191 * gdb.trace/tfile.c (write_basic_trace_file)
7192 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7193 address written to trace file.
7194
7180e04a
PA
71952014-07-09 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/attach-wait-input.exp: New file.
7198 * gdb.base/attach-wait-input.c: New file.
7199
9a9a7608
AB
72002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7203 setting up test structures.
7204 (main): Call new test function.
7205 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7206 test function, continue into test function and walk test
7207 structures.
7208
161ac41e
YQ
72092014-07-02 Yao Qi <yao@codesourcery.com>
7210
7211 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7212 'bar_start' at the beginning of functions 'foo' and 'bar'
7213 respectively.
7214 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7215 instead of 'foo' and 'bar'.
7216
1f267ae3
MM
72172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7218
7219 * gdb.btrace/segv.exp: New.
7220 * gdb.btrace/segv.c: New.
7221
2b239efb
LM
72222014-07-02 Luis Machado <lgustavo@codesourcery.com>
7223
7224 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7225 instruction.
7226
cf363f18
MW
72272014-06-30 Mark Wielaard <mjw@redhat.com>
7228
7229 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7230 vulture, vilify, villar): New volatile array constants.
7231 (vindictive, vegetation): New const volatile array constants.
7232 * gdb.base/volatile.exp: Test volatile and const volatile array
7233 types.
7234
aebf9d24
AA
72352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7236
7237 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7238 target lacks support for awatch, rwatch, or hbreak.
7239
b67a2c6f
YQ
72402014-06-27 Yao Qi <yao@codesourcery.com>
7241
7242 * gdb.multi/dummy-frame-restore.exp: New.
7243 * gdb.multi/dummy-frame-restore.c: New.
7244
aef92902
MM
72452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7246
7247 * gdb.btrace/gcore.exp: New.
7248
8e9db26e
PA
72492014-06-23 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.base/watchpoint-reuse-slot.c: New file.
7252 * gdb.base/watchpoint-reuse-slot.exp: New file.
7253
70afc5b7
SC
72542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7255
7256 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7257 progspace's filename in 'info', 'enable' and 'disable' command
7258 tests.
7259
b972bd9c
JK
72602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7261
7262 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7263 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7264 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7265
125f8a3d
GB
72662014-06-20 Gary Benson <gbenson@redhat.com>
7267
7268 * gdb.arch/i386-avx.exp: Fix include file location.
7269 * gdb.arch/i386-sse.exp: Likewise.
7270
3ed9baed
IB
72712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7272
7273 * gdb.dlang/expression.exp: New file.
7274
034f788c
PA
72752014-06-19 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7278 out from ...
7279 (top level): ... here. Iterate running tests under different
7280 scheduler-locking settings.
7281
45371d0c
LM
72822014-06-18 Luis Machado <lgustavo@codesourcery.com>
7283
7284 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7285 to DW_FORM_addr and use non-zero addresses.
7286
5d376983
SC
72872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7288
7289 PR gdb/17017
7290 * gdb.python/py-xmethods.cc: Add global function call counters and
7291 increment them in their respective functions. Remove "cout"
7292 statements.
7293 * gdb.python/py-xmethods.exp: Make tests check the global function
7294 call counters instead of depending on inferior IO.
7295
a1aa2221
LM
72962014-06-18 Don Breazeal <donb@codesourcery.com>
7297
7298 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7299 Deleted procedure.
7300 (explicit_fork_parent_follow): Deleted procedure.
7301 (explicit_fork_child_follow): Deleted procedure.
7302 (test_follow_fork): New procedure.
7303 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7304 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7305 procedure calls.
7306
0fc05997
YQ
73072014-06-17 Yao Qi <yao@codesourcery.com>
7308
7309 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7310 CP1252.
7311
70795c52
LM
73122014-06-17 Luis Machado <lgustavo@codesourcery.com>
7313
7314 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7315 Initialize ptr and S explicitly.
7316 (skip_type_update_when_not_use_rtti_test): Likewise.
7317
6be47f0c
KS
73182014-06-16 Keith Seitz <keiths@redhat.com>
7319
7320 PR mi/15863
7321 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7322 the inferior is started.
7323
d03de421
PA
73242014-06-16 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/break-main-file-remove-fail.c: New file.
7327 * gdb.base/break-main-file-remove-fail.exp: New file.
7328 * gdb.base/break-unload-file.exp: Use build_executable instead of
7329 prepare_for_testing.
7330 (test_break): New parameter "initial_load". Handle it.
7331 (top level): Add initial_load cmdline/file axis.
7332
f9579b99
TT
73332014-06-12 Tom Tromey <tromey@redhat.com>
7334
7335 * gdb.base/completion.exp: Don't use directory name in test.
7336
3657956b
GB
73372014-06-09 Gary Benson <gbenson@redhat.com>
7338
7339 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7340 separate the always-available ANSI-standard signals from the
7341 signals that require checking.
7342 (main): Likewise.
7343 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7344 Likewise.
7345 (main): Likewise.
7346
4186eb54
KS
73472014-06-07 Keith Seitz <keiths@redhat.com>
7348
7349 Revert:
7350 PR c++/16253
7351 * gdb.cp/var-tag.cc: New file.
7352 * gdb.cp/var-tag.exp: New file.
7353 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7354 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7355 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7356 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7357
25326a28 73582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7359
7360 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7361
829155c9
PA
73622014-06-06 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7365 in target debug output instead of looking at RSP packets,
7366 disabling the test on any target that uses hardware stepping.
7367 Update comments.
7368
61c8d22e
PA
73692014-06-06 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/break-unload-file.exp: Fix typo.
7372
d9a47287
YQ
73732014-06-06 Yao Qi <yao@codesourcery.com>
7374
7375 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7376 from "jit_function" to "^jit_function".
7377
e5e01dbf
YQ
73782014-06-06 Yao Qi <yao@codesourcery.com>
7379
7380 * gdb.base/async.c (foo): Add one statement.
7381 * gdb.base/async.exp: Get the next instruction address and
7382 match the output of "nexti" by instruction address. Match
7383 the hex address in the output of "finish".
7384
73ba372c
GB
73852014-06-06 Gary Benson <gbenson@redhat.com>
7386
7387 * gdb.base/call-signals.c: Remove preprocessor conditionals
7388 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7389 SIGSEGV and SIGTERM.
7390 * gdb.base/sigall.c: Likewise.
7391 * gdb.base/unwindonsignal.c: Likewise.
7392 * gdb.reverse/sigall-reverse.c: Likewise.
7393
831517df
YQ
73942014-06-06 Yao Qi <yao@codesourcery.com>
7395
7396 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7397 readable, skip the test.
7398
b8b91e98
YQ
73992014-06-06 Yao Qi <yao@codesourcery.com>
7400
7401 * gdb.threads/staticthreads.c (thread_function): Move the line
7402 setting breakpoint on forward.
7403 * gdb.threads/staticthreads.exp: Update comments.
7404
fb934770
LC
74052014-06-05 Ludovic Courtès <ludo@gnu.org>
7406
7407 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7408 "history-append! type error".
7409
6ef284bd
SM
74102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7411
7412 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7413 erroneous dprintf expected input.
7414
a872e241
DE
74152014-06-04 Doug Evans <xdje42@gmail.com>
7416
7417 * gdb.guile/scm-generics.exp: Delete.
7418
16f691fb
DE
74192014-06-04 Doug Evans <xdje42@gmail.com>
7420
7421 * gdb.guile/scm-breakpoint.exp: Update.
7422 Add tests for breakpoint registration.
7423
012370f6
TT
74242014-06-04 Tom Tromey <tromey@redhat.com>
7425
7426 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7427 VLA-in-union.
7428 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7429 inner_vla_struct, vla_union types. Initialize objects of those
7430 types and compute their sizes.
7431
9f5a4cef
HZ
74322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7433 Hui Zhu <hui@codesourcery.com>
7434
7435 * gdb.base/fileio.exp: Add test for shell not available as well as
7436 available.
7437 * gdb.base/fileio.c (test_system): Check for shell twice.
7438
90a45c4d
YQ
74392014-06-04 Yao Qi <yao@codesourcery.com>
7440
7441 * gdb.base/auto-connect-native-target.exp: Remove redundant
7442 space from the regexp pattern.
7443
70017e41
YQ
74442014-06-04 Yao Qi <yao@codesourcery.com>
7445
7446 * gdb.base/default.exp: Replace "child" with "native" in
7447 regexp pattern.
7448
883964a7
SC
74492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7450
7451 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7452 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7453 * gdb.python/py-xmethods.py: Python script supporting the
7454 new testcase and tests.
7455
ef370185
JB
74562014-06-03 Joel Brobecker <brobecker@adacore.com>
7457 Pedro Alves <palves@redhat.com>
7458
7459 PR breakpoints/17000
7460 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7461 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7462
1e2ccb61
BM
74632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7464
7465 * gdb.base/subst.exp: Add tests to verify partial path matching
7466 output.
7467
c6ec5ab2
PA
74682014-06-03 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7471 target that doesn't use software single-stepping.
7472
835c559f
PA
74732014-06-03 Pedro Alves <palves@redhat.com>
7474
7475 PR breakpoints/17000
7476 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7477 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7478
06eb1586
DE
74792014-06-02 Doug Evans <xdje42@gmail.com>
7480
7481 * gdb.guile/scm-parameter.exp: New file.
7482
e698b8c4
DE
74832014-06-02 Doug Evans <xdje42@gmail.com>
7484
7485 * gdb.guile/scm-cmd.c: New file.
7486 * gdb.guile/scm-cmd.exp: New file.
7487
ded03782
DE
74882014-06-02 Doug Evans <xdje42@gmail.com>
7489
7490 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7491 pretty-printer lookup.
7492 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7493 (make-pp_s-printer): Call it.
7494 (make-pretty-printer-from-dict): New function.
7495 (lookup-pretty-printer-maker-from-dict): New function.
7496 (*pretty-printer*): Simplify.
7497 (make-objfile-pp_s-printer): New function.
7498 (install-objfile-pretty-printers!): New function.
7499 (make-progspace-pp_s-printer): New function.
7500 (install-progspace-pretty-printers!): New function.
7501 * gdb.guile/scm-progspace.c: New file.
7502 * gdb.guile/scm-progspace.exp: New file.
7503
41fac0cf
PA
75042014-06-02 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/dprintf-bp-same-addr.c: New file.
7507 * gdb.base/dprintf-bp-same-addr.exp: New file.
7508
96ae5695
EBM
75092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7510
7511 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7512 * gdb.arch/powerpc-power.s: Likewise.
7513
da02b3a8
JB
75142014-06-02 Joel Brobecker <brobecker@adacore.com>
7515
7516 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7517
c72b2e7b
YQ
75182014-06-01 Yao Qi <yao@codesourcery.com>
7519
7520 * gdb.base/watchpoint.exp (test_watch_location): Check null
7521 pointer can be dereferenced. If not, do the test, otherwise
7522 skip it.
7523
53e8a631
AB
75242014-05-30 Andrew Burgess <aburgess@broadcom.com>
7525
7526 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7527 results.
7528 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7529
938f0e2f
AB
75302014-05-30 Andrew Burgess <aburgess@broadcom.com>
7531
7532 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7533 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7534 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7535 * gdb.arch/amd64-invalid-stack-top.c: New file.
7536 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7537
9ba6657a
PA
75382014-05-30 Pedro Alves <palves@redhat.com>
7539
7540 PR breakpoints/17000
7541 * gdb.base/sss-bp-on-user-bp.c: New file.
7542 * gdb.base/sss-bp-on-user-bp.exp: New file.
7543
522c09bf
DB
75442014-05-30 David Blaikie <dblaikie@gmail.com>
7545
7546 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7547 gnu_inline semantics via attribute.
7548 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7549 source explicitly specifies the required semantics.
7550
bf4ef81e
MR
75512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7552
7553 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7554
329ea579
PA
75552014-05-29 Pedro Alves <palves@redhat.com>
7556 Tom Tromey <tromey@redhat.com>
7557
7558 * gdb.base/async-shell.exp: Don't enable target-async.
7559 * gdb.base/async.exp
7560 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7561 parameter. Adjust.
7562 (top level): Don't test with "target-async".
7563 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7564 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7565 * gdb.base/inferior-died.exp: Don't enable target-async.
7566 * gdb.base/interrupt-noterm.exp: Likewise.
7567 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7568 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7569 * gdb.mi/mi-nonstop.exp: Likewise.
7570 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7571 * gdb.mi/mi-nsintrall.exp: Likewise.
7572 * gdb.mi/mi-nsmoribund.exp: Likewise.
7573 * gdb.mi/mi-nsthrexec.exp: Likewise.
7574 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7575 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7576 * gdb.python/py-evsignal.exp: Don't enable target-async.
7577 * gdb.python/py-evthreads.exp: Likewise.
7578 * gdb.python/py-prompt.exp: Likewise.
7579 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7580 * gdb.server/solib-list.exp: Don't enable target-async.
7581 * gdb.threads/thread-specific-bp.exp: Likewise.
7582 * lib/mi-support.exp: Adjust to use mi-async.
7583
fd664c91
PA
75842014-05-29 Pedro Alves <palves@redhat.com>
7585
7586 PR gdb/13860
7587 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7588 reason, even in sync mode.
7589
251bde03
PA
75902014-05-29 Pedro Alves <palves@redhat.com>
7591 Hui Zhu <hui@codesourcery.com>
7592
7593 PR PR15693
7594 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7595 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7596 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7597 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7598
7f3c0343
JB
75992014-05-28 Joel Brobecker <brobecker@adacore.com>
7600
7601 * config/monitor.exp (gdb_target_monitor): Replace use of
7602 "set remotebaud" by "set serial baud".
7603
b2715b27
AW
76042014-05-26 Andy Wingo <wingo@igalia.com>
7605
7606 * gdb.guile/scm-breakpoint.exp:
7607 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7608 properties instead of gdb-object-properties.
7609
498a4489
YQ
76102014-05-26 Yao Qi <yao@codesourcery.com>
7611
7612 * gdb.server/no-thread-db.exp: Specify source file name
7613 explicitly when setting a breakpoint.
7614
589fdceb
MM
76152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7616
7617 * gdb.btrace/vdso.c: New.
7618 * gdb.btrace/vdso.exp: New.
7619
e9089e05
MM
76202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7621
7622 * gdb.base/gcore.exp (capture_command_output): Move ...
7623 * lib/gdb.exp (capture_command_output): ... here.
7624
67b5c0c1
MM
76252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7626
7627 * gdb.btrace/data.exp: Test memory access during btrace replay.
7628
a2199296
SM
76292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7630
7631 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7632
17b2616c
PA
76332014-05-21 Pedro Alves <palves@redhat.com>
7634
7635 PR gdb/13860
7636 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7637 (top level): Test that output related to execution commands is
7638 sent to the console with CLI commands, but not with MI commands.
7639 Test that breakpoint events are always mirrored to the console.
7640 Also expect the new source line to be output after a "next" in
7641 async mode too. Make it a pass/fail test.
7642 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7643 output.
7644 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7645
5166082f
PA
76462014-05-21 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7649 Use them to test variations of "list" after reaching a breakpoint.
7650 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7651 Test "list" with listsize 10 after reaching a breakpoint.
7652 * gdb.python/python.exp (decode_line current location line
7653 number): Adjust expected line number.
7654
2f25d70f
SM
76552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7658 behavior for $args, pass it directly to "run".
7659
ff604a67
MR
76602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7661
7662 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7663 30000 to 65536.
7664
6a3cb8e8
PA
76652014-05-21 Pedro Alves <palves@redhat.com>
7666
7667 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7668 auto-connect-native-target off".
7669 * gdb.base/auto-connect-native-target.c: New file.
7670 * gdb.base/auto-connect-native-target.exp: New file.
7671
4ebfc96e
PA
76722014-05-21 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.base/default.exp: Test "target native" instead of "target
7675 child".
7676
36d46afb
MW
76772014-05-21 Mark Wielaard <mjw@redhat.com>
7678
7679 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7680
5876f503
JK
76812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Fix TLS access for -static -pthread.
7684 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7685 <HAVE_TLS> (thread_function, main): Initialize it.
7686 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7687 Add clean_restart.
7688 <$have_tls != "">: Check TLSVAR.
7689
0256a6ac
PA
76902014-05-21 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/dcache-line-read-error.c: New.
7693 * gdb.base/dcache-line-read-error.exp: New.
7694
936d2992
PA
76952014-05-20 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/compare-sections.c: New file.
7698 * gdb.base/compare-sections.exp: New file.
7699
802e8e6d
PA
77002014-05-20 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/break-idempotent.c: New file.
7703 * gdb.base/break-idempotent.exp: New file.
7704
e59fa00f
MM
77052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7706
7707 * gdb.btrace/nohist.exp: New.
7708
8b696e31
YQ
77092014-05-20 Yao Qi <yao@codesourcery.com>
7710
7711 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7712 gdb.reverse directory and gdb_reverse_timeout exists in board
7713 setting.
7714 * README: Document gdb_reverse_timeout.
7715
73c9764f
YQ
77162014-05-20 Yao Qi <yao@codesourcery.com>
7717
7718 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7719 'test_file_name'. Treat args as a string instead of a list.
7720 (gdb_init): Rename argument 'args' by 'test_file_name'.
7721
f1f4348a
JK
77222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7723
7724 * gdb.arch/powerpc-power.exp: New file.
7725 * gdb.arch/powerpc-power.s: New file.
7726
0dbe70ce
DE
77272014-05-16 Doug Evans <dje@google.com>
7728
7729 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7730 * gdb.base/completion.exp: Check that all expected files exist
7731 before doing file completion.
0dbe70ce 7732
8d551b02
DE
77332014-05-16 Doug Evans <dje@google.com>
7734
7735 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7736 Update.
7737 (do_syscall_tests_without_xml): Update.
7738
73eb7709
PA
77392014-05-16 Pedro Alves <palves@redhat.com>
7740
7741 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7742 instead of "unknown output after running".
7743
3fae92fc
YQ
77442014-05-16 Yao Qi <yao@codesourcery.com>
7745
7746 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7747 file1.txt from host at the end.
7748 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7749
c2b2ccc5
DE
77502014-05-15 Doug Evans <dje@google.com>
7751
7752 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7753 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7754 loading file. Add test for TU lookup.
7755
8c217a4b
SM
77562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7757
7758 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7759 calling "-exec-arguments" or "set args" before running the
7760 inferior.
7761
3deb39c6
SM
77622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * lib/mi-support.exp (mi_expect_stop): Expect message for
7765 inferiors that exit with non-zero exit code.
7766
71a79f8c
YQ
77672014-05-14 Yao Qi <yao@codesourcery.com>
7768
7769 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7770 match absolute path on remote host.
7771 (test_file_list_exec_source_files): Remove "/" from the
7772 pattern.
7773
f23fcd46
YQ
77742014-05-14 Yao Qi <yao@codesourcery.com>
7775
7776 * boards/local-remote-host-notty.exp (${board}_file): New
7777 proc.
7778
9404b58f
KM
77792014-05-07 Kyle McMartin <kyle@redhat.com>
7780
7781 Pushed by Joel Brobecker <brobecker@adacore.com>.
7782 * gdb.arch/aarch64-atomic-inst.c: New file.
7783 * gdb.arch/aarch64-atomic-inst.exp: New file.
7784
5e45f04c
YQ
77852014-05-07 Yao Qi <yao@codesourcery.com>
7786
7787 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7788 in current context" too.
7789
c888a17d
KS
77902014-05-05 Keith Seitz <keiths@redhat.com>
7791
7792 * gdb.linespec/ls-dollar.exp: Add test for linespec
7793 file:convenience_variable.
7794
290a839c
YQ
77952014-05-05 Yao Qi <yao@codesourcery.com>
7796
7797 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7798 traceframes into tfile and ctf trace files. Read data from
7799 trace file and test collected data.
7800 (gdb_collect_locals_test): Likewise.
7801 (gdb_unavailable_registers_test): Likewise.
7802 (gdb_unavailable_floats): Likewise.
7803 (gdb_collect_globals_test): Likewise.
7804 (top-level): Append "ctf" to trace_file_targets if GDB
7805 supports.
7806
b5262cd0
YQ
78072014-05-05 Yao Qi <yao@codesourcery.com>
7808
7809 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7810 code to ...
7811 (gdb_collect_args_test_1): ... it. New proc.
7812 (gdb_collect_locals_test): Move some code to ...
7813 (gdb_collect_locals_test_1): ... it. New proc.
7814 (gdb_unavailable_registers_test): Move some code to ...
7815 (gdb_unavailable_registers_test_1): ... it. New proc.
7816 (gdb_unavailable_floats): Move some code to ...
7817 (gdb_unavailable_floats_1): ... it. New proc.
7818
30a1e6cc
SDJ
78192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7820
7821 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7822 probes to test for bitness recognition.
7823 * gdb.arch/amd64-stap-optional-prefix.exp
7824 (test_probe_value_without_reg): New procedure.
7825 Add code to test for different kinds of bitness.
7826
f33da99a
SDJ
78272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7828
7829 PR breakpoints/16889
7830 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7831 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7832
5b80f00d
PA
78332014-05-01 Pedro Alves <palves@redhat.com>
7834
7835 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7836 gdb_file_cmd if no file is specified.
7837 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7838 last_loaded_file to set the remote exec-file.
7839
f8c2a73c
PA
78402014-05-01 Pedro Alves <palves@redhat.com>
7841
7842 * boards/local-remote-host.exp: New file.
7843
be6e8ac7
PA
78442014-05-01 Pedro Alves <palves@redhat.com>
7845
7846 * boards/local-remote-host.exp: Rename to ...
7847 * boards/local-remote-host-notty.exp: ... this.
7848
cac0dc8f
JB
78492014-04-28 Joel Brobecker <brobecker@adacore.com>
7850
7851 * gdb.ada/dyn_arrayidx: New testcase.
7852
9730e6cc
YQ
78532014-04-26 Yao Qi <yao@codesourcery.com>
7854
7855 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7856 and compute the length of function main. Save it in
7857 $main_length.
7858 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7859 (top-level): Use gdb_compile to compile objects into
7860 executable and restart GDB. Remove invocation to
7861 prepare_for_testing.
7862
7ae1a6a6
PA
78632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7864 Pedro Alves <palves@redhat.com>
7865
7866 PR server/16255
7867 * gdb.multi/multi-attach.c: New file.
7868 * gdb.multi/multi-attach.exp: New file.
7869
4082afcc
PA
78702014-04-25 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7873 user.
7874 (top level): Test that "set remote conditional-breakpoints-packet
7875 off" works as intended.
7876 * gdb.base/dprintf.exp: Test that "set remote
7877 breakpoint-commands-packet off" works as intended.
7878 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7879 New function.
7880 (top level): Call it.
7881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7882 remote fast-tracepoints-packet off" works as intended.
7883 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7884 * lib/gdb.exp (gdb_is_target_remote): ... here.
7885
2abc3f8d
DB
78862014-04-24 David Blaikie <dblaikie@gmail.com>
7887
7888 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7889 ensure clang would not discard them.
7890 * gdb.base/gdbvars.c: Ditto.
7891 * gdb.base/memattr.c: Ditto.
7892 * gdb.base/whatis.c: Ditto.
7893 * gdb.python/py-prettyprint.c: Ditto.
7894 * gdb.trace/actions.c: Ditto.
7895 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7896 ensure clang would not discard it.
7897
bfd39632
DB
78982014-04-24 David Blaikie <dblaikie@gmail.com>
7899
7900 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7901 clang to emit the full definition of type required by the test
7902 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7903
22842ff6
DB
79042014-04-24 David Blaikie <dblaikie@gmail.com>
7905
7906 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7907 coax Clang into emitting the definition of the type.
7908 * gdb.cp/pr10728-x.h (y): Ditto.
7909 * gdb.cp/pr10728-y.cc (y): Ditto.
7910
c2e827ad
DB
79112014-04-24 David Blaikie <dblaikie@gmail.com>
7912
7913 * gdb.base/label.exp: XFAIL label related tests under Clang.
7914 * gdb.cp/cplabel.exp: Ditto.
7915 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7916 under Clang those using labels.
7917
4c2d33e7
YQ
79182014-04-25 Yao Qi <yao@codesourcery.com>
7919
7920 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7921 double_label.
7922 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7923 partial_label and double_label.
7924
56083b99
DB
79252014-04-24 David Blaikie <dblaikie@gmail.com>
7926
7927 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7928
25d4e99d
DB
79292014-04-24 David Blaikie <dblaikie@gmail.com>
7930
7931 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7932 of the function to work across GCC and Clang.
7933 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7934 pointer types (const void ** const V void **).
7935
01f9f808
MS
79362014-04-24 Michael Sturm <michael.sturm@mintel.com>
7937 Walfred Tedeschi <walfred.tedeschi@intel.com>
7938
7939 * Makefile.in (EXECUTABLES): Added i386-avx512.
7940 * gdb.arch/i386-avx512.c: New file.
7941 * gdb.arch/i386-avx512.exp: Likewise.
7942
4b48d439
KS
79432014-04-23 Keith Seitz <keiths@redhat.com>
7944
7945 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7946 (mi_make_breakpoint_table): New procedure.
7947 (mi_create_breakpoint): Use mi_make_breakpoint
7948 and return the result.
7949 (mi_make_breakpoint): New procedure.
7950 (mi_build_kv_pairs): New procedure.
7951
7952 * gdb.mi/mi-break.exp: Remove unused globals,
7953 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7954 All callers updated.
7955 * gdb.mi/mi-dprintf.exp: Use variable to track command
7956 number.
7957 Update all callers of mi_create_breakpoint and use
7958 mi_make_breakpoint_table.
7959 Remove any unused global variables.
7960 * gdb.mi/mi-nonstop.exp: Likewise.
7961 * gdb.mi/mi-nsintrall.exp: Likewise.
7962 * gdb.mi/mi-nsmoribund.exp: Likewise.
7963 * gdb.mi/mi-nsthrexec.exp: Likewise.
7964 * gdb.mi/mi-reverse.exp: Likewise.
7965 * gdb.mi/mi-simplerun.exp: Likewise.
7966 * gdb.mi/mi-stepn.exp: Likewise.
7967 * gdb.mi/mi-syn-frame.exp: Likewise.
7968 * gdb.mi/mi-until.exp: Likewise.
7969 * gdb.mi/mi-var-cp.exp: Likewise.
7970 * gdb.mi/mi-var-display.exp: Likewise.
7971 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7972 * gdb.mi/mi2-var-child.exp: Likewise.
7973 * gdb.mi/mi-vla-c99.exp: Likewise.
7974 * lib/mi-support.exp: Likewise.
7975
7976 From Ian Lance Taylor <iant@cygnus.com>:
7977 * lib/gdb.exp (parse_args): New procedure.
7978
08351840
PA
79792014-04-23 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/break-unload-file.c: New file.
7982 * gdb.base/break-unload-file.exp: New file.
7983 * gdb.base/sym-file-lib.c (baz): New function.
7984 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7985 field.
7986 (load): Store the segment's mapped size.
7987 (unload): New function.
7988 (unload_shlib): New function.
7989 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7990 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7991 set a breakpoint at baz, and call it.
7992 * gdb.base/sym-file.exp: New tests for stale breakpoint
7993 instructions.
7994
076855f9
PA
79952014-04-23 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7998 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7999 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
8000 * gdb.base/hbreak-unmapped.c: New file.
8001 * gdb.base/hbreak-unmapped.exp: New file.
8002 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
8003 * lib/gdb.exp (gdb_is_target_remote): ... here.
8004
483805cf
PA
80052014-04-22 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.base/consecutive-step-over.c: New file.
8008 * gdb.base/consecutive-step-over.exp: New file.
8009
06d97543
PA
80102014-04-22 Pedro Alves <palves@redhat.com>
8011
8012 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
8013 instead of send_gdb/gdb_expect.
8014
b4429ea2
YQ
80152014-04-22 Yao Qi <yao@codesourcery.com>
8016
8017 * lib/trace-support.exp (generate_tracefile): New procedure.
8018 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
8019 return 0.
8020 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
8021 if generate_tracefile returns 1.
8022
51d48146
PA
80232014-04-18 Tom Tromey <palves@redhat.com>
8024 Pedro alves <tromey@redhat.com>
8025
8026 PR backtrace/15558
8027 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
8028 with a backtrace limit.
8029 * gdb.python/py-frame-inline.exp: Test running to an inline
8030 function with a backtrace limit, and printing the newest frame.
8031 * gdb.python/py-frame-inline.c (main): Call f.
8032
bd1dce5f
MS
80332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8034
8035 * gdb.java/jnpe.exp: Drop srcdir from untested path.
8036
40d1a503
MS
80372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8038
8039 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
8040 Drop prefix from unsupported source file path.
8041
389b98f7
YQ
80422014-04-17 Yao Qi <yao@codesourcery.com>
8043
8044 * lib/gdb.exp (with_target_charset): New proc.
8045 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8046 with_target_charset.
8047 (test_print_strings): Likewise.
8048 (test_repeat_bytes): Likewise.
8049 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8050 for some tests.
8051
22869d73
KS
80522014-04-16 Keith Seitz <keiths@redhat.com>
8053
8054 PR gdb/15827
8055 * gdb.dwarf2/corrupt.c: New file.
8056 * gdb.dwarf2/corrupt.exp: New file.
8057
c4f87ca6
KS
80582014-04-16 Keith Seitz <keiths@redhat.com>
8059
8060 PR c++/16597
8061 * gdb.cp/namelessclass.cc: New file.
8062 * gdb.cp/namelessclass.exp: New file.
8063 * gdb.cp/namelessclass.S: New file.
8064
ab19de87
DE
80652014-04-16 Doug Evans <dje@google.com>
8066
8067 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8068 Add comment.
8069 (gdbserver_default_get_comm_port): New function.
8070 (gdbserver_start): Check if board file provided
8071 "gdbserver,get_comm_port" and use it if so.
8072 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8073 (gdb,socketport): Set to "stdio".
8074 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8075 (stdio_gdbserver_template): Delete.
8076 (${board}_get_remote_address): Update.
8077 (${board}_build_remote_cmd): Delete.
8078 (${board}_get_comm_port): New function.
8079 (${board}_spawn): Update.
8080 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8081 Delete.
8082 (${board}_get_remote_address): Update.
8083 (${board}_get_comm_port): New function.
8084
fc98a809
AB
80852014-04-16 Andrew Burgess <aburgess@broadcom.com>
8086
8087 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8088 appearing in any order.
8089
87fd9e6e
DE
80902014-04-15 Doug Evans <dje@google.com>
8091
8092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8093 uninitialized value of "description".
8094
099fc3ea
KS
80952014-04-15 Keith Seitz <keiths@redhat.com>
8096
8097 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8098 Remove unused globals.
8099 (test_running_the_program): Likewise.
8100 (test_controlled_execution): Likewise.
8101 (test_controlling_breakpoints): Likewise.
8102 (test_program_termination): Likewise.
8103
5da151d4
KS
81042014-04-15 Keith Seitz <keiths@redhat.com>
8105
8106 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8107 unused globals.
8108 (test_rbreak_creation_and_listing): Likewise.
8109 (test_ignore_count): Likewise.
8110 (test_error): Likewise.
8111
35e5d2f0
PA
81122014-04-15 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8115 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8116 sym-file-loader.c.
8117 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8118 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8119 to sym-file-loader.c.
8120 (struct library): Forward declare.
8121 (load_shlib, lookup_function): Change prototypes.
8122 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8123 (translate_offset): Remove declarations.
8124 (get_text_addr): New declaration.
8125 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8126 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8127 sym-file-loader.h.
8128 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8129 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8130 here from sym-file-loader.h.
8131 (struct library): New structure.
8132 (load_shlib, lookup_function): Change prototypes and adjust to
8133 work with a struct library.
8134 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8135 (translate_offset): Make static.
8136 (get_text_addr): New function.
8137 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8138
eb4c1710
PA
81392014-04-15 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8142
2d1baf52
PA
81432014-04-15 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/sym-file-loader.c: Include <limits.h>.
8146 (SELF_LINK): New define.
8147 (get_origin): New function.
8148 (load_shlib): Use it.
8149 * gdb.base/sym-file.exp: Don't early return if the target is
8150 remote. Use runto_main, and issue fail is that fails. Use
8151 gdb_load_shlibs.
8152 (shlib_name): Delete.
8153 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8154
7dd6df01
PA
81552014-04-15 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/sym-file.exp: Remove regex characters from test
8158 message. Don't refer to breakpoint numbers in test messages.
8159
b50c8614
KS
81602014-04-14 Keith Seitz <keiths@redhat.com>
8161
8162 PR c++/16253
8163 * gdb.cp/var-tag.cc: New file.
8164 * gdb.cp/var-tag.exp: New file.
8165 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8166 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8167 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8168 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8169
3d567982
TT
81702014-04-14 Tom Tromey <tromey@redhat.com>
8171
8172 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8173 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8174 type.
8175 * gdb.cp/enum-class.exp: New file.
8176 * gdb.cp/enum-class.cc: New file.
8177
0626fc76
TT
81782014-04-14 Tom Tromey <tromey@redhat.com>
8179
8180 * gdb.dwarf2/enum-type.exp: New file.
8181
dca325b3
SA
81822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8183
8184 * gdb.mi/mi-vla-c99.exp: New file.
8185 * gdb.mi/vla.c: New file.
8186
5854b38a
SA
81872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8188
8189 * gdb.base/vla-datatypes.c: New file.
8190 * gdb.base/vla-datatypes.exp: New file.
8191
463bb957
SA
81922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8193
8194 * gdb.base/vla-ptr.c: New file.
8195 * gdb.base/vla-ptr.exp: New file.
8196
3dd170be
SA
81972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8198
8199 * gdb.dwarf2/count.exp: New file.
8200
5ecaaa66
SA
82012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8202
8203 * gdb.base/vla-sideeffect.c: New file.
8204 * gdb.base/vla-sideeffect.exp: New file.
8205
41f1ada5
DB
82062014-04-14 David Blaikie <dblaikie@gmail.com>
8207
8208 * gdb.mi/non-stop.c: Add return value for non-void function return
8209 statement.
8210 * gdb.threads/staticthreads.c: Ditto.
8211
0be03e84
DE
82122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8213 Doug Evans <xdje42@gmail.com>
8214
8215 * gdb.guile/scm-value.c: Improve test case.
8216 * gdb.guile/scm-value.exp: Add new test.
8217
f180a1fb
DB
82182014-04-11 David Blaikie <dblaikie@gmail.com>
8219
8220 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8221 override Clang's default.
8222
6b662e19
JB
82232014-04-11 Joel Brobecker <brobecker@adacore.com>
8224
8225 Revert the following changes (regressions):
8226
8227 * gdb.base/vla-sideeffect.c: New file.
8228 * gdb.base/vla-sideeffect.exp: New file.
8229
8230 * gdb.dwarf2/count.exp: New file.
8231
8232 * gdb.base/vla-multi.c: New file.
8233 * gdb.base/vla-multi.exp: New file.
8234
8235 * gdb.base/vla-ptr.c: New file.
8236 * gdb.base/vla-ptr.exp: New file.
8237
8238 * gdb.base/vla-datatypes.c: New file.
8239 * gdb.base/vla-datatypes.exp: New file.
8240
8241 * gdb.mi/mi-vla-c99.exp: New file.
8242 * gdb.mi/vla.c: New file.
8243
245a5f0b
KS
82442014-04-11 Keith Seitz <keiths@redhat.com>
8245
8246 PR c++/16675
8247 * gdb.cp/cpsizeof.exp: New file.
8248 * gdb.cp/cpsizeof.cc: New file.
8249
58a84dcf
SA
82502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8251
191a8a90
JB
8252 * gdb.mi/mi-vla-c99.exp: New file.
8253 * gdb.mi/vla.c: New file.
58a84dcf 8254
c8655f75
SA
82552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8256
8257 * gdb.base/vla-datatypes.c: New file.
8258 * gdb.base/vla-datatypes.exp: New file.
8259
024e13b4
SA
82602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8261
8262 * gdb.base/vla-ptr.c: New file.
8263 * gdb.base/vla-ptr.exp: New file.
8264
1a237e0e
SA
82652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8266
8267 * gdb.base/vla-multi.c: New file.
8268 * gdb.base/vla-multi.exp: New file.
8269
504f3432
SA
82702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8271
8272 * gdb.dwarf2/count.exp: New file.
8273
3bce8237
SA
82742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8275
191a8a90
JB
8276 * gdb.base/vla-sideeffect.c: New file.
8277 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8278
322f9c21
YQ
82792014-04-11 Yao Qi <yao@codesourcery.com>
8280
8281 * gdb.base/completion.exp: Check file exists before running tests
8282 on file completion.
8283
d708bcd1
PA
82842014-04-10 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/cond-eval-mode.c: New file.
8287 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8288 prepare_for_testing to build the new file. Check result of
8289 runto_main.
8290 (test_break, test_watch): New procedures.
8291 (top level): Use them.
8292
ae1d2761
PM
82932014-04-08 Pierre Muller <muller@sourceware.org>
8294
8295 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8296 Ctrl-V use for mingw hosts.
8297
7af389b8
SC
82982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8299
8300 * gdb.python/py-value.c: Improve test case.
8301 * gdb.python/py-value.exp: Add new test.
8302
5e703181
DE
83032014-04-07 David Blaikie <dblaikie@gmail.com>
8304
8305 * lib/compiler.c: Identify the clang compiler.
8306 * lib/compiler.cc: Ditto.
8307
9810b410
YQ
83082014-04-03 Yao Qi <yao@codesourcery.com>
8309
8310 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8311
98d1b8dc
AB
83122014-04-01 Anton Blanchard <anton@samba.org>
8313
8314 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8315 messages unique.
8316
3114cea1
AB
83172014-04-01 Anton Blanchard <anton@samba.org>
8318
8319 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8320 prepare_for_testing.
8321
62f7182c
AB
83222014-04-01 Anton Blanchard <anton@samba.org>
8323
8324 * gdb.arch/ppc64-atomic-inst.c: Remove.
8325 * gdb.arch/ppc64-atomic-inst.S: New file.
8326 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8327
770e7fc7
DE
83282014-03-31 Doug Evans <dje@google.com>
8329
8330 * gdb.base/print-symbol-loading-lib.c: New file.
8331 * gdb.base/print-symbol-loading-main.c: New file.
8332 * gdb.base/print-symbol-loading.exp: New file.
8333
46e2bafa
YQ
83342014-03-31 Yao Qi <yao@codesourcery.com>
8335
8336 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8337
8776cfe9
JB
83382014-03-28 Joel Brobecker <brobecker@adacore.com>
8339
8340 * gdb.ada/mi_dyn_arr: New testcase.
8341
5d1ef361
DE
83422014-03-27 Doug Evans <dje@google.com>
8343
8344 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8345
b5bee914
YQ
83462014-03-27 Yao Qi <yao@codesourcery.com>
8347
8348 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8349 if target is nios2-*-*.
8350
0d4d0e77
YQ
83512014-03-26 Yao Qi <yao@codesourcery.com>
8352
8353 * lib/gdb.exp (readline_is_used): New proc.
8354 * gdb.base/completion.exp: Move tests on command complete up.
8355 Skip the rest of tests if readline is not used.
8356 * gdb.ada/complete.exp: Skp the test if readline is not
8357 used.
8358 * gdb.base/filesym.exp: Likewise.
8359 * gdb.base/macscp.exp: Likewise.
8360 * gdb.base/readline-ask.exp: Likewise.
8361 * gdb.base/readline.exp: Likewise.
8362 * gdb.python/py-cmd.exp: Likewise.
8363 * gdb.trace/tfile.exp: Likewise.
8364
29361eee
YQ
83652014-03-26 Yao Qi <yao@codesourcery.com>
8366
8367 * gdb.base/macscp.exp: Fix code format issues.
8368
bc9a5525
UW
83692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8370
8371 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8372 * gdb.asm/powerpc64le.inc: New file.
8373
d3839ede
PA
83742014-03-25 Pedro Alves <palves@redhat.com>
8375 Doug Evans <dje@google.com>
8376
8377 * gdb.base/source-execution.c: New file.
8378 * gdb.base/source-execution.exp: New file.
8379 * gdb.base/source-execution.gdb: New file.
8380
01672a57
DE
83812014-03-24 Doug Evans <dje@google.com>
8382
8383 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8384 using fission.
8385
88bbeca9
HZ
83862014-03-24 Hui Zhu <hui@codesourcery.com>
8387 Pedro Alves <palves@redhat.com>
8388
8389 PR breakpoints/16101
8390 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8391 test pass/fail messages. Detect missing support for dprintf when
8392 breakpoints are actually inserted.
8393 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8394 breakpoints are actually inserted.
8395 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8396 fails.
8397
d2348791
JK
83982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8401
feef67ab
DE
84022014-03-22 Doug Evans <xdje42@gmail.com>
8403
8404 * gdb.python/python.exp (python not supported): Verify multi-line
8405 python command issues an error.
25d743f9 8406 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8407 guile command issues an error.
feef67ab 8408
ecebef6a
MR
84092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8410
8411 * gdb.threads/thread-specific.exp: Handle the lack of usable
8412 $this_breakpoint and $this_thread.
8413
ccdd1909
HZ
84142014-03-21 Hui Zhu <hui@codesourcery.com>
8415
8416 * gdb.base/attach.exp (do_command_attach_tests): New.
8417
beb460e8
PA
84182014-03-20 Tom Tromey <tromey@redhat.com>
8419 Pedro Alves <palves@redhat.com>
8420
8421 PR cli/15718
8422 * gdb.base/condbreak-call-false.c: New file.
8423 * gdb.base/condbreak-call-false.exp: New file.
8424
40acf43a
PA
84252014-03-20 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8428 Delete.
8429 (block_signals, unblock_signals): Delete.
8430 (child_function_2, main): Remove references to deleted variable
8431 and functions.
8432
9f5e1e02
PA
84332014-03-20 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8436 Use pthread_kill to signal thread 2.
8437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8438 Adjust to make the test send itself a signal rather than using the
8439 host's "kill" command.
8440
99619bea
PA
84412014-03-20 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.threads/multiple-step-overs.c: New file.
8444 * gdb.threads/multiple-step-overs.exp: New file.
8445 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8446 Adjust expected infrun debug output.
8447
2adfaa28
PA
84482014-03-20 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8451 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8452
31e77af2
PA
84532014-03-20 Pedro Alves <palves@redhat.com>
8454
8455 PR breakpoints/7143
8456 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8457 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8458 of gdb_test_multiple.
8459 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8460 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8461
b9f437de
PA
84622014-03-20 Pedro Alves <palves@redhat.com>
8463
8464 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8465 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8466
05adc73e
PA
84672014-03-19 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/async.exp: Remove early return.
8470
6048b950
PA
84712014-03-19 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8474
8bcfb00a
PA
84752014-03-19 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.base/async.exp (test_background): Expect \r\n after
8478 "completed." in the fail pattern.
8479
884e37dc
PA
84802014-03-19 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.base/async.exp (test_background): New procedure.
8483 Use it for all background execution command tests.
8484
148e57e2
PA
84852014-03-19 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/async.exp: Use prepare_for_testing.
8488
f48088c7
PA
84892014-03-19 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8492 the same line.
8493
e2f6c966
PA
84942014-03-19 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/async.c (main): Add "jump here" and "until here" line
8497 marker comments.
8498 * gdb.base/async.exp (jump_here): New global.
8499 (jump& test): Use it.
8500 (until_here): New global.
8501 (until& test): Use it.
8502
c30568d4
PA
85032014-03-19 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/async.exp: Don't frob gdb_protocol.
8506
0172b6a7
DE
85072014-03-18 Doug Evans <xdje42@gmail.com>
8508
8509 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8510 Fix spelling of exec-done-display.
8511
06c868a8
JK
85122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 PR gdb/15358
8515 * gdb.base/gdb-sigterm.c: New file.
8516 * gdb.base/gdb-sigterm.exp: New file.
8517
0c7e1a46
PA
85182014-03-18 Pedro Alves <palves@redhat.com>
8519
8520 PR gdb/13860
8521 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8522 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8523 solib-event.
8524
f7c77d93
JB
85252014-03-17 Joel Brobecker <brobecker@adacore.com>
8526
8527 * gdb.ada/pckd_arr_ren: New testcase.
8528
5a1e8c7a
DE
85292014-03-13 Doug Evans <xdje42@gmail.com>
8530
8531 PR guile/16612
8532 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8533 collect after discarding symbols.
8534
350e1a76
DE
85352014-03-13 Ludovic Courtès <ludo@gnu.org>
8536 Doug Evans <xdje42@gmail.com>
8537
8538 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8539 to history survives a gc.
8540
a69900ae
PA
85412014-03-13 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.base/default.exp: Don't test "target procfs".
8544
5db9f0bd
PA
85452014-03-13 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/default.exp: Update "target child" and "target procfs"
8548 tests to not expect "Unix".
8549
b3ccfe11
TT
85502014-03-12 Tom Tromey <tromey@redhat.com>
8551
8552 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8553 New procs. Add target-async tests.
8554 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8555 Add target-async tests.
8556
646f4417
AA
85572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8560 'func_start' and 'func_end' for the beginning and end of the
8561 function code, respectively.
8562 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8563 'func_end' instead of 'func' and 'main'.
8564
288c211f
AA
85652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8566
8567 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8568 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8569 generate the debug info assembler source.
8570
e0c0f156
AA
85712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8572
8573 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8574 * gdb.dwarf2/arr-subrange.exp: Likewise.
8575 * gdb.dwarf2/dwz.exp: Likewise.
8576 * gdb.dwarf2/method-ptr.exp: Likewise.
8577 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8578 * gdb.dwarf2/subrange.exp: Likewise.
8579 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8580 * gdb.dwarf2/implptrpiece.exp: Likewise.
8581 * gdb.dwarf2/nostaticblock.exp: Likewise.
8582
0e5c4555
AA
85832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8584
8585 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8586 directory to absolute path name arguments.
8587
5ec18f2b
JG
85882014-03-10 Joel Brobecker <brobecker@adacore.com>
8589
8590 * gdb.ada/tagged_access: New testcase.
8591
847fc4f2
MM
85922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8593
8594 * gdb.btrace/data.exp: Update expected output.
8595
cc3da688
YQ
85962014-03-06 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.trace/pr16508.exp: New file.
8599
0f26cec1
PA
86002014-03-05 Pedro Alves <palves@redhat.com>
8601
8602 PR gdb/16575
8603 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8604 procedure.
8605 (top level): Adjust to use it. Add tests that exercise breakpoint
8606 interaction with the code-cache.
8607
7a5a839f
LC
86082014-02-26 Ludovic Courtès <ludo@gnu.org>
8609
8610 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8611 test for 'history-append!'.
8612
31aa7e4e
JB
86132014-02-26 Joel Brobecker <brobecker@adacore.com>
8614
8615 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8616 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8617 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8618 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8619 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8620 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8621
1b588015
JB
86222014-02-26 Joel Brobecker <brobecker@adacore.com>
8623
8624 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8625 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8626 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8627
55426c9d
JB
86282014-02-26 Joel Brobecker <brobecker@adacore.com>
8629
8630 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8631
dc53a7ad
JB
86322014-02-26 Joel Brobecker <brobecker@adacore.com>
8633
8634 * gdb.dwarf2/arr-stride.c: New file.
8635 * gdb.dwarf2/arr-stride.exp: New file.
8636
12ab52e9
PA
86372014-02-26 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8640 that won't ever trigger. Make sure that GDB reports the correct
8641 breakpoint that caused the stop.
8642
849c862e
JK
86432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR gdb/16626
8646 * gdb.base/auto-load-script: New file.
8647 * gdb.base/auto-load.c: New file.
8648 * gdb.base/auto-load.exp: New file.
8649
71b7d793
JK
8650 PR gdb/16626
8651 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8652
e2f0d509
JK
86532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8654
8655 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8656 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8657
50cc37c8
DE
86582014-02-24 Doug Evans <dje@google.com>
8659
8660 * lib/gdb.exp (run_on_host): Log error output if program fails.
8661
ea4758f2
PA
86622014-02-21 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.threads/step-after-sr-lock.c: Rename to ...
8665 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8666 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8667 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8668 ... this.
8669
d7b30f67
SDJ
86702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8671
8672 PR tdep/16397
8673 * gdb.arch/amd64-stap-special-operands.exp: New file.
8674 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8675 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8676 * gdb.arch/amd64-stap-triplet.S: Likewise.
8677 * gdb.arch/amd64-stap-triplet.c: Likewise.
8678
83deb43f
JB
86792014-02-20 Joel Brobecker <brobecker@adacore.com>
8680
8681 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8682 in .section pseudo-op.
8683
adde2bff
DE
86842014-02-20 lin zuojian <manjian2006@gmail.com>
8685 Joel Brobecker <brobecker@adacore.com>
8686 Doug Evans <xdje42@gmail.com>
8687
8688 PR symtab/16581
8689 * gdb.dwarf2/dw2-icycle.S: New file.
8690 * gdb.dwarf2/dw2-icycle.c: New file.
8691 * gdb.dwarf2/dw2-icycle.exp: New file.
8692
f7bd0f78
SC
86932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8694
8695 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8696 operations on gdb.Value objects.
8697 * gdb.python/py-value-cc.exp: Add new test to test operations on
8698 gdb.Value objects.
8699
c17ef0d5
DE
87002014-02-18 Doug Evans <dje@google.com>
8701
8702 * Makefile.in (TESTS): New variable.
8703 (expanded_tests, expanded_tests_or_none): New variables
8704 (check-single): Pass $(expanded_tests_or_none) to runtest.
8705 (check-parallel): Only run tests in $(TESTS) if non-empty.
8706 (check/no-matching-tests-found): New rule.
8707 * README: Document TESTS makefile variable.
8708
5dd3176f
DE
87092014-02-18 Doug Evans <dje@google.com>
8710
8711 * Makefile.in (check-parallel): rm -rf outputs temp.
8712
0b10be4f
JK
87132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8714
8715 Fix "ERROR: no fileid for" in the testsuite.
8716 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8717
85f224e7
DE
87182014-02-12 Doug Evans <dje@google.com>
8719
8720 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8721 (MISCELLANEOUS): New variable.
8722 (clean): rm -rf $(MISCELLANEOUS).
8723 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8724 dwp live in the same directory as symlinks, with each symlink pointed
8725 to a differently named file in a different directory.
8726
149b30ff
DE
87272014-02-11 Doug Evans <dje@google.com>
8728
8729 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8730 of Tcl file commands.
8731
1dfdac32
MK
87322014-02-10 Mark Kettenis <kettenis@gnu.org>
8733
8734 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8735 "kill -SIGUSR1 -1".
8736
aa4fb036
JB
87372014-02-10 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/tick_length_array_enum_idx: New testcase.
8740
ed3ef339
DE
87412014-02-10 Doug Evans <xdje42@gmail.com>
8742
8743 * configure.ac (AC_OUTPUT): Add gdb.guile.
8744 * configure: Regenerate.
8745 * lib/gdb-guile.exp: New file.
8746 * lib/gdb.exp (get_target_charset): New function.
8747 * gdb.base/help.exp: Update expected output from "apropos apropos".
8748 * gdb.guile/Makefile.in: New file.
8749 * gdb.guile/guile.exp: New file.
8750 * gdb.guile/scm-arch.c: New file.
8751 * gdb.guile/scm-arch.exp: New file.
8752 * gdb.guile/scm-block.c: New file.
8753 * gdb.guile/scm-block.exp: New file.
8754 * gdb.guile/scm-breakpoint.c: New file.
8755 * gdb.guile/scm-breakpoint.exp: New file.
8756 * gdb.guile/scm-disasm.c: New file.
8757 * gdb.guile/scm-disasm.exp: New file.
8758 * gdb.guile/scm-equal.c: New file.
8759 * gdb.guile/scm-equal.exp: New file.
8760 * gdb.guile/scm-error.exp: New file.
8761 * gdb.guile/scm-error.scm: New file.
8762 * gdb.guile/scm-frame-args.c: New file.
8763 * gdb.guile/scm-frame-args.exp: New file.
8764 * gdb.guile/scm-frame-args.scm: New file.
8765 * gdb.guile/scm-frame-inline.c: New file.
8766 * gdb.guile/scm-frame-inline.exp: New file.
8767 * gdb.guile/scm-frame.c: New file.
8768 * gdb.guile/scm-frame.exp: New file.
8769 * gdb.guile/scm-generics.exp: New file.
8770 * gdb.guile/scm-gsmob.exp: New file.
8771 * gdb.guile/scm-iterator.c: New file.
8772 * gdb.guile/scm-iterator.exp: New file.
8773 * gdb.guile/scm-math.c: New file.
8774 * gdb.guile/scm-math.exp: New file.
8775 * gdb.guile/scm-objfile-script-gdb.in: New file.
8776 * gdb.guile/scm-objfile-script.c: New file.
8777 * gdb.guile/scm-objfile-script.exp: New file.
8778 * gdb.guile/scm-objfile.c: New file.
8779 * gdb.guile/scm-objfile.exp: New file.
8780 * gdb.guile/scm-ports.exp: New file.
8781 * gdb.guile/scm-pretty-print.c: New file.
8782 * gdb.guile/scm-pretty-print.exp: New file.
8783 * gdb.guile/scm-pretty-print.scm: New file.
8784 * gdb.guile/scm-section-script.c: New file.
8785 * gdb.guile/scm-section-script.exp: New file.
8786 * gdb.guile/scm-section-script.scm: New file.
8787 * gdb.guile/scm-symbol.c: New file.
8788 * gdb.guile/scm-symbol.exp: New file.
8789 * gdb.guile/scm-symtab-2.c: New file.
8790 * gdb.guile/scm-symtab.c: New file.
8791 * gdb.guile/scm-symtab.exp: New file.
8792 * gdb.guile/scm-type.c: New file.
8793 * gdb.guile/scm-type.exp: New file.
8794 * gdb.guile/scm-value-cc.cc: New file.
8795 * gdb.guile/scm-value-cc.exp: New file.
8796 * gdb.guile/scm-value.c: New file.
8797 * gdb.guile/scm-value.exp: New file.
8798 * gdb.guile/source2.scm: New file.
8799 * gdb.guile/types-module.cc: New file.
8800 * gdb.guile/types-module.exp: New file.
8801
7026a7c1
YQ
88022014-02-10 Yao Qi <yao@codesourcery.com>
8803
8804 PR testsuite/16543
8805 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8806 * configure: Regenerated.
8807 * Makefile.in: New file.
8808
6c466447
AS
88092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8810
8811 * gdb.python/py-framefilter.exp: Fix typo.
8812
6e854735
YQ
88132014-02-08 Yao Qi <yao@codesourcery.com>
8814
8815 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8816 that no =breakpoint-modified is emitted when breakpoints are
8817 modified through MI commands.
8818
d137e6dc
PA
88192014-02-07 Pedro Alves <pedro@codesourcery.com>
8820 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.threads/step-after-sr-lock.c: New file.
8823 * gdb.threads/step-after-sr-lock.exp: New file.
8824
b5ee5a50
PA
88252014-02-07 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8828
3c77faf3
JK
88292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8832 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8833
6dddc817
DE
88342014-02-06 Doug Evans <xdje42@gmail.com>
8835
8836 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8837 output.
8838
8839 * gdb.gdb/python-interrupts.exp: New file.
8840
de7b2893
YQ
88412014-02-05 Yao Qi <yao@codesourcery.com>
8842
8843 * gdb.trace/report.exp (use_collected_data): Test the output
8844 of "info threads" and "info inferiors".
8845
66d032ac
YQ
88462014-02-05 Yao Qi <yao@codesourcery.com>
8847
8848 Revert this patch:
8849
8850 2013-05-24 Yao Qi <yao@codesourcery.com>
8851
8852 * gdb.trace/tfile.exp: Test inferior and thread.
8853
591a12a1
UW
88542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8855
8856 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8857 on a function.
8858 * gdb.base/step-bt.c: Call hello via function pointer to make
8859 sure its first instruction is executed on powerpc64le-linux.
8860
0ff3e01f
UW
88612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8862
8863 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8864
084ee545
UW
88652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8866
8867 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8868 of the test patterns for use on little-endian systems.
8869
6ed14ff3
UW
88702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8873 (decimal_vector): Fix for little-endian.
8874
401e27fd
JM
88752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8876
8877 * gdb.arch/sparc-sysstep.exp: New file.
8878 * gdb.arch/sparc-sysstep.c: Likewise.
8879
8880 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8881
8b924729
EBM
88822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8883
8884 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8885
fb151210
JB
88862014-01-23 Tom Tromey <tromey@redhat.com>
8887
8888 * gdb.ada/array_char_idx: New testcase.
8889
0740f8d8
TT
88902014-01-23 Tom Tromey <tromey@redhat.com>
8891
8892 PR python/16487:
8893 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8894 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8895 classes.
8896
21909fa1
TT
88972014-01-23 Tom Tromey <tromey@redhat.com>
8898
8899 PR python/16491:
8900 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8901 string from an inferior frame.
8902 * gdb.python/py-framefilter-mi.exp: Update.
8903
87ce2a04
DE
89042014-01-22 Doug Evans <dje@google.com>
8905
8906 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8907
237b092b
AA
89082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8909
8910 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8911
d674a709
AA
89122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8913
8914 * gdb.trace/entry-values.exp: Remove excess space character from
8915 regex patterns. Handle s390 call instruction.
8916
20fa3390
AA
89172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8918
8919 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8920 define "*_start" label. Make "name" static.
8921 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8922 ${name} by references to ${name}_start.
8923
78466714
AA
89242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8925
8926 * gdb.base/info-macros.exp: Remove "debug" from the compile
8927 options.
8928
ec9f644a
IB
89292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8930
8931 * gdb.dlang/demangle.exp: New file.
8932
94b1b47e
IB
89332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8934
8935 * gdb.dlang/primitive-types.exp: New file.
8936
7f420862
IB
89372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8938
8939 * configure.ac: Create gdb.dlang/Makefile.
8940 * configure: Regenerate.
8941 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8942 * gdb.dlang/Makefile.in: New file.
8943 * lib/d-support.exp: New file.
8944 * lib/gdb.exp (skip_d_tests): New proc.
8945
52834460
MM
89462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8947
8948 * gdb.btrace/delta.exp: Check reverse stepi.
8949 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8950 * gdb.btrace/finish.exp: New.
8951 * gdb.btrace/next.exp: New.
8952 * gdb.btrace/nexti.exp: New.
8953 * gdb.btrace/record_goto.c: Add comments.
8954 * gdb.btrace/step.exp: New.
8955 * gdb.btrace/stepi.exp: New.
8956 * gdb.btrace/multi-thread-step.c: New.
8957 * gdb.btrace/multi-thread-step.exp: New.
8958 * gdb.btrace/rn-dl-bind.c: New.
8959 * gdb.btrace/rn-dl-bind.exp: New.
8960 * gdb.btrace/data.c: New.
8961 * gdb.btrace/data.exp: New.
8962 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8963
6e07b1d2
MM
89642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8965
8966 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8967 * gdb.btrace/exception.exp: Update.
8968 * gdb.btrace/instruction_history.exp: Update.
8969 * gdb.btrace/record_goto.exp: Update.
8970 * gdb.btrace/tailcall.exp: Update.
8971 * gdb.btrace/unknown_functions.exp: Update.
8972 * gdb.btrace/delta.exp: New.
8973
0b722aec
MM
89742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8975
8976 * gdb.btrace/record_goto.exp: Add backtrace test.
8977 * gdb.btrace/tailcall.exp: Add backtrace test.
8978
066ce621
MM
89792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8980
8981 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8982 * gdb.btrace/record_goto.c: New.
8983 * gdb.btrace/record_goto.exp: New.
8984 * gdb.btrace/x86-record_goto.S: New.
8985
0688d04e
MM
89862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8987
8988 * gdb.btrace/function_call_history.exp: Update tests.
8989 * gdb.btrace/instruction_history.exp: Update tests.
8990
8710b709
MM
89912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8992
8993 * gdb.btrace/function_call_history.exp: Fix expected field
8994 order for "record function-call-history".
8995 Add new tests for "record function-call-history /c".
8996 * gdb.btrace/exception.cc: New.
8997 * gdb.btrace/exception.exp: New.
8998 * gdb.btrace/tailcall.exp: New.
8999 * gdb.btrace/x86-tailcall.S: New.
9000 * gdb.btrace/x86-tailcall.c: New.
9001 * gdb.btrace/unknown_functions.c: New.
9002 * gdb.btrace/unknown_functions.exp: New.
9003 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9004
5de9129b
MM
90052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9006
9007 * gdb.btrace/instruction_history.exp: Update.
9008 * gdb.btrace/function_call_history.exp: Update.
9009
23a7fe75
MM
90102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9011
9012 * gdb.btrace/function_call_history.exp: Fix expected function
9013 trace.
9014 * gdb.btrace/instruction_history.exp: Initialize traced.
9015 Remove traced_functions.
9016
724c7dd8
MM
90172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9018
9019 * gdb.btrace/function_call_history.exp: Update
9020 * gdb.btrace/instruction_history.exp: Update.
9021
6d78d93b
MM
90222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9023
9024 * gdb.btrace/enable.exp: Update expected text.
9025
93a360cc
OJ
90262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
9027
9028 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
9029 bytes.
9030
3772b53f
MR
90312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
9032
9033 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
9034
596662fa
OJ
90352014-01-15 Omair Javaid <omair.javaid@linaro.org>
9036
9037 * lib/gdb.exp (supports_process_record): Return true for
9038 arm*-linux*. (supports_reverse): Likewise.
9039
b5b08fb4
SC
90402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
9041
9042 PR python/15464
9043 PR python/16113
9044 * gdb.python/py-type.c: Enhance test case.
9045 * gdb.python/py-value-cc.cc: Likewise
9046 * gdb.python/py-type.exp: Add new tests.
9047 * gdb.python/py-value-cc.exp: Likewise
9048
52d7fb13
AA
90492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9050 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9053 Make "name" extern.
9054 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9055 references to ${name}_start by references to ${name}.
9056
a2cd8cfe
JB
90572014-01-10 Joel Brobecker <brobecker@adacore.com>
9058
9059 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9060
4e23fced
JB
90612014-01-10 Joel Brobecker <brobecker@adacore.com>
9062
9063 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9064
c6a9e42c
PA
90652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9066 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 9069 mi_gdb_target_load.
c6a9e42c 9070
b7ea362b
PA
90712014-01-08 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.threads/reconnect-signal.c: New file.
9074 * gdb.threads/reconnect-signal.exp: New file.
9075
5e3f4fab
EBM
90762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 * gdb.base/source-dir.exp: New file.
9079
79301218
JB
90802014-01-07 Joel Brobecker <brobecker@adacore.com>
9081
9082 * gdb.ada/mi_interface: New testcase.
9083
8e355c5d
JB
90842014-01-07 Joel Brobecker <brobecker@adacore.com>
9085
9086 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9087 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9088 gdb.ada/pp-rec-component/pck.ads: New files.
9089
c0d48811
JB
90902014-01-07 Joel Brobecker <brobecker@adacore.com>
9091
9092 * gdb.python/py-pp-integral.c: New file.
9093 * gdb.python/py-pp-integral.py: New file.
9094 * gdb.python/py-pp-integral.exp: New file.
9095
17b609c3 9096For older changes see ChangeLog-1993-2013.
c906108c 9097\f
8d8cb839
EZ
9098;; Local Variables:
9099;; mode: change-log
9100;; left-margin: 8
9101;; fill-column: 74
9102;; version-control: never
9103;; End:
902f2ccb 9104
618f726f 9105 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
9106 Copying and distribution of this file, with or without modification,
9107 are permitted provided the copyright notice and this notice are preserved.