linux-nat: Add function lwp_is_stepping
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d41a5c09
JK
12016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.cp/casts.cc (decltype): Move it ...
4 (main): ... with its call to ...
5 * gdb.cp/casts03.cc: ... a new file.
6 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7
d2dfe700
JK
82016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9
10 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11
e2a92b16
PB
122016-09-15 Peter Bergner <bergner@vnet.ibm.com>
13
14 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15 and sync up the test with tests in gas/testsuite/gas/ppc.
16 * gdb.arch/powerpc-power.exp: Likewise.
17
49b4de64
JK
182016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
21
2c29df25
SDJ
222016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
23 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
26 make m1's definition to be different from m2's. Use 'dummy' as an
27 argument for probe 'two'.
28
cc3c2846
JB
292016-09-10 Jon Beniston <jon@beniston.com>
30
31 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
32 for sim target.
33
e1b2624a
AA
342016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
35
36 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
37 variable declaration.
38 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
39 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
40 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
41 received HWCAP as its argument.
42
4295e285
PA
432016-09-06 Pedro Alves <palves@redhat.com>
44
45 * gdb.base/new-ui-pending-input.c: New file.
46 * gdb.base/new-ui-pending-input.exp: New file.
47 * gdb.exp (clear_gdb_spawn_id): New procedure.
48 (with_spawn_id): Check whether gdb_spawn_id exists before
49 referencing it. If gdb_spawn_id didn't exist on entry, clear it
50 on exit.
51
00d5215e
UW
522016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
53
54 * gdb.base/float128.c: New file.
55 * gdb.base/float128.exp: Likewise.
56 * gdb.base/floatn.c: Likewise.
57 * gdb.base/floatn.exp: Likewise.
58
a9ff5f12
UW
592016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
60
61 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
62
f245535c
PA
632016-09-05 Pedro Alves <palves@redhat.com>
64
65 PR backtrace/19927
66 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
67 unwinders are immediately called as side effect of "source" or
68 "disable unwinder" commands.
69 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
70
ae9cf263
YQ
712016-09-02 Yao Qi <yao.qi@linaro.org>
72
73 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
74 is true and $type is "float" or "double".
75
27aba047
YQ
762016-09-02 Yao Qi <yao.qi@linaro.org>
77
78 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
79 true.
80 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
81 * gdb.base/call-rt-st.exp: Likewise.
82 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
83 return value instead of gdb,skip_float_test.
84 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
85 (do_function_calls): Use its return value instead of
86 gdb,skip_float_test.
87 * gdb.base/finish.exp: Likewise.
88 * gdb.base/funcargs.exp: Likewise.
89 * gdb.base/return.exp: Likewise.
90 * gdb.base/return2.exp: Likewise.
91 * gdb.base/varargs.exp: Likewise.
92 * lib/gdb.exp (gdb_skip_float_test): Change it to
93 gdb_caching_proc. Detect the broken ptrace on arm-linux.
94
5af962df
AA
952016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
96
97 * gdb.multi/tids.exp: Test "thread apply all".
98
7fac6910
JK
992016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * gdb.base/default.exp (tty): Remove.
102
bb1fe4ac
KB
1032016-08-24 Kevin Buettner <kevinb@redhat.com>
104
105 * gdb.python/py-recurse-unwind.c: New file.
106 * gdb.python/py-recurse-unwind.py: New file.
107 * gdb.python/py-recurse-unwind.exp: New file.
108
0a1ddfa6
SM
1092016-08-24 Simon Marchi <simon.marchi@ericsson.com>
110
111 * gdb.base/set-inferior-tty.exp: New file.
112 * gdb.base/set-inferior-tty.c: New file.
113
d9de1fe3
PA
1142016-08-23 Pedro Alves <palves@redhat.com>
115
116 PR gdb/20494
117 * gdb.base/new-ui-echo.c: New file.
118 * gdb.base/new-ui-echo.exp: New file.
119
e9d9abd7
YQ
1202016-08-23 Yao Qi <yao.qi@linaro.org>
121
122 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
123 gdbserver_spawn.
124 * gdb.server/connect-without-multi-process.exp (do_test):
125 Likewise.
126
3589529e
YQ
1272016-08-23 Yao Qi <yao.qi@linaro.org>
128
129 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
130 standalone_txt. Delete gdb_txt and standalone_txt on host
131 and target. Spawn the binary on target. Copy files from
132 target to host.
133
6bb90213
PA
1342016-08-22 Pedro Alves <palves@redhat.com>
135
136 PR gdb/20505
137 * gdb.base/vdso-warning.exp: Test core dumps too. Use
138 with_test_prefix. Factor out bits to ...
139 (test_no_vdso): ... this new procedure.
140
20c2c024
CL
1412016-08-19 Carl Love <cel@us.ibm.com>
142
143 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
144 maintaining separate logic for constructing the output path.
145 * gdb.arch/powerpc-d128-regs.exp: Likewise.
146 * gdb.arch/ppc-dfp.exp: Likewise.
147 * gdb.arch/ppc-fp.exp: Likewise.
148 * gdb.arch/vsx-regs.exp: Likewise.
149 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
150 binprefix for generating the additional binary files.
151
0646e07d
PA
1522016-08-19 Pedro Alves <palves@redhat.com>
153
154 * gdb.trace/mi-trace-frame-collected.exp
155 (test_trace_frame_collected): On x32, expect two registers.
156
46da9242
CL
1572016-08-18 Carl Love <cel@us.ibm.com>
158
159 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
160 and sync up the test with tests in gas/testsuite/gas/ppc.
161 * gdb.arch/powerpc-power.exp: Likewise.
162
eb2332d7
SM
1632016-08-17 Simon Marchi <simon.marchi@ericsson.com>
164
165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
166 expected error message.
167
63c61e04
SM
1682016-08-17 Simon Marchi <simon.marchi@ericsson.com>
169
170 * gdb.multi/remove-inferiors.exp: New file.
171 * gdb.multi/remove-inferiors.c: New file.
172
7b17065f
YQ
1732016-08-12 Yao Qi <yao.qi@linaro.org>
174
175 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
176 argument list.
177
01d3dedf
PA
1782016-08-10 Pedro Alves <palves@redhat.com>
179
180 PR gdb/19187
181 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
182 setup_kfails.
183
3eb7562a
PA
1842016-08-09 Pedro Alves <palves@redhat.com>
185 Simon Marchi <simon.marchi@ericsson.com>
186
187 PR gdb/20418
188 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
189 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
190
80614914
PA
1912016-08-09 Pedro Alves <palves@redhat.com>
192
193 PR mi/20431
194 * gdb.mi/mi-cmd-error.exp: New file.
195
f348d89a
PA
1962016-08-09 Pedro Alves <palves@redhat.com>
197
198 PR gdb/18653
199 * gdb.base/signals-state-child.c: New file.
200 * gdb.base/signals-state-child.exp: New file.
201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
202
e5ca03b4
PA
2032016-08-09 Pedro Alves <palves@redhat.com>
204
205 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
206
282a0691
TT
2072016-08-03 Tom Tromey <tom@tromey.com>
208
209 PR python/18565:
210 * gdb.python/py-frame-inline.exp: Add Frame.function test.
211
41bfcd63
YQ
2122016-08-01 Yao Qi <yao.qi@linaro.org>
213
214 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
215 variable mode to "multi-process" if $multi_process is 1, otherwise
216 set it to "single-process".
217
e3465b24
YQ
2182016-08-01 Yao Qi <yao.qi@linaro.org>
219
220 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
221 * gdb.cp/cpexprs.exp: Likewise.
222 * gdb.cp/m-static.exp: Likewise.
223
0b31a4bc
TT
2242016-07-26 Tom Tromey <tom@tromey.com>
225
226 PR python/20190:
227 * gdb.threads/tls.exp (check_thread_local): Add python symbol
228 test.
229
e0461dbb
MM
2302016-07-26 Markus Metzger <markus.t.metzger@intel.com>
231
232 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
233 selecting assembly source files.
234 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
235 assembly source files.
236 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
237 assembly source files.
238 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
239 selecting assembly source files.
240
8194e927
SM
2412016-07-25 Simon Marchi <simon.marchi@ericsson.com>
242
243 * gdb.base/new-ui.exp (do_test_invalid_args): New
244 procedure.
245
c0272db5
TW
2462016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
247
248 * gdb.btrace/reconnect.c: New file.
249 * gdb.btrace/reconnect.exp: New file.
250
e3487908
GKB
2512016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
252
253 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
254 to test_catch_syscall_group.
255 (test_catch_syscall_group): New.
256
12df5c00
TT
2572016-07-21 Tom Tromey <tom@tromey.com>
258
259 * gdb.rust/simple.rs (main): Use empty struct expression.
260 * gdb.rust/simple.exp: Add tests for empty struct expression.
261
bae62ee2
YQ
2622016-07-21 Yao Qi <yao.qi@linaro.org>
263
264 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
265 if gdb_skip_xml_test is true on some targets.
266
b1b53fb3
YQ
2672016-07-21 Yao Qi <yao.qi@linaro.org>
268
269 * gdb.server/solib-list.exp: Unset last_loaded_file.
270
027d97f8
JK
2712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
272
273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
274 "step into captured_main (args)".
275
7674d381
JK
2762016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
279
72b5d099
JK
2802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
283
1f960ced
PA
2842016-07-19 Pedro Alves <palves@redhat.com>
285
286 * gdb.opt/inline-break.exp: Remove optimize=-O2.
287 * gdb.opt/inline-bt.exp: Likewise.
288 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
289 additional_flags=-Winline.
290 * gdb.opt/inline-locals.exp: Likewise.
291 * gdb.opt/inline-markers.c (ATTR): Define.
292 (inlined_fn): Use it.
293
f25827c1
YQ
2942016-07-19 Yao Qi <yao.qi@linaro.org>
295
296 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
297 (test_with_self): Remove some code. Remove argument executable.
298 (top-level): Use do_self_tests.
299
37539ebe
DB
3002016-07-15 Zachary Welch <zwelch@codesourcery.com>
301 Don Breazeal <donb@codesourcery.com>
302
303 * gdb.base/maint.exp: Escape paths used in regular expressions.
304 * gdb.stabs/weird.exp: Likewise.
305
dac790e1
TT
3062016-07-13 Tom Tromey <tom@tromey.com>
307
308 PR python/15620, PR python/18620:
309 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
310 (test_bkpt_events): New procs.
311
93daf339
TT
3122016-07-13 Tom Tromey <tom@tromey.com>
313
314 PR python/17698:
315 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
316 test.
317 (test_watchpoints): Likewise.
318 (test_bkpt_pending): New proc.
319
6571a381
TT
3202016-07-13 Tom Tromey <tom@tromey.com>
321
322 PR cli/18053:
323 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
324 completion test.
325
e8732474
JK
3262016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
329 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
330 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
331 f_label.
332 (g): Rename g_end_lbl to g_label.
333 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
334 low_pc and high_pc.
335 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
336
e0f3fd7c
TT
3372016-07-12 Tom Tromey <tom@tromey.com>
338
339 PR python/19293:
340 * gdb.python/py-unwind-maint.exp: Update tests.
341
3cfe46b6
YQ
3422016-07-12 Yao Qi <yao.qi@linaro.org>
343
344 * lib/selftest-support.exp (selftest_setup): Match the output
345 when captured_main is inlined.
346
4f19a0e6
WT
3472016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
348
349 * gdb.fortran/derived-types.exp (result_line, result_line_2):
350 New variables.
351 (print this%a, print this%b, print this): New tests.
352 * gdb.fortran/derived-types.f90 (this): New object and
353 initialization.
354
986cf455
SM
3552016-07-06 Simon Marchi <simon.marchi@ericsson.com>
356
357 * gdb.ada/arraydim.exp: Remove extra directory level in build
358 directory.
359
f0464b23
SM
3602016-07-06 Simon Marchi <simon.marchi@ericsson.com>
361
362 * lib/ada.exp: Remove extra directory level in build directory.
363 * gdb.ada/cond_lang.exp: Likewise.
364 * gdb.ada/exec_changed.exp: Likewise.
365 * gdb.ada/lang_switch.exp: Likewise.
366
42d94011
MG
3672016-07-06 Manish Goregaokar <manish@mozilla.com>
368
369 * simple.rs: Add test for raw pointer subscripting
370 * simple.exp: Add test expectations
371
647c264c
YQ
3722016-07-05 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.mi/mi-reverse.exp: Match =record-started output.
375
20aa2c60
PA
3762016-07-01 Pedro Alves <palves@redhat.com>
377
378 * gdb.base/jit-reader.exp (info_registers_current_frame): New
379 procedure.
380 (jit_reader_test): Test the jit reader's unwinder.
381 * gdb.base/jithost.c (jit_function_00_code): New global.
382 (main): Use memcpy to fill in the mmapped code, instead of poking
383 bytes manually here.
384 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
385 value.
386 (read_debug_info): Save the function's range.
387 (read_sp): New function.
388 (unwind_frame): Use it. Also unwind RBP.
389 (get_frame_id): Use read_sp.
390 (gdb_init_reader): Use calloc instead of malloc.
391 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
392 parameter. Use gdb_test_multiple.
393
ced2dffb
PA
3942016-07-01 Pedro Alves <palves@redhat.com>
395 Antoine Tremblay <antoine.tremblay@ericsson.com>
396
397 * gdb.threads/process-dies-while-detaching.c: New file.
398 * gdb.threads/process-dies-while-detaching.exp: New file.
399
63000888
PA
4002016-07-01 Pedro Alves <palves@redhat.com>
401
402 * gdb.multi/watchpoint-multi-exit.c: New file.
403 * gdb.multi/watchpoint-multi-exit.exp: New file.
404
038d4868
PA
4052016-06-30 Pedro Alves <palves@redhat.com>
406
407 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
408 unset inferior_spawn_id.
409
994e9c83
PA
4102016-06-30 Pedro Alves <palves@redhat.com>
411
412 * lib/mi-support.exp (default_mi_gdb_start): Declare global
413 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
414
e5653468
YQ
4152016-06-29 Yao Qi <yao.qi@linaro.org>
416
417 * gdb.base/return.c: Add copyright header.
418
803b47e5
TT
4192016-06-29 Tom Tromey <tom@tromey.com>
420
421 PR python/20129:
422 * gdb.python/py-framefilter.exp: Add tests for setting priority
423 and disabling of non-existent frame filter.
424
28244707
YQ
4252016-06-29 Yao Qi <yao.qi@linaro.org>
426
427 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
428 0x0f07ff.
429
a31d2f06
YQ
4302016-06-28 Yao Qi <yao.qi@linaro.org>
431
432 * gdb.base/catch-syscall.exp: Remove check on isnative and target
433 triplets. Start gdb, execute catch syscall, and continue. Check
434 gdb's output to determine catch syscall is supported.
435
921d8f54
MG
4362016-06-27 Manish Goregaokar <manish@mozilla.com>
437
25d49b86
PA
438 * gdb.rust/simple.rs: Add test for returning unit in a function.
439 * gdb.rust/simple.exp: Add expectation for functions returning
440 unit.
921d8f54 441
f4952523
PMR
4422016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
443
444 * gdb.python/py-breakpoint-create-fail.c,
445 gdb.python/py-breakpoint-create-fail.exp,
446 gdb.python/py-breakpoint-create-fail.py: New testcase.
447
fccb08f8
MG
4482016-06-25 Manish Goregaokar <manish@mozilla.com>
449
450 PR gdb/20239
451 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
452 * gdb.rust/simple.exp: Add test expectations for new NonZero
453 tests.
fccb08f8 454
6b850546
DT
4552016-06-24 David Taylor <dtaylor@emc.com>
456
457 * gdb.base/offsets.exp: New file.
458 * gdb.base/offsets.c: New file.
459
17621150
TT
4602016-06-23 Tom Tromey <tom@tromey.com>
461
462 PR gdb/16483:
463 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
464 before any filters are loaded.
465
04d59df6
WT
4662016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
467
468 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
469 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
470 structs.
471 * gdb.fortran/derived-type-function.exp: New file.
472 * gdb.fortran/derived-type-function.f90: New file.
473
474
ac69f786
PA
4752016-06-21 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/new-ui.exp: New file.
478 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
479 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
480 (with_spawn_id): New procedure.
481
49940788
PA
4822016-06-21 Pedro Alves <palves@redhat.com>
483
484 * gdb.mi/mi-exec-run.exp: New file.
485
ef274d26
PA
4862016-06-21 Pedro Alves <palves@redhat.com>
487
488 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
489 breakpoint command's output on the main UI.
490 (test_break): New procedure, factored out from calls in the top
491 level.
492 (top level): Use foreach_with_prefix to test MI as main UI and as
493 separate UI.
494
468afe6c
PA
4952016-06-21 Pedro Alves <palves@redhat.com>
496
497 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
498 (test_awatch_creation_and_listing)
499 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
500 Remove 'type' parameter.
501 (test_watchpoint_all): New parameter mi_mode. Remove
502 with_test_prefix.
503 (top level): Use foreach_with_prefix, and add main/separate UI MI
504 testing axis.
505
51f77c37
PA
5062016-06-21 Pedro Alves <palves@redhat.com>
507
508 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
509 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
510 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
511 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
512 (gdb_main_spawn_id, mi_spawn_id): Declare and
513 comment.
514 (mi_create_inferior_pty): New procedure,
515 factored out from default_mi_gdb_start.
516 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
517 procedures.
518 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
519 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
520 Use mi_create_inferior_pty.
521 (mi_gdb_start): Use eval to pass down args list.
522
8980e177
PA
5232016-06-21 Pedro Alves <palves@redhat.com>
524
525 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
526 * gdb.opt/inline-cmds.exp: Add MI tests.
527
f38d3ad1
PA
5282016-06-21 Pedro Alves <palves@redhat.com>
529
530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
531
45db7c09
PA
5322016-06-21 Pedro Alves <palves@redhat.com>
533
534 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
535 (top level): Use it instead of mi_execute_to.
536
5a069ab3
PA
5372016-06-21 Pedro Alves <palves@redhat.com>
538
539 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
540 (cont_handler_str): New.
541 (signal_stop_handler): Set stop_handler_str instead of printing to
542 stdout.
543 (continue_handler): Set cont_handler_str instead of printing to
544 stdout.
545 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
546 mi_send_resuming_command. Print stop_handler_str and
547 cont_handler_str instead of expecting the python events print
548 directly.
549
2838cc1d
SD
5502016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
551
552 * gdb.base/jit-reader.exp: New file.
553 * gdb.base/jithost.c: New file.
554 * gdb.base/jithost.h: New file.
555 * gdb.base/jitreader.c : New file.
556 * gdb.base/jit-protocol.h: New file.
557
21a77091
YQ
5582016-06-17 Yao Qi <yao.qi@linaro.org>
559
560 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
561 parameters follow_fork and detach_on_fork. Set follow-fork-mode
562 and detach-on-fork. Adjust tests.
563 (top level): Invoke break_cond_on_syscall with combinations of
564 syscall, follow-fork-mode and detach-on-fork.
565
f50bf8e5
YQ
5662016-06-17 Yao Qi <yao.qi@linaro.org>
567
568 * gdb.base/step-over-exit.c: New.
569 * gdb.base/step-over-exit.exp: New.
570
a28d8e50
YTL
5712016-06-17 Yan-Ting Lin <currygt52@gmail.com>
572
573 * gdb.base/float.exp: Add target check for nds32*-*-*.
574 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
575
cad8e26d
AB
5762016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
579 for unsupported target features.
580 * gdb.base/call-rt-st.exp: Likewise.
581 * gdb.base/call-sc.exp: Likewise.
582 * gdb.base/call-signal-resume.exp: Likewise.
583 * gdb.base/call-strs.exp: Likewise.
584 * gdb.base/callexit.exp: Likewise.
585 * gdb.base/callfuncs.exp: Likewise.
586 * gdb.base/nodebug.exp: Likewise.
587 * gdb.base/printcmds.exp: Likewise.
588 * gdb.base/ptype.exp: Likewise.
589 * gdb.base/structs.exp: Likewise.
590 * gdb.base/unwindonsignal.exp: Likewise.
591 * gdb.cp/gdb2495.exp: Likewise.
592 * gdb.cp/templates.exp: Likewise.
593 * gdb.cp/virtfunc.exp: Likewise.
594 * gdb.threads/hand-call-in-threads.exp: Likewise.
595 * gdb.threads/interrupted-hand-call.exp: Likewise.
596 * gdb.threads/thread-unwindonsignal.exp: Likewise.
597
347dc102
TT
5982016-06-10 Tom Tromey <tom@tromey.com>
599
600 PR rust/20110:
601 * gdb.rust/expr.exp: Add test for integer constant larger than
602 i32.
603
5e13cf25
BH
6042016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
605
606 * gdb.fortran/nested-funcs.exp: New.
607 * gdb.fortran/nested-funcs.f90: New.
608
bb556f1f
TK
6092016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
610
611 * gdb.base/examine-backward.c: New file.
612 * gdb.base/examine-backward.exp: New file.
613
38b022b4
SM
6142016-06-06 Simon Marchi <simon.marchi@ericsson.com>
615
616 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
617 matching.
618
1b40ec05
TT
6192016-06-02 Tom Tromey <tom@tromey.com>
620
621 PR python/18984:
622 * gdb.python/py-shared.exp: Add solib_name test.
623
193bd378
SM
6242016-06-02 Simon Marchi <simon.marchi@ericsson.com>
625
626 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
627
3326303b
MG
6282016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
629
630 PR c++/19893
631 * gdb.dwarf2/implref.exp: Rename to...
632 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
633 * gdb.dwarf2/implref-array.c: New file.
634 * gdb.dwarf2/implref-array.exp: Likewise.
635 * gdb.dwarf2/implref-global.c: Likewise.
636 * gdb.dwarf2/implref-global.exp: Likewise.
637 * gdb.dwarf2/implref-struct.c: Likewise.
638 * gdb.dwarf2/implref-struct.exp: Likewise.
639
825c8ef2
AT
6402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
641
642 * gdb.trace/trace-condition.exp: Add 64bit tests.
643
2320162a
AT
6442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
645
646 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
647 bits types.
648 (main): Adapt to 8 to 64 bits types.
649 * gdb.trace/trace-condition.exp: Add new tests.
650
a7818233
AT
6512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
652
653 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
654
0d336466
AT
6552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
656
657 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
658 Move condition tests...
659 * gdb.trace/trace-condition.exp: Here.
660
7faeb45a
AT
6612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
662
663 * gdb.trace/trace-condition.exp: Add counter-case tests.
664
e385593e
JK
6652016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
666
667 PR c++/15231
668 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
669 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
670
744608cc
PA
6712016-05-27 Pedro Alves <palves@redhat.com>
672
673 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
674 New procedure.
675 (top level): Call it, and bail out of DejaGnu is known to be bad.
676
ac775bf4
AB
6772016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.base/whatis.c: Extend the test case.
680 * gdb.base/whatis.exp: Add additional tests.
681
2bbad2ea
BH
6822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
683
684* gdb.fortran/type.f90: Add pointer variable.
685* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
686
8b70175d
BH
6872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
688
689 * gdb.fortran/vla-type.exp: Fix testcase name.
690
86d8a848
BH
6912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
692
693 * gdb.fortran/vla-type.exp: Access elements in nested structs.
694
e188eb36
BH
6952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
696
697 * gdb.fortran/type.f90: Add nested structures.
698 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
699 * gdb.fortran/derived-type.exp: Adapt expected output.
700 * gdb.fortran/vla-type.exp: Adapt expected output.
701
9b2db1fd
BH
7022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
703
704 * gdb.fortran/whatis_type.exp: Adapt expected output.
705
72b17055
BH
7062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
707
708 * gdb.fortran/print_type.exp: Fix expected output.
709 * gdb.fortran/whatis_type.exp: Fix expected output.
710
3cd81d8d
BH
7112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
712
713 * gdb.fortran/whatis_type.exp: Use multi_line.
714
ddae9462
TT
7152016-05-24 Tom Tromey <tom@tromey.com>
716
717 PR python/17386:
718 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
719 use value as an index.
720
1957f6b8
TT
7212016-05-23 Tom Tromey <tom@tromey.com>
722
723 PR python/17981:
724 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
725 no-breakpoint case.
726
026a9174
PA
7272016-05-24 Pedro Alves <palves@redhat.com>
728
729 PR gdb/19828
730 * gdb.threads/clone-attach-detach.c: New file.
731 * gdb.threads/clone-attach-detach.exp: New file.
732
e70a7231
FR
7332016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
734
735 * gdb.base/annota-input-while-running.exp: Fix syntax error.
736
0f6ed0e0
TT
7372016-05-23 Tom Tromey <tom@tromey.com>
738
739 PR python/19438, PR python/18393:
740 * gdb.python/py-progspace.exp: Add "dir" test.
741 * gdb.python/py-objfile.exp: Add "dir" test.
742
ffd19d61
YQ
7432016-05-23 Yao Qi <yao.qi@linaro.org>
744
745 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
746 * gdb.arch/thumb2-it.exp: Likewise.
747
9e8f9b05
SM
7482016-05-18 Simon Marchi <simon.marchi@ericsson.com>
749
750 * gdb.mi/mi-threads-interrupt.c: New file.
751 * gdb.mi/mi-threads-interrupt.exp: New file.
752
61c6156d
SM
7532016-05-17 Simon Marchi <simon.marchi@ericsson.com>
754
755 PR gdb/18077
756 * gdb.mi/mi-async-run.exp: New file.
757 * gdb.mi/mi-async-run.c: New file.
758
67218854
TT
7592016-05-17 Tom Tromey <tom@tromey.com>
760 Manish Goregaokar <manishsmail@gmail.com>
761
762 * lib/rust-support.exp: New file.
763 * lib/gdb.exp (skip_rust_tests): New proc.
764 (build_executable_from_specs): Handle rust.
765 * lib/future.exp (gdb_find_rustc): New proc.
766 (gdb_default_target_compile): Handle rust.
767 * gdb.rust/expr.exp: New file.
768 * gdb.rust/generics.exp: New file.
769 * gdb.rust/generics.rs: New file.
770 * gdb.rust/methods.exp: New file.
771 * gdb.rust/methods.rs: New file.
772 * gdb.rust/modules.exp: New file.
773 * gdb.rust/modules.rs: New file.
774 * gdb.rust/simple.exp: New file.
775 * gdb.rust/simple.rs: New file.
776
c44af4eb
TT
7772016-05-17 Tom Tromey <tom@tromey.com>
778
779 * gdb.base/default.exp (set language): Add rust.
780
dcd1f979
TT
7812016-05-17 Tom Tromey <tom@tromey.com>
782
783 * gdb.gdb/unittest.exp: New file.
784
155b7f57
YQ
7852016-05-16 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.base/batch-preserve-term-settings.exp: Remove variable
788 shell_prompt. Update shell_prompt_re.
789
8ddd5a6c
DE
7902016-05-12 Doug Evans <dje@google.com>
791
792 PR symtab/19999
793 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
794 $options when building executable.
795 * gdb.dwarf2/fission-loclists-pie.S: New file.
796 * gdb.dwarf2/fission-loclists-pie.exp: New file.
797
02e370d9
SM
7982016-05-04 Simon Marchi <simon.marchi@ericsson.com>
799
800 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
801 of [is_remote target],
802
8929ad8b
SM
8032016-05-04 Simon Marchi <simon.marchi@ericsson.com>
804
805 * lib/gdb.exp (use_gdb_stub): New procedure.
806
6c447423
DE
8072016-05-03 Yunlian Jiang <yunlian@google.com>
808 Doug Evans <dje@google.com>
809
810 PR symtab/19914
811 * gdb.dwarf2/dwp-sepdebug.c: New file.
812 * gdb.dwarf2/dwp-sepdebug.exp: New file.
813
444e826c
SM
8142016-05-02 Simon Marchi <simon.marchi@ericsson.com>
815
816 * gdb.base/detach.exp: Remove is_remote check.
817
740feeaa
SM
8182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
819
820 * gdb.base/annota-input-while-running.exp: Don't check for
821 [is_remote target]. Enable annotations after running to main.
822 Remove unused "set test..." line.
823
9080ac9d
SM
8242016-04-28 Simon Marchi <simon.marchi@ericsson.com>
825
826 * gdb.trace/trace-enable-disable.exp: New file.
827 * gdb.trace/trace-enable-disable.c: New file.
828
952ebca5
SM
8292016-04-28 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
832 use it in info sharedlibrary test.
833 * gdb.trace/ftrace-lock.exp: Likewise.
834 * gdb.trace/ftrace.exp: Likewise.
835 * gdb.trace/range-stepping.exp: Likewise.
836 * gdb.trace/trace-break.exp: Likewise.
837 * gdb.trace/trace-condition.exp: Likewise.
838 * gdb.trace/trace-mt.exp: Likewise.
839
d9019901
SM
8402016-04-27 Simon Marchi <simon.marchi@ericsson.com>
841
842 * lib/gdb.exp (gdb_load_shlibs): Rename to...
843 (gdb_load_shlib): ... this.
844 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
845 gdb_load_shlib.
846 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
847 * gdb.base/ctxobj.exp: Likewise.
848 * gdb.base/dprintf-pending.exp: Likewise.
849 * gdb.base/dso2dso.exp: Likewise.
850 * gdb.base/fixsection.exp: Likewise.
851 * gdb.base/gcore-relro.exp: Likewise.
852 * gdb.base/gdb1555.exp: Likewise.
853 * gdb.base/global-var-nested-by-dso.exp: Likewise.
854 * gdb.base/gnu-ifunc.exp: Likewise.
855 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
856 * gdb.base/jit-so.exp (one_jit_test): Likewise.
857 * gdb.base/pending.exp: Likewise.
858 * gdb.base/print-file-var.exp: Likewise.
859 * gdb.base/print-symbol-loading.exp: Likewise.
860 * gdb.base/shlib-call.exp: Likewise.
861 * gdb.base/shreloc.exp: Likewise.
862 * gdb.base/so-impl-ld.exp: Likewise.
863 * gdb.base/solib-disc.exp: Likewise.
864 * gdb.base/solib-nodir.exp: Likewise.
865 * gdb.base/solib-overlap.exp: Likewise.
866 * gdb.base/solib-symbol.exp: Likewise.
867 * gdb.base/solib-weak.exp (do_test): Likewise.
868 * gdb.base/sym-file.exp: Likewise.
869 * gdb.base/symtab-search-order.exp: Likewise.
870 * gdb.base/type-opaque.exp: Likewise.
871 * gdb.base/unload.exp: Likewise.
872 * gdb.base/watchpoint-solib.exp: Likewise.
873 * gdb.compile/compile.exp: Likewise.
874 * gdb.cp/gdb2384.exp: Likewise.
875 * gdb.cp/infcall-dlopen.exp: Likewise.
876 * gdb.cp/re-set-overloaded.exp: Likewise.
877 * gdb.fortran/library-module.exp: Likewise.
878 * gdb.opt/solib-intra-step.exp: Likewise.
879 * gdb.python/py-finish-breakpoint.exp: Likewise.
880 * gdb.python/py-shared.exp: Likewise.
881 * gdb.reverse/solib-precsave.exp: Likewise.
882 * gdb.reverse/solib-reverse.exp: Likewise.
883 * gdb.server/solib-list.exp: Likewise.
884 * gdb.threads/dlopen-libpthread.exp: Likewise.
885 * gdb.threads/tls-shared.exp: Likewise.
886 * gdb.threads/tls-so_extern.exp: Likewise.
887 * gdb.trace/change-loc.exp: Likewise.
888 * gdb.trace/ftrace-lock.exp: Likewise.
889 * gdb.trace/ftrace.exp: Likewise.
890 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
891 * gdb.trace/pending.exp: Likewise.
892 * gdb.trace/range-stepping.exp: Likewise.
893 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
894 (strace_info_marker): Likewise.
895 (strace_probe_marker): Likewise.
896 (strace_trace_on_same_addr): Likewise.
897 (strace_trace_on_diff_addr): Likewise.
898 * gdb.trace/trace-break.exp: Likewise.
899 * gdb.trace/trace-condition.exp: Likewise.
900 * gdb.trace/trace-mt.exp: Likewise.
901
fca4cfd9
SM
9022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
903
904 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
905 result of gdb_remote_download.
906 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
907 * gdb.base/dso2dso.exp: Likewise.
908 * gdb.base/global-var-nested-by-dso.exp: Likewise.
909 * gdb.base/print-file-var.exp: Likewise.
910 * gdb.base/shlib-call.exp: Likewise.
911 * gdb.base/shreloc.exp: Likewise.
912 * gdb.base/solib-overlap.exp: Likewise.
913 * gdb.base/solib-weak.exp (do_test): Likewise.
914 * gdb.base/unload.exp: Likewise.
915
11cf4ffb
YQ
9162016-04-27 Yao Qi <yao.qi@linaro.org>
917
918 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
919 exists.
920
3e2e34f8
KB
9212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
922
923 * vla-type.exp: Print structure from toplevel.
924
8f07e298
BH
9252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
926
927 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
928 of dynamic types.
929 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
930 of dynamic types.
931
9920b434
BH
9322016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
933
934 * gdb.fortran/vla-type.f90: New file.
935 * gdb.fortran/vla-type.exp: New file.
936
f3abeff5
YQ
9372016-04-25 Yao Qi <yao.qi@linaro.org>
938
939 * gdb.base/branch-to-self.c: New file.
940 * gdb.base/branch-to-self.exp: New file.
941
0a5d52f0
YQ
9422016-04-22 Yao Qi <yao.qi@linaro.org>
943
944 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
945 more after $hex.
946
495346f6
YQ
9472016-04-22 Yao Qi <yao.qi@linaro.org>
948
949 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
950 * gdb.base/annota3.exp: Likewise.
951
4a7e075c
YQ
9522016-04-22 Yao Qi <yao.qi@linaro.org>
953
954 * gdb.reverse/step-precsave.exp: Do one step and test program
955 stops in "callee" and do multiple steps until program goes out
956 of "callee".
957 * gdb.reverse/step-reverse.exp: Likewise.
958
5b061e98
YQ
9592016-04-22 Yao Qi <yao.qi@linaro.org>
960
961 * gdb.trace/signal.exp: Also pass if
962 $tracepoint_hits($i) > $iterations.
963
5c5dc57f
YQ
9642016-04-22 Yao Qi <yao.qi@linaro.org>
965
966 * gdb.trace/signal.c: New file.
967 * gdb.trace/signal.exp: New file.
968
a55411b9
DE
9692016-04-19 Doug Evans <xdje42@gmail.com>
970
971 * gdb.base/bad-file.exp: New file.
972
a22df60a
MG
9732016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
974
975 * gdb.dwarf2/implref.exp: New file.
976
0c13f7e5
BH
9772016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
978
979 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
980 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
981 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
982 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
983 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
984 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
985 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
986 * lib/fortran.exp (fortran_int4): New procedure.
987 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
988 (fortran_logical4): Likewise.
989
9b9b09e9
BH
9902016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
991
992 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
993
a14d1f4d
BH
9942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
995
996 * lib/compiler.c: Add Intel specific preprocessor macros.
997 * lib/compiler.cc: Likewise.
25d49b86 998
7d49b1d0
LM
9992016-04-13 Luis Machado <lgustavo@codesourcery.com>
1000
1001 * gdb.server/connect-with-no-symbol-file.c: New file.
1002 * gdb.server/connect-with-no-symbol-file.exp: New file.
1003
8392fa22
SM
10042016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1007
8c4c4aeb
SM
10082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1011 standard output directory.
1012
45e3745e
AT
10132016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1014
1015 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1016
e26b7e41
MM
10172016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1018
1019 * gdb.btrace/instruction_history.c (loop): Add declaration.
1020
8ce09462
AT
10212016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1022
1023 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1024
2e88a1ea
SM
10252016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1026
1027 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1028 parentheses to print.
1029 (continue_handler): Likewise.
1030
f48e22e3
SM
10312016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1032
1033 * gdb.server/solib-list.exp: Remove is_remote check.
1034 Pass shlib= to gdb_compile. Don't link shared library with
1035 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1036 Run binary filename through "readlink -f" on the target.
1037
096be756
PA
10382016-04-08 Pedro Alves <palves@redhat.com>
1039
1040 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1041 interpreter filename as argument to gdbserver_spawn.
1042 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1043 Return empty if $last_loaded_file does not exist.
1044
06500533
JK
10452016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1048 * gdb.base/jit-main.c: Use exit after usage.
1049
2d35e871
JK
10502016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1053 GDBHISTSIZE prior to the tests.
1054 * gdb.base/gdbinit-history.exp: Likewise.
1055
10562016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
1057
1058 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1059 instead of build_executable. Use gdb_load_shlibs.
1060
c8064e7e
YQ
10612016-04-07 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1064 Execute "si" command.
1065
bde47561
YQ
10662016-04-07 Yao Qi <yao.qi@linaro.org>
1067
1068 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1069 number instead of the comments on some line.
1070
b16f8a3b
DB
10712016-04-06 Don Breazeal <donb@codesourcery.com>
1072
1073 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1074 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1075
c2f901df
SM
10762016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1077
1078 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1079 standard_output_file. Remove unused binfile variable.
1080
ac17fda0
CU
10812016-04-05 Catalin Udma <catalin.udma@freescale.com>
1082
1083 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1084 * gdb.python/py-mi-objfile.exp: Match "list main" output
1085 in console format.
1086
03a8c4df
SM
10872016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1088
1089 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1090 absolute.
1091
6e774b13
SM
10922016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1095 absolute.
1096 * gdb.trace/ftrace.exp: Likewise.
1097 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1098 targets as well.
1099 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1100 (gdb_load_shlibs): Copy libraries to test directory when testing
1101 natively. Only set solib-search-path if testing remotely.
1102 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1103
7817ea46
SM
11042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1105
1106 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1107 gdb_download. Use it even if the target is not remote.
1108 * gdb.base/jit.exp (compile_jit_test): Likewise.
1109 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1110 output directory if the destination board is local, otherwise use
1111 the standard remote_download from DejaGnu.
1112 (gdb_download): Remove.
1113 (gdb_load_shlibs): Use gdb_remote_download instead of
1114 gdb_download.
1115 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1116 Use gdb_remote_download instead of gdb_download. Use it even if
1117 the target is not remote.
1118 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1119 instead of gdb_download.
1120
7beb7f68
SM
11212016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1122
1123 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1124 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1125 run.
1126
cc63428a
AV
11272016-04-01 Artemiy Volkov <artemiyv@acm.org>
1128
1129 PR gdb/19820
1130 * gdb.base/printcmds.exp: Add artificial arrays tests.
1131
64cdf930
PA
11322016-03-31 Pedro Alves <palves@redhat.com>
1133
1134 PR gdb/19858
1135 * gdb.base/jit-main.c: Include unistd.h.
1136 (ATTACH): Define to 0 if not already defined.
1137 (wait_for_gdb, mypid): New globals.
1138 (WAIT_FOR_GDB): New macro.
1139 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1140 some breakpoint locations.
1141 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1142 New procedures.
1143 (one_jit_test): Add REATTACH parameter, and handle it. Use
1144 continue_to_test_location.
1145 (top level): Test attach, and adjusts calls to one_jit_test.
1146
40dea8cb
PA
11472016-03-31 Pedro Alves <palves@redhat.com>
1148
1149 PR gdb/19858
1150 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1151 BINSUFFIX parameter, and handle it.
1152 (top level): Adjust calls compile_jit_test.
1153
e7ea3ec7
CU
11542016-03-31 Catalin Udma <catalin.udma@freescale.com>
1155
1156 PR python/19743
1157 * gdb.python/py-mi-events-gdb.py: New file.
1158 * gdb.python/py-mi-events.c: New file.
1159 * gdb.python/py-mi-events.exp: New file.
1160
e6359af3
YQ
11612016-03-30 Yao Qi <yao.qi@linaro.org>
1162
1163 * gdb.reverse/until-precsave.exp: Match function name only.
1164 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1165 Move malloc to a condition block.
1166 * gdb.reverse/until-reverse.exp: Match function name only.
1167
a4105d04
MK
11682016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1169
1170 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1171 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1172 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1173 variable for GPR 0 instead of assuming it is register 0.
1174 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1175 * lib/trace-support.exp: Add s390 registers.
1176
bfa6adb9
YQ
11772016-03-29 Yao Qi <yao.qi@linaro.org>
1178
1179 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1180
1e6697ea
YQ
11812016-03-24 Yao Qi <yao.qi@linaro.org>
1182
1183 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1184 test message.
1185
64bcd522
AA
11862016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1187
1188 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1189 maintaining separate logic for constructing the output path.
1190
7868401b
DB
11912016-03-16 Don Breazeal <donb@codesourcery.com>
1192
1193 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1194 Retry fork and waitpid on interrupted system call errors.
1195 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1196 Use with_timeout_factor to increase timeout by factor of 10.
1197
1cafadb4
DB
11982016-03-15 Don Breazeal <donb@codesourcery.com>
1199
1200 * gdb.cp/scope-err.cc: New test program.
1201 * gdb.cp/scope-err.exp: New test script.
1202 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1203 lines and "set breakpoint here" comment.
1204 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1205 Fixed some whitespace and format issues.
1206 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1207 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1208
81516450
DE
12092016-03-15 Doug Evans <dje@google.com>
1210
1211 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1212 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1213 All callers updated. Add tests for enums, mixed flags register.
1214
aa52b601
DE
12152016-03-15 Doug Evans <dje@google.com>
1216
1217 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1218 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1219
fa4ff313
SM
12202016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1221
1222 * gdb.base/default.exp: Add $_as_string to the list of expected
1223 convenience functions.
1224
f2403c39
AB
12252016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1226
1227 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1228
f2f3ccb9
SM
12292016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1230
1231 * gdb.python/py-as-string.exp: New file.
1232 * gdb.python/py-as-string.c: New file.
1233
00dbd492
PA
12342016-03-09 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1237 signal" -> "Thread NN received signal" output change.
1238 * gdb.threads/ia64-sigill.exp: Likewise.
1239 * gdb.threads/linux-dp.exp: Likewise.
1240 * gdb.threads/manythreads.exp: Likewise.
1241 * gdb.threads/pending-step.exp: Likewise.
1242 * gdb.threads/print-threads.exp: Likewise.
1243 * gdb.threads/sigstep-threads.exp: Likewise.
1244 * gdb.threads/staticthreads.exp: Likewise.
1245 * gdb.threads/tls.exp: Likewise.
1246
1e6697ea
YQ
12472016-03-09 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.base/command-line-input.exp: New file.
1250
b04fd3be
MK
12512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1252
1253 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1254 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1255 * gdb.trace/pending.exp: Accept leading dot before function name.
1256 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1257 * lib/trace-support.exp: Set registers for ppc.
1258
98fa59e9
MK
12592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1260
1261 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1262 use it for disassembly; accept .main in addition to main in backtrace.
1263
f77198c8
MK
12642016-03-09 Wei-cheng Wang <cole945@gmail.com>
1265 Marcin Kościelnicki <koriakin@0x04.net>
1266
1267 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1268 (gdb_recursion_test_ptr): New global variable.
1269 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1270 gdb_recursion_test.
1271 (gdb_c_test): Ditto.
1272
ba84e0da
MK
12732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1274
1275 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1276 ordering.
1277
4366d36e
MK
12782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1279
1280 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1281 (bar): Add bar_start_lbl label.
1282 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1283 of foo/bar for emitting DWARF and tracing.
1284
5eb264df
SDJ
12852016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1286
1287 * analyze-racy-logs.py: Set executable bit.
1288
fb6a751f
SDJ
12892016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1292 (CHECK_TARGET_TMP): Likewise.
1293 (check-single-racy): New rule.
1294 (check-parallel-racy): Likewise.
1295 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1296 (do-check-parallel-racy): New rule.
1297 (check-racy/%.exp): Likewise.
1298 * README (Racy testcases): New section.
1299 * analyze-racy-logs.py: New file.
1300
bdf7e230
DE
13012016-03-03 Doug Evans <dje@google.com>
1302
1303 * gdb.base/skip.exp: Use with_test_prefix.
1304
4719d415
YQ
13052016-03-03 Yao Qi <yao.qi@linaro.org>
1306
1307 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1308 Invoke step_over_syscall "clone" and break_cond_on_syscall
1309 "clone".
1310 * gdb.base/step-over-clone.c: New file.
1311
ea507862
YQ
13122016-03-03 Yao Qi <yao.qi@linaro.org>
1313
1314 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1315 code format.
1316
8fc8cbda
YQ
13172016-03-03 Yao Qi <yao.qi@linaro.org>
1318
1319 * gdb.base/disp-step-fork.c: Rename to ...
1320 * gdb.base/step-over-fork.c: ... it. New file.
1321 * gdb.base/disp-step-vfork.c: Rename to ...
1322 * gdb.base/step-over-vfork.c: ... it. New file.
1323 * gdb.base/disp-step-syscall.exp: Rename to ...
1324 * gdb.base/step-over-syscall.exp: ... it. New file.
1325 (disp_step_cross_syscall): Rename to ...
1326 (step_over_syscall): ... it.
1327
92fa70b0
YQ
13282016-03-03 Yao Qi <yao.qi@linaro.org>
1329
1330 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1331 If target supports condition evaluation on target, invoke
1332 break_cond_on_syscall for fork and vfork.
1333
e197ad3c
YQ
13342016-03-03 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.base/disp-step-syscall.exp: Don't invoke
1337 support_displaced_stepping.
1338 (disp_step_cross_syscall): Test with displaced stepping off and
1339 on if supported.
1340
0b47da9f
YQ
13412016-03-03 Yao Qi <yao.qi@linaro.org>
1342
1343 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1344 proc.
1345 (setup): New proc.
1346 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1347 and setup.
1348
065ab6dc
BH
13492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1350
1351 * gdb.fortran/vla-history.exp: Remove breakpoint.
1352
07e448ad 13532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1354
25d49b86
PA
1355 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1356 exceeds timeout.
07e448ad 1357
9ac2d526 13582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1359
25d49b86
PA
1360 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1361 breakpoint.
9ac2d526 1362
17807369
BH
13632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1364
1365 * gdb.mi/vla.f90: Nullify pointer after declaration.
1366
86e501af
PA
13672016-03-01 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1370
1e903e32
PA
13712016-03-01 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1374 before anything else.
1375 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1376 _GNU_SOURCE here.
1377 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1378 before anything else.
1379 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1380
6ccb54e2
PA
13812016-03-01 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1384
30ca9da1
YQ
13852016-03-01 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1388 prepare_for_testing.
1389
dc856b38
YQ
13902016-03-01 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1393
4a932159
AA
13942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1395
1396 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1397 manually constructing the output path.
1398
f2489477
AA
13992016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1400
1401 * gdb.arch/s390-stackless.S: New.
1402 * gdb.arch/s390-stackless.exp: New.
1403
38899f16
IB
14042016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1405
1406 * gdb.dlang/circular.c: New file.
1407 * gdb.dlang/circular.exp: New file.
1408
9fde51ed
YQ
14092016-02-26 Yao Qi <yao.qi@linaro.org>
1410
1411 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1412 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1413 (testcases): Update.
1414
ce90fefe
YQ
14152016-02-26 Yao Qi <yao.qi@linaro.org>
1416
1417 * gdb.reverse/aarch64.c: Rename to ...
1418 * gdb.reverse/insn-reverse.c: ... it.
1419 * gdb.reverse/aarch64.exp: Rename to ...
1420 * gdb.reverse/insn-reverse.exp: ... it.
1421
3263bceb
YQ
14222016-02-26 Yao Qi <yao.qi@linaro.org>
1423
1424 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1425 (testcase_ftype): New.
1426 (testcases): New array.
1427 (n_testcases): New.
1428 (main): Call each element in testcases.
1429 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1430 (read_testcase): New.
1431 Do the tests in a loop.
1432
6cb59ff1
YQ
14332016-02-25 Yao Qi <yao.qi@linaro.org>
1434
1435 * gdb.base/branches.c: Remove.
1436
ae91f625
MK
14372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1438
1439 PR gdb/13808
1440 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1441
678b48b7
MK
14422016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1443
1444 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1445
7337a6f2
MK
14462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1447
1448 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1449 change x86_64 call_insn to 'callq'.
1450
861ca91f
AT
14512016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1452
1453 * gdb.trace/tfile-avx.c: Move to...
1454 * gdb.trace/tracefile-pseudo-reg.c: Here.
1455 * gdb.trace/tfile-avx.exp: Move to...
1456 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1457
bf74e428
GB
14582016-02-24 Gary Benson <gbenson@redhat.com>
1459
1460 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1461 message on attach.
1462
cce0e923
DE
14632016-02-23 Doug Evans <dje@google.com>
1464
1465 * gdb.base/skip.c (test_skip): New function.
1466 (end_test_skip_file_and_function): New function.
1467 (test_skip_file_and_function): New function.
1468 * gdb.base/skip1.c (test_skip): New function.
1469 (skip1_test_skip_file_and_function): New function.
1470 * gdb.base/skip.exp: Add tests for new skip options.
1471 * gdb.base/skip-solib.exp: Update expected output.
1472 * gdb.perf/skip-command.cc: New file.
1473 * gdb.perf/skip-command.exp: New file.
1474 * gdb.perf/skip-command.py: New file.
1475
4000e47e
MK
14762016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1477
1478 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1479 info registers pattern.
1480
24f75ead
IB
14812016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1482
1483 * lib/future.exp: Add D support.
1484 (gdb_find_gdc): New proc.
1485 (gdb_default_target_compile): Add D support.
1486
fbb7bcbe
WW
14872016-02-18 Wei-cheng Wang <cole945@gmail.com>
1488
1489 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1490 user+system time.
1491 (trace_speed_test): Determine the iteration count for a time
1492 between 15..30 seconds.
1493
012b3a21
WT
14942016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1495
1496 * gdb.arch/i386-mpx-sigsegv.c: New file.
1497 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1498 * gdb.arch/i386-mpx-simple_segv.c: New file.
1499 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1500
2d5189bd
YQ
15012016-02-18 Yao Qi <yao.qi@linaro.org>
1502
1503 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1504 Don't call setup_kfail.
1505
40fb20d0
YQ
15062016-02-18 Yao Qi <yao.qi@linaro.org>
1507
1508 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1509 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1510
21b1f8d2
DE
15112016-02-16 Doug Evans <dje@google.com>
1512
1513 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1514 * gdb.base/skip1.c: Ditto.
1515 * gdb.base/skip.exp: Whitespace cleanup.
1516
4041ed77
DB
15172016-02-16 Don Breazeal <donb@codesourcery.com>
1518
1519 PR remote/19496
1520 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1521 Remove kfail for PR remote/19496.
1522
c4ef31bf
SM
15232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1524
1525 * lib/gdb.exp (standard_temp_file): Return a path specific to
1526 the runtest invocation.
1527
266b65b3
SM
15282016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1529
1530 * gdb.trace/save-trace.exp: Change relative path to be in the
1531 standard output directory.
1532
a7a0a6a9
JK
15332016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * gdb.arch/i386-prologue.c: Add missing prototypes.
1536
c99dbb42
JK
15372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1540 * gdb.arch/i386-prologue.exp: Likewise.
1541 * gdb.arch/i386-size.exp: Likewise.
1542
aa480355
SM
15432016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1544
1545 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1546 define object file path.
1547 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1548 file path.
1549 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1550 standard_output_file to define binfile.
1551
ba881f50
JK
15522016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 Fix compatibility with recent gfortran-5.3.1.
1555 * gdb.fortran/vla-history.exp (print vla1 allocated)
1556 (print vla2 allocated, print $2, print $3): Remove
1557 (print $4): Rename to ...
1558 (print $2): ... here.
1559 (print $9): Rename to ...
1560 (print $5): ... here.
1561 (print $10): Rename to ...
1562 (print $6): ... here.
1563 * gdb.fortran/vla.f90: Add pvla initialization.
1564
e9fb005c
JK
15652016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1568 New test.
1569 * gdb.fortran/vla-value-sub.exp: Likewise.
1570
e44e00ff
MK
15712016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1572
1573 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1574
97e94151
SM
15752016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1576
1577 * i386-biarch-core.exp: Define corefile using
1578 standard_output_file.
1579
01113bc1
YQ
15802016-02-12 Yao Qi <yao.qi@linaro.org>
1581
1582 * gdb.arch/arm-single-step-kernel-helper.c: New.
1583 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1584
33b4777c
MM
15852016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1586
1587 * gdb.btrace/tailcall-only.exp: New.
1588 * gdb.btrace/tailcall-only.c: New.
1589 * gdb.btrace/x86_64-tailcall-only.S: New.
1590 * gdb.btrace/i686-tailcall-only.S: New.
1591
acc23c11
PA
15922016-02-11 Pedro Alves <palves@redhat.com>
1593
1594 * README (Parallel testing): Add missing double quotes.
1595
e352bf0a
PA
15962016-02-11 Pedro Alves <palves@redhat.com>
1597
1598 * README (Parallel testing): New section.
1599 (GDB_PARALLEL): Rewrite.
1600 (FORCE_PARALLEL): Document.
1601
9f5fed78
MK
16022016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1603
1604 * gdb.trace/tfile-avx.c: New test.
1605 * gdb.trace/tfile-avx.exp: New test.
1606
9ef9e6a6
KS
16072016-02-09 Keith Seitz <keiths@redhat.com>
1608
1609 PR breakpoints/19546
1610 * gdb.base/infcall-exec.c: New file.
1611 * gdb.base/infcall-exec2.c: New file.
1612 * gdb.base/infcall-exec.exp: New file.
1613
a96e36da
KS
16142016-02-09 Keith Seitz <keiths@redhat.com>
1615
1616 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1617 (toplevel): Call test_bkpt_address.
1618
9f61929f
KS
16192016-02-09 Keith Seitz <keiths@redhat.com>
1620
1621 PR python/19506
1622 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1623 (toplevel): Call test_bkpt_address.
1624
1e94266c
SM
16252016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1626
1627 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1628 to AC_OUTPUT.
1629 * configure: Regenerate.
1630
2a7f3dff
PA
16312016-02-09 Pedro Alves <palves@redhat.com>
1632
1633 PR breakpoints/19548
1634 * gdb.base/execl-update-breakpoints.c (some_function): New
1635 function.
1636 (main): Call it.
1637 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1638 Tighten expected GDB output.
1639
2151ccc5
SM
16402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1641
1642 * Makefile.in (ALL_SUBDIRS): Remove.
1643 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1644 (distclean maintainer-clean realclean): Likewise.
1645 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1646 * configure: Regenerate.
1647 * gdb.ada/Makefile.in: Delete.
1648 * gdb.arch/Makefile.in: Likewise.
1649 * gdb.asm/Makefile.in: Likewise.
1650 * gdb.base/Makefile.in: Likewise.
1651 * gdb.btrace/Makefile.in: Likewise.
1652 * gdb.cell/Makefile.in: Likewise.
1653 * gdb.compile/Makefile.in: Likewise.
1654 * gdb.cp/Makefile.in: Likewise.
1655 * gdb.disasm/Makefile.in: Likewise.
1656 * gdb.dlang/Makefile.in: Likewise.
1657 * gdb.dwarf2/Makefile.in: Likewise.
1658 * gdb.fortran/Makefile.in: Likewise.
1659 * gdb.gdb/Makefile.in: Likewise.
1660 * gdb.go/Makefile.in: Likewise.
1661 * gdb.guile/Makefile.in: Likewise.
1662 * gdb.java/Makefile.in: Likewise.
1663 * gdb.linespec/Makefile.in: Likewise.
1664 * gdb.mi/Makefile.in: Likewise.
1665 * gdb.modula2/Makefile.in: Likewise.
1666 * gdb.multi/Makefile.in: Likewise.
1667 * gdb.objc/Makefile.in: Likewise.
1668 * gdb.opencl/Makefile.in: Likewise.
1669 * gdb.opt/Makefile.in: Likewise.
1670 * gdb.pascal/Makefile.in: Likewise.
1671 * gdb.perf/Makefile.in: Likewise.
1672 * gdb.python/Makefile.in: Likewise.
1673 * gdb.reverse/Makefile.in: Likewise.
1674 * gdb.server/Makefile.in: Likewise.
1675 * gdb.stabs/Makefile.in: Likewise.
1676 * gdb.threads/Makefile.in: Likewise.
1677 * gdb.trace/Makefile.in: Likewise.
1678 * gdb.xml/Makefile.in: Likewise.
1679 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1680 GDB_PARALLEL.
1681 (standard_output_file): Remove check for GDB_PARALLEL, always
1682 return path in outputs/$subdir/$testname.
1683
437277d4
SM
16842016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1685
1686 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1687 (site.exp): Assign abs_srcdir to tcl's srcdir.
1688
31d913c7
YQ
16892016-02-04 Yao Qi <yao.qi@linaro.org>
1690
1691 * gdb.base/foll-exec-mode.c: Include limits.h.
1692 (main): Add parameters argc and argv. Get directory from
1693 argv[0].
1694 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1695 compilation.
1696 * gdb.base/foll-exec.c: Include limits.h.
1697 (main): Add parameters argc and argv.
1698 Get directory from argv[0].
1699 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1700 Adjust tests on the number of lines as source code changed.
1701 * gdb.base/foll-vfork-exit.c: Include limits.h.
1702 (main): Add one line of statement before vfork.
1703 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1704 (main): Add parameters argc and argv. Get directory from
1705 argv[0].
1706 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1707 (setup_gdb): Set tbreak to skip some source lines.
1708 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1709 (main): Add parameters argc and argv. Get directory from
1710 argv[0].
1711 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1712 compilation.
1713 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1714 (main): Add parameters argc and argv. Get directory from
1715 argv[0].
1716 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1717 compilation.
1718
9482b9fb
DE
17192016-02-01 Doug Evans <dje@google.com>
1720
1721 * gdb.base/skip.exp: Clean up multiple references to same test name.
1722
6b2e4f10
PA
17232016-02-01 Pedro Alves <palves@redhat.com>
1724
ccb6afd6 1725 PR remote/19496
6b2e4f10
PA
1726 * gdb.threads/forking-threads-plus-breakpoint.exp
1727 (displaced_stepping_supported): New global.
1728 (probe_displaced_stepping_support): New procedure.
1729 (do_test): Add 'displaced' parameter, and use it.
1730 (top level): Check for displaced stepping support. Add displaced
1731 stepping on/off testing axis.
1732
37a8db1a
AB
17332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1736 pointer. Don't perform further tests on the unassociated pointer
1737 if the first test fails.
1738
5fdf6324
AB
17392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.base/max-value-size.c: New file.
1742 * gdb.base/max-value-size.exp: New file.
1743 * gdb.base/huge.exp: Disable max-value-size for this test.
1744
935c6144
IB
17452016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1746
1747 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1748
7fe8399d
YQ
17492016-01-28 Yao Qi <yao.qi@linaro.org>
1750
1751 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1752
a2077e25
PA
17532016-01-25 Pedro Alves <palves@redhat.com>
1754
1755 PR threads/19461
1756 * gdb.base/fork-running-state.c: New file.
1757 * gdb.base/fork-running-state.exp: New file.
1758
1d2736d4
PA
17592016-01-25 Pedro Alves <palves@redhat.com>
1760
1761 PR gdb/19494
1762 * gdb.base/catch-fork-kill.c: New file.
1763 * gdb.base/catch-fork-kill.exp: New file.
1764
f1da4b11
PA
17652016-01-25 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1768 Delete, moved to lib/gdb.exp.
1769 * gdb.threads/forking-threads-plus-breakpoint.exp
1770 (foreach_with_prefix): Likewise.
1771 * gdb.threads/process-dies-while-handling-bp.exp
1772 (foreach_with_prefix): Likewise.
1773 * lib/gdb.exp (foreach_with_prefix): New procedure.
1774
45f38546
MK
17752016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1776
1777 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1778 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1779
dc29a1ce
MK
17802016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1781
1782 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1783 endian targets.
1784
092127d7
JK
17852016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1786 Pedro Alves <palves@redhat.com>
1787
1788 Fix testsuite compatibility with Guile.
1789 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1790 number.
1791
31d765d3
JK
17922016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 Fix testsuite compatibility with Guile.
1795 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1796 (thread 1): New test for backtrace through signal handler.
1797
1ac78c04
YQ
17982016-01-22 Yao Qi <yao.qi@linaro.org>
1799
1800 PR testsuite/19491
1801 * gdb.base/multi-forks.c: Include
1802 ../lib/unbuffer_output.c
1803 (main): Call gdb_unbuffer_output.
1804
4f5946a8
DE
18052016-01-21 Doug Evans <dje@google.com>
1806
1807 * lib/ada.exp (gdb_compile_ada): Fix typo.
1808
305e13e6
JB
18092016-01-21 Joel Brobecker <brobecker@adacore.com>
1810
1811 * gdb.base/break-fun-addr.exp: New file.
1812 * gdb.base/break-fun-addr1.c: New file.
1813 * gdb.base/break-fun-addr2.c: New file.
1814
5f5dfff6
SM
18152016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1816
1817 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1818 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1819 enum flag values.
1820
fd356fa2
AA
18212016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1822
1823 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1824 when GDB can not set the vector return value. Add more comments
1825 for clarification.
1826
9df22175
AT
18272016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1828
1829 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1830 command.
1831
41d1845e
SM
18322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1833
1834 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1835
01ac6840
SM
18362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1837
1838 * Makefile.in (check-single): Pass --status to runtest.
1839 (check/%.exp): Likewise.
1840
18412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1842
1843 * Makefile.in (check-parallel): Propagate return code from make
1844 do-check-parallel.
1845
bd0a71fa
MK
18462016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1847
1848 * gdb.trace/ftrace.exp: Fix expected message on continue.
1849 * gdb.trace/pending.exp: Fix expected message on continue.
1850 * gdb.trace/trace-break.exp: Fix expected message on continue.
1851
8bcbad33
SM
18522016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1853
1854 * lib/gdb.exp (gdb_test): Remove unused global references.
1855
f303dbd6
PA
18562016-01-18 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/async-shell.exp: Adjust expected output.
1859 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1860 * gdb.base/siginfo-thread.exp: Adjust expected output.
1861 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1862 * gdb.java/jnpe.exp: Adjust expected output.
1863 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1864 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1865 * gdb.threads/leader-exit.exp: Adjust expected output.
1866 * gdb.threads/manythreads.exp: Adjust expected output.
1867 * gdb.threads/pthreads.exp: Adjust expected output.
1868 * gdb.threads/schedlock.exp: Adjust expected output.
1869 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1870 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1871 expected output.
1872 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1873 output.
1874 * gdb.threads/sigthread.exp: Adjust expected output.
1875 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1876
b2789696
YQ
18772016-01-18 Yao Qi <yao.qi@linaro.org>
1878
1879 * gdb.guile/scm-section-script.c: Replace @progbits with
1880 %progbits.
1881 * gdb.python/py-section-script.c: Likewise.
1882
71ef29a8
PA
18832016-01-15 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.multi/tids.exp: Test star wildcard ranges.
1886
3f5b7598
PA
18872016-01-15 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1890 command from "thread apply" invocation.
1891 (thr_apply_info_thr_invalid): Default the expected output to the
1892 input tid list.
1893 (top level): Add tests that use convenience variables. Add tests
1894 for "thread apply" with a valid TID list, but missing the command.
1895
663f6d42
PA
18962016-01-13 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/default.exp: Expect $_gthread as well.
1899 * gdb.multi/tids.exp: Test $_gthread.
1900 * gdb.threads/thread-specific.exp: Test $_gthread.
1901
c84f6bbf
PA
19022016-01-13 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.multi/tids.exp: Test "info threads -gid".
1905
22a02324
PA
19062016-01-13 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1909 Breakpoint.thread.
1910 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1911
5d5658a1
PA
19122016-01-07 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.base/break.exp: Adjust to output changes.
1915 * gdb.base/hbreak2.exp: Likewise.
1916 * gdb.base/sepdebug.exp: Likewise.
1917 * gdb.base/watch_thread_num.exp: Likewise.
1918 * gdb.linespec/keywords.exp: Likewise.
1919 * gdb.multi/info-threads.exp: Likewise.
1920 * gdb.threads/thread-find.exp: Likewise.
1921 * gdb.multi/tids.c: New file.
1922 * gdb.multi/tids.exp: New file.
1923
84654457
PA
19242016-01-13 Pedro Alves <palves@redhat.com>
1925
1926 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1927
e3940304
PA
19282016-01-13 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.base/default.exp: Expect $_inferior as well.
1931 * gdb.multi/base.exp: Test $_inferior.
1932
a911d87a
PA
19332016-01-13 Pedro Alves <palves@redhat.com>
1934
1935 PR breakpoints/19388
1936 * gdb.base/catch-signal-siginfo-cond.c: New file.
1937 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1938
82075af2
JS
19392016-01-12 Josh Stone <jistone@redhat.com>
1940 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1941
1942 * gdb.base/catch-syscall.c (do_execve): New variable.
1943 (main): Conditionally trigger an execve.
1944 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1945 (test_catch_syscall_execve): New, check entry/return across execve.
1946 (do_syscall_tests): Call test_catch_syscall_execve.
1947
e46eeedd
PA
19482016-01-12 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/random-signal.exp (do_test): New procedure, with body
1951 of testcase moved in.
1952
01d8c27e
JK
19532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1954 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/funcargs.exp (finish from indirectly called function):
1957 Reintroduce the case for 'First'.
1958
9a706302
JK
19592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1960 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1963 (tcatch_vfork_then_child_follow_exec)
1964 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1965 identification.
1966
c0ecb95f
JK
19672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1968
1969 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1970 and repeats to unlimited.
1971 * gdb.python/py-value.exp: Likewise.
1972 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1973 and repeats to unlimited.
1974
6cfc1fcb
JK
19752016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1978 and reordering the functions.
1979 * gdb.multi/hangout.c: Likewise.
1980 * gdb.multi/hello.c: Likewise.
1981
582a1b00
SM
19822016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1983
1984 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1985 absolute.
1986 (SingleStatisticTestResult.report): Use dict.keys instead of
1987 dict.iterkeys.
1988
79bc59cb
PA
19892016-01-06 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1992
43368e1d
MM
19932016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1994
1995 * gdb.btrace/dlopen.exp: New.
1996 * gdb.btrace/dlopen.c: New.
1997 * gdb.btrace/dlopen-dso.c: New.
1998
79fad5b8
SL
19992015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2000
2001 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2002 PATTERN argument is optional.
2003
ab8314b3
JB
20042015-12-24 Joel Brobecker <brobecker@adacore.com>
2005
2006 * lib/ada.exp (target_compile_ada_from_dir): New function.
2007 (gdb_compile_ada): Reimplement avoiding the use of project files.
2008 * gdb.ada/gnat_ada.gpr: Delete.
2009 * gdb.ada/cond_lang.exp: Adjust test to make path before
2010 filename optional.
2011 * gdb.ada/small_reg_param.exp: Likewise.
2012
fe33faff
SM
20132015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2014
2015 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2016
6d265cb4
TP
20172015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2018
2019 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2020 case.
2021
10125099
SM
20222015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2023
2024 * gdb.base/break.exp: Remove dead code.
2025 * gdb.base/sepdebug.exp: Likewise.
2026
3ca22649
SM
20272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2028
2029 * gdb.asm/asm-source.exp: Remove HP-UX references.
2030 * gdb.base/annota1.exp: Likewise.
2031 * gdb.base/annota3.exp: Likewise.
2032 * gdb.base/attach.exp: Likewise.
2033 * gdb.base/bigcore.exp: Likewise.
2034 * gdb.base/break.exp: Likewise.
2035 * gdb.base/call-ar-st.exp: Likewise.
2036 * gdb.base/callfuncs.exp: Likewise.
2037 * gdb.base/catch-fork-static.exp: Likewise.
2038 * gdb.base/display.exp: Likewise.
2039 * gdb.base/foll-exec-mode.exp: Likewise.
2040 * gdb.base/foll-exec.exp: Likewise.
2041 * gdb.base/foll-fork.exp: Likewise.
2042 * gdb.base/foll-vfork.exp: Likewise.
2043 * gdb.base/funcargs.exp: Likewise.
2044 * gdb.base/hbreak2.exp: Likewise.
2045 * gdb.base/inferior-died.exp: Likewise.
2046 * gdb.base/interrupt.exp: Likewise.
2047 * gdb.base/multi-forks.exp: Likewise.
2048 * gdb.base/nodebug.exp: Likewise.
2049 * gdb.base/sepdebug.exp: Likewise.
2050 * gdb.base/solib1.c: Likewise.
2051 * gdb.base/step-test.exp: Likewise.
2052 * gdb.mi/non-stop.c: Likewise.
2053 * gdb.mi/pthreads.c: Likewise.
2054 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2055 * gdb.threads/pthreads.c: Likewise.
2056 * gdb.threads/staticthreads.exp: Likewise.
2057 * lib/future.exp: Likewise.
2058 * lib/gdb.exp: Likewise.
2059 * gdb.base/so-indr-cl.c: Remove.
2060 * gdb.base/so-indr-cl.exp: Likewise.
2061 * gdb.base/solib.c: Likewise.
2062 * gdb.base/solib.exp: Likewise.
2063 * gdb.base/solib2.c: Likewise.
2064
b6304613
SM
20652015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2066
2067 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2068 * gdb.base/call-ar-st.exp: Likewise.
2069 * gdb.base/callfuncs.exp: Likewise.
2070 * gdb.base/condbreak.exp: Likewise.
2071 * gdb.base/constvars.exp: Likewise.
2072 * gdb.base/hbreak2.exp: Likewise.
2073 * gdb.base/langs.exp: Likewise.
2074 * gdb.base/list.exp: Likewise.
2075 * gdb.base/long_long.exp: Likewise.
2076 * gdb.base/ptype.exp: Likewise.
2077 * gdb.base/scope.exp: Likewise.
2078 * gdb.base/signals.exp: Likewise.
2079 * gdb.base/so-impl-ld.exp: Likewise.
2080 * gdb.base/varargs.exp: Likewise.
2081 * gdb.base/volatile.exp: Likewise.
2082 * gdb.base/whatis.exp: Likewise.
2083 * gdb.cp/cplusfuncs.exp: Likewise.
2084 * gdb.cp/inherit.exp: Likewise.
2085 * gdb.cp/local.exp: Likewise.
2086 * gdb.cp/member-ptr.exp: Likewise.
2087 * gdb.cp/method.exp: Likewise.
2088 * gdb.cp/overload.exp: Likewise.
2089 * gdb.cp/templates.exp: Likewise.
2090 * gdb.stabs/weird.exp: Likewise.
2091 * lib/compiler.c: Likewise.
2092 * lib/compiler.cc: Likewise.
2093 * lib/cp-support.exp: Likewise.
2094 * lib/gdb.exp: Likewise.
2095
bf401b07
SM
20962015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2097
2098 * configure.ac: Remove HP-UX case.
2099 * configure: Regenerate.
2100
aff9c0f8
SM
21012015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * lib/gdb.exp (gdb_compile): Add function doc.
2104
a6904d5a
PA
21052015-12-17 Pedro Alves <palves@redhat.com>
2106
2107 PR threads/19354
2108 * gdb.multi/info-threads.exp: New file.
2109
a22279dd
YQ
21102015-12-15 Yao Qi <yao.qi@linaro.org>
2111
2112 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2113 is aarch64*-*-*.
2114
0588c796
SL
21152015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2116
2117 * gdb.base/history-duplicates.exp: Skip if no readline support.
2118
5d978e17
SL
21192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2120
2121 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2122
7e763b86
SL
21232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2124
2125 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2126
87a3a92c
SL
21272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2128
2129 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2130 ctrl-C if nointerrupts target property is set.
2131 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2132 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2133 * gdb.base/paginate-bg-execution.exp: Likewise.
2134 * gdb.base/paginate-execution-startup.exp: Likewise.
2135 * gdb.base/random-signal.exp: Likewise.
2136 * gdb.base/range-stepping.exp: Likewise.
2137 * gdb.cp/annota2.exp: Likewise.
2138 * gdb.cp/annota3.exp: Likewise.
2139 * gdb.gdb/selftest.exp: Likewise.
2140 * gdb.threads/continue-pending-status.exp: Likewise.
2141 * gdb.threads/leader-exit.exp: Likewise.
2142 * gdb.threads/manythreads.exp: Likewise.
2143 * gdb.threads/pthreads.exp: Likewise.
2144 * gdb.threads/schedlock.exp: Likewise.
2145 * gdb.threads/sigthread.exp: Likewise.
2146
a8f077dc
DB
21472015-12-11 Don Breazeal <donb@codesourcery.com>
2148
2149 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2150 remote.
2151 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2152 * gdb.base/foll-exec.exp (main): Enable for target remote.
2153 * gdb.base/foll-fork.exp (main): Likewise.
2154 * gdb.base/foll-vfork.exp (main): Likewise.
2155 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2156 (proc continue_to_exit_bp_loc): Use clean_restart.
2157 * gdb.base/pie-execl.exp (main): Disable for target remote.
2158 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2159 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2160 * gdb.threads/execl.exp (main): Likewise.
2161 * gdb.threads/fork-child-threads.exp (main): Likewise.
2162 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2163 remote.
2164 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2165 remote.
2166 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2167 pid.tid style ptids, instead of just tid.
2168 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2169 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2170 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2171 ptids, instead of just tid.
2172
3b2464a8
AB
21732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2174
2175 * gdb.base/list.exp (test_list_forward): Add end of file error
2176 test.
2177 (test_repeat_list_command): Add end of file error test.
2178 (test_list_backwards): Add beginning of file error test.
2179
a0def019
AB
21802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2181
2182 * gdb.base/list.exp (test_list_invalid_args): New function,
2183 defined, and called.
2184
5c000dff
AB
21852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.base/list.exp (test_list): Make test names unique.
2188
f1637ebe
YQ
21892015-12-11 Yao Qi <yao.qi@linaro.org>
2190
2191 * gdb.base/coremaker2.c: Remove.
2192
36d6fc0a
PA
21932015-12-10 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.multi/base.exp: Remove stale "spaces" references.
2196
762f7747
PA
21972015-12-10 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.multi/base.exp: Don't use nowarnings.
2200 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2201 * gdb.multi/hangout.c: Include stdio.h.
2202 * gdb.multi/hello.c: Include stdlib.h.
2203 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2204 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2205 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2206
28d2bfb9
AB
22072015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.dwarf2/dw2-ranges-base.c: New file.
2210 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2211 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2212 support additional line table, and debug ranges generation.
2213 (Dwarf::ranges): New function, generate .debug_ranges.
2214 (Dwarf::lines): Support generating simple line table programs.
2215 (Dwarf::assemble): Initialise new namespace variables.
2216
5fc2beac
KB
22172015-12-09 Kevin Buettner <kevinb@redhat.com>
2218
2219 * gdb.base/async.exp (proc test_background): Add case for
2220 asynchronous execution not supported.
2221
1c35a88f
LM
22222015-12-09 Luis Machado <lgustavo@codesourcery.com>
2223
2224 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2225 format and change test names to make them unique.
2226
b593e3d9
RK
22272015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2228 Pedro Alves <pedro@redhat.com>
2229
2230 PR gdb/18702
2231 Add checking of floatformats setup on x86_64 hosts.
2232 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2233 (smallval, bigval): New labels/constants.
2234 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2235 float" after loading bigval and smallval.
2236
d72413e6
PMR
22372015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2238
2239 * gdb.ada/fun_overload_menu.exp: New testcase.
2240 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2241
ece66d65
JS
22422015-12-04 Josh Stone <jistone@redhat.com>
2243
2244 * gdb.base/catch-fork-static.exp: New.
2245
41d0efca
YQ
22462015-12-03 Yao Qi <yao.qi@linaro.org>
2247
2248 * gdb.base/sizeof.c: Don't include stdio.h and
2249 ../lib/unbuffer_output.c.
2250 (main): New variable 'size' and 'value'. Remove printf and
2251 gdb_unbuffer_output. Assign return value to size and value.
2252 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2253 at the beginning.
2254 (check_sizeof): Check the result by printing variable 'size'.
2255 (check_valueof): Check the result by printing variable 'value'.
2256
99fd02d9
YQ
22572015-12-01 Yao Qi <yao.qi@linaro.org>
2258
2259 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2260 for aarch64*-*-linux* target.
2261
f2faf941
PA
22622015-11-30 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2265
04bf20c5
PA
22662015-11-30 Pedro Alves <palves@redhat.com>
2267
2268 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2269 Handle non-stop mode vCont replies.
2270
09df4675
PA
22712015-11-30 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2274 prepare_for_testing. Start gdb with "set non-stop on" appended to
2275 GDBFLAGS. Lax expected stop output.
2276
58b584af
YQ
22772015-11-27 Yao Qi <yao.qi@linaro.org>
2278
2279 * gdb.arch/arm-neon.exp: New.
2280 * gdb.arch/arm-neon.c: New.
2281
dfcb77a8
YQ
22822015-11-27 Yao Qi <yao.qi@linaro.org>
2283
2284 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2285
88e8ec1b
YQ
22862015-11-27 Yao Qi <yao.qi@linaro.org>
2287
2288 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2289 frames-invalid annotation.
2290
bfde72c2
YQ
22912015-11-27 Yao Qi <yao.qi@linaro.org>
2292
2293 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2294
f6512a69
SM
22952015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2296
2297 * gdb.threads/names.exp: New file.
2298 * gdb.threads/names.c: New file.
2299 * README: Mention gdb,no_thread_names.
2300
46a3515b
MM
23012015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2302
2303 PR 19297
2304 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2305 support" error.
2306
62147a22
PA
23072015-11-24 Pedro Alves <palves@redhat.com>
2308
2309 PR 17539
2310 * gdb.base/display.exp: Expect displays to be sorted in ascending
2311 order. Use multi_line.
2312 * gdb.base/solib-display.exp: Likewise.
2313
2f341b6e
PA
23142015-11-24 Pedro Alves <palves@redhat.com>
2315
2316 PR 17539
25d49b86
PA
2317 * gdb.base/display.exp: Expect displays to be sorted in ascending
2318 order. Use multi_line.
2319 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2320
7e0aa6aa
PA
23212015-11-24 Pedro Alves <palves@redhat.com>
2322
2323 PR 17539
2324 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2325 threads in ascending order.
2326 * gdb.base/foll-fork.exp: Likewise.
2327 * gdb.base/foll-vfork.exp: Likewise.
2328 * gdb.base/multi-forks.exp: Likewise.
2329 * gdb.mi/mi-nonstop.exp: Likewise.
2330 * gdb.mi/mi-nsintrall.exp: Likewise.
2331 * gdb.multi/base.exp: Likewise.
2332 * gdb.multi/multi-arch.exp: Likewise.
2333 * gdb.python/py-inferior.exp: Likewise.
2334 * gdb.threads/break-while-running.exp: Likewise.
2335 * gdb.threads/execl.exp: Likewise.
2336 * gdb.threads/gcore-thread.exp: Likewise.
2337 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2338 * gdb.threads/kill.exp: Likewise.
2339 * gdb.threads/linux-dp.exp: Likewise.
2340 * gdb.threads/multiple-step-overs.exp: Likewise.
2341 * gdb.threads/next-bp-other-thread.exp: Likewise.
2342 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2343 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2344 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2345 * gdb.threads/thread-find.exp: Likewise.
2346 * gdb.threads/tls.exp: Likewise.
2347 * lib/mi-support.exp (mi_reverse_list): Delete.
2348 (mi_check_thread_states): No longer reverse list.
2349
2cc57ad8
PA
23502015-11-24 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2353 use lowercase.
2354
c93e8391
SM
23552015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2356
2357 * gdb.trace/actions.c: Include trace-common.h.
2358 (main): Add a location for a fast tracepoint.
2359 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2360 the normal tracepoints.
2361 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2362
045ccf91
SM
23632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2364
2365 * save-trace.exp: Factor out code to these...
2366 (gdb_save_tracepoints): New.
2367 (gdb_load_tracepoints): New.
2368 (do_save_load_test): New.
2369
5506f9f6
KB
23702015-11-23 Kevin Buettner <kevinb@redhat.com>
2371
2372 * gdb.base/asmlabel.exp: New test.
2373 * gdb.base/asmlabel.c: New test case.
2374
16c3b12f
JB
23752015-11-23 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdb.base/wrong_frame_bt_full-main.c: New file.
2378 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2379 * gdb.base/wrong_frame_bt_full.exp: New file.
2380
155bfbd3
JB
23812015-11-23 Joel Brobecker <brobecker@adacore.com>
2382
2383 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2384
bb097445
JM
23852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2386
206853a0 2387 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2388 pstate register when comparing registers values in
2389 sparc64-*-linux-gnu targets to avoid spurious differences.
2390
9c88ed8f
JM
23912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2392
206853a0 2393 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2394
96161e25
SL
23952015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2396
2397 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2398 as type argument to gdb_compile.
2399 * gdb.base/nested-subp2.exp: Likewise.
2400 * gdb.base/nested-subp3.exp: Likewise.
2401
340c2830
DV
24022015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2403
2404 * lib/dwarf.exp (_note): Fix left shift of negative value.
2405 * gdb.trace/trace-condition.exp: Likewise.
2406
c1862d0f
YQ
24072015-11-13 Yao Qi <yao.qi@linaro.org>
2408
2409 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2410 comments about d10v.
2411 (test_scalar_returns): Likewise.
2412 * gdb.base/d10v.ld: Remove.
2413 * gdb.base/overlays.exp: Remove the target triplet checking for
2414 d10v-*-*.
2415 * gdb.base/structs.exp (test_struct_returns): Remove the
2416 comments about d10v.
2417 (test_struct_calls): Likewise.
2418
77ae9c19
YQ
24192015-11-13 Yao Qi <yao.qi@linaro.org>
2420
2421 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2422 * gdb.base/gnu_vector.c: Don't include stdio.h.
2423 (main): Don't print res and call add_some_intvecs.
2424
430e004e
MK
24252015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2426
2427 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2428 macro.
2429 (func5): Removed.
2430 (func4): Use FAST_TRACEPOINT_LABEL.
2431 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2432 macro.
2433 (func): Removed.
2434 (thread_function): Use FAST_TRACEPOINT_LABEL.
2435 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2436 (func): Remove.
2437 (marker): Use FAST_TRACEPOINT_LABEL.
2438 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2439 (pendfunc1): Remove.
2440 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2441 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2442 (foo): Remove.
2443 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2444 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2445 macro.
2446 (func): Remove.
2447 (marker): Use FAST_TRACEPOINT_LABEL.
2448 * gdb.trace/trace-common.h: New header.
2449 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2450 macro.
2451 (func): Remove.
2452 (marker): Use FAST_TRACEPOINT_LABEL.
2453 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2454 (func): Remove.
2455 (thread_function): Use FAST_TRACEPOINT_LABEL.
2456
6e7675a7
MK
24572015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2458
2459 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2460 in front.
2461 * gdb.trace/change-loc.exp: Use global pcreg definition.
2462 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2463 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2464 in front.
2465 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2466 * gdb.trace/pending.exp: Likewise.
2467 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2468 * gdb.trace/trace-break.exp: Likewise.
2469 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2470 in front.
2471 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2472 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2473 in front.
2474 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2475
dddc0e16
JB
24762015-11-09 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdb.ada/fin_fun_out: New testcase.
2479
c6f0b406
KB
24802015-11-07 Kevin Buettner <kevinb@redhat.com>
2481
2482 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2483 value associated with DW_AT_byte_size.
2484 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2485 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2486 DW_AT_upper_bound.
2487
f01dcfd9
KB
24882015-11-07 Kevin Buettner <kevinb@redhat.com>
2489
2490 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2491 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2492 version.
2493 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2494 gdb.dwarf2/dw2-canonicalize-type.exp,
2495 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2496 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2497 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2498 provided by gdb_target_symbol_prefix_flags_asm.
2499 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2500 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2501 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2502 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2503 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2504 macros where needed). Use this macro for symbols which require
2505 the prefix provided by SYMBOL_PREFIX.
2506
2223449a
KB
25072015-11-05 Kevin Buettner <kevinb@redhat.com>
2508
2509 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2510 New procs.
2511 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2512 representing expressions, of more than one list element.
2513 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2514 to prepend linker symbol prefix to f.
2515 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2516 table_1 and table_2.
2517 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2518 Likewise, for f and g.
2519 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2520 for ptr.
2521 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2522 for main.
2523 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2524 table_1_ptr and table_2_ptr.
2525
6f2f1a3a
JK
25262015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2527 Joel Brobecker <brobecker@adacore.com>
2528
2529 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2530
566c56c9
MK
25312015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2532
2533 * gdb.reverse/s390-mvcle.c: New test.
2534 * gdb.reverse/s390-mvcle.exp: New file.
2535 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2536
d5f0636b
MK
25372015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2538
2539 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2540
7ad8b86c
MK
25412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2542
2543 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2544 reaching marker2.
2545 * gdb.reverse/getresuid-reverse.exp: Likewise.
2546 * gdb.reverse/pipe-reverse.exp: Likewise.
2547 * gdb.reverse/readv-reverse.exp: Likewise.
2548 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2549 * gdb.reverse/time-reverse.exp: Likewise.
2550 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2551
4081c0f1
YQ
25522015-10-30 Yao Qi <yao.qi@linaro.org>
2553
2554 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2555 (empty_cycle): Remove.
2556 (main): Don't call empty_cycle. Don't use watch_count_done.
2557 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2558 empty_cycle. Rewrite the code counting HW watchpoints.
2559
452b4ba5
MK
25602015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2561
2562 * gdb.reverse/fstatat-reverse.c: New test.
2563 * gdb.reverse/fstatat-reverse.exp: New file.
2564 * gdb.reverse/getresuid-reverse.c: New test.
2565 * gdb.reverse/getresuid-reverse.exp: New file.
2566 * gdb.reverse/pipe-reverse.c: New test.
2567 * gdb.reverse/pipe-reverse.exp: New file.
2568 * gdb.reverse/readv-reverse.c: New test.
2569 * gdb.reverse/readv-reverse.exp: New file.
2570 * gdb.reverse/recvmsg-reverse.c: New test.
2571 * gdb.reverse/recvmsg-reverse.exp: New file.
2572 * gdb.reverse/time-reverse.c: New test.
2573 * gdb.reverse/time-reverse.exp: New file.
2574 * gdb.reverse/waitpid-reverse.c: New test.
2575 * gdb.reverse/waitpid-reverse.exp: New file.
2576
5e2e7507
JK
25772015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2578
2579 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2580
0fde2c53
DE
25812015-10-26 Doug Evans <dje@google.com>
2582
2583 PR symtab/17391
2584 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2585 * gdb.dwarf2/bad-regnum.c: New file.
2586 * gdb.dwarf2/bad-regnum.exp: New file.
2587
1a70ae97
DE
25882015-10-26 Doug Evans <dje@google.com>
2589
2590 PR python/18938
2591 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2592 file.
2593
27dc26ab
JK
25942015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2597 for a change by "Mention language in compile error message".
2598
bed91f4d
SM
25992015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2600
2601 PR python/18073
2602 * gdb.python/py-type.c (C::a_method): New.
2603 (C::a_const_method): New.
2604 (C::a_static_method): New.
2605 (a_function): New.
2606 * gdb.python/py-type.exp (test_fields): Test getting fields
2607 from function and method.
2608
3f2f83dd
KB
26092015-10-21 Keven Boell <keven.boell@intel.com>
2610
2611 * gdb.fortran/vla-alloc-assoc.exp: New file.
2612 * gdb.fortran/vla-datatypes.exp: New file.
2613 * gdb.fortran/vla-datatypes.f90: New file.
2614 * gdb.fortran/vla-history.exp: New file.
2615 * gdb.fortran/vla-ptype-sub.exp: New file.
2616 * gdb.fortran/vla-ptype.exp: New file.
2617 * gdb.fortran/vla-sizeof.exp: New file.
2618 * gdb.fortran/vla-sub.f90: New file.
2619 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2620 * gdb.fortran/vla-value-sub-finish.exp: New file.
2621 * gdb.fortran/vla-value-sub.exp: New file.
2622 * gdb.fortran/vla-value.exp: New file.
2623 * gdb.fortran/vla-ptr-info.exp: New file.
2624 * gdb.mi/mi-vla-fortran.exp: New file.
2625 * gdb.mi/vla.f90: New file.
2626
27145d50
SL
26272015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2628
2629 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2630 of hardwired timeout value.
2631
5f3ff4f8
JK
26322015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2633 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2636 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2637
bfd09d20
JS
26382015-10-19 Josh Stone <jistone@redhat.com>
2639
2640 * gdb.base/catch-syscall.c: Include <sched.h>.
2641 (unknown_syscall): New variable.
2642 (main): Trigger a vfork and an unknown syscall.
2643 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2644 (unknown_syscall_number): Likewise.
2645 (check_call_to_syscall): Accept an optional syscall pattern.
2646 (check_return_from_syscall): Likewise.
2647 (check_continue): Likewise.
2648 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2649 (test_catch_syscall_skipping_return): New test toggling off 'catch
2650 syscall' to step over the syscall return, then toggling back on.
2651 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2652 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2653 (do_syscall_tests): Call test_catch_syscall_without_args and
2654 test_catch_syscall_mid_vfork.
2655 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2656 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2657
b32b93c6
AS
26582015-10-19 Andrew Stubbs <ams@codesourcery.com>
2659
2660 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2661 print g_vE): Add new pass patterns.
2662 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2663 print various symbol names for vptr fields.
2664
9d622bda
AB
26652015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2668 results.
2669
0fd8ac1c
YQ
26702015-10-12 Yao Qi <yao.qi@linaro.org>
2671
2672 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2673
34240514
YQ
26742015-10-12 Yao Qi <yao.qi@linaro.org>
2675
2676 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2677 is aarch64*-*-linux*.
2678
8240f442
YQ
26792015-10-12 Yao Qi <yao.qi@linaro.org>
2680
2681 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2682 (can_relocate_bcond_true): ... it.
2683 (can_relocate_bcond_false): New function.
2684 (foo): Likewise.
2685 (can_relocate_bl): Likewise.
2686 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2687 can_relocate_bl.
2688
2520f728
PMR
26892015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2690
2691 * gdb.base/nested-addr.c: New file.
2692 * gdb.base/nested-addr.exp: New testcase.
2693
abcef95a
MM
26942015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2695
2696 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2697 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2698 its output. Ignore the output of "record goto begin" and instead
2699 check that GDB is replaying.
2700
145e3ddb
PA
27012015-10-09 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2704 (top level): Use it in the run with no args test.
2705
d5d8c4e1
IB
27062015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2707
2708 * gdb.dlang/properties.exp: New file.
2709
06e635ef
SL
27102015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2711
2712 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2713 whether or not address 0x1000 is mapped on the target.
2714
e019fd1d
SM
27152015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2716
2717 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2718 build.
2719
77ba2a67
MM
27202015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2721
2722 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2723 instruction-history test.
2724
c60eb31f
DE
27252015-09-28 Doug Evans <dje@google.com>
2726
2727 * gdb.base/gcore.c (array_func): Add reference to static_array.
2728
9a3c8263
SM
27292015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2730
2731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2732 source line.
2733
9720e656
SL
27342015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2735
2736 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2737 short or char as base type.
2738
938d3bf2
SL
27392015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2740
2741 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2742 to allow any size enum.
2743
e6c2c623
PMR
27442015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2745
2746 * gdb.ada/array_ptr_renaming.exp: New testcase.
2747 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2748 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2749
06da0f77
PL
27502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2751
2752 * gdb.trace/ftrace-lock.c: New file.
2753 * gdb.trace/ftrace-lock.exp: New file.
2754
4f51c22a
PL
27552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2756
2757 * gdb.arch/insn-reloc.c: New file.
2758 * gdb.arch/ftrace-insn-reloc.exp: New file.
2759
7041adf4
PL
27602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2761
2762 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2763 instruction.
2764 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2765 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2766 * gdb.trace/range-stepping.c: Likewise.
2767 * gdb.trace/trace-break.c: Likewise.
2768 * gdb.trace/trace-mt.c (thread_function): Likewise.
2769 * gdb.trace/ftrace.c (marker): Likewise.
2770 * gdb.trace/trace-condition.c (marker): Likewise.
2771 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2772 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2773 is_aarch64_target.
2774
015d2e7e
DE
27752015-09-18 Doug Evans <xdje42@gmail.com>
2776
2777 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2778 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2779
26b188a2
SL
27802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2781
2782 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2783 the breakpoint.
2784
79dc332b
SL
27852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2786
2787 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2788 the pending breakpoint. Remove timeout override for "Run till
2789 MI pending breakpoint on pendfunc3 on thread 2" test.
2790
f57929f2
SL
27912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2792
2793 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2794 filename pattern.
2795
3f469b17
SL
27962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2797
2798 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2799 in breakpoint filename pattern.
2800
515b89b3
SL
28012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2802
7800dbe4
SL
2803 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2804
28052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2806
515b89b3
SL
2807 * gdb.linespec/explicit.exp: Check for readline support for
2808 tab-completion tests. Fix obvious typo.
2809
d2939ba2
MM
28102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2811
2812 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2813 and replay.
2814
cbb55fa7
MM
28152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2816
2817 * gdb.btrace/non-stop.c: New.
2818 * gdb.btrace/non-stop.exp: New.
2819
43691ca1
PL
28202015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2821 Yao Qi <yao.qi@linaro.org>
2822
2823 * gdb.trace/trace-condition.c: New file.
2824 * gdb.trace/trace-condition.exp: New file.
2825
d78908cf
WW
28262015-09-16 Wei-cheng Wang <cole945@gmail.com>
2827
2828 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2829 for testing bytecode compilation.
2830
1ed415e2
PA
28312015-09-16 Pedro Alves <palves@redhat.com>
2832 Sandra Loosemore <sandra@codesourcery.com>
2833
2834 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2835 (SECONDS): Redefine.
2836 (main): Call pthread_kill and alarm early.
2837 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2838 support.
2839 (test): If the target can't hardware step and doesn't support
2840 displaced stepping, increase the timeout.
2841
d136eff5
PA
28422015-09-16 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2845 (enable_debug): New procedures.
2846 (test): Use them. Bail out if waiting for threads fails.
2847 (top level): Bail out if a test fails.
2848
991f019c
YQ
28492015-09-16 Yao Qi <yao.qi@linaro.org>
2850
2851 * gdb.asm/asm-source.exp: Set asm-arch for
2852 aarch64*-*-* target.
2853 * gdb.asm/aarch64.inc: New file.
2854
bfca584f
PMR
28552015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2856
2857 * gdb.ada/array_of_variable_length.exp: New testcase.
2858 * gdb.ada/array_of_variable_length/foo.adb: New file.
2859 * gdb.ada/array_of_variable_length/pck.adb: New file.
2860 * gdb.ada/array_of_variable_length/pck.ads: New file.
2861
b326e587
DE
28622015-09-15 Doug Evans <dje@google.com>
2863
2864 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2865 of function static local variable.
2866
5382cfab
PW
28672015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2868
2869 * gdb.threads/tls-so_extern.exp: New test file.
2870 * gdb.threads/tls-so_extern.c: New test file.
2871 * gdb.threads/tls-so_extern_main.c: New test file.
2872
141c5cc4
JK
28732015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * gdb.opt/solib-intra-step-lib.c: New file.
2876 * gdb.opt/solib-intra-step-main.c: New file.
2877 * gdb.opt/solib-intra-step.exp: New file.
2878
d15dcecd
PA
28792015-09-15 Pedro Alves <palves@redhat.com>
2880
2881 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2882 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2883
4c2f2a79
PA
28842015-09-14 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/hook-stop-continue.c: Delete.
2887 * gdb.base/hook-stop-continue.exp: Delete.
2888 * gdb.base/hook-stop-frame.c: Delete.
2889 * gdb.base/hook-stop-frame.exp: Delete.
2890 * gdb.base/hook-stop.c: New file.
2891 * gdb.base/hook-stop.exp: New file.
2892
919e6dbe
PMR
28932015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2894
2895 * gdb.ada/access_to_packed_array.exp: New testcase.
2896 * gdb.ada/access_to_packed_array/foo.adb: New file.
2897 * gdb.ada/access_to_packed_array/pack.adb: New file.
2898 * gdb.ada/access_to_packed_array/pack.ads: New file.
2899
157280a4
MM
29002015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2901
2902 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2903 buffer size test.
2904
2fd33e94
DB
29052015-09-11 Don Breazeal <donb@codesourcery.com>
2906
2907 * gdb.base/foll-exec.c: Add copyright header. Fix
2908 formatting issues.
2909 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2910 (do_exec_tests): Use clean_restart in place of zap_session,
2911 and for test initialization. Fix formatting issues. Use
2912 fail in place of perror.
2913 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2914 an expect statement to match an expression with output from
2915 the program under debug.
2916 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2917 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2918 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2919 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2920 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2921
e70b6e8e
DE
29222015-09-09 Doug Evans <dje@google.com>
2923
2924 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2925
7a551a51
DE
29262015-09-09 Doug Evans <dje@google.com>
2927
2928 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2929
4c666f84
DE
29302015-09-09 Doug Evans <dje@google.com>
2931
2932 * gdb.base/savedregs.exp: Fix typo.
2933
243a9253
PA
29342015-09-09 Pedro Alves <palves@redhat.com>
2935
2936 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2937
c0fa8fbd
SL
29382015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2939
2940 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2941 command actually switches threads. Give up on remaining
2942 tests if target fails to stop at breakpoint.
2943
cd7c1778
PMR
29442015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2945
2946 * gdb.ada/funcall_char.exp: New testcase.
2947 * gdb.ada/funcall_char/foo.adb: New file.
2948
dc5c8746
PMR
29492015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2950
2951 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2952 expected outputs. Add two testcases for completing ambiguous
2953 functions.
2954 * gdb.ada/complete/aux_pck.adb: New file.
2955 * gdb.ada/complete/aux_pck.ads: New file.
2956 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2957 Ambiguous_Func functions.
2958 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2959 * gdb.ada/complete/pck.adb: Likewise.
2960
4e83a1e7
UW
29612015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2962
2963 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2964 failures to run the test program under GDB.
2965
8ce74153
LM
29662015-08-26 Luis Machado <lgustavo@codesourcery.com>
2967
2968 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2969 to C.
2970
e9756d52
PP
29712015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2972
2973 * gdb.base/run-after-attach.exp: New test file.
2974 * gdb.base/run-after-attach.c: New test file.
2975
8d37573b
DB
29762015-08-26 Don Breazeal <donb@codesourcery.com>
2977
2978 * gdb.base/foll-exec-2.c: New test program.
2979 * gdb.base/foll-exec-2.exp: New test.
2980
63e43d3a
PMR
29812015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2982
2983 * gdb.base/nested-subp1.exp: New file.
2984 * gdb.base/nested-subp1.c: New file.
2985 * gdb.base/nested-subp2.exp: New file.
2986 * gdb.base/nested-subp2.c: New file.
2987 * gdb.base/nested-subp3.exp: New file.
2988 * gdb.base/nested-subp3.c: New file.
2989
3d40fbb5
PA
29902015-08-24 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.server/connect-without-multi-process.c: New file.
2993 * gdb.server/connect-without-multi-process.exp: New file.
2994
4422ac93
LM
29952015-08-24 Luis Machado <lgustavo@codesourcery.com>
2996
2997 * gdb.opt/inline-markers.c: Make z int.
2998
91dddb86
LM
29992015-08-24 Luis Machado <lgustavo@codesourcery.com>
3000
3001 * gdb.opt/inline-markers.c: Make z volatile.
3002
a48847ee
LM
30032015-08-24 Luis Machado <lgustavo@codesourcery.com>
3004
3005 * gdb.opt/inline-bt.c: New volatile global z.
3006 * gdb.opt/inline-cmds.c: Likewise.
3007 * gdb.opt/inline-locals.c: Likewise.
3008 * gdb.opt/inline-markers.c: New extern global z.
3009 (marker): Use z.
3010 (inline_fn): Likewise.
3011
0ebbc52b
PA
30122015-08-24 Pedro Alves <palves@redhat.com>
3013
3014 * config/m32r-stub.exp: Remove file.
3015 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3016 * gdb.base/call-rt-st.exp: Likewise.
3017 * gdb.base/call-strs.exp: Likewise.
3018 * gdb.base/default.exp: Remove references to h8300-*-hms and
3019 *-*-udi*.
3020 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3021
77c365df
AA
30222015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3023
3024 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3025 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3026 and "return" use KFAIL when GDB can not read/write the vector
3027 return value.
3028
4313b8c0
GB
30292015-08-21 Gary Benson <gbenson@redhat.com>
3030
3031 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3032
0e433b32
PA
30332015-08-20 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.server/solib-list.exp: No longer expect an interior stop in
3036 non-stop mode.
3037
221e1a37
PA
30382015-08-20 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.server/connect-stopped-target.c: New file.
3041 * gdb.server/connect-stopped-target.exp: New file.
3042
40e3ad0e
PA
30432015-08-20 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.dwarf2/comp-unit-lang.exp: New file.
3046 * gdb.dwarf2/comp-unit-lang.c: New file.
3047
af39b327
PMR
30482015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3049
3050 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3051 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3052
7d45c7c3 30532015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 3054
7d45c7c3
KB
3055 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3056 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3057
4d6cceb4
DE
30582015-08-18 Doug Evans <dje@google.com>
3059 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3060
3061 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3062 skip_python_tests. New arg prompt_regexp.
3063 (skip_python_tests): New function.
3064 * lib/mi-support.exp (mi_skip_python_tests): New function.
3065 * gdb.python/py-mi-objfile-gdb.py: New file.
3066 * gdb.python/py-mi-objfile.c: New file.
3067 * gdb.python/py-mi-objfile.exp: New file.
3068
ad89c2aa
KS
30692015-08-17 Keith Seitz <keiths@redhat.com>
3070
3071 * gdb.linespec/explicit.exp: Move strace test from here ...
3072 * gdb.trace/strace.exp: ... to here.
3073
e3ae3c43
PP
30742015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3075
3076 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3077 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3078
604b2636
DE
30792015-08-14 Doug Evans <xdje42@gmail.com>
3080
3081 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3082 inferior before selecting a new file.
3083
6ff0ba5f
DE
30842015-08-14 Doug Evans <xdje42@gmail.com>
3085
3086 * gdb.mi/mi-disassemble.exp: Update.
3087 * gdb.base/disasm-optim.S: New file.
3088 * gdb.base/disasm-optim.c: New file.
3089 * gdb.base/disasm-optim.h: New file.
3090 * gdb.base/disasm-optim.exp: New file.
3091
9ca98f92
KS
30922015-08-14 Keith Seitz <keiths@redhat.com>
3093
3094 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3095 "evaluated-by".
3096
52bbc560
JB
30972015-08-13 Joel Brobecker <brobecker@adacore.com>
3098
3099 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3100
5d8c3ed3
PMR
31012015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3102
3103 * gdb.ada/fun_renaming.exp: New testcase.
3104 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3105 * gdb.ada/fun_renaming/pack.adb: New file.
3106 * gdb.ada/fun_renaming/pack.ads: New file.
3107
ea8812bc
KS
31082015-08-12 Keith Seitz <keiths@redhat.com>
3109
3110 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3111 gdb_get_line_number.
3112
4dafcdeb
JB
31132015-08-12 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3116 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3117 gdb.base/dso2dso.exp: New files.
3118
5ba32597
SDJ
31192015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3120 Pedro Alves <palves@redhat.com>
3121 Keith Seitz <keiths@redhat.com>
3122
3123 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3124 GDBFLAGS.
3125
b6dafabf
PP
31262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3127
3128 * gdb.base/gdbhistsize-history.exp
3129 (test_histsize_history_setting): Use save_vars.
3130 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3131 Use save_vars.
3132 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3133 * gdb.base/readline.exp: Use save_vars.
3134
abe8e607
PP
31352015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3136
3137 * lib/gdb.exp (save_vars): New proc.
3138
629500fa
KS
31392015-08-11 Keith Seitz <keiths@redhat.com>
3140
3141 * gdb.base/help.exp: Update help_breakpoint_text.
3142
eb8c4e2e
KS
31432015-08-11 Keith Seitz <keiths@redhat.com>
3144
3145 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3146 (at toplevel): Call test_explicit_breakpoints.
3147 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3148 breakpoints.
3149 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3150 breakpoint conditions, "-cond".
3151
87f0e720
KS
31522015-08-11 Keith Seitz <keiths@redhat.com>
3153
3154 * gdb.linespec/3explicit.c: New file.
3155 * gdb.linespec/cpexplicit.cc: New file.
3156 * gdb.linespec/cpexplicit.exp: New file.
3157 * gdb.linespec/explicit.c: New file.
3158 * gdb.linespec/explicit.exp: New file.
3159 * gdb.linespec/explicit2.c: New file.
3160 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3161 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3162 before using in the matching pattern.
3163 Clarify that `prefix' is a regular expression.
3164
f00aae0f
KS
31652015-08-11 Keith Seitz <keiths@redhat.com>
3166
3167 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3168 test.
3169 Add tests for missing ",FMT" and ",".
3170
e27852be
DE
31712015-08-10 Doug Evans <dje@google.com>
3172 Keith Seitz <keiths@redhat.com>
3173
3174 PR gdb/17960
3175 * gdb.base/completion.exp: Add location completer tests.
3176
7f03bd92
PA
31772015-08-07 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3180 tests here.
3181 (top level): Run do_test with and without displaced stepping.
3182
3fc8eb30
PA
31832015-08-07 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.base/valgrind-disp-step.c: New file.
3186 * gdb.base/valgrind-disp-step.exp: New file.
3187
d4569d7b
PA
31882015-08-07 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3191 Delete function.
3192 (main): Add alarm. Run an infinite loop instead of calling
3193 wait_threads.
3194 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3195 comment.
3196 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3197 Delete function.
3198 (main): Add alarm. Run an infinite loop instead of calling
3199 wait_threads.
3200 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3201 comment.
3202
e1316e60
PA
32032015-08-07 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/checkpoint-ns.exp: New file.
3206 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3207 standard_testfile.
3208
da8c46d2
MM
32092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3210
3211 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3212 * gdb.btrace/instruction_history.exp: Update.
3213 * gdb.btrace/tsx.exp: New.
3214 * gdb.btrace/tsx.c: New.
3215
de1c2c52
PA
32162015-08-06 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3219 increase timeout.
3220 * gdb.reverse/until-precsave.exp: Bump timeouts.
3221
782e0bf4
PA
32222015-08-06 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3225
83e97ed0
PA
32262015-08-06 Pedro Alves <palves@redhat.com>
3227
3228 PR gdb/18749
3229 * gdb.threads/process-dies-while-handling-bp.c: New file.
3230 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3231
863d01bd
PA
32322015-08-06 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3235 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3236
0a39bb32
PA
32372015-08-05 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3240 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3241
ee2d2b10
SL
32422015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3243
3244 * gdb.base/bp-permanent.exp: Report test as unsupported if
3245 the target cannot stop at the permanent breakpoint.
3246
4e1bdb00
DE
32472015-08-03 Doug Evans <dje@google.com>
3248
3249 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3250 10000.
3251
3d338901
DE
32522015-08-03 Doug Evans <dje@google.com>
3253
3254 * Makefile.in (workers/%.worker, build-perf): New rule.
3255 (GDB_PERFTEST_MODE): New variable.
3256 (check-perf): Use it.
3257 (clean): Clean up gdb.perf parallel build subdirs.
3258 * lib/build-piece.exp: New file.
3259 * lib/gdb.exp (make_gdb_parallel_path): New function
3260 (standard_output_file, standard_temp_file): Call it.
3261 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3262 of $GDB_PARALLEL.
3263 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3264
af061d3e
DE
32652015-08-03 Doug Evans <dje@google.com>
3266
8e1afc81 3267 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3268 (LOG_FILE_NAME): New global.
3269 (TextReporter.__init__): Initialize self.txt_sum.
3270 (TextReporter.report): Add support for multiple data-points.
3271 Move report to perftest.sum, put raw data in perftest.log.
3272 (TextReporter.start): Open sum and log files.
3273 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3274 * gdb.perf/lib/perftest/testresult.py
3275 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3276
2c8c5d37
PA
32772015-07-31 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3280 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3281 kill_wait_spawned_process instead of explicit "kill -9".
3282 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3283 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3284 kill_wait_spawned_process.
3285 * gdb.base/attach-twice.exp: Likewise.
3286 * gdb.base/attach.exp: Likewise.
3287 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3288 gdb_test_multiple.
3289 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3290 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3291 kill_wait_spawned_process.
3292 * gdb.base/valgrind-infcall.exp: Likewise.
3293 * gdb.multi/multi-attach.exp: Likewise.
3294 * gdb.python/py-prompt.exp: Likewise.
3295 * gdb.python/py-sync-interp.exp: Likewise.
3296 * gdb.server/ext-attach.exp: Likewise.
3297 * gdb.threads/attach-into-signal.exp (corefunc): Use
3298 spawn_wait_for_attach, spawn_id_get_pid and
3299 kill_wait_spawned_process.
3300 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3301 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3302 spawn_id_get_pid and kill_wait_spawned_process.
3303 * gdb.threads/attach-stopped.exp (corefunc): Use
3304 spawn_wait_for_attach, spawn_id_get_pid and
3305 kill_wait_spawned_process.
3306 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3307 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3308 kill_wait_spawned_process instead of explicit "kill -9".
3309 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3310 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3311 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3312 processes. Don't map cygwin/windows pids here. Now returns a
3313 spawn id list.
3314
032a0fca
SL
33152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3316
3317 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3318 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3319 correct patch.
3320
61a934ca
SL
33212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3322
3323 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3324
4bc4d428
SL
33252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3326
3327 Reapply:
3328 2014-05-21 Mark Wielaard <mjw@redhat.com>
3329
3330 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3331
998d452a
PA
33322015-07-30 Pedro Alves <palves@redhat.com>
3333
3334 * linux-low.c (handle_extended_wait): Set the child's last
3335 reported status to TARGET_WAITKIND_STOPPED.
3336
69dde7dc
PA
33372015-07-30 Pedro Alves <palves@redhat.com>
3338
3339 PR threads/18600
3340 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3341 only shows inferior 1.
3342
4dd63d48
PA
33432015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3344 Pedro Alves <palves@redhat.com>
3345
3346 PR threads/18600
3347 * gdb.threads/fork-plus-threads.c: New file.
3348 * gdb.threads/fork-plus-threads.exp: New file.
3349
d618e4c5
PP
33502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3351
3352 * gdb.base/batch-preserve-term-settings.exp
3353 (test_terminal_settings_preserved_after_cli_exit): Use
3354 send_quit_command.
3355
1eef6428
PA
33562015-07-29 Pedro Alves <palves@redhat.com>
3357 Don Breazeal <donb@codesourcery.com>
3358
3359 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3360 output from both inferior_spawn_id and gdb_spawn_id.
3361
7da5b897
SDJ
33622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3363
3364 * gdb.threads/attach-into-signal.exp (corefunc): Use
3365 with_test_prefix on nested loops, uniquefying the test messages.
3366
dac804df
SDJ
33672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3368
3369 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3370 commit.
3371
06265e53
PP
33722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3373
3374 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3375 New proc.
3376 (test_terminal_settings_preserved_after_sigterm): New test.
3377
18206ca3
PP
33782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3379
3380 * gdb.base/batch-preserve-term-settings.exp
3381 (test_terminal_settings_preserved_after_cli_exit): New test.
3382
90074d11
PP
33832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3384
3385 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3386 manipulation of saved_gdbflags.
3387 (test_terminal_settings_preserved): Remove global declaration of
3388 the unused variable pagination_prompt. Remove manipulation of
3389 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3390 GDBFLAGS.
3391
eb1a7902
PA
33922015-07-29 Pedro Alves <palves@redhat.com>
3393
3394 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3395
8b75dd3b
PA
33962015-07-29 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3399 at the top.
3400
dedad4e3
PA
34012015-07-29 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3404 (main): Call gdb_unbuffer_output.
3405 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3406 (main): Call gdb_unbuffer_output.
3407 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3408 (main): Call gdb_unbuffer_output.
3409 * gdb.base/call-strs.exp: Adjust to step over the
3410 gdb_unbuffer_output call.
3411 * gdb.base/catch-gdb-caused-signals.c: Include
3412 "../lib/unbuffer_output.c".
3413 (main): Call gdb_unbuffer_output.
3414 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3415 (main): Call gdb_unbuffer_output.
3416 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3417 (main): Call gdb_unbuffer_output.
3418 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3419 (main): Call gdb_unbuffer_output.
3420 * gdb.base/shlib-call.exp: Adjust to step over the
3421 gdb_unbuffer_output call.
3422 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3423 (main): Call gdb_unbuffer_output.
3424 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3425 (main): Call gdb_unbuffer_output.
3426 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3427 (main): Rename to ...
3428 (test): ... this.
3429 (main): Reimplement.
3430 * gdb.base/varargs.exp: Run to test instead of to main.
3431 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3432 (main): Call gdb_unbuffer_output.
3433
58789a91
PA
34342015-07-29 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3437 factore out from mi_continue_dprintf. For call-style dprintfs,
3438 expect dprintf output out of $inferior_spawn_id.
3439 (mi_continue_dprintf): Use mi_expect_dprintf.
3440 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3441 (main): Call gdb_unbuffer_output.
3442
e8376742
PA
34432015-07-29 Pedro Alves <palves@redhat.com>
3444
3445 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3446 (default_mi_gdb_start): Set inferior_spawn_id instead of
3447 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3448 gdb_spawn_id.
3449 (mi_gdb_test): Always expect inferior output from both
3450 $inferior_spawn_id and $gdb_spawn_id.
3451
08280010
PA
34522015-07-29 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3455 send_inferior and $inferior_spawn_id.
3456
4d30e432
PA
34572015-07-29 Pedro Alves <palves@redhat.com>
3458
3459 * gdb.gdb/complaints.exp (test_initial_complaints)
3460 (test_serial_complaints, test_short_complaints): Use
3461 gdb_test_stdio.
3462 (test_empty_complaint): Handle $inferior_spawn_id !=
3463 $gdb_spawn_id.
3464
0d30a335
PA
34652015-07-29 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.base/varargs.exp: Use gdb_test_stdio.
3468
39413b29
PA
34692015-07-29 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3472
7cb000a9
PA
34732015-07-29 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3476
d7b8ac82
PA
34772015-07-29 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3480 parameter into two new parameters, "inf_result" and "gdb_result".
3481 Expect inferior output and gdb output from $inferior_spawn_id and
3482 $gdb_spawn_id, respectively. Adjust all callers.
3483
789c3a0c
PA
34842015-07-29 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3487 of gdb_test_sequence.
3488
77e760c3
PA
34892015-07-29 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3492 (saw_spurious_output): Expect inferior output from
3493 $inferior_spawn_id. Use gdb_test_stdio.
3494
8396d2cd
PA
34952015-07-29 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.base/dprintf.exp: Use standard_testfile. Change
3498 prepare_for_testing call.
3499 (srcfile): Don't set.
3500 (restart): New procedure.
3501 (test_dprintf): New procecure, use to continue over dprintfs.
3502 (test_call, test_agent): New procedures, tests moved here.
3503 Restart gdb and recreate dprintfs. Adjust expected output.
3504
2051d61f
PA
35052015-07-29 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3508
452397af
PA
35092015-07-29 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3512
8aed9555
PA
35132015-07-29 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3516 gdb_test_stdio.
3517
188a61b4
PA
35182015-07-29 Pedro Alves <palves@redhat.com>
3519
3520 * lib/gdb.exp (gdb_test_stdio): New procedure.
3521
12264a45
PA
35222015-07-29 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3525
23ffc893
PA
35262015-07-29 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/call-signal-resume.exp: Remove check for
3529 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3530 * gdb.base/unwindonsignal.exp: Likewise.
3531 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3532 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3533
65566918
PA
35342015-07-29 Pedro Alves <palves@redhat.com>
3535
3536 * gdb.base/siginfo-addr.c (pass): New function.
3537 (handler): Call it iff si_addr is correct.
3538 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3539 Set a breakpoint at "pass" and continue to it.
3540
d60a9221
SDJ
35412015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3542
3543 * gdb.python/py-objfile.exp: Make some tests have unique names.
3544 * gdb.python/py-pp-registration.exp: Likewise.
3545
bde40b8f
PA
35462015-07-28 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3549
13e1dec8
SM
35502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3551
3552 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3553
da33c9a7
SM
35542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3557
077836f7
PP
35582015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3559
3560 * gdb.base/gdb-sigterm-2.exp: New test.
3561
b8cc7b2e
DE
35622015-07-25 Doug Evans <xdje42@gmail.com>
3563
3564 Revert:
3565 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3566 (workers/%.worker, build-perf): New rule.
3567 (GDB_PERFTEST_MODE): New variable.
3568 (check-perf): Use it.
3569 (clean): Clean up gdb.perf parallel build subdirs.
3570 * lib/build-piece.exp: New file.
3571 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3572 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3573 name.
3574 (standard_temp_file): Ditto.
3575 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3576 of $GDB_PARALLEL.
3577
c8bd4544
DE
35782015-07-24 Doug Evans <dje@google.com>
3579
3580 * gdb.perf/lib/perftest/utils.py: New file.
3581 * gdb.perf/gm-hello.cc: New file.
3582 * gdb.perf/gm-pervasive-typedef.cc: New file.
3583 * gdb.perf/gm-pervasive-typedef.h: New file.
3584 * gdb.perf/gm-std.cc: New file.
3585 * gdb.perf/gm-std.h: New file.
3586 * gdb.perf/gm-use-cerr.cc: New file.
3587 * gdb.perf/gm-utils.h: New file.
3588 * gdb.perf/gmonster-null-lookup.py: New file.
3589 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3590 * gdb.perf/gmonster-print-cerr.py: New file.
3591 * gdb.perf/gmonster-ptype-string.py: New file.
3592 * gdb.perf/gmonster-runto-main.py: New file.
3593 * gdb.perf/gmonster-select-file.py: New file.
3594 * gdb.perf/gmonster1-null-lookup.exp: New file.
3595 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3596 * gdb.perf/gmonster1-print-cerr.exp: New file.
3597 * gdb.perf/gmonster1-ptype-string.exp: New file.
3598 * gdb.perf/gmonster1-runto-main.exp: New file.
3599 * gdb.perf/gmonster1-select-file.exp: New file.
3600 * gdb.perf/gmonster1.cc: New file.
3601 * gdb.perf/gmonster1.exp: New file.
3602 * gdb.perf/gmonster2-null-lookup.exp: New file.
3603 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3604 * gdb.perf/gmonster2-print-cerr.exp: New file.
3605 * gdb.perf/gmonster2-ptype-string.exp: New file.
3606 * gdb.perf/gmonster2-runto-main.exp: New file.
3607 * gdb.perf/gmonster2-select-file.exp: New file.
3608 * gdb.perf/gmonster2.cc: New file.
3609 * gdb.perf/gmonster2.exp: New file.
3610
6eab34f3
DE
36112015-07-24 Doug Evans <dje@google.com>
3612
3613 * gdb.perf/README: New file.
3614 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3615 * lib/gen-perf-test.exp: New file.
3616
63738bfd
DE
36172015-07-24 Doug Evans <dje@google.com>
3618
3619 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3620 (PerfTest::startup): New function.
3621 (PerfTest::run): Return result of calling body.
3622 (PerfTest::assemble): Rewrite.
3623 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3624 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3625 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3626 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3627 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3628
7b606f95
DE
36292015-07-24 Doug Evans <dje@google.com>
3630
3631 * lib/gdb.exp (clean_restart): Make executable optional.
3632
a97b16b8
DE
36332015-07-24 Doug Evans <dje@google.com>
3634
3635 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3636 compiler_info references.
3637 * gdb.cp/temargs.exp: Ditto.
3638 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3639 (get_compiler_info): Early exit if already computed. Set compiler_info
3640 to "unknown" if there was a problem.
3641 (test_compiler_info): Add function comment. Call get_compiler_info.
3642
35baa57f
DE
36432015-07-24 Doug Evans <dje@google.com>
3644
3645 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3646 (workers/%.worker, build-perf): New rule.
3647 (GDB_PERFTEST_MODE): New variable.
3648 (check-perf): Use it.
3649 (clean): Clean up gdb.perf parallel build subdirs.
3650 * lib/build-piece.exp: New file.
3651 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3652 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3653 name.
3654 (standard_temp_file): Ditto.
3655 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3656 of $GDB_PARALLEL.
3657
6ebea266
DE
36582015-07-24 Doug Evans <dje@google.com>
3659
3660 * lib/future.exp (gdb_default_target_compile): New option
3661 "early_flags".
3662 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3663 --as-needed.
3664
1e76a7e9
SDJ
36652015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3666
3667 * gdb.base/catch-syscall.exp: Call gdb_exit before
3668 gdb_skip_xml_test.
3669
5068630a
PA
36702015-07-24 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.python/py-events.exp: Accept output between the stop event
3673 and the prompt.
3674 * gdb.python/py-evsignal.exp: Likewise.
3675 * gdb.python/py-evthreads.exp: Likewise.
3676
77598427
PA
36772015-07-24 Pedro Alves <palves@redhat.com>
3678
3679 PR gdb/18717
3680 * gdb.threads/non-ldr-exit.c: New file.
3681 * gdb.threads/non-ldr-exit.exp: New file.
3682
11e6c98f
YQ
36832015-07-24 Yao Qi <yao.qi@linaro.org>
3684
3685 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3686 restarting process.
3687
51aee833
YQ
36882015-07-24 Yao Qi <yao.qi@linaro.org>
3689
3690 * gdb.server/ext-restart.exp: New file.
3691
8cfe207c
YQ
36922015-07-24 Yao Qi <yao.qi@linaro.org>
3693
3694 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3695 argument options.
3696 * gdb.server/ext-wrapper.exp: New file.
3697
cc12ce38
DE
36982015-07-23 Doug Evans <dje@google.com>
3699
3700 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3701 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3702
d0d84780
PMR
37032015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3704
3705 * gdb.ada/var_arr_typedef.exp: New testcase.
3706 * gdb.ada/var_arr_typedef/pack.adb: New file.
3707 * gdb.ada/var_arr_typedef/pack.ads: New file.
3708 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3709
8b558f79
JB
37102015-07-20 Joel Brobecker <brobecker@adacore.com>
3711
3712 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3713
775a3298
JK
37142015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 * gdb.arch/i386-biarch-core.exp: Replace istarget
3717 by "complete set gnutarget". Remove expectation for the "core-file"
3718 command.
3719
db1ff28b
JK
37202015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 Revert the previous commit:
3723 Tests for validate symbol file using build-id.
3724
0a94970d
JK
37252015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3726
3727 Tests for validate symbol file using build-id.
3728 * gdb.base/solib-mismatch-lib.c: New file.
3729 * gdb.base/solib-mismatch-libmod.c: New file.
3730 * gdb.base/solib-mismatch.c: New file.
3731 * gdb.base/solib-mismatch.exp: New file.
3732
03346981
SL
37332015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3734
3735 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3736 nios2-*-linux*.
3737 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3738 * gdb.base/siginfo.exp: Likewise.
3739 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3740
42422cc7
PL
37412015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3742
3743 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3744 Move it to ...
3745 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3746 ... here.
3747 * gdb.trace/range-stepping.exp: Check that the target supports
3748 range stepping.
3749
cfa68bae
JK
37502015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3753
8ffdba26
PA
37542015-07-14 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/killed-outside.exp: New file.
3757 * gdb.base/killed-outside.c: New file.
3758
218a5a11
JK
37592015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3760
3761 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3762 (n at main): New.
3763 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3764
e03ed3c6
AA
37652015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3766
3767 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3768 infcall tests instead of setting up for KFAIL.
3769
485668e5
MM
37702015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3771
3772 * gdb.btrace/record_goto-step.exp: New.
3773
08464196
JK
37742015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 PR compile/18484
3777 * gdb.compile/compile.c (struct struct_type): Add volatile to
3778 selffield's type.
3779 * gdb.compile/compile.exp
3780 (compile code struct_object.selffield = &struct_object): Skip further
3781 struct_object tests if this one xfails.
3782
bcf5c1d9
RC
37832015-07-08 Robert O'Callahan <robert@ocallahan.org>
3784
3785 PR exp/18617
3786 * gdb.trace/ax.exp: Add test.
3787
4931af25
YQ
37882015-07-07 Yao Qi <yao.qi@linaro.org>
3789
3790 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3791 instead of istarget "aarch64*-*-*".
3792 * gdb.arch/aarch64-fp.exp: Likewise.
3793 * gdb.base/float.exp: Likewise.
3794 * gdb.reverse/aarch64.exp: Likewise.
3795 * lib/gdb.exp (is_aarch64_target): New proc.
3796
9fcf688e
YQ
37972015-07-07 Yao Qi <yao.qi@linaro.org>
3798
3799 * lib/gdb.exp (is_aarch32_target): New proc.
3800 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3801 instead of "istarget "arm*-*-*"".
3802 * gdb.arch/arm-disp-step.exp: Likewise.
3803 * gdb.arch/thumb-bx-pc.exp: Likewise.
3804 * gdb.arch/thumb-prologue.exp: Likewise.
3805 * gdb.arch/thumb-singlestep.exp: Likewise.
3806 * gdb.base/disp-step-syscall.exp: Likewise.
3807 * gdb.base/float.exp: Likewise.
3808
fbd8d50d
YQ
38092015-07-07 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3812 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3813
71be1fdc
YQ
38142015-07-07 Yao Qi <yao.qi@linaro.org>
3815
3816 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3817 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3818 if it exists.
3819 * gdb.multi/multi-arch.exp: Likewise.
3820
3e221d36
SM
38212015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3822
3823 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3824 print.
3825
d441430b
YQ
38262015-07-07 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3829
06f810bd
MG
38302015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3831
3832 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3833 '[' and ']' characters.
3834
5e61e7c0
IB
38352015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3836
3837 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3838
28bf096c
PA
38392015-06-29 Pedro Alves <palves@redhat.com>
3840
3841 PR threads/18127
3842 * gdb.threads/hand-call-new-thread.c: New file.
3843 * gdb.threads/hand-call-new-thread.c: New file.
3844
ee93cd5e
KS
38452015-06-26 Keith Seitz <keiths@redhat.com>
3846 Doug Evans <dje@google.com>
3847
3848 PR 16253
3849 * gdb.cp/var-tag-2.cc: New file.
3850 * gdb.cp/var-tag-3.cc: New file.
3851 * gdb.cp/var-tag-4.cc: New file.
3852 * gdb.cp/var-tag.cc: New file.
3853 * gdb.cp/var-tag.exp: New file.
3854
fc637f04
PP
38552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3856
3857 * gdb.base/history-duplicates.exp: New test.
3858
2e52ae68
PP
38592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3860
3861 * gdb.base/completion.exp: Test the completion of the "focus"
3862 command.
3863
6e22494e
JK
38642015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3865
3866 * gdb.arch/amd64-prologue-skip.S: New file.
3867 * gdb.arch/amd64-prologue-skip.exp: New file.
3868
bf7b9cd9
SM
38692015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3870
3871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3872 is_address_zero_readable check.
3873
201e8dfd
PB
38742015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3875
3876 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3877 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3878
5cd867b4
YQ
38792015-06-24 Yao Qi <yao.qi@linaro.org>
3880
3881 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3882 linux targets.
3883
4d7be007
YQ
38842015-06-24 Yao Qi <yao.qi@linaro.org>
3885
3886 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3887 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3888 * gdb.base/siginfo-thread.exp: Likewise.
3889
07fcd301
YQ
38902015-06-22 Yao Qi <yao.qi@linaro.org>
3891
3892 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3893
52042a00
YQ
38942015-06-22 Yao Qi <yao.qi@linaro.org>
3895
3896 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3897 aarch64*-*-*.
3898 (skip_hw_watchpoint_tests): Likewise.
3899
74bd41ce
PP
39002015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3901
3902 * gdb.base/gdbinit-history.exp: Test the interaction between
3903 setting GDBHISTSIZE and setting the history size via .gdbinit.
3904
bc460514
PP
39052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3906
3907 PR gdb/16999
3908 * gdb.base/gdbhistsize-history.exp: New test.
3909
b58c513b
PP
39102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3911
3912 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3913 with GDBHISTSIZE.
3914 * gdb.base/readline.exp: Likewise.
3915
92046791
YQ
39162015-06-17 Yao Qi <yao.qi@linaro.org>
3917
3918 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3919 line.
3920
2093d2d3
PP
39212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3922
3923 * gdb.base/gdbinit-history.exp: Add test case to check that
3924 an unlimited history file does not get truncated on exit.
3925
e6c693af
AA
39262015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3927
3928 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3929 (VECTOR): New macro. Use it...
3930 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3931 ...for these typedefs.
3932 (int8, char1, int1, double1): New typedefs.
3933 (struct just_int2, struct two_int2): New structures.
3934 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3935 (add_structvecs, add_singlevecs): New functions.
3936 (main): Call add_some_intvecs twice.
3937 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3938 the compile and exit upon failure. Try compiling for the "native"
3939 architecture. Test inferior function calls with vector arguments
3940 and vector return value handling with "finish" and "return".
3941
c74f7d1c
JT
39422015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3943
3944 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3945 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3946 PE file.
3947 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3948
98aa42ee
AT
39492015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3950
3951 PR breakpoints/16465
3952 * gdb.mi/mi-dprintf-pending.c: New file.
3953 * gdb.mi/mi-dprintf-pending.exp: New test.
3954 * gdb.mi/mi-dprintf-pendshr.c: New file.
3955
7d73c23c 39562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3957 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3958
3959 * gdb.arch/i386-mpx-map.c: New file.
3960 * gdb.arch/i386-mpx-map.exp: New File.
3961
39622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3963
3964 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3965 * gdb.arch/i386-mpx.exp: Indentation fixed.
3966
39672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3968
3969 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3970 function and improved indentation.
3971 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3972 gdb_test_multiple. Added additional tests to skip the test.
3973
39742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3975
3976 * gdb.arch/i386-avx512.c: Change path in include file.
3977 * gdb.arch/i386-avx512.exp: Change include dir path
3978 compilation flag.
3979 * gdb.arch/i386-mpx.c: Change path in include file.
3980 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3981 flag.
3982
d5eba19a
JK
39832015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 * gdb.compile/compile-print.exp (compile print *vararray@3)
3986 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3987
7f361056
JK
39882015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3989
3990 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3991 (do not keep jit in memory): ... this.
3992 (expect 5): Change it to ...
3993 (expect no 5): ... this.
3994
3b462ec2
SM
39952015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3996
3997 PR gdb/15564
3998 * gdb.mi/mi-detach.exp: New file.
3999
e0619de6
JK
40002015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4001
4002 PR symtab/18392
4003 * gdb.arch/amd64-tailcall-self.S: New file.
4004 * gdb.arch/amd64-tailcall-self.c: New file.
4005 * gdb.arch/amd64-tailcall-self.exp: New file.
4006
e970cb34
DB
40072015-05-28 Don Breazeal <donb@codesourcery.com>
4008
4009 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4010 tests for remote targets by checking is_target_gdbserver.
4011
b2e2f908
DE
40122015-05-27 Doug Evans <dje@google.com>
4013
4014 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4015 * gdb.dwarf2/opaque-type-lookup.c: New file.
4016 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4017
82c7be31
DE
40182015-05-26 Doug Evans <dje@google.com>
4019
4020 * gdb.cp/iostream.cc: New file.
4021 * gdb.cp/iostream.exp: New file.
4022
b4f54984
DE
40232015-05-26 Doug Evans <dje@google.com>
4024
4025 * gdb.dwarf2/dw2-op-call.exp: Update.
4026 * gdb.dwarf2/dw4-sig-types.exp: Update.
4027 * gdb.dwarf2/implptr.exp: Update.
4028 * gdb.mi/mi-cmd-param-changed.exp: Update.
4029
4ea6efe9
DE
40302015-05-26 Doug Evans <dje@google.com>
4031
4032 * gdb.python/py-lazy-string.c: New file.
4033 * gdb.python/py-lazy-string.exp: New file.
4034 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4035 (main): Update. Add estring3.
4036 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4037 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4038
f6bb7db3
YQ
40392015-05-26 Omair Javaid <omair.javaid@linaro.org>
4040 Yao Qi <yao.qi@linaro.org>
4041
4042 * gdb.reverse/aarch64.c: New.
4043 * gdb.reverse/aarch64.exp: New.
4044
a81bfbd0
OJ
40452015-05-26 Omair Javaid <omair.javaid@linaro.org>
4046
25d49b86
PA
4047 * lib/gdb.exp (supports_process_record): Return true for
4048 aarch64*-linux*.
a81bfbd0
OJ
4049 (supports_reverse): Likewise.
4050
158bf1b4
PP
40512015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4052
4053 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4054 Use with_test_prefix.
4055
a0145030
AB
40562015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * gdb.base/completion.exp: Add test for completion of layout
4059 names.
4060
ebe3b578
AB
40612015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * lib/gdb.exp (skip_tui_tests): New proc.
4064 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4065
84204ed7
PA
40662015-05-19 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4069 Save the whole env array instead of just HOME. Unset HISTSIZE in
4070 the environment while testing. Restore whole environment
4071 afterwards.
4072
37442ce1
DE
40732015-05-16 Doug Evans <xdje42@gmail.com>
4074
4075 * gdb.guile/scm-ports.c: New file.
4076 * gdb.guile/scm-ports.exp: Add memory port tests.
4077
36de76f9
JK
40782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 * gdb.compile/compile-print.c: New file.
4081 * gdb.compile/compile-print.exp: New file.
4082
3a9558c4
JK
40832015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * gdb.compile/compile-ops.exp: Cast param to void.
4086 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4087 (compile code struct_object.selffield = &struct_object): Add xfail.
4088
aa715135
JG
40892015-05-15 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.ada/arr_enum_with_gap: New testcase.
4092
931e5bc3
JG
40932015-05-15 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/byte_packed_arr: New testcase.
4096
9cd4d857
JB
40972015-05-15 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.ada/pckd_neg: New testcase.
4100
ebfd00d2
PP
41012015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4102
4103 PR gdb/17820
4104 * gdb.base/gdbinit-history.exp: New test.
4105 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4106 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4107
4c082a81
SC
41082015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4109
4110 * gdb.python/py-xmethods.cc: Enhance test case.
4111 * gdb.python/py-xmethods.exp: New tests.
4112 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4113 function.
4114 (B_indexoper): Likewise.
4115 (global_dm_list) : Add new xmethod worker functions.
4116
f7797074
SDJ
41172015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4118
4119 * gdb.base/coredump-filter.exp: Correctly unset
4120 "coredump_var_addr" array.
4121
a4674e4e
PA
41222015-05-08 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.server/non-existing-program.exp: Unset spawn_id.
4125
df2eb078
SC
41262015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4127
4128 PR python/18291
4129 * gdb.python/py-xmethods.exp: Add tests.
4130
422349a3
YQ
41312015-05-08 Yao Qi <yao.qi@linaro.org>
4132
4133 PR gdb/18208
4134 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4135 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4136 function set_coredump_filter, and remove remote_exec call.
4137 Remove argument ipid. Callers update.
4138 (top level): Don't get inferior's PID.
4139
63fc80ce
AA
41402015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4141
4142 * gdb.base/watch_thread_num.exp: Skip test on targets without
4143 access watchpoints.
4144
80ad801e
PA
41452015-05-06 Pedro Alves <palves@redhat.com>
4146
4147 PR server/18081
4148 * gdb.server/non-existing-program.exp: New file.
4149
0fa7fe50
JB
41502015-05-05 Joel Brobecker <brobecker@adacore.com>
4151
4152 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4153
3ea89b92
PMR
41542015-05-05 Joel Brobecker <brobecker@adacore.com>
4155
4156 * gdb.ada/out_of_line_in_inlined: New testcase.
4157
87b8eff0
JB
41582015-05-05 Joel Brobecker <brobecker@adacore.com>
4159
4160 * gdb.ada/var_rec_arr: New testcase.
4161
5fccc635
YQ
41622015-04-30 Yao Qi <yao.qi@linaro.org>
4163
4164 * gdb.base/break-idempotent.exp: If
4165 skip_hw_watchpoint_multi_tests returns true, skip the tests
4166 on "rwatch" and "awatch".
4167
42d38f42
YQ
41682015-04-30 Yao Qi <yao.qi@linaro.org>
4169
4170 * gdb.base/relativedebug.exp: Invoke gdb command
4171 "info sharedlibrary", and if libc.so doesn't have debug info,
4172 skip the test.
4173
2ce1cdbf
DE
41742015-04-29 Doug Evans <dje@google.com>
4175
4176 * gdb.python/py-xmethods.exp: Add ptype tests.
4177 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4178 get_result_type method.
4179
f24a38c5
LM
41802015-04-29 Luis Machado <lgustavo@codesourcery.com>
4181
4182 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4183 the target does not support hardware watchpoints.
4184
ecbf2b3c
LM
41852015-04-29 Luis Machado <lgustavo@codesourcery.com>
4186
4187 * gdb.base/break-always.exp: Abort testing if writing to memory
4188 causes an error.
4189
34f5f757
DE
41902015-04-28 Doug Evans <dje@google.com>
4191
4192 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4193 * gdb.python/py-pp-registration.exp: ... here. New file.
4194 * gdb.python/py-pp-registration.c: New file.
4195 * gdb.python/py-pp-registration.py: New file.
4196
69b4374a
DE
41972015-04-28 Doug Evans <dje@google.com>
4198
4199 * gdb.python/py-bad-printers.c: New file.
4200 * gdb.python/py-bad-printers.py: New file.
4201 * gdb.python/py-bad-printers.exp: New file.
4202
59fb7612
SS
42032015-04-28 Sasha Smundak <asmundak@google.com>
4204
4205 * gdb.python/py-type.exp: New test.
4206
2631b16a
AW
42072015-04-28 Andy Wingo <wingo@igalia.com>
4208
4209 * gdb.python/py-parameter.exp:
4210 * gdb.guile/scm-parameter.exp: Escape the path that we are
4211 matching against, as it might contain characters that are special
4212 to regular expressions.
4213
460efde1
JB
42142015-04-27 Joel Brobecker <brobecker@adacore.com>
4215
4216 * gdb.ada/rec_comp: New testcase.
4217
2d369d8e
SDJ
42182015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4219
4220 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4221 before using it.
4222
cf75d6c3
AB
42232015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4226 new tests for verilog output.
4227
8dbe7ca5
YQ
42282015-04-24 Yao Qi <yao.qi@linaro.org>
4229
4230 * boards/remote-gdbserver-on-localhost.exp: New file.
4231
4ef9fb2f
PA
42322015-04-23 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4235 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4236 "end of file", remove $inferior_spawn_id from the indirect list.
4237
0a803169
PA
42382015-04-23 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4241
749ef8f8
PA
42422015-04-23 Pedro Alves <palves@redhat.com>
4243
4244 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4245 on $any_spawn_id instead of only on $gdb_spawn_id.
4246
8aae4344
PM
42472015-04-21 Pierre Muller <muller@sourceware.org>
4248
4249 PR pascal/17815
4250 * lib/pascal.exp (gpc_compile): Add new option "class".
4251 (fpc_compile): Likewise.
4252 * gdb.pascal/case-insensitive-symbols.pas: New file.
4253 * gdb.pascal/case-insensitive-symbols.exp: New file.
4254
1586c8fb
GB
42552015-04-20 Gary Benson <gbenson@redhat.com>
4256
4257 * gdb.base/attach.exp: Fix three extended remote failures.
4258
1b6e6f5c
GB
42592015-04-17 Gary Benson <gbenson@redhat.com>
4260
4261 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4262 the main executable over the remote protocol.
4263
e797481d
PA
42642015-04-16 Pedro Alves <palves@redhat.com>
4265
4266 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4267 a new gdbserver if gdbserver_reconnect_p is set.
4268
1ca99c42
PA
42692015-04-16 Pedro Alves <palves@redhat.com>
4270
4271 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4272 is set, don't exit gdbserver.
4273
af9fd6f8
AA
42742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4275
4276 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4277 appropriate .insn, such that an older assembler can be used.
4278 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4279 the z/Architecture instruction set on 31-bit targets as well.
4280
04ff1e61
AA
42812015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4282
4283 * gdb.go/handcall.exp: Remove all logic related to the first
4284 breakpoint and rely on go_runto_main instead.
4285 * gdb.go/strings.exp: Likewise.
4286 * gdb.go/unsafe.exp: Likewise.
4287 * gdb.go/hello.exp: Likewise. Also rename the remaining
4288 breakpoint marker to "breakpoint 1".
4289 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4290 * gdb.go/strings.go: Likewise.
4291 * gdb.go/unsafe.go: Likewise.
4292 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4293 "set breakpoint 2 here" and rename the remaining breakpoint marker
4294 to "breakpoint 1".
4295
40d2f8d6
SM
42962015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4297
4298 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4299 if itertools.imap is not present.
4300 * gdb.python/py-objfile.exp: Add parentheses.
4301 * gdb.python/py-type.exp: Same.
4302 * gdb.python/py-unwind-maint.py: Same.
4303
8cbc97c6
YQ
43042015-04-15 Yao Qi <yao.qi@linaro.org>
4305
4306 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4307 of ":$ptr_size" and set its form explicitly.
4308
45fd756c
YQ
43092015-04-15 Pedro Alves <palves@redhat.com>
4310 Yao Qi <yao.qi@linaro.org>
4311
4312 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4313 timeout by factor of 4.
4314 (test_regular_watch): Likewise.
4315 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4316 * gdb.reverse/sigall-reverse.exp: Likewise.
4317 * gdb.reverse/until-precsave.exp: Likewise.
4318 * lib/gdb.exp (with_timeout_factor): New proc.
4319 (gdb_expect): Move some code to ...
4320 (get_largest_timeout): ... here. New procedure.
4321
9e811bc3
LM
43222015-04-14 Luis Machado <lgustavo@codesourcery.com>
4323
4324 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4325
0ff6fcb2
LM
43262015-04-13 Luis Machado <lgustavo@codesourcery.com>
4327
4328 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4329 to write to the .text section.
4330
7578d5f7
LM
43312015-04-13 Luis Machado <lgustavo@codesourcery.com>
4332
4333 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4334 Handle the case of targets that do not provide PID information.
4335
2efe15c4
YQ
43362015-04-13 Yao Qi <yao.qi@linaro.org>
4337
4338 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4339 and use expect instead of gdb_expect.
4340
8cd8f2f8
SDJ
43412015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4342
4343 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4344 "coredump_var_addr" to avoid naming conflict with other testcases.
4345
9ee41772
PA
43462015-04-10 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4349 gdb_test_sequence and gdb_assert.
4350
07473109
PA
43512015-04-10 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4354 test messages that don't include the breakpoint address.
4355
de3db44c
YQ
43562015-04-10 Yao Qi <yao.qi@linaro.org>
4357
4358 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4359 false for some offset and width combinations which aren't
4360 supported by linux kernel.
4361
c79d856c
PA
43622015-04-10 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4365 procedure, factored out from ...
4366 (top level): ... here. Add "set displaced-stepping" testing axis.
4367 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4368 parameter "displaced". Use it.
4369 (top level): Use foreach and add "set displaced-stepping" testing
4370 axis.
4371
ebc90b50
PA
43722015-04-10 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4375 Remove comment.
4376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4377 both the address of the instruction that triggers the watchpoint
4378 and the address of the instruction immediately after, and use
4379 those addresses for the test. Fix comment.
4380
8f572e5c
PA
43812015-04-10 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/sigstep.exp (breakpoint_to_handler)
4384 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4385 Test "backtrace" in handler.
4386 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4387 (top level): Add new "displaced" test axis to
4388 breakpoint_to_handler, breakpoint_to_handler_entry and
4389 breakpoint_over_handler.
4390
8d707a12
PA
43912015-04-10 Pedro Alves <palves@redhat.com>
4392
4393 PR gdb/18216
4394 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4395
ef713951
YQ
43962015-04-10 Yao Qi <yao.qi@linaro.org>
4397
4398 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4399 (test_add_rn_pc): New function.
4400 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4401 (top level): Invoke test_add_rn_pc.
4402
906d60cf
PA
44032015-04-10 Pedro Alves <palves@redhat.com>
4404
4405 PR gdb/13858
4406 * gdb.base/step-over-no-symbols.exp: New file.
4407
f2983cc3
AW
44082015-04-09 Andy Wingo <wingo@igalia.com>
4409
4410 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4411 after the Python tests.
4412
6d62641c
SDJ
44132015-04-08 Keith Seitz <keiths@redhat.com>
4414
4415 PR python/16699
4416 * gdb.python/py-completion.exp: New tests for completion.
4417 * gdb.python/py-completion.py (CompleteLimit1): New class.
4418 (CompleteLimit2): Likewise.
4419 (CompleteLimit3): Likewise.
4420 (CompleteLimit4): Likewise.
4421 (CompleteLimit5): Likewise.
4422 (CompleteLimit6): Likewise.
4423 (CompleteLimit7): Likewise.
4424
f3770638
PA
44252015-04-08 Pedro Alves <palves@redhat.com>
4426
4427 PR gdb/18214
4428 PR gdb/18216
4429 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4430 function.
4431 (main): Install it as SIGUSR1 handler.
4432 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4433 parameter. Always use "setup" as prefix. Toggle "set
4434 displaced-stepping" off/on depending on global. Don't switch to
4435 thread 1 here.
4436 (top level): Add displaced stepping "off/on" test axis. Update
4437 "setup" calls. Wrap each subtest with with_test_prefix. Test
4438 continuing with a queued signal in each thread.
4439
4496bed7
PA
44402015-04-08 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4443 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4444 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4445 Return early if running to main fails.
4446 * gdb.trace/while-stepping.exp: Likewise.
4447
b97fde92
PA
44482015-04-07 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4451 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4452 interact with inferior program.
4453
f71c18e7
PA
44542015-04-07 Pedro Alves <palves@redhat.com>
4455
4456 * lib/gdb.exp (inferior_spawn_id): New global.
4457 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4458 spawn id after processing the user code.
4459 (default_gdb_start): Set inferior_spawn_id.
4460 (send_inferior): New procedure.
4461 * lib/gdbserver-support.exp (gdbserver_start): Set
4462 inferior_spawn_id.
4463 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4464
6423214f
PA
44652015-04-07 Pedro Alves <palves@redhat.com>
4466
4467 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4468 * lib/gdbserver-support.exp (gdbserver_start): Make
4469 $server_spawn_id global.
4470 (gdbserver_start): Don't wait for gdbserver's spawn id with
4471 expect_background.
4472 (close_gdbserver): New procedure.
4473 (gdb_exit): Rename the default version and reimplement.
4474
71c0ee8c
PA
44752015-04-07 Pedro Alves <palves@redhat.com>
4476
72f4393d 4477 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4478 append the substituted item, not the original item.
4479
203bc29b
PA
44802015-04-07 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4483 gdb_expect.
4484
508a3ddf
PA
44852015-04-07 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4488 output appearing once only.
4489
9f6dbe2b
PA
44902015-04-07 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4493 that doesn't expect anything. Return early if running to main
4494 fails.
4495
337532fa
YQ
44962015-04-07 Yao Qi <yao.qi@linaro.org>
4497
4498 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4499 (child_function): Call alarm.
4500 (main): Move call to alarm into the loop.
4501 * gdb.threads/non-stop-fair-events.exp: Build program with
4502 -DTIMEOUT=$timeout.
4503
01b622d4
DE
45042015-04-06 Doug Evans <xdje42@gmail.com>
4505
4506 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4507 Fix dest parameter to board_info.
4508 (fpc_compile): Ditto.
4509 (gdb_compile_pascal): Rename dest arg to destfile.
4510
961f4160
PMR
45112015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4512
4513 * gdb.ada/funcall_ref.exp: New file.
4514 * gdb.ada/funcall_ref/foo.adb: New file.
4515
cafda597
YQ
45162015-04-02 Yao Qi <yao.qi@linaro.org>
4517
4518 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4519 is remote.
4520
fed040c6
GB
45212015-04-02 Gary Benson <gbenson@redhat.com>
4522
4523 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4524
d11916aa
SS
45252015-04-01 Sasha Smundak <asmundak@google.com>
4526
4527 * gdb.python/py-unwind-maint.c: New file.
4528 * gdb.python/py-unwind-maint.exp: New test.
4529 * gdb.python/py-unwind-maint.py: New file.
4530 * gdb.python/py-unwind.c: New file.
4531 * gdb.python/py-unwind.exp: New test.
4532 * gdb.python/py-unwind.py: New test.
4533
a1471180
PA
45342015-04-01 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4537 to fail instead of non-existent $test.
4538
0bbeccb1
PA
45392015-04-01 Pedro Alves <palves@redhat.com>
4540
4541 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4542 GDBFLAGS if not empty.
4543
3c724c8c
PMR
45442015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4545
4546 * gdb.ada/complete.exp: Remove "multi_line".
4547 * gdb.ada/info_exc.exp: Remove "multi_line".
4548 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4549 * gdb.ada/ptype_field.exp: Remove "multi_line".
4550 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4551 * gdb.ada/tagged.exp: Remove "multi_line".
4552 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4553 [multi_line ...]
4554 * gdb.btrace/delta.exp: Likewise.
4555 * gdb.btrace/exception.exp: Likewise.
4556 * gdb.btrace/function_call_history.exp: Likewise.
4557 * gdb.btrace/instruction_history.exp: Likewise.
4558 * gdb.btrace/nohist.exp: Likewise.
4559 * gdb.btrace/record_goto.exp: Likewise.
4560 * gdb.btrace/segv.exp: Likewise.
4561 * gdb.btrace/stepi.exp: Likewise.
4562 * gdb.btrace/tailcall.exp: Likewise.
4563 * gdb.btrace/unknown_functions.exp: Likewise.
4564 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4565 * lib/gdb.exp: Add the "multi_line" helper.
4566
4eec2deb
PA
45672015-04-01 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.threads/tid-reuse.c: New file.
4570 * gdb.threads/tid-reuse.exp: New file.
4571
df8411da
SDJ
45722015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4573
4574 PR corefiles/16092
4575 * gdb.base/coredump-filter.c: New file.
4576 * gdb.base/coredump-filter.exp: Likewise.
4577
6ef37366
PM
45782015-03-27 Petr Machata <pmachata@redhat.com>
4579
4580 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4581 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4582 (Dwarf::assemble): Initialize them.
4583 (Dwarf::lines): New function.
4584
7ec911b0
JT
45852015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4586
4587 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4588 SYMBOL_PREFIX for x86_64-*-cygwin.
4589
ff908ebf
AW
45902015-03-26 Andy Wingo <wingo@igalia.com>
4591
4592 PR symtab/18148
4593 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4594 const_value but not a location.
4595 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4596 location defined in non-main CUs are visible.
4597
6d5f0679
YQ
45982015-03-26 Yao Qi <yao.qi@linaro.org>
4599
4600 PR testsuite/18139
4601 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4602 Add a line number entry for the same line.
4603 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4604 Add a line number entry for the same line.
4605
2898689b
YQ
46062015-03-26 Yao Qi <yao.qi@linaro.org>
4607
4608 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4609 .int 0.
4610 (func): Likewise. Add .Lfunc_1 label.
4611 Use .Lfunc_1 label.
4612 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4613 .int 0.
4614 (func): Likewise.
4615 Use .Lfunc_1 label.
4616
85180498
YQ
46172015-03-26 Yao Qi <yao.qi@linaro.org>
4618
4619 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4620 Call gdb_compile instead to compile each .s files without debug
4621 information.
4622
8aa08a8d
YQ
46232015-03-26 Yao Qi <yao.qi@linaro.org>
4624
4625 * gdb.base/savedregs.exp (process_saved_regs): Make
4626 "Saved registers:" optional in the pattern.
4627
66849923
MM
46282015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4629
4630 * gdb.btrace/next.exp: Merged into step.exp.
4631 * gdb.btrace/finish.exp: Merged into step.exp.
4632 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4633 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4634 "record goto" and checking the exact replay position.
4635 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4636 check for "Recording format" in "info record" output.
4637 * gdb.btrace/record_goto.exp: Choose test file based on target.
4638 * gdb.btrace/x86-record_goto.S: Renamed into ...
4639 * gdb.btrace/x86_64-record_goto.S: ... this.
4640 * gdb.btrace/i686-record_goto.S: New.
4641 * gdb.btrace/x86-tailcall.S: Renamed into ...
4642 * gdb.btrace/x86_64-tailcall.S: ... this.
4643 * gdb.btrace/i686-tailcall.S: New.
4644 * gdb.btrace/x86-tailcall.c: Renamed into ...
4645 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4646 separate statements. Update test.
4647 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4648 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4649 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4650 * gdb.btrace/tailcall.exp: Choose test file based on target.
4651 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4652
11cc1b74
MM
46532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4654
4655 * gdb.btrace/exception.exp: Increase BTS buffer size.
4656
a25d8bf9
PA
46572015-03-24 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4660
856e7dd6
PA
46612015-03-24 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.threads/schedlock.exp (test_step): No longer expect that
4664 "set scheduler-locking step" with "next" over a function call runs
4665 threads unlocked.
4666
ad235a41
AT
46672015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4668
4669 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4670
15630549
AT
46712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4672
4673 PR breakpoints/16466
4674 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4675 * gdb.mi/mi-pending.c (thread_func): New function.
4676 (int main): Add threading support required.
4677 * gdb.mi/mi-pending.exp: Add tests for this issue.
4678 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4679 (pendfunc2): Remove stdio dependency.
4680 * gdb.mi/mi-pendshr2.c: New file.
4681
693dca06
KS
46822015-03-23 Keith Seitz <keiths@redhat.com>
4683
4684 * gdb.linespec/keywords.c: New file.
4685 * gdb.linespec/keywords.exp: New file.
4686
7e993ebf
KS
46872015-03-23 Keith Seitz <keiths@redhat.com>
4688
4689 PR gdb/18021
4690 * gdb.dwarf2/staticvirtual.exp: New test.
4691
bc23328c
JK
46922015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4695 * README: Remove HP-UX and gdb.hp.
4696 (configuration):
4697 * configure: Regenerate.
4698 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4699 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4700 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4701 gdb.hp/gdb.defects/Makefile.
4702 * gdb.hp/Makefile.in: File deleted.
4703 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4704 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4705 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4706 * gdb.hp/gdb.aCC/run.c: File deleted.
4707 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4708 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4709 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4710 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4711 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4712 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4713 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4714 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4715 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4716 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4717 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4718 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4719 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4720 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4721 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4722 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4723 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4724 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4725 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4726 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4727 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4728 * gdb.hp/gdb.compat/average.c: File deleted.
4729 * gdb.hp/gdb.compat/sum.c: File deleted.
4730 * gdb.hp/gdb.compat/xdb.c: File deleted.
4731 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4732 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4733 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4734 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4735 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4736 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4737 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4738 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4739 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4740 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4741 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4742 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4743 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4744 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4745 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4746 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4747 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4748 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4749 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4750 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4751 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4752 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4753 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4754 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4755 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4756 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4757 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4758 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4759 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4760 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4761 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4762 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4763 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4764 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4765 * gdb.hp/tools/odump: File deleted.
4766
8bf3b159
PA
47672015-03-19 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4770 (saw_thread_3): New globals.
4771 (top level): Increment them when an event for the corresponding
4772 thread is seen.
4773 (no thread starvation): New test.
4774
eb54c8bf
PA
47752015-03-19 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.threads/continue-pending-status.c: New file.
4778 * gdb.threads/continue-pending-status.exp: New file.
4779
32d2e5d6
PA
47802015-03-18 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4783 Use gdb_is_target_remote instead of is_remote. Use
4784 gdb_test_multiple instead of gdb_expect. Exit early if
4785 gdb_test_multiple hits its internal matches. Tighten stepi tests
4786 expected output. Fail on exit with any signal, instead of just
4787 SIGILL.
4788
f68f11b7
YQ
47892015-03-18 Yao Qi <yao.qi@linaro.org>
4790
4791 PR tdep/18107
4792 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4793 variable.
4794 * gdb.base/catch-syscall.exp: Don't skip it on
4795 aarch64*-*-linux* target. Remove elements in all_syscalls.
4796 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4797 target.
4798 (setup_all_syscalls): New proc.
4799
ca5fd19b
YQ
48002015-03-16 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4803 (top level): Skip tests if valid_addr_p returns false for
4804 $cmd1 or $cmd2.
4805
85642ba0
AW
48062015-03-11 Andy Wingo <wingo@igalia.com>
4807
4808 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4809
e03f9645
YQ
48102015-03-11 Yao Qi <yao.qi@linaro.org>
4811
4812 * gdb.base/catch-syscall.exp: Fix typo in comments.
4813
5d0962b2
YQ
48142015-03-11 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4817
b2df3cef
PA
48182015-03-09 Pedro Alves <palves@redhat.com>
4819
4820 * dg-extract-results.py: Delete.
4821
ef878e53
PA
48222015-03-09 Pedro Alves <palves@redhat.com>
4823
4824 Merge dg-extract-results.sh from GCC upstream (r218843).
4825
4826 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4827 * dg-extract-results.sh: Use --text with grep to avoid issues with
4828 binary files. Fall back to cat -v, if that doesn't work.
4829
9494d219
PA
48302015-03-05 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4833
a8d9763a
SM
48342015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * lib/mi-support.exp (mi_expect_interrupt): Accept
4837 alternative event for when in all-stop mode.
4838
be9957b8
PA
48392015-03-04 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4842
d57be0f4 48432015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4844
4845 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4846
c214c7cf
AA
48472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4848
4849 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4850 regexps for GDB's current line display, accept a hex address
4851 preceding the line number.
4852
6d74a497
AA
48532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4854
4855 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4856 the 'arch1' variable for "s390*-linux*" targets.
4857
511aee7c
PA
48582015-03-04 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4861 (main): Pass missing retval argument to pthread_join call.
4862
95e50b27
PA
48632015-03-02 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4866 (top level): Call do_test with non-stop as well.
4867
28054d69
PA
48682015-03-02 Pedro Alves <palves@redhat.com>
4869
4870 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4871 -1.
4872
4fa5d7b4
AA
48732015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4874
4875 * gdb.arch/s390-vregs.exp: New test.
4876 * gdb.arch/s390-vregs.S: New file.
4877
97c18565
PA
48782015-02-27 Pedro Alves <palves@redhat.com>
4879
4880 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4881 call to catch_command_errors.
4882 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4883 catch_command_errors.
4884
a37bfa30
PA
48852015-02-27 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4888 "true" for boolean result.
4889 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4890 prototype of main.
4891
6f98576f
PA
48922015-02-27 Pedro Alves <palves@redhat.com>
4893
4894 * lib/unbuffer_output.c: New file.
4895 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4896 (main): Call gdb_unbuffer_output.
4897
eba5ab56
YQ
48982015-02-27 Yao Qi <yao.qi@linaro.org>
4899
4900 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4901 target.
4902
0def5aaa
DE
49032015-02-26 Doug Evans <dje@google.com>
4904
4905 * gdb.cp/class2.cc (Dbase, D): New classes.
4906 (main): New local delta.
4907 * gdb.cp/class2.exp: Test printing delta.
4908 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4909 (dynbar): New global.
4910 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4911
081a1c2c
JK
49122015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 * gdb.compile/compile-ifunc.c: New file.
4915 * gdb.compile/compile-ifunc.exp: New file.
4916
2f41223f
AT
49172015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4918
4919 * gdb.base/structs.exp: Check for correct struct on finish.
4920
03eddd80
YQ
49212015-02-26 Yao Qi <yao.qi@linaro.org>
4922
4923 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4924 is zero.
4925
80c57053
JK
49262015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 * gdb.arch/cordic.ko.bz2: New file.
4929 * gdb.arch/cordic.ko.debug.bz2: New file.
4930 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4931
21613c12
YQ
49322015-02-25 Yao Qi <yao.qi@linaro.org>
4933
4934 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4935 aarch64*-*-* target.
4936
d8b901ed
PA
49372015-02-23 Pedro Alves <palves@redhat.com>
4938
4939 * lib/gdb.exp (delete_breakpoints): Rewrite using
4940 gdb_test_multiple.
4941
e5b85ead
PA
49422015-02-23 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.base/info-os.c: Include stdlib.h.
4945
85c3a371
DE
49462015-02-22 Doug Evans <xdje42@gmail.com>
4947
4948 PR symtab/17855
4949 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4950 is read after symbols have been re-read.
4951 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4952 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4953
96553a0c
DE
49542015-02-21 Doug Evans <dje@google.com>
4955
4956 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4957
97a0c697
JK
49582015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 PR corefiles/17808
4961 * gdb.arch/i386-biarch-core.core.bz2: New file.
4962 * gdb.arch/i386-biarch-core.exp: New file.
4963
a47cd6e9
PA
49642015-02-21 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4967 runto_main fails.
4968
c5facdc4
PA
49692015-02-20 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4972 info probes.
4973
2db9a427
PA
49742015-02-20 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4977
60fb7e9e
PA
49782015-02-20 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4981 clean_restart before gdb_target_supports_trace.
4982
5c5019c2
PA
49832015-02-20 Pedro Alves <palves@redhat.com>
4984
4985 PR threads/18006
4986 * gdb.threads/clone-thread_db.c: New file.
4987 * gdb.threads/clone-thread_db.exp: New file.
4988
c9587f88
AT
49892015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4990
4991 PR breakpoints/16812
4992 * gdb.base/catch-gdb-caused-signals.c: New file.
4993 * gdb.base/catch-gdb-caused-signals.exp: New file.
4994
f6a88844
JM
49952015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4996
4997 * configure: Regenerated.
4998 * configure.ac: Use GDB_AC_TRANSFORM.
4999 * aclocal.m4: sinclude ../transform.m4.
5000
497c491b
JM
50012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5002
5003 * lib/dtrace.exp: New file.
5004 * gdb.base/dtrace-probe.exp: Likewise.
5005 * gdb.base/dtrace-probe.d: Likewise.
5006 * gdb.base/dtrace-probe.c: Likewise.
5007 * lib/pdtrace.in: Likewise.
5008 * configure.ac: Output variables with the transformed names of
5009 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5010 * configure: Regenerated.
5011
03e98035
JM
50122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5013
5014 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5015 expected message when trying to access $_probe_* convenience
5016 variables while not on a probe.
5017
63cc30e9
JK
50182015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5021
0703599a
PA
50222015-02-11 Pedro Alves <pedro@codesourcery.com>
5023
5024 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5025 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5026
7e60a48e
DE
50272015-02-10 Doug Evans <xdje42@gmail.com>
5028
5029 * lib/gdb.exp (gdb_load): Always return a result.
5030
01b088bc
PA
50312015-02-10 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.threads/signal-sigtrap.c: New file.
5034 * gdb.threads/signal-sigtrap.exp: New file.
5035
b05ec7a5
AT
50362015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5037
5038 * gdb.trace/no-attach-trace.c: New file.
5039 * gdb.trace/no-attach-trace.exp: New file.
5040
a2c2acaf
MW
50412015-02-09 Mark Wielaard <mjw@redhat.com>
5042
5043 * gdb.dwarf2/atomic.c: New file.
5044 * gdb.dwarf2/atomic-type.exp: Likewise.
5045
31fd9caa
MM
50462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5047
5048 * gdb.btrace/buffer-size.exp: Update "info record" output.
5049 * gdb.btrace/delta.exp: Update "info record" output.
5050 * gdb.btrace/enable.exp: Update "info record" output.
5051 * gdb.btrace/finish.exp: Update "info record" output.
5052 * gdb.btrace/instruction_history.exp: Update "info record" output.
5053 * gdb.btrace/next.exp: Update "info record" output.
5054 * gdb.btrace/nexti.exp: Update "info record" output.
5055 * gdb.btrace/step.exp: Update "info record" output.
5056 * gdb.btrace/stepi.exp: Update "info record" output.
5057 * gdb.btrace/nohist.exp: Update "info record" output.
5058
d33501a5
MM
50592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5060
5061 * gdb.btrace/buffer-size: New.
5062
f4abbc16
MM
50632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5064
5065 * gdb.btrace/delta.exp: Update "info record" output.
5066 * gdb.btrace/enable.exp: Update "info record" output.
5067 * gdb.btrace/finish.exp: Update "info record" output.
5068 * gdb.btrace/instruction_history.exp: Update "info record" output.
5069 * gdb.btrace/next.exp: Update "info record" output.
5070 * gdb.btrace/nexti.exp: Update "info record" output.
5071 * gdb.btrace/step.exp: Update "info record" output.
5072 * gdb.btrace/stepi.exp: Update "info record" output.
5073 * gdb.btrace/nohist.exp: Update "info record" output.
5074
b9d61307
SM
50752015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5076
5077 PR gdb/15678
5078 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5079
e584fdbc
PA
50802015-02-06 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5083 macro.
5084 (seconds_left, again): New globals.
5085 (main): Wait seconds_left in a 1-second sleep loop instead of
5086 sleeping 180 seconds. If 'again' is set, reset the seconds
5087 counter.
5088 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5089 'again' in the inferior before detaching. Print the seconds left.
5090 (options): New global.
5091 (top level): Build program with -DTIMEOUT=$timeout.
5092
77f41761
PA
50932015-02-06 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5096 determine how many seconds to pass to 'alarm'.
5097 * gdb.base/gdb-sigterm.exp (top level): Build program with
5098 -DTIMEOUT=$timeout.
5099 (do_test): Return success/failure indication. Add more verbose
5100 logging. Don't fail if 200 single steps are seen. Instead, fail
5101 when the test times out.
5102 (passes): New global.
5103 (top level): Break the testing loop if testing fails on any
5104 iteration. Use gdb_assert.
5105
b9394193
DB
51062015-02-04 Don Breazeal <donb@codesourcery.com>
5107
5108 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5109 and initialize them.
5110 (ipc_cleanup): New function.
5111 (main): Don't declare shmid, semid, and msqid. Add a call to
5112 atexit so that we call ipc_cleanup on exit.
5113
42d9e528
PA
51142015-02-04 Pedro Alves <palves@redhat.com>
5115
5116 * boards/native-extended-gdbserver.exp: Remove any target variant
5117 specifications from the board name before clearing the isremote
5118 flag from board_info.
5119
ae6ae975
DE
51202015-01-31 Doug Evans <xdje42@gmail.com>
5121
5122 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5123
cfb069a8
GB
51242015-01-31 Gary Benson <gbenson@redhat.com>
5125
5126 * gdb.base/completion.exp: Disable completion limiting for
5127 existing tests. Add new tests to check completion limiting.
5128 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5129
5dd31d79
DE
51302015-01-31 Doug Evans <xdje42@gmail.com>
5131
5132 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5133
9f050062
DE
51342015-01-31 Doug Evans <xdje42@gmail.com>
5135
5136 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5137 entries. Duplicate file section script entries.
5138 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5139 inlined entries. Add test for safe-path rejection.
5140 * gdb.python/py-section-script.c: Add duplicate inlined section script
5141 entries. Duplicate file section script entries.
5142 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5143 inlined entries. Add test for safe-path rejection.
5144
df25ebbd
JB
51452015-01-29 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.ada/disc_arr_bound: New testcase.
5148
4a0ca9ec
JB
51492015-01-29 Joel Brobecker <brobecker@adacore.com>
5150
5151 * gdb.ada/mi_var_array: New testcase.
5152
3a8b707a
DE
51532015-01-27 Doug Evans <dje@google.com>
5154
5155 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5156 Add test for objfile.filename, objfile.username after objfile
5157 has been unloaded.
5158
f8313f6e
JB
51592015-01-26 Joel Brobecker <brobecker@adacore.com>
5160
5161 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5162 the second test to print the name attribute of value
5163 returned by the call to gdb.lookup_type, and adjust
5164 the expected output accordingly.
5165
37bc665e
MW
51662015-01-25 Mark Wielaard <mjw@redhat.com>
5167
5168 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5169 * gdb.base/disp-step-fork.c: Include unistd.h.
5170 * gdb.base/siginfo-obj.c: Include stdio.h.
5171 * gdb.base/siginfo-thread.c: Likewise.
5172 * gdb.mi/non-stop.c: Include unistd.h.
5173 * gdb.mi/nsthrexec.c: Include stdio.h.
5174 * gdb.mi/pthreads.c: Include unistd.h.
5175 * gdb.modula2/unbounded1.c (main): Declare returns int.
5176 * gdb.reverse/consecutive-reverse.c: Likewise.
5177 * gdb.threads/create-fail.c: Include unistd.h.
5178 * gdb.threads/killed.c: Likewise.
5179 * gdb.threads/linux-dp.c: Likewise.
5180 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5181 * gdb.threads/non-ldr-exc-2.c: Likewise.
5182 * gdb.threads/non-ldr-exc-3.c: Likewise.
5183 * gdb.threads/non-ldr-exc-4.c: Likewise.
5184 * gdb.threads/pthreads.c: Include unistd.h.
5185 (main): Declare returns int.
5186 * gdb.threads/tls-main.c (foo): New declaration.
5187 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5188
f7e5394d
SM
51892015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5190
5191 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5192 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5193
743649fd
MW
51942015-01-15 Mark Wielaard <mjw@redhat.com>
5195
5196 * gdb.base/noreturn-return.c: New file.
5197 * gdb.base/noreturn-return.exp: New file.
5198 * gdb.base/noreturn-finish.c: New file.
5199 * gdb.base/noreturn-finish.exp: New file.
5200
198297aa
PA
52012015-01-23 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.threads/continue-pending-after-query.c: New file.
5204 * gdb.threads/continue-pending-after-query.exp: New file.
5205
717cf30c
AG
52062015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5207 Simon Marchi <simon.marchi@ericsson.com>
5208
5209 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5210 * gdb.base/valgrind-db-attach.exp: Same.
5211 * gdb.base/valgrind-infcall.exp: Same.
5212 * lib/mi-support.exp (default_mi_gdb_start): Same.
5213 * lib/prompt.exp (default_prompt_gdb_start): Same.
5214 * lib/gdb.exp (default_gdb_spawn): Same.
5215 (gdb_interact): New.
5216
5217
4b62a76e
JK
52182015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 * gdb.compile/compile.exp (pointer to jit function): New test.
5221
b4cdae6f
WW
52222015-01-17 Wei-cheng Wang <cole945@gmail.com>
5223
5224 * lib/gdb.exp (supports_process_record): Return true for
5225 powerpc*-*-linux*.
5226 (supports_reverse): Likewise.
5227
d221e7ef
DB
52282015-01-15 Don Breazeal <donb@codesourcery.com>
5229
5230 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5231 instead of checking whether the target board is remote and
5232 use spawn_wait_for_attach instead of exec/sleep.
5233 * gdb.base/attach-twice.exp: Likewise.
5234
bafffb51
JB
52352015-01-15 Joel Brobecker <brobecker@adacore.com>
5236
5237 * gdb.ada/var_arr_attrs: New testcase.
5238
5589af0e
PA
52392015-01-14 Pedro Alves <palves@redhat.com>
5240 Joel Brobecker <brobecker@adacore.com>
5241
5242 PR gdb/17525
5243 * gdb.base/bp-cmds-execution-x-script.c: New file.
5244 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5245 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5246
6c400b59
PA
52472015-01-14 Pedro Alves <palves@redhat.com>
5248
5249 PR cli/17828
5250 * gdb.base/batch-preserve-term-settings.c: New file.
5251 * gdb.base/batch-preserve-term-settings.exp: New file.
5252
e02c96a7
DE
52532015-01-13 Doug Evans <dje@google.com>
5254
5255 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5256 binary.
5257
576fd14c
JB
52582015-01-13 Joel Brobecker <brobecker@adacore.com>
5259
5260 * Makefile.in (clean mostlyclean): Do not delete *.py.
5261
04dccad0
JB
52622015-01-13 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.python/py-lookup-type.exp: New file.
5265
3d230f71
PA
52662015-01-12 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5269 restore GDBFLAGS before returning.
5270
7e67715d
JK
52712015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5274 is_amd64_regs_target and is_x86_like_target.
5275
f2e0d4b4
DE
52762015-01-11 Doug Evans <xdje42@gmail.com>
5277
5278 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5279 is given without an explicit form.
5280 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5281 attributes.
5282 * gdb.dwarf/corrupt.exp: Ditto.
5283 * gdb.dwarf2/enum-type.exp: Ditto.
5284 * gdb.trace/entry-values.exp: Ditto.
5285 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5286
439250fb
DE
52872015-01-11 Doug Evans <xdje42@gmail.com>
5288
5289 PR gdb/15830
5290 * gdb.base/maint.exp: Remove references to "maint demangle".
5291 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5292 Add tests for explicitly specifying language to demangle.
5293 * gdb.dlang/demangle.exp: Ditto.
5294
ede9f622
PA
52952015-01-09 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.threads/non-stop-fair-events.c: New file.
5298 * gdb.threads/non-stop-fair-events.exp: New file.
5299
a7b796db
PA
53002015-01-09 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5303 the global scope. Set a breakpoint after all threads are started
5304 rather than stepping over two source lines. Expect the prompt.
5305 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5306 global.
5307 (NUM): Now 15.
5308 (main): Use threads_started_barrier to wait for all threads to
5309 start. Main thread no longer calls thread_function. Exit after
5310 180 seconds.
5311 (loop): New function.
5312 (thread_function): Wait on threads_started_barrier barrier. Call
5313 'loop' at each iteration.
5314 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5315 threads have started, instead of hardcoding number of "next"
5316 steps. Use an access watchpoint instead of a write watchpoint.
5317
9665ffdd
PA
53182015-01-09 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5321 (thread_func): Wait on barrier.
5322 (main): Wait for all threads to start before stopping GDB.
5323 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5324 global.
5325 (thread1_func, thread2_func): Wait on barrier.
5326 (main): Wait for all threads to start before stopping GDB.
5327 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5328 New global.
5329 (thread1_func, thread2_func): Wait on barrier.
5330 (main): Wait for all threads to start before stopping GDB.
5331
c945a99f
PA
53322015-01-09 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.threads/attach-many-short-lived-threads.c: New file.
5335 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5336
c1a747c1
PA
53372014-01-09 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5340 instead of to thread 2.
5341 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5342 Add barrier around each pthread_create call instead of around all
5343 calls.
5344 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5345 Set a break on thread_function and have the child threads hit it
5346 one at at a time.
5347
60b3033e
PA
53482015-01-09 Pedro Alves <palves@redhat.com>
5349
5350 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5351 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5352 false.
5353 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5354 checking whether the target board is remote.
5355 * gdb.multi/multi-attach.exp: Likewise.
5356 * gdb.python/py-sync-interp.exp: Likewise.
5357 * gdb.server/ext-attach.exp: Likewise.
5358 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5359 tests that need to attach, instead of checking whether the target
5360 board is remote at the top of the file.
5361
acc018ac
YQ
53622015-01-08 Yao Qi <yao@codesourcery.com>
5363
5364 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5365
50a18af8
JK
53662015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 Fix testcase compilation.
5369 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5370
8503d6e1
JB
53712015-01-06 Joel Brobecker <brobecker@adacore.com>
5372
5373 * gdb.python/py-type.exp: Add a couple test about empty
5374 array creation, and negative-length array creation.
5375
cc73dbcc
DE
53762015-01-02 Doug Evans <xdje42@gmail.com>
5377
5378 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5379
0300bbc7
DE
53802015-01-02 Doug Evans <dje@google.com>
5381
5382 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5383
9d85a0ec
YQ
53842014-12-29 Yao Qi <yao@codesourcery.com>
5385
5386 * gdb.trace/entry-values.exp: Update comments. Rename variable
5387 bar_call_foo to returned_from_foo.
5388
87186c6a
MMN
53892014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5390
5391 PR gdb/17394
5392 * gdb.linespec/break-asm-file.c: New file.
5393 * gdb.linespec/break-asm-file.exp: New file.
5394 * gdb.linespec/break-asm-file0.s: New file.
5395 * gdb.linespec/break-asm-file1.s: New file.
5396
1bab7383
YQ
53972014-12-18 Nigel Stephens <nigel@mips.com>
5398 Maciej W. Rozycki <macro@codesourcery.com>
5399
5400 * gdb.base/float.exp: Handle the new output from "info float" on
5401 MIPS targets.
5402
1bc1068a
JK
54032014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 Fix MinGW compilation.
5406 * gdb.compile/compile-ops.exp: Update untested message if
5407 !skip_compile_feature_tests.
5408 * gdb.compile/compile-setjmp.exp: Likewise.
5409 * gdb.compile/compile-tls.exp: Likewise.
5410 * gdb.compile/compile.exp: Likewise.
5411 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5412 supported on this host".
5413
b6615d10
DE
54142014-12-16 Doug Evans <xdje42@gmail.com>
5415
5416 * boards/stabs.exp: New file.
5417
25dda427
AA
54182014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5419
5420 * gdb.base/completion.exp: Adjust to format changes of "maint
5421 print user-registers".
5422
bf330350
CU
54232014-12-16 Catalin Udma <catalin.udma@freescale.com>
5424
5425 PR server/17457
5426 * gdb.arch/aarch64-fp.c: New file.
5427 * gdb.arch/aarch64-fp.exp: New file.
5428
395cf596
SDJ
54292014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5430
5431 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5432 r210637, r210913, r211666, r215400, r215817).
5433
5434 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5435 * dg-extract-results.py: New file.
5436 * dg-extract-results.sh: Use it if the environment seems
5437 suitable.
5438
5439 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5440
5441 * dg-extract-results.py (parse_run): Handle warnings that
5442 are printed before a test harness is run.
5443
5444 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5445
5446 * dg-extract-results.py (Named): Remove __cmp__ method.
5447 (output_variation): Use a key to sort variation.harnesses.
5448
5449 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5450
5451 * dg-extract-results.py: For Python 3, force sys.stdout to
5452 handle surrogate escape sequences.
5453 (safe_open): New function.
5454 (output_segment, main): Use it.
5455
5456 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5457
5458 * dg-extract-results.py (Prog.result_re): Include options
5459 in test name.
5460
5461 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5462
5463 * dg-extract-results.py (output_variation): Always sort if
5464 do_sum.
5465
e882ef3c
SM
54662014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5467
5468 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5469 as long as we get pagination notifications.
5470
4992aa20
JM
54712014-12-15 Jason Merrill <jason@redhat.com>
5472
5473 * Makefile.in (check-gdb.%): Restore.
5474 * README: Mention it.
5475
c1b5a1a6
JB
54762014-12-13 Joel Brobecker <brobecker@adacore.com>
5477
5478 * gdb.ada/str_uninit: New testcase.
5479
5537b577
JK
54802014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5481
5482 PR symtab/17642
5483 * gdb.base/vla-stub-define.c: New file.
5484 * gdb.base/vla-stub.c: New file.
5485 * gdb.base/vla-stub.exp: New file.
5486
bb2ec1b3
TT
54872014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5488 Jan Kratochvil <jan.kratochvil@redhat.com>
5489 Tom Tromey <tromey@redhat.com>
5490
5491 * configure.ac: Add gdb.compile/.
5492 * configure: Regenerate.
5493 * gdb.compile/Makefile.in: New file.
5494 * gdb.compile/compile-ops.exp: New file.
5495 * gdb.compile/compile-ops.c: New file.
5496 * gdb.compile/compile-tls.c: New file.
5497 * gdb.compile/compile-tls.exp: New file.
5498 * gdb.compile/compile-constvar.S: New file.
5499 * gdb.compile/compile-constvar.c: New file.
5500 * gdb.compile/compile-mod.c: New file.
5501 * gdb.compile/compile-nodebug.c: New file.
5502 * gdb.compile/compile-setjmp-mod.c: New file.
5503 * gdb.compile/compile-setjmp.c: New file.
5504 * gdb.compile/compile-setjmp.exp: New file.
5505 * gdb.compile/compile-shlib.c: New file.
5506 * gdb.compile/compile.c: New file.
5507 * gdb.compile/compile.exp: New file.
5508 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5509
4ff709eb
TT
55102014-12-12 Tom Tromey <tromey@redhat.com>
5511
5512 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5513 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5514
6dddd6a5
DE
55152014-12-12 Doug Evans <dje@google.com>
5516
5517 * lib/gdb-python.exp (get_python_valueof): New function.
5518 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5519
71c24708
AA
55202014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5521
5522 * gdb.base/completion.exp: Add test for completion of "info
5523 registers ".
5524
3e29f34a
MR
55252014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5526
5527 * gdb.base/func-ptrs.c: New file.
5528 * gdb.base/func-ptrs.exp: New file.
5529
fc126975
SM
55302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5531
5532 PR breakpoints/17012
5533 * gdb.base/dprintf-detach.c: New file.
5534 * gdb.base/dprintf-detach.exp: New file.
5535
0a46d518
SM
55362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5537
5538 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5539 * lib/gdb.exp (target_is_gdbserver): New procedure.
5540
a0be3e44
DE
55412014-12-08 Doug Evans <dje@google.com>
5542
5543 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5544
df1b803a
YQ
55452014-12-05 Yao Qi <yao@codesourcery.com>
5546
5547 * gdb.guile/scm-error.exp: Remove the third argument to
5548 gdb_remote_download.
5549 * gdb.guile/scm-frame-args.exp: Likewise.
5550 * gdb.guile/scm-section-script.exp: Likewise.
5551
ddb9f679
YQ
55522014-12-05 Yao Qi <yao@codesourcery.com>
5553
5554 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5555
86e4ed39
DE
55562014-12-04 Doug Evans <dje@google.com>
5557
5558 * gdb.python/py-objfile.exp: Add tests for
5559 objfile.add_separate_debug_file.
5560
7c50a931
DE
55612014-12-04 Doug Evans <dje@google.com>
5562
5563 * lib/gdb.exp (get_build_id): New function.
5564 (build_id_debug_filename_get): Rewrite to use it.
5565 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5566
621661e3
MR
55672014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5568
5569 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5570 `method(long)', not just 0x0.
5571 * gdb.cp/nsalias.exp: Align code labels to 4.
5572 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5573 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5574 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5575 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5576 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5577 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5578
29f0c3b7
DE
55792014-12-02 Doug Evans <dje@google.com>
5580
e1e061e7 5581 PR symtab/17602
29f0c3b7 5582 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5583 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5584 * gdb.cp/anon-ns.exp: Update.
5585
162078c8
NB
55862014-12-02 Nick Bull <nicholaspbull@gmail.com>
5587
5588 * gdb.python/py-events.py (inferior_call_handler): New.
5589 (register_changed_handler, memory_changed_handler): New.
5590 (test_events.invoke): Register new handlers.
5591 * gdb.python/py-events.exp: Add tests for inferior call,
5592 memory_changed and register_changed events.
5593
fdb09caf
AA
55942014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5595
5596 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5597 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5598 if the linker doesn't understand this.
5599
55cfb2c4
SM
56002014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5601
5602 * gdb.python/python.exp: Change expected reply to help().
5603
9e8cd6df
YQ
56042014-12-01 Yao Qi <yao@codesourcery.com>
5605
5606 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5607 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5608 * configure: Re-generated.
5609
6c659fc2
SC
56102014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5611
5612 * gdb.cp/chained-calls.cc: New file.
5613 * gdb.cp/chained-calls.exp: New file.
5614 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5615
d7fc3181
SM
56162014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5617
5618 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5619 * gdb.dwarf2/symtab-producer.exp: Same.
5620 * gdb.gdb/python-interrupts.exp: Same.
5621 * gdb.gdb/python-selftest.exp: Same.
5622 * gdb.python/py-linetable.exp: Same.
5623 * gdb.python/py-type.exp: Same.
5624 * gdb.python/py-value-cc.exp: Same.
5625 * gdb.python/py-value.exp: Same.
5626
10e79639
YQ
56272014-11-28 Yao Qi <yao@codesourcery.com>
5628
5629 * gdb.base/break-probes.exp: Match library name prefixed with
5630 sysroot.
5631
f28a0564
SM
56322014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5633
5634 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5635 test expected output. Add parentheses for the call to print.
5636 Remove L suffix from integers.
5637
3fe1ce1d
DE
56382014-11-26 Doug Evans <dje@google.com>
5639
5640 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5641
84429e27
YQ
56422014-11-22 Yao Qi <yao@codesourcery.com>
5643
5644 * gdb.trace/entry-values.c: Remove asms.
5645 (foo): Add foo_label.
5646 (bar): Add bar_label.
5647 * gdb.trace/entry-values.exp: Remove code computing foo's
5648 length and bar's length.
5649 (Dwarf::assemble): Invoke function_range for bar and use
5650 MACRO_AT_func for foo.
5651
26741859
YQ
56522014-11-22 Yao Qi <yao@codesourcery.com>
5653
5654 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5655 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5656 Use .Lgcc43_procstart instead of gcc43.
5657
45e44d27
JB
56582014-11-21 Joel Brobecker <brobecker@adacore.com>
5659
5660 * gdb.ada/n_arr_bound: New testcase.
5661
458c8db8
SDJ
56622014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5663
5664 PR breakpoints/10737
5665 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5666 test_catch_syscall_multi_arch.
5667 (test_catch_syscall_multi_arch): New function.
5668
43f3e411
DE
56692014-11-20 Doug Evans <xdje42@gmail.com>
5670
5671 * gdb.base/maint.exp: Update expected output.
5672
0d7b2549
AA
56732014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5674
5675 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5676 4-byte instruction on S390.
5677
8908fca5
JB
56782014-11-19 Joel Brobecker <brobecker@adacore.com>
5679
5680 * gdb.ada/arr_arr: New testcase.
5681
4a46959e
JB
56822014-11-19 Joel Brobecker <brobecker@adacore.com>
5683
5684 * gdb.ada/pkd_arr_elem: New Testcase.
5685
470e2f4e
LM
56862014-11-18 Luis Machado <lgustavo@codesourcery.com>
5687
5688 * gdb.reverse/break-precsave: Expect completion message for
5689 core file reads.
5690 * gdb.reverse/consecutive-precsave.exp: Likewise.
5691 * gdb.reverse/finish-precsave.exp: Likewise.
5692 * gdb.reverse/i386-precsave.exp: Likewise.
5693 * gdb.reverse/machinestate-precsave.exp: Likewise.
5694 * gdb.reverse/sigall-precsave.exp: Likewise.
5695 * gdb.reverse/solib-precsave.exp: Likewise.
5696 * gdb.reverse/step-precsave.exp: Likewise.
5697 * gdb.reverse/until-precsave.exp: Likewise.
5698 * gdb.reverse/watch-precsave.exp: Likewise.
5699
a267f3ad
AA
57002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5701
5702 * gdb.base/bp-permanent.c: Include unistd.h.
5703 * gdb.python/py-framefilter-mi.c (main): Add return type.
5704 * gdb.python/py-framefilter.c (main): Likewise.
5705 * gdb.trace/actions-changed.c (main): Likewise.
5706
12084a9a
AA
57072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5708
5709 * gdb.mi/until.c: Add eye-catchers.
5710 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5711 line numbers.
5712
dc7e1a77
AA
57132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5714
5715 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5716 function header variants in break1.c.
5717 * gdb.base/ena-dis-br.exp: Likewise.
5718 * gdb.base/hbreak2.exp: Likewise.
5719 * gdb.reverse/until-precsave.exp: Drop references to removed
5720 non-prototype function header variants in ur1.c.
5721 * gdb.reverse/until-reverse.exp: Likewise.
5722
41c77605
PM
57232014-11-17 Petr Machata <pmachata@redhat.com>
5724
5725 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5726 ${_cu_offset_size} bytes abbrev offset.
5727
34248c3a
DE
57282014-11-15 Doug Evans <xdje42@gmail.com>
5729
5730 PR symtab/17559
5731 * gdb.base/line-symtabs.exp: New file.
5732 * gdb.base/line-symtabs.c: New file.
5733 * gdb.base/line-symtabs.h: New file.
5734
646da059
YQ
57352014-11-14 Yao Qi <yao@codesourcery.com>
5736
5737 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5738 (func): Add label func_label.
5739 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5740 Replace low_pc and high_pc with MACRO_AT_range.
5741 Replace name, low_pc and high_pc with MACRO_AT_func.
5742
9301ebe6
YQ
57432014-11-14 Yao Qi <yao@codesourcery.com>
5744
5745 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5746 Replace name, low_pc and high_pc with MACRO_AT_func.
5747
f166b542
YQ
57482014-11-14 Yao Qi <yao@codesourcery.com>
5749
5750 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5751 produce debug information.
5752 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5753
0f6e71e3
YQ
57542014-11-14 Yao Qi <yao@codesourcery.com>
5755
5756 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5757 object and get function length.
5758 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5759 with MACRO_AT_func.
5760 (top-level): Replace gdb_compile and clean_restart with
5761 prepare_for_testing.
5762 * gdb.dwarf2/main.c (main): Add label main_label.
5763
876c4df9
YQ
57642014-11-14 Yao Qi <yao@codesourcery.com>
5765
5766 * lib/dwarf.exp (function_range): New procedure.
5767 (Dwarf::_handle_macro_at_func): New procedure.
5768 (Dwarf::_handle_macro_at_range): New procedure.
5769 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5770
02ad9cf1
YQ
57712014-11-14 Yao Qi <yao@codesourcery.com>
5772
5773 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5774 (_handle_attribute): New procedure.
5775
a59add0c
AA
57762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5777
5778 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5779 * gdb.base/call-sc.c (zed): Likewise.
5780 * gdb.base/checkpoint.c (main): Likewise.
5781 * gdb.base/dump.c (main): Likewise.
5782 * gdb.base/gcore.c (main): Likewise.
5783 * gdb.base/huge.c (main): Likewise.
5784 * gdb.base/multi-forks.c (main): Likewise.
5785 * gdb.base/pr10179-a.c (main): Likewise.
5786 * gdb.base/savedregs.c (main): Likewise.
5787 * gdb.base/sigaltstack.c (main): Likewise.
5788 * gdb.base/siginfo.c (main): Likewise.
5789 * gdb.base/structs.c (zed): Likewise.
5790 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5791 * gdb.mi/mi-syn-frame.c (main): Likewise.
5792 * gdb.mi/until.c (foo, main): Likewise.
5793 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5794 * gdb.base/solib-weak.c (foo): Declare.
5795 * gdb.base/attach-twice.c: Include stdio.h.
5796 * gdb.base/weaklib1.c: Likewise.
5797 * gdb.base/weaklib2.c: Likewise.
5798 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5799 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5800 unistd.h.
5801 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5802 * gdb.mi/mi-exit-code.c: Likewise.
5803 * gdb.base/break-interp-lib.c: Include string.h.
5804 * gdb.base/coremaker.c: Likewise.
5805 * gdb.base/testenv.c: Likewise.
5806 * gdb.python/py-finish-breakpoint.c: Likewise.
5807 * gdb.base/inferior-died.c: Include sys/wait.h.
5808 * gdb.base/fileio.c: Include time.h.
5809 * gdb.base/async-shell.c: Include unistd.h.
5810 * gdb.base/dprintf-non-stop.c: Likewise.
5811 * gdb.base/info-os.c: Likewise.
5812 * gdb.mi/mi-console.c: Likewise.
5813 * gdb.mi/watch-nonstop.c: Likewise.
5814 * gdb.python/py-events.c: Likewise.
5815 * gdb.base/async.c (baz): Move up before its invocation.
5816 * gdb.base/code_elim2.c (my_global_func): Likewise.
5817 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5818 * gdb.base/advance.c (func2): Likewise.
5819
3b5d5997
AA
58202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5821
5822 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5823 variant.
5824 * gdb.base/annota3.c: Likewise.
5825 * gdb.base/async.c: Likewise.
5826 * gdb.base/average.c: Likewise.
5827 * gdb.base/call-ar-st.c: Likewise.
5828 * gdb.base/call-rt-st.c: Likewise.
5829 * gdb.base/call-sc.c: Likewise.
5830 * gdb.base/call-strs.c: Likewise.
5831 * gdb.base/ending-run.c: Likewise.
5832 * gdb.base/execd-prog.c: Likewise.
5833 * gdb.base/exprs.c: Likewise.
5834 * gdb.base/foll-exec.c: Likewise.
5835 * gdb.base/foll-fork.c: Likewise.
5836 * gdb.base/foll-vfork.c: Likewise.
5837 * gdb.base/funcargs.c: Likewise.
5838 * gdb.base/gcore.c: Likewise.
5839 * gdb.base/jump.c: Likewise.
5840 * gdb.base/langs0.c: Likewise.
5841 * gdb.base/langs1.c: Likewise.
5842 * gdb.base/langs2.c: Likewise.
5843 * gdb.base/mips_pro.c: Likewise.
5844 * gdb.base/nodebug.c: Likewise.
5845 * gdb.base/opaque0.c: Likewise.
5846 * gdb.base/opaque1.c: Likewise.
5847 * gdb.base/recurse.c: Likewise.
5848 * gdb.base/run.c: Likewise.
5849 * gdb.base/scope0.c: Likewise.
5850 * gdb.base/scope1.c: Likewise.
5851 * gdb.base/setshow.c: Likewise.
5852 * gdb.base/setvar.c: Likewise.
5853 * gdb.base/shmain.c: Likewise.
5854 * gdb.base/shr1.c: Likewise.
5855 * gdb.base/shr2.c: Likewise.
5856 * gdb.base/sigall.c: Likewise.
5857 * gdb.base/signals.c: Likewise.
5858 * gdb.base/so-indr-cl.c: Likewise.
5859 * gdb.base/solib2.c: Likewise.
5860 * gdb.base/structs.c: Likewise.
5861 * gdb.base/sum.c: Likewise.
5862 * gdb.base/vforked-prog.c: Likewise.
5863 * gdb.base/watchpoint.c: Likewise.
5864 * gdb.reverse/shr2.c: Likewise.
5865 * gdb.reverse/until-reverse.c: Likewise.
5866 * gdb.reverse/ur1.c: Likewise.
5867 * gdb.reverse/watch-reverse.c: Likewise.
5868
066a77c5
AA
58692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5870
5871 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5872 variant.
5873 * gdb.base/sepdebug.exp: Drop references to removed code.
5874
4f204ea5
AA
58752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5876
5877 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5878 variant. Preserve original line numbering.
5879 * gdb.base/list1.c: Likewise.
5880
3b377a3a
AA
58812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5882
5883 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5884 variant.
5885 * gdb.base/break1.c: Likewise.
5886 * gdb.base/break.exp: Drop references to removed code.
5887
e444df73
AA
58882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5889
5890 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5891 variant.
5892
8008f2a7
AA
58932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5894
5895 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5896
a5a06887
AA
58972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5898
5899 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5900 logic into perform_all_tests() and invoke it with and without
5901 function header prototypes.
5902 (do_function_calls): Remove conditional XFAIL for PR 5318.
5903 (rerun_and_prepare): Remove duplicate code.
5904 (perform_all_tests): New. Main logic moved here.
5905
44dba9b9
AA
59062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5907
5908 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5909 code guarded by #ifdef NO_PROTOTYPES.
5910 (t_double_many_args): Likewise.
5911 (DEF_FUNC_MANY_ARGS_1): Likewise.
5912 (DEF_FUNC_VALUES_1): Likewise.
5913 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5914 guarded by #ifdef PROTOTYPES.
5915
d1fbcd56
AA
59162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5917
5918 * gdb.mi/mi-console.c: Add eye-catcher.
5919 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5920 instead of literal line number.
5921
b0e59b8f
AA
59222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5923
5924 * gdb.base/shr2.c: Add eye-catcher.
5925 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5926 line number.
5927
78f98cca
AA
59282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5929
5930 * gdb.base/jump.c: Add eye-catchers.
5931 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5932 numbers.
5933
58fa2af0
AA
59342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5935
5936 * gdb.base/execd-prog.c: Add eye-catchers.
5937 * gdb.base/foll-exec.c: Likewise.
5938 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5939 line numbers.
5940
04e5059b
AA
59412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5942
5943 * gdb.base/ending-run.c: Add eye-catchers.
5944 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5945 literal line numbers.
5946
dbfdb174
AA
59472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5948
5949 * gdb.base/call-rt-st.c: Add eye-catchers.
5950 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5951 literal line numbers.
5952
888a2ade
AA
59532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5954
5955 * gdb.base/call-ar-st.c: Add eye-catchers.
5956 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5957 literal line numbers.
5958
6acc2dde
AA
59592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5960
5961 * gdb.base/average.c: Add eye-catchers.
5962 * gdb.base/sum.c: Likewise.
5963 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5964 regexps dynamically.
5965
9ecfcd1d
AA
59662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5967
5968 * gdb.base/solib1.c: Add eye-catchers.
5969 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5970 literal line numbers.
5971
78708b7c
PA
59722014-11-12 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5975 leader has exited.
5976
af48d08f
PA
59772014-11-12 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.arch/i386-bp_permanent.c: New file.
5980 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5981 (srcfile): Set to i386-bp_permanent.c.
5982 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5983 that stepi does not execute the 'leave' instruction, instead of
5984 testing it does execute.
5985 * gdb.base/bp-permanent.c: New file.
5986 * gdb.base/bp-permanent.exp: New file.
5987
af3768e9
DE
59882014-11-10 Doug Evans <xdje42@gmail.com>
5989
5990 PR symtab/17564
5991 * gdb.base/symtab-search-order.exp: New file.
5992 * gdb.base/symtab-search-order.c: New file.
5993 * gdb.base/symtab-search-order-1.c: New file.
5994 * gdb.base/symtab-search-order-shlib-1.c: New file.
5995
9de00a4a
PA
59962014-11-07 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/17511
5999 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6000 i?86-*-linux*.
6001
e0f52461
SC
60022014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6003
6004 PR c++/17494
6005 * gdb.cp/pr17494.cc: New file.
6006 * gdb.cp/pr17494.exp: New file.
6007
6ce8c980
YQ
60082014-11-02 Yao Qi <yao@codesourcery.com>
6009
6010 * gdb.python/python.exp: Get working directory and match the
6011 output of "set extended-prompt \\w " with it.
6012
02be9a71
DE
60132014-10-30 Doug Evans <dje@google.com>
6014
6015 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6016 in objfiles.
6017 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6018 in progspaces.
6019
3bdff46b
LM
60202014-10-30 Janis Johnson <janisjo@codesourcery.com>
6021
6022 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6023 * gdb.base/realname-expand.exp: Likewise.
6024 * gdb.linespec/macro-relative.exp: Likewise.
6025
ab917dfb
PA
60262014-10-29 Pedro Alves <palves@redhat.com>
6027
6028 PR gdb/17408
6029 * gdb.threads/schedlock.c (some_function): New function.
6030 (call_function): New global.
6031 (MAYBE_CALL_SOME_FUNCTION): New macro.
6032 (thread_function): Call it.
6033 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6034 and use it instead of a global counter. Adjust all callers.
6035 (get_current_thread): Use "find current thread" for test message
6036 here rather than having all callers pass down the same string.
6037 (goto_loop): New procedure, factored out from ...
6038 (my_continue): ... this.
6039 (step_ten_loops): Change parameter from test message to command to
6040 use. Adjust.
6041 (list_count): Delete global.
6042 (check_result): New procedure, factored out from duplicate top
6043 level code.
6044 (continue tests): Wrap in with_test_prefix.
6045 (test_step): New procedure, factored out from duplicate top level
6046 code.
6047 (top level): Test "step" in combination with all scheduler-locking
6048 modes. Test "next" in combination with all scheduler-locking
6049 modes, and in combination with stepping over a function call or
6050 not.
6051 * gdb.threads/next-bp-other-thread.c: New file.
6052 * gdb.threads/next-bp-other-thread.exp: New file.
6053
d3d4baed
PA
60542014-10-29 Pedro Alves <palves@redhat.com>
6055
6056 PR python/17372
6057 * gdb.python/python.exp: Test a multi-line command that spawns
6058 interactive Python.
6059 * gdb.base/multi-line-starts-subshell.exp: New file.
6060
563e8d85
YQ
60612014-10-29 Yao Qi <yao@codesourcery.com>
6062
6063 * gdb.base/fileio.exp: Make directories on host.
6064
0ea4d52e
YQ
60652014-10-29 Yao Qi <yao@codesourcery.com>
6066
6067 * gdb.base/fileio.c (test_write): Close the file.
6068
7f5ef605
PA
60692014-10-28 Pedro Alves <palves@redhat.com>
6070
6071 PR gdb/12623
6072 * gdb.base/sigstep.c (no_handler): New global.
6073 (main): If 'no_handler is true, set the signal handlers to
6074 SIG_IGN.
6075 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6076 with_sw_watch and no_handler parameters. Handle them.
6077 (top level) <stepping over handler when stopped at a breakpoint
6078 test>: Add a test axis for testing with a software watchpoint, and
6079 another for testing with the signal handler set to SIG_IGN.
6080 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6081 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6082
abbdbd03
PA
60832014-10-28 Pedro Alves <palves@redhat.com>
6084
6085 PR gdb/17511
6086 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6087 * gdb.base/sigstep.exp (other_handler_location): New global.
6088 (advance): Support stepping into the signal handler, and running
6089 commands while in the handler.
6090 (in_handler_map): New global.
6091 (top level): In the advance test, add combinations for getting
6092 into the handler with stepping commands, and for running commands
6093 in the handler. Add comment descripting the advancei tests.
6094
1df4399f
PA
60952014-10-28 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/sigstep.exp: Use build_executable instead of
6098 prepare_for_testing.
6099 (top level): Move code that starts GDB, runs to main and creates a
6100 display to ...
6101 (restart): ... this new procedure.
6102 (top level): Move backtrace from signal handler test to ...
6103 (validate_backtrace): ... this new procedure.
6104 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6105 with_test_prefix. Always restart GDB.
6106 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6107 with_test_prefix. Always restart GDB. No need to delete
6108 breakpoints after the test.
6109 (test_skip_handler): Remove prefix parameter.
6110 (skip_over_handler, breakpoint_to_handler)
6111 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6112 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6113 restart GDB. No need to delete breakpoints after the test.
6114 (top level): Use foreach to call the test procedures with
6115 different commands.
6116
a5b6e449
PA
61172014-10-28 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6120 instead of GNATS numbers.
6121 * gdb.base/sigbpt.exp: Likewise.
6122 * gdb.base/siginfo.exp: Likewise.
6123 * gdb.base/sigstep.exp: Likewise.
6124
e5f8a7cc
PA
61252014-10-27 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/sigstep.c (dummy): New global.
6128 (main): Issue a couple writes to the new global.
6129 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6130 procedures.
6131 (skip_over_handler): Use test_skip_handler.
6132 (top level): Call skip_over_handler for stepi and nexti too.
6133 (breakpoint_over_handler): Use test_skip_handler.
6134 (top level): Call breakpoint_over_handler for stepi and nexti too.
6135
763905a3
YQ
61362014-10-27 Yao Qi <yao@codesourcery.com>
6137
6138 * gdb.trace/tfile.c (adjust_function_address)
6139 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6140 function descriptor.
6141
6f259a23
DB
61422014-10-24 Don Breazeal <donb@codesourcery.com>
6143
6144 * gdb.base/foll-fork.exp (test_follow_fork,
6145 catch_fork_child_follow): Check for updated fork messages emitted
6146 from infrun.c.
6147 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6148 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6149 vfork_and_exec_child_follow_through_step): Check for updated vfork
6150 messages emitted from infrun.c.
6151
09dd9a69
PA
61522014-10-24 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/corefile.exp: Remove references to ultrix.
6155 * gdb.base/interrupt.exp: Likewise.
6156 * gdb.base/whatis.exp: Likewise.
6157 * gdb.gdb/selftest.exp: Likewise.
6158 * gdb.threads/manythreads.exp: Likewise.
6159 * gdb.threads/print-threads.exp: Likewise.
6160 * gdb.threads/pthreads.exp:: Likewise.
6161 * gdb.threads/schedlock.exp: Likewise.
6162
3433cfa5
SC
61632014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6164
6165 * gdb.cp/non-trivial-retval.cc: Add a test case.
6166 * gdb.cp/non-trivial-retval.exp: Add a test.
6167
092f880b
YQ
61682014-10-20 Yao Qi <yao@codesourcery.com>
6169
6170 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6171 * gdb.python/py-objfile-script-gdb.py: New file.
6172 * gdb.python/py-objfile-script.exp: Update reference to
6173 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6174 of remote_download. Remove the dest file.
6175
acbdb7f3
YQ
61762014-10-20 Yao Qi <yao@codesourcery.com>
6177
6178 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6179 * gdb.base/step-line.exp: Likewise.
6180 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6181 * gdb.dwarf2/dw2-basic.exp: Likewise.
6182 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6183 * gdb.dwarf2/dw2-filename.exp: Likewise.
6184 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6185 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6186 * gdb.dwarf2/dw2-producer.exp: Likewise.
6187 * gdb.dwarf2/mac-fileno.exp: Likewise.
6188 * gdb.python/py-frame-args.exp: Likewise.
6189 * gdb.python/py-framefilter.exp: Likewise.
6190 * gdb.python/py-mi.exp: Likewise.
6191 * gdb.python/py-objfile-script.exp: Likewise
6192 * gdb.python/py-pp-integral.exp: Likewise.
6193 * gdb.python/py-pp-re-notag.exp: Likewise.
6194 * gdb.python/py-prettyprint.exp: Likewise.
6195 * gdb.python/py-section-script.exp: Likewise.
6196 * gdb.python/py-typeprint.exp: Likewise.
6197 * gdb.python/py-xmethods.exp: Likewise.
6198 * gdb.stabs/weird.exp: Likewise.
6199 * gdb.xml/tdesc-regs.exp: Likewise.
6200
bd286a29
KCY
62012014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6202
6203 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6204 (out_cu): Use addr_len for the size of addresses.
6205 (out_line): Likewise. Size DW_LNE_set_address instruction
6206 according to addr_len.
6207 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6208 (FUNC): Add START_INSNS to definition.
6209
673dc4a0
YQ
62102014-10-18 Yao Qi <yao@codesourcery.com>
6211
6212 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6213 gdb_has_argv0 return true.
6214 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6215 check [target_info exists noargs], check [gdb_has_argv0]
6216 instead.
6217 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6218 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6219 procedures.
6220
4ffbba72
DE
62212014-10-17 Doug Evans <dje@google.com>
6222
6223 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6224 event.
6225 * gdb.python/py-events.py: Add clear_objfiles event.
6226
d096d8c1
DE
62272014-10-17 Doug Evans <dje@google.com>
6228
6229 * gdb.python/py-objfile.exp: Test progspace attribute.
6230
a80db015
LM
62312014-10-17 Luis Machado <lgustavo@codesourcery.com>
6232
6233 * gdb.guile/scm-breakpoint.exp: Do not assume any
6234 directory separators when matching source file paths.
6235 * gdb.python/py-breakpoint.exp: Likewise.
6236 * gdb.reverse/break-precsave.exp: Likewise.
6237 * gdb.reverse/break-reverse.exp: Likewise.
6238 * gdb.reverse/consecutive-precsave.exp: Likewise.
6239 * gdb.reverse/finish-precsave.exp: Likewise.
6240 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6241 * gdb.reverse/finish-reverse.exp: Likewise.
6242 * gdb.reverse/i386-precsave.exp: Likewise.
6243 * gdb.reverse/i387-env-reverse.exp: Likewise.
6244 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6245 * gdb.reverse/machinestate-precsave.exp: Likewise.
6246 * gdb.reverse/machinestate.exp: Likewise.
6247 * gdb.reverse/sigall-precsave.exp: Likewise.
6248 * gdb.reverse/solib-precsave.exp: Likewise.
6249 * gdb.reverse/step-precsave.exp: Likewise.
6250 * gdb.reverse/until-precsave.exp: Likewise.
6251 * gdb.reverse/watch-precsave.exp: Likewise.
6252 * gdb.reverse/watch-reverse.exp: Likewise.
6253
b22089ab
YQ
62542014-10-17 Yao Qi <yao@codesourcery.com>
6255
6256 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6257 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6258
6c4486e6
PA
62592014-10-17 Pedro Alves <palves@redhat.com>
6260
6261 PR gdb/17471
6262 * gdb.base/bg-execution-repeat.c: New file.
6263 * gdb.base/bg-execution-repeat.exp: New file.
6264
0ff33695
PA
62652014-10-17 Pedro Alves <palves@redhat.com>
6266
6267 PR gdb/17300
6268 * gdb.base/continue-all-already-running.c: New file.
6269 * gdb.base/continue-all-already-running.exp: New file.
6270
6fdebc3d
PA
62712014-10-17 Pedro Alves <palves@redhat.com>
6272
6273 PR gdb/17472
6274 * gdb.base/annota-input-while-running.c: New file.
6275 * gdb.base/annota-input-while-running.exp: New file.
6276
32a8097b
PA
62772014-10-17 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/callfuncs.exp: emove references to osf.
6280 * gdb.base/sigall.exp: Likewise.
6281 * gdb.gdb/selftest.exp: Likewise.
6282 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6283 * gdb.mi/non-stop.c: Likewise.
6284 * gdb.mi/pthreads.c: Likewise.
6285 * gdb.reverse/sigall-precsave.exp: Likewise.
6286 * gdb.reverse/sigall-reverse.exp: Likewise.
6287 * gdb.threads/pthreads.c: Likewise.
6288 * gdb.threads/pthreads.exp: Likewise.
6289
7a3517ff
YQ
62902014-10-17 Yao Qi <yao@codesourcery.com>
6291
6292 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6293 check 'target_info exists noargs'.
6294 (test_command_prompt_position): Likewise.
6295 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6296 Remove "set args".
6297 (progvar_simple_while_test): Likewise.
6298 (progvar_complex_if_while_test): Likewise.
6299 (if_while_breakpoint_command_test): Likewise.
6300 (infrun_breakpoint_command_test): Likewise.
6301 (breakpoint_command_test): Likewise.
6302 (watchpoint_command_test): Likewise.
6303 (bp_deleted_in_command_test): Likewise.
6304 (temporary_breakpoint_commands): Likewise.
6305
bb99c472
YQ
63062014-10-16 Yao Qi <yao@codesourcery.com>
6307
6308 * gdb.base/remotetimeout.exp: Remove noargs checking.
6309
7c16b83e
PA
63102014-10-15 Pedro Alves <palves@redhat.com>
6311
6312 PR breakpoints/9649
6313 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6314 * gdb.base/breakpoint-in-ro-region.exp
6315 (probe_target_hardware_step): New procedure.
6316 (top level): Probe hardware stepping and hardware breakpoint
6317 support. Test stepping through a read-only region, with both
6318 "breakpoint auto-hw" on and off and both "always-inserted" on and
6319 off.
6320
35a49624
IB
63212014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6322
6323 * gdb.dlang/demangle.exp: Update for demangling changes.
6324
2d1c107c
SC
63252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6326
6327 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6328 * gdb.cp/non-trivial-retval.exp: Add new tests.
6329
778811d5
SC
63302014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6331
6332 PR c++/13403
6333 PR c++/15154
6334 * gdb.cp/non-trivial-retval.cc: New file.
6335 * gdb.cp/non-trivial-retval.exp: New file.
6336
10c5f0a8
YQ
63372014-10-15 Yao Qi <yao@codesourcery.com>
6338
6339 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6340 remote host.
6341
65d7b369
YQ
63422014-10-15 Yao Qi <yao@codesourcery.com>
6343
6344 * gdb.python/py-symbol.exp: Match file base name if host is
6345 remote, otherwise match file name with dir name.
6346 * gdb.python/py-symtab.exp: Likewise.
6347 * gdb.python/python.exp: Likewise.
6348
46dc1394
YQ
63492014-10-15 Yao Qi <yao@codesourcery.com>
6350
6351 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6352 pattern.
6353 * gdb.python/py-symtab.exp: Likewise.
6354 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6355 locationn.
6356
c40cc657
JB
63572014-10-14 Joel Brobecker <brobecker@adacore.com>
6358
6359 * gdb.ada/addr_arith: New testcase.
6360
2abf49e1
MR
63612014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6362
6363 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6364 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6365 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6366 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6367
f7088df3
SDJ
63682014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6369
6370 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6371 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6372 * gdb.arch/stap-eval-lang-ada.exp: New file.
6373
4dc06805
YQ
63742014-10-14 Yao Qi <yao@codesourcery.com>
6375
6376 * gdb.mi/mi-var-child.c (nothing1): New function.
6377 (nothing2): New function.
6378 (do_children_tests): Set function pointers by nothing1 and
6379 nothing2.
6380 * gdb.mi/mi-var-child.exp: Step over new added statements.
6381 Update test to match the new output.
6382 * gdb.mi/var-cmd.c (nothing1): New function.
6383 (nothing2): New function.
6384 (do_children_tests): Set function pointers by nothing1 and
6385 nothing2.
6386 * gdb.mi/mi-var-display.exp: Update test to match output.
6387 Step to the line specified by $line_dct_nothing.
6388 Increase the number of lines to step.
6389
46a93de2
YQ
63902014-10-14 Yao Qi <yao@codesourcery.com>
6391
6392 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6393 tests.
6394 * gdb.mi/mi2-var-child.exp: Likewise.
6395
14ea52ee
DE
63962014-10-13 Doug Evans <dje@google.com>
6397
6398 * gdb.python/py-objfile.exp: Change name of file name test.
6399
e5c6e92b
DE
64002014-10-13 Doug Evans <dje@google.com>
6401
6402 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6403 from the start of the CU.
6404
c780cc2f
JK
64052014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6406 Yao Qi <yao@codesourcery.com>
6407
6408 Fix "save breakpoints" for "catch" command.
6409 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6410 Remove -nonewline. Match also the added "main" line.
6411
99894e11
JK
64122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6413
6414 Fix "save breakpoints" for "disable $bpnum" command.
6415 * gdb.base/save-bp.c (main): Add label.
6416 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6417
6e1ac5a3
JK
64182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6419
6420 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6421
754dd2b0
YQ
64222014-10-11 Yao Qi <yao@codesourcery.com>
6423
6424 * gdb.server/server-kill.exp: Execute command
6425 "set remote trace-status-packet on" before "tstatus".
6426
f90183d7
YQ
64272014-10-11 Yao Qi <yao@codesourcery.com>
6428
6429 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6430 (main): Call getppid.
6431 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6432 and continue to it. Read variable "server_pid".
6433
bf40a607
YQ
64342014-10-11 Yao Qi <yao@codesourcery.com>
6435
6436 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6437
052ca370
YQ
64382014-10-11 Yao Qi <yao@codesourcery.com>
6439
6440 * gdb.threads/thread-find.exp: Don't execute command
6441 "info threads".
6442 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6443 * gdb.threads/linux-dp.exp: Don't check the condition
6444 $threads_created equals to zero.
6445
3831839c
PA
64462014-10-10 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.base/bigcore.exp: Remove references to IRIX.
6449 * gdb.base/funcargs.exp: Likewise.
6450 * gdb.base/interrupt.exp: Likewise.
6451 * gdb.base/mips_pro.exp: Likewise.
6452 * gdb.base/nodebug.exp: Likewise.
6453 * gdb.base/setvar.exp: Likewise.
6454 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6455
8b9a549d
PA
64562014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6457 Pedro Alves <palves@redhat.com>
6458
6459 PR symtab/14466
6460 * gdb.base/vdso-warning.c: New file.
6461 * gdb.base/vdso-warning.exp: New file.
6462
d48ba5e8
DE
64632014-10-02 Doug Evans <dje@google.com>
6464
6465 * gdb.base/structs.c (main): Don't run forever.
6466
2278c276
PA
64672014-10-02 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6470 (top level) <stop threads 1, stop threads 2>: Use it.
6471
b57bacec
PA
64722014-10-02 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.threads/break-while-running.exp (test): Add new
6475 'update_thread_list' argument. Skip "info threads" if false.
6476 (top level): Add new 'update_thread_list' axis.
6477
13fd3ff3
PA
64782014-10-02 Pedro Alves <palves@redhat.com>
6479
6480 PR breakpoints/17431
6481 * gdb.base/execl-update-breakpoints.c: New file.
6482 * gdb.base/execl-update-breakpoints.exp: New file.
6483
0fec99e8
PA
64842014-10-01 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/breakpoint-in-ro-region.c: New file.
6487 * gdb.base/breakpoint-in-ro-region.exp: New file.
6488
2ddf4301
SM
64892014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6490
6491 * gdb.mi/mi-exit-code.exp: New file.
6492 * gdb.mi/mi-exit-code.c: New file.
6493
6a5f3f43
YQ
64942014-09-30 Yao Qi <yao@codesourcery.com>
6495
6496 * lib/prelink-support.exp (build_executable_own_libs): Error if
6497 the target isn't native.
6498
345bcc73
YQ
64992014-09-30 Yao Qi <yao@codesourcery.com>
6500
6501 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6502 false.
6503
a25a5a45
PA
65042014-09-22 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.threads/break-while-running.exp: New file.
6507 * gdb.threads/break-while-running.c: New file.
6508
00ba3162
YQ
65092014-09-19 Yao Qi <yao@codesourcery.com>
6510
6511 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6512 Invoke test. Restart GDB with --readnow and invoke test again.
6513
c3b7b696
YQ
65142014-09-19 Yao Qi <yao@codesourcery.com>
6515
6516 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6517 proc set_breakpoint_on_gcd_function. Invoke
6518 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6519 invoke set_breakpoint_on_gcd_function again.
6520
2b4fd423
DE
65212014-09-18 Doug Evans <dje@google.com>
6522
6523 * gdb.dwarf2/symtab-producer.exp: New file.
6524
a5947601
SDJ
65252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6526
6527 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6528 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6529 * gdb.base/global-var-nested-by-dso.c: Likewise.
6530 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6531
91c19059
SDJ
65322014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6533 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/watch-bitfields.exp: Pass string other than test file
6536 name to prepare_for_testing.
6537 (watch): New procedure.
6538 (expect_watchpoint): Use with_test_prefix.
6539 (top level): Factor out tests to ...
6540 (test_watch_location, test_regular_watch): ... these new
6541 procedures, and use with_test_prefix and gdb_continue_to_end.
6542
bb9d5f81
PP
65432014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6544
6545 PR breakpoints/12526
6546 * gdb.base/watch-bitfields.exp: New file.
6547 * gdb.base/watch-bitfields.c: New file.
6548
635856f5
PA
65492014-09-16 Pedro Alves <palves@redhat.com>
6550
6551 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6552 software and hardware addresses, not software address against
6553 itself.
6554
7280ceea
PA
65552014-09-16 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6558 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6559
428b16bd
PA
65602014-09-16 Pedro Alves <palves@redhat.com>
6561
6562 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6563 files.
6564 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6565 "*-*-vxworks*" throughout.
6566 * gdb.base/break.exp: Likewise.
6567 * gdb.base/default.exp: Likewise.
6568 * gdb.base/scope.exp: Likewise.
6569 * gdb.base/sepdebug.exp: Likewise.
6570 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6571 throughout.
6572 * gdb.base/run.c: Likewise.
6573 * gdb.base/sepdebug.c: Likewise.
6574 * gdb.hp/gdb.aCC/run.c: Likewise.
6575 * gdb.reverse/until-reverse.c: Likewise.
6576 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6577
666d413c
YQ
65782014-09-16 Yao Qi <yao@codesourcery.com>
6579
6580 * boards/local-remote-host-native.exp: New file.
6581
57cbd724
DE
65822014-09-14 Doug Evans <xdje42@gmail.com>
6583
6584 * gdb.threads/queue-signal.c (thread_count): New variable.
6585 (thread_count_mutex, thread_count_condvar): New variables.
6586 (incr_thread_count, wait_all_threads_running): New functions.
6587 (main): Wait for all threads to be in their thread functions.
6588
81219e53
DE
65892014-09-13 Doug Evans <xdje42@gmail.com>
6590
6591 * gdb.threads/queue-signal.c: New file.
6592 * gdb.threads/queue-signal.exp: New file.
6593
3714cea7
DE
65942014-09-13 Doug Evans <xdje42@gmail.com>
6595
6596 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6597 be consistent with what default_gdb_init uses.
6598 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6599 the plain text of the prompt. Add some logging printfs.
6600 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6601
fa43b1d7
PA
66022014-09-12 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6605 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6606 * gdb.arch/i386-size-overlap.exp: Likewise.
6607 * gdb.arch/i386-size.exp: Likewise.
6608 * gdb.arch/i386-unwind.exp: Likewise.
6609 * gdb.base/a2-run.exp: Likewise.
6610 * gdb.base/break.exp: Likewise.
6611 * gdb.base/charset.exp: Likewise.
6612 * gdb.base/chng-syms.exp: Likewise.
6613 * gdb.base/commands.exp: Likewise.
6614 * gdb.base/dbx.exp: Likewise.
6615 * gdb.base/find.exp: Likewise.
6616 * gdb.base/funcargs.exp: Likewise.
6617 * gdb.base/jit-simple.exp: Likewise.
6618 * gdb.base/reread.exp: Likewise.
6619 * gdb.base/sepdebug.exp: Likewise.
6620 * gdb.base/step-bt.exp: Likewise.
6621 * gdb.cp/mb-inline.exp: Likewise.
6622 * gdb.cp/mb-templates.exp: Likewise.
6623 * gdb.objc/basicclass.exp: Likewise.
6624 * gdb.threads/killed.exp: Likewise.
6625
9d9bf2df
EBM
66262014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6627
6628 PR tdep/17379
6629 * gdb.arch/powerpc-stackless.S: New file.
6630 * gdb.arch/powerpc-stackless.exp: New file.
6631
1cf2f1b0
JK
66322014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 * gdb.base/attach.c: Include unistd.h.
6635 (main): Call alarm. Add label postloop.
6636 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6637 gdb_breakpoint, gdb_continue_to_breakpoint.
6638 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6639
98880d46
PA
66402014-09-11 Pedro Alves <palves@redhat.com>
6641
6642 PR gdb/17347
6643 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6644 * gdb.base/attach.exp (test_command_line_attach_run): New
6645 procedure.
6646 (top level): Call it.
6647
4c92ff2c
PA
66482014-09-11 Pedro Alves <palves@redhat.com>
6649
6650 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6651 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6652 (do_command_attach_tests): Use spawn_wait_for_attach.
6653 * gdb.base/solib-overlap.exp: Likewise.
6654 * gdb.multi/multi-attach.exp: Likewise.
6655 * gdb.python/py-prompt.exp: Likewise.
6656 * gdb.python/py-sync-interp.exp: Likewise.
6657 * gdb.server/ext-attach.exp: Likewise.
6658
3adc1a7d
GKB
66592014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6660
6661 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6662 command in testcase. Simplify testcase.
6663
96334934
JB
66642014-09-10 Joel Brobecker <brobecker@adacore.com>
6665
6666 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6667
eb479039
JB
66682014-09-10 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6671
deede10c
JB
66722014-09-10 Joel Brobecker <brobecker@adacore.com>
6673
6674 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6675
7828a5f5
JB
66762014-09-10 Joel Brobecker <brobecker@adacore.com>
6677
6678 * gdb.dwarf2/dynarr-ptr.c: New file.
6679 * gdb.dwarf2/dynarr-ptr.exp: New file.
6680
33aeebcf
MR
66812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6682
6683 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6684 of 30 rather than hardcoding 120 for a slow test case. Take the
6685 `gdb,timeout' target setting into account for this calculation.
6686 Don't extend the timeout for the test cases that don't need it.
6687
7b415901
MR
66882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6689
6690 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6691 a factor of 2 for a slow test case. Take the `gdb,timeout'
6692 target setting into account for this calculation.
6693 * gdb.reverse/until-precsave.exp: Increase the timeout by
6694 a factor of 15 and 3 respectively rather than adding 120
6695 for a pair of slow test cases. Take the `gdb,timeout'
6696 target setting into account for this calculation.
6697
4a40f85a
MR
66982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6699
6700 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6701 timeout, don't pass one down to gdb_expect.
6702 (gdb_expect): Rework timeout selection.
6703
09635af7
MR
67042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6705
6706 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6707 exception on timeout.
6708 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6709 (gdbserver_start_extended): Catch any `gdbserver_start' error
6710 exceptions.
6711 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6712 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6713 `gdbserver_gdb_load' error exceptions.
6714
2bdd10b7
MR
67152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6716
6717 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6718 120 on waiting for the TCP socket to open.
6719
316935f0
DE
67202014-09-09 Doug Evans <xdje42@gmail.com>
6721
6722 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6723 _caller_matches, _any_caller_is, _any_caller_matches.
6724
83740597
DE
67252014-09-09 Doug Evans <xdje42@gmail.com>
6726
6727 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6728
4c122fc3
YQ
67292014-09-09 Yao Qi <yao@codesourcery.com>
6730
6731 * gdb.mi/mi-var-display.exp: Set print symbol off.
6732
a9f116cb
GKB
67332014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6734
6735 PR gdb/17035
6736 * gdb.base/commands.exp: Add tests to verify user-defined
6737 commands with empty bodies.
6738 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6739 python commands in `show user command`.
6740 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6741 scheme commands in `show user command`.
6742
c75bd3a2
JK
67432014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 PR python/17355
6746 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6747 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6748 * gdb.python/py-framefilter-invalidarg.exp: New file.
6749 * gdb.python/py-framefilter-invalidarg.py: New file.
6750
faa42425
DE
67512014-09-06 Doug Evans <xdje42@gmail.com>
6752
6753 PR 15276
6754 * gdb.python/py-caller-is.c: New file.
6755 * gdb.python/py-caller-is.exp: New file.
6756
474ca4f6
SDJ
67572014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6758
6759 PR gdb/17235
6760 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6761 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6762
eb0b0463
SDJ
67632014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6764
6765 PR fortran/17237
6766 * gdb.fortran/print-formatted.exp: New file.
6767 * gdb.fortran/print-formatted.f90: Likewise.
6768
5f3b99cf
SS
67692014-09-03 Sasha Smundak <asmundak@google.com>
6770
6771 * gdb.python/py-frame.exp: Test Frame.read_register.
6772
7d793aa9
SDJ
67732014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6774
6775 PR python/16699
6776 * gdb.python/py-completion.exp: New file.
6777 * gdb.python/py-completion.py: Likewise.
6778
fb0576e9
DE
67792014-08-28 Doug Evans <dje@google.com>
6780
6781 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6782 eax,etc. are live with values set by gdb and thus the compiler can't
6783 use them.
6784 * gdb.arch/i386-pseudo.c (main): Ditto.
6785
ee92b0dd
DE
67862014-08-27 Doug Evans <dje@google.com>
6787
6788 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6789
6649db35
DE
67902014-08-25 Doug Evans <dje@google.com>
6791
6792 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6793 (main): Ditto.
6794
564b7600
DE
67952014-08-25 Doug Evans <dje@google.com>
6796
6797 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6798
3881fb67
YQ
67992014-08-24 Yao Qi <yao@codesourcery.com>
6800
6801 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6802 symbol off.
6803 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6804
a05a36a5
DE
68052014-08-22 Doug Evans <dje@google.com>
6806
6807 PR 17276
6808 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6809 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6810 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6811
7c343b48
YQ
68122014-08-22 Yao Qi <yao@codesourcery.com>
6813
6814 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6815 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6816 * gdb.python/python.exp: Likewise. Use .py file on the host
6817 instead of the build.
6818
22fd09ae
JK
68192014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 * gdb.threads/gcore-stale-thread.c: New file.
6822 * gdb.threads/gcore-stale-thread.exp: New file.
6823
a8454a7c
PA
68242014-08-21 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6827 * gdb.base/gcore-relro-pie.exp: Likewise.
6828 * gdb.base/gcore-relro.exp: Likewise.
6829 * gdb.base/gcore.exp: Likewise.
6830 * gdb.base/print-symbol-loading.exp: Likewise.
6831 * gdb.threads/gcore-thread.exp: Likewise.
6832 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6833
2a31c623
PA
68342014-08-20 Pedro Alves <palves@redhat.com>
6835 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6838 configure.
6839 (EXPECT): Handle READ1 being set.
6840 (all): Depend on EXTRA_RULES.
6841 (check-read1, expect-read1, read1.so, read1): New rules.
6842 * README (Testsuite Parameters): Document the READ1 make variable.
6843 (Race detection): New section.
6844 * configure: Regenerate.
6845 * configure.ac: If build==host==target, and running under a
6846 GNU/glibc system, add read1 to the extra Makefile rules.
6847 (EXTRA_RULES): AC_SUBST it.
6848 * lib/read1.c: New file.
6849
d36430db
JB
68502014-08-20 Joel Brobecker <brobecker@adacore.com>
6851
6852 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6853 the handling of variables declared as a typedef to an array
6854 which a DW_AT_data_location attribute.
6855
9a0dc9e3
PA
68562014-08-19 Andrew Burgess <aburgess@broadcom.com>
6857 Pedro Alves <palves@redhat.com>
6858
6859 PR symtab/14604
6860 PR symtab/14605
6861 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6862 gdb_test.
6863
0718a8da
PA
68642014-08-19 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6867
13b448cd
YQ
68682014-08-19 Yao Qi <yao@codesourcery.com>
6869
6870 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6871 right line.
6872
1cbf5077
DB
68732014-08-18 David Blaikie <dblaikie@gmail.com>
6874
6875 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6876
bf0fae19
JB
68772014-08-18 Joel Brobecker <brobecker@adacore.com>
6878
6879 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6880 attribute in array range.
6881
3c8c5dcc
JB
68822014-08-18 Joel Brobecker <brobecker@adacore.com>
6883
6884 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6885
e66d4446
SC
68862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6887
6888 PR c++/17132
6889 * gdb.cp/pr17132.cc: New file.
6890 * gdb.cp/pr17132.exp: New file.
6891
940df408
SC
68922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6893
6894 * gdb.python/py-xmethods.py (A_getarrayind)
6895 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6896 Use 'print' with function call syntax.
6897 (E_method_matcher.match): Fix tab vs space indentation mixup.
6898
ebcc6c3a
YQ
68992014-08-15 Yao Qi <yao@codesourcery.com>
6900
6901 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6902 false.
6903
775e0f04
YQ
69042014-08-15 Yao Qi <yao@codesourcery.com>
6905
6906 * gdb.cp/casts.exp: Set print symbol off.
6907 * gdb.cp/class2.exp: Likewise.
6908 * gdb.cp/overload.exp: Likewise.
6909 * gdb.cp/templates.exp: Likewise.
6910
d769e349
DE
69112014-08-11 Doug Evans <dje@google.com>
6912
6913 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6914 (test_load_shlib): Update.
6915
20c6f1e1
YQ
69162014-08-09 Yao Qi <yao@codesourcery.com>
6917
6918 * gdb.base/display.exp: Invoke is_address_zero_readable.
6919 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6920 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6921 * gdb.base/hbreak-unmapped.exp: Return if
6922 is_address_zero_readable returns true.
6923 * gdb.base/signest.exp: Likewise.
6924 * gdb.base/signull.exp: Likewise.
6925 * gdb.base/sigbpt.exp: Likewise.
6926 * gdb.guile/scm-disasm.exp: Do the test if
6927 is_address_zero_readable returns false.
6928 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6929 * gdb.python/py-arch.exp: Likewise.
6930 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6931 * lib/gdb.exp (is_address_zero_readable): New proc.
6932
5792e8e3
YQ
69332014-08-09 Yao Qi <yao@codesourcery.com>
6934
6935 PR testsuite/13443
6936 * gdb.mi/mi-var-display.exp: Make test messages unique.
6937
3cecbbbe
TT
69382014-08-04 Tom Tromey <tromey@redhat.com>
6939
6940 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6941 target 0".
6942
00b51ff5
TT
69432014-08-04 Tom Tromey <tromey@redhat.com>
6944
6945 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6946 "target_resume".
6947
6908c509
JB
69482014-08-01 Joel Brobecker <brobecker@adacore.com>
6949
6950 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6951 inner_vla_struct_object_size.
6952 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6953 as xfail.
6954
cc6563d2
PA
69552014-07-30 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6958 comment.
6959
7e09a223
YQ
69602014-07-29 Yao Qi <yao@codesourcery.com>
6961
6962 PR gdb/17206
6963 * gdb.base/until-nodebug.exp: New.
6964
7ebdbe92
DE
69652014-07-28 Doug Evans <xdje42@gmail.com>
6966
6967 PR guile/17203
6968 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6969 previously existing parameter, and previously ambiguously spelled
6970 parameter.
6971
fdb1adc6
WN
69722014-07-28 Will Newton <will.newton@linaro.org>
6973
6974 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6975
186fcde0
DE
69762014-07-26 Ludovic Courtès <ludo@gnu.org>
6977 Doug Evans <xdje42@gmail.com>
6978
6979 PR guile/17146
6980 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6981
70509625
PA
69822014-07-25 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.threads/signal-command-handle-nopass.c: New file.
6985 * gdb.threads/signal-command-handle-nopass.exp: New file.
6986 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6987 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6988 * gdb.threads/signal-delivered-right-thread.c: New file.
6989 * gdb.threads/signal-delivered-right-thread.exp: New file.
6990
c3f814a1
PA
69912014-07-25 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.base/double-prompt-target-event-error.exp
6994 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6995 match.
6996 (cancel_pagination_in_target_event): Rework double prompt
6997 detection.
6998 * gdb.base/paginate-after-ctrl-c-running.exp
6999 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7000 <return>' match.
7001 * gdb.base/paginate-bg-execution.exp
7002 (test_bg_execution_pagination_return)
7003 (test_bg_execution_pagination_cancel): Remove '-notransfer
7004 <return>' matches.
7005 * gdb.base/paginate-execution-startup.exp
7006 (test_fg_execution_pagination_return)
7007 (test_fg_execution_pagination_cancel): Remove '-notransfer
7008 <return>' matches.
7009 * gdb.base/paginate-inferior-exit.exp
7010 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7011 match.
7012 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7013 * lib/gdb.exp (pagination_prompt): Run text through
7014 string_to_regexp.
7015 (gdb_test_multiple): Match $pagination_prompt instead of
7016 "<return>".
7017 (string_to_regexp): Move to lib/gdb-utils.exp.
7018
e214cf6c
JK
70192014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 * gdb.arch/amd64-entry-value-paramref.S: New file.
7022 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7023 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7024 * gdb.arch/amd64-optimout-repeat.S: New file.
7025 * gdb.arch/amd64-optimout-repeat.c: New file.
7026 * gdb.arch/amd64-optimout-repeat.exp: New file.
7027
17d0c5c8
JK
70282014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7029
7030 PR gdb/17170
7031 * gdb.base/statistics.exp: New file.
7032
b8b8facf
DE
70332014-07-17 Doug Evans <dje@google.com>
7034
74b49205 7035 PR gdb/17170
b8b8facf
DE
7036 * gdb.base/maint.exp: Update testing of per-command stats.
7037
1b5d0ab3
PA
70382014-07-16 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7041 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7042 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7043 (tfile_write_buf): New functions.
7044 (add_memory_block): Rewrite using the above.
7045 (adjust_function_address): New function.
7046 (FUNCTION_ADDRESS): New macro.
7047 (write_basic_trace_file): Remove short_x local, and use
7048 tfile_write_16. Change type of func_addr local to unsigned long
7049 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7050 here. Cast argument of add_memory_block to char pointer.
7051 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7052 (main): Remove parameters.
7053 * gdb.trace/tfile.exp: Remove nowarnings.
7054
4d974e88
SM
70552014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * gdb.base/debug-expr.exp: Test string evaluation with
7058 "debug expression" on.
7059
41e99568
PA
70602014-07-15 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/reread.exp: Use clean_restart.
7063
487d9753
PL
70642014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7065
7066 * gdb.arch/avr-flash-qualifer.c: New.
7067 * gdb.arch/avr-flash-qualifer.exp: New.
7068
cc1c52ad
PA
70692014-07-14 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7072 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7073
1e973570
PA
70742014-07-14 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/double-prompt-target-event-error.c: New file.
7077 * gdb.base/double-prompt-target-event-error.exp: New file.
7078
93d6eb10
PA
70792014-07-14 Pedro Alves <palves@redhat.com>
7080
7081 PR gdb/17072
7082 * gdb.base/paginate-inferior-exit.c: New file.
7083 * gdb.base/paginate-inferior-exit.exp: New file.
7084
0017922d
PA
70852014-07-14 Pedro Alves <palves@redhat.com>
7086
7087 PR gdb/17072
7088 * gdb.base/paginate-bg-execution.c: New file.
7089 * gdb.base/paginate-bg-execution.exp: New file.
7090
94696ad3
PA
70912014-07-14 Pedro Alves <palves@redhat.com>
7092
7093 PR gdb/17072
7094 * gdb.base/paginate-execution-startup.c: New file.
7095 * gdb.base/paginate-execution-startup.exp: New file.
7096 * lib/gdb.exp (pagination_prompt): New global.
7097 (default_gdb_spawn): New procedure, factored out from
7098 default_gdb_spawn.
7099 (default_gdb_start): Adjust to call default_gdb_spawn.
7100 (gdb_spawn): New procedure.
7101
bd293940
PA
71022014-07-14 Pedro Alves <palves@redhat.com>
7103
7104 * lib/gdb.exp (gdb_assert): New procedure.
7105 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7106
c933f875
PA
71072014-07-14 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/execution-termios.c: New file.
7110 * gdb.base/execution-termios.exp: New file.
7111
d98b7a16
TT
71122014-07-14 Tom Tromey <tromey@redhat.com>
7113
7114 * gdb.cp/vla-cxx.cc: New file.
7115 * gdb.cp/vla-cxx.exp: New file.
7116
548740d6
TT
71172014-07-14 Tom Tromey <tromey@redhat.com>
7118
7119 * gdb.reverse/rerun-prec.c: New file.
7120 * gdb.reverse/rerun-prec.exp: New file.
7121
a25eb028
MR
71222014-07-12 Maciej W. Rozycki <macro@mips.com>
7123 Maciej W. Rozycki <macro@codesourcery.com>
7124
7125 * lib/gdb-utils.exp: New file.
7126 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7127 inline `gdb_init_command' processing.
7128 (gdb_start_cmd): Likewise.
7129 * lib/mi-support.exp (mi_run_cmd): Likewise.
7130 * README: Document `gdb_init_command' and `gdb_init_commands'.
7131
218c2655
JK
71322014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7133
7134 Fix false FAIL running under a very long directory name.
7135 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7136 and "set print elements 10000". Twice.
7137
5401fde3
YQ
71382014-07-11 Yao Qi <yao@codesourcery.com>
7139
7140 * gdb.base/exprs.exp: "set print symbol off".
7141
e76126e8
PA
71422014-07-11 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/kill.c: New file.
7145 * gdb.threads/kill.exp: New file.
7146
2d6f0de6
YQ
71472014-07-10 Yao Qi <yao@codesourcery.com>
7148
7149 * gdb.trace/tfile.c (write_basic_trace_file)
7150 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7151 address written to trace file.
7152
7180e04a
PA
71532014-07-09 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.base/attach-wait-input.exp: New file.
7156 * gdb.base/attach-wait-input.c: New file.
7157
9a9a7608
AB
71582014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7159
7160 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7161 setting up test structures.
7162 (main): Call new test function.
7163 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7164 test function, continue into test function and walk test
7165 structures.
7166
161ac41e
YQ
71672014-07-02 Yao Qi <yao@codesourcery.com>
7168
7169 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7170 'bar_start' at the beginning of functions 'foo' and 'bar'
7171 respectively.
7172 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7173 instead of 'foo' and 'bar'.
7174
1f267ae3
MM
71752014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7176
7177 * gdb.btrace/segv.exp: New.
7178 * gdb.btrace/segv.c: New.
7179
2b239efb
LM
71802014-07-02 Luis Machado <lgustavo@codesourcery.com>
7181
7182 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7183 instruction.
7184
cf363f18
MW
71852014-06-30 Mark Wielaard <mjw@redhat.com>
7186
7187 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7188 vulture, vilify, villar): New volatile array constants.
7189 (vindictive, vegetation): New const volatile array constants.
7190 * gdb.base/volatile.exp: Test volatile and const volatile array
7191 types.
7192
aebf9d24
AA
71932014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7194
7195 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7196 target lacks support for awatch, rwatch, or hbreak.
7197
b67a2c6f
YQ
71982014-06-27 Yao Qi <yao@codesourcery.com>
7199
7200 * gdb.multi/dummy-frame-restore.exp: New.
7201 * gdb.multi/dummy-frame-restore.c: New.
7202
aef92902
MM
72032014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7204
7205 * gdb.btrace/gcore.exp: New.
7206
8e9db26e
PA
72072014-06-23 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/watchpoint-reuse-slot.c: New file.
7210 * gdb.base/watchpoint-reuse-slot.exp: New file.
7211
70afc5b7
SC
72122014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7213
7214 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7215 progspace's filename in 'info', 'enable' and 'disable' command
7216 tests.
7217
b972bd9c
JK
72182014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7221 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7222 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7223
125f8a3d
GB
72242014-06-20 Gary Benson <gbenson@redhat.com>
7225
7226 * gdb.arch/i386-avx.exp: Fix include file location.
7227 * gdb.arch/i386-sse.exp: Likewise.
7228
3ed9baed
IB
72292014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7230
7231 * gdb.dlang/expression.exp: New file.
7232
034f788c
PA
72332014-06-19 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7236 out from ...
7237 (top level): ... here. Iterate running tests under different
7238 scheduler-locking settings.
7239
45371d0c
LM
72402014-06-18 Luis Machado <lgustavo@codesourcery.com>
7241
7242 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7243 to DW_FORM_addr and use non-zero addresses.
7244
5d376983
SC
72452014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7246
7247 PR gdb/17017
7248 * gdb.python/py-xmethods.cc: Add global function call counters and
7249 increment them in their respective functions. Remove "cout"
7250 statements.
7251 * gdb.python/py-xmethods.exp: Make tests check the global function
7252 call counters instead of depending on inferior IO.
7253
a1aa2221
LM
72542014-06-18 Don Breazeal <donb@codesourcery.com>
7255
7256 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7257 Deleted procedure.
7258 (explicit_fork_parent_follow): Deleted procedure.
7259 (explicit_fork_child_follow): Deleted procedure.
7260 (test_follow_fork): New procedure.
7261 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7262 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7263 procedure calls.
7264
0fc05997
YQ
72652014-06-17 Yao Qi <yao@codesourcery.com>
7266
7267 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7268 CP1252.
7269
70795c52
LM
72702014-06-17 Luis Machado <lgustavo@codesourcery.com>
7271
7272 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7273 Initialize ptr and S explicitly.
7274 (skip_type_update_when_not_use_rtti_test): Likewise.
7275
6be47f0c
KS
72762014-06-16 Keith Seitz <keiths@redhat.com>
7277
7278 PR mi/15863
7279 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7280 the inferior is started.
7281
d03de421
PA
72822014-06-16 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/break-main-file-remove-fail.c: New file.
7285 * gdb.base/break-main-file-remove-fail.exp: New file.
7286 * gdb.base/break-unload-file.exp: Use build_executable instead of
7287 prepare_for_testing.
7288 (test_break): New parameter "initial_load". Handle it.
7289 (top level): Add initial_load cmdline/file axis.
7290
f9579b99
TT
72912014-06-12 Tom Tromey <tromey@redhat.com>
7292
7293 * gdb.base/completion.exp: Don't use directory name in test.
7294
3657956b
GB
72952014-06-09 Gary Benson <gbenson@redhat.com>
7296
7297 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7298 separate the always-available ANSI-standard signals from the
7299 signals that require checking.
7300 (main): Likewise.
7301 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7302 Likewise.
7303 (main): Likewise.
7304
4186eb54
KS
73052014-06-07 Keith Seitz <keiths@redhat.com>
7306
7307 Revert:
7308 PR c++/16253
7309 * gdb.cp/var-tag.cc: New file.
7310 * gdb.cp/var-tag.exp: New file.
7311 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7312 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7313 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7314 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7315
25326a28 73162014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7317
7318 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7319
829155c9
PA
73202014-06-06 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7323 in target debug output instead of looking at RSP packets,
7324 disabling the test on any target that uses hardware stepping.
7325 Update comments.
7326
61c8d22e
PA
73272014-06-06 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.base/break-unload-file.exp: Fix typo.
7330
d9a47287
YQ
73312014-06-06 Yao Qi <yao@codesourcery.com>
7332
7333 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7334 from "jit_function" to "^jit_function".
7335
e5e01dbf
YQ
73362014-06-06 Yao Qi <yao@codesourcery.com>
7337
7338 * gdb.base/async.c (foo): Add one statement.
7339 * gdb.base/async.exp: Get the next instruction address and
7340 match the output of "nexti" by instruction address. Match
7341 the hex address in the output of "finish".
7342
73ba372c
GB
73432014-06-06 Gary Benson <gbenson@redhat.com>
7344
7345 * gdb.base/call-signals.c: Remove preprocessor conditionals
7346 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7347 SIGSEGV and SIGTERM.
7348 * gdb.base/sigall.c: Likewise.
7349 * gdb.base/unwindonsignal.c: Likewise.
7350 * gdb.reverse/sigall-reverse.c: Likewise.
7351
831517df
YQ
73522014-06-06 Yao Qi <yao@codesourcery.com>
7353
7354 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7355 readable, skip the test.
7356
b8b91e98
YQ
73572014-06-06 Yao Qi <yao@codesourcery.com>
7358
7359 * gdb.threads/staticthreads.c (thread_function): Move the line
7360 setting breakpoint on forward.
7361 * gdb.threads/staticthreads.exp: Update comments.
7362
fb934770
LC
73632014-06-05 Ludovic Courtès <ludo@gnu.org>
7364
7365 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7366 "history-append! type error".
7367
6ef284bd
SM
73682014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7369
7370 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7371 erroneous dprintf expected input.
7372
a872e241
DE
73732014-06-04 Doug Evans <xdje42@gmail.com>
7374
7375 * gdb.guile/scm-generics.exp: Delete.
7376
16f691fb
DE
73772014-06-04 Doug Evans <xdje42@gmail.com>
7378
7379 * gdb.guile/scm-breakpoint.exp: Update.
7380 Add tests for breakpoint registration.
7381
012370f6
TT
73822014-06-04 Tom Tromey <tromey@redhat.com>
7383
7384 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7385 VLA-in-union.
7386 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7387 inner_vla_struct, vla_union types. Initialize objects of those
7388 types and compute their sizes.
7389
9f5a4cef
HZ
73902014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7391 Hui Zhu <hui@codesourcery.com>
7392
7393 * gdb.base/fileio.exp: Add test for shell not available as well as
7394 available.
7395 * gdb.base/fileio.c (test_system): Check for shell twice.
7396
90a45c4d
YQ
73972014-06-04 Yao Qi <yao@codesourcery.com>
7398
7399 * gdb.base/auto-connect-native-target.exp: Remove redundant
7400 space from the regexp pattern.
7401
70017e41
YQ
74022014-06-04 Yao Qi <yao@codesourcery.com>
7403
7404 * gdb.base/default.exp: Replace "child" with "native" in
7405 regexp pattern.
7406
883964a7
SC
74072014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7408
7409 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7410 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7411 * gdb.python/py-xmethods.py: Python script supporting the
7412 new testcase and tests.
7413
ef370185
JB
74142014-06-03 Joel Brobecker <brobecker@adacore.com>
7415 Pedro Alves <palves@redhat.com>
7416
7417 PR breakpoints/17000
7418 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7419 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7420
1e2ccb61
BM
74212014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7422
7423 * gdb.base/subst.exp: Add tests to verify partial path matching
7424 output.
7425
c6ec5ab2
PA
74262014-06-03 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7429 target that doesn't use software single-stepping.
7430
835c559f
PA
74312014-06-03 Pedro Alves <palves@redhat.com>
7432
7433 PR breakpoints/17000
7434 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7435 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7436
06eb1586
DE
74372014-06-02 Doug Evans <xdje42@gmail.com>
7438
7439 * gdb.guile/scm-parameter.exp: New file.
7440
e698b8c4
DE
74412014-06-02 Doug Evans <xdje42@gmail.com>
7442
7443 * gdb.guile/scm-cmd.c: New file.
7444 * gdb.guile/scm-cmd.exp: New file.
7445
ded03782
DE
74462014-06-02 Doug Evans <xdje42@gmail.com>
7447
7448 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7449 pretty-printer lookup.
7450 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7451 (make-pp_s-printer): Call it.
7452 (make-pretty-printer-from-dict): New function.
7453 (lookup-pretty-printer-maker-from-dict): New function.
7454 (*pretty-printer*): Simplify.
7455 (make-objfile-pp_s-printer): New function.
7456 (install-objfile-pretty-printers!): New function.
7457 (make-progspace-pp_s-printer): New function.
7458 (install-progspace-pretty-printers!): New function.
7459 * gdb.guile/scm-progspace.c: New file.
7460 * gdb.guile/scm-progspace.exp: New file.
7461
41fac0cf
PA
74622014-06-02 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/dprintf-bp-same-addr.c: New file.
7465 * gdb.base/dprintf-bp-same-addr.exp: New file.
7466
96ae5695
EBM
74672014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7468
7469 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7470 * gdb.arch/powerpc-power.s: Likewise.
7471
da02b3a8
JB
74722014-06-02 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7475
c72b2e7b
YQ
74762014-06-01 Yao Qi <yao@codesourcery.com>
7477
7478 * gdb.base/watchpoint.exp (test_watch_location): Check null
7479 pointer can be dereferenced. If not, do the test, otherwise
7480 skip it.
7481
53e8a631
AB
74822014-05-30 Andrew Burgess <aburgess@broadcom.com>
7483
7484 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7485 results.
7486 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7487
938f0e2f
AB
74882014-05-30 Andrew Burgess <aburgess@broadcom.com>
7489
7490 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7491 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7492 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7493 * gdb.arch/amd64-invalid-stack-top.c: New file.
7494 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7495
9ba6657a
PA
74962014-05-30 Pedro Alves <palves@redhat.com>
7497
7498 PR breakpoints/17000
7499 * gdb.base/sss-bp-on-user-bp.c: New file.
7500 * gdb.base/sss-bp-on-user-bp.exp: New file.
7501
522c09bf
DB
75022014-05-30 David Blaikie <dblaikie@gmail.com>
7503
7504 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7505 gnu_inline semantics via attribute.
7506 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7507 source explicitly specifies the required semantics.
7508
bf4ef81e
MR
75092014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7510
7511 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7512
329ea579
PA
75132014-05-29 Pedro Alves <palves@redhat.com>
7514 Tom Tromey <tromey@redhat.com>
7515
7516 * gdb.base/async-shell.exp: Don't enable target-async.
7517 * gdb.base/async.exp
7518 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7519 parameter. Adjust.
7520 (top level): Don't test with "target-async".
7521 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7522 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7523 * gdb.base/inferior-died.exp: Don't enable target-async.
7524 * gdb.base/interrupt-noterm.exp: Likewise.
7525 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7526 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7527 * gdb.mi/mi-nonstop.exp: Likewise.
7528 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7529 * gdb.mi/mi-nsintrall.exp: Likewise.
7530 * gdb.mi/mi-nsmoribund.exp: Likewise.
7531 * gdb.mi/mi-nsthrexec.exp: Likewise.
7532 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7533 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7534 * gdb.python/py-evsignal.exp: Don't enable target-async.
7535 * gdb.python/py-evthreads.exp: Likewise.
7536 * gdb.python/py-prompt.exp: Likewise.
7537 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7538 * gdb.server/solib-list.exp: Don't enable target-async.
7539 * gdb.threads/thread-specific-bp.exp: Likewise.
7540 * lib/mi-support.exp: Adjust to use mi-async.
7541
fd664c91
PA
75422014-05-29 Pedro Alves <palves@redhat.com>
7543
7544 PR gdb/13860
7545 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7546 reason, even in sync mode.
7547
251bde03
PA
75482014-05-29 Pedro Alves <palves@redhat.com>
7549 Hui Zhu <hui@codesourcery.com>
7550
7551 PR PR15693
7552 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7553 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7554 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7555 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7556
7f3c0343
JB
75572014-05-28 Joel Brobecker <brobecker@adacore.com>
7558
7559 * config/monitor.exp (gdb_target_monitor): Replace use of
7560 "set remotebaud" by "set serial baud".
7561
b2715b27
AW
75622014-05-26 Andy Wingo <wingo@igalia.com>
7563
7564 * gdb.guile/scm-breakpoint.exp:
7565 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7566 properties instead of gdb-object-properties.
7567
498a4489
YQ
75682014-05-26 Yao Qi <yao@codesourcery.com>
7569
7570 * gdb.server/no-thread-db.exp: Specify source file name
7571 explicitly when setting a breakpoint.
7572
589fdceb
MM
75732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7574
7575 * gdb.btrace/vdso.c: New.
7576 * gdb.btrace/vdso.exp: New.
7577
e9089e05
MM
75782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7579
7580 * gdb.base/gcore.exp (capture_command_output): Move ...
7581 * lib/gdb.exp (capture_command_output): ... here.
7582
67b5c0c1
MM
75832014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7584
7585 * gdb.btrace/data.exp: Test memory access during btrace replay.
7586
a2199296
SM
75872014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7590
17b2616c
PA
75912014-05-21 Pedro Alves <palves@redhat.com>
7592
7593 PR gdb/13860
7594 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7595 (top level): Test that output related to execution commands is
7596 sent to the console with CLI commands, but not with MI commands.
7597 Test that breakpoint events are always mirrored to the console.
7598 Also expect the new source line to be output after a "next" in
7599 async mode too. Make it a pass/fail test.
7600 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7601 output.
7602 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7603
5166082f
PA
76042014-05-21 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7607 Use them to test variations of "list" after reaching a breakpoint.
7608 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7609 Test "list" with listsize 10 after reaching a breakpoint.
7610 * gdb.python/python.exp (decode_line current location line
7611 number): Adjust expected line number.
7612
2f25d70f
SM
76132014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7614
7615 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7616 behavior for $args, pass it directly to "run".
7617
ff604a67
MR
76182014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7619
7620 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7621 30000 to 65536.
7622
6a3cb8e8
PA
76232014-05-21 Pedro Alves <palves@redhat.com>
7624
7625 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7626 auto-connect-native-target off".
7627 * gdb.base/auto-connect-native-target.c: New file.
7628 * gdb.base/auto-connect-native-target.exp: New file.
7629
4ebfc96e
PA
76302014-05-21 Pedro Alves <palves@redhat.com>
7631
7632 * gdb.base/default.exp: Test "target native" instead of "target
7633 child".
7634
36d46afb
MW
76352014-05-21 Mark Wielaard <mjw@redhat.com>
7636
7637 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7638
5876f503
JK
76392014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 Fix TLS access for -static -pthread.
7642 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7643 <HAVE_TLS> (thread_function, main): Initialize it.
7644 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7645 Add clean_restart.
7646 <$have_tls != "">: Check TLSVAR.
7647
0256a6ac
PA
76482014-05-21 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.base/dcache-line-read-error.c: New.
7651 * gdb.base/dcache-line-read-error.exp: New.
7652
936d2992
PA
76532014-05-20 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.base/compare-sections.c: New file.
7656 * gdb.base/compare-sections.exp: New file.
7657
802e8e6d
PA
76582014-05-20 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.base/break-idempotent.c: New file.
7661 * gdb.base/break-idempotent.exp: New file.
7662
e59fa00f
MM
76632014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7664
7665 * gdb.btrace/nohist.exp: New.
7666
8b696e31
YQ
76672014-05-20 Yao Qi <yao@codesourcery.com>
7668
7669 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7670 gdb.reverse directory and gdb_reverse_timeout exists in board
7671 setting.
7672 * README: Document gdb_reverse_timeout.
7673
73c9764f
YQ
76742014-05-20 Yao Qi <yao@codesourcery.com>
7675
7676 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7677 'test_file_name'. Treat args as a string instead of a list.
7678 (gdb_init): Rename argument 'args' by 'test_file_name'.
7679
f1f4348a
JK
76802014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 * gdb.arch/powerpc-power.exp: New file.
7683 * gdb.arch/powerpc-power.s: New file.
7684
0dbe70ce
DE
76852014-05-16 Doug Evans <dje@google.com>
7686
7687 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7688 * gdb.base/completion.exp: Check that all expected files exist
7689 before doing file completion.
0dbe70ce 7690
8d551b02
DE
76912014-05-16 Doug Evans <dje@google.com>
7692
7693 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7694 Update.
7695 (do_syscall_tests_without_xml): Update.
7696
73eb7709
PA
76972014-05-16 Pedro Alves <palves@redhat.com>
7698
7699 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7700 instead of "unknown output after running".
7701
3fae92fc
YQ
77022014-05-16 Yao Qi <yao@codesourcery.com>
7703
7704 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7705 file1.txt from host at the end.
7706 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7707
c2b2ccc5
DE
77082014-05-15 Doug Evans <dje@google.com>
7709
7710 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7711 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7712 loading file. Add test for TU lookup.
7713
8c217a4b
SM
77142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7717 calling "-exec-arguments" or "set args" before running the
7718 inferior.
7719
3deb39c6
SM
77202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7721
7722 * lib/mi-support.exp (mi_expect_stop): Expect message for
7723 inferiors that exit with non-zero exit code.
7724
71a79f8c
YQ
77252014-05-14 Yao Qi <yao@codesourcery.com>
7726
7727 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7728 match absolute path on remote host.
7729 (test_file_list_exec_source_files): Remove "/" from the
7730 pattern.
7731
f23fcd46
YQ
77322014-05-14 Yao Qi <yao@codesourcery.com>
7733
7734 * boards/local-remote-host-notty.exp (${board}_file): New
7735 proc.
7736
9404b58f
KM
77372014-05-07 Kyle McMartin <kyle@redhat.com>
7738
7739 Pushed by Joel Brobecker <brobecker@adacore.com>.
7740 * gdb.arch/aarch64-atomic-inst.c: New file.
7741 * gdb.arch/aarch64-atomic-inst.exp: New file.
7742
5e45f04c
YQ
77432014-05-07 Yao Qi <yao@codesourcery.com>
7744
7745 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7746 in current context" too.
7747
c888a17d
KS
77482014-05-05 Keith Seitz <keiths@redhat.com>
7749
7750 * gdb.linespec/ls-dollar.exp: Add test for linespec
7751 file:convenience_variable.
7752
290a839c
YQ
77532014-05-05 Yao Qi <yao@codesourcery.com>
7754
7755 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7756 traceframes into tfile and ctf trace files. Read data from
7757 trace file and test collected data.
7758 (gdb_collect_locals_test): Likewise.
7759 (gdb_unavailable_registers_test): Likewise.
7760 (gdb_unavailable_floats): Likewise.
7761 (gdb_collect_globals_test): Likewise.
7762 (top-level): Append "ctf" to trace_file_targets if GDB
7763 supports.
7764
b5262cd0
YQ
77652014-05-05 Yao Qi <yao@codesourcery.com>
7766
7767 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7768 code to ...
7769 (gdb_collect_args_test_1): ... it. New proc.
7770 (gdb_collect_locals_test): Move some code to ...
7771 (gdb_collect_locals_test_1): ... it. New proc.
7772 (gdb_unavailable_registers_test): Move some code to ...
7773 (gdb_unavailable_registers_test_1): ... it. New proc.
7774 (gdb_unavailable_floats): Move some code to ...
7775 (gdb_unavailable_floats_1): ... it. New proc.
7776
30a1e6cc
SDJ
77772014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7778
7779 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7780 probes to test for bitness recognition.
7781 * gdb.arch/amd64-stap-optional-prefix.exp
7782 (test_probe_value_without_reg): New procedure.
7783 Add code to test for different kinds of bitness.
7784
f33da99a
SDJ
77852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7786
7787 PR breakpoints/16889
7788 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7789 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7790
5b80f00d
PA
77912014-05-01 Pedro Alves <palves@redhat.com>
7792
7793 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7794 gdb_file_cmd if no file is specified.
7795 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7796 last_loaded_file to set the remote exec-file.
7797
f8c2a73c
PA
77982014-05-01 Pedro Alves <palves@redhat.com>
7799
7800 * boards/local-remote-host.exp: New file.
7801
be6e8ac7
PA
78022014-05-01 Pedro Alves <palves@redhat.com>
7803
7804 * boards/local-remote-host.exp: Rename to ...
7805 * boards/local-remote-host-notty.exp: ... this.
7806
cac0dc8f
JB
78072014-04-28 Joel Brobecker <brobecker@adacore.com>
7808
7809 * gdb.ada/dyn_arrayidx: New testcase.
7810
9730e6cc
YQ
78112014-04-26 Yao Qi <yao@codesourcery.com>
7812
7813 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7814 and compute the length of function main. Save it in
7815 $main_length.
7816 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7817 (top-level): Use gdb_compile to compile objects into
7818 executable and restart GDB. Remove invocation to
7819 prepare_for_testing.
7820
7ae1a6a6
PA
78212014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7822 Pedro Alves <palves@redhat.com>
7823
7824 PR server/16255
7825 * gdb.multi/multi-attach.c: New file.
7826 * gdb.multi/multi-attach.exp: New file.
7827
4082afcc
PA
78282014-04-25 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7831 user.
7832 (top level): Test that "set remote conditional-breakpoints-packet
7833 off" works as intended.
7834 * gdb.base/dprintf.exp: Test that "set remote
7835 breakpoint-commands-packet off" works as intended.
7836 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7837 New function.
7838 (top level): Call it.
7839 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7840 remote fast-tracepoints-packet off" works as intended.
7841 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7842 * lib/gdb.exp (gdb_is_target_remote): ... here.
7843
2abc3f8d
DB
78442014-04-24 David Blaikie <dblaikie@gmail.com>
7845
7846 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7847 ensure clang would not discard them.
7848 * gdb.base/gdbvars.c: Ditto.
7849 * gdb.base/memattr.c: Ditto.
7850 * gdb.base/whatis.c: Ditto.
7851 * gdb.python/py-prettyprint.c: Ditto.
7852 * gdb.trace/actions.c: Ditto.
7853 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7854 ensure clang would not discard it.
7855
bfd39632
DB
78562014-04-24 David Blaikie <dblaikie@gmail.com>
7857
7858 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7859 clang to emit the full definition of type required by the test
7860 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7861
22842ff6
DB
78622014-04-24 David Blaikie <dblaikie@gmail.com>
7863
7864 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7865 coax Clang into emitting the definition of the type.
7866 * gdb.cp/pr10728-x.h (y): Ditto.
7867 * gdb.cp/pr10728-y.cc (y): Ditto.
7868
c2e827ad
DB
78692014-04-24 David Blaikie <dblaikie@gmail.com>
7870
7871 * gdb.base/label.exp: XFAIL label related tests under Clang.
7872 * gdb.cp/cplabel.exp: Ditto.
7873 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7874 under Clang those using labels.
7875
4c2d33e7
YQ
78762014-04-25 Yao Qi <yao@codesourcery.com>
7877
7878 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7879 double_label.
7880 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7881 partial_label and double_label.
7882
56083b99
DB
78832014-04-24 David Blaikie <dblaikie@gmail.com>
7884
7885 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7886
25d4e99d
DB
78872014-04-24 David Blaikie <dblaikie@gmail.com>
7888
7889 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7890 of the function to work across GCC and Clang.
7891 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7892 pointer types (const void ** const V void **).
7893
01f9f808
MS
78942014-04-24 Michael Sturm <michael.sturm@mintel.com>
7895 Walfred Tedeschi <walfred.tedeschi@intel.com>
7896
7897 * Makefile.in (EXECUTABLES): Added i386-avx512.
7898 * gdb.arch/i386-avx512.c: New file.
7899 * gdb.arch/i386-avx512.exp: Likewise.
7900
4b48d439
KS
79012014-04-23 Keith Seitz <keiths@redhat.com>
7902
7903 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7904 (mi_make_breakpoint_table): New procedure.
7905 (mi_create_breakpoint): Use mi_make_breakpoint
7906 and return the result.
7907 (mi_make_breakpoint): New procedure.
7908 (mi_build_kv_pairs): New procedure.
7909
7910 * gdb.mi/mi-break.exp: Remove unused globals,
7911 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7912 All callers updated.
7913 * gdb.mi/mi-dprintf.exp: Use variable to track command
7914 number.
7915 Update all callers of mi_create_breakpoint and use
7916 mi_make_breakpoint_table.
7917 Remove any unused global variables.
7918 * gdb.mi/mi-nonstop.exp: Likewise.
7919 * gdb.mi/mi-nsintrall.exp: Likewise.
7920 * gdb.mi/mi-nsmoribund.exp: Likewise.
7921 * gdb.mi/mi-nsthrexec.exp: Likewise.
7922 * gdb.mi/mi-reverse.exp: Likewise.
7923 * gdb.mi/mi-simplerun.exp: Likewise.
7924 * gdb.mi/mi-stepn.exp: Likewise.
7925 * gdb.mi/mi-syn-frame.exp: Likewise.
7926 * gdb.mi/mi-until.exp: Likewise.
7927 * gdb.mi/mi-var-cp.exp: Likewise.
7928 * gdb.mi/mi-var-display.exp: Likewise.
7929 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7930 * gdb.mi/mi2-var-child.exp: Likewise.
7931 * gdb.mi/mi-vla-c99.exp: Likewise.
7932 * lib/mi-support.exp: Likewise.
7933
7934 From Ian Lance Taylor <iant@cygnus.com>:
7935 * lib/gdb.exp (parse_args): New procedure.
7936
08351840
PA
79372014-04-23 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/break-unload-file.c: New file.
7940 * gdb.base/break-unload-file.exp: New file.
7941 * gdb.base/sym-file-lib.c (baz): New function.
7942 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7943 field.
7944 (load): Store the segment's mapped size.
7945 (unload): New function.
7946 (unload_shlib): New function.
7947 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7948 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7949 set a breakpoint at baz, and call it.
7950 * gdb.base/sym-file.exp: New tests for stale breakpoint
7951 instructions.
7952
076855f9
PA
79532014-04-23 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7956 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7957 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7958 * gdb.base/hbreak-unmapped.c: New file.
7959 * gdb.base/hbreak-unmapped.exp: New file.
7960 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7961 * lib/gdb.exp (gdb_is_target_remote): ... here.
7962
483805cf
PA
79632014-04-22 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.base/consecutive-step-over.c: New file.
7966 * gdb.base/consecutive-step-over.exp: New file.
7967
06d97543
PA
79682014-04-22 Pedro Alves <palves@redhat.com>
7969
7970 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7971 instead of send_gdb/gdb_expect.
7972
b4429ea2
YQ
79732014-04-22 Yao Qi <yao@codesourcery.com>
7974
7975 * lib/trace-support.exp (generate_tracefile): New procedure.
7976 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7977 return 0.
7978 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7979 if generate_tracefile returns 1.
7980
51d48146
PA
79812014-04-18 Tom Tromey <palves@redhat.com>
7982 Pedro alves <tromey@redhat.com>
7983
7984 PR backtrace/15558
7985 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7986 with a backtrace limit.
7987 * gdb.python/py-frame-inline.exp: Test running to an inline
7988 function with a backtrace limit, and printing the newest frame.
7989 * gdb.python/py-frame-inline.c (main): Call f.
7990
bd1dce5f
MS
79912014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7992
7993 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7994
40d1a503
MS
79952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7996
7997 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7998 Drop prefix from unsupported source file path.
7999
389b98f7
YQ
80002014-04-17 Yao Qi <yao@codesourcery.com>
8001
8002 * lib/gdb.exp (with_target_charset): New proc.
8003 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8004 with_target_charset.
8005 (test_print_strings): Likewise.
8006 (test_repeat_bytes): Likewise.
8007 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8008 for some tests.
8009
22869d73
KS
80102014-04-16 Keith Seitz <keiths@redhat.com>
8011
8012 PR gdb/15827
8013 * gdb.dwarf2/corrupt.c: New file.
8014 * gdb.dwarf2/corrupt.exp: New file.
8015
c4f87ca6
KS
80162014-04-16 Keith Seitz <keiths@redhat.com>
8017
8018 PR c++/16597
8019 * gdb.cp/namelessclass.cc: New file.
8020 * gdb.cp/namelessclass.exp: New file.
8021 * gdb.cp/namelessclass.S: New file.
8022
ab19de87
DE
80232014-04-16 Doug Evans <dje@google.com>
8024
8025 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8026 Add comment.
8027 (gdbserver_default_get_comm_port): New function.
8028 (gdbserver_start): Check if board file provided
8029 "gdbserver,get_comm_port" and use it if so.
8030 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8031 (gdb,socketport): Set to "stdio".
8032 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8033 (stdio_gdbserver_template): Delete.
8034 (${board}_get_remote_address): Update.
8035 (${board}_build_remote_cmd): Delete.
8036 (${board}_get_comm_port): New function.
8037 (${board}_spawn): Update.
8038 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8039 Delete.
8040 (${board}_get_remote_address): Update.
8041 (${board}_get_comm_port): New function.
8042
fc98a809
AB
80432014-04-16 Andrew Burgess <aburgess@broadcom.com>
8044
8045 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8046 appearing in any order.
8047
87fd9e6e
DE
80482014-04-15 Doug Evans <dje@google.com>
8049
8050 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8051 uninitialized value of "description".
8052
099fc3ea
KS
80532014-04-15 Keith Seitz <keiths@redhat.com>
8054
8055 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8056 Remove unused globals.
8057 (test_running_the_program): Likewise.
8058 (test_controlled_execution): Likewise.
8059 (test_controlling_breakpoints): Likewise.
8060 (test_program_termination): Likewise.
8061
5da151d4
KS
80622014-04-15 Keith Seitz <keiths@redhat.com>
8063
8064 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8065 unused globals.
8066 (test_rbreak_creation_and_listing): Likewise.
8067 (test_ignore_count): Likewise.
8068 (test_error): Likewise.
8069
35e5d2f0
PA
80702014-04-15 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8073 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8074 sym-file-loader.c.
8075 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8076 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8077 to sym-file-loader.c.
8078 (struct library): Forward declare.
8079 (load_shlib, lookup_function): Change prototypes.
8080 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8081 (translate_offset): Remove declarations.
8082 (get_text_addr): New declaration.
8083 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8084 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8085 sym-file-loader.h.
8086 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8087 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8088 here from sym-file-loader.h.
8089 (struct library): New structure.
8090 (load_shlib, lookup_function): Change prototypes and adjust to
8091 work with a struct library.
8092 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8093 (translate_offset): Make static.
8094 (get_text_addr): New function.
8095 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8096
eb4c1710
PA
80972014-04-15 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8100
2d1baf52
PA
81012014-04-15 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/sym-file-loader.c: Include <limits.h>.
8104 (SELF_LINK): New define.
8105 (get_origin): New function.
8106 (load_shlib): Use it.
8107 * gdb.base/sym-file.exp: Don't early return if the target is
8108 remote. Use runto_main, and issue fail is that fails. Use
8109 gdb_load_shlibs.
8110 (shlib_name): Delete.
8111 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8112
7dd6df01
PA
81132014-04-15 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/sym-file.exp: Remove regex characters from test
8116 message. Don't refer to breakpoint numbers in test messages.
8117
b50c8614
KS
81182014-04-14 Keith Seitz <keiths@redhat.com>
8119
8120 PR c++/16253
8121 * gdb.cp/var-tag.cc: New file.
8122 * gdb.cp/var-tag.exp: New file.
8123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8127
3d567982
TT
81282014-04-14 Tom Tromey <tromey@redhat.com>
8129
8130 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8131 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8132 type.
8133 * gdb.cp/enum-class.exp: New file.
8134 * gdb.cp/enum-class.cc: New file.
8135
0626fc76
TT
81362014-04-14 Tom Tromey <tromey@redhat.com>
8137
8138 * gdb.dwarf2/enum-type.exp: New file.
8139
dca325b3
SA
81402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8141
8142 * gdb.mi/mi-vla-c99.exp: New file.
8143 * gdb.mi/vla.c: New file.
8144
5854b38a
SA
81452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8146
8147 * gdb.base/vla-datatypes.c: New file.
8148 * gdb.base/vla-datatypes.exp: New file.
8149
463bb957
SA
81502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8151
8152 * gdb.base/vla-ptr.c: New file.
8153 * gdb.base/vla-ptr.exp: New file.
8154
3dd170be
SA
81552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8156
8157 * gdb.dwarf2/count.exp: New file.
8158
5ecaaa66
SA
81592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8160
8161 * gdb.base/vla-sideeffect.c: New file.
8162 * gdb.base/vla-sideeffect.exp: New file.
8163
41f1ada5
DB
81642014-04-14 David Blaikie <dblaikie@gmail.com>
8165
8166 * gdb.mi/non-stop.c: Add return value for non-void function return
8167 statement.
8168 * gdb.threads/staticthreads.c: Ditto.
8169
0be03e84
DE
81702014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8171 Doug Evans <xdje42@gmail.com>
8172
8173 * gdb.guile/scm-value.c: Improve test case.
8174 * gdb.guile/scm-value.exp: Add new test.
8175
f180a1fb
DB
81762014-04-11 David Blaikie <dblaikie@gmail.com>
8177
8178 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8179 override Clang's default.
8180
6b662e19
JB
81812014-04-11 Joel Brobecker <brobecker@adacore.com>
8182
8183 Revert the following changes (regressions):
8184
8185 * gdb.base/vla-sideeffect.c: New file.
8186 * gdb.base/vla-sideeffect.exp: New file.
8187
8188 * gdb.dwarf2/count.exp: New file.
8189
8190 * gdb.base/vla-multi.c: New file.
8191 * gdb.base/vla-multi.exp: New file.
8192
8193 * gdb.base/vla-ptr.c: New file.
8194 * gdb.base/vla-ptr.exp: New file.
8195
8196 * gdb.base/vla-datatypes.c: New file.
8197 * gdb.base/vla-datatypes.exp: New file.
8198
8199 * gdb.mi/mi-vla-c99.exp: New file.
8200 * gdb.mi/vla.c: New file.
8201
245a5f0b
KS
82022014-04-11 Keith Seitz <keiths@redhat.com>
8203
8204 PR c++/16675
8205 * gdb.cp/cpsizeof.exp: New file.
8206 * gdb.cp/cpsizeof.cc: New file.
8207
58a84dcf
SA
82082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8209
191a8a90
JB
8210 * gdb.mi/mi-vla-c99.exp: New file.
8211 * gdb.mi/vla.c: New file.
58a84dcf 8212
c8655f75
SA
82132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8214
8215 * gdb.base/vla-datatypes.c: New file.
8216 * gdb.base/vla-datatypes.exp: New file.
8217
024e13b4
SA
82182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8219
8220 * gdb.base/vla-ptr.c: New file.
8221 * gdb.base/vla-ptr.exp: New file.
8222
1a237e0e
SA
82232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8224
8225 * gdb.base/vla-multi.c: New file.
8226 * gdb.base/vla-multi.exp: New file.
8227
504f3432
SA
82282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8229
8230 * gdb.dwarf2/count.exp: New file.
8231
3bce8237
SA
82322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8233
191a8a90
JB
8234 * gdb.base/vla-sideeffect.c: New file.
8235 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8236
322f9c21
YQ
82372014-04-11 Yao Qi <yao@codesourcery.com>
8238
8239 * gdb.base/completion.exp: Check file exists before running tests
8240 on file completion.
8241
d708bcd1
PA
82422014-04-10 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.base/cond-eval-mode.c: New file.
8245 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8246 prepare_for_testing to build the new file. Check result of
8247 runto_main.
8248 (test_break, test_watch): New procedures.
8249 (top level): Use them.
8250
ae1d2761
PM
82512014-04-08 Pierre Muller <muller@sourceware.org>
8252
8253 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8254 Ctrl-V use for mingw hosts.
8255
7af389b8
SC
82562014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8257
8258 * gdb.python/py-value.c: Improve test case.
8259 * gdb.python/py-value.exp: Add new test.
8260
5e703181
DE
82612014-04-07 David Blaikie <dblaikie@gmail.com>
8262
8263 * lib/compiler.c: Identify the clang compiler.
8264 * lib/compiler.cc: Ditto.
8265
9810b410
YQ
82662014-04-03 Yao Qi <yao@codesourcery.com>
8267
8268 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8269
98d1b8dc
AB
82702014-04-01 Anton Blanchard <anton@samba.org>
8271
8272 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8273 messages unique.
8274
3114cea1
AB
82752014-04-01 Anton Blanchard <anton@samba.org>
8276
8277 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8278 prepare_for_testing.
8279
62f7182c
AB
82802014-04-01 Anton Blanchard <anton@samba.org>
8281
8282 * gdb.arch/ppc64-atomic-inst.c: Remove.
8283 * gdb.arch/ppc64-atomic-inst.S: New file.
8284 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8285
770e7fc7
DE
82862014-03-31 Doug Evans <dje@google.com>
8287
8288 * gdb.base/print-symbol-loading-lib.c: New file.
8289 * gdb.base/print-symbol-loading-main.c: New file.
8290 * gdb.base/print-symbol-loading.exp: New file.
8291
46e2bafa
YQ
82922014-03-31 Yao Qi <yao@codesourcery.com>
8293
8294 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8295
8776cfe9
JB
82962014-03-28 Joel Brobecker <brobecker@adacore.com>
8297
8298 * gdb.ada/mi_dyn_arr: New testcase.
8299
5d1ef361
DE
83002014-03-27 Doug Evans <dje@google.com>
8301
8302 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8303
b5bee914
YQ
83042014-03-27 Yao Qi <yao@codesourcery.com>
8305
8306 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8307 if target is nios2-*-*.
8308
0d4d0e77
YQ
83092014-03-26 Yao Qi <yao@codesourcery.com>
8310
8311 * lib/gdb.exp (readline_is_used): New proc.
8312 * gdb.base/completion.exp: Move tests on command complete up.
8313 Skip the rest of tests if readline is not used.
8314 * gdb.ada/complete.exp: Skp the test if readline is not
8315 used.
8316 * gdb.base/filesym.exp: Likewise.
8317 * gdb.base/macscp.exp: Likewise.
8318 * gdb.base/readline-ask.exp: Likewise.
8319 * gdb.base/readline.exp: Likewise.
8320 * gdb.python/py-cmd.exp: Likewise.
8321 * gdb.trace/tfile.exp: Likewise.
8322
29361eee
YQ
83232014-03-26 Yao Qi <yao@codesourcery.com>
8324
8325 * gdb.base/macscp.exp: Fix code format issues.
8326
bc9a5525
UW
83272014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8328
8329 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8330 * gdb.asm/powerpc64le.inc: New file.
8331
d3839ede
PA
83322014-03-25 Pedro Alves <palves@redhat.com>
8333 Doug Evans <dje@google.com>
8334
8335 * gdb.base/source-execution.c: New file.
8336 * gdb.base/source-execution.exp: New file.
8337 * gdb.base/source-execution.gdb: New file.
8338
01672a57
DE
83392014-03-24 Doug Evans <dje@google.com>
8340
8341 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8342 using fission.
8343
88bbeca9
HZ
83442014-03-24 Hui Zhu <hui@codesourcery.com>
8345 Pedro Alves <palves@redhat.com>
8346
8347 PR breakpoints/16101
8348 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8349 test pass/fail messages. Detect missing support for dprintf when
8350 breakpoints are actually inserted.
8351 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8352 breakpoints are actually inserted.
8353 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8354 fails.
8355
d2348791
JK
83562014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8359
feef67ab
DE
83602014-03-22 Doug Evans <xdje42@gmail.com>
8361
8362 * gdb.python/python.exp (python not supported): Verify multi-line
8363 python command issues an error.
25d743f9 8364 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8365 guile command issues an error.
feef67ab 8366
ecebef6a
MR
83672014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8368
8369 * gdb.threads/thread-specific.exp: Handle the lack of usable
8370 $this_breakpoint and $this_thread.
8371
ccdd1909
HZ
83722014-03-21 Hui Zhu <hui@codesourcery.com>
8373
8374 * gdb.base/attach.exp (do_command_attach_tests): New.
8375
beb460e8
PA
83762014-03-20 Tom Tromey <tromey@redhat.com>
8377 Pedro Alves <palves@redhat.com>
8378
8379 PR cli/15718
8380 * gdb.base/condbreak-call-false.c: New file.
8381 * gdb.base/condbreak-call-false.exp: New file.
8382
40acf43a
PA
83832014-03-20 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8386 Delete.
8387 (block_signals, unblock_signals): Delete.
8388 (child_function_2, main): Remove references to deleted variable
8389 and functions.
8390
9f5e1e02
PA
83912014-03-20 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8394 Use pthread_kill to signal thread 2.
8395 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8396 Adjust to make the test send itself a signal rather than using the
8397 host's "kill" command.
8398
99619bea
PA
83992014-03-20 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.threads/multiple-step-overs.c: New file.
8402 * gdb.threads/multiple-step-overs.exp: New file.
8403 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8404 Adjust expected infrun debug output.
8405
2adfaa28
PA
84062014-03-20 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8409 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8410
31e77af2
PA
84112014-03-20 Pedro Alves <palves@redhat.com>
8412
8413 PR breakpoints/7143
8414 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8415 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8416 of gdb_test_multiple.
8417 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8418 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8419
b9f437de
PA
84202014-03-20 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8423 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8424
05adc73e
PA
84252014-03-19 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/async.exp: Remove early return.
8428
6048b950
PA
84292014-03-19 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8432
8bcfb00a
PA
84332014-03-19 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/async.exp (test_background): Expect \r\n after
8436 "completed." in the fail pattern.
8437
884e37dc
PA
84382014-03-19 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/async.exp (test_background): New procedure.
8441 Use it for all background execution command tests.
8442
148e57e2
PA
84432014-03-19 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.base/async.exp: Use prepare_for_testing.
8446
f48088c7
PA
84472014-03-19 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8450 the same line.
8451
e2f6c966
PA
84522014-03-19 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/async.c (main): Add "jump here" and "until here" line
8455 marker comments.
8456 * gdb.base/async.exp (jump_here): New global.
8457 (jump& test): Use it.
8458 (until_here): New global.
8459 (until& test): Use it.
8460
c30568d4
PA
84612014-03-19 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.base/async.exp: Don't frob gdb_protocol.
8464
0172b6a7
DE
84652014-03-18 Doug Evans <xdje42@gmail.com>
8466
8467 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8468 Fix spelling of exec-done-display.
8469
06c868a8
JK
84702014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8471
8472 PR gdb/15358
8473 * gdb.base/gdb-sigterm.c: New file.
8474 * gdb.base/gdb-sigterm.exp: New file.
8475
0c7e1a46
PA
84762014-03-18 Pedro Alves <palves@redhat.com>
8477
8478 PR gdb/13860
8479 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8480 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8481 solib-event.
8482
f7c77d93
JB
84832014-03-17 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdb.ada/pckd_arr_ren: New testcase.
8486
5a1e8c7a
DE
84872014-03-13 Doug Evans <xdje42@gmail.com>
8488
8489 PR guile/16612
8490 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8491 collect after discarding symbols.
8492
350e1a76
DE
84932014-03-13 Ludovic Courtès <ludo@gnu.org>
8494 Doug Evans <xdje42@gmail.com>
8495
8496 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8497 to history survives a gc.
8498
a69900ae
PA
84992014-03-13 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/default.exp: Don't test "target procfs".
8502
5db9f0bd
PA
85032014-03-13 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/default.exp: Update "target child" and "target procfs"
8506 tests to not expect "Unix".
8507
b3ccfe11
TT
85082014-03-12 Tom Tromey <tromey@redhat.com>
8509
8510 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8511 New procs. Add target-async tests.
8512 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8513 Add target-async tests.
8514
646f4417
AA
85152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8518 'func_start' and 'func_end' for the beginning and end of the
8519 function code, respectively.
8520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8521 'func_end' instead of 'func' and 'main'.
8522
288c211f
AA
85232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8524
8525 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8526 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8527 generate the debug info assembler source.
8528
e0c0f156
AA
85292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8530
8531 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8532 * gdb.dwarf2/arr-subrange.exp: Likewise.
8533 * gdb.dwarf2/dwz.exp: Likewise.
8534 * gdb.dwarf2/method-ptr.exp: Likewise.
8535 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8536 * gdb.dwarf2/subrange.exp: Likewise.
8537 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8538 * gdb.dwarf2/implptrpiece.exp: Likewise.
8539 * gdb.dwarf2/nostaticblock.exp: Likewise.
8540
0e5c4555
AA
85412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8542
8543 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8544 directory to absolute path name arguments.
8545
5ec18f2b
JG
85462014-03-10 Joel Brobecker <brobecker@adacore.com>
8547
8548 * gdb.ada/tagged_access: New testcase.
8549
847fc4f2
MM
85502014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8551
8552 * gdb.btrace/data.exp: Update expected output.
8553
cc3da688
YQ
85542014-03-06 Yao Qi <yao@codesourcery.com>
8555
8556 * gdb.trace/pr16508.exp: New file.
8557
0f26cec1
PA
85582014-03-05 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/16575
8561 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8562 procedure.
8563 (top level): Adjust to use it. Add tests that exercise breakpoint
8564 interaction with the code-cache.
8565
7a5a839f
LC
85662014-02-26 Ludovic Courtès <ludo@gnu.org>
8567
8568 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8569 test for 'history-append!'.
8570
31aa7e4e
JB
85712014-02-26 Joel Brobecker <brobecker@adacore.com>
8572
8573 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8574 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8575 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8576 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8577 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8578 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8579
1b588015
JB
85802014-02-26 Joel Brobecker <brobecker@adacore.com>
8581
8582 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8583 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8584 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8585
55426c9d
JB
85862014-02-26 Joel Brobecker <brobecker@adacore.com>
8587
8588 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8589
dc53a7ad
JB
85902014-02-26 Joel Brobecker <brobecker@adacore.com>
8591
8592 * gdb.dwarf2/arr-stride.c: New file.
8593 * gdb.dwarf2/arr-stride.exp: New file.
8594
12ab52e9
PA
85952014-02-26 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8598 that won't ever trigger. Make sure that GDB reports the correct
8599 breakpoint that caused the stop.
8600
849c862e
JK
86012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8602
8603 PR gdb/16626
8604 * gdb.base/auto-load-script: New file.
8605 * gdb.base/auto-load.c: New file.
8606 * gdb.base/auto-load.exp: New file.
8607
71b7d793
JK
8608 PR gdb/16626
8609 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8610
e2f0d509
JK
86112014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8614 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8615
50cc37c8
DE
86162014-02-24 Doug Evans <dje@google.com>
8617
8618 * lib/gdb.exp (run_on_host): Log error output if program fails.
8619
ea4758f2
PA
86202014-02-21 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.threads/step-after-sr-lock.c: Rename to ...
8623 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8624 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8626 ... this.
8627
d7b30f67
SDJ
86282014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8629
8630 PR tdep/16397
8631 * gdb.arch/amd64-stap-special-operands.exp: New file.
8632 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8633 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8634 * gdb.arch/amd64-stap-triplet.S: Likewise.
8635 * gdb.arch/amd64-stap-triplet.c: Likewise.
8636
83deb43f
JB
86372014-02-20 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8640 in .section pseudo-op.
8641
adde2bff
DE
86422014-02-20 lin zuojian <manjian2006@gmail.com>
8643 Joel Brobecker <brobecker@adacore.com>
8644 Doug Evans <xdje42@gmail.com>
8645
8646 PR symtab/16581
8647 * gdb.dwarf2/dw2-icycle.S: New file.
8648 * gdb.dwarf2/dw2-icycle.c: New file.
8649 * gdb.dwarf2/dw2-icycle.exp: New file.
8650
f7bd0f78
SC
86512014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8652
8653 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8654 operations on gdb.Value objects.
8655 * gdb.python/py-value-cc.exp: Add new test to test operations on
8656 gdb.Value objects.
8657
c17ef0d5
DE
86582014-02-18 Doug Evans <dje@google.com>
8659
8660 * Makefile.in (TESTS): New variable.
8661 (expanded_tests, expanded_tests_or_none): New variables
8662 (check-single): Pass $(expanded_tests_or_none) to runtest.
8663 (check-parallel): Only run tests in $(TESTS) if non-empty.
8664 (check/no-matching-tests-found): New rule.
8665 * README: Document TESTS makefile variable.
8666
5dd3176f
DE
86672014-02-18 Doug Evans <dje@google.com>
8668
8669 * Makefile.in (check-parallel): rm -rf outputs temp.
8670
0b10be4f
JK
86712014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 Fix "ERROR: no fileid for" in the testsuite.
8674 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8675
85f224e7
DE
86762014-02-12 Doug Evans <dje@google.com>
8677
8678 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8679 (MISCELLANEOUS): New variable.
8680 (clean): rm -rf $(MISCELLANEOUS).
8681 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8682 dwp live in the same directory as symlinks, with each symlink pointed
8683 to a differently named file in a different directory.
8684
149b30ff
DE
86852014-02-11 Doug Evans <dje@google.com>
8686
8687 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8688 of Tcl file commands.
8689
1dfdac32
MK
86902014-02-10 Mark Kettenis <kettenis@gnu.org>
8691
8692 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8693 "kill -SIGUSR1 -1".
8694
aa4fb036
JB
86952014-02-10 Joel Brobecker <brobecker@adacore.com>
8696
8697 * gdb.ada/tick_length_array_enum_idx: New testcase.
8698
ed3ef339
DE
86992014-02-10 Doug Evans <xdje42@gmail.com>
8700
8701 * configure.ac (AC_OUTPUT): Add gdb.guile.
8702 * configure: Regenerate.
8703 * lib/gdb-guile.exp: New file.
8704 * lib/gdb.exp (get_target_charset): New function.
8705 * gdb.base/help.exp: Update expected output from "apropos apropos".
8706 * gdb.guile/Makefile.in: New file.
8707 * gdb.guile/guile.exp: New file.
8708 * gdb.guile/scm-arch.c: New file.
8709 * gdb.guile/scm-arch.exp: New file.
8710 * gdb.guile/scm-block.c: New file.
8711 * gdb.guile/scm-block.exp: New file.
8712 * gdb.guile/scm-breakpoint.c: New file.
8713 * gdb.guile/scm-breakpoint.exp: New file.
8714 * gdb.guile/scm-disasm.c: New file.
8715 * gdb.guile/scm-disasm.exp: New file.
8716 * gdb.guile/scm-equal.c: New file.
8717 * gdb.guile/scm-equal.exp: New file.
8718 * gdb.guile/scm-error.exp: New file.
8719 * gdb.guile/scm-error.scm: New file.
8720 * gdb.guile/scm-frame-args.c: New file.
8721 * gdb.guile/scm-frame-args.exp: New file.
8722 * gdb.guile/scm-frame-args.scm: New file.
8723 * gdb.guile/scm-frame-inline.c: New file.
8724 * gdb.guile/scm-frame-inline.exp: New file.
8725 * gdb.guile/scm-frame.c: New file.
8726 * gdb.guile/scm-frame.exp: New file.
8727 * gdb.guile/scm-generics.exp: New file.
8728 * gdb.guile/scm-gsmob.exp: New file.
8729 * gdb.guile/scm-iterator.c: New file.
8730 * gdb.guile/scm-iterator.exp: New file.
8731 * gdb.guile/scm-math.c: New file.
8732 * gdb.guile/scm-math.exp: New file.
8733 * gdb.guile/scm-objfile-script-gdb.in: New file.
8734 * gdb.guile/scm-objfile-script.c: New file.
8735 * gdb.guile/scm-objfile-script.exp: New file.
8736 * gdb.guile/scm-objfile.c: New file.
8737 * gdb.guile/scm-objfile.exp: New file.
8738 * gdb.guile/scm-ports.exp: New file.
8739 * gdb.guile/scm-pretty-print.c: New file.
8740 * gdb.guile/scm-pretty-print.exp: New file.
8741 * gdb.guile/scm-pretty-print.scm: New file.
8742 * gdb.guile/scm-section-script.c: New file.
8743 * gdb.guile/scm-section-script.exp: New file.
8744 * gdb.guile/scm-section-script.scm: New file.
8745 * gdb.guile/scm-symbol.c: New file.
8746 * gdb.guile/scm-symbol.exp: New file.
8747 * gdb.guile/scm-symtab-2.c: New file.
8748 * gdb.guile/scm-symtab.c: New file.
8749 * gdb.guile/scm-symtab.exp: New file.
8750 * gdb.guile/scm-type.c: New file.
8751 * gdb.guile/scm-type.exp: New file.
8752 * gdb.guile/scm-value-cc.cc: New file.
8753 * gdb.guile/scm-value-cc.exp: New file.
8754 * gdb.guile/scm-value.c: New file.
8755 * gdb.guile/scm-value.exp: New file.
8756 * gdb.guile/source2.scm: New file.
8757 * gdb.guile/types-module.cc: New file.
8758 * gdb.guile/types-module.exp: New file.
8759
7026a7c1
YQ
87602014-02-10 Yao Qi <yao@codesourcery.com>
8761
8762 PR testsuite/16543
8763 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8764 * configure: Regenerated.
8765 * Makefile.in: New file.
8766
6c466447
AS
87672014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8768
8769 * gdb.python/py-framefilter.exp: Fix typo.
8770
6e854735
YQ
87712014-02-08 Yao Qi <yao@codesourcery.com>
8772
8773 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8774 that no =breakpoint-modified is emitted when breakpoints are
8775 modified through MI commands.
8776
d137e6dc
PA
87772014-02-07 Pedro Alves <pedro@codesourcery.com>
8778 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.threads/step-after-sr-lock.c: New file.
8781 * gdb.threads/step-after-sr-lock.exp: New file.
8782
b5ee5a50
PA
87832014-02-07 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8786
3c77faf3
JK
87872014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8790 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8791
6dddc817
DE
87922014-02-06 Doug Evans <xdje42@gmail.com>
8793
8794 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8795 output.
8796
8797 * gdb.gdb/python-interrupts.exp: New file.
8798
de7b2893
YQ
87992014-02-05 Yao Qi <yao@codesourcery.com>
8800
8801 * gdb.trace/report.exp (use_collected_data): Test the output
8802 of "info threads" and "info inferiors".
8803
66d032ac
YQ
88042014-02-05 Yao Qi <yao@codesourcery.com>
8805
8806 Revert this patch:
8807
8808 2013-05-24 Yao Qi <yao@codesourcery.com>
8809
8810 * gdb.trace/tfile.exp: Test inferior and thread.
8811
591a12a1
UW
88122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8813
8814 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8815 on a function.
8816 * gdb.base/step-bt.c: Call hello via function pointer to make
8817 sure its first instruction is executed on powerpc64le-linux.
8818
0ff3e01f
UW
88192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8820
8821 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8822
084ee545
UW
88232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8824
8825 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8826 of the test patterns for use on little-endian systems.
8827
6ed14ff3
UW
88282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8829
8830 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8831 (decimal_vector): Fix for little-endian.
8832
401e27fd
JM
88332014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8834
8835 * gdb.arch/sparc-sysstep.exp: New file.
8836 * gdb.arch/sparc-sysstep.c: Likewise.
8837
8838 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8839
8b924729
EBM
88402014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8841
8842 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8843
fb151210
JB
88442014-01-23 Tom Tromey <tromey@redhat.com>
8845
8846 * gdb.ada/array_char_idx: New testcase.
8847
0740f8d8
TT
88482014-01-23 Tom Tromey <tromey@redhat.com>
8849
8850 PR python/16487:
8851 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8852 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8853 classes.
8854
21909fa1
TT
88552014-01-23 Tom Tromey <tromey@redhat.com>
8856
8857 PR python/16491:
8858 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8859 string from an inferior frame.
8860 * gdb.python/py-framefilter-mi.exp: Update.
8861
87ce2a04
DE
88622014-01-22 Doug Evans <dje@google.com>
8863
8864 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8865
237b092b
AA
88662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8867
8868 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8869
d674a709
AA
88702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8871
8872 * gdb.trace/entry-values.exp: Remove excess space character from
8873 regex patterns. Handle s390 call instruction.
8874
20fa3390
AA
88752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8876
8877 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8878 define "*_start" label. Make "name" static.
8879 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8880 ${name} by references to ${name}_start.
8881
78466714
AA
88822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8883
8884 * gdb.base/info-macros.exp: Remove "debug" from the compile
8885 options.
8886
ec9f644a
IB
88872014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8888
8889 * gdb.dlang/demangle.exp: New file.
8890
94b1b47e
IB
88912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8892
8893 * gdb.dlang/primitive-types.exp: New file.
8894
7f420862
IB
88952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8896
8897 * configure.ac: Create gdb.dlang/Makefile.
8898 * configure: Regenerate.
8899 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8900 * gdb.dlang/Makefile.in: New file.
8901 * lib/d-support.exp: New file.
8902 * lib/gdb.exp (skip_d_tests): New proc.
8903
52834460
MM
89042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8905
8906 * gdb.btrace/delta.exp: Check reverse stepi.
8907 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8908 * gdb.btrace/finish.exp: New.
8909 * gdb.btrace/next.exp: New.
8910 * gdb.btrace/nexti.exp: New.
8911 * gdb.btrace/record_goto.c: Add comments.
8912 * gdb.btrace/step.exp: New.
8913 * gdb.btrace/stepi.exp: New.
8914 * gdb.btrace/multi-thread-step.c: New.
8915 * gdb.btrace/multi-thread-step.exp: New.
8916 * gdb.btrace/rn-dl-bind.c: New.
8917 * gdb.btrace/rn-dl-bind.exp: New.
8918 * gdb.btrace/data.c: New.
8919 * gdb.btrace/data.exp: New.
8920 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8921
6e07b1d2
MM
89222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8923
8924 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8925 * gdb.btrace/exception.exp: Update.
8926 * gdb.btrace/instruction_history.exp: Update.
8927 * gdb.btrace/record_goto.exp: Update.
8928 * gdb.btrace/tailcall.exp: Update.
8929 * gdb.btrace/unknown_functions.exp: Update.
8930 * gdb.btrace/delta.exp: New.
8931
0b722aec
MM
89322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8933
8934 * gdb.btrace/record_goto.exp: Add backtrace test.
8935 * gdb.btrace/tailcall.exp: Add backtrace test.
8936
066ce621
MM
89372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8940 * gdb.btrace/record_goto.c: New.
8941 * gdb.btrace/record_goto.exp: New.
8942 * gdb.btrace/x86-record_goto.S: New.
8943
0688d04e
MM
89442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8945
8946 * gdb.btrace/function_call_history.exp: Update tests.
8947 * gdb.btrace/instruction_history.exp: Update tests.
8948
8710b709
MM
89492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8950
8951 * gdb.btrace/function_call_history.exp: Fix expected field
8952 order for "record function-call-history".
8953 Add new tests for "record function-call-history /c".
8954 * gdb.btrace/exception.cc: New.
8955 * gdb.btrace/exception.exp: New.
8956 * gdb.btrace/tailcall.exp: New.
8957 * gdb.btrace/x86-tailcall.S: New.
8958 * gdb.btrace/x86-tailcall.c: New.
8959 * gdb.btrace/unknown_functions.c: New.
8960 * gdb.btrace/unknown_functions.exp: New.
8961 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8962
5de9129b
MM
89632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8964
8965 * gdb.btrace/instruction_history.exp: Update.
8966 * gdb.btrace/function_call_history.exp: Update.
8967
23a7fe75
MM
89682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8969
8970 * gdb.btrace/function_call_history.exp: Fix expected function
8971 trace.
8972 * gdb.btrace/instruction_history.exp: Initialize traced.
8973 Remove traced_functions.
8974
724c7dd8
MM
89752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8976
8977 * gdb.btrace/function_call_history.exp: Update
8978 * gdb.btrace/instruction_history.exp: Update.
8979
6d78d93b
MM
89802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8981
8982 * gdb.btrace/enable.exp: Update expected text.
8983
93a360cc
OJ
89842014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8985
8986 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8987 bytes.
8988
3772b53f
MR
89892014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8990
8991 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8992
596662fa
OJ
89932014-01-15 Omair Javaid <omair.javaid@linaro.org>
8994
8995 * lib/gdb.exp (supports_process_record): Return true for
8996 arm*-linux*. (supports_reverse): Likewise.
8997
b5b08fb4
SC
89982014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8999
9000 PR python/15464
9001 PR python/16113
9002 * gdb.python/py-type.c: Enhance test case.
9003 * gdb.python/py-value-cc.cc: Likewise
9004 * gdb.python/py-type.exp: Add new tests.
9005 * gdb.python/py-value-cc.exp: Likewise
9006
52d7fb13
AA
90072014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9008 Pedro Alves <palves@redhat.com>
9009
9010 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9011 Make "name" extern.
9012 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9013 references to ${name}_start by references to ${name}.
9014
a2cd8cfe
JB
90152014-01-10 Joel Brobecker <brobecker@adacore.com>
9016
9017 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9018
4e23fced
JB
90192014-01-10 Joel Brobecker <brobecker@adacore.com>
9020
9021 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9022
c6a9e42c
PA
90232014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9024 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 9027 mi_gdb_target_load.
c6a9e42c 9028
b7ea362b
PA
90292014-01-08 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.threads/reconnect-signal.c: New file.
9032 * gdb.threads/reconnect-signal.exp: New file.
9033
5e3f4fab
EBM
90342014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9035
9036 * gdb.base/source-dir.exp: New file.
9037
79301218
JB
90382014-01-07 Joel Brobecker <brobecker@adacore.com>
9039
9040 * gdb.ada/mi_interface: New testcase.
9041
8e355c5d
JB
90422014-01-07 Joel Brobecker <brobecker@adacore.com>
9043
9044 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9045 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9046 gdb.ada/pp-rec-component/pck.ads: New files.
9047
c0d48811
JB
90482014-01-07 Joel Brobecker <brobecker@adacore.com>
9049
9050 * gdb.python/py-pp-integral.c: New file.
9051 * gdb.python/py-pp-integral.py: New file.
9052 * gdb.python/py-pp-integral.exp: New file.
9053
17b609c3 9054For older changes see ChangeLog-1993-2013.
c906108c 9055\f
8d8cb839
EZ
9056;; Local Variables:
9057;; mode: change-log
9058;; left-margin: 8
9059;; fill-column: 74
9060;; version-control: never
9061;; End:
902f2ccb 9062
618f726f 9063 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
9064 Copying and distribution of this file, with or without modification,
9065 are permitted provided the copyright notice and this notice are preserved.
This page took 3.640936 seconds and 4 git commands to generate.