Add gdbarch callback to provide formats for debug info float types
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a9ff5f12
UW
12016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4
f245535c
PA
52016-09-05 Pedro Alves <palves@redhat.com>
6
7 PR backtrace/19927
8 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9 unwinders are immediately called as side effect of "source" or
10 "disable unwinder" commands.
11 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12
ae9cf263
YQ
132016-09-02 Yao Qi <yao.qi@linaro.org>
14
15 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
16 is true and $type is "float" or "double".
17
27aba047
YQ
182016-09-02 Yao Qi <yao.qi@linaro.org>
19
20 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
21 true.
22 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
23 * gdb.base/call-rt-st.exp: Likewise.
24 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
25 return value instead of gdb,skip_float_test.
26 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
27 (do_function_calls): Use its return value instead of
28 gdb,skip_float_test.
29 * gdb.base/finish.exp: Likewise.
30 * gdb.base/funcargs.exp: Likewise.
31 * gdb.base/return.exp: Likewise.
32 * gdb.base/return2.exp: Likewise.
33 * gdb.base/varargs.exp: Likewise.
34 * lib/gdb.exp (gdb_skip_float_test): Change it to
35 gdb_caching_proc. Detect the broken ptrace on arm-linux.
36
5af962df
AA
372016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
38
39 * gdb.multi/tids.exp: Test "thread apply all".
40
7fac6910
JK
412016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.base/default.exp (tty): Remove.
44
bb1fe4ac
KB
452016-08-24 Kevin Buettner <kevinb@redhat.com>
46
47 * gdb.python/py-recurse-unwind.c: New file.
48 * gdb.python/py-recurse-unwind.py: New file.
49 * gdb.python/py-recurse-unwind.exp: New file.
50
0a1ddfa6
SM
512016-08-24 Simon Marchi <simon.marchi@ericsson.com>
52
53 * gdb.base/set-inferior-tty.exp: New file.
54 * gdb.base/set-inferior-tty.c: New file.
55
d9de1fe3
PA
562016-08-23 Pedro Alves <palves@redhat.com>
57
58 PR gdb/20494
59 * gdb.base/new-ui-echo.c: New file.
60 * gdb.base/new-ui-echo.exp: New file.
61
e9d9abd7
YQ
622016-08-23 Yao Qi <yao.qi@linaro.org>
63
64 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
65 gdbserver_spawn.
66 * gdb.server/connect-without-multi-process.exp (do_test):
67 Likewise.
68
3589529e
YQ
692016-08-23 Yao Qi <yao.qi@linaro.org>
70
71 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
72 standalone_txt. Delete gdb_txt and standalone_txt on host
73 and target. Spawn the binary on target. Copy files from
74 target to host.
75
6bb90213
PA
762016-08-22 Pedro Alves <palves@redhat.com>
77
78 PR gdb/20505
79 * gdb.base/vdso-warning.exp: Test core dumps too. Use
80 with_test_prefix. Factor out bits to ...
81 (test_no_vdso): ... this new procedure.
82
20c2c024
CL
832016-08-19 Carl Love <cel@us.ibm.com>
84
85 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
86 maintaining separate logic for constructing the output path.
87 * gdb.arch/powerpc-d128-regs.exp: Likewise.
88 * gdb.arch/ppc-dfp.exp: Likewise.
89 * gdb.arch/ppc-fp.exp: Likewise.
90 * gdb.arch/vsx-regs.exp: Likewise.
91 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
92 binprefix for generating the additional binary files.
93
0646e07d
PA
942016-08-19 Pedro Alves <palves@redhat.com>
95
96 * gdb.trace/mi-trace-frame-collected.exp
97 (test_trace_frame_collected): On x32, expect two registers.
98
46da9242
CL
992016-08-18 Carl Love <cel@us.ibm.com>
100
101 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
102 and sync up the test with tests in gas/testsuite/gas/ppc.
103 * gdb.arch/powerpc-power.exp: Likewise.
104
eb2332d7
SM
1052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
106
107 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
108 expected error message.
109
63c61e04
SM
1102016-08-17 Simon Marchi <simon.marchi@ericsson.com>
111
112 * gdb.multi/remove-inferiors.exp: New file.
113 * gdb.multi/remove-inferiors.c: New file.
114
7b17065f
YQ
1152016-08-12 Yao Qi <yao.qi@linaro.org>
116
117 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
118 argument list.
119
01d3dedf
PA
1202016-08-10 Pedro Alves <palves@redhat.com>
121
122 PR gdb/19187
123 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
124 setup_kfails.
125
3eb7562a
PA
1262016-08-09 Pedro Alves <palves@redhat.com>
127 Simon Marchi <simon.marchi@ericsson.com>
128
129 PR gdb/20418
130 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
131 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
132
80614914
PA
1332016-08-09 Pedro Alves <palves@redhat.com>
134
135 PR mi/20431
136 * gdb.mi/mi-cmd-error.exp: New file.
137
f348d89a
PA
1382016-08-09 Pedro Alves <palves@redhat.com>
139
140 PR gdb/18653
141 * gdb.base/signals-state-child.c: New file.
142 * gdb.base/signals-state-child.exp: New file.
143 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
144
e5ca03b4
PA
1452016-08-09 Pedro Alves <palves@redhat.com>
146
147 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
148
282a0691
TT
1492016-08-03 Tom Tromey <tom@tromey.com>
150
151 PR python/18565:
152 * gdb.python/py-frame-inline.exp: Add Frame.function test.
153
41bfcd63
YQ
1542016-08-01 Yao Qi <yao.qi@linaro.org>
155
156 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
157 variable mode to "multi-process" if $multi_process is 1, otherwise
158 set it to "single-process".
159
e3465b24
YQ
1602016-08-01 Yao Qi <yao.qi@linaro.org>
161
162 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
163 * gdb.cp/cpexprs.exp: Likewise.
164 * gdb.cp/m-static.exp: Likewise.
165
0b31a4bc
TT
1662016-07-26 Tom Tromey <tom@tromey.com>
167
168 PR python/20190:
169 * gdb.threads/tls.exp (check_thread_local): Add python symbol
170 test.
171
e0461dbb
MM
1722016-07-26 Markus Metzger <markus.t.metzger@intel.com>
173
174 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
175 selecting assembly source files.
176 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
177 assembly source files.
178 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
179 assembly source files.
180 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
181 selecting assembly source files.
182
8194e927
SM
1832016-07-25 Simon Marchi <simon.marchi@ericsson.com>
184
185 * gdb.base/new-ui.exp (do_test_invalid_args): New
186 procedure.
187
c0272db5
TW
1882016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
189
190 * gdb.btrace/reconnect.c: New file.
191 * gdb.btrace/reconnect.exp: New file.
192
e3487908
GKB
1932016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
194
195 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
196 to test_catch_syscall_group.
197 (test_catch_syscall_group): New.
198
12df5c00
TT
1992016-07-21 Tom Tromey <tom@tromey.com>
200
201 * gdb.rust/simple.rs (main): Use empty struct expression.
202 * gdb.rust/simple.exp: Add tests for empty struct expression.
203
bae62ee2
YQ
2042016-07-21 Yao Qi <yao.qi@linaro.org>
205
206 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
207 if gdb_skip_xml_test is true on some targets.
208
b1b53fb3
YQ
2092016-07-21 Yao Qi <yao.qi@linaro.org>
210
211 * gdb.server/solib-list.exp: Unset last_loaded_file.
212
027d97f8
JK
2132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
216 "step into captured_main (args)".
217
7674d381
JK
2182016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
221
72b5d099
JK
2222016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
225
1f960ced
PA
2262016-07-19 Pedro Alves <palves@redhat.com>
227
228 * gdb.opt/inline-break.exp: Remove optimize=-O2.
229 * gdb.opt/inline-bt.exp: Likewise.
230 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
231 additional_flags=-Winline.
232 * gdb.opt/inline-locals.exp: Likewise.
233 * gdb.opt/inline-markers.c (ATTR): Define.
234 (inlined_fn): Use it.
235
f25827c1
YQ
2362016-07-19 Yao Qi <yao.qi@linaro.org>
237
238 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
239 (test_with_self): Remove some code. Remove argument executable.
240 (top-level): Use do_self_tests.
241
37539ebe
DB
2422016-07-15 Zachary Welch <zwelch@codesourcery.com>
243 Don Breazeal <donb@codesourcery.com>
244
245 * gdb.base/maint.exp: Escape paths used in regular expressions.
246 * gdb.stabs/weird.exp: Likewise.
247
dac790e1
TT
2482016-07-13 Tom Tromey <tom@tromey.com>
249
250 PR python/15620, PR python/18620:
251 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
252 (test_bkpt_events): New procs.
253
93daf339
TT
2542016-07-13 Tom Tromey <tom@tromey.com>
255
256 PR python/17698:
257 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
258 test.
259 (test_watchpoints): Likewise.
260 (test_bkpt_pending): New proc.
261
6571a381
TT
2622016-07-13 Tom Tromey <tom@tromey.com>
263
264 PR cli/18053:
265 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
266 completion test.
267
e8732474
JK
2682016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
271 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
272 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
273 f_label.
274 (g): Rename g_end_lbl to g_label.
275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
276 low_pc and high_pc.
277 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
278
e0f3fd7c
TT
2792016-07-12 Tom Tromey <tom@tromey.com>
280
281 PR python/19293:
282 * gdb.python/py-unwind-maint.exp: Update tests.
283
3cfe46b6
YQ
2842016-07-12 Yao Qi <yao.qi@linaro.org>
285
286 * lib/selftest-support.exp (selftest_setup): Match the output
287 when captured_main is inlined.
288
4f19a0e6
WT
2892016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
290
291 * gdb.fortran/derived-types.exp (result_line, result_line_2):
292 New variables.
293 (print this%a, print this%b, print this): New tests.
294 * gdb.fortran/derived-types.f90 (this): New object and
295 initialization.
296
986cf455
SM
2972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
298
299 * gdb.ada/arraydim.exp: Remove extra directory level in build
300 directory.
301
f0464b23
SM
3022016-07-06 Simon Marchi <simon.marchi@ericsson.com>
303
304 * lib/ada.exp: Remove extra directory level in build directory.
305 * gdb.ada/cond_lang.exp: Likewise.
306 * gdb.ada/exec_changed.exp: Likewise.
307 * gdb.ada/lang_switch.exp: Likewise.
308
42d94011
MG
3092016-07-06 Manish Goregaokar <manish@mozilla.com>
310
311 * simple.rs: Add test for raw pointer subscripting
312 * simple.exp: Add test expectations
313
647c264c
YQ
3142016-07-05 Yao Qi <yao.qi@linaro.org>
315
316 * gdb.mi/mi-reverse.exp: Match =record-started output.
317
20aa2c60
PA
3182016-07-01 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/jit-reader.exp (info_registers_current_frame): New
321 procedure.
322 (jit_reader_test): Test the jit reader's unwinder.
323 * gdb.base/jithost.c (jit_function_00_code): New global.
324 (main): Use memcpy to fill in the mmapped code, instead of poking
325 bytes manually here.
326 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
327 value.
328 (read_debug_info): Save the function's range.
329 (read_sp): New function.
330 (unwind_frame): Use it. Also unwind RBP.
331 (get_frame_id): Use read_sp.
332 (gdb_init_reader): Use calloc instead of malloc.
333 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
334 parameter. Use gdb_test_multiple.
335
ced2dffb
PA
3362016-07-01 Pedro Alves <palves@redhat.com>
337 Antoine Tremblay <antoine.tremblay@ericsson.com>
338
339 * gdb.threads/process-dies-while-detaching.c: New file.
340 * gdb.threads/process-dies-while-detaching.exp: New file.
341
63000888
PA
3422016-07-01 Pedro Alves <palves@redhat.com>
343
344 * gdb.multi/watchpoint-multi-exit.c: New file.
345 * gdb.multi/watchpoint-multi-exit.exp: New file.
346
038d4868
PA
3472016-06-30 Pedro Alves <palves@redhat.com>
348
349 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
350 unset inferior_spawn_id.
351
994e9c83
PA
3522016-06-30 Pedro Alves <palves@redhat.com>
353
354 * lib/mi-support.exp (default_mi_gdb_start): Declare global
355 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
356
e5653468
YQ
3572016-06-29 Yao Qi <yao.qi@linaro.org>
358
359 * gdb.base/return.c: Add copyright header.
360
803b47e5
TT
3612016-06-29 Tom Tromey <tom@tromey.com>
362
363 PR python/20129:
364 * gdb.python/py-framefilter.exp: Add tests for setting priority
365 and disabling of non-existent frame filter.
366
28244707
YQ
3672016-06-29 Yao Qi <yao.qi@linaro.org>
368
369 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
370 0x0f07ff.
371
a31d2f06
YQ
3722016-06-28 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.base/catch-syscall.exp: Remove check on isnative and target
375 triplets. Start gdb, execute catch syscall, and continue. Check
376 gdb's output to determine catch syscall is supported.
377
921d8f54
MG
3782016-06-27 Manish Goregaokar <manish@mozilla.com>
379
25d49b86
PA
380 * gdb.rust/simple.rs: Add test for returning unit in a function.
381 * gdb.rust/simple.exp: Add expectation for functions returning
382 unit.
921d8f54 383
f4952523
PMR
3842016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
385
386 * gdb.python/py-breakpoint-create-fail.c,
387 gdb.python/py-breakpoint-create-fail.exp,
388 gdb.python/py-breakpoint-create-fail.py: New testcase.
389
fccb08f8
MG
3902016-06-25 Manish Goregaokar <manish@mozilla.com>
391
392 PR gdb/20239
393 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
394 * gdb.rust/simple.exp: Add test expectations for new NonZero
395 tests.
fccb08f8 396
6b850546
DT
3972016-06-24 David Taylor <dtaylor@emc.com>
398
399 * gdb.base/offsets.exp: New file.
400 * gdb.base/offsets.c: New file.
401
17621150
TT
4022016-06-23 Tom Tromey <tom@tromey.com>
403
404 PR gdb/16483:
405 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
406 before any filters are loaded.
407
04d59df6
WT
4082016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
409
410 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
411 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
412 structs.
413 * gdb.fortran/derived-type-function.exp: New file.
414 * gdb.fortran/derived-type-function.f90: New file.
415
416
ac69f786
PA
4172016-06-21 Pedro Alves <palves@redhat.com>
418
419 * gdb.base/new-ui.exp: New file.
420 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
421 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
422 (with_spawn_id): New procedure.
423
49940788
PA
4242016-06-21 Pedro Alves <palves@redhat.com>
425
426 * gdb.mi/mi-exec-run.exp: New file.
427
ef274d26
PA
4282016-06-21 Pedro Alves <palves@redhat.com>
429
430 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
431 breakpoint command's output on the main UI.
432 (test_break): New procedure, factored out from calls in the top
433 level.
434 (top level): Use foreach_with_prefix to test MI as main UI and as
435 separate UI.
436
468afe6c
PA
4372016-06-21 Pedro Alves <palves@redhat.com>
438
439 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
440 (test_awatch_creation_and_listing)
441 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
442 Remove 'type' parameter.
443 (test_watchpoint_all): New parameter mi_mode. Remove
444 with_test_prefix.
445 (top level): Use foreach_with_prefix, and add main/separate UI MI
446 testing axis.
447
51f77c37
PA
4482016-06-21 Pedro Alves <palves@redhat.com>
449
450 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
451 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
452 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
453 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
454 (gdb_main_spawn_id, mi_spawn_id): Declare and
455 comment.
456 (mi_create_inferior_pty): New procedure,
457 factored out from default_mi_gdb_start.
458 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
459 procedures.
460 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
461 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
462 Use mi_create_inferior_pty.
463 (mi_gdb_start): Use eval to pass down args list.
464
8980e177
PA
4652016-06-21 Pedro Alves <palves@redhat.com>
466
467 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
468 * gdb.opt/inline-cmds.exp: Add MI tests.
469
f38d3ad1
PA
4702016-06-21 Pedro Alves <palves@redhat.com>
471
472 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
473
45db7c09
PA
4742016-06-21 Pedro Alves <palves@redhat.com>
475
476 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
477 (top level): Use it instead of mi_execute_to.
478
5a069ab3
PA
4792016-06-21 Pedro Alves <palves@redhat.com>
480
481 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
482 (cont_handler_str): New.
483 (signal_stop_handler): Set stop_handler_str instead of printing to
484 stdout.
485 (continue_handler): Set cont_handler_str instead of printing to
486 stdout.
487 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
488 mi_send_resuming_command. Print stop_handler_str and
489 cont_handler_str instead of expecting the python events print
490 directly.
491
2838cc1d
SD
4922016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
493
494 * gdb.base/jit-reader.exp: New file.
495 * gdb.base/jithost.c: New file.
496 * gdb.base/jithost.h: New file.
497 * gdb.base/jitreader.c : New file.
498 * gdb.base/jit-protocol.h: New file.
499
21a77091
YQ
5002016-06-17 Yao Qi <yao.qi@linaro.org>
501
502 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
503 parameters follow_fork and detach_on_fork. Set follow-fork-mode
504 and detach-on-fork. Adjust tests.
505 (top level): Invoke break_cond_on_syscall with combinations of
506 syscall, follow-fork-mode and detach-on-fork.
507
f50bf8e5
YQ
5082016-06-17 Yao Qi <yao.qi@linaro.org>
509
510 * gdb.base/step-over-exit.c: New.
511 * gdb.base/step-over-exit.exp: New.
512
a28d8e50
YTL
5132016-06-17 Yan-Ting Lin <currygt52@gmail.com>
514
515 * gdb.base/float.exp: Add target check for nds32*-*-*.
516 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
517
cad8e26d
AB
5182016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
521 for unsupported target features.
522 * gdb.base/call-rt-st.exp: Likewise.
523 * gdb.base/call-sc.exp: Likewise.
524 * gdb.base/call-signal-resume.exp: Likewise.
525 * gdb.base/call-strs.exp: Likewise.
526 * gdb.base/callexit.exp: Likewise.
527 * gdb.base/callfuncs.exp: Likewise.
528 * gdb.base/nodebug.exp: Likewise.
529 * gdb.base/printcmds.exp: Likewise.
530 * gdb.base/ptype.exp: Likewise.
531 * gdb.base/structs.exp: Likewise.
532 * gdb.base/unwindonsignal.exp: Likewise.
533 * gdb.cp/gdb2495.exp: Likewise.
534 * gdb.cp/templates.exp: Likewise.
535 * gdb.cp/virtfunc.exp: Likewise.
536 * gdb.threads/hand-call-in-threads.exp: Likewise.
537 * gdb.threads/interrupted-hand-call.exp: Likewise.
538 * gdb.threads/thread-unwindonsignal.exp: Likewise.
539
347dc102
TT
5402016-06-10 Tom Tromey <tom@tromey.com>
541
542 PR rust/20110:
543 * gdb.rust/expr.exp: Add test for integer constant larger than
544 i32.
545
5e13cf25
BH
5462016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
547
548 * gdb.fortran/nested-funcs.exp: New.
549 * gdb.fortran/nested-funcs.f90: New.
550
bb556f1f
TK
5512016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
552
553 * gdb.base/examine-backward.c: New file.
554 * gdb.base/examine-backward.exp: New file.
555
38b022b4
SM
5562016-06-06 Simon Marchi <simon.marchi@ericsson.com>
557
558 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
559 matching.
560
1b40ec05
TT
5612016-06-02 Tom Tromey <tom@tromey.com>
562
563 PR python/18984:
564 * gdb.python/py-shared.exp: Add solib_name test.
565
193bd378
SM
5662016-06-02 Simon Marchi <simon.marchi@ericsson.com>
567
568 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
569
3326303b
MG
5702016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
571
572 PR c++/19893
573 * gdb.dwarf2/implref.exp: Rename to...
574 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
575 * gdb.dwarf2/implref-array.c: New file.
576 * gdb.dwarf2/implref-array.exp: Likewise.
577 * gdb.dwarf2/implref-global.c: Likewise.
578 * gdb.dwarf2/implref-global.exp: Likewise.
579 * gdb.dwarf2/implref-struct.c: Likewise.
580 * gdb.dwarf2/implref-struct.exp: Likewise.
581
825c8ef2
AT
5822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
583
584 * gdb.trace/trace-condition.exp: Add 64bit tests.
585
2320162a
AT
5862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
587
588 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
589 bits types.
590 (main): Adapt to 8 to 64 bits types.
591 * gdb.trace/trace-condition.exp: Add new tests.
592
a7818233
AT
5932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
594
595 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
596
0d336466
AT
5972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
598
599 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
600 Move condition tests...
601 * gdb.trace/trace-condition.exp: Here.
602
7faeb45a
AT
6032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
604
605 * gdb.trace/trace-condition.exp: Add counter-case tests.
606
e385593e
JK
6072016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 PR c++/15231
610 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
611 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
612
744608cc
PA
6132016-05-27 Pedro Alves <palves@redhat.com>
614
615 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
616 New procedure.
617 (top level): Call it, and bail out of DejaGnu is known to be bad.
618
ac775bf4
AB
6192016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdb.base/whatis.c: Extend the test case.
622 * gdb.base/whatis.exp: Add additional tests.
623
2bbad2ea
BH
6242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
625
626* gdb.fortran/type.f90: Add pointer variable.
627* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
628
8b70175d
BH
6292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
630
631 * gdb.fortran/vla-type.exp: Fix testcase name.
632
86d8a848
BH
6332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
634
635 * gdb.fortran/vla-type.exp: Access elements in nested structs.
636
e188eb36
BH
6372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
638
639 * gdb.fortran/type.f90: Add nested structures.
640 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
641 * gdb.fortran/derived-type.exp: Adapt expected output.
642 * gdb.fortran/vla-type.exp: Adapt expected output.
643
9b2db1fd
BH
6442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
645
646 * gdb.fortran/whatis_type.exp: Adapt expected output.
647
72b17055
BH
6482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
649
650 * gdb.fortran/print_type.exp: Fix expected output.
651 * gdb.fortran/whatis_type.exp: Fix expected output.
652
3cd81d8d
BH
6532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
654
655 * gdb.fortran/whatis_type.exp: Use multi_line.
656
ddae9462
TT
6572016-05-24 Tom Tromey <tom@tromey.com>
658
659 PR python/17386:
660 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
661 use value as an index.
662
1957f6b8
TT
6632016-05-23 Tom Tromey <tom@tromey.com>
664
665 PR python/17981:
666 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
667 no-breakpoint case.
668
026a9174
PA
6692016-05-24 Pedro Alves <palves@redhat.com>
670
671 PR gdb/19828
672 * gdb.threads/clone-attach-detach.c: New file.
673 * gdb.threads/clone-attach-detach.exp: New file.
674
e70a7231
FR
6752016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
676
677 * gdb.base/annota-input-while-running.exp: Fix syntax error.
678
0f6ed0e0
TT
6792016-05-23 Tom Tromey <tom@tromey.com>
680
681 PR python/19438, PR python/18393:
682 * gdb.python/py-progspace.exp: Add "dir" test.
683 * gdb.python/py-objfile.exp: Add "dir" test.
684
ffd19d61
YQ
6852016-05-23 Yao Qi <yao.qi@linaro.org>
686
687 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
688 * gdb.arch/thumb2-it.exp: Likewise.
689
9e8f9b05
SM
6902016-05-18 Simon Marchi <simon.marchi@ericsson.com>
691
692 * gdb.mi/mi-threads-interrupt.c: New file.
693 * gdb.mi/mi-threads-interrupt.exp: New file.
694
61c6156d
SM
6952016-05-17 Simon Marchi <simon.marchi@ericsson.com>
696
697 PR gdb/18077
698 * gdb.mi/mi-async-run.exp: New file.
699 * gdb.mi/mi-async-run.c: New file.
700
67218854
TT
7012016-05-17 Tom Tromey <tom@tromey.com>
702 Manish Goregaokar <manishsmail@gmail.com>
703
704 * lib/rust-support.exp: New file.
705 * lib/gdb.exp (skip_rust_tests): New proc.
706 (build_executable_from_specs): Handle rust.
707 * lib/future.exp (gdb_find_rustc): New proc.
708 (gdb_default_target_compile): Handle rust.
709 * gdb.rust/expr.exp: New file.
710 * gdb.rust/generics.exp: New file.
711 * gdb.rust/generics.rs: New file.
712 * gdb.rust/methods.exp: New file.
713 * gdb.rust/methods.rs: New file.
714 * gdb.rust/modules.exp: New file.
715 * gdb.rust/modules.rs: New file.
716 * gdb.rust/simple.exp: New file.
717 * gdb.rust/simple.rs: New file.
718
c44af4eb
TT
7192016-05-17 Tom Tromey <tom@tromey.com>
720
721 * gdb.base/default.exp (set language): Add rust.
722
dcd1f979
TT
7232016-05-17 Tom Tromey <tom@tromey.com>
724
725 * gdb.gdb/unittest.exp: New file.
726
155b7f57
YQ
7272016-05-16 Yao Qi <yao.qi@linaro.org>
728
729 * gdb.base/batch-preserve-term-settings.exp: Remove variable
730 shell_prompt. Update shell_prompt_re.
731
8ddd5a6c
DE
7322016-05-12 Doug Evans <dje@google.com>
733
734 PR symtab/19999
735 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
736 $options when building executable.
737 * gdb.dwarf2/fission-loclists-pie.S: New file.
738 * gdb.dwarf2/fission-loclists-pie.exp: New file.
739
02e370d9
SM
7402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
741
742 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
743 of [is_remote target],
744
8929ad8b
SM
7452016-05-04 Simon Marchi <simon.marchi@ericsson.com>
746
747 * lib/gdb.exp (use_gdb_stub): New procedure.
748
6c447423
DE
7492016-05-03 Yunlian Jiang <yunlian@google.com>
750 Doug Evans <dje@google.com>
751
752 PR symtab/19914
753 * gdb.dwarf2/dwp-sepdebug.c: New file.
754 * gdb.dwarf2/dwp-sepdebug.exp: New file.
755
444e826c
SM
7562016-05-02 Simon Marchi <simon.marchi@ericsson.com>
757
758 * gdb.base/detach.exp: Remove is_remote check.
759
740feeaa
SM
7602016-05-02 Simon Marchi <simon.marchi@ericsson.com>
761
762 * gdb.base/annota-input-while-running.exp: Don't check for
763 [is_remote target]. Enable annotations after running to main.
764 Remove unused "set test..." line.
765
9080ac9d
SM
7662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
767
768 * gdb.trace/trace-enable-disable.exp: New file.
769 * gdb.trace/trace-enable-disable.c: New file.
770
952ebca5
SM
7712016-04-28 Simon Marchi <simon.marchi@ericsson.com>
772
773 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
774 use it in info sharedlibrary test.
775 * gdb.trace/ftrace-lock.exp: Likewise.
776 * gdb.trace/ftrace.exp: Likewise.
777 * gdb.trace/range-stepping.exp: Likewise.
778 * gdb.trace/trace-break.exp: Likewise.
779 * gdb.trace/trace-condition.exp: Likewise.
780 * gdb.trace/trace-mt.exp: Likewise.
781
d9019901
SM
7822016-04-27 Simon Marchi <simon.marchi@ericsson.com>
783
784 * lib/gdb.exp (gdb_load_shlibs): Rename to...
785 (gdb_load_shlib): ... this.
786 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
787 gdb_load_shlib.
788 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
789 * gdb.base/ctxobj.exp: Likewise.
790 * gdb.base/dprintf-pending.exp: Likewise.
791 * gdb.base/dso2dso.exp: Likewise.
792 * gdb.base/fixsection.exp: Likewise.
793 * gdb.base/gcore-relro.exp: Likewise.
794 * gdb.base/gdb1555.exp: Likewise.
795 * gdb.base/global-var-nested-by-dso.exp: Likewise.
796 * gdb.base/gnu-ifunc.exp: Likewise.
797 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
798 * gdb.base/jit-so.exp (one_jit_test): Likewise.
799 * gdb.base/pending.exp: Likewise.
800 * gdb.base/print-file-var.exp: Likewise.
801 * gdb.base/print-symbol-loading.exp: Likewise.
802 * gdb.base/shlib-call.exp: Likewise.
803 * gdb.base/shreloc.exp: Likewise.
804 * gdb.base/so-impl-ld.exp: Likewise.
805 * gdb.base/solib-disc.exp: Likewise.
806 * gdb.base/solib-nodir.exp: Likewise.
807 * gdb.base/solib-overlap.exp: Likewise.
808 * gdb.base/solib-symbol.exp: Likewise.
809 * gdb.base/solib-weak.exp (do_test): Likewise.
810 * gdb.base/sym-file.exp: Likewise.
811 * gdb.base/symtab-search-order.exp: Likewise.
812 * gdb.base/type-opaque.exp: Likewise.
813 * gdb.base/unload.exp: Likewise.
814 * gdb.base/watchpoint-solib.exp: Likewise.
815 * gdb.compile/compile.exp: Likewise.
816 * gdb.cp/gdb2384.exp: Likewise.
817 * gdb.cp/infcall-dlopen.exp: Likewise.
818 * gdb.cp/re-set-overloaded.exp: Likewise.
819 * gdb.fortran/library-module.exp: Likewise.
820 * gdb.opt/solib-intra-step.exp: Likewise.
821 * gdb.python/py-finish-breakpoint.exp: Likewise.
822 * gdb.python/py-shared.exp: Likewise.
823 * gdb.reverse/solib-precsave.exp: Likewise.
824 * gdb.reverse/solib-reverse.exp: Likewise.
825 * gdb.server/solib-list.exp: Likewise.
826 * gdb.threads/dlopen-libpthread.exp: Likewise.
827 * gdb.threads/tls-shared.exp: Likewise.
828 * gdb.threads/tls-so_extern.exp: Likewise.
829 * gdb.trace/change-loc.exp: Likewise.
830 * gdb.trace/ftrace-lock.exp: Likewise.
831 * gdb.trace/ftrace.exp: Likewise.
832 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
833 * gdb.trace/pending.exp: Likewise.
834 * gdb.trace/range-stepping.exp: Likewise.
835 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
836 (strace_info_marker): Likewise.
837 (strace_probe_marker): Likewise.
838 (strace_trace_on_same_addr): Likewise.
839 (strace_trace_on_diff_addr): Likewise.
840 * gdb.trace/trace-break.exp: Likewise.
841 * gdb.trace/trace-condition.exp: Likewise.
842 * gdb.trace/trace-mt.exp: Likewise.
843
fca4cfd9
SM
8442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
845
846 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
847 result of gdb_remote_download.
848 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
849 * gdb.base/dso2dso.exp: Likewise.
850 * gdb.base/global-var-nested-by-dso.exp: Likewise.
851 * gdb.base/print-file-var.exp: Likewise.
852 * gdb.base/shlib-call.exp: Likewise.
853 * gdb.base/shreloc.exp: Likewise.
854 * gdb.base/solib-overlap.exp: Likewise.
855 * gdb.base/solib-weak.exp (do_test): Likewise.
856 * gdb.base/unload.exp: Likewise.
857
11cf4ffb
YQ
8582016-04-27 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
861 exists.
862
3e2e34f8
KB
8632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
864
865 * vla-type.exp: Print structure from toplevel.
866
8f07e298
BH
8672016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
868
869 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
870 of dynamic types.
871 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
872 of dynamic types.
873
9920b434
BH
8742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
875
876 * gdb.fortran/vla-type.f90: New file.
877 * gdb.fortran/vla-type.exp: New file.
878
f3abeff5
YQ
8792016-04-25 Yao Qi <yao.qi@linaro.org>
880
881 * gdb.base/branch-to-self.c: New file.
882 * gdb.base/branch-to-self.exp: New file.
883
0a5d52f0
YQ
8842016-04-22 Yao Qi <yao.qi@linaro.org>
885
886 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
887 more after $hex.
888
495346f6
YQ
8892016-04-22 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
892 * gdb.base/annota3.exp: Likewise.
893
4a7e075c
YQ
8942016-04-22 Yao Qi <yao.qi@linaro.org>
895
896 * gdb.reverse/step-precsave.exp: Do one step and test program
897 stops in "callee" and do multiple steps until program goes out
898 of "callee".
899 * gdb.reverse/step-reverse.exp: Likewise.
900
5b061e98
YQ
9012016-04-22 Yao Qi <yao.qi@linaro.org>
902
903 * gdb.trace/signal.exp: Also pass if
904 $tracepoint_hits($i) > $iterations.
905
5c5dc57f
YQ
9062016-04-22 Yao Qi <yao.qi@linaro.org>
907
908 * gdb.trace/signal.c: New file.
909 * gdb.trace/signal.exp: New file.
910
a55411b9
DE
9112016-04-19 Doug Evans <xdje42@gmail.com>
912
913 * gdb.base/bad-file.exp: New file.
914
a22df60a
MG
9152016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
916
917 * gdb.dwarf2/implref.exp: New file.
918
0c13f7e5
BH
9192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
920
921 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
922 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
923 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
924 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
925 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
926 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
927 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
928 * lib/fortran.exp (fortran_int4): New procedure.
929 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
930 (fortran_logical4): Likewise.
931
9b9b09e9
BH
9322016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
933
934 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
935
a14d1f4d
BH
9362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
937
938 * lib/compiler.c: Add Intel specific preprocessor macros.
939 * lib/compiler.cc: Likewise.
25d49b86 940
7d49b1d0
LM
9412016-04-13 Luis Machado <lgustavo@codesourcery.com>
942
943 * gdb.server/connect-with-no-symbol-file.c: New file.
944 * gdb.server/connect-with-no-symbol-file.exp: New file.
945
8392fa22
SM
9462016-04-13 Simon Marchi <simon.marchi@ericsson.com>
947
948 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
949
8c4c4aeb
SM
9502016-04-13 Simon Marchi <simon.marchi@ericsson.com>
951
952 * boards/gdbserver-base.exp (${board}_download): Copy source file to
953 standard output directory.
954
45e3745e
AT
9552016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
956
957 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
958
e26b7e41
MM
9592016-04-13 Markus Metzger <markus.t.metzger@intel.com>
960
961 * gdb.btrace/instruction_history.c (loop): Add declaration.
962
8ce09462
AT
9632016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
964
965 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
966
2e88a1ea
SM
9672016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
968
969 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
970 parentheses to print.
971 (continue_handler): Likewise.
972
f48e22e3
SM
9732016-04-08 Simon Marchi <simon.marchi@ericsson.com>
974
975 * gdb.server/solib-list.exp: Remove is_remote check.
976 Pass shlib= to gdb_compile. Don't link shared library with
977 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
978 Run binary filename through "readlink -f" on the target.
979
096be756
PA
9802016-04-08 Pedro Alves <palves@redhat.com>
981
982 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
983 interpreter filename as argument to gdbserver_spawn.
984 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
985 Return empty if $last_loaded_file does not exist.
986
06500533
JK
9872016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
988
989 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
990 * gdb.base/jit-main.c: Use exit after usage.
991
2d35e871
JK
9922016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
995 GDBHISTSIZE prior to the tests.
996 * gdb.base/gdbinit-history.exp: Likewise.
997
9982016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
999
1000 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1001 instead of build_executable. Use gdb_load_shlibs.
1002
c8064e7e
YQ
10032016-04-07 Yao Qi <yao.qi@linaro.org>
1004
1005 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1006 Execute "si" command.
1007
bde47561
YQ
10082016-04-07 Yao Qi <yao.qi@linaro.org>
1009
1010 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1011 number instead of the comments on some line.
1012
b16f8a3b
DB
10132016-04-06 Don Breazeal <donb@codesourcery.com>
1014
1015 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1016 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1017
c2f901df
SM
10182016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1019
1020 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1021 standard_output_file. Remove unused binfile variable.
1022
ac17fda0
CU
10232016-04-05 Catalin Udma <catalin.udma@freescale.com>
1024
1025 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1026 * gdb.python/py-mi-objfile.exp: Match "list main" output
1027 in console format.
1028
03a8c4df
SM
10292016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1032 absolute.
1033
6e774b13
SM
10342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1035
1036 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1037 absolute.
1038 * gdb.trace/ftrace.exp: Likewise.
1039 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1040 targets as well.
1041 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1042 (gdb_load_shlibs): Copy libraries to test directory when testing
1043 natively. Only set solib-search-path if testing remotely.
1044 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1045
7817ea46
SM
10462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1049 gdb_download. Use it even if the target is not remote.
1050 * gdb.base/jit.exp (compile_jit_test): Likewise.
1051 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1052 output directory if the destination board is local, otherwise use
1053 the standard remote_download from DejaGnu.
1054 (gdb_download): Remove.
1055 (gdb_load_shlibs): Use gdb_remote_download instead of
1056 gdb_download.
1057 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1058 Use gdb_remote_download instead of gdb_download. Use it even if
1059 the target is not remote.
1060 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1061 instead of gdb_download.
1062
7beb7f68
SM
10632016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1064
1065 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1066 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1067 run.
1068
cc63428a
AV
10692016-04-01 Artemiy Volkov <artemiyv@acm.org>
1070
1071 PR gdb/19820
1072 * gdb.base/printcmds.exp: Add artificial arrays tests.
1073
64cdf930
PA
10742016-03-31 Pedro Alves <palves@redhat.com>
1075
1076 PR gdb/19858
1077 * gdb.base/jit-main.c: Include unistd.h.
1078 (ATTACH): Define to 0 if not already defined.
1079 (wait_for_gdb, mypid): New globals.
1080 (WAIT_FOR_GDB): New macro.
1081 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1082 some breakpoint locations.
1083 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1084 New procedures.
1085 (one_jit_test): Add REATTACH parameter, and handle it. Use
1086 continue_to_test_location.
1087 (top level): Test attach, and adjusts calls to one_jit_test.
1088
40dea8cb
PA
10892016-03-31 Pedro Alves <palves@redhat.com>
1090
1091 PR gdb/19858
1092 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1093 BINSUFFIX parameter, and handle it.
1094 (top level): Adjust calls compile_jit_test.
1095
e7ea3ec7
CU
10962016-03-31 Catalin Udma <catalin.udma@freescale.com>
1097
1098 PR python/19743
1099 * gdb.python/py-mi-events-gdb.py: New file.
1100 * gdb.python/py-mi-events.c: New file.
1101 * gdb.python/py-mi-events.exp: New file.
1102
e6359af3
YQ
11032016-03-30 Yao Qi <yao.qi@linaro.org>
1104
1105 * gdb.reverse/until-precsave.exp: Match function name only.
1106 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1107 Move malloc to a condition block.
1108 * gdb.reverse/until-reverse.exp: Match function name only.
1109
a4105d04
MK
11102016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1111
1112 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1113 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1114 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1115 variable for GPR 0 instead of assuming it is register 0.
1116 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1117 * lib/trace-support.exp: Add s390 registers.
1118
bfa6adb9
YQ
11192016-03-29 Yao Qi <yao.qi@linaro.org>
1120
1121 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1122
1e6697ea
YQ
11232016-03-24 Yao Qi <yao.qi@linaro.org>
1124
1125 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1126 test message.
1127
64bcd522
AA
11282016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1129
1130 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1131 maintaining separate logic for constructing the output path.
1132
7868401b
DB
11332016-03-16 Don Breazeal <donb@codesourcery.com>
1134
1135 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1136 Retry fork and waitpid on interrupted system call errors.
1137 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1138 Use with_timeout_factor to increase timeout by factor of 10.
1139
1cafadb4
DB
11402016-03-15 Don Breazeal <donb@codesourcery.com>
1141
1142 * gdb.cp/scope-err.cc: New test program.
1143 * gdb.cp/scope-err.exp: New test script.
1144 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1145 lines and "set breakpoint here" comment.
1146 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1147 Fixed some whitespace and format issues.
1148 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1149 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1150
81516450
DE
11512016-03-15 Doug Evans <dje@google.com>
1152
1153 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1154 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1155 All callers updated. Add tests for enums, mixed flags register.
1156
aa52b601
DE
11572016-03-15 Doug Evans <dje@google.com>
1158
1159 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1160 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1161
fa4ff313
SM
11622016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1163
1164 * gdb.base/default.exp: Add $_as_string to the list of expected
1165 convenience functions.
1166
f2403c39
AB
11672016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1170
f2f3ccb9
SM
11712016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1172
1173 * gdb.python/py-as-string.exp: New file.
1174 * gdb.python/py-as-string.c: New file.
1175
00dbd492
PA
11762016-03-09 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1179 signal" -> "Thread NN received signal" output change.
1180 * gdb.threads/ia64-sigill.exp: Likewise.
1181 * gdb.threads/linux-dp.exp: Likewise.
1182 * gdb.threads/manythreads.exp: Likewise.
1183 * gdb.threads/pending-step.exp: Likewise.
1184 * gdb.threads/print-threads.exp: Likewise.
1185 * gdb.threads/sigstep-threads.exp: Likewise.
1186 * gdb.threads/staticthreads.exp: Likewise.
1187 * gdb.threads/tls.exp: Likewise.
1188
1e6697ea
YQ
11892016-03-09 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.base/command-line-input.exp: New file.
1192
b04fd3be
MK
11932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1194
1195 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1196 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1197 * gdb.trace/pending.exp: Accept leading dot before function name.
1198 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1199 * lib/trace-support.exp: Set registers for ppc.
1200
98fa59e9
MK
12012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1202
1203 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1204 use it for disassembly; accept .main in addition to main in backtrace.
1205
f77198c8
MK
12062016-03-09 Wei-cheng Wang <cole945@gmail.com>
1207 Marcin Kościelnicki <koriakin@0x04.net>
1208
1209 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1210 (gdb_recursion_test_ptr): New global variable.
1211 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1212 gdb_recursion_test.
1213 (gdb_c_test): Ditto.
1214
ba84e0da
MK
12152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1216
1217 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1218 ordering.
1219
4366d36e
MK
12202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1221
1222 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1223 (bar): Add bar_start_lbl label.
1224 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1225 of foo/bar for emitting DWARF and tracing.
1226
5eb264df
SDJ
12272016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1228
1229 * analyze-racy-logs.py: Set executable bit.
1230
fb6a751f
SDJ
12312016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1232
1233 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1234 (CHECK_TARGET_TMP): Likewise.
1235 (check-single-racy): New rule.
1236 (check-parallel-racy): Likewise.
1237 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1238 (do-check-parallel-racy): New rule.
1239 (check-racy/%.exp): Likewise.
1240 * README (Racy testcases): New section.
1241 * analyze-racy-logs.py: New file.
1242
bdf7e230
DE
12432016-03-03 Doug Evans <dje@google.com>
1244
1245 * gdb.base/skip.exp: Use with_test_prefix.
1246
4719d415
YQ
12472016-03-03 Yao Qi <yao.qi@linaro.org>
1248
1249 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1250 Invoke step_over_syscall "clone" and break_cond_on_syscall
1251 "clone".
1252 * gdb.base/step-over-clone.c: New file.
1253
ea507862
YQ
12542016-03-03 Yao Qi <yao.qi@linaro.org>
1255
1256 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1257 code format.
1258
8fc8cbda
YQ
12592016-03-03 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.base/disp-step-fork.c: Rename to ...
1262 * gdb.base/step-over-fork.c: ... it. New file.
1263 * gdb.base/disp-step-vfork.c: Rename to ...
1264 * gdb.base/step-over-vfork.c: ... it. New file.
1265 * gdb.base/disp-step-syscall.exp: Rename to ...
1266 * gdb.base/step-over-syscall.exp: ... it. New file.
1267 (disp_step_cross_syscall): Rename to ...
1268 (step_over_syscall): ... it.
1269
92fa70b0
YQ
12702016-03-03 Yao Qi <yao.qi@linaro.org>
1271
1272 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1273 If target supports condition evaluation on target, invoke
1274 break_cond_on_syscall for fork and vfork.
1275
e197ad3c
YQ
12762016-03-03 Yao Qi <yao.qi@linaro.org>
1277
1278 * gdb.base/disp-step-syscall.exp: Don't invoke
1279 support_displaced_stepping.
1280 (disp_step_cross_syscall): Test with displaced stepping off and
1281 on if supported.
1282
0b47da9f
YQ
12832016-03-03 Yao Qi <yao.qi@linaro.org>
1284
1285 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1286 proc.
1287 (setup): New proc.
1288 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1289 and setup.
1290
065ab6dc
BH
12912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1292
1293 * gdb.fortran/vla-history.exp: Remove breakpoint.
1294
07e448ad 12952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1296
25d49b86
PA
1297 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1298 exceeds timeout.
07e448ad 1299
9ac2d526 13002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1301
25d49b86
PA
1302 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1303 breakpoint.
9ac2d526 1304
17807369
BH
13052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1306
1307 * gdb.mi/vla.f90: Nullify pointer after declaration.
1308
86e501af
PA
13092016-03-01 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1312
1e903e32
PA
13132016-03-01 Pedro Alves <palves@redhat.com>
1314
1315 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1316 before anything else.
1317 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1318 _GNU_SOURCE here.
1319 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1320 before anything else.
1321 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1322
6ccb54e2
PA
13232016-03-01 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1326
30ca9da1
YQ
13272016-03-01 Yao Qi <yao.qi@linaro.org>
1328
1329 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1330 prepare_for_testing.
1331
dc856b38
YQ
13322016-03-01 Yao Qi <yao.qi@linaro.org>
1333
1334 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1335
4a932159
AA
13362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1337
1338 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1339 manually constructing the output path.
1340
f2489477
AA
13412016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1342
1343 * gdb.arch/s390-stackless.S: New.
1344 * gdb.arch/s390-stackless.exp: New.
1345
38899f16
IB
13462016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1347
1348 * gdb.dlang/circular.c: New file.
1349 * gdb.dlang/circular.exp: New file.
1350
9fde51ed
YQ
13512016-02-26 Yao Qi <yao.qi@linaro.org>
1352
1353 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1354 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1355 (testcases): Update.
1356
ce90fefe
YQ
13572016-02-26 Yao Qi <yao.qi@linaro.org>
1358
1359 * gdb.reverse/aarch64.c: Rename to ...
1360 * gdb.reverse/insn-reverse.c: ... it.
1361 * gdb.reverse/aarch64.exp: Rename to ...
1362 * gdb.reverse/insn-reverse.exp: ... it.
1363
3263bceb
YQ
13642016-02-26 Yao Qi <yao.qi@linaro.org>
1365
1366 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1367 (testcase_ftype): New.
1368 (testcases): New array.
1369 (n_testcases): New.
1370 (main): Call each element in testcases.
1371 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1372 (read_testcase): New.
1373 Do the tests in a loop.
1374
6cb59ff1
YQ
13752016-02-25 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.base/branches.c: Remove.
1378
ae91f625
MK
13792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1380
1381 PR gdb/13808
1382 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1383
678b48b7
MK
13842016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1385
1386 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1387
7337a6f2
MK
13882016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1389
1390 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1391 change x86_64 call_insn to 'callq'.
1392
861ca91f
AT
13932016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1394
1395 * gdb.trace/tfile-avx.c: Move to...
1396 * gdb.trace/tracefile-pseudo-reg.c: Here.
1397 * gdb.trace/tfile-avx.exp: Move to...
1398 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1399
bf74e428
GB
14002016-02-24 Gary Benson <gbenson@redhat.com>
1401
1402 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1403 message on attach.
1404
cce0e923
DE
14052016-02-23 Doug Evans <dje@google.com>
1406
1407 * gdb.base/skip.c (test_skip): New function.
1408 (end_test_skip_file_and_function): New function.
1409 (test_skip_file_and_function): New function.
1410 * gdb.base/skip1.c (test_skip): New function.
1411 (skip1_test_skip_file_and_function): New function.
1412 * gdb.base/skip.exp: Add tests for new skip options.
1413 * gdb.base/skip-solib.exp: Update expected output.
1414 * gdb.perf/skip-command.cc: New file.
1415 * gdb.perf/skip-command.exp: New file.
1416 * gdb.perf/skip-command.py: New file.
1417
4000e47e
MK
14182016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1419
1420 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1421 info registers pattern.
1422
24f75ead
IB
14232016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1424
1425 * lib/future.exp: Add D support.
1426 (gdb_find_gdc): New proc.
1427 (gdb_default_target_compile): Add D support.
1428
fbb7bcbe
WW
14292016-02-18 Wei-cheng Wang <cole945@gmail.com>
1430
1431 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1432 user+system time.
1433 (trace_speed_test): Determine the iteration count for a time
1434 between 15..30 seconds.
1435
012b3a21
WT
14362016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1437
1438 * gdb.arch/i386-mpx-sigsegv.c: New file.
1439 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1440 * gdb.arch/i386-mpx-simple_segv.c: New file.
1441 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1442
2d5189bd
YQ
14432016-02-18 Yao Qi <yao.qi@linaro.org>
1444
1445 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1446 Don't call setup_kfail.
1447
40fb20d0
YQ
14482016-02-18 Yao Qi <yao.qi@linaro.org>
1449
1450 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1451 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1452
21b1f8d2
DE
14532016-02-16 Doug Evans <dje@google.com>
1454
1455 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1456 * gdb.base/skip1.c: Ditto.
1457 * gdb.base/skip.exp: Whitespace cleanup.
1458
4041ed77
DB
14592016-02-16 Don Breazeal <donb@codesourcery.com>
1460
1461 PR remote/19496
1462 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1463 Remove kfail for PR remote/19496.
1464
c4ef31bf
SM
14652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1466
1467 * lib/gdb.exp (standard_temp_file): Return a path specific to
1468 the runtest invocation.
1469
266b65b3
SM
14702016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1471
1472 * gdb.trace/save-trace.exp: Change relative path to be in the
1473 standard output directory.
1474
a7a0a6a9
JK
14752016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1476
1477 * gdb.arch/i386-prologue.c: Add missing prototypes.
1478
c99dbb42
JK
14792016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1480
1481 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1482 * gdb.arch/i386-prologue.exp: Likewise.
1483 * gdb.arch/i386-size.exp: Likewise.
1484
aa480355
SM
14852016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1486
1487 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1488 define object file path.
1489 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1490 file path.
1491 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1492 standard_output_file to define binfile.
1493
ba881f50
JK
14942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 Fix compatibility with recent gfortran-5.3.1.
1497 * gdb.fortran/vla-history.exp (print vla1 allocated)
1498 (print vla2 allocated, print $2, print $3): Remove
1499 (print $4): Rename to ...
1500 (print $2): ... here.
1501 (print $9): Rename to ...
1502 (print $5): ... here.
1503 (print $10): Rename to ...
1504 (print $6): ... here.
1505 * gdb.fortran/vla.f90: Add pvla initialization.
1506
e9fb005c
JK
15072016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1510 New test.
1511 * gdb.fortran/vla-value-sub.exp: Likewise.
1512
e44e00ff
MK
15132016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1514
1515 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1516
97e94151
SM
15172016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1518
1519 * i386-biarch-core.exp: Define corefile using
1520 standard_output_file.
1521
01113bc1
YQ
15222016-02-12 Yao Qi <yao.qi@linaro.org>
1523
1524 * gdb.arch/arm-single-step-kernel-helper.c: New.
1525 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1526
33b4777c
MM
15272016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1528
1529 * gdb.btrace/tailcall-only.exp: New.
1530 * gdb.btrace/tailcall-only.c: New.
1531 * gdb.btrace/x86_64-tailcall-only.S: New.
1532 * gdb.btrace/i686-tailcall-only.S: New.
1533
acc23c11
PA
15342016-02-11 Pedro Alves <palves@redhat.com>
1535
1536 * README (Parallel testing): Add missing double quotes.
1537
e352bf0a
PA
15382016-02-11 Pedro Alves <palves@redhat.com>
1539
1540 * README (Parallel testing): New section.
1541 (GDB_PARALLEL): Rewrite.
1542 (FORCE_PARALLEL): Document.
1543
9f5fed78
MK
15442016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1545
1546 * gdb.trace/tfile-avx.c: New test.
1547 * gdb.trace/tfile-avx.exp: New test.
1548
9ef9e6a6
KS
15492016-02-09 Keith Seitz <keiths@redhat.com>
1550
1551 PR breakpoints/19546
1552 * gdb.base/infcall-exec.c: New file.
1553 * gdb.base/infcall-exec2.c: New file.
1554 * gdb.base/infcall-exec.exp: New file.
1555
a96e36da
KS
15562016-02-09 Keith Seitz <keiths@redhat.com>
1557
1558 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1559 (toplevel): Call test_bkpt_address.
1560
9f61929f
KS
15612016-02-09 Keith Seitz <keiths@redhat.com>
1562
1563 PR python/19506
1564 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1565 (toplevel): Call test_bkpt_address.
1566
1e94266c
SM
15672016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1570 to AC_OUTPUT.
1571 * configure: Regenerate.
1572
2a7f3dff
PA
15732016-02-09 Pedro Alves <palves@redhat.com>
1574
1575 PR breakpoints/19548
1576 * gdb.base/execl-update-breakpoints.c (some_function): New
1577 function.
1578 (main): Call it.
1579 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1580 Tighten expected GDB output.
1581
2151ccc5
SM
15822016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1583
1584 * Makefile.in (ALL_SUBDIRS): Remove.
1585 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1586 (distclean maintainer-clean realclean): Likewise.
1587 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1588 * configure: Regenerate.
1589 * gdb.ada/Makefile.in: Delete.
1590 * gdb.arch/Makefile.in: Likewise.
1591 * gdb.asm/Makefile.in: Likewise.
1592 * gdb.base/Makefile.in: Likewise.
1593 * gdb.btrace/Makefile.in: Likewise.
1594 * gdb.cell/Makefile.in: Likewise.
1595 * gdb.compile/Makefile.in: Likewise.
1596 * gdb.cp/Makefile.in: Likewise.
1597 * gdb.disasm/Makefile.in: Likewise.
1598 * gdb.dlang/Makefile.in: Likewise.
1599 * gdb.dwarf2/Makefile.in: Likewise.
1600 * gdb.fortran/Makefile.in: Likewise.
1601 * gdb.gdb/Makefile.in: Likewise.
1602 * gdb.go/Makefile.in: Likewise.
1603 * gdb.guile/Makefile.in: Likewise.
1604 * gdb.java/Makefile.in: Likewise.
1605 * gdb.linespec/Makefile.in: Likewise.
1606 * gdb.mi/Makefile.in: Likewise.
1607 * gdb.modula2/Makefile.in: Likewise.
1608 * gdb.multi/Makefile.in: Likewise.
1609 * gdb.objc/Makefile.in: Likewise.
1610 * gdb.opencl/Makefile.in: Likewise.
1611 * gdb.opt/Makefile.in: Likewise.
1612 * gdb.pascal/Makefile.in: Likewise.
1613 * gdb.perf/Makefile.in: Likewise.
1614 * gdb.python/Makefile.in: Likewise.
1615 * gdb.reverse/Makefile.in: Likewise.
1616 * gdb.server/Makefile.in: Likewise.
1617 * gdb.stabs/Makefile.in: Likewise.
1618 * gdb.threads/Makefile.in: Likewise.
1619 * gdb.trace/Makefile.in: Likewise.
1620 * gdb.xml/Makefile.in: Likewise.
1621 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1622 GDB_PARALLEL.
1623 (standard_output_file): Remove check for GDB_PARALLEL, always
1624 return path in outputs/$subdir/$testname.
1625
437277d4
SM
16262016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1627
1628 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1629 (site.exp): Assign abs_srcdir to tcl's srcdir.
1630
31d913c7
YQ
16312016-02-04 Yao Qi <yao.qi@linaro.org>
1632
1633 * gdb.base/foll-exec-mode.c: Include limits.h.
1634 (main): Add parameters argc and argv. Get directory from
1635 argv[0].
1636 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1637 compilation.
1638 * gdb.base/foll-exec.c: Include limits.h.
1639 (main): Add parameters argc and argv.
1640 Get directory from argv[0].
1641 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1642 Adjust tests on the number of lines as source code changed.
1643 * gdb.base/foll-vfork-exit.c: Include limits.h.
1644 (main): Add one line of statement before vfork.
1645 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1646 (main): Add parameters argc and argv. Get directory from
1647 argv[0].
1648 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1649 (setup_gdb): Set tbreak to skip some source lines.
1650 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1651 (main): Add parameters argc and argv. Get directory from
1652 argv[0].
1653 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1654 compilation.
1655 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1656 (main): Add parameters argc and argv. Get directory from
1657 argv[0].
1658 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1659 compilation.
1660
9482b9fb
DE
16612016-02-01 Doug Evans <dje@google.com>
1662
1663 * gdb.base/skip.exp: Clean up multiple references to same test name.
1664
6b2e4f10
PA
16652016-02-01 Pedro Alves <palves@redhat.com>
1666
ccb6afd6 1667 PR remote/19496
6b2e4f10
PA
1668 * gdb.threads/forking-threads-plus-breakpoint.exp
1669 (displaced_stepping_supported): New global.
1670 (probe_displaced_stepping_support): New procedure.
1671 (do_test): Add 'displaced' parameter, and use it.
1672 (top level): Check for displaced stepping support. Add displaced
1673 stepping on/off testing axis.
1674
37a8db1a
AB
16752016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1678 pointer. Don't perform further tests on the unassociated pointer
1679 if the first test fails.
1680
5fdf6324
AB
16812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.base/max-value-size.c: New file.
1684 * gdb.base/max-value-size.exp: New file.
1685 * gdb.base/huge.exp: Disable max-value-size for this test.
1686
935c6144
IB
16872016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1688
1689 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1690
7fe8399d
YQ
16912016-01-28 Yao Qi <yao.qi@linaro.org>
1692
1693 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1694
a2077e25
PA
16952016-01-25 Pedro Alves <palves@redhat.com>
1696
1697 PR threads/19461
1698 * gdb.base/fork-running-state.c: New file.
1699 * gdb.base/fork-running-state.exp: New file.
1700
1d2736d4
PA
17012016-01-25 Pedro Alves <palves@redhat.com>
1702
1703 PR gdb/19494
1704 * gdb.base/catch-fork-kill.c: New file.
1705 * gdb.base/catch-fork-kill.exp: New file.
1706
f1da4b11
PA
17072016-01-25 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1710 Delete, moved to lib/gdb.exp.
1711 * gdb.threads/forking-threads-plus-breakpoint.exp
1712 (foreach_with_prefix): Likewise.
1713 * gdb.threads/process-dies-while-handling-bp.exp
1714 (foreach_with_prefix): Likewise.
1715 * lib/gdb.exp (foreach_with_prefix): New procedure.
1716
45f38546
MK
17172016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1718
1719 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1720 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1721
dc29a1ce
MK
17222016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1723
1724 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1725 endian targets.
1726
092127d7
JK
17272016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1728 Pedro Alves <palves@redhat.com>
1729
1730 Fix testsuite compatibility with Guile.
1731 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1732 number.
1733
31d765d3
JK
17342016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 Fix testsuite compatibility with Guile.
1737 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1738 (thread 1): New test for backtrace through signal handler.
1739
1ac78c04
YQ
17402016-01-22 Yao Qi <yao.qi@linaro.org>
1741
1742 PR testsuite/19491
1743 * gdb.base/multi-forks.c: Include
1744 ../lib/unbuffer_output.c
1745 (main): Call gdb_unbuffer_output.
1746
4f5946a8
DE
17472016-01-21 Doug Evans <dje@google.com>
1748
1749 * lib/ada.exp (gdb_compile_ada): Fix typo.
1750
305e13e6
JB
17512016-01-21 Joel Brobecker <brobecker@adacore.com>
1752
1753 * gdb.base/break-fun-addr.exp: New file.
1754 * gdb.base/break-fun-addr1.c: New file.
1755 * gdb.base/break-fun-addr2.c: New file.
1756
5f5dfff6
SM
17572016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1758
1759 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1760 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1761 enum flag values.
1762
fd356fa2
AA
17632016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1764
1765 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1766 when GDB can not set the vector return value. Add more comments
1767 for clarification.
1768
9df22175
AT
17692016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1770
1771 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1772 command.
1773
41d1845e
SM
17742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1777
01ac6840
SM
17782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1779
1780 * Makefile.in (check-single): Pass --status to runtest.
1781 (check/%.exp): Likewise.
1782
17832016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1784
1785 * Makefile.in (check-parallel): Propagate return code from make
1786 do-check-parallel.
1787
bd0a71fa
MK
17882016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1789
1790 * gdb.trace/ftrace.exp: Fix expected message on continue.
1791 * gdb.trace/pending.exp: Fix expected message on continue.
1792 * gdb.trace/trace-break.exp: Fix expected message on continue.
1793
8bcbad33
SM
17942016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1795
1796 * lib/gdb.exp (gdb_test): Remove unused global references.
1797
f303dbd6
PA
17982016-01-18 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.base/async-shell.exp: Adjust expected output.
1801 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1802 * gdb.base/siginfo-thread.exp: Adjust expected output.
1803 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1804 * gdb.java/jnpe.exp: Adjust expected output.
1805 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1806 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1807 * gdb.threads/leader-exit.exp: Adjust expected output.
1808 * gdb.threads/manythreads.exp: Adjust expected output.
1809 * gdb.threads/pthreads.exp: Adjust expected output.
1810 * gdb.threads/schedlock.exp: Adjust expected output.
1811 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1812 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1813 expected output.
1814 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1815 output.
1816 * gdb.threads/sigthread.exp: Adjust expected output.
1817 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1818
b2789696
YQ
18192016-01-18 Yao Qi <yao.qi@linaro.org>
1820
1821 * gdb.guile/scm-section-script.c: Replace @progbits with
1822 %progbits.
1823 * gdb.python/py-section-script.c: Likewise.
1824
71ef29a8
PA
18252016-01-15 Pedro Alves <palves@redhat.com>
1826
1827 * gdb.multi/tids.exp: Test star wildcard ranges.
1828
3f5b7598
PA
18292016-01-15 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1832 command from "thread apply" invocation.
1833 (thr_apply_info_thr_invalid): Default the expected output to the
1834 input tid list.
1835 (top level): Add tests that use convenience variables. Add tests
1836 for "thread apply" with a valid TID list, but missing the command.
1837
663f6d42
PA
18382016-01-13 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/default.exp: Expect $_gthread as well.
1841 * gdb.multi/tids.exp: Test $_gthread.
1842 * gdb.threads/thread-specific.exp: Test $_gthread.
1843
c84f6bbf
PA
18442016-01-13 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.multi/tids.exp: Test "info threads -gid".
1847
22a02324
PA
18482016-01-13 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1851 Breakpoint.thread.
1852 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1853
5d5658a1
PA
18542016-01-07 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/break.exp: Adjust to output changes.
1857 * gdb.base/hbreak2.exp: Likewise.
1858 * gdb.base/sepdebug.exp: Likewise.
1859 * gdb.base/watch_thread_num.exp: Likewise.
1860 * gdb.linespec/keywords.exp: Likewise.
1861 * gdb.multi/info-threads.exp: Likewise.
1862 * gdb.threads/thread-find.exp: Likewise.
1863 * gdb.multi/tids.c: New file.
1864 * gdb.multi/tids.exp: New file.
1865
84654457
PA
18662016-01-13 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1869
e3940304
PA
18702016-01-13 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/default.exp: Expect $_inferior as well.
1873 * gdb.multi/base.exp: Test $_inferior.
1874
a911d87a
PA
18752016-01-13 Pedro Alves <palves@redhat.com>
1876
1877 PR breakpoints/19388
1878 * gdb.base/catch-signal-siginfo-cond.c: New file.
1879 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1880
82075af2
JS
18812016-01-12 Josh Stone <jistone@redhat.com>
1882 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1883
1884 * gdb.base/catch-syscall.c (do_execve): New variable.
1885 (main): Conditionally trigger an execve.
1886 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1887 (test_catch_syscall_execve): New, check entry/return across execve.
1888 (do_syscall_tests): Call test_catch_syscall_execve.
1889
e46eeedd
PA
18902016-01-12 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/random-signal.exp (do_test): New procedure, with body
1893 of testcase moved in.
1894
01d8c27e
JK
18952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1896 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/funcargs.exp (finish from indirectly called function):
1899 Reintroduce the case for 'First'.
1900
9a706302
JK
19012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1902 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1905 (tcatch_vfork_then_child_follow_exec)
1906 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1907 identification.
1908
c0ecb95f
JK
19092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1912 and repeats to unlimited.
1913 * gdb.python/py-value.exp: Likewise.
1914 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1915 and repeats to unlimited.
1916
6cfc1fcb
JK
19172016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1918
1919 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1920 and reordering the functions.
1921 * gdb.multi/hangout.c: Likewise.
1922 * gdb.multi/hello.c: Likewise.
1923
582a1b00
SM
19242016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1927 absolute.
1928 (SingleStatisticTestResult.report): Use dict.keys instead of
1929 dict.iterkeys.
1930
79bc59cb
PA
19312016-01-06 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1934
43368e1d
MM
19352016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1936
1937 * gdb.btrace/dlopen.exp: New.
1938 * gdb.btrace/dlopen.c: New.
1939 * gdb.btrace/dlopen-dso.c: New.
1940
79fad5b8
SL
19412015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1942
1943 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1944 PATTERN argument is optional.
1945
ab8314b3
JB
19462015-12-24 Joel Brobecker <brobecker@adacore.com>
1947
1948 * lib/ada.exp (target_compile_ada_from_dir): New function.
1949 (gdb_compile_ada): Reimplement avoiding the use of project files.
1950 * gdb.ada/gnat_ada.gpr: Delete.
1951 * gdb.ada/cond_lang.exp: Adjust test to make path before
1952 filename optional.
1953 * gdb.ada/small_reg_param.exp: Likewise.
1954
fe33faff
SM
19552015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1956
1957 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1958
6d265cb4
TP
19592015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1960
1961 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1962 case.
1963
10125099
SM
19642015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1965
1966 * gdb.base/break.exp: Remove dead code.
1967 * gdb.base/sepdebug.exp: Likewise.
1968
3ca22649
SM
19692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 * gdb.asm/asm-source.exp: Remove HP-UX references.
1972 * gdb.base/annota1.exp: Likewise.
1973 * gdb.base/annota3.exp: Likewise.
1974 * gdb.base/attach.exp: Likewise.
1975 * gdb.base/bigcore.exp: Likewise.
1976 * gdb.base/break.exp: Likewise.
1977 * gdb.base/call-ar-st.exp: Likewise.
1978 * gdb.base/callfuncs.exp: Likewise.
1979 * gdb.base/catch-fork-static.exp: Likewise.
1980 * gdb.base/display.exp: Likewise.
1981 * gdb.base/foll-exec-mode.exp: Likewise.
1982 * gdb.base/foll-exec.exp: Likewise.
1983 * gdb.base/foll-fork.exp: Likewise.
1984 * gdb.base/foll-vfork.exp: Likewise.
1985 * gdb.base/funcargs.exp: Likewise.
1986 * gdb.base/hbreak2.exp: Likewise.
1987 * gdb.base/inferior-died.exp: Likewise.
1988 * gdb.base/interrupt.exp: Likewise.
1989 * gdb.base/multi-forks.exp: Likewise.
1990 * gdb.base/nodebug.exp: Likewise.
1991 * gdb.base/sepdebug.exp: Likewise.
1992 * gdb.base/solib1.c: Likewise.
1993 * gdb.base/step-test.exp: Likewise.
1994 * gdb.mi/non-stop.c: Likewise.
1995 * gdb.mi/pthreads.c: Likewise.
1996 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1997 * gdb.threads/pthreads.c: Likewise.
1998 * gdb.threads/staticthreads.exp: Likewise.
1999 * lib/future.exp: Likewise.
2000 * lib/gdb.exp: Likewise.
2001 * gdb.base/so-indr-cl.c: Remove.
2002 * gdb.base/so-indr-cl.exp: Likewise.
2003 * gdb.base/solib.c: Likewise.
2004 * gdb.base/solib.exp: Likewise.
2005 * gdb.base/solib2.c: Likewise.
2006
b6304613
SM
20072015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2008
2009 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2010 * gdb.base/call-ar-st.exp: Likewise.
2011 * gdb.base/callfuncs.exp: Likewise.
2012 * gdb.base/condbreak.exp: Likewise.
2013 * gdb.base/constvars.exp: Likewise.
2014 * gdb.base/hbreak2.exp: Likewise.
2015 * gdb.base/langs.exp: Likewise.
2016 * gdb.base/list.exp: Likewise.
2017 * gdb.base/long_long.exp: Likewise.
2018 * gdb.base/ptype.exp: Likewise.
2019 * gdb.base/scope.exp: Likewise.
2020 * gdb.base/signals.exp: Likewise.
2021 * gdb.base/so-impl-ld.exp: Likewise.
2022 * gdb.base/varargs.exp: Likewise.
2023 * gdb.base/volatile.exp: Likewise.
2024 * gdb.base/whatis.exp: Likewise.
2025 * gdb.cp/cplusfuncs.exp: Likewise.
2026 * gdb.cp/inherit.exp: Likewise.
2027 * gdb.cp/local.exp: Likewise.
2028 * gdb.cp/member-ptr.exp: Likewise.
2029 * gdb.cp/method.exp: Likewise.
2030 * gdb.cp/overload.exp: Likewise.
2031 * gdb.cp/templates.exp: Likewise.
2032 * gdb.stabs/weird.exp: Likewise.
2033 * lib/compiler.c: Likewise.
2034 * lib/compiler.cc: Likewise.
2035 * lib/cp-support.exp: Likewise.
2036 * lib/gdb.exp: Likewise.
2037
bf401b07
SM
20382015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2039
2040 * configure.ac: Remove HP-UX case.
2041 * configure: Regenerate.
2042
aff9c0f8
SM
20432015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2044
2045 * lib/gdb.exp (gdb_compile): Add function doc.
2046
a6904d5a
PA
20472015-12-17 Pedro Alves <palves@redhat.com>
2048
2049 PR threads/19354
2050 * gdb.multi/info-threads.exp: New file.
2051
a22279dd
YQ
20522015-12-15 Yao Qi <yao.qi@linaro.org>
2053
2054 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2055 is aarch64*-*-*.
2056
0588c796
SL
20572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2058
2059 * gdb.base/history-duplicates.exp: Skip if no readline support.
2060
5d978e17
SL
20612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2062
2063 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2064
7e763b86
SL
20652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2066
2067 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2068
87a3a92c
SL
20692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2070
2071 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2072 ctrl-C if nointerrupts target property is set.
2073 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2074 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2075 * gdb.base/paginate-bg-execution.exp: Likewise.
2076 * gdb.base/paginate-execution-startup.exp: Likewise.
2077 * gdb.base/random-signal.exp: Likewise.
2078 * gdb.base/range-stepping.exp: Likewise.
2079 * gdb.cp/annota2.exp: Likewise.
2080 * gdb.cp/annota3.exp: Likewise.
2081 * gdb.gdb/selftest.exp: Likewise.
2082 * gdb.threads/continue-pending-status.exp: Likewise.
2083 * gdb.threads/leader-exit.exp: Likewise.
2084 * gdb.threads/manythreads.exp: Likewise.
2085 * gdb.threads/pthreads.exp: Likewise.
2086 * gdb.threads/schedlock.exp: Likewise.
2087 * gdb.threads/sigthread.exp: Likewise.
2088
a8f077dc
DB
20892015-12-11 Don Breazeal <donb@codesourcery.com>
2090
2091 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2092 remote.
2093 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2094 * gdb.base/foll-exec.exp (main): Enable for target remote.
2095 * gdb.base/foll-fork.exp (main): Likewise.
2096 * gdb.base/foll-vfork.exp (main): Likewise.
2097 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2098 (proc continue_to_exit_bp_loc): Use clean_restart.
2099 * gdb.base/pie-execl.exp (main): Disable for target remote.
2100 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2101 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2102 * gdb.threads/execl.exp (main): Likewise.
2103 * gdb.threads/fork-child-threads.exp (main): Likewise.
2104 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2105 remote.
2106 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2107 remote.
2108 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2109 pid.tid style ptids, instead of just tid.
2110 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2111 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2112 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2113 ptids, instead of just tid.
2114
3b2464a8
AB
21152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.base/list.exp (test_list_forward): Add end of file error
2118 test.
2119 (test_repeat_list_command): Add end of file error test.
2120 (test_list_backwards): Add beginning of file error test.
2121
a0def019
AB
21222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.base/list.exp (test_list_invalid_args): New function,
2125 defined, and called.
2126
5c000dff
AB
21272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.base/list.exp (test_list): Make test names unique.
2130
f1637ebe
YQ
21312015-12-11 Yao Qi <yao.qi@linaro.org>
2132
2133 * gdb.base/coremaker2.c: Remove.
2134
36d6fc0a
PA
21352015-12-10 Pedro Alves <palves@redhat.com>
2136
2137 * gdb.multi/base.exp: Remove stale "spaces" references.
2138
762f7747
PA
21392015-12-10 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.multi/base.exp: Don't use nowarnings.
2142 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2143 * gdb.multi/hangout.c: Include stdio.h.
2144 * gdb.multi/hello.c: Include stdlib.h.
2145 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2146 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2147 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2148
28d2bfb9
AB
21492015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.dwarf2/dw2-ranges-base.c: New file.
2152 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2153 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2154 support additional line table, and debug ranges generation.
2155 (Dwarf::ranges): New function, generate .debug_ranges.
2156 (Dwarf::lines): Support generating simple line table programs.
2157 (Dwarf::assemble): Initialise new namespace variables.
2158
5fc2beac
KB
21592015-12-09 Kevin Buettner <kevinb@redhat.com>
2160
2161 * gdb.base/async.exp (proc test_background): Add case for
2162 asynchronous execution not supported.
2163
1c35a88f
LM
21642015-12-09 Luis Machado <lgustavo@codesourcery.com>
2165
2166 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2167 format and change test names to make them unique.
2168
b593e3d9
RK
21692015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2170 Pedro Alves <pedro@redhat.com>
2171
2172 PR gdb/18702
2173 Add checking of floatformats setup on x86_64 hosts.
2174 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2175 (smallval, bigval): New labels/constants.
2176 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2177 float" after loading bigval and smallval.
2178
d72413e6
PMR
21792015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2180
2181 * gdb.ada/fun_overload_menu.exp: New testcase.
2182 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2183
ece66d65
JS
21842015-12-04 Josh Stone <jistone@redhat.com>
2185
2186 * gdb.base/catch-fork-static.exp: New.
2187
41d0efca
YQ
21882015-12-03 Yao Qi <yao.qi@linaro.org>
2189
2190 * gdb.base/sizeof.c: Don't include stdio.h and
2191 ../lib/unbuffer_output.c.
2192 (main): New variable 'size' and 'value'. Remove printf and
2193 gdb_unbuffer_output. Assign return value to size and value.
2194 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2195 at the beginning.
2196 (check_sizeof): Check the result by printing variable 'size'.
2197 (check_valueof): Check the result by printing variable 'value'.
2198
99fd02d9
YQ
21992015-12-01 Yao Qi <yao.qi@linaro.org>
2200
2201 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2202 for aarch64*-*-linux* target.
2203
f2faf941
PA
22042015-11-30 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2207
04bf20c5
PA
22082015-11-30 Pedro Alves <palves@redhat.com>
2209
2210 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2211 Handle non-stop mode vCont replies.
2212
09df4675
PA
22132015-11-30 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2216 prepare_for_testing. Start gdb with "set non-stop on" appended to
2217 GDBFLAGS. Lax expected stop output.
2218
58b584af
YQ
22192015-11-27 Yao Qi <yao.qi@linaro.org>
2220
2221 * gdb.arch/arm-neon.exp: New.
2222 * gdb.arch/arm-neon.c: New.
2223
dfcb77a8
YQ
22242015-11-27 Yao Qi <yao.qi@linaro.org>
2225
2226 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2227
88e8ec1b
YQ
22282015-11-27 Yao Qi <yao.qi@linaro.org>
2229
2230 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2231 frames-invalid annotation.
2232
bfde72c2
YQ
22332015-11-27 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2236
f6512a69
SM
22372015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2238
2239 * gdb.threads/names.exp: New file.
2240 * gdb.threads/names.c: New file.
2241 * README: Mention gdb,no_thread_names.
2242
46a3515b
MM
22432015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2244
2245 PR 19297
2246 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2247 support" error.
2248
62147a22
PA
22492015-11-24 Pedro Alves <palves@redhat.com>
2250
2251 PR 17539
2252 * gdb.base/display.exp: Expect displays to be sorted in ascending
2253 order. Use multi_line.
2254 * gdb.base/solib-display.exp: Likewise.
2255
2f341b6e
PA
22562015-11-24 Pedro Alves <palves@redhat.com>
2257
2258 PR 17539
25d49b86
PA
2259 * gdb.base/display.exp: Expect displays to be sorted in ascending
2260 order. Use multi_line.
2261 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2262
7e0aa6aa
PA
22632015-11-24 Pedro Alves <palves@redhat.com>
2264
2265 PR 17539
2266 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2267 threads in ascending order.
2268 * gdb.base/foll-fork.exp: Likewise.
2269 * gdb.base/foll-vfork.exp: Likewise.
2270 * gdb.base/multi-forks.exp: Likewise.
2271 * gdb.mi/mi-nonstop.exp: Likewise.
2272 * gdb.mi/mi-nsintrall.exp: Likewise.
2273 * gdb.multi/base.exp: Likewise.
2274 * gdb.multi/multi-arch.exp: Likewise.
2275 * gdb.python/py-inferior.exp: Likewise.
2276 * gdb.threads/break-while-running.exp: Likewise.
2277 * gdb.threads/execl.exp: Likewise.
2278 * gdb.threads/gcore-thread.exp: Likewise.
2279 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2280 * gdb.threads/kill.exp: Likewise.
2281 * gdb.threads/linux-dp.exp: Likewise.
2282 * gdb.threads/multiple-step-overs.exp: Likewise.
2283 * gdb.threads/next-bp-other-thread.exp: Likewise.
2284 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2285 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2286 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2287 * gdb.threads/thread-find.exp: Likewise.
2288 * gdb.threads/tls.exp: Likewise.
2289 * lib/mi-support.exp (mi_reverse_list): Delete.
2290 (mi_check_thread_states): No longer reverse list.
2291
2cc57ad8
PA
22922015-11-24 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2295 use lowercase.
2296
c93e8391
SM
22972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2298
2299 * gdb.trace/actions.c: Include trace-common.h.
2300 (main): Add a location for a fast tracepoint.
2301 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2302 the normal tracepoints.
2303 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2304
045ccf91
SM
23052015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2306
2307 * save-trace.exp: Factor out code to these...
2308 (gdb_save_tracepoints): New.
2309 (gdb_load_tracepoints): New.
2310 (do_save_load_test): New.
2311
5506f9f6
KB
23122015-11-23 Kevin Buettner <kevinb@redhat.com>
2313
2314 * gdb.base/asmlabel.exp: New test.
2315 * gdb.base/asmlabel.c: New test case.
2316
16c3b12f
JB
23172015-11-23 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.base/wrong_frame_bt_full-main.c: New file.
2320 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2321 * gdb.base/wrong_frame_bt_full.exp: New file.
2322
155bfbd3
JB
23232015-11-23 Joel Brobecker <brobecker@adacore.com>
2324
2325 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2326
bb097445
JM
23272015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2328
206853a0 2329 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2330 pstate register when comparing registers values in
2331 sparc64-*-linux-gnu targets to avoid spurious differences.
2332
9c88ed8f
JM
23332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2334
206853a0 2335 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2336
96161e25
SL
23372015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2338
2339 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2340 as type argument to gdb_compile.
2341 * gdb.base/nested-subp2.exp: Likewise.
2342 * gdb.base/nested-subp3.exp: Likewise.
2343
340c2830
DV
23442015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2345
2346 * lib/dwarf.exp (_note): Fix left shift of negative value.
2347 * gdb.trace/trace-condition.exp: Likewise.
2348
c1862d0f
YQ
23492015-11-13 Yao Qi <yao.qi@linaro.org>
2350
2351 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2352 comments about d10v.
2353 (test_scalar_returns): Likewise.
2354 * gdb.base/d10v.ld: Remove.
2355 * gdb.base/overlays.exp: Remove the target triplet checking for
2356 d10v-*-*.
2357 * gdb.base/structs.exp (test_struct_returns): Remove the
2358 comments about d10v.
2359 (test_struct_calls): Likewise.
2360
77ae9c19
YQ
23612015-11-13 Yao Qi <yao.qi@linaro.org>
2362
2363 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2364 * gdb.base/gnu_vector.c: Don't include stdio.h.
2365 (main): Don't print res and call add_some_intvecs.
2366
430e004e
MK
23672015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2368
2369 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2370 macro.
2371 (func5): Removed.
2372 (func4): Use FAST_TRACEPOINT_LABEL.
2373 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2374 macro.
2375 (func): Removed.
2376 (thread_function): Use FAST_TRACEPOINT_LABEL.
2377 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2378 (func): Remove.
2379 (marker): Use FAST_TRACEPOINT_LABEL.
2380 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2381 (pendfunc1): Remove.
2382 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2383 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2384 (foo): Remove.
2385 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2386 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2387 macro.
2388 (func): Remove.
2389 (marker): Use FAST_TRACEPOINT_LABEL.
2390 * gdb.trace/trace-common.h: New header.
2391 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2392 macro.
2393 (func): Remove.
2394 (marker): Use FAST_TRACEPOINT_LABEL.
2395 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2396 (func): Remove.
2397 (thread_function): Use FAST_TRACEPOINT_LABEL.
2398
6e7675a7
MK
23992015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2400
2401 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2402 in front.
2403 * gdb.trace/change-loc.exp: Use global pcreg definition.
2404 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2405 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2406 in front.
2407 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2408 * gdb.trace/pending.exp: Likewise.
2409 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2410 * gdb.trace/trace-break.exp: Likewise.
2411 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2412 in front.
2413 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2414 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2415 in front.
2416 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2417
dddc0e16
JB
24182015-11-09 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdb.ada/fin_fun_out: New testcase.
2421
c6f0b406
KB
24222015-11-07 Kevin Buettner <kevinb@redhat.com>
2423
2424 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2425 value associated with DW_AT_byte_size.
2426 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2427 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2428 DW_AT_upper_bound.
2429
f01dcfd9
KB
24302015-11-07 Kevin Buettner <kevinb@redhat.com>
2431
2432 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2433 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2434 version.
2435 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2436 gdb.dwarf2/dw2-canonicalize-type.exp,
2437 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2438 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2439 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2440 provided by gdb_target_symbol_prefix_flags_asm.
2441 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2442 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2443 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2444 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2445 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2446 macros where needed). Use this macro for symbols which require
2447 the prefix provided by SYMBOL_PREFIX.
2448
2223449a
KB
24492015-11-05 Kevin Buettner <kevinb@redhat.com>
2450
2451 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2452 New procs.
2453 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2454 representing expressions, of more than one list element.
2455 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2456 to prepend linker symbol prefix to f.
2457 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2458 table_1 and table_2.
2459 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2460 Likewise, for f and g.
2461 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2462 for ptr.
2463 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2464 for main.
2465 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2466 table_1_ptr and table_2_ptr.
2467
6f2f1a3a
JK
24682015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2469 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2472
566c56c9
MK
24732015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2474
2475 * gdb.reverse/s390-mvcle.c: New test.
2476 * gdb.reverse/s390-mvcle.exp: New file.
2477 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2478
d5f0636b
MK
24792015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2480
2481 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2482
7ad8b86c
MK
24832015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2484
2485 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2486 reaching marker2.
2487 * gdb.reverse/getresuid-reverse.exp: Likewise.
2488 * gdb.reverse/pipe-reverse.exp: Likewise.
2489 * gdb.reverse/readv-reverse.exp: Likewise.
2490 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2491 * gdb.reverse/time-reverse.exp: Likewise.
2492 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2493
4081c0f1
YQ
24942015-10-30 Yao Qi <yao.qi@linaro.org>
2495
2496 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2497 (empty_cycle): Remove.
2498 (main): Don't call empty_cycle. Don't use watch_count_done.
2499 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2500 empty_cycle. Rewrite the code counting HW watchpoints.
2501
452b4ba5
MK
25022015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2503
2504 * gdb.reverse/fstatat-reverse.c: New test.
2505 * gdb.reverse/fstatat-reverse.exp: New file.
2506 * gdb.reverse/getresuid-reverse.c: New test.
2507 * gdb.reverse/getresuid-reverse.exp: New file.
2508 * gdb.reverse/pipe-reverse.c: New test.
2509 * gdb.reverse/pipe-reverse.exp: New file.
2510 * gdb.reverse/readv-reverse.c: New test.
2511 * gdb.reverse/readv-reverse.exp: New file.
2512 * gdb.reverse/recvmsg-reverse.c: New test.
2513 * gdb.reverse/recvmsg-reverse.exp: New file.
2514 * gdb.reverse/time-reverse.c: New test.
2515 * gdb.reverse/time-reverse.exp: New file.
2516 * gdb.reverse/waitpid-reverse.c: New test.
2517 * gdb.reverse/waitpid-reverse.exp: New file.
2518
5e2e7507
JK
25192015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2522
0fde2c53
DE
25232015-10-26 Doug Evans <dje@google.com>
2524
2525 PR symtab/17391
2526 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2527 * gdb.dwarf2/bad-regnum.c: New file.
2528 * gdb.dwarf2/bad-regnum.exp: New file.
2529
1a70ae97
DE
25302015-10-26 Doug Evans <dje@google.com>
2531
2532 PR python/18938
2533 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2534 file.
2535
27dc26ab
JK
25362015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2539 for a change by "Mention language in compile error message".
2540
bed91f4d
SM
25412015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2542
2543 PR python/18073
2544 * gdb.python/py-type.c (C::a_method): New.
2545 (C::a_const_method): New.
2546 (C::a_static_method): New.
2547 (a_function): New.
2548 * gdb.python/py-type.exp (test_fields): Test getting fields
2549 from function and method.
2550
3f2f83dd
KB
25512015-10-21 Keven Boell <keven.boell@intel.com>
2552
2553 * gdb.fortran/vla-alloc-assoc.exp: New file.
2554 * gdb.fortran/vla-datatypes.exp: New file.
2555 * gdb.fortran/vla-datatypes.f90: New file.
2556 * gdb.fortran/vla-history.exp: New file.
2557 * gdb.fortran/vla-ptype-sub.exp: New file.
2558 * gdb.fortran/vla-ptype.exp: New file.
2559 * gdb.fortran/vla-sizeof.exp: New file.
2560 * gdb.fortran/vla-sub.f90: New file.
2561 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2562 * gdb.fortran/vla-value-sub-finish.exp: New file.
2563 * gdb.fortran/vla-value-sub.exp: New file.
2564 * gdb.fortran/vla-value.exp: New file.
2565 * gdb.fortran/vla-ptr-info.exp: New file.
2566 * gdb.mi/mi-vla-fortran.exp: New file.
2567 * gdb.mi/vla.f90: New file.
2568
27145d50
SL
25692015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2570
2571 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2572 of hardwired timeout value.
2573
5f3ff4f8
JK
25742015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2575 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2578 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2579
bfd09d20
JS
25802015-10-19 Josh Stone <jistone@redhat.com>
2581
2582 * gdb.base/catch-syscall.c: Include <sched.h>.
2583 (unknown_syscall): New variable.
2584 (main): Trigger a vfork and an unknown syscall.
2585 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2586 (unknown_syscall_number): Likewise.
2587 (check_call_to_syscall): Accept an optional syscall pattern.
2588 (check_return_from_syscall): Likewise.
2589 (check_continue): Likewise.
2590 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2591 (test_catch_syscall_skipping_return): New test toggling off 'catch
2592 syscall' to step over the syscall return, then toggling back on.
2593 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2594 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2595 (do_syscall_tests): Call test_catch_syscall_without_args and
2596 test_catch_syscall_mid_vfork.
2597 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2598 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2599
b32b93c6
AS
26002015-10-19 Andrew Stubbs <ams@codesourcery.com>
2601
2602 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2603 print g_vE): Add new pass patterns.
2604 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2605 print various symbol names for vptr fields.
2606
9d622bda
AB
26072015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2610 results.
2611
0fd8ac1c
YQ
26122015-10-12 Yao Qi <yao.qi@linaro.org>
2613
2614 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2615
34240514
YQ
26162015-10-12 Yao Qi <yao.qi@linaro.org>
2617
2618 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2619 is aarch64*-*-linux*.
2620
8240f442
YQ
26212015-10-12 Yao Qi <yao.qi@linaro.org>
2622
2623 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2624 (can_relocate_bcond_true): ... it.
2625 (can_relocate_bcond_false): New function.
2626 (foo): Likewise.
2627 (can_relocate_bl): Likewise.
2628 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2629 can_relocate_bl.
2630
2520f728
PMR
26312015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2632
2633 * gdb.base/nested-addr.c: New file.
2634 * gdb.base/nested-addr.exp: New testcase.
2635
abcef95a
MM
26362015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2637
2638 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2639 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2640 its output. Ignore the output of "record goto begin" and instead
2641 check that GDB is replaying.
2642
145e3ddb
PA
26432015-10-09 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2646 (top level): Use it in the run with no args test.
2647
d5d8c4e1
IB
26482015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2649
2650 * gdb.dlang/properties.exp: New file.
2651
06e635ef
SL
26522015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2653
2654 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2655 whether or not address 0x1000 is mapped on the target.
2656
e019fd1d
SM
26572015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2658
2659 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2660 build.
2661
77ba2a67
MM
26622015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2663
2664 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2665 instruction-history test.
2666
c60eb31f
DE
26672015-09-28 Doug Evans <dje@google.com>
2668
2669 * gdb.base/gcore.c (array_func): Add reference to static_array.
2670
9a3c8263
SM
26712015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2674 source line.
2675
9720e656
SL
26762015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2677
2678 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2679 short or char as base type.
2680
938d3bf2
SL
26812015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2682
2683 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2684 to allow any size enum.
2685
e6c2c623
PMR
26862015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2687
2688 * gdb.ada/array_ptr_renaming.exp: New testcase.
2689 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2690 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2691
06da0f77
PL
26922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2693
2694 * gdb.trace/ftrace-lock.c: New file.
2695 * gdb.trace/ftrace-lock.exp: New file.
2696
4f51c22a
PL
26972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2698
2699 * gdb.arch/insn-reloc.c: New file.
2700 * gdb.arch/ftrace-insn-reloc.exp: New file.
2701
7041adf4
PL
27022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2703
2704 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2705 instruction.
2706 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2707 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2708 * gdb.trace/range-stepping.c: Likewise.
2709 * gdb.trace/trace-break.c: Likewise.
2710 * gdb.trace/trace-mt.c (thread_function): Likewise.
2711 * gdb.trace/ftrace.c (marker): Likewise.
2712 * gdb.trace/trace-condition.c (marker): Likewise.
2713 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2714 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2715 is_aarch64_target.
2716
015d2e7e
DE
27172015-09-18 Doug Evans <xdje42@gmail.com>
2718
2719 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2720 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2721
26b188a2
SL
27222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2723
2724 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2725 the breakpoint.
2726
79dc332b
SL
27272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2728
2729 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2730 the pending breakpoint. Remove timeout override for "Run till
2731 MI pending breakpoint on pendfunc3 on thread 2" test.
2732
f57929f2
SL
27332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2734
2735 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2736 filename pattern.
2737
3f469b17
SL
27382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2739
2740 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2741 in breakpoint filename pattern.
2742
515b89b3
SL
27432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2744
7800dbe4
SL
2745 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2746
27472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2748
515b89b3
SL
2749 * gdb.linespec/explicit.exp: Check for readline support for
2750 tab-completion tests. Fix obvious typo.
2751
d2939ba2
MM
27522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2753
2754 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2755 and replay.
2756
cbb55fa7
MM
27572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2758
2759 * gdb.btrace/non-stop.c: New.
2760 * gdb.btrace/non-stop.exp: New.
2761
43691ca1
PL
27622015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2763 Yao Qi <yao.qi@linaro.org>
2764
2765 * gdb.trace/trace-condition.c: New file.
2766 * gdb.trace/trace-condition.exp: New file.
2767
d78908cf
WW
27682015-09-16 Wei-cheng Wang <cole945@gmail.com>
2769
2770 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2771 for testing bytecode compilation.
2772
1ed415e2
PA
27732015-09-16 Pedro Alves <palves@redhat.com>
2774 Sandra Loosemore <sandra@codesourcery.com>
2775
2776 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2777 (SECONDS): Redefine.
2778 (main): Call pthread_kill and alarm early.
2779 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2780 support.
2781 (test): If the target can't hardware step and doesn't support
2782 displaced stepping, increase the timeout.
2783
d136eff5
PA
27842015-09-16 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2787 (enable_debug): New procedures.
2788 (test): Use them. Bail out if waiting for threads fails.
2789 (top level): Bail out if a test fails.
2790
991f019c
YQ
27912015-09-16 Yao Qi <yao.qi@linaro.org>
2792
2793 * gdb.asm/asm-source.exp: Set asm-arch for
2794 aarch64*-*-* target.
2795 * gdb.asm/aarch64.inc: New file.
2796
bfca584f
PMR
27972015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2798
2799 * gdb.ada/array_of_variable_length.exp: New testcase.
2800 * gdb.ada/array_of_variable_length/foo.adb: New file.
2801 * gdb.ada/array_of_variable_length/pck.adb: New file.
2802 * gdb.ada/array_of_variable_length/pck.ads: New file.
2803
b326e587
DE
28042015-09-15 Doug Evans <dje@google.com>
2805
2806 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2807 of function static local variable.
2808
5382cfab
PW
28092015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2810
2811 * gdb.threads/tls-so_extern.exp: New test file.
2812 * gdb.threads/tls-so_extern.c: New test file.
2813 * gdb.threads/tls-so_extern_main.c: New test file.
2814
141c5cc4
JK
28152015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 * gdb.opt/solib-intra-step-lib.c: New file.
2818 * gdb.opt/solib-intra-step-main.c: New file.
2819 * gdb.opt/solib-intra-step.exp: New file.
2820
d15dcecd
PA
28212015-09-15 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2824 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2825
4c2f2a79
PA
28262015-09-14 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.base/hook-stop-continue.c: Delete.
2829 * gdb.base/hook-stop-continue.exp: Delete.
2830 * gdb.base/hook-stop-frame.c: Delete.
2831 * gdb.base/hook-stop-frame.exp: Delete.
2832 * gdb.base/hook-stop.c: New file.
2833 * gdb.base/hook-stop.exp: New file.
2834
919e6dbe
PMR
28352015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2836
2837 * gdb.ada/access_to_packed_array.exp: New testcase.
2838 * gdb.ada/access_to_packed_array/foo.adb: New file.
2839 * gdb.ada/access_to_packed_array/pack.adb: New file.
2840 * gdb.ada/access_to_packed_array/pack.ads: New file.
2841
157280a4
MM
28422015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2843
2844 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2845 buffer size test.
2846
2fd33e94
DB
28472015-09-11 Don Breazeal <donb@codesourcery.com>
2848
2849 * gdb.base/foll-exec.c: Add copyright header. Fix
2850 formatting issues.
2851 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2852 (do_exec_tests): Use clean_restart in place of zap_session,
2853 and for test initialization. Fix formatting issues. Use
2854 fail in place of perror.
2855 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2856 an expect statement to match an expression with output from
2857 the program under debug.
2858 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2859 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2860 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2861 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2862 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2863
e70b6e8e
DE
28642015-09-09 Doug Evans <dje@google.com>
2865
2866 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2867
7a551a51
DE
28682015-09-09 Doug Evans <dje@google.com>
2869
2870 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2871
4c666f84
DE
28722015-09-09 Doug Evans <dje@google.com>
2873
2874 * gdb.base/savedregs.exp: Fix typo.
2875
243a9253
PA
28762015-09-09 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2879
c0fa8fbd
SL
28802015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2881
2882 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2883 command actually switches threads. Give up on remaining
2884 tests if target fails to stop at breakpoint.
2885
cd7c1778
PMR
28862015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2887
2888 * gdb.ada/funcall_char.exp: New testcase.
2889 * gdb.ada/funcall_char/foo.adb: New file.
2890
dc5c8746
PMR
28912015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2892
2893 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2894 expected outputs. Add two testcases for completing ambiguous
2895 functions.
2896 * gdb.ada/complete/aux_pck.adb: New file.
2897 * gdb.ada/complete/aux_pck.ads: New file.
2898 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2899 Ambiguous_Func functions.
2900 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2901 * gdb.ada/complete/pck.adb: Likewise.
2902
4e83a1e7
UW
29032015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2904
2905 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2906 failures to run the test program under GDB.
2907
8ce74153
LM
29082015-08-26 Luis Machado <lgustavo@codesourcery.com>
2909
2910 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2911 to C.
2912
e9756d52
PP
29132015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2914
2915 * gdb.base/run-after-attach.exp: New test file.
2916 * gdb.base/run-after-attach.c: New test file.
2917
8d37573b
DB
29182015-08-26 Don Breazeal <donb@codesourcery.com>
2919
2920 * gdb.base/foll-exec-2.c: New test program.
2921 * gdb.base/foll-exec-2.exp: New test.
2922
63e43d3a
PMR
29232015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2924
2925 * gdb.base/nested-subp1.exp: New file.
2926 * gdb.base/nested-subp1.c: New file.
2927 * gdb.base/nested-subp2.exp: New file.
2928 * gdb.base/nested-subp2.c: New file.
2929 * gdb.base/nested-subp3.exp: New file.
2930 * gdb.base/nested-subp3.c: New file.
2931
3d40fbb5
PA
29322015-08-24 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.server/connect-without-multi-process.c: New file.
2935 * gdb.server/connect-without-multi-process.exp: New file.
2936
4422ac93
LM
29372015-08-24 Luis Machado <lgustavo@codesourcery.com>
2938
2939 * gdb.opt/inline-markers.c: Make z int.
2940
91dddb86
LM
29412015-08-24 Luis Machado <lgustavo@codesourcery.com>
2942
2943 * gdb.opt/inline-markers.c: Make z volatile.
2944
a48847ee
LM
29452015-08-24 Luis Machado <lgustavo@codesourcery.com>
2946
2947 * gdb.opt/inline-bt.c: New volatile global z.
2948 * gdb.opt/inline-cmds.c: Likewise.
2949 * gdb.opt/inline-locals.c: Likewise.
2950 * gdb.opt/inline-markers.c: New extern global z.
2951 (marker): Use z.
2952 (inline_fn): Likewise.
2953
0ebbc52b
PA
29542015-08-24 Pedro Alves <palves@redhat.com>
2955
2956 * config/m32r-stub.exp: Remove file.
2957 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2958 * gdb.base/call-rt-st.exp: Likewise.
2959 * gdb.base/call-strs.exp: Likewise.
2960 * gdb.base/default.exp: Remove references to h8300-*-hms and
2961 *-*-udi*.
2962 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2963
77c365df
AA
29642015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2965
2966 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2967 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2968 and "return" use KFAIL when GDB can not read/write the vector
2969 return value.
2970
4313b8c0
GB
29712015-08-21 Gary Benson <gbenson@redhat.com>
2972
2973 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2974
0e433b32
PA
29752015-08-20 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.server/solib-list.exp: No longer expect an interior stop in
2978 non-stop mode.
2979
221e1a37
PA
29802015-08-20 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.server/connect-stopped-target.c: New file.
2983 * gdb.server/connect-stopped-target.exp: New file.
2984
40e3ad0e
PA
29852015-08-20 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.dwarf2/comp-unit-lang.exp: New file.
2988 * gdb.dwarf2/comp-unit-lang.c: New file.
2989
af39b327
PMR
29902015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2991
2992 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2993 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2994
7d45c7c3 29952015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2996
7d45c7c3
KB
2997 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2998 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2999
4d6cceb4
DE
30002015-08-18 Doug Evans <dje@google.com>
3001 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3002
3003 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3004 skip_python_tests. New arg prompt_regexp.
3005 (skip_python_tests): New function.
3006 * lib/mi-support.exp (mi_skip_python_tests): New function.
3007 * gdb.python/py-mi-objfile-gdb.py: New file.
3008 * gdb.python/py-mi-objfile.c: New file.
3009 * gdb.python/py-mi-objfile.exp: New file.
3010
ad89c2aa
KS
30112015-08-17 Keith Seitz <keiths@redhat.com>
3012
3013 * gdb.linespec/explicit.exp: Move strace test from here ...
3014 * gdb.trace/strace.exp: ... to here.
3015
e3ae3c43
PP
30162015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3017
3018 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3019 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3020
604b2636
DE
30212015-08-14 Doug Evans <xdje42@gmail.com>
3022
3023 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3024 inferior before selecting a new file.
3025
6ff0ba5f
DE
30262015-08-14 Doug Evans <xdje42@gmail.com>
3027
3028 * gdb.mi/mi-disassemble.exp: Update.
3029 * gdb.base/disasm-optim.S: New file.
3030 * gdb.base/disasm-optim.c: New file.
3031 * gdb.base/disasm-optim.h: New file.
3032 * gdb.base/disasm-optim.exp: New file.
3033
9ca98f92
KS
30342015-08-14 Keith Seitz <keiths@redhat.com>
3035
3036 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3037 "evaluated-by".
3038
52bbc560
JB
30392015-08-13 Joel Brobecker <brobecker@adacore.com>
3040
3041 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3042
5d8c3ed3
PMR
30432015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3044
3045 * gdb.ada/fun_renaming.exp: New testcase.
3046 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3047 * gdb.ada/fun_renaming/pack.adb: New file.
3048 * gdb.ada/fun_renaming/pack.ads: New file.
3049
ea8812bc
KS
30502015-08-12 Keith Seitz <keiths@redhat.com>
3051
3052 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3053 gdb_get_line_number.
3054
4dafcdeb
JB
30552015-08-12 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3058 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3059 gdb.base/dso2dso.exp: New files.
3060
5ba32597
SDJ
30612015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3062 Pedro Alves <palves@redhat.com>
3063 Keith Seitz <keiths@redhat.com>
3064
3065 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3066 GDBFLAGS.
3067
b6dafabf
PP
30682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3069
3070 * gdb.base/gdbhistsize-history.exp
3071 (test_histsize_history_setting): Use save_vars.
3072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3073 Use save_vars.
3074 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3075 * gdb.base/readline.exp: Use save_vars.
3076
abe8e607
PP
30772015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3078
3079 * lib/gdb.exp (save_vars): New proc.
3080
629500fa
KS
30812015-08-11 Keith Seitz <keiths@redhat.com>
3082
3083 * gdb.base/help.exp: Update help_breakpoint_text.
3084
eb8c4e2e
KS
30852015-08-11 Keith Seitz <keiths@redhat.com>
3086
3087 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3088 (at toplevel): Call test_explicit_breakpoints.
3089 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3090 breakpoints.
3091 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3092 breakpoint conditions, "-cond".
3093
87f0e720
KS
30942015-08-11 Keith Seitz <keiths@redhat.com>
3095
3096 * gdb.linespec/3explicit.c: New file.
3097 * gdb.linespec/cpexplicit.cc: New file.
3098 * gdb.linespec/cpexplicit.exp: New file.
3099 * gdb.linespec/explicit.c: New file.
3100 * gdb.linespec/explicit.exp: New file.
3101 * gdb.linespec/explicit2.c: New file.
3102 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3103 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3104 before using in the matching pattern.
3105 Clarify that `prefix' is a regular expression.
3106
f00aae0f
KS
31072015-08-11 Keith Seitz <keiths@redhat.com>
3108
3109 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3110 test.
3111 Add tests for missing ",FMT" and ",".
3112
e27852be
DE
31132015-08-10 Doug Evans <dje@google.com>
3114 Keith Seitz <keiths@redhat.com>
3115
3116 PR gdb/17960
3117 * gdb.base/completion.exp: Add location completer tests.
3118
7f03bd92
PA
31192015-08-07 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3122 tests here.
3123 (top level): Run do_test with and without displaced stepping.
3124
3fc8eb30
PA
31252015-08-07 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/valgrind-disp-step.c: New file.
3128 * gdb.base/valgrind-disp-step.exp: New file.
3129
d4569d7b
PA
31302015-08-07 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3133 Delete function.
3134 (main): Add alarm. Run an infinite loop instead of calling
3135 wait_threads.
3136 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3137 comment.
3138 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3139 Delete function.
3140 (main): Add alarm. Run an infinite loop instead of calling
3141 wait_threads.
3142 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3143 comment.
3144
e1316e60
PA
31452015-08-07 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.base/checkpoint-ns.exp: New file.
3148 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3149 standard_testfile.
3150
da8c46d2
MM
31512015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3152
3153 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3154 * gdb.btrace/instruction_history.exp: Update.
3155 * gdb.btrace/tsx.exp: New.
3156 * gdb.btrace/tsx.c: New.
3157
de1c2c52
PA
31582015-08-06 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3161 increase timeout.
3162 * gdb.reverse/until-precsave.exp: Bump timeouts.
3163
782e0bf4
PA
31642015-08-06 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3167
83e97ed0
PA
31682015-08-06 Pedro Alves <palves@redhat.com>
3169
3170 PR gdb/18749
3171 * gdb.threads/process-dies-while-handling-bp.c: New file.
3172 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3173
863d01bd
PA
31742015-08-06 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3177 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3178
0a39bb32
PA
31792015-08-05 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3182 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3183
ee2d2b10
SL
31842015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3185
3186 * gdb.base/bp-permanent.exp: Report test as unsupported if
3187 the target cannot stop at the permanent breakpoint.
3188
4e1bdb00
DE
31892015-08-03 Doug Evans <dje@google.com>
3190
3191 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3192 10000.
3193
3d338901
DE
31942015-08-03 Doug Evans <dje@google.com>
3195
3196 * Makefile.in (workers/%.worker, build-perf): New rule.
3197 (GDB_PERFTEST_MODE): New variable.
3198 (check-perf): Use it.
3199 (clean): Clean up gdb.perf parallel build subdirs.
3200 * lib/build-piece.exp: New file.
3201 * lib/gdb.exp (make_gdb_parallel_path): New function
3202 (standard_output_file, standard_temp_file): Call it.
3203 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3204 of $GDB_PARALLEL.
3205 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3206
af061d3e
DE
32072015-08-03 Doug Evans <dje@google.com>
3208
8e1afc81 3209 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3210 (LOG_FILE_NAME): New global.
3211 (TextReporter.__init__): Initialize self.txt_sum.
3212 (TextReporter.report): Add support for multiple data-points.
3213 Move report to perftest.sum, put raw data in perftest.log.
3214 (TextReporter.start): Open sum and log files.
3215 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3216 * gdb.perf/lib/perftest/testresult.py
3217 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3218
2c8c5d37
PA
32192015-07-31 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3222 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3223 kill_wait_spawned_process instead of explicit "kill -9".
3224 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3225 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3226 kill_wait_spawned_process.
3227 * gdb.base/attach-twice.exp: Likewise.
3228 * gdb.base/attach.exp: Likewise.
3229 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3230 gdb_test_multiple.
3231 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3232 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3233 kill_wait_spawned_process.
3234 * gdb.base/valgrind-infcall.exp: Likewise.
3235 * gdb.multi/multi-attach.exp: Likewise.
3236 * gdb.python/py-prompt.exp: Likewise.
3237 * gdb.python/py-sync-interp.exp: Likewise.
3238 * gdb.server/ext-attach.exp: Likewise.
3239 * gdb.threads/attach-into-signal.exp (corefunc): Use
3240 spawn_wait_for_attach, spawn_id_get_pid and
3241 kill_wait_spawned_process.
3242 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3243 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3244 spawn_id_get_pid and kill_wait_spawned_process.
3245 * gdb.threads/attach-stopped.exp (corefunc): Use
3246 spawn_wait_for_attach, spawn_id_get_pid and
3247 kill_wait_spawned_process.
3248 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3249 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3250 kill_wait_spawned_process instead of explicit "kill -9".
3251 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3252 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3253 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3254 processes. Don't map cygwin/windows pids here. Now returns a
3255 spawn id list.
3256
032a0fca
SL
32572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3258
3259 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3260 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3261 correct patch.
3262
61a934ca
SL
32632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3264
3265 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3266
4bc4d428
SL
32672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3268
3269 Reapply:
3270 2014-05-21 Mark Wielaard <mjw@redhat.com>
3271
3272 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3273
998d452a
PA
32742015-07-30 Pedro Alves <palves@redhat.com>
3275
3276 * linux-low.c (handle_extended_wait): Set the child's last
3277 reported status to TARGET_WAITKIND_STOPPED.
3278
69dde7dc
PA
32792015-07-30 Pedro Alves <palves@redhat.com>
3280
3281 PR threads/18600
3282 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3283 only shows inferior 1.
3284
4dd63d48
PA
32852015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3286 Pedro Alves <palves@redhat.com>
3287
3288 PR threads/18600
3289 * gdb.threads/fork-plus-threads.c: New file.
3290 * gdb.threads/fork-plus-threads.exp: New file.
3291
d618e4c5
PP
32922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3293
3294 * gdb.base/batch-preserve-term-settings.exp
3295 (test_terminal_settings_preserved_after_cli_exit): Use
3296 send_quit_command.
3297
1eef6428
PA
32982015-07-29 Pedro Alves <palves@redhat.com>
3299 Don Breazeal <donb@codesourcery.com>
3300
3301 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3302 output from both inferior_spawn_id and gdb_spawn_id.
3303
7da5b897
SDJ
33042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3305
3306 * gdb.threads/attach-into-signal.exp (corefunc): Use
3307 with_test_prefix on nested loops, uniquefying the test messages.
3308
dac804df
SDJ
33092015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3310
3311 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3312 commit.
3313
06265e53
PP
33142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3315
3316 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3317 New proc.
3318 (test_terminal_settings_preserved_after_sigterm): New test.
3319
18206ca3
PP
33202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3321
3322 * gdb.base/batch-preserve-term-settings.exp
3323 (test_terminal_settings_preserved_after_cli_exit): New test.
3324
90074d11
PP
33252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3326
3327 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3328 manipulation of saved_gdbflags.
3329 (test_terminal_settings_preserved): Remove global declaration of
3330 the unused variable pagination_prompt. Remove manipulation of
3331 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3332 GDBFLAGS.
3333
eb1a7902
PA
33342015-07-29 Pedro Alves <palves@redhat.com>
3335
3336 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3337
8b75dd3b
PA
33382015-07-29 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3341 at the top.
3342
dedad4e3
PA
33432015-07-29 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3346 (main): Call gdb_unbuffer_output.
3347 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3348 (main): Call gdb_unbuffer_output.
3349 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3350 (main): Call gdb_unbuffer_output.
3351 * gdb.base/call-strs.exp: Adjust to step over the
3352 gdb_unbuffer_output call.
3353 * gdb.base/catch-gdb-caused-signals.c: Include
3354 "../lib/unbuffer_output.c".
3355 (main): Call gdb_unbuffer_output.
3356 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3357 (main): Call gdb_unbuffer_output.
3358 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3359 (main): Call gdb_unbuffer_output.
3360 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3361 (main): Call gdb_unbuffer_output.
3362 * gdb.base/shlib-call.exp: Adjust to step over the
3363 gdb_unbuffer_output call.
3364 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3365 (main): Call gdb_unbuffer_output.
3366 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3367 (main): Call gdb_unbuffer_output.
3368 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3369 (main): Rename to ...
3370 (test): ... this.
3371 (main): Reimplement.
3372 * gdb.base/varargs.exp: Run to test instead of to main.
3373 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3374 (main): Call gdb_unbuffer_output.
3375
58789a91
PA
33762015-07-29 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3379 factore out from mi_continue_dprintf. For call-style dprintfs,
3380 expect dprintf output out of $inferior_spawn_id.
3381 (mi_continue_dprintf): Use mi_expect_dprintf.
3382 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3383 (main): Call gdb_unbuffer_output.
3384
e8376742
PA
33852015-07-29 Pedro Alves <palves@redhat.com>
3386
3387 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3388 (default_mi_gdb_start): Set inferior_spawn_id instead of
3389 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3390 gdb_spawn_id.
3391 (mi_gdb_test): Always expect inferior output from both
3392 $inferior_spawn_id and $gdb_spawn_id.
3393
08280010
PA
33942015-07-29 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3397 send_inferior and $inferior_spawn_id.
3398
4d30e432
PA
33992015-07-29 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.gdb/complaints.exp (test_initial_complaints)
3402 (test_serial_complaints, test_short_complaints): Use
3403 gdb_test_stdio.
3404 (test_empty_complaint): Handle $inferior_spawn_id !=
3405 $gdb_spawn_id.
3406
0d30a335
PA
34072015-07-29 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/varargs.exp: Use gdb_test_stdio.
3410
39413b29
PA
34112015-07-29 Pedro Alves <palves@redhat.com>
3412
3413 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3414
7cb000a9
PA
34152015-07-29 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3418
d7b8ac82
PA
34192015-07-29 Pedro Alves <palves@redhat.com>
3420
3421 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3422 parameter into two new parameters, "inf_result" and "gdb_result".
3423 Expect inferior output and gdb output from $inferior_spawn_id and
3424 $gdb_spawn_id, respectively. Adjust all callers.
3425
789c3a0c
PA
34262015-07-29 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3429 of gdb_test_sequence.
3430
77e760c3
PA
34312015-07-29 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3434 (saw_spurious_output): Expect inferior output from
3435 $inferior_spawn_id. Use gdb_test_stdio.
3436
8396d2cd
PA
34372015-07-29 Pedro Alves <palves@redhat.com>
3438
3439 * gdb.base/dprintf.exp: Use standard_testfile. Change
3440 prepare_for_testing call.
3441 (srcfile): Don't set.
3442 (restart): New procedure.
3443 (test_dprintf): New procecure, use to continue over dprintfs.
3444 (test_call, test_agent): New procedures, tests moved here.
3445 Restart gdb and recreate dprintfs. Adjust expected output.
3446
2051d61f
PA
34472015-07-29 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3450
452397af
PA
34512015-07-29 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3454
8aed9555
PA
34552015-07-29 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3458 gdb_test_stdio.
3459
188a61b4
PA
34602015-07-29 Pedro Alves <palves@redhat.com>
3461
3462 * lib/gdb.exp (gdb_test_stdio): New procedure.
3463
12264a45
PA
34642015-07-29 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3467
23ffc893
PA
34682015-07-29 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.base/call-signal-resume.exp: Remove check for
3471 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3472 * gdb.base/unwindonsignal.exp: Likewise.
3473 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3474 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3475
65566918
PA
34762015-07-29 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.base/siginfo-addr.c (pass): New function.
3479 (handler): Call it iff si_addr is correct.
3480 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3481 Set a breakpoint at "pass" and continue to it.
3482
d60a9221
SDJ
34832015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 * gdb.python/py-objfile.exp: Make some tests have unique names.
3486 * gdb.python/py-pp-registration.exp: Likewise.
3487
bde40b8f
PA
34882015-07-28 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3491
13e1dec8
SM
34922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3493
3494 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3495
da33c9a7
SM
34962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3497
3498 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3499
077836f7
PP
35002015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3501
3502 * gdb.base/gdb-sigterm-2.exp: New test.
3503
b8cc7b2e
DE
35042015-07-25 Doug Evans <xdje42@gmail.com>
3505
3506 Revert:
3507 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3508 (workers/%.worker, build-perf): New rule.
3509 (GDB_PERFTEST_MODE): New variable.
3510 (check-perf): Use it.
3511 (clean): Clean up gdb.perf parallel build subdirs.
3512 * lib/build-piece.exp: New file.
3513 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3514 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3515 name.
3516 (standard_temp_file): Ditto.
3517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3518 of $GDB_PARALLEL.
3519
c8bd4544
DE
35202015-07-24 Doug Evans <dje@google.com>
3521
3522 * gdb.perf/lib/perftest/utils.py: New file.
3523 * gdb.perf/gm-hello.cc: New file.
3524 * gdb.perf/gm-pervasive-typedef.cc: New file.
3525 * gdb.perf/gm-pervasive-typedef.h: New file.
3526 * gdb.perf/gm-std.cc: New file.
3527 * gdb.perf/gm-std.h: New file.
3528 * gdb.perf/gm-use-cerr.cc: New file.
3529 * gdb.perf/gm-utils.h: New file.
3530 * gdb.perf/gmonster-null-lookup.py: New file.
3531 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3532 * gdb.perf/gmonster-print-cerr.py: New file.
3533 * gdb.perf/gmonster-ptype-string.py: New file.
3534 * gdb.perf/gmonster-runto-main.py: New file.
3535 * gdb.perf/gmonster-select-file.py: New file.
3536 * gdb.perf/gmonster1-null-lookup.exp: New file.
3537 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3538 * gdb.perf/gmonster1-print-cerr.exp: New file.
3539 * gdb.perf/gmonster1-ptype-string.exp: New file.
3540 * gdb.perf/gmonster1-runto-main.exp: New file.
3541 * gdb.perf/gmonster1-select-file.exp: New file.
3542 * gdb.perf/gmonster1.cc: New file.
3543 * gdb.perf/gmonster1.exp: New file.
3544 * gdb.perf/gmonster2-null-lookup.exp: New file.
3545 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3546 * gdb.perf/gmonster2-print-cerr.exp: New file.
3547 * gdb.perf/gmonster2-ptype-string.exp: New file.
3548 * gdb.perf/gmonster2-runto-main.exp: New file.
3549 * gdb.perf/gmonster2-select-file.exp: New file.
3550 * gdb.perf/gmonster2.cc: New file.
3551 * gdb.perf/gmonster2.exp: New file.
3552
6eab34f3
DE
35532015-07-24 Doug Evans <dje@google.com>
3554
3555 * gdb.perf/README: New file.
3556 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3557 * lib/gen-perf-test.exp: New file.
3558
63738bfd
DE
35592015-07-24 Doug Evans <dje@google.com>
3560
3561 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3562 (PerfTest::startup): New function.
3563 (PerfTest::run): Return result of calling body.
3564 (PerfTest::assemble): Rewrite.
3565 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3566 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3567 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3568 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3569 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3570
7b606f95
DE
35712015-07-24 Doug Evans <dje@google.com>
3572
3573 * lib/gdb.exp (clean_restart): Make executable optional.
3574
a97b16b8
DE
35752015-07-24 Doug Evans <dje@google.com>
3576
3577 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3578 compiler_info references.
3579 * gdb.cp/temargs.exp: Ditto.
3580 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3581 (get_compiler_info): Early exit if already computed. Set compiler_info
3582 to "unknown" if there was a problem.
3583 (test_compiler_info): Add function comment. Call get_compiler_info.
3584
35baa57f
DE
35852015-07-24 Doug Evans <dje@google.com>
3586
3587 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3588 (workers/%.worker, build-perf): New rule.
3589 (GDB_PERFTEST_MODE): New variable.
3590 (check-perf): Use it.
3591 (clean): Clean up gdb.perf parallel build subdirs.
3592 * lib/build-piece.exp: New file.
3593 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3594 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3595 name.
3596 (standard_temp_file): Ditto.
3597 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3598 of $GDB_PARALLEL.
3599
6ebea266
DE
36002015-07-24 Doug Evans <dje@google.com>
3601
3602 * lib/future.exp (gdb_default_target_compile): New option
3603 "early_flags".
3604 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3605 --as-needed.
3606
1e76a7e9
SDJ
36072015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3608
3609 * gdb.base/catch-syscall.exp: Call gdb_exit before
3610 gdb_skip_xml_test.
3611
5068630a
PA
36122015-07-24 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.python/py-events.exp: Accept output between the stop event
3615 and the prompt.
3616 * gdb.python/py-evsignal.exp: Likewise.
3617 * gdb.python/py-evthreads.exp: Likewise.
3618
77598427
PA
36192015-07-24 Pedro Alves <palves@redhat.com>
3620
3621 PR gdb/18717
3622 * gdb.threads/non-ldr-exit.c: New file.
3623 * gdb.threads/non-ldr-exit.exp: New file.
3624
11e6c98f
YQ
36252015-07-24 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3628 restarting process.
3629
51aee833
YQ
36302015-07-24 Yao Qi <yao.qi@linaro.org>
3631
3632 * gdb.server/ext-restart.exp: New file.
3633
8cfe207c
YQ
36342015-07-24 Yao Qi <yao.qi@linaro.org>
3635
3636 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3637 argument options.
3638 * gdb.server/ext-wrapper.exp: New file.
3639
cc12ce38
DE
36402015-07-23 Doug Evans <dje@google.com>
3641
3642 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3643 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3644
d0d84780
PMR
36452015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3646
3647 * gdb.ada/var_arr_typedef.exp: New testcase.
3648 * gdb.ada/var_arr_typedef/pack.adb: New file.
3649 * gdb.ada/var_arr_typedef/pack.ads: New file.
3650 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3651
8b558f79
JB
36522015-07-20 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3655
775a3298
JK
36562015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * gdb.arch/i386-biarch-core.exp: Replace istarget
3659 by "complete set gnutarget". Remove expectation for the "core-file"
3660 command.
3661
db1ff28b
JK
36622015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 Revert the previous commit:
3665 Tests for validate symbol file using build-id.
3666
0a94970d
JK
36672015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3668
3669 Tests for validate symbol file using build-id.
3670 * gdb.base/solib-mismatch-lib.c: New file.
3671 * gdb.base/solib-mismatch-libmod.c: New file.
3672 * gdb.base/solib-mismatch.c: New file.
3673 * gdb.base/solib-mismatch.exp: New file.
3674
03346981
SL
36752015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3676
3677 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3678 nios2-*-linux*.
3679 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3680 * gdb.base/siginfo.exp: Likewise.
3681 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3682
42422cc7
PL
36832015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3684
3685 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3686 Move it to ...
3687 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3688 ... here.
3689 * gdb.trace/range-stepping.exp: Check that the target supports
3690 range stepping.
3691
cfa68bae
JK
36922015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3695
8ffdba26
PA
36962015-07-14 Pedro Alves <palves@redhat.com>
3697
3698 * gdb.base/killed-outside.exp: New file.
3699 * gdb.base/killed-outside.c: New file.
3700
218a5a11
JK
37012015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3704 (n at main): New.
3705 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3706
e03ed3c6
AA
37072015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3708
3709 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3710 infcall tests instead of setting up for KFAIL.
3711
485668e5
MM
37122015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3713
3714 * gdb.btrace/record_goto-step.exp: New.
3715
08464196
JK
37162015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3717
3718 PR compile/18484
3719 * gdb.compile/compile.c (struct struct_type): Add volatile to
3720 selffield's type.
3721 * gdb.compile/compile.exp
3722 (compile code struct_object.selffield = &struct_object): Skip further
3723 struct_object tests if this one xfails.
3724
bcf5c1d9
RC
37252015-07-08 Robert O'Callahan <robert@ocallahan.org>
3726
3727 PR exp/18617
3728 * gdb.trace/ax.exp: Add test.
3729
4931af25
YQ
37302015-07-07 Yao Qi <yao.qi@linaro.org>
3731
3732 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3733 instead of istarget "aarch64*-*-*".
3734 * gdb.arch/aarch64-fp.exp: Likewise.
3735 * gdb.base/float.exp: Likewise.
3736 * gdb.reverse/aarch64.exp: Likewise.
3737 * lib/gdb.exp (is_aarch64_target): New proc.
3738
9fcf688e
YQ
37392015-07-07 Yao Qi <yao.qi@linaro.org>
3740
3741 * lib/gdb.exp (is_aarch32_target): New proc.
3742 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3743 instead of "istarget "arm*-*-*"".
3744 * gdb.arch/arm-disp-step.exp: Likewise.
3745 * gdb.arch/thumb-bx-pc.exp: Likewise.
3746 * gdb.arch/thumb-prologue.exp: Likewise.
3747 * gdb.arch/thumb-singlestep.exp: Likewise.
3748 * gdb.base/disp-step-syscall.exp: Likewise.
3749 * gdb.base/float.exp: Likewise.
3750
fbd8d50d
YQ
37512015-07-07 Yao Qi <yao.qi@linaro.org>
3752
3753 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3754 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3755
71be1fdc
YQ
37562015-07-07 Yao Qi <yao.qi@linaro.org>
3757
3758 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3759 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3760 if it exists.
3761 * gdb.multi/multi-arch.exp: Likewise.
3762
3e221d36
SM
37632015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3764
3765 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3766 print.
3767
d441430b
YQ
37682015-07-07 Yao Qi <yao.qi@linaro.org>
3769
3770 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3771
06f810bd
MG
37722015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3773
3774 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3775 '[' and ']' characters.
3776
5e61e7c0
IB
37772015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3778
3779 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3780
28bf096c
PA
37812015-06-29 Pedro Alves <palves@redhat.com>
3782
3783 PR threads/18127
3784 * gdb.threads/hand-call-new-thread.c: New file.
3785 * gdb.threads/hand-call-new-thread.c: New file.
3786
ee93cd5e
KS
37872015-06-26 Keith Seitz <keiths@redhat.com>
3788 Doug Evans <dje@google.com>
3789
3790 PR 16253
3791 * gdb.cp/var-tag-2.cc: New file.
3792 * gdb.cp/var-tag-3.cc: New file.
3793 * gdb.cp/var-tag-4.cc: New file.
3794 * gdb.cp/var-tag.cc: New file.
3795 * gdb.cp/var-tag.exp: New file.
3796
fc637f04
PP
37972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3798
3799 * gdb.base/history-duplicates.exp: New test.
3800
2e52ae68
PP
38012015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3802
3803 * gdb.base/completion.exp: Test the completion of the "focus"
3804 command.
3805
6e22494e
JK
38062015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * gdb.arch/amd64-prologue-skip.S: New file.
3809 * gdb.arch/amd64-prologue-skip.exp: New file.
3810
bf7b9cd9
SM
38112015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3812
3813 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3814 is_address_zero_readable check.
3815
201e8dfd
PB
38162015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3817
3818 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3819 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3820
5cd867b4
YQ
38212015-06-24 Yao Qi <yao.qi@linaro.org>
3822
3823 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3824 linux targets.
3825
4d7be007
YQ
38262015-06-24 Yao Qi <yao.qi@linaro.org>
3827
3828 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3829 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3830 * gdb.base/siginfo-thread.exp: Likewise.
3831
07fcd301
YQ
38322015-06-22 Yao Qi <yao.qi@linaro.org>
3833
3834 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3835
52042a00
YQ
38362015-06-22 Yao Qi <yao.qi@linaro.org>
3837
3838 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3839 aarch64*-*-*.
3840 (skip_hw_watchpoint_tests): Likewise.
3841
74bd41ce
PP
38422015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3843
3844 * gdb.base/gdbinit-history.exp: Test the interaction between
3845 setting GDBHISTSIZE and setting the history size via .gdbinit.
3846
bc460514
PP
38472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3848
3849 PR gdb/16999
3850 * gdb.base/gdbhistsize-history.exp: New test.
3851
b58c513b
PP
38522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3853
3854 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3855 with GDBHISTSIZE.
3856 * gdb.base/readline.exp: Likewise.
3857
92046791
YQ
38582015-06-17 Yao Qi <yao.qi@linaro.org>
3859
3860 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3861 line.
3862
2093d2d3
PP
38632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3864
3865 * gdb.base/gdbinit-history.exp: Add test case to check that
3866 an unlimited history file does not get truncated on exit.
3867
e6c693af
AA
38682015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3869
3870 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3871 (VECTOR): New macro. Use it...
3872 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3873 ...for these typedefs.
3874 (int8, char1, int1, double1): New typedefs.
3875 (struct just_int2, struct two_int2): New structures.
3876 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3877 (add_structvecs, add_singlevecs): New functions.
3878 (main): Call add_some_intvecs twice.
3879 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3880 the compile and exit upon failure. Try compiling for the "native"
3881 architecture. Test inferior function calls with vector arguments
3882 and vector return value handling with "finish" and "return".
3883
c74f7d1c
JT
38842015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3885
3886 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3887 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3888 PE file.
3889 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3890
98aa42ee
AT
38912015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3892
3893 PR breakpoints/16465
3894 * gdb.mi/mi-dprintf-pending.c: New file.
3895 * gdb.mi/mi-dprintf-pending.exp: New test.
3896 * gdb.mi/mi-dprintf-pendshr.c: New file.
3897
7d73c23c 38982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3899 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3900
3901 * gdb.arch/i386-mpx-map.c: New file.
3902 * gdb.arch/i386-mpx-map.exp: New File.
3903
39042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3905
3906 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3907 * gdb.arch/i386-mpx.exp: Indentation fixed.
3908
39092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3910
3911 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3912 function and improved indentation.
3913 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3914 gdb_test_multiple. Added additional tests to skip the test.
3915
39162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3917
3918 * gdb.arch/i386-avx512.c: Change path in include file.
3919 * gdb.arch/i386-avx512.exp: Change include dir path
3920 compilation flag.
3921 * gdb.arch/i386-mpx.c: Change path in include file.
3922 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3923 flag.
3924
d5eba19a
JK
39252015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.compile/compile-print.exp (compile print *vararray@3)
3928 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3929
7f361056
JK
39302015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3933 (do not keep jit in memory): ... this.
3934 (expect 5): Change it to ...
3935 (expect no 5): ... this.
3936
3b462ec2
SM
39372015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3938
3939 PR gdb/15564
3940 * gdb.mi/mi-detach.exp: New file.
3941
e0619de6
JK
39422015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 PR symtab/18392
3945 * gdb.arch/amd64-tailcall-self.S: New file.
3946 * gdb.arch/amd64-tailcall-self.c: New file.
3947 * gdb.arch/amd64-tailcall-self.exp: New file.
3948
e970cb34
DB
39492015-05-28 Don Breazeal <donb@codesourcery.com>
3950
3951 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3952 tests for remote targets by checking is_target_gdbserver.
3953
b2e2f908
DE
39542015-05-27 Doug Evans <dje@google.com>
3955
3956 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3957 * gdb.dwarf2/opaque-type-lookup.c: New file.
3958 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3959
82c7be31
DE
39602015-05-26 Doug Evans <dje@google.com>
3961
3962 * gdb.cp/iostream.cc: New file.
3963 * gdb.cp/iostream.exp: New file.
3964
b4f54984
DE
39652015-05-26 Doug Evans <dje@google.com>
3966
3967 * gdb.dwarf2/dw2-op-call.exp: Update.
3968 * gdb.dwarf2/dw4-sig-types.exp: Update.
3969 * gdb.dwarf2/implptr.exp: Update.
3970 * gdb.mi/mi-cmd-param-changed.exp: Update.
3971
4ea6efe9
DE
39722015-05-26 Doug Evans <dje@google.com>
3973
3974 * gdb.python/py-lazy-string.c: New file.
3975 * gdb.python/py-lazy-string.exp: New file.
3976 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3977 (main): Update. Add estring3.
3978 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3979 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3980
f6bb7db3
YQ
39812015-05-26 Omair Javaid <omair.javaid@linaro.org>
3982 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.reverse/aarch64.c: New.
3985 * gdb.reverse/aarch64.exp: New.
3986
a81bfbd0
OJ
39872015-05-26 Omair Javaid <omair.javaid@linaro.org>
3988
25d49b86
PA
3989 * lib/gdb.exp (supports_process_record): Return true for
3990 aarch64*-linux*.
a81bfbd0
OJ
3991 (supports_reverse): Likewise.
3992
158bf1b4
PP
39932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3994
3995 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3996 Use with_test_prefix.
3997
a0145030
AB
39982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * gdb.base/completion.exp: Add test for completion of layout
4001 names.
4002
ebe3b578
AB
40032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * lib/gdb.exp (skip_tui_tests): New proc.
4006 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4007
84204ed7
PA
40082015-05-19 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4011 Save the whole env array instead of just HOME. Unset HISTSIZE in
4012 the environment while testing. Restore whole environment
4013 afterwards.
4014
37442ce1
DE
40152015-05-16 Doug Evans <xdje42@gmail.com>
4016
4017 * gdb.guile/scm-ports.c: New file.
4018 * gdb.guile/scm-ports.exp: Add memory port tests.
4019
36de76f9
JK
40202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4021
4022 * gdb.compile/compile-print.c: New file.
4023 * gdb.compile/compile-print.exp: New file.
4024
3a9558c4
JK
40252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.compile/compile-ops.exp: Cast param to void.
4028 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4029 (compile code struct_object.selffield = &struct_object): Add xfail.
4030
aa715135
JG
40312015-05-15 Joel Brobecker <brobecker@adacore.com>
4032
4033 * gdb.ada/arr_enum_with_gap: New testcase.
4034
931e5bc3
JG
40352015-05-15 Joel Brobecker <brobecker@adacore.com>
4036
4037 * gdb.ada/byte_packed_arr: New testcase.
4038
9cd4d857
JB
40392015-05-15 Joel Brobecker <brobecker@adacore.com>
4040
4041 * gdb.ada/pckd_neg: New testcase.
4042
ebfd00d2
PP
40432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4044
4045 PR gdb/17820
4046 * gdb.base/gdbinit-history.exp: New test.
4047 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4048 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4049
4c082a81
SC
40502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4051
4052 * gdb.python/py-xmethods.cc: Enhance test case.
4053 * gdb.python/py-xmethods.exp: New tests.
4054 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4055 function.
4056 (B_indexoper): Likewise.
4057 (global_dm_list) : Add new xmethod worker functions.
4058
f7797074
SDJ
40592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4060
4061 * gdb.base/coredump-filter.exp: Correctly unset
4062 "coredump_var_addr" array.
4063
a4674e4e
PA
40642015-05-08 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.server/non-existing-program.exp: Unset spawn_id.
4067
df2eb078
SC
40682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4069
4070 PR python/18291
4071 * gdb.python/py-xmethods.exp: Add tests.
4072
422349a3
YQ
40732015-05-08 Yao Qi <yao.qi@linaro.org>
4074
4075 PR gdb/18208
4076 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4077 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4078 function set_coredump_filter, and remove remote_exec call.
4079 Remove argument ipid. Callers update.
4080 (top level): Don't get inferior's PID.
4081
63fc80ce
AA
40822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4083
4084 * gdb.base/watch_thread_num.exp: Skip test on targets without
4085 access watchpoints.
4086
80ad801e
PA
40872015-05-06 Pedro Alves <palves@redhat.com>
4088
4089 PR server/18081
4090 * gdb.server/non-existing-program.exp: New file.
4091
0fa7fe50
JB
40922015-05-05 Joel Brobecker <brobecker@adacore.com>
4093
4094 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4095
3ea89b92
PMR
40962015-05-05 Joel Brobecker <brobecker@adacore.com>
4097
4098 * gdb.ada/out_of_line_in_inlined: New testcase.
4099
87b8eff0
JB
41002015-05-05 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.ada/var_rec_arr: New testcase.
4103
5fccc635
YQ
41042015-04-30 Yao Qi <yao.qi@linaro.org>
4105
4106 * gdb.base/break-idempotent.exp: If
4107 skip_hw_watchpoint_multi_tests returns true, skip the tests
4108 on "rwatch" and "awatch".
4109
42d38f42
YQ
41102015-04-30 Yao Qi <yao.qi@linaro.org>
4111
4112 * gdb.base/relativedebug.exp: Invoke gdb command
4113 "info sharedlibrary", and if libc.so doesn't have debug info,
4114 skip the test.
4115
2ce1cdbf
DE
41162015-04-29 Doug Evans <dje@google.com>
4117
4118 * gdb.python/py-xmethods.exp: Add ptype tests.
4119 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4120 get_result_type method.
4121
f24a38c5
LM
41222015-04-29 Luis Machado <lgustavo@codesourcery.com>
4123
4124 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4125 the target does not support hardware watchpoints.
4126
ecbf2b3c
LM
41272015-04-29 Luis Machado <lgustavo@codesourcery.com>
4128
4129 * gdb.base/break-always.exp: Abort testing if writing to memory
4130 causes an error.
4131
34f5f757
DE
41322015-04-28 Doug Evans <dje@google.com>
4133
4134 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4135 * gdb.python/py-pp-registration.exp: ... here. New file.
4136 * gdb.python/py-pp-registration.c: New file.
4137 * gdb.python/py-pp-registration.py: New file.
4138
69b4374a
DE
41392015-04-28 Doug Evans <dje@google.com>
4140
4141 * gdb.python/py-bad-printers.c: New file.
4142 * gdb.python/py-bad-printers.py: New file.
4143 * gdb.python/py-bad-printers.exp: New file.
4144
59fb7612
SS
41452015-04-28 Sasha Smundak <asmundak@google.com>
4146
4147 * gdb.python/py-type.exp: New test.
4148
2631b16a
AW
41492015-04-28 Andy Wingo <wingo@igalia.com>
4150
4151 * gdb.python/py-parameter.exp:
4152 * gdb.guile/scm-parameter.exp: Escape the path that we are
4153 matching against, as it might contain characters that are special
4154 to regular expressions.
4155
460efde1
JB
41562015-04-27 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.ada/rec_comp: New testcase.
4159
2d369d8e
SDJ
41602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4161
4162 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4163 before using it.
4164
cf75d6c3
AB
41652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4168 new tests for verilog output.
4169
8dbe7ca5
YQ
41702015-04-24 Yao Qi <yao.qi@linaro.org>
4171
4172 * boards/remote-gdbserver-on-localhost.exp: New file.
4173
4ef9fb2f
PA
41742015-04-23 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4177 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4178 "end of file", remove $inferior_spawn_id from the indirect list.
4179
0a803169
PA
41802015-04-23 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4183
749ef8f8
PA
41842015-04-23 Pedro Alves <palves@redhat.com>
4185
4186 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4187 on $any_spawn_id instead of only on $gdb_spawn_id.
4188
8aae4344
PM
41892015-04-21 Pierre Muller <muller@sourceware.org>
4190
4191 PR pascal/17815
4192 * lib/pascal.exp (gpc_compile): Add new option "class".
4193 (fpc_compile): Likewise.
4194 * gdb.pascal/case-insensitive-symbols.pas: New file.
4195 * gdb.pascal/case-insensitive-symbols.exp: New file.
4196
1586c8fb
GB
41972015-04-20 Gary Benson <gbenson@redhat.com>
4198
4199 * gdb.base/attach.exp: Fix three extended remote failures.
4200
1b6e6f5c
GB
42012015-04-17 Gary Benson <gbenson@redhat.com>
4202
4203 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4204 the main executable over the remote protocol.
4205
e797481d
PA
42062015-04-16 Pedro Alves <palves@redhat.com>
4207
4208 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4209 a new gdbserver if gdbserver_reconnect_p is set.
4210
1ca99c42
PA
42112015-04-16 Pedro Alves <palves@redhat.com>
4212
4213 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4214 is set, don't exit gdbserver.
4215
af9fd6f8
AA
42162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4217
4218 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4219 appropriate .insn, such that an older assembler can be used.
4220 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4221 the z/Architecture instruction set on 31-bit targets as well.
4222
04ff1e61
AA
42232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4224
4225 * gdb.go/handcall.exp: Remove all logic related to the first
4226 breakpoint and rely on go_runto_main instead.
4227 * gdb.go/strings.exp: Likewise.
4228 * gdb.go/unsafe.exp: Likewise.
4229 * gdb.go/hello.exp: Likewise. Also rename the remaining
4230 breakpoint marker to "breakpoint 1".
4231 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4232 * gdb.go/strings.go: Likewise.
4233 * gdb.go/unsafe.go: Likewise.
4234 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4235 "set breakpoint 2 here" and rename the remaining breakpoint marker
4236 to "breakpoint 1".
4237
40d2f8d6
SM
42382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4239
4240 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4241 if itertools.imap is not present.
4242 * gdb.python/py-objfile.exp: Add parentheses.
4243 * gdb.python/py-type.exp: Same.
4244 * gdb.python/py-unwind-maint.py: Same.
4245
8cbc97c6
YQ
42462015-04-15 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4249 of ":$ptr_size" and set its form explicitly.
4250
45fd756c
YQ
42512015-04-15 Pedro Alves <palves@redhat.com>
4252 Yao Qi <yao.qi@linaro.org>
4253
4254 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4255 timeout by factor of 4.
4256 (test_regular_watch): Likewise.
4257 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4258 * gdb.reverse/sigall-reverse.exp: Likewise.
4259 * gdb.reverse/until-precsave.exp: Likewise.
4260 * lib/gdb.exp (with_timeout_factor): New proc.
4261 (gdb_expect): Move some code to ...
4262 (get_largest_timeout): ... here. New procedure.
4263
9e811bc3
LM
42642015-04-14 Luis Machado <lgustavo@codesourcery.com>
4265
4266 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4267
0ff6fcb2
LM
42682015-04-13 Luis Machado <lgustavo@codesourcery.com>
4269
4270 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4271 to write to the .text section.
4272
7578d5f7
LM
42732015-04-13 Luis Machado <lgustavo@codesourcery.com>
4274
4275 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4276 Handle the case of targets that do not provide PID information.
4277
2efe15c4
YQ
42782015-04-13 Yao Qi <yao.qi@linaro.org>
4279
4280 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4281 and use expect instead of gdb_expect.
4282
8cd8f2f8
SDJ
42832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4284
4285 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4286 "coredump_var_addr" to avoid naming conflict with other testcases.
4287
9ee41772
PA
42882015-04-10 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4291 gdb_test_sequence and gdb_assert.
4292
07473109
PA
42932015-04-10 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4296 test messages that don't include the breakpoint address.
4297
de3db44c
YQ
42982015-04-10 Yao Qi <yao.qi@linaro.org>
4299
4300 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4301 false for some offset and width combinations which aren't
4302 supported by linux kernel.
4303
c79d856c
PA
43042015-04-10 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4307 procedure, factored out from ...
4308 (top level): ... here. Add "set displaced-stepping" testing axis.
4309 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4310 parameter "displaced". Use it.
4311 (top level): Use foreach and add "set displaced-stepping" testing
4312 axis.
4313
ebc90b50
PA
43142015-04-10 Pedro Alves <palves@redhat.com>
4315
4316 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4317 Remove comment.
4318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4319 both the address of the instruction that triggers the watchpoint
4320 and the address of the instruction immediately after, and use
4321 those addresses for the test. Fix comment.
4322
8f572e5c
PA
43232015-04-10 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.base/sigstep.exp (breakpoint_to_handler)
4326 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4327 Test "backtrace" in handler.
4328 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4329 (top level): Add new "displaced" test axis to
4330 breakpoint_to_handler, breakpoint_to_handler_entry and
4331 breakpoint_over_handler.
4332
8d707a12
PA
43332015-04-10 Pedro Alves <palves@redhat.com>
4334
4335 PR gdb/18216
4336 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4337
ef713951
YQ
43382015-04-10 Yao Qi <yao.qi@linaro.org>
4339
4340 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4341 (test_add_rn_pc): New function.
4342 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4343 (top level): Invoke test_add_rn_pc.
4344
906d60cf
PA
43452015-04-10 Pedro Alves <palves@redhat.com>
4346
4347 PR gdb/13858
4348 * gdb.base/step-over-no-symbols.exp: New file.
4349
f2983cc3
AW
43502015-04-09 Andy Wingo <wingo@igalia.com>
4351
4352 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4353 after the Python tests.
4354
6d62641c
SDJ
43552015-04-08 Keith Seitz <keiths@redhat.com>
4356
4357 PR python/16699
4358 * gdb.python/py-completion.exp: New tests for completion.
4359 * gdb.python/py-completion.py (CompleteLimit1): New class.
4360 (CompleteLimit2): Likewise.
4361 (CompleteLimit3): Likewise.
4362 (CompleteLimit4): Likewise.
4363 (CompleteLimit5): Likewise.
4364 (CompleteLimit6): Likewise.
4365 (CompleteLimit7): Likewise.
4366
f3770638
PA
43672015-04-08 Pedro Alves <palves@redhat.com>
4368
4369 PR gdb/18214
4370 PR gdb/18216
4371 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4372 function.
4373 (main): Install it as SIGUSR1 handler.
4374 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4375 parameter. Always use "setup" as prefix. Toggle "set
4376 displaced-stepping" off/on depending on global. Don't switch to
4377 thread 1 here.
4378 (top level): Add displaced stepping "off/on" test axis. Update
4379 "setup" calls. Wrap each subtest with with_test_prefix. Test
4380 continuing with a queued signal in each thread.
4381
4496bed7
PA
43822015-04-08 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4385 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4386 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4387 Return early if running to main fails.
4388 * gdb.trace/while-stepping.exp: Likewise.
4389
b97fde92
PA
43902015-04-07 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4393 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4394 interact with inferior program.
4395
f71c18e7
PA
43962015-04-07 Pedro Alves <palves@redhat.com>
4397
4398 * lib/gdb.exp (inferior_spawn_id): New global.
4399 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4400 spawn id after processing the user code.
4401 (default_gdb_start): Set inferior_spawn_id.
4402 (send_inferior): New procedure.
4403 * lib/gdbserver-support.exp (gdbserver_start): Set
4404 inferior_spawn_id.
4405 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4406
6423214f
PA
44072015-04-07 Pedro Alves <palves@redhat.com>
4408
4409 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4410 * lib/gdbserver-support.exp (gdbserver_start): Make
4411 $server_spawn_id global.
4412 (gdbserver_start): Don't wait for gdbserver's spawn id with
4413 expect_background.
4414 (close_gdbserver): New procedure.
4415 (gdb_exit): Rename the default version and reimplement.
4416
71c0ee8c
PA
44172015-04-07 Pedro Alves <palves@redhat.com>
4418
72f4393d 4419 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4420 append the substituted item, not the original item.
4421
203bc29b
PA
44222015-04-07 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4425 gdb_expect.
4426
508a3ddf
PA
44272015-04-07 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4430 output appearing once only.
4431
9f6dbe2b
PA
44322015-04-07 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4435 that doesn't expect anything. Return early if running to main
4436 fails.
4437
337532fa
YQ
44382015-04-07 Yao Qi <yao.qi@linaro.org>
4439
4440 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4441 (child_function): Call alarm.
4442 (main): Move call to alarm into the loop.
4443 * gdb.threads/non-stop-fair-events.exp: Build program with
4444 -DTIMEOUT=$timeout.
4445
01b622d4
DE
44462015-04-06 Doug Evans <xdje42@gmail.com>
4447
4448 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4449 Fix dest parameter to board_info.
4450 (fpc_compile): Ditto.
4451 (gdb_compile_pascal): Rename dest arg to destfile.
4452
961f4160
PMR
44532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4454
4455 * gdb.ada/funcall_ref.exp: New file.
4456 * gdb.ada/funcall_ref/foo.adb: New file.
4457
cafda597
YQ
44582015-04-02 Yao Qi <yao.qi@linaro.org>
4459
4460 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4461 is remote.
4462
fed040c6
GB
44632015-04-02 Gary Benson <gbenson@redhat.com>
4464
4465 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4466
d11916aa
SS
44672015-04-01 Sasha Smundak <asmundak@google.com>
4468
4469 * gdb.python/py-unwind-maint.c: New file.
4470 * gdb.python/py-unwind-maint.exp: New test.
4471 * gdb.python/py-unwind-maint.py: New file.
4472 * gdb.python/py-unwind.c: New file.
4473 * gdb.python/py-unwind.exp: New test.
4474 * gdb.python/py-unwind.py: New test.
4475
a1471180
PA
44762015-04-01 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4479 to fail instead of non-existent $test.
4480
0bbeccb1
PA
44812015-04-01 Pedro Alves <palves@redhat.com>
4482
4483 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4484 GDBFLAGS if not empty.
4485
3c724c8c
PMR
44862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4487
4488 * gdb.ada/complete.exp: Remove "multi_line".
4489 * gdb.ada/info_exc.exp: Remove "multi_line".
4490 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4491 * gdb.ada/ptype_field.exp: Remove "multi_line".
4492 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4493 * gdb.ada/tagged.exp: Remove "multi_line".
4494 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4495 [multi_line ...]
4496 * gdb.btrace/delta.exp: Likewise.
4497 * gdb.btrace/exception.exp: Likewise.
4498 * gdb.btrace/function_call_history.exp: Likewise.
4499 * gdb.btrace/instruction_history.exp: Likewise.
4500 * gdb.btrace/nohist.exp: Likewise.
4501 * gdb.btrace/record_goto.exp: Likewise.
4502 * gdb.btrace/segv.exp: Likewise.
4503 * gdb.btrace/stepi.exp: Likewise.
4504 * gdb.btrace/tailcall.exp: Likewise.
4505 * gdb.btrace/unknown_functions.exp: Likewise.
4506 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4507 * lib/gdb.exp: Add the "multi_line" helper.
4508
4eec2deb
PA
45092015-04-01 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.threads/tid-reuse.c: New file.
4512 * gdb.threads/tid-reuse.exp: New file.
4513
df8411da
SDJ
45142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4515
4516 PR corefiles/16092
4517 * gdb.base/coredump-filter.c: New file.
4518 * gdb.base/coredump-filter.exp: Likewise.
4519
6ef37366
PM
45202015-03-27 Petr Machata <pmachata@redhat.com>
4521
4522 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4523 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4524 (Dwarf::assemble): Initialize them.
4525 (Dwarf::lines): New function.
4526
7ec911b0
JT
45272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4528
4529 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4530 SYMBOL_PREFIX for x86_64-*-cygwin.
4531
ff908ebf
AW
45322015-03-26 Andy Wingo <wingo@igalia.com>
4533
4534 PR symtab/18148
4535 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4536 const_value but not a location.
4537 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4538 location defined in non-main CUs are visible.
4539
6d5f0679
YQ
45402015-03-26 Yao Qi <yao.qi@linaro.org>
4541
4542 PR testsuite/18139
4543 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4544 Add a line number entry for the same line.
4545 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4546 Add a line number entry for the same line.
4547
2898689b
YQ
45482015-03-26 Yao Qi <yao.qi@linaro.org>
4549
4550 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4551 .int 0.
4552 (func): Likewise. Add .Lfunc_1 label.
4553 Use .Lfunc_1 label.
4554 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4555 .int 0.
4556 (func): Likewise.
4557 Use .Lfunc_1 label.
4558
85180498
YQ
45592015-03-26 Yao Qi <yao.qi@linaro.org>
4560
4561 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4562 Call gdb_compile instead to compile each .s files without debug
4563 information.
4564
8aa08a8d
YQ
45652015-03-26 Yao Qi <yao.qi@linaro.org>
4566
4567 * gdb.base/savedregs.exp (process_saved_regs): Make
4568 "Saved registers:" optional in the pattern.
4569
66849923
MM
45702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4571
4572 * gdb.btrace/next.exp: Merged into step.exp.
4573 * gdb.btrace/finish.exp: Merged into step.exp.
4574 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4575 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4576 "record goto" and checking the exact replay position.
4577 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4578 check for "Recording format" in "info record" output.
4579 * gdb.btrace/record_goto.exp: Choose test file based on target.
4580 * gdb.btrace/x86-record_goto.S: Renamed into ...
4581 * gdb.btrace/x86_64-record_goto.S: ... this.
4582 * gdb.btrace/i686-record_goto.S: New.
4583 * gdb.btrace/x86-tailcall.S: Renamed into ...
4584 * gdb.btrace/x86_64-tailcall.S: ... this.
4585 * gdb.btrace/i686-tailcall.S: New.
4586 * gdb.btrace/x86-tailcall.c: Renamed into ...
4587 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4588 separate statements. Update test.
4589 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4590 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4591 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4592 * gdb.btrace/tailcall.exp: Choose test file based on target.
4593 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4594
11cc1b74
MM
45952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4596
4597 * gdb.btrace/exception.exp: Increase BTS buffer size.
4598
a25d8bf9
PA
45992015-03-24 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4602
856e7dd6
PA
46032015-03-24 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.threads/schedlock.exp (test_step): No longer expect that
4606 "set scheduler-locking step" with "next" over a function call runs
4607 threads unlocked.
4608
ad235a41
AT
46092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4610
4611 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4612
15630549
AT
46132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4614
4615 PR breakpoints/16466
4616 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4617 * gdb.mi/mi-pending.c (thread_func): New function.
4618 (int main): Add threading support required.
4619 * gdb.mi/mi-pending.exp: Add tests for this issue.
4620 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4621 (pendfunc2): Remove stdio dependency.
4622 * gdb.mi/mi-pendshr2.c: New file.
4623
693dca06
KS
46242015-03-23 Keith Seitz <keiths@redhat.com>
4625
4626 * gdb.linespec/keywords.c: New file.
4627 * gdb.linespec/keywords.exp: New file.
4628
7e993ebf
KS
46292015-03-23 Keith Seitz <keiths@redhat.com>
4630
4631 PR gdb/18021
4632 * gdb.dwarf2/staticvirtual.exp: New test.
4633
bc23328c
JK
46342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4637 * README: Remove HP-UX and gdb.hp.
4638 (configuration):
4639 * configure: Regenerate.
4640 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4641 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4642 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4643 gdb.hp/gdb.defects/Makefile.
4644 * gdb.hp/Makefile.in: File deleted.
4645 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4646 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4647 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4648 * gdb.hp/gdb.aCC/run.c: File deleted.
4649 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4650 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4651 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4652 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4653 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4654 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4655 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4656 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4657 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4658 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4659 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4660 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4661 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4662 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4663 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4664 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4665 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4666 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4667 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4668 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4669 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4670 * gdb.hp/gdb.compat/average.c: File deleted.
4671 * gdb.hp/gdb.compat/sum.c: File deleted.
4672 * gdb.hp/gdb.compat/xdb.c: File deleted.
4673 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4674 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4675 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4676 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4677 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4678 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4679 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4680 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4681 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4682 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4683 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4684 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4685 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4686 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4687 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4688 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4689 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4690 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4691 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4692 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4693 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4694 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4695 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4696 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4697 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4698 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4699 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4700 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4701 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4702 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4703 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4704 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4705 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4706 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4707 * gdb.hp/tools/odump: File deleted.
4708
8bf3b159
PA
47092015-03-19 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4712 (saw_thread_3): New globals.
4713 (top level): Increment them when an event for the corresponding
4714 thread is seen.
4715 (no thread starvation): New test.
4716
eb54c8bf
PA
47172015-03-19 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.threads/continue-pending-status.c: New file.
4720 * gdb.threads/continue-pending-status.exp: New file.
4721
32d2e5d6
PA
47222015-03-18 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4725 Use gdb_is_target_remote instead of is_remote. Use
4726 gdb_test_multiple instead of gdb_expect. Exit early if
4727 gdb_test_multiple hits its internal matches. Tighten stepi tests
4728 expected output. Fail on exit with any signal, instead of just
4729 SIGILL.
4730
f68f11b7
YQ
47312015-03-18 Yao Qi <yao.qi@linaro.org>
4732
4733 PR tdep/18107
4734 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4735 variable.
4736 * gdb.base/catch-syscall.exp: Don't skip it on
4737 aarch64*-*-linux* target. Remove elements in all_syscalls.
4738 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4739 target.
4740 (setup_all_syscalls): New proc.
4741
ca5fd19b
YQ
47422015-03-16 Yao Qi <yao.qi@linaro.org>
4743
4744 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4745 (top level): Skip tests if valid_addr_p returns false for
4746 $cmd1 or $cmd2.
4747
85642ba0
AW
47482015-03-11 Andy Wingo <wingo@igalia.com>
4749
4750 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4751
e03f9645
YQ
47522015-03-11 Yao Qi <yao.qi@linaro.org>
4753
4754 * gdb.base/catch-syscall.exp: Fix typo in comments.
4755
5d0962b2
YQ
47562015-03-11 Yao Qi <yao.qi@linaro.org>
4757
4758 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4759
b2df3cef
PA
47602015-03-09 Pedro Alves <palves@redhat.com>
4761
4762 * dg-extract-results.py: Delete.
4763
ef878e53
PA
47642015-03-09 Pedro Alves <palves@redhat.com>
4765
4766 Merge dg-extract-results.sh from GCC upstream (r218843).
4767
4768 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4769 * dg-extract-results.sh: Use --text with grep to avoid issues with
4770 binary files. Fall back to cat -v, if that doesn't work.
4771
9494d219
PA
47722015-03-05 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4775
a8d9763a
SM
47762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4777
4778 * lib/mi-support.exp (mi_expect_interrupt): Accept
4779 alternative event for when in all-stop mode.
4780
be9957b8
PA
47812015-03-04 Pedro Alves <palves@redhat.com>
4782
4783 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4784
d57be0f4 47852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4786
4787 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4788
c214c7cf
AA
47892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4790
4791 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4792 regexps for GDB's current line display, accept a hex address
4793 preceding the line number.
4794
6d74a497
AA
47952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4796
4797 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4798 the 'arch1' variable for "s390*-linux*" targets.
4799
511aee7c
PA
48002015-03-04 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4803 (main): Pass missing retval argument to pthread_join call.
4804
95e50b27
PA
48052015-03-02 Pedro Alves <palves@redhat.com>
4806
4807 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4808 (top level): Call do_test with non-stop as well.
4809
28054d69
PA
48102015-03-02 Pedro Alves <palves@redhat.com>
4811
4812 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4813 -1.
4814
4fa5d7b4
AA
48152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4816
4817 * gdb.arch/s390-vregs.exp: New test.
4818 * gdb.arch/s390-vregs.S: New file.
4819
97c18565
PA
48202015-02-27 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4823 call to catch_command_errors.
4824 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4825 catch_command_errors.
4826
a37bfa30
PA
48272015-02-27 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4830 "true" for boolean result.
4831 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4832 prototype of main.
4833
6f98576f
PA
48342015-02-27 Pedro Alves <palves@redhat.com>
4835
4836 * lib/unbuffer_output.c: New file.
4837 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4838 (main): Call gdb_unbuffer_output.
4839
eba5ab56
YQ
48402015-02-27 Yao Qi <yao.qi@linaro.org>
4841
4842 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4843 target.
4844
0def5aaa
DE
48452015-02-26 Doug Evans <dje@google.com>
4846
4847 * gdb.cp/class2.cc (Dbase, D): New classes.
4848 (main): New local delta.
4849 * gdb.cp/class2.exp: Test printing delta.
4850 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4851 (dynbar): New global.
4852 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4853
081a1c2c
JK
48542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 * gdb.compile/compile-ifunc.c: New file.
4857 * gdb.compile/compile-ifunc.exp: New file.
4858
2f41223f
AT
48592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4860
4861 * gdb.base/structs.exp: Check for correct struct on finish.
4862
03eddd80
YQ
48632015-02-26 Yao Qi <yao.qi@linaro.org>
4864
4865 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4866 is zero.
4867
80c57053
JK
48682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.arch/cordic.ko.bz2: New file.
4871 * gdb.arch/cordic.ko.debug.bz2: New file.
4872 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4873
21613c12
YQ
48742015-02-25 Yao Qi <yao.qi@linaro.org>
4875
4876 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4877 aarch64*-*-* target.
4878
d8b901ed
PA
48792015-02-23 Pedro Alves <palves@redhat.com>
4880
4881 * lib/gdb.exp (delete_breakpoints): Rewrite using
4882 gdb_test_multiple.
4883
e5b85ead
PA
48842015-02-23 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.base/info-os.c: Include stdlib.h.
4887
85c3a371
DE
48882015-02-22 Doug Evans <xdje42@gmail.com>
4889
4890 PR symtab/17855
4891 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4892 is read after symbols have been re-read.
4893 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4894 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4895
96553a0c
DE
48962015-02-21 Doug Evans <dje@google.com>
4897
4898 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4899
97a0c697
JK
49002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 PR corefiles/17808
4903 * gdb.arch/i386-biarch-core.core.bz2: New file.
4904 * gdb.arch/i386-biarch-core.exp: New file.
4905
a47cd6e9
PA
49062015-02-21 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4909 runto_main fails.
4910
c5facdc4
PA
49112015-02-20 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4914 info probes.
4915
2db9a427
PA
49162015-02-20 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4919
60fb7e9e
PA
49202015-02-20 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4923 clean_restart before gdb_target_supports_trace.
4924
5c5019c2
PA
49252015-02-20 Pedro Alves <palves@redhat.com>
4926
4927 PR threads/18006
4928 * gdb.threads/clone-thread_db.c: New file.
4929 * gdb.threads/clone-thread_db.exp: New file.
4930
c9587f88
AT
49312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4932
4933 PR breakpoints/16812
4934 * gdb.base/catch-gdb-caused-signals.c: New file.
4935 * gdb.base/catch-gdb-caused-signals.exp: New file.
4936
f6a88844
JM
49372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4938
4939 * configure: Regenerated.
4940 * configure.ac: Use GDB_AC_TRANSFORM.
4941 * aclocal.m4: sinclude ../transform.m4.
4942
497c491b
JM
49432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4944
4945 * lib/dtrace.exp: New file.
4946 * gdb.base/dtrace-probe.exp: Likewise.
4947 * gdb.base/dtrace-probe.d: Likewise.
4948 * gdb.base/dtrace-probe.c: Likewise.
4949 * lib/pdtrace.in: Likewise.
4950 * configure.ac: Output variables with the transformed names of
4951 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4952 * configure: Regenerated.
4953
03e98035
JM
49542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4955
4956 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4957 expected message when trying to access $_probe_* convenience
4958 variables while not on a probe.
4959
63cc30e9
JK
49602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4963
0703599a
PA
49642015-02-11 Pedro Alves <pedro@codesourcery.com>
4965
4966 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4967 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4968
7e60a48e
DE
49692015-02-10 Doug Evans <xdje42@gmail.com>
4970
4971 * lib/gdb.exp (gdb_load): Always return a result.
4972
01b088bc
PA
49732015-02-10 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.threads/signal-sigtrap.c: New file.
4976 * gdb.threads/signal-sigtrap.exp: New file.
4977
b05ec7a5
AT
49782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4979
4980 * gdb.trace/no-attach-trace.c: New file.
4981 * gdb.trace/no-attach-trace.exp: New file.
4982
a2c2acaf
MW
49832015-02-09 Mark Wielaard <mjw@redhat.com>
4984
4985 * gdb.dwarf2/atomic.c: New file.
4986 * gdb.dwarf2/atomic-type.exp: Likewise.
4987
31fd9caa
MM
49882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4989
4990 * gdb.btrace/buffer-size.exp: Update "info record" output.
4991 * gdb.btrace/delta.exp: Update "info record" output.
4992 * gdb.btrace/enable.exp: Update "info record" output.
4993 * gdb.btrace/finish.exp: Update "info record" output.
4994 * gdb.btrace/instruction_history.exp: Update "info record" output.
4995 * gdb.btrace/next.exp: Update "info record" output.
4996 * gdb.btrace/nexti.exp: Update "info record" output.
4997 * gdb.btrace/step.exp: Update "info record" output.
4998 * gdb.btrace/stepi.exp: Update "info record" output.
4999 * gdb.btrace/nohist.exp: Update "info record" output.
5000
d33501a5
MM
50012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5002
5003 * gdb.btrace/buffer-size: New.
5004
f4abbc16
MM
50052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5006
5007 * gdb.btrace/delta.exp: Update "info record" output.
5008 * gdb.btrace/enable.exp: Update "info record" output.
5009 * gdb.btrace/finish.exp: Update "info record" output.
5010 * gdb.btrace/instruction_history.exp: Update "info record" output.
5011 * gdb.btrace/next.exp: Update "info record" output.
5012 * gdb.btrace/nexti.exp: Update "info record" output.
5013 * gdb.btrace/step.exp: Update "info record" output.
5014 * gdb.btrace/stepi.exp: Update "info record" output.
5015 * gdb.btrace/nohist.exp: Update "info record" output.
5016
b9d61307
SM
50172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 PR gdb/15678
5020 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5021
e584fdbc
PA
50222015-02-06 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5025 macro.
5026 (seconds_left, again): New globals.
5027 (main): Wait seconds_left in a 1-second sleep loop instead of
5028 sleeping 180 seconds. If 'again' is set, reset the seconds
5029 counter.
5030 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5031 'again' in the inferior before detaching. Print the seconds left.
5032 (options): New global.
5033 (top level): Build program with -DTIMEOUT=$timeout.
5034
77f41761
PA
50352015-02-06 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5038 determine how many seconds to pass to 'alarm'.
5039 * gdb.base/gdb-sigterm.exp (top level): Build program with
5040 -DTIMEOUT=$timeout.
5041 (do_test): Return success/failure indication. Add more verbose
5042 logging. Don't fail if 200 single steps are seen. Instead, fail
5043 when the test times out.
5044 (passes): New global.
5045 (top level): Break the testing loop if testing fails on any
5046 iteration. Use gdb_assert.
5047
b9394193
DB
50482015-02-04 Don Breazeal <donb@codesourcery.com>
5049
5050 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5051 and initialize them.
5052 (ipc_cleanup): New function.
5053 (main): Don't declare shmid, semid, and msqid. Add a call to
5054 atexit so that we call ipc_cleanup on exit.
5055
42d9e528
PA
50562015-02-04 Pedro Alves <palves@redhat.com>
5057
5058 * boards/native-extended-gdbserver.exp: Remove any target variant
5059 specifications from the board name before clearing the isremote
5060 flag from board_info.
5061
ae6ae975
DE
50622015-01-31 Doug Evans <xdje42@gmail.com>
5063
5064 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5065
cfb069a8
GB
50662015-01-31 Gary Benson <gbenson@redhat.com>
5067
5068 * gdb.base/completion.exp: Disable completion limiting for
5069 existing tests. Add new tests to check completion limiting.
5070 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5071
5dd31d79
DE
50722015-01-31 Doug Evans <xdje42@gmail.com>
5073
5074 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5075
9f050062
DE
50762015-01-31 Doug Evans <xdje42@gmail.com>
5077
5078 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5079 entries. Duplicate file section script entries.
5080 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5081 inlined entries. Add test for safe-path rejection.
5082 * gdb.python/py-section-script.c: Add duplicate inlined section script
5083 entries. Duplicate file section script entries.
5084 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5085 inlined entries. Add test for safe-path rejection.
5086
df25ebbd
JB
50872015-01-29 Joel Brobecker <brobecker@adacore.com>
5088
5089 * gdb.ada/disc_arr_bound: New testcase.
5090
4a0ca9ec
JB
50912015-01-29 Joel Brobecker <brobecker@adacore.com>
5092
5093 * gdb.ada/mi_var_array: New testcase.
5094
3a8b707a
DE
50952015-01-27 Doug Evans <dje@google.com>
5096
5097 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5098 Add test for objfile.filename, objfile.username after objfile
5099 has been unloaded.
5100
f8313f6e
JB
51012015-01-26 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5104 the second test to print the name attribute of value
5105 returned by the call to gdb.lookup_type, and adjust
5106 the expected output accordingly.
5107
37bc665e
MW
51082015-01-25 Mark Wielaard <mjw@redhat.com>
5109
5110 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5111 * gdb.base/disp-step-fork.c: Include unistd.h.
5112 * gdb.base/siginfo-obj.c: Include stdio.h.
5113 * gdb.base/siginfo-thread.c: Likewise.
5114 * gdb.mi/non-stop.c: Include unistd.h.
5115 * gdb.mi/nsthrexec.c: Include stdio.h.
5116 * gdb.mi/pthreads.c: Include unistd.h.
5117 * gdb.modula2/unbounded1.c (main): Declare returns int.
5118 * gdb.reverse/consecutive-reverse.c: Likewise.
5119 * gdb.threads/create-fail.c: Include unistd.h.
5120 * gdb.threads/killed.c: Likewise.
5121 * gdb.threads/linux-dp.c: Likewise.
5122 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5123 * gdb.threads/non-ldr-exc-2.c: Likewise.
5124 * gdb.threads/non-ldr-exc-3.c: Likewise.
5125 * gdb.threads/non-ldr-exc-4.c: Likewise.
5126 * gdb.threads/pthreads.c: Include unistd.h.
5127 (main): Declare returns int.
5128 * gdb.threads/tls-main.c (foo): New declaration.
5129 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5130
f7e5394d
SM
51312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5134 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5135
743649fd
MW
51362015-01-15 Mark Wielaard <mjw@redhat.com>
5137
5138 * gdb.base/noreturn-return.c: New file.
5139 * gdb.base/noreturn-return.exp: New file.
5140 * gdb.base/noreturn-finish.c: New file.
5141 * gdb.base/noreturn-finish.exp: New file.
5142
198297aa
PA
51432015-01-23 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.threads/continue-pending-after-query.c: New file.
5146 * gdb.threads/continue-pending-after-query.exp: New file.
5147
717cf30c
AG
51482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5149 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5152 * gdb.base/valgrind-db-attach.exp: Same.
5153 * gdb.base/valgrind-infcall.exp: Same.
5154 * lib/mi-support.exp (default_mi_gdb_start): Same.
5155 * lib/prompt.exp (default_prompt_gdb_start): Same.
5156 * lib/gdb.exp (default_gdb_spawn): Same.
5157 (gdb_interact): New.
5158
5159
4b62a76e
JK
51602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5161
5162 * gdb.compile/compile.exp (pointer to jit function): New test.
5163
b4cdae6f
WW
51642015-01-17 Wei-cheng Wang <cole945@gmail.com>
5165
5166 * lib/gdb.exp (supports_process_record): Return true for
5167 powerpc*-*-linux*.
5168 (supports_reverse): Likewise.
5169
d221e7ef
DB
51702015-01-15 Don Breazeal <donb@codesourcery.com>
5171
5172 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5173 instead of checking whether the target board is remote and
5174 use spawn_wait_for_attach instead of exec/sleep.
5175 * gdb.base/attach-twice.exp: Likewise.
5176
bafffb51
JB
51772015-01-15 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.ada/var_arr_attrs: New testcase.
5180
5589af0e
PA
51812015-01-14 Pedro Alves <palves@redhat.com>
5182 Joel Brobecker <brobecker@adacore.com>
5183
5184 PR gdb/17525
5185 * gdb.base/bp-cmds-execution-x-script.c: New file.
5186 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5187 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5188
6c400b59
PA
51892015-01-14 Pedro Alves <palves@redhat.com>
5190
5191 PR cli/17828
5192 * gdb.base/batch-preserve-term-settings.c: New file.
5193 * gdb.base/batch-preserve-term-settings.exp: New file.
5194
e02c96a7
DE
51952015-01-13 Doug Evans <dje@google.com>
5196
5197 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5198 binary.
5199
576fd14c
JB
52002015-01-13 Joel Brobecker <brobecker@adacore.com>
5201
5202 * Makefile.in (clean mostlyclean): Do not delete *.py.
5203
04dccad0
JB
52042015-01-13 Joel Brobecker <brobecker@adacore.com>
5205
5206 * gdb.python/py-lookup-type.exp: New file.
5207
3d230f71
PA
52082015-01-12 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5211 restore GDBFLAGS before returning.
5212
7e67715d
JK
52132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5214
5215 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5216 is_amd64_regs_target and is_x86_like_target.
5217
f2e0d4b4
DE
52182015-01-11 Doug Evans <xdje42@gmail.com>
5219
5220 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5221 is given without an explicit form.
5222 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5223 attributes.
5224 * gdb.dwarf/corrupt.exp: Ditto.
5225 * gdb.dwarf2/enum-type.exp: Ditto.
5226 * gdb.trace/entry-values.exp: Ditto.
5227 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5228
439250fb
DE
52292015-01-11 Doug Evans <xdje42@gmail.com>
5230
5231 PR gdb/15830
5232 * gdb.base/maint.exp: Remove references to "maint demangle".
5233 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5234 Add tests for explicitly specifying language to demangle.
5235 * gdb.dlang/demangle.exp: Ditto.
5236
ede9f622
PA
52372015-01-09 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.threads/non-stop-fair-events.c: New file.
5240 * gdb.threads/non-stop-fair-events.exp: New file.
5241
a7b796db
PA
52422015-01-09 Pedro Alves <palves@redhat.com>
5243
5244 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5245 the global scope. Set a breakpoint after all threads are started
5246 rather than stepping over two source lines. Expect the prompt.
5247 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5248 global.
5249 (NUM): Now 15.
5250 (main): Use threads_started_barrier to wait for all threads to
5251 start. Main thread no longer calls thread_function. Exit after
5252 180 seconds.
5253 (loop): New function.
5254 (thread_function): Wait on threads_started_barrier barrier. Call
5255 'loop' at each iteration.
5256 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5257 threads have started, instead of hardcoding number of "next"
5258 steps. Use an access watchpoint instead of a write watchpoint.
5259
9665ffdd
PA
52602015-01-09 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5263 (thread_func): Wait on barrier.
5264 (main): Wait for all threads to start before stopping GDB.
5265 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5266 global.
5267 (thread1_func, thread2_func): Wait on barrier.
5268 (main): Wait for all threads to start before stopping GDB.
5269 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5270 New global.
5271 (thread1_func, thread2_func): Wait on barrier.
5272 (main): Wait for all threads to start before stopping GDB.
5273
c945a99f
PA
52742015-01-09 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.threads/attach-many-short-lived-threads.c: New file.
5277 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5278
c1a747c1
PA
52792014-01-09 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5282 instead of to thread 2.
5283 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5284 Add barrier around each pthread_create call instead of around all
5285 calls.
5286 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5287 Set a break on thread_function and have the child threads hit it
5288 one at at a time.
5289
60b3033e
PA
52902015-01-09 Pedro Alves <palves@redhat.com>
5291
5292 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5293 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5294 false.
5295 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5296 checking whether the target board is remote.
5297 * gdb.multi/multi-attach.exp: Likewise.
5298 * gdb.python/py-sync-interp.exp: Likewise.
5299 * gdb.server/ext-attach.exp: Likewise.
5300 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5301 tests that need to attach, instead of checking whether the target
5302 board is remote at the top of the file.
5303
acc018ac
YQ
53042015-01-08 Yao Qi <yao@codesourcery.com>
5305
5306 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5307
50a18af8
JK
53082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5309
5310 Fix testcase compilation.
5311 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5312
8503d6e1
JB
53132015-01-06 Joel Brobecker <brobecker@adacore.com>
5314
5315 * gdb.python/py-type.exp: Add a couple test about empty
5316 array creation, and negative-length array creation.
5317
cc73dbcc
DE
53182015-01-02 Doug Evans <xdje42@gmail.com>
5319
5320 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5321
0300bbc7
DE
53222015-01-02 Doug Evans <dje@google.com>
5323
5324 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5325
9d85a0ec
YQ
53262014-12-29 Yao Qi <yao@codesourcery.com>
5327
5328 * gdb.trace/entry-values.exp: Update comments. Rename variable
5329 bar_call_foo to returned_from_foo.
5330
87186c6a
MMN
53312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5332
5333 PR gdb/17394
5334 * gdb.linespec/break-asm-file.c: New file.
5335 * gdb.linespec/break-asm-file.exp: New file.
5336 * gdb.linespec/break-asm-file0.s: New file.
5337 * gdb.linespec/break-asm-file1.s: New file.
5338
1bab7383
YQ
53392014-12-18 Nigel Stephens <nigel@mips.com>
5340 Maciej W. Rozycki <macro@codesourcery.com>
5341
5342 * gdb.base/float.exp: Handle the new output from "info float" on
5343 MIPS targets.
5344
1bc1068a
JK
53452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 Fix MinGW compilation.
5348 * gdb.compile/compile-ops.exp: Update untested message if
5349 !skip_compile_feature_tests.
5350 * gdb.compile/compile-setjmp.exp: Likewise.
5351 * gdb.compile/compile-tls.exp: Likewise.
5352 * gdb.compile/compile.exp: Likewise.
5353 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5354 supported on this host".
5355
b6615d10
DE
53562014-12-16 Doug Evans <xdje42@gmail.com>
5357
5358 * boards/stabs.exp: New file.
5359
25dda427
AA
53602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5361
5362 * gdb.base/completion.exp: Adjust to format changes of "maint
5363 print user-registers".
5364
bf330350
CU
53652014-12-16 Catalin Udma <catalin.udma@freescale.com>
5366
5367 PR server/17457
5368 * gdb.arch/aarch64-fp.c: New file.
5369 * gdb.arch/aarch64-fp.exp: New file.
5370
395cf596
SDJ
53712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5372
5373 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5374 r210637, r210913, r211666, r215400, r215817).
5375
5376 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5377 * dg-extract-results.py: New file.
5378 * dg-extract-results.sh: Use it if the environment seems
5379 suitable.
5380
5381 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5382
5383 * dg-extract-results.py (parse_run): Handle warnings that
5384 are printed before a test harness is run.
5385
5386 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5387
5388 * dg-extract-results.py (Named): Remove __cmp__ method.
5389 (output_variation): Use a key to sort variation.harnesses.
5390
5391 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5392
5393 * dg-extract-results.py: For Python 3, force sys.stdout to
5394 handle surrogate escape sequences.
5395 (safe_open): New function.
5396 (output_segment, main): Use it.
5397
5398 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5399
5400 * dg-extract-results.py (Prog.result_re): Include options
5401 in test name.
5402
5403 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5404
5405 * dg-extract-results.py (output_variation): Always sort if
5406 do_sum.
5407
e882ef3c
SM
54082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5409
5410 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5411 as long as we get pagination notifications.
5412
4992aa20
JM
54132014-12-15 Jason Merrill <jason@redhat.com>
5414
5415 * Makefile.in (check-gdb.%): Restore.
5416 * README: Mention it.
5417
c1b5a1a6
JB
54182014-12-13 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.ada/str_uninit: New testcase.
5421
5537b577
JK
54222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 PR symtab/17642
5425 * gdb.base/vla-stub-define.c: New file.
5426 * gdb.base/vla-stub.c: New file.
5427 * gdb.base/vla-stub.exp: New file.
5428
bb2ec1b3
TT
54292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5430 Jan Kratochvil <jan.kratochvil@redhat.com>
5431 Tom Tromey <tromey@redhat.com>
5432
5433 * configure.ac: Add gdb.compile/.
5434 * configure: Regenerate.
5435 * gdb.compile/Makefile.in: New file.
5436 * gdb.compile/compile-ops.exp: New file.
5437 * gdb.compile/compile-ops.c: New file.
5438 * gdb.compile/compile-tls.c: New file.
5439 * gdb.compile/compile-tls.exp: New file.
5440 * gdb.compile/compile-constvar.S: New file.
5441 * gdb.compile/compile-constvar.c: New file.
5442 * gdb.compile/compile-mod.c: New file.
5443 * gdb.compile/compile-nodebug.c: New file.
5444 * gdb.compile/compile-setjmp-mod.c: New file.
5445 * gdb.compile/compile-setjmp.c: New file.
5446 * gdb.compile/compile-setjmp.exp: New file.
5447 * gdb.compile/compile-shlib.c: New file.
5448 * gdb.compile/compile.c: New file.
5449 * gdb.compile/compile.exp: New file.
5450 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5451
4ff709eb
TT
54522014-12-12 Tom Tromey <tromey@redhat.com>
5453
5454 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5455 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5456
6dddd6a5
DE
54572014-12-12 Doug Evans <dje@google.com>
5458
5459 * lib/gdb-python.exp (get_python_valueof): New function.
5460 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5461
71c24708
AA
54622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5463
5464 * gdb.base/completion.exp: Add test for completion of "info
5465 registers ".
5466
3e29f34a
MR
54672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5468
5469 * gdb.base/func-ptrs.c: New file.
5470 * gdb.base/func-ptrs.exp: New file.
5471
fc126975
SM
54722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5473
5474 PR breakpoints/17012
5475 * gdb.base/dprintf-detach.c: New file.
5476 * gdb.base/dprintf-detach.exp: New file.
5477
0a46d518
SM
54782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5479
5480 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5481 * lib/gdb.exp (target_is_gdbserver): New procedure.
5482
a0be3e44
DE
54832014-12-08 Doug Evans <dje@google.com>
5484
5485 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5486
df1b803a
YQ
54872014-12-05 Yao Qi <yao@codesourcery.com>
5488
5489 * gdb.guile/scm-error.exp: Remove the third argument to
5490 gdb_remote_download.
5491 * gdb.guile/scm-frame-args.exp: Likewise.
5492 * gdb.guile/scm-section-script.exp: Likewise.
5493
ddb9f679
YQ
54942014-12-05 Yao Qi <yao@codesourcery.com>
5495
5496 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5497
86e4ed39
DE
54982014-12-04 Doug Evans <dje@google.com>
5499
5500 * gdb.python/py-objfile.exp: Add tests for
5501 objfile.add_separate_debug_file.
5502
7c50a931
DE
55032014-12-04 Doug Evans <dje@google.com>
5504
5505 * lib/gdb.exp (get_build_id): New function.
5506 (build_id_debug_filename_get): Rewrite to use it.
5507 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5508
621661e3
MR
55092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5510
5511 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5512 `method(long)', not just 0x0.
5513 * gdb.cp/nsalias.exp: Align code labels to 4.
5514 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5515 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5516 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5517 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5518 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5519 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5520
29f0c3b7
DE
55212014-12-02 Doug Evans <dje@google.com>
5522
e1e061e7 5523 PR symtab/17602
29f0c3b7 5524 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5525 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5526 * gdb.cp/anon-ns.exp: Update.
5527
162078c8
NB
55282014-12-02 Nick Bull <nicholaspbull@gmail.com>
5529
5530 * gdb.python/py-events.py (inferior_call_handler): New.
5531 (register_changed_handler, memory_changed_handler): New.
5532 (test_events.invoke): Register new handlers.
5533 * gdb.python/py-events.exp: Add tests for inferior call,
5534 memory_changed and register_changed events.
5535
fdb09caf
AA
55362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5537
5538 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5539 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5540 if the linker doesn't understand this.
5541
55cfb2c4
SM
55422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5543
5544 * gdb.python/python.exp: Change expected reply to help().
5545
9e8cd6df
YQ
55462014-12-01 Yao Qi <yao@codesourcery.com>
5547
5548 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5549 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5550 * configure: Re-generated.
5551
6c659fc2
SC
55522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5553
5554 * gdb.cp/chained-calls.cc: New file.
5555 * gdb.cp/chained-calls.exp: New file.
5556 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5557
d7fc3181
SM
55582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5559
5560 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5561 * gdb.dwarf2/symtab-producer.exp: Same.
5562 * gdb.gdb/python-interrupts.exp: Same.
5563 * gdb.gdb/python-selftest.exp: Same.
5564 * gdb.python/py-linetable.exp: Same.
5565 * gdb.python/py-type.exp: Same.
5566 * gdb.python/py-value-cc.exp: Same.
5567 * gdb.python/py-value.exp: Same.
5568
10e79639
YQ
55692014-11-28 Yao Qi <yao@codesourcery.com>
5570
5571 * gdb.base/break-probes.exp: Match library name prefixed with
5572 sysroot.
5573
f28a0564
SM
55742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5575
5576 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5577 test expected output. Add parentheses for the call to print.
5578 Remove L suffix from integers.
5579
3fe1ce1d
DE
55802014-11-26 Doug Evans <dje@google.com>
5581
5582 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5583
84429e27
YQ
55842014-11-22 Yao Qi <yao@codesourcery.com>
5585
5586 * gdb.trace/entry-values.c: Remove asms.
5587 (foo): Add foo_label.
5588 (bar): Add bar_label.
5589 * gdb.trace/entry-values.exp: Remove code computing foo's
5590 length and bar's length.
5591 (Dwarf::assemble): Invoke function_range for bar and use
5592 MACRO_AT_func for foo.
5593
26741859
YQ
55942014-11-22 Yao Qi <yao@codesourcery.com>
5595
5596 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5597 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5598 Use .Lgcc43_procstart instead of gcc43.
5599
45e44d27
JB
56002014-11-21 Joel Brobecker <brobecker@adacore.com>
5601
5602 * gdb.ada/n_arr_bound: New testcase.
5603
458c8db8
SDJ
56042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5605
5606 PR breakpoints/10737
5607 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5608 test_catch_syscall_multi_arch.
5609 (test_catch_syscall_multi_arch): New function.
5610
43f3e411
DE
56112014-11-20 Doug Evans <xdje42@gmail.com>
5612
5613 * gdb.base/maint.exp: Update expected output.
5614
0d7b2549
AA
56152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5616
5617 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5618 4-byte instruction on S390.
5619
8908fca5
JB
56202014-11-19 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.ada/arr_arr: New testcase.
5623
4a46959e
JB
56242014-11-19 Joel Brobecker <brobecker@adacore.com>
5625
5626 * gdb.ada/pkd_arr_elem: New Testcase.
5627
470e2f4e
LM
56282014-11-18 Luis Machado <lgustavo@codesourcery.com>
5629
5630 * gdb.reverse/break-precsave: Expect completion message for
5631 core file reads.
5632 * gdb.reverse/consecutive-precsave.exp: Likewise.
5633 * gdb.reverse/finish-precsave.exp: Likewise.
5634 * gdb.reverse/i386-precsave.exp: Likewise.
5635 * gdb.reverse/machinestate-precsave.exp: Likewise.
5636 * gdb.reverse/sigall-precsave.exp: Likewise.
5637 * gdb.reverse/solib-precsave.exp: Likewise.
5638 * gdb.reverse/step-precsave.exp: Likewise.
5639 * gdb.reverse/until-precsave.exp: Likewise.
5640 * gdb.reverse/watch-precsave.exp: Likewise.
5641
a267f3ad
AA
56422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5643
5644 * gdb.base/bp-permanent.c: Include unistd.h.
5645 * gdb.python/py-framefilter-mi.c (main): Add return type.
5646 * gdb.python/py-framefilter.c (main): Likewise.
5647 * gdb.trace/actions-changed.c (main): Likewise.
5648
12084a9a
AA
56492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5650
5651 * gdb.mi/until.c: Add eye-catchers.
5652 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5653 line numbers.
5654
dc7e1a77
AA
56552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5656
5657 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5658 function header variants in break1.c.
5659 * gdb.base/ena-dis-br.exp: Likewise.
5660 * gdb.base/hbreak2.exp: Likewise.
5661 * gdb.reverse/until-precsave.exp: Drop references to removed
5662 non-prototype function header variants in ur1.c.
5663 * gdb.reverse/until-reverse.exp: Likewise.
5664
41c77605
PM
56652014-11-17 Petr Machata <pmachata@redhat.com>
5666
5667 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5668 ${_cu_offset_size} bytes abbrev offset.
5669
34248c3a
DE
56702014-11-15 Doug Evans <xdje42@gmail.com>
5671
5672 PR symtab/17559
5673 * gdb.base/line-symtabs.exp: New file.
5674 * gdb.base/line-symtabs.c: New file.
5675 * gdb.base/line-symtabs.h: New file.
5676
646da059
YQ
56772014-11-14 Yao Qi <yao@codesourcery.com>
5678
5679 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5680 (func): Add label func_label.
5681 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5682 Replace low_pc and high_pc with MACRO_AT_range.
5683 Replace name, low_pc and high_pc with MACRO_AT_func.
5684
9301ebe6
YQ
56852014-11-14 Yao Qi <yao@codesourcery.com>
5686
5687 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5688 Replace name, low_pc and high_pc with MACRO_AT_func.
5689
f166b542
YQ
56902014-11-14 Yao Qi <yao@codesourcery.com>
5691
5692 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5693 produce debug information.
5694 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5695
0f6e71e3
YQ
56962014-11-14 Yao Qi <yao@codesourcery.com>
5697
5698 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5699 object and get function length.
5700 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5701 with MACRO_AT_func.
5702 (top-level): Replace gdb_compile and clean_restart with
5703 prepare_for_testing.
5704 * gdb.dwarf2/main.c (main): Add label main_label.
5705
876c4df9
YQ
57062014-11-14 Yao Qi <yao@codesourcery.com>
5707
5708 * lib/dwarf.exp (function_range): New procedure.
5709 (Dwarf::_handle_macro_at_func): New procedure.
5710 (Dwarf::_handle_macro_at_range): New procedure.
5711 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5712
02ad9cf1
YQ
57132014-11-14 Yao Qi <yao@codesourcery.com>
5714
5715 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5716 (_handle_attribute): New procedure.
5717
a59add0c
AA
57182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5719
5720 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5721 * gdb.base/call-sc.c (zed): Likewise.
5722 * gdb.base/checkpoint.c (main): Likewise.
5723 * gdb.base/dump.c (main): Likewise.
5724 * gdb.base/gcore.c (main): Likewise.
5725 * gdb.base/huge.c (main): Likewise.
5726 * gdb.base/multi-forks.c (main): Likewise.
5727 * gdb.base/pr10179-a.c (main): Likewise.
5728 * gdb.base/savedregs.c (main): Likewise.
5729 * gdb.base/sigaltstack.c (main): Likewise.
5730 * gdb.base/siginfo.c (main): Likewise.
5731 * gdb.base/structs.c (zed): Likewise.
5732 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5733 * gdb.mi/mi-syn-frame.c (main): Likewise.
5734 * gdb.mi/until.c (foo, main): Likewise.
5735 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5736 * gdb.base/solib-weak.c (foo): Declare.
5737 * gdb.base/attach-twice.c: Include stdio.h.
5738 * gdb.base/weaklib1.c: Likewise.
5739 * gdb.base/weaklib2.c: Likewise.
5740 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5741 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5742 unistd.h.
5743 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5744 * gdb.mi/mi-exit-code.c: Likewise.
5745 * gdb.base/break-interp-lib.c: Include string.h.
5746 * gdb.base/coremaker.c: Likewise.
5747 * gdb.base/testenv.c: Likewise.
5748 * gdb.python/py-finish-breakpoint.c: Likewise.
5749 * gdb.base/inferior-died.c: Include sys/wait.h.
5750 * gdb.base/fileio.c: Include time.h.
5751 * gdb.base/async-shell.c: Include unistd.h.
5752 * gdb.base/dprintf-non-stop.c: Likewise.
5753 * gdb.base/info-os.c: Likewise.
5754 * gdb.mi/mi-console.c: Likewise.
5755 * gdb.mi/watch-nonstop.c: Likewise.
5756 * gdb.python/py-events.c: Likewise.
5757 * gdb.base/async.c (baz): Move up before its invocation.
5758 * gdb.base/code_elim2.c (my_global_func): Likewise.
5759 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5760 * gdb.base/advance.c (func2): Likewise.
5761
3b5d5997
AA
57622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5763
5764 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5765 variant.
5766 * gdb.base/annota3.c: Likewise.
5767 * gdb.base/async.c: Likewise.
5768 * gdb.base/average.c: Likewise.
5769 * gdb.base/call-ar-st.c: Likewise.
5770 * gdb.base/call-rt-st.c: Likewise.
5771 * gdb.base/call-sc.c: Likewise.
5772 * gdb.base/call-strs.c: Likewise.
5773 * gdb.base/ending-run.c: Likewise.
5774 * gdb.base/execd-prog.c: Likewise.
5775 * gdb.base/exprs.c: Likewise.
5776 * gdb.base/foll-exec.c: Likewise.
5777 * gdb.base/foll-fork.c: Likewise.
5778 * gdb.base/foll-vfork.c: Likewise.
5779 * gdb.base/funcargs.c: Likewise.
5780 * gdb.base/gcore.c: Likewise.
5781 * gdb.base/jump.c: Likewise.
5782 * gdb.base/langs0.c: Likewise.
5783 * gdb.base/langs1.c: Likewise.
5784 * gdb.base/langs2.c: Likewise.
5785 * gdb.base/mips_pro.c: Likewise.
5786 * gdb.base/nodebug.c: Likewise.
5787 * gdb.base/opaque0.c: Likewise.
5788 * gdb.base/opaque1.c: Likewise.
5789 * gdb.base/recurse.c: Likewise.
5790 * gdb.base/run.c: Likewise.
5791 * gdb.base/scope0.c: Likewise.
5792 * gdb.base/scope1.c: Likewise.
5793 * gdb.base/setshow.c: Likewise.
5794 * gdb.base/setvar.c: Likewise.
5795 * gdb.base/shmain.c: Likewise.
5796 * gdb.base/shr1.c: Likewise.
5797 * gdb.base/shr2.c: Likewise.
5798 * gdb.base/sigall.c: Likewise.
5799 * gdb.base/signals.c: Likewise.
5800 * gdb.base/so-indr-cl.c: Likewise.
5801 * gdb.base/solib2.c: Likewise.
5802 * gdb.base/structs.c: Likewise.
5803 * gdb.base/sum.c: Likewise.
5804 * gdb.base/vforked-prog.c: Likewise.
5805 * gdb.base/watchpoint.c: Likewise.
5806 * gdb.reverse/shr2.c: Likewise.
5807 * gdb.reverse/until-reverse.c: Likewise.
5808 * gdb.reverse/ur1.c: Likewise.
5809 * gdb.reverse/watch-reverse.c: Likewise.
5810
066a77c5
AA
58112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5812
5813 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5814 variant.
5815 * gdb.base/sepdebug.exp: Drop references to removed code.
5816
4f204ea5
AA
58172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5818
5819 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5820 variant. Preserve original line numbering.
5821 * gdb.base/list1.c: Likewise.
5822
3b377a3a
AA
58232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5824
5825 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5826 variant.
5827 * gdb.base/break1.c: Likewise.
5828 * gdb.base/break.exp: Drop references to removed code.
5829
e444df73
AA
58302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5831
5832 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5833 variant.
5834
8008f2a7
AA
58352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5836
5837 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5838
a5a06887
AA
58392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5840
5841 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5842 logic into perform_all_tests() and invoke it with and without
5843 function header prototypes.
5844 (do_function_calls): Remove conditional XFAIL for PR 5318.
5845 (rerun_and_prepare): Remove duplicate code.
5846 (perform_all_tests): New. Main logic moved here.
5847
44dba9b9
AA
58482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5849
5850 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5851 code guarded by #ifdef NO_PROTOTYPES.
5852 (t_double_many_args): Likewise.
5853 (DEF_FUNC_MANY_ARGS_1): Likewise.
5854 (DEF_FUNC_VALUES_1): Likewise.
5855 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5856 guarded by #ifdef PROTOTYPES.
5857
d1fbcd56
AA
58582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5859
5860 * gdb.mi/mi-console.c: Add eye-catcher.
5861 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5862 instead of literal line number.
5863
b0e59b8f
AA
58642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5865
5866 * gdb.base/shr2.c: Add eye-catcher.
5867 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5868 line number.
5869
78f98cca
AA
58702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5871
5872 * gdb.base/jump.c: Add eye-catchers.
5873 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5874 numbers.
5875
58fa2af0
AA
58762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5877
5878 * gdb.base/execd-prog.c: Add eye-catchers.
5879 * gdb.base/foll-exec.c: Likewise.
5880 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5881 line numbers.
5882
04e5059b
AA
58832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5884
5885 * gdb.base/ending-run.c: Add eye-catchers.
5886 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5887 literal line numbers.
5888
dbfdb174
AA
58892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5890
5891 * gdb.base/call-rt-st.c: Add eye-catchers.
5892 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5893 literal line numbers.
5894
888a2ade
AA
58952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.base/call-ar-st.c: Add eye-catchers.
5898 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5899 literal line numbers.
5900
6acc2dde
AA
59012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5902
5903 * gdb.base/average.c: Add eye-catchers.
5904 * gdb.base/sum.c: Likewise.
5905 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5906 regexps dynamically.
5907
9ecfcd1d
AA
59082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5909
5910 * gdb.base/solib1.c: Add eye-catchers.
5911 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5912 literal line numbers.
5913
78708b7c
PA
59142014-11-12 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5917 leader has exited.
5918
af48d08f
PA
59192014-11-12 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.arch/i386-bp_permanent.c: New file.
5922 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5923 (srcfile): Set to i386-bp_permanent.c.
5924 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5925 that stepi does not execute the 'leave' instruction, instead of
5926 testing it does execute.
5927 * gdb.base/bp-permanent.c: New file.
5928 * gdb.base/bp-permanent.exp: New file.
5929
af3768e9
DE
59302014-11-10 Doug Evans <xdje42@gmail.com>
5931
5932 PR symtab/17564
5933 * gdb.base/symtab-search-order.exp: New file.
5934 * gdb.base/symtab-search-order.c: New file.
5935 * gdb.base/symtab-search-order-1.c: New file.
5936 * gdb.base/symtab-search-order-shlib-1.c: New file.
5937
9de00a4a
PA
59382014-11-07 Pedro Alves <palves@redhat.com>
5939
5940 PR gdb/17511
5941 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5942 i?86-*-linux*.
5943
e0f52461
SC
59442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5945
5946 PR c++/17494
5947 * gdb.cp/pr17494.cc: New file.
5948 * gdb.cp/pr17494.exp: New file.
5949
6ce8c980
YQ
59502014-11-02 Yao Qi <yao@codesourcery.com>
5951
5952 * gdb.python/python.exp: Get working directory and match the
5953 output of "set extended-prompt \\w " with it.
5954
02be9a71
DE
59552014-10-30 Doug Evans <dje@google.com>
5956
5957 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5958 in objfiles.
5959 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5960 in progspaces.
5961
3bdff46b
LM
59622014-10-30 Janis Johnson <janisjo@codesourcery.com>
5963
5964 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5965 * gdb.base/realname-expand.exp: Likewise.
5966 * gdb.linespec/macro-relative.exp: Likewise.
5967
ab917dfb
PA
59682014-10-29 Pedro Alves <palves@redhat.com>
5969
5970 PR gdb/17408
5971 * gdb.threads/schedlock.c (some_function): New function.
5972 (call_function): New global.
5973 (MAYBE_CALL_SOME_FUNCTION): New macro.
5974 (thread_function): Call it.
5975 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5976 and use it instead of a global counter. Adjust all callers.
5977 (get_current_thread): Use "find current thread" for test message
5978 here rather than having all callers pass down the same string.
5979 (goto_loop): New procedure, factored out from ...
5980 (my_continue): ... this.
5981 (step_ten_loops): Change parameter from test message to command to
5982 use. Adjust.
5983 (list_count): Delete global.
5984 (check_result): New procedure, factored out from duplicate top
5985 level code.
5986 (continue tests): Wrap in with_test_prefix.
5987 (test_step): New procedure, factored out from duplicate top level
5988 code.
5989 (top level): Test "step" in combination with all scheduler-locking
5990 modes. Test "next" in combination with all scheduler-locking
5991 modes, and in combination with stepping over a function call or
5992 not.
5993 * gdb.threads/next-bp-other-thread.c: New file.
5994 * gdb.threads/next-bp-other-thread.exp: New file.
5995
d3d4baed
PA
59962014-10-29 Pedro Alves <palves@redhat.com>
5997
5998 PR python/17372
5999 * gdb.python/python.exp: Test a multi-line command that spawns
6000 interactive Python.
6001 * gdb.base/multi-line-starts-subshell.exp: New file.
6002
563e8d85
YQ
60032014-10-29 Yao Qi <yao@codesourcery.com>
6004
6005 * gdb.base/fileio.exp: Make directories on host.
6006
0ea4d52e
YQ
60072014-10-29 Yao Qi <yao@codesourcery.com>
6008
6009 * gdb.base/fileio.c (test_write): Close the file.
6010
7f5ef605
PA
60112014-10-28 Pedro Alves <palves@redhat.com>
6012
6013 PR gdb/12623
6014 * gdb.base/sigstep.c (no_handler): New global.
6015 (main): If 'no_handler is true, set the signal handlers to
6016 SIG_IGN.
6017 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6018 with_sw_watch and no_handler parameters. Handle them.
6019 (top level) <stepping over handler when stopped at a breakpoint
6020 test>: Add a test axis for testing with a software watchpoint, and
6021 another for testing with the signal handler set to SIG_IGN.
6022 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6023 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6024
abbdbd03
PA
60252014-10-28 Pedro Alves <palves@redhat.com>
6026
6027 PR gdb/17511
6028 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6029 * gdb.base/sigstep.exp (other_handler_location): New global.
6030 (advance): Support stepping into the signal handler, and running
6031 commands while in the handler.
6032 (in_handler_map): New global.
6033 (top level): In the advance test, add combinations for getting
6034 into the handler with stepping commands, and for running commands
6035 in the handler. Add comment descripting the advancei tests.
6036
1df4399f
PA
60372014-10-28 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/sigstep.exp: Use build_executable instead of
6040 prepare_for_testing.
6041 (top level): Move code that starts GDB, runs to main and creates a
6042 display to ...
6043 (restart): ... this new procedure.
6044 (top level): Move backtrace from signal handler test to ...
6045 (validate_backtrace): ... this new procedure.
6046 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6047 with_test_prefix. Always restart GDB.
6048 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6049 with_test_prefix. Always restart GDB. No need to delete
6050 breakpoints after the test.
6051 (test_skip_handler): Remove prefix parameter.
6052 (skip_over_handler, breakpoint_to_handler)
6053 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6054 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6055 restart GDB. No need to delete breakpoints after the test.
6056 (top level): Use foreach to call the test procedures with
6057 different commands.
6058
a5b6e449
PA
60592014-10-28 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6062 instead of GNATS numbers.
6063 * gdb.base/sigbpt.exp: Likewise.
6064 * gdb.base/siginfo.exp: Likewise.
6065 * gdb.base/sigstep.exp: Likewise.
6066
e5f8a7cc
PA
60672014-10-27 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/sigstep.c (dummy): New global.
6070 (main): Issue a couple writes to the new global.
6071 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6072 procedures.
6073 (skip_over_handler): Use test_skip_handler.
6074 (top level): Call skip_over_handler for stepi and nexti too.
6075 (breakpoint_over_handler): Use test_skip_handler.
6076 (top level): Call breakpoint_over_handler for stepi and nexti too.
6077
763905a3
YQ
60782014-10-27 Yao Qi <yao@codesourcery.com>
6079
6080 * gdb.trace/tfile.c (adjust_function_address)
6081 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6082 function descriptor.
6083
6f259a23
DB
60842014-10-24 Don Breazeal <donb@codesourcery.com>
6085
6086 * gdb.base/foll-fork.exp (test_follow_fork,
6087 catch_fork_child_follow): Check for updated fork messages emitted
6088 from infrun.c.
6089 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6090 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6091 vfork_and_exec_child_follow_through_step): Check for updated vfork
6092 messages emitted from infrun.c.
6093
09dd9a69
PA
60942014-10-24 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.base/corefile.exp: Remove references to ultrix.
6097 * gdb.base/interrupt.exp: Likewise.
6098 * gdb.base/whatis.exp: Likewise.
6099 * gdb.gdb/selftest.exp: Likewise.
6100 * gdb.threads/manythreads.exp: Likewise.
6101 * gdb.threads/print-threads.exp: Likewise.
6102 * gdb.threads/pthreads.exp:: Likewise.
6103 * gdb.threads/schedlock.exp: Likewise.
6104
3433cfa5
SC
61052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6106
6107 * gdb.cp/non-trivial-retval.cc: Add a test case.
6108 * gdb.cp/non-trivial-retval.exp: Add a test.
6109
092f880b
YQ
61102014-10-20 Yao Qi <yao@codesourcery.com>
6111
6112 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6113 * gdb.python/py-objfile-script-gdb.py: New file.
6114 * gdb.python/py-objfile-script.exp: Update reference to
6115 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6116 of remote_download. Remove the dest file.
6117
acbdb7f3
YQ
61182014-10-20 Yao Qi <yao@codesourcery.com>
6119
6120 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6121 * gdb.base/step-line.exp: Likewise.
6122 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6123 * gdb.dwarf2/dw2-basic.exp: Likewise.
6124 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6125 * gdb.dwarf2/dw2-filename.exp: Likewise.
6126 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6127 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6128 * gdb.dwarf2/dw2-producer.exp: Likewise.
6129 * gdb.dwarf2/mac-fileno.exp: Likewise.
6130 * gdb.python/py-frame-args.exp: Likewise.
6131 * gdb.python/py-framefilter.exp: Likewise.
6132 * gdb.python/py-mi.exp: Likewise.
6133 * gdb.python/py-objfile-script.exp: Likewise
6134 * gdb.python/py-pp-integral.exp: Likewise.
6135 * gdb.python/py-pp-re-notag.exp: Likewise.
6136 * gdb.python/py-prettyprint.exp: Likewise.
6137 * gdb.python/py-section-script.exp: Likewise.
6138 * gdb.python/py-typeprint.exp: Likewise.
6139 * gdb.python/py-xmethods.exp: Likewise.
6140 * gdb.stabs/weird.exp: Likewise.
6141 * gdb.xml/tdesc-regs.exp: Likewise.
6142
bd286a29
KCY
61432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6144
6145 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6146 (out_cu): Use addr_len for the size of addresses.
6147 (out_line): Likewise. Size DW_LNE_set_address instruction
6148 according to addr_len.
6149 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6150 (FUNC): Add START_INSNS to definition.
6151
673dc4a0
YQ
61522014-10-18 Yao Qi <yao@codesourcery.com>
6153
6154 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6155 gdb_has_argv0 return true.
6156 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6157 check [target_info exists noargs], check [gdb_has_argv0]
6158 instead.
6159 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6160 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6161 procedures.
6162
4ffbba72
DE
61632014-10-17 Doug Evans <dje@google.com>
6164
6165 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6166 event.
6167 * gdb.python/py-events.py: Add clear_objfiles event.
6168
d096d8c1
DE
61692014-10-17 Doug Evans <dje@google.com>
6170
6171 * gdb.python/py-objfile.exp: Test progspace attribute.
6172
a80db015
LM
61732014-10-17 Luis Machado <lgustavo@codesourcery.com>
6174
6175 * gdb.guile/scm-breakpoint.exp: Do not assume any
6176 directory separators when matching source file paths.
6177 * gdb.python/py-breakpoint.exp: Likewise.
6178 * gdb.reverse/break-precsave.exp: Likewise.
6179 * gdb.reverse/break-reverse.exp: Likewise.
6180 * gdb.reverse/consecutive-precsave.exp: Likewise.
6181 * gdb.reverse/finish-precsave.exp: Likewise.
6182 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6183 * gdb.reverse/finish-reverse.exp: Likewise.
6184 * gdb.reverse/i386-precsave.exp: Likewise.
6185 * gdb.reverse/i387-env-reverse.exp: Likewise.
6186 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6187 * gdb.reverse/machinestate-precsave.exp: Likewise.
6188 * gdb.reverse/machinestate.exp: Likewise.
6189 * gdb.reverse/sigall-precsave.exp: Likewise.
6190 * gdb.reverse/solib-precsave.exp: Likewise.
6191 * gdb.reverse/step-precsave.exp: Likewise.
6192 * gdb.reverse/until-precsave.exp: Likewise.
6193 * gdb.reverse/watch-precsave.exp: Likewise.
6194 * gdb.reverse/watch-reverse.exp: Likewise.
6195
b22089ab
YQ
61962014-10-17 Yao Qi <yao@codesourcery.com>
6197
6198 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6199 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6200
6c4486e6
PA
62012014-10-17 Pedro Alves <palves@redhat.com>
6202
6203 PR gdb/17471
6204 * gdb.base/bg-execution-repeat.c: New file.
6205 * gdb.base/bg-execution-repeat.exp: New file.
6206
0ff33695
PA
62072014-10-17 Pedro Alves <palves@redhat.com>
6208
6209 PR gdb/17300
6210 * gdb.base/continue-all-already-running.c: New file.
6211 * gdb.base/continue-all-already-running.exp: New file.
6212
6fdebc3d
PA
62132014-10-17 Pedro Alves <palves@redhat.com>
6214
6215 PR gdb/17472
6216 * gdb.base/annota-input-while-running.c: New file.
6217 * gdb.base/annota-input-while-running.exp: New file.
6218
32a8097b
PA
62192014-10-17 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/callfuncs.exp: emove references to osf.
6222 * gdb.base/sigall.exp: Likewise.
6223 * gdb.gdb/selftest.exp: Likewise.
6224 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6225 * gdb.mi/non-stop.c: Likewise.
6226 * gdb.mi/pthreads.c: Likewise.
6227 * gdb.reverse/sigall-precsave.exp: Likewise.
6228 * gdb.reverse/sigall-reverse.exp: Likewise.
6229 * gdb.threads/pthreads.c: Likewise.
6230 * gdb.threads/pthreads.exp: Likewise.
6231
7a3517ff
YQ
62322014-10-17 Yao Qi <yao@codesourcery.com>
6233
6234 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6235 check 'target_info exists noargs'.
6236 (test_command_prompt_position): Likewise.
6237 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6238 Remove "set args".
6239 (progvar_simple_while_test): Likewise.
6240 (progvar_complex_if_while_test): Likewise.
6241 (if_while_breakpoint_command_test): Likewise.
6242 (infrun_breakpoint_command_test): Likewise.
6243 (breakpoint_command_test): Likewise.
6244 (watchpoint_command_test): Likewise.
6245 (bp_deleted_in_command_test): Likewise.
6246 (temporary_breakpoint_commands): Likewise.
6247
bb99c472
YQ
62482014-10-16 Yao Qi <yao@codesourcery.com>
6249
6250 * gdb.base/remotetimeout.exp: Remove noargs checking.
6251
7c16b83e
PA
62522014-10-15 Pedro Alves <palves@redhat.com>
6253
6254 PR breakpoints/9649
6255 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6256 * gdb.base/breakpoint-in-ro-region.exp
6257 (probe_target_hardware_step): New procedure.
6258 (top level): Probe hardware stepping and hardware breakpoint
6259 support. Test stepping through a read-only region, with both
6260 "breakpoint auto-hw" on and off and both "always-inserted" on and
6261 off.
6262
35a49624
IB
62632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6264
6265 * gdb.dlang/demangle.exp: Update for demangling changes.
6266
2d1c107c
SC
62672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6268
6269 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6270 * gdb.cp/non-trivial-retval.exp: Add new tests.
6271
778811d5
SC
62722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6273
6274 PR c++/13403
6275 PR c++/15154
6276 * gdb.cp/non-trivial-retval.cc: New file.
6277 * gdb.cp/non-trivial-retval.exp: New file.
6278
10c5f0a8
YQ
62792014-10-15 Yao Qi <yao@codesourcery.com>
6280
6281 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6282 remote host.
6283
65d7b369
YQ
62842014-10-15 Yao Qi <yao@codesourcery.com>
6285
6286 * gdb.python/py-symbol.exp: Match file base name if host is
6287 remote, otherwise match file name with dir name.
6288 * gdb.python/py-symtab.exp: Likewise.
6289 * gdb.python/python.exp: Likewise.
6290
46dc1394
YQ
62912014-10-15 Yao Qi <yao@codesourcery.com>
6292
6293 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6294 pattern.
6295 * gdb.python/py-symtab.exp: Likewise.
6296 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6297 locationn.
6298
c40cc657
JB
62992014-10-14 Joel Brobecker <brobecker@adacore.com>
6300
6301 * gdb.ada/addr_arith: New testcase.
6302
2abf49e1
MR
63032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6304
6305 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6306 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6307 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6308 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6309
f7088df3
SDJ
63102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6311
6312 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6313 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6314 * gdb.arch/stap-eval-lang-ada.exp: New file.
6315
4dc06805
YQ
63162014-10-14 Yao Qi <yao@codesourcery.com>
6317
6318 * gdb.mi/mi-var-child.c (nothing1): New function.
6319 (nothing2): New function.
6320 (do_children_tests): Set function pointers by nothing1 and
6321 nothing2.
6322 * gdb.mi/mi-var-child.exp: Step over new added statements.
6323 Update test to match the new output.
6324 * gdb.mi/var-cmd.c (nothing1): New function.
6325 (nothing2): New function.
6326 (do_children_tests): Set function pointers by nothing1 and
6327 nothing2.
6328 * gdb.mi/mi-var-display.exp: Update test to match output.
6329 Step to the line specified by $line_dct_nothing.
6330 Increase the number of lines to step.
6331
46a93de2
YQ
63322014-10-14 Yao Qi <yao@codesourcery.com>
6333
6334 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6335 tests.
6336 * gdb.mi/mi2-var-child.exp: Likewise.
6337
14ea52ee
DE
63382014-10-13 Doug Evans <dje@google.com>
6339
6340 * gdb.python/py-objfile.exp: Change name of file name test.
6341
e5c6e92b
DE
63422014-10-13 Doug Evans <dje@google.com>
6343
6344 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6345 from the start of the CU.
6346
c780cc2f
JK
63472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6348 Yao Qi <yao@codesourcery.com>
6349
6350 Fix "save breakpoints" for "catch" command.
6351 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6352 Remove -nonewline. Match also the added "main" line.
6353
99894e11
JK
63542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6355
6356 Fix "save breakpoints" for "disable $bpnum" command.
6357 * gdb.base/save-bp.c (main): Add label.
6358 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6359
6e1ac5a3
JK
63602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6363
754dd2b0
YQ
63642014-10-11 Yao Qi <yao@codesourcery.com>
6365
6366 * gdb.server/server-kill.exp: Execute command
6367 "set remote trace-status-packet on" before "tstatus".
6368
f90183d7
YQ
63692014-10-11 Yao Qi <yao@codesourcery.com>
6370
6371 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6372 (main): Call getppid.
6373 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6374 and continue to it. Read variable "server_pid".
6375
bf40a607
YQ
63762014-10-11 Yao Qi <yao@codesourcery.com>
6377
6378 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6379
052ca370
YQ
63802014-10-11 Yao Qi <yao@codesourcery.com>
6381
6382 * gdb.threads/thread-find.exp: Don't execute command
6383 "info threads".
6384 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6385 * gdb.threads/linux-dp.exp: Don't check the condition
6386 $threads_created equals to zero.
6387
3831839c
PA
63882014-10-10 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/bigcore.exp: Remove references to IRIX.
6391 * gdb.base/funcargs.exp: Likewise.
6392 * gdb.base/interrupt.exp: Likewise.
6393 * gdb.base/mips_pro.exp: Likewise.
6394 * gdb.base/nodebug.exp: Likewise.
6395 * gdb.base/setvar.exp: Likewise.
6396 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6397
8b9a549d
PA
63982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6399 Pedro Alves <palves@redhat.com>
6400
6401 PR symtab/14466
6402 * gdb.base/vdso-warning.c: New file.
6403 * gdb.base/vdso-warning.exp: New file.
6404
d48ba5e8
DE
64052014-10-02 Doug Evans <dje@google.com>
6406
6407 * gdb.base/structs.c (main): Don't run forever.
6408
2278c276
PA
64092014-10-02 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6412 (top level) <stop threads 1, stop threads 2>: Use it.
6413
b57bacec
PA
64142014-10-02 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.threads/break-while-running.exp (test): Add new
6417 'update_thread_list' argument. Skip "info threads" if false.
6418 (top level): Add new 'update_thread_list' axis.
6419
13fd3ff3
PA
64202014-10-02 Pedro Alves <palves@redhat.com>
6421
6422 PR breakpoints/17431
6423 * gdb.base/execl-update-breakpoints.c: New file.
6424 * gdb.base/execl-update-breakpoints.exp: New file.
6425
0fec99e8
PA
64262014-10-01 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.base/breakpoint-in-ro-region.c: New file.
6429 * gdb.base/breakpoint-in-ro-region.exp: New file.
6430
2ddf4301
SM
64312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * gdb.mi/mi-exit-code.exp: New file.
6434 * gdb.mi/mi-exit-code.c: New file.
6435
6a5f3f43
YQ
64362014-09-30 Yao Qi <yao@codesourcery.com>
6437
6438 * lib/prelink-support.exp (build_executable_own_libs): Error if
6439 the target isn't native.
6440
345bcc73
YQ
64412014-09-30 Yao Qi <yao@codesourcery.com>
6442
6443 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6444 false.
6445
a25a5a45
PA
64462014-09-22 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.threads/break-while-running.exp: New file.
6449 * gdb.threads/break-while-running.c: New file.
6450
00ba3162
YQ
64512014-09-19 Yao Qi <yao@codesourcery.com>
6452
6453 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6454 Invoke test. Restart GDB with --readnow and invoke test again.
6455
c3b7b696
YQ
64562014-09-19 Yao Qi <yao@codesourcery.com>
6457
6458 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6459 proc set_breakpoint_on_gcd_function. Invoke
6460 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6461 invoke set_breakpoint_on_gcd_function again.
6462
2b4fd423
DE
64632014-09-18 Doug Evans <dje@google.com>
6464
6465 * gdb.dwarf2/symtab-producer.exp: New file.
6466
a5947601
SDJ
64672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6468
6469 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6470 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6471 * gdb.base/global-var-nested-by-dso.c: Likewise.
6472 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6473
91c19059
SDJ
64742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6475 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/watch-bitfields.exp: Pass string other than test file
6478 name to prepare_for_testing.
6479 (watch): New procedure.
6480 (expect_watchpoint): Use with_test_prefix.
6481 (top level): Factor out tests to ...
6482 (test_watch_location, test_regular_watch): ... these new
6483 procedures, and use with_test_prefix and gdb_continue_to_end.
6484
bb9d5f81
PP
64852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6486
6487 PR breakpoints/12526
6488 * gdb.base/watch-bitfields.exp: New file.
6489 * gdb.base/watch-bitfields.c: New file.
6490
635856f5
PA
64912014-09-16 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6494 software and hardware addresses, not software address against
6495 itself.
6496
7280ceea
PA
64972014-09-16 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6500 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6501
428b16bd
PA
65022014-09-16 Pedro Alves <palves@redhat.com>
6503
6504 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6505 files.
6506 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6507 "*-*-vxworks*" throughout.
6508 * gdb.base/break.exp: Likewise.
6509 * gdb.base/default.exp: Likewise.
6510 * gdb.base/scope.exp: Likewise.
6511 * gdb.base/sepdebug.exp: Likewise.
6512 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6513 throughout.
6514 * gdb.base/run.c: Likewise.
6515 * gdb.base/sepdebug.c: Likewise.
6516 * gdb.hp/gdb.aCC/run.c: Likewise.
6517 * gdb.reverse/until-reverse.c: Likewise.
6518 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6519
666d413c
YQ
65202014-09-16 Yao Qi <yao@codesourcery.com>
6521
6522 * boards/local-remote-host-native.exp: New file.
6523
57cbd724
DE
65242014-09-14 Doug Evans <xdje42@gmail.com>
6525
6526 * gdb.threads/queue-signal.c (thread_count): New variable.
6527 (thread_count_mutex, thread_count_condvar): New variables.
6528 (incr_thread_count, wait_all_threads_running): New functions.
6529 (main): Wait for all threads to be in their thread functions.
6530
81219e53
DE
65312014-09-13 Doug Evans <xdje42@gmail.com>
6532
6533 * gdb.threads/queue-signal.c: New file.
6534 * gdb.threads/queue-signal.exp: New file.
6535
3714cea7
DE
65362014-09-13 Doug Evans <xdje42@gmail.com>
6537
6538 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6539 be consistent with what default_gdb_init uses.
6540 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6541 the plain text of the prompt. Add some logging printfs.
6542 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6543
fa43b1d7
PA
65442014-09-12 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6547 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6548 * gdb.arch/i386-size-overlap.exp: Likewise.
6549 * gdb.arch/i386-size.exp: Likewise.
6550 * gdb.arch/i386-unwind.exp: Likewise.
6551 * gdb.base/a2-run.exp: Likewise.
6552 * gdb.base/break.exp: Likewise.
6553 * gdb.base/charset.exp: Likewise.
6554 * gdb.base/chng-syms.exp: Likewise.
6555 * gdb.base/commands.exp: Likewise.
6556 * gdb.base/dbx.exp: Likewise.
6557 * gdb.base/find.exp: Likewise.
6558 * gdb.base/funcargs.exp: Likewise.
6559 * gdb.base/jit-simple.exp: Likewise.
6560 * gdb.base/reread.exp: Likewise.
6561 * gdb.base/sepdebug.exp: Likewise.
6562 * gdb.base/step-bt.exp: Likewise.
6563 * gdb.cp/mb-inline.exp: Likewise.
6564 * gdb.cp/mb-templates.exp: Likewise.
6565 * gdb.objc/basicclass.exp: Likewise.
6566 * gdb.threads/killed.exp: Likewise.
6567
9d9bf2df
EBM
65682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6569
6570 PR tdep/17379
6571 * gdb.arch/powerpc-stackless.S: New file.
6572 * gdb.arch/powerpc-stackless.exp: New file.
6573
1cf2f1b0
JK
65742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 * gdb.base/attach.c: Include unistd.h.
6577 (main): Call alarm. Add label postloop.
6578 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6579 gdb_breakpoint, gdb_continue_to_breakpoint.
6580 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6581
98880d46
PA
65822014-09-11 Pedro Alves <palves@redhat.com>
6583
6584 PR gdb/17347
6585 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6586 * gdb.base/attach.exp (test_command_line_attach_run): New
6587 procedure.
6588 (top level): Call it.
6589
4c92ff2c
PA
65902014-09-11 Pedro Alves <palves@redhat.com>
6591
6592 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6593 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6594 (do_command_attach_tests): Use spawn_wait_for_attach.
6595 * gdb.base/solib-overlap.exp: Likewise.
6596 * gdb.multi/multi-attach.exp: Likewise.
6597 * gdb.python/py-prompt.exp: Likewise.
6598 * gdb.python/py-sync-interp.exp: Likewise.
6599 * gdb.server/ext-attach.exp: Likewise.
6600
3adc1a7d
GKB
66012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6602
6603 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6604 command in testcase. Simplify testcase.
6605
96334934
JB
66062014-09-10 Joel Brobecker <brobecker@adacore.com>
6607
6608 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6609
eb479039
JB
66102014-09-10 Joel Brobecker <brobecker@adacore.com>
6611
6612 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6613
deede10c
JB
66142014-09-10 Joel Brobecker <brobecker@adacore.com>
6615
6616 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6617
7828a5f5
JB
66182014-09-10 Joel Brobecker <brobecker@adacore.com>
6619
6620 * gdb.dwarf2/dynarr-ptr.c: New file.
6621 * gdb.dwarf2/dynarr-ptr.exp: New file.
6622
33aeebcf
MR
66232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6624
6625 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6626 of 30 rather than hardcoding 120 for a slow test case. Take the
6627 `gdb,timeout' target setting into account for this calculation.
6628 Don't extend the timeout for the test cases that don't need it.
6629
7b415901
MR
66302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6631
6632 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6633 a factor of 2 for a slow test case. Take the `gdb,timeout'
6634 target setting into account for this calculation.
6635 * gdb.reverse/until-precsave.exp: Increase the timeout by
6636 a factor of 15 and 3 respectively rather than adding 120
6637 for a pair of slow test cases. Take the `gdb,timeout'
6638 target setting into account for this calculation.
6639
4a40f85a
MR
66402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6641
6642 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6643 timeout, don't pass one down to gdb_expect.
6644 (gdb_expect): Rework timeout selection.
6645
09635af7
MR
66462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6647
6648 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6649 exception on timeout.
6650 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6651 (gdbserver_start_extended): Catch any `gdbserver_start' error
6652 exceptions.
6653 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6654 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6655 `gdbserver_gdb_load' error exceptions.
6656
2bdd10b7
MR
66572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6658
6659 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6660 120 on waiting for the TCP socket to open.
6661
316935f0
DE
66622014-09-09 Doug Evans <xdje42@gmail.com>
6663
6664 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6665 _caller_matches, _any_caller_is, _any_caller_matches.
6666
83740597
DE
66672014-09-09 Doug Evans <xdje42@gmail.com>
6668
6669 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6670
4c122fc3
YQ
66712014-09-09 Yao Qi <yao@codesourcery.com>
6672
6673 * gdb.mi/mi-var-display.exp: Set print symbol off.
6674
a9f116cb
GKB
66752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6676
6677 PR gdb/17035
6678 * gdb.base/commands.exp: Add tests to verify user-defined
6679 commands with empty bodies.
6680 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6681 python commands in `show user command`.
6682 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6683 scheme commands in `show user command`.
6684
c75bd3a2
JK
66852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 PR python/17355
6688 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6689 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6690 * gdb.python/py-framefilter-invalidarg.exp: New file.
6691 * gdb.python/py-framefilter-invalidarg.py: New file.
6692
faa42425
DE
66932014-09-06 Doug Evans <xdje42@gmail.com>
6694
6695 PR 15276
6696 * gdb.python/py-caller-is.c: New file.
6697 * gdb.python/py-caller-is.exp: New file.
6698
474ca4f6
SDJ
66992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 PR gdb/17235
6702 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6703 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6704
eb0b0463
SDJ
67052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6706
6707 PR fortran/17237
6708 * gdb.fortran/print-formatted.exp: New file.
6709 * gdb.fortran/print-formatted.f90: Likewise.
6710
5f3b99cf
SS
67112014-09-03 Sasha Smundak <asmundak@google.com>
6712
6713 * gdb.python/py-frame.exp: Test Frame.read_register.
6714
7d793aa9
SDJ
67152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6716
6717 PR python/16699
6718 * gdb.python/py-completion.exp: New file.
6719 * gdb.python/py-completion.py: Likewise.
6720
fb0576e9
DE
67212014-08-28 Doug Evans <dje@google.com>
6722
6723 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6724 eax,etc. are live with values set by gdb and thus the compiler can't
6725 use them.
6726 * gdb.arch/i386-pseudo.c (main): Ditto.
6727
ee92b0dd
DE
67282014-08-27 Doug Evans <dje@google.com>
6729
6730 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6731
6649db35
DE
67322014-08-25 Doug Evans <dje@google.com>
6733
6734 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6735 (main): Ditto.
6736
564b7600
DE
67372014-08-25 Doug Evans <dje@google.com>
6738
6739 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6740
3881fb67
YQ
67412014-08-24 Yao Qi <yao@codesourcery.com>
6742
6743 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6744 symbol off.
6745 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6746
a05a36a5
DE
67472014-08-22 Doug Evans <dje@google.com>
6748
6749 PR 17276
6750 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6751 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6752 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6753
7c343b48
YQ
67542014-08-22 Yao Qi <yao@codesourcery.com>
6755
6756 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6757 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6758 * gdb.python/python.exp: Likewise. Use .py file on the host
6759 instead of the build.
6760
22fd09ae
JK
67612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * gdb.threads/gcore-stale-thread.c: New file.
6764 * gdb.threads/gcore-stale-thread.exp: New file.
6765
a8454a7c
PA
67662014-08-21 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6769 * gdb.base/gcore-relro-pie.exp: Likewise.
6770 * gdb.base/gcore-relro.exp: Likewise.
6771 * gdb.base/gcore.exp: Likewise.
6772 * gdb.base/print-symbol-loading.exp: Likewise.
6773 * gdb.threads/gcore-thread.exp: Likewise.
6774 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6775
2a31c623
PA
67762014-08-20 Pedro Alves <palves@redhat.com>
6777 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6780 configure.
6781 (EXPECT): Handle READ1 being set.
6782 (all): Depend on EXTRA_RULES.
6783 (check-read1, expect-read1, read1.so, read1): New rules.
6784 * README (Testsuite Parameters): Document the READ1 make variable.
6785 (Race detection): New section.
6786 * configure: Regenerate.
6787 * configure.ac: If build==host==target, and running under a
6788 GNU/glibc system, add read1 to the extra Makefile rules.
6789 (EXTRA_RULES): AC_SUBST it.
6790 * lib/read1.c: New file.
6791
d36430db
JB
67922014-08-20 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6795 the handling of variables declared as a typedef to an array
6796 which a DW_AT_data_location attribute.
6797
9a0dc9e3
PA
67982014-08-19 Andrew Burgess <aburgess@broadcom.com>
6799 Pedro Alves <palves@redhat.com>
6800
6801 PR symtab/14604
6802 PR symtab/14605
6803 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6804 gdb_test.
6805
0718a8da
PA
68062014-08-19 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6809
13b448cd
YQ
68102014-08-19 Yao Qi <yao@codesourcery.com>
6811
6812 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6813 right line.
6814
1cbf5077
DB
68152014-08-18 David Blaikie <dblaikie@gmail.com>
6816
6817 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6818
bf0fae19
JB
68192014-08-18 Joel Brobecker <brobecker@adacore.com>
6820
6821 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6822 attribute in array range.
6823
3c8c5dcc
JB
68242014-08-18 Joel Brobecker <brobecker@adacore.com>
6825
6826 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6827
e66d4446
SC
68282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6829
6830 PR c++/17132
6831 * gdb.cp/pr17132.cc: New file.
6832 * gdb.cp/pr17132.exp: New file.
6833
940df408
SC
68342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6835
6836 * gdb.python/py-xmethods.py (A_getarrayind)
6837 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6838 Use 'print' with function call syntax.
6839 (E_method_matcher.match): Fix tab vs space indentation mixup.
6840
ebcc6c3a
YQ
68412014-08-15 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6844 false.
6845
775e0f04
YQ
68462014-08-15 Yao Qi <yao@codesourcery.com>
6847
6848 * gdb.cp/casts.exp: Set print symbol off.
6849 * gdb.cp/class2.exp: Likewise.
6850 * gdb.cp/overload.exp: Likewise.
6851 * gdb.cp/templates.exp: Likewise.
6852
d769e349
DE
68532014-08-11 Doug Evans <dje@google.com>
6854
6855 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6856 (test_load_shlib): Update.
6857
20c6f1e1
YQ
68582014-08-09 Yao Qi <yao@codesourcery.com>
6859
6860 * gdb.base/display.exp: Invoke is_address_zero_readable.
6861 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6862 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6863 * gdb.base/hbreak-unmapped.exp: Return if
6864 is_address_zero_readable returns true.
6865 * gdb.base/signest.exp: Likewise.
6866 * gdb.base/signull.exp: Likewise.
6867 * gdb.base/sigbpt.exp: Likewise.
6868 * gdb.guile/scm-disasm.exp: Do the test if
6869 is_address_zero_readable returns false.
6870 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6871 * gdb.python/py-arch.exp: Likewise.
6872 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6873 * lib/gdb.exp (is_address_zero_readable): New proc.
6874
5792e8e3
YQ
68752014-08-09 Yao Qi <yao@codesourcery.com>
6876
6877 PR testsuite/13443
6878 * gdb.mi/mi-var-display.exp: Make test messages unique.
6879
3cecbbbe
TT
68802014-08-04 Tom Tromey <tromey@redhat.com>
6881
6882 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6883 target 0".
6884
00b51ff5
TT
68852014-08-04 Tom Tromey <tromey@redhat.com>
6886
6887 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6888 "target_resume".
6889
6908c509
JB
68902014-08-01 Joel Brobecker <brobecker@adacore.com>
6891
6892 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6893 inner_vla_struct_object_size.
6894 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6895 as xfail.
6896
cc6563d2
PA
68972014-07-30 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6900 comment.
6901
7e09a223
YQ
69022014-07-29 Yao Qi <yao@codesourcery.com>
6903
6904 PR gdb/17206
6905 * gdb.base/until-nodebug.exp: New.
6906
7ebdbe92
DE
69072014-07-28 Doug Evans <xdje42@gmail.com>
6908
6909 PR guile/17203
6910 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6911 previously existing parameter, and previously ambiguously spelled
6912 parameter.
6913
fdb1adc6
WN
69142014-07-28 Will Newton <will.newton@linaro.org>
6915
6916 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6917
186fcde0
DE
69182014-07-26 Ludovic Courtès <ludo@gnu.org>
6919 Doug Evans <xdje42@gmail.com>
6920
6921 PR guile/17146
6922 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6923
70509625
PA
69242014-07-25 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.threads/signal-command-handle-nopass.c: New file.
6927 * gdb.threads/signal-command-handle-nopass.exp: New file.
6928 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6929 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6930 * gdb.threads/signal-delivered-right-thread.c: New file.
6931 * gdb.threads/signal-delivered-right-thread.exp: New file.
6932
c3f814a1
PA
69332014-07-25 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.base/double-prompt-target-event-error.exp
6936 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6937 match.
6938 (cancel_pagination_in_target_event): Rework double prompt
6939 detection.
6940 * gdb.base/paginate-after-ctrl-c-running.exp
6941 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6942 <return>' match.
6943 * gdb.base/paginate-bg-execution.exp
6944 (test_bg_execution_pagination_return)
6945 (test_bg_execution_pagination_cancel): Remove '-notransfer
6946 <return>' matches.
6947 * gdb.base/paginate-execution-startup.exp
6948 (test_fg_execution_pagination_return)
6949 (test_fg_execution_pagination_cancel): Remove '-notransfer
6950 <return>' matches.
6951 * gdb.base/paginate-inferior-exit.exp
6952 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6953 match.
6954 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6955 * lib/gdb.exp (pagination_prompt): Run text through
6956 string_to_regexp.
6957 (gdb_test_multiple): Match $pagination_prompt instead of
6958 "<return>".
6959 (string_to_regexp): Move to lib/gdb-utils.exp.
6960
e214cf6c
JK
69612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.arch/amd64-entry-value-paramref.S: New file.
6964 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6965 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6966 * gdb.arch/amd64-optimout-repeat.S: New file.
6967 * gdb.arch/amd64-optimout-repeat.c: New file.
6968 * gdb.arch/amd64-optimout-repeat.exp: New file.
6969
17d0c5c8
JK
69702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 PR gdb/17170
6973 * gdb.base/statistics.exp: New file.
6974
b8b8facf
DE
69752014-07-17 Doug Evans <dje@google.com>
6976
74b49205 6977 PR gdb/17170
b8b8facf
DE
6978 * gdb.base/maint.exp: Update testing of per-command stats.
6979
1b5d0ab3
PA
69802014-07-16 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6983 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6984 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6985 (tfile_write_buf): New functions.
6986 (add_memory_block): Rewrite using the above.
6987 (adjust_function_address): New function.
6988 (FUNCTION_ADDRESS): New macro.
6989 (write_basic_trace_file): Remove short_x local, and use
6990 tfile_write_16. Change type of func_addr local to unsigned long
6991 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6992 here. Cast argument of add_memory_block to char pointer.
6993 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6994 (main): Remove parameters.
6995 * gdb.trace/tfile.exp: Remove nowarnings.
6996
4d974e88
SM
69972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 * gdb.base/debug-expr.exp: Test string evaluation with
7000 "debug expression" on.
7001
41e99568
PA
70022014-07-15 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.base/reread.exp: Use clean_restart.
7005
487d9753
PL
70062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7007
7008 * gdb.arch/avr-flash-qualifer.c: New.
7009 * gdb.arch/avr-flash-qualifer.exp: New.
7010
cc1c52ad
PA
70112014-07-14 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7014 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7015
1e973570
PA
70162014-07-14 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/double-prompt-target-event-error.c: New file.
7019 * gdb.base/double-prompt-target-event-error.exp: New file.
7020
93d6eb10
PA
70212014-07-14 Pedro Alves <palves@redhat.com>
7022
7023 PR gdb/17072
7024 * gdb.base/paginate-inferior-exit.c: New file.
7025 * gdb.base/paginate-inferior-exit.exp: New file.
7026
0017922d
PA
70272014-07-14 Pedro Alves <palves@redhat.com>
7028
7029 PR gdb/17072
7030 * gdb.base/paginate-bg-execution.c: New file.
7031 * gdb.base/paginate-bg-execution.exp: New file.
7032
94696ad3
PA
70332014-07-14 Pedro Alves <palves@redhat.com>
7034
7035 PR gdb/17072
7036 * gdb.base/paginate-execution-startup.c: New file.
7037 * gdb.base/paginate-execution-startup.exp: New file.
7038 * lib/gdb.exp (pagination_prompt): New global.
7039 (default_gdb_spawn): New procedure, factored out from
7040 default_gdb_spawn.
7041 (default_gdb_start): Adjust to call default_gdb_spawn.
7042 (gdb_spawn): New procedure.
7043
bd293940
PA
70442014-07-14 Pedro Alves <palves@redhat.com>
7045
7046 * lib/gdb.exp (gdb_assert): New procedure.
7047 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7048
c933f875
PA
70492014-07-14 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.base/execution-termios.c: New file.
7052 * gdb.base/execution-termios.exp: New file.
7053
d98b7a16
TT
70542014-07-14 Tom Tromey <tromey@redhat.com>
7055
7056 * gdb.cp/vla-cxx.cc: New file.
7057 * gdb.cp/vla-cxx.exp: New file.
7058
548740d6
TT
70592014-07-14 Tom Tromey <tromey@redhat.com>
7060
7061 * gdb.reverse/rerun-prec.c: New file.
7062 * gdb.reverse/rerun-prec.exp: New file.
7063
a25eb028
MR
70642014-07-12 Maciej W. Rozycki <macro@mips.com>
7065 Maciej W. Rozycki <macro@codesourcery.com>
7066
7067 * lib/gdb-utils.exp: New file.
7068 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7069 inline `gdb_init_command' processing.
7070 (gdb_start_cmd): Likewise.
7071 * lib/mi-support.exp (mi_run_cmd): Likewise.
7072 * README: Document `gdb_init_command' and `gdb_init_commands'.
7073
218c2655
JK
70742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 Fix false FAIL running under a very long directory name.
7077 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7078 and "set print elements 10000". Twice.
7079
5401fde3
YQ
70802014-07-11 Yao Qi <yao@codesourcery.com>
7081
7082 * gdb.base/exprs.exp: "set print symbol off".
7083
e76126e8
PA
70842014-07-11 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.threads/kill.c: New file.
7087 * gdb.threads/kill.exp: New file.
7088
2d6f0de6
YQ
70892014-07-10 Yao Qi <yao@codesourcery.com>
7090
7091 * gdb.trace/tfile.c (write_basic_trace_file)
7092 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7093 address written to trace file.
7094
7180e04a
PA
70952014-07-09 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/attach-wait-input.exp: New file.
7098 * gdb.base/attach-wait-input.c: New file.
7099
9a9a7608
AB
71002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7101
7102 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7103 setting up test structures.
7104 (main): Call new test function.
7105 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7106 test function, continue into test function and walk test
7107 structures.
7108
161ac41e
YQ
71092014-07-02 Yao Qi <yao@codesourcery.com>
7110
7111 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7112 'bar_start' at the beginning of functions 'foo' and 'bar'
7113 respectively.
7114 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7115 instead of 'foo' and 'bar'.
7116
1f267ae3
MM
71172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7118
7119 * gdb.btrace/segv.exp: New.
7120 * gdb.btrace/segv.c: New.
7121
2b239efb
LM
71222014-07-02 Luis Machado <lgustavo@codesourcery.com>
7123
7124 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7125 instruction.
7126
cf363f18
MW
71272014-06-30 Mark Wielaard <mjw@redhat.com>
7128
7129 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7130 vulture, vilify, villar): New volatile array constants.
7131 (vindictive, vegetation): New const volatile array constants.
7132 * gdb.base/volatile.exp: Test volatile and const volatile array
7133 types.
7134
aebf9d24
AA
71352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7136
7137 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7138 target lacks support for awatch, rwatch, or hbreak.
7139
b67a2c6f
YQ
71402014-06-27 Yao Qi <yao@codesourcery.com>
7141
7142 * gdb.multi/dummy-frame-restore.exp: New.
7143 * gdb.multi/dummy-frame-restore.c: New.
7144
aef92902
MM
71452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7146
7147 * gdb.btrace/gcore.exp: New.
7148
8e9db26e
PA
71492014-06-23 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/watchpoint-reuse-slot.c: New file.
7152 * gdb.base/watchpoint-reuse-slot.exp: New file.
7153
70afc5b7
SC
71542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7155
7156 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7157 progspace's filename in 'info', 'enable' and 'disable' command
7158 tests.
7159
b972bd9c
JK
71602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7163 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7164 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7165
125f8a3d
GB
71662014-06-20 Gary Benson <gbenson@redhat.com>
7167
7168 * gdb.arch/i386-avx.exp: Fix include file location.
7169 * gdb.arch/i386-sse.exp: Likewise.
7170
3ed9baed
IB
71712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7172
7173 * gdb.dlang/expression.exp: New file.
7174
034f788c
PA
71752014-06-19 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7178 out from ...
7179 (top level): ... here. Iterate running tests under different
7180 scheduler-locking settings.
7181
45371d0c
LM
71822014-06-18 Luis Machado <lgustavo@codesourcery.com>
7183
7184 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7185 to DW_FORM_addr and use non-zero addresses.
7186
5d376983
SC
71872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7188
7189 PR gdb/17017
7190 * gdb.python/py-xmethods.cc: Add global function call counters and
7191 increment them in their respective functions. Remove "cout"
7192 statements.
7193 * gdb.python/py-xmethods.exp: Make tests check the global function
7194 call counters instead of depending on inferior IO.
7195
a1aa2221
LM
71962014-06-18 Don Breazeal <donb@codesourcery.com>
7197
7198 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7199 Deleted procedure.
7200 (explicit_fork_parent_follow): Deleted procedure.
7201 (explicit_fork_child_follow): Deleted procedure.
7202 (test_follow_fork): New procedure.
7203 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7204 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7205 procedure calls.
7206
0fc05997
YQ
72072014-06-17 Yao Qi <yao@codesourcery.com>
7208
7209 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7210 CP1252.
7211
70795c52
LM
72122014-06-17 Luis Machado <lgustavo@codesourcery.com>
7213
7214 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7215 Initialize ptr and S explicitly.
7216 (skip_type_update_when_not_use_rtti_test): Likewise.
7217
6be47f0c
KS
72182014-06-16 Keith Seitz <keiths@redhat.com>
7219
7220 PR mi/15863
7221 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7222 the inferior is started.
7223
d03de421
PA
72242014-06-16 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.base/break-main-file-remove-fail.c: New file.
7227 * gdb.base/break-main-file-remove-fail.exp: New file.
7228 * gdb.base/break-unload-file.exp: Use build_executable instead of
7229 prepare_for_testing.
7230 (test_break): New parameter "initial_load". Handle it.
7231 (top level): Add initial_load cmdline/file axis.
7232
f9579b99
TT
72332014-06-12 Tom Tromey <tromey@redhat.com>
7234
7235 * gdb.base/completion.exp: Don't use directory name in test.
7236
3657956b
GB
72372014-06-09 Gary Benson <gbenson@redhat.com>
7238
7239 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7240 separate the always-available ANSI-standard signals from the
7241 signals that require checking.
7242 (main): Likewise.
7243 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7244 Likewise.
7245 (main): Likewise.
7246
4186eb54
KS
72472014-06-07 Keith Seitz <keiths@redhat.com>
7248
7249 Revert:
7250 PR c++/16253
7251 * gdb.cp/var-tag.cc: New file.
7252 * gdb.cp/var-tag.exp: New file.
7253 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7254 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7255 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7256 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7257
25326a28 72582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7259
7260 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7261
829155c9
PA
72622014-06-06 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7265 in target debug output instead of looking at RSP packets,
7266 disabling the test on any target that uses hardware stepping.
7267 Update comments.
7268
61c8d22e
PA
72692014-06-06 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.base/break-unload-file.exp: Fix typo.
7272
d9a47287
YQ
72732014-06-06 Yao Qi <yao@codesourcery.com>
7274
7275 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7276 from "jit_function" to "^jit_function".
7277
e5e01dbf
YQ
72782014-06-06 Yao Qi <yao@codesourcery.com>
7279
7280 * gdb.base/async.c (foo): Add one statement.
7281 * gdb.base/async.exp: Get the next instruction address and
7282 match the output of "nexti" by instruction address. Match
7283 the hex address in the output of "finish".
7284
73ba372c
GB
72852014-06-06 Gary Benson <gbenson@redhat.com>
7286
7287 * gdb.base/call-signals.c: Remove preprocessor conditionals
7288 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7289 SIGSEGV and SIGTERM.
7290 * gdb.base/sigall.c: Likewise.
7291 * gdb.base/unwindonsignal.c: Likewise.
7292 * gdb.reverse/sigall-reverse.c: Likewise.
7293
831517df
YQ
72942014-06-06 Yao Qi <yao@codesourcery.com>
7295
7296 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7297 readable, skip the test.
7298
b8b91e98
YQ
72992014-06-06 Yao Qi <yao@codesourcery.com>
7300
7301 * gdb.threads/staticthreads.c (thread_function): Move the line
7302 setting breakpoint on forward.
7303 * gdb.threads/staticthreads.exp: Update comments.
7304
fb934770
LC
73052014-06-05 Ludovic Courtès <ludo@gnu.org>
7306
7307 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7308 "history-append! type error".
7309
6ef284bd
SM
73102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7311
7312 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7313 erroneous dprintf expected input.
7314
a872e241
DE
73152014-06-04 Doug Evans <xdje42@gmail.com>
7316
7317 * gdb.guile/scm-generics.exp: Delete.
7318
16f691fb
DE
73192014-06-04 Doug Evans <xdje42@gmail.com>
7320
7321 * gdb.guile/scm-breakpoint.exp: Update.
7322 Add tests for breakpoint registration.
7323
012370f6
TT
73242014-06-04 Tom Tromey <tromey@redhat.com>
7325
7326 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7327 VLA-in-union.
7328 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7329 inner_vla_struct, vla_union types. Initialize objects of those
7330 types and compute their sizes.
7331
9f5a4cef
HZ
73322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7333 Hui Zhu <hui@codesourcery.com>
7334
7335 * gdb.base/fileio.exp: Add test for shell not available as well as
7336 available.
7337 * gdb.base/fileio.c (test_system): Check for shell twice.
7338
90a45c4d
YQ
73392014-06-04 Yao Qi <yao@codesourcery.com>
7340
7341 * gdb.base/auto-connect-native-target.exp: Remove redundant
7342 space from the regexp pattern.
7343
70017e41
YQ
73442014-06-04 Yao Qi <yao@codesourcery.com>
7345
7346 * gdb.base/default.exp: Replace "child" with "native" in
7347 regexp pattern.
7348
883964a7
SC
73492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7350
7351 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7352 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7353 * gdb.python/py-xmethods.py: Python script supporting the
7354 new testcase and tests.
7355
ef370185
JB
73562014-06-03 Joel Brobecker <brobecker@adacore.com>
7357 Pedro Alves <palves@redhat.com>
7358
7359 PR breakpoints/17000
7360 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7361 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7362
1e2ccb61
BM
73632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7364
7365 * gdb.base/subst.exp: Add tests to verify partial path matching
7366 output.
7367
c6ec5ab2
PA
73682014-06-03 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7371 target that doesn't use software single-stepping.
7372
835c559f
PA
73732014-06-03 Pedro Alves <palves@redhat.com>
7374
7375 PR breakpoints/17000
7376 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7377 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7378
06eb1586
DE
73792014-06-02 Doug Evans <xdje42@gmail.com>
7380
7381 * gdb.guile/scm-parameter.exp: New file.
7382
e698b8c4
DE
73832014-06-02 Doug Evans <xdje42@gmail.com>
7384
7385 * gdb.guile/scm-cmd.c: New file.
7386 * gdb.guile/scm-cmd.exp: New file.
7387
ded03782
DE
73882014-06-02 Doug Evans <xdje42@gmail.com>
7389
7390 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7391 pretty-printer lookup.
7392 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7393 (make-pp_s-printer): Call it.
7394 (make-pretty-printer-from-dict): New function.
7395 (lookup-pretty-printer-maker-from-dict): New function.
7396 (*pretty-printer*): Simplify.
7397 (make-objfile-pp_s-printer): New function.
7398 (install-objfile-pretty-printers!): New function.
7399 (make-progspace-pp_s-printer): New function.
7400 (install-progspace-pretty-printers!): New function.
7401 * gdb.guile/scm-progspace.c: New file.
7402 * gdb.guile/scm-progspace.exp: New file.
7403
41fac0cf
PA
74042014-06-02 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/dprintf-bp-same-addr.c: New file.
7407 * gdb.base/dprintf-bp-same-addr.exp: New file.
7408
96ae5695
EBM
74092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7410
7411 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7412 * gdb.arch/powerpc-power.s: Likewise.
7413
da02b3a8
JB
74142014-06-02 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7417
c72b2e7b
YQ
74182014-06-01 Yao Qi <yao@codesourcery.com>
7419
7420 * gdb.base/watchpoint.exp (test_watch_location): Check null
7421 pointer can be dereferenced. If not, do the test, otherwise
7422 skip it.
7423
53e8a631
AB
74242014-05-30 Andrew Burgess <aburgess@broadcom.com>
7425
7426 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7427 results.
7428 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7429
938f0e2f
AB
74302014-05-30 Andrew Burgess <aburgess@broadcom.com>
7431
7432 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7433 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7434 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7435 * gdb.arch/amd64-invalid-stack-top.c: New file.
7436 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7437
9ba6657a
PA
74382014-05-30 Pedro Alves <palves@redhat.com>
7439
7440 PR breakpoints/17000
7441 * gdb.base/sss-bp-on-user-bp.c: New file.
7442 * gdb.base/sss-bp-on-user-bp.exp: New file.
7443
522c09bf
DB
74442014-05-30 David Blaikie <dblaikie@gmail.com>
7445
7446 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7447 gnu_inline semantics via attribute.
7448 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7449 source explicitly specifies the required semantics.
7450
bf4ef81e
MR
74512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7452
7453 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7454
329ea579
PA
74552014-05-29 Pedro Alves <palves@redhat.com>
7456 Tom Tromey <tromey@redhat.com>
7457
7458 * gdb.base/async-shell.exp: Don't enable target-async.
7459 * gdb.base/async.exp
7460 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7461 parameter. Adjust.
7462 (top level): Don't test with "target-async".
7463 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7464 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7465 * gdb.base/inferior-died.exp: Don't enable target-async.
7466 * gdb.base/interrupt-noterm.exp: Likewise.
7467 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7468 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7469 * gdb.mi/mi-nonstop.exp: Likewise.
7470 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7471 * gdb.mi/mi-nsintrall.exp: Likewise.
7472 * gdb.mi/mi-nsmoribund.exp: Likewise.
7473 * gdb.mi/mi-nsthrexec.exp: Likewise.
7474 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7475 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7476 * gdb.python/py-evsignal.exp: Don't enable target-async.
7477 * gdb.python/py-evthreads.exp: Likewise.
7478 * gdb.python/py-prompt.exp: Likewise.
7479 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7480 * gdb.server/solib-list.exp: Don't enable target-async.
7481 * gdb.threads/thread-specific-bp.exp: Likewise.
7482 * lib/mi-support.exp: Adjust to use mi-async.
7483
fd664c91
PA
74842014-05-29 Pedro Alves <palves@redhat.com>
7485
7486 PR gdb/13860
7487 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7488 reason, even in sync mode.
7489
251bde03
PA
74902014-05-29 Pedro Alves <palves@redhat.com>
7491 Hui Zhu <hui@codesourcery.com>
7492
7493 PR PR15693
7494 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7495 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7496 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7497 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7498
7f3c0343
JB
74992014-05-28 Joel Brobecker <brobecker@adacore.com>
7500
7501 * config/monitor.exp (gdb_target_monitor): Replace use of
7502 "set remotebaud" by "set serial baud".
7503
b2715b27
AW
75042014-05-26 Andy Wingo <wingo@igalia.com>
7505
7506 * gdb.guile/scm-breakpoint.exp:
7507 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7508 properties instead of gdb-object-properties.
7509
498a4489
YQ
75102014-05-26 Yao Qi <yao@codesourcery.com>
7511
7512 * gdb.server/no-thread-db.exp: Specify source file name
7513 explicitly when setting a breakpoint.
7514
589fdceb
MM
75152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7516
7517 * gdb.btrace/vdso.c: New.
7518 * gdb.btrace/vdso.exp: New.
7519
e9089e05
MM
75202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7521
7522 * gdb.base/gcore.exp (capture_command_output): Move ...
7523 * lib/gdb.exp (capture_command_output): ... here.
7524
67b5c0c1
MM
75252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7526
7527 * gdb.btrace/data.exp: Test memory access during btrace replay.
7528
a2199296
SM
75292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7530
7531 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7532
17b2616c
PA
75332014-05-21 Pedro Alves <palves@redhat.com>
7534
7535 PR gdb/13860
7536 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7537 (top level): Test that output related to execution commands is
7538 sent to the console with CLI commands, but not with MI commands.
7539 Test that breakpoint events are always mirrored to the console.
7540 Also expect the new source line to be output after a "next" in
7541 async mode too. Make it a pass/fail test.
7542 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7543 output.
7544 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7545
5166082f
PA
75462014-05-21 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7549 Use them to test variations of "list" after reaching a breakpoint.
7550 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7551 Test "list" with listsize 10 after reaching a breakpoint.
7552 * gdb.python/python.exp (decode_line current location line
7553 number): Adjust expected line number.
7554
2f25d70f
SM
75552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7556
7557 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7558 behavior for $args, pass it directly to "run".
7559
ff604a67
MR
75602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7561
7562 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7563 30000 to 65536.
7564
6a3cb8e8
PA
75652014-05-21 Pedro Alves <palves@redhat.com>
7566
7567 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7568 auto-connect-native-target off".
7569 * gdb.base/auto-connect-native-target.c: New file.
7570 * gdb.base/auto-connect-native-target.exp: New file.
7571
4ebfc96e
PA
75722014-05-21 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/default.exp: Test "target native" instead of "target
7575 child".
7576
36d46afb
MW
75772014-05-21 Mark Wielaard <mjw@redhat.com>
7578
7579 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7580
5876f503
JK
75812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 Fix TLS access for -static -pthread.
7584 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7585 <HAVE_TLS> (thread_function, main): Initialize it.
7586 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7587 Add clean_restart.
7588 <$have_tls != "">: Check TLSVAR.
7589
0256a6ac
PA
75902014-05-21 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.base/dcache-line-read-error.c: New.
7593 * gdb.base/dcache-line-read-error.exp: New.
7594
936d2992
PA
75952014-05-20 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.base/compare-sections.c: New file.
7598 * gdb.base/compare-sections.exp: New file.
7599
802e8e6d
PA
76002014-05-20 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/break-idempotent.c: New file.
7603 * gdb.base/break-idempotent.exp: New file.
7604
e59fa00f
MM
76052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7606
7607 * gdb.btrace/nohist.exp: New.
7608
8b696e31
YQ
76092014-05-20 Yao Qi <yao@codesourcery.com>
7610
7611 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7612 gdb.reverse directory and gdb_reverse_timeout exists in board
7613 setting.
7614 * README: Document gdb_reverse_timeout.
7615
73c9764f
YQ
76162014-05-20 Yao Qi <yao@codesourcery.com>
7617
7618 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7619 'test_file_name'. Treat args as a string instead of a list.
7620 (gdb_init): Rename argument 'args' by 'test_file_name'.
7621
f1f4348a
JK
76222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * gdb.arch/powerpc-power.exp: New file.
7625 * gdb.arch/powerpc-power.s: New file.
7626
0dbe70ce
DE
76272014-05-16 Doug Evans <dje@google.com>
7628
7629 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7630 * gdb.base/completion.exp: Check that all expected files exist
7631 before doing file completion.
0dbe70ce 7632
8d551b02
DE
76332014-05-16 Doug Evans <dje@google.com>
7634
7635 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7636 Update.
7637 (do_syscall_tests_without_xml): Update.
7638
73eb7709
PA
76392014-05-16 Pedro Alves <palves@redhat.com>
7640
7641 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7642 instead of "unknown output after running".
7643
3fae92fc
YQ
76442014-05-16 Yao Qi <yao@codesourcery.com>
7645
7646 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7647 file1.txt from host at the end.
7648 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7649
c2b2ccc5
DE
76502014-05-15 Doug Evans <dje@google.com>
7651
7652 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7653 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7654 loading file. Add test for TU lookup.
7655
8c217a4b
SM
76562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7657
7658 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7659 calling "-exec-arguments" or "set args" before running the
7660 inferior.
7661
3deb39c6
SM
76622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7663
7664 * lib/mi-support.exp (mi_expect_stop): Expect message for
7665 inferiors that exit with non-zero exit code.
7666
71a79f8c
YQ
76672014-05-14 Yao Qi <yao@codesourcery.com>
7668
7669 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7670 match absolute path on remote host.
7671 (test_file_list_exec_source_files): Remove "/" from the
7672 pattern.
7673
f23fcd46
YQ
76742014-05-14 Yao Qi <yao@codesourcery.com>
7675
7676 * boards/local-remote-host-notty.exp (${board}_file): New
7677 proc.
7678
9404b58f
KM
76792014-05-07 Kyle McMartin <kyle@redhat.com>
7680
7681 Pushed by Joel Brobecker <brobecker@adacore.com>.
7682 * gdb.arch/aarch64-atomic-inst.c: New file.
7683 * gdb.arch/aarch64-atomic-inst.exp: New file.
7684
5e45f04c
YQ
76852014-05-07 Yao Qi <yao@codesourcery.com>
7686
7687 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7688 in current context" too.
7689
c888a17d
KS
76902014-05-05 Keith Seitz <keiths@redhat.com>
7691
7692 * gdb.linespec/ls-dollar.exp: Add test for linespec
7693 file:convenience_variable.
7694
290a839c
YQ
76952014-05-05 Yao Qi <yao@codesourcery.com>
7696
7697 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7698 traceframes into tfile and ctf trace files. Read data from
7699 trace file and test collected data.
7700 (gdb_collect_locals_test): Likewise.
7701 (gdb_unavailable_registers_test): Likewise.
7702 (gdb_unavailable_floats): Likewise.
7703 (gdb_collect_globals_test): Likewise.
7704 (top-level): Append "ctf" to trace_file_targets if GDB
7705 supports.
7706
b5262cd0
YQ
77072014-05-05 Yao Qi <yao@codesourcery.com>
7708
7709 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7710 code to ...
7711 (gdb_collect_args_test_1): ... it. New proc.
7712 (gdb_collect_locals_test): Move some code to ...
7713 (gdb_collect_locals_test_1): ... it. New proc.
7714 (gdb_unavailable_registers_test): Move some code to ...
7715 (gdb_unavailable_registers_test_1): ... it. New proc.
7716 (gdb_unavailable_floats): Move some code to ...
7717 (gdb_unavailable_floats_1): ... it. New proc.
7718
30a1e6cc
SDJ
77192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7720
7721 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7722 probes to test for bitness recognition.
7723 * gdb.arch/amd64-stap-optional-prefix.exp
7724 (test_probe_value_without_reg): New procedure.
7725 Add code to test for different kinds of bitness.
7726
f33da99a
SDJ
77272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7728
7729 PR breakpoints/16889
7730 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7731 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7732
5b80f00d
PA
77332014-05-01 Pedro Alves <palves@redhat.com>
7734
7735 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7736 gdb_file_cmd if no file is specified.
7737 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7738 last_loaded_file to set the remote exec-file.
7739
f8c2a73c
PA
77402014-05-01 Pedro Alves <palves@redhat.com>
7741
7742 * boards/local-remote-host.exp: New file.
7743
be6e8ac7
PA
77442014-05-01 Pedro Alves <palves@redhat.com>
7745
7746 * boards/local-remote-host.exp: Rename to ...
7747 * boards/local-remote-host-notty.exp: ... this.
7748
cac0dc8f
JB
77492014-04-28 Joel Brobecker <brobecker@adacore.com>
7750
7751 * gdb.ada/dyn_arrayidx: New testcase.
7752
9730e6cc
YQ
77532014-04-26 Yao Qi <yao@codesourcery.com>
7754
7755 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7756 and compute the length of function main. Save it in
7757 $main_length.
7758 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7759 (top-level): Use gdb_compile to compile objects into
7760 executable and restart GDB. Remove invocation to
7761 prepare_for_testing.
7762
7ae1a6a6
PA
77632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7764 Pedro Alves <palves@redhat.com>
7765
7766 PR server/16255
7767 * gdb.multi/multi-attach.c: New file.
7768 * gdb.multi/multi-attach.exp: New file.
7769
4082afcc
PA
77702014-04-25 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7773 user.
7774 (top level): Test that "set remote conditional-breakpoints-packet
7775 off" works as intended.
7776 * gdb.base/dprintf.exp: Test that "set remote
7777 breakpoint-commands-packet off" works as intended.
7778 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7779 New function.
7780 (top level): Call it.
7781 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7782 remote fast-tracepoints-packet off" works as intended.
7783 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7784 * lib/gdb.exp (gdb_is_target_remote): ... here.
7785
2abc3f8d
DB
77862014-04-24 David Blaikie <dblaikie@gmail.com>
7787
7788 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7789 ensure clang would not discard them.
7790 * gdb.base/gdbvars.c: Ditto.
7791 * gdb.base/memattr.c: Ditto.
7792 * gdb.base/whatis.c: Ditto.
7793 * gdb.python/py-prettyprint.c: Ditto.
7794 * gdb.trace/actions.c: Ditto.
7795 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7796 ensure clang would not discard it.
7797
bfd39632
DB
77982014-04-24 David Blaikie <dblaikie@gmail.com>
7799
7800 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7801 clang to emit the full definition of type required by the test
7802 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7803
22842ff6
DB
78042014-04-24 David Blaikie <dblaikie@gmail.com>
7805
7806 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7807 coax Clang into emitting the definition of the type.
7808 * gdb.cp/pr10728-x.h (y): Ditto.
7809 * gdb.cp/pr10728-y.cc (y): Ditto.
7810
c2e827ad
DB
78112014-04-24 David Blaikie <dblaikie@gmail.com>
7812
7813 * gdb.base/label.exp: XFAIL label related tests under Clang.
7814 * gdb.cp/cplabel.exp: Ditto.
7815 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7816 under Clang those using labels.
7817
4c2d33e7
YQ
78182014-04-25 Yao Qi <yao@codesourcery.com>
7819
7820 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7821 double_label.
7822 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7823 partial_label and double_label.
7824
56083b99
DB
78252014-04-24 David Blaikie <dblaikie@gmail.com>
7826
7827 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7828
25d4e99d
DB
78292014-04-24 David Blaikie <dblaikie@gmail.com>
7830
7831 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7832 of the function to work across GCC and Clang.
7833 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7834 pointer types (const void ** const V void **).
7835
01f9f808
MS
78362014-04-24 Michael Sturm <michael.sturm@mintel.com>
7837 Walfred Tedeschi <walfred.tedeschi@intel.com>
7838
7839 * Makefile.in (EXECUTABLES): Added i386-avx512.
7840 * gdb.arch/i386-avx512.c: New file.
7841 * gdb.arch/i386-avx512.exp: Likewise.
7842
4b48d439
KS
78432014-04-23 Keith Seitz <keiths@redhat.com>
7844
7845 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7846 (mi_make_breakpoint_table): New procedure.
7847 (mi_create_breakpoint): Use mi_make_breakpoint
7848 and return the result.
7849 (mi_make_breakpoint): New procedure.
7850 (mi_build_kv_pairs): New procedure.
7851
7852 * gdb.mi/mi-break.exp: Remove unused globals,
7853 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7854 All callers updated.
7855 * gdb.mi/mi-dprintf.exp: Use variable to track command
7856 number.
7857 Update all callers of mi_create_breakpoint and use
7858 mi_make_breakpoint_table.
7859 Remove any unused global variables.
7860 * gdb.mi/mi-nonstop.exp: Likewise.
7861 * gdb.mi/mi-nsintrall.exp: Likewise.
7862 * gdb.mi/mi-nsmoribund.exp: Likewise.
7863 * gdb.mi/mi-nsthrexec.exp: Likewise.
7864 * gdb.mi/mi-reverse.exp: Likewise.
7865 * gdb.mi/mi-simplerun.exp: Likewise.
7866 * gdb.mi/mi-stepn.exp: Likewise.
7867 * gdb.mi/mi-syn-frame.exp: Likewise.
7868 * gdb.mi/mi-until.exp: Likewise.
7869 * gdb.mi/mi-var-cp.exp: Likewise.
7870 * gdb.mi/mi-var-display.exp: Likewise.
7871 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7872 * gdb.mi/mi2-var-child.exp: Likewise.
7873 * gdb.mi/mi-vla-c99.exp: Likewise.
7874 * lib/mi-support.exp: Likewise.
7875
7876 From Ian Lance Taylor <iant@cygnus.com>:
7877 * lib/gdb.exp (parse_args): New procedure.
7878
08351840
PA
78792014-04-23 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/break-unload-file.c: New file.
7882 * gdb.base/break-unload-file.exp: New file.
7883 * gdb.base/sym-file-lib.c (baz): New function.
7884 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7885 field.
7886 (load): Store the segment's mapped size.
7887 (unload): New function.
7888 (unload_shlib): New function.
7889 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7890 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7891 set a breakpoint at baz, and call it.
7892 * gdb.base/sym-file.exp: New tests for stale breakpoint
7893 instructions.
7894
076855f9
PA
78952014-04-23 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7898 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7899 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7900 * gdb.base/hbreak-unmapped.c: New file.
7901 * gdb.base/hbreak-unmapped.exp: New file.
7902 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7903 * lib/gdb.exp (gdb_is_target_remote): ... here.
7904
483805cf
PA
79052014-04-22 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/consecutive-step-over.c: New file.
7908 * gdb.base/consecutive-step-over.exp: New file.
7909
06d97543
PA
79102014-04-22 Pedro Alves <palves@redhat.com>
7911
7912 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7913 instead of send_gdb/gdb_expect.
7914
b4429ea2
YQ
79152014-04-22 Yao Qi <yao@codesourcery.com>
7916
7917 * lib/trace-support.exp (generate_tracefile): New procedure.
7918 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7919 return 0.
7920 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7921 if generate_tracefile returns 1.
7922
51d48146
PA
79232014-04-18 Tom Tromey <palves@redhat.com>
7924 Pedro alves <tromey@redhat.com>
7925
7926 PR backtrace/15558
7927 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7928 with a backtrace limit.
7929 * gdb.python/py-frame-inline.exp: Test running to an inline
7930 function with a backtrace limit, and printing the newest frame.
7931 * gdb.python/py-frame-inline.c (main): Call f.
7932
bd1dce5f
MS
79332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7934
7935 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7936
40d1a503
MS
79372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7938
7939 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7940 Drop prefix from unsupported source file path.
7941
389b98f7
YQ
79422014-04-17 Yao Qi <yao@codesourcery.com>
7943
7944 * lib/gdb.exp (with_target_charset): New proc.
7945 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7946 with_target_charset.
7947 (test_print_strings): Likewise.
7948 (test_repeat_bytes): Likewise.
7949 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7950 for some tests.
7951
22869d73
KS
79522014-04-16 Keith Seitz <keiths@redhat.com>
7953
7954 PR gdb/15827
7955 * gdb.dwarf2/corrupt.c: New file.
7956 * gdb.dwarf2/corrupt.exp: New file.
7957
c4f87ca6
KS
79582014-04-16 Keith Seitz <keiths@redhat.com>
7959
7960 PR c++/16597
7961 * gdb.cp/namelessclass.cc: New file.
7962 * gdb.cp/namelessclass.exp: New file.
7963 * gdb.cp/namelessclass.S: New file.
7964
ab19de87
DE
79652014-04-16 Doug Evans <dje@google.com>
7966
7967 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7968 Add comment.
7969 (gdbserver_default_get_comm_port): New function.
7970 (gdbserver_start): Check if board file provided
7971 "gdbserver,get_comm_port" and use it if so.
7972 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7973 (gdb,socketport): Set to "stdio".
7974 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7975 (stdio_gdbserver_template): Delete.
7976 (${board}_get_remote_address): Update.
7977 (${board}_build_remote_cmd): Delete.
7978 (${board}_get_comm_port): New function.
7979 (${board}_spawn): Update.
7980 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7981 Delete.
7982 (${board}_get_remote_address): Update.
7983 (${board}_get_comm_port): New function.
7984
fc98a809
AB
79852014-04-16 Andrew Burgess <aburgess@broadcom.com>
7986
7987 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7988 appearing in any order.
7989
87fd9e6e
DE
79902014-04-15 Doug Evans <dje@google.com>
7991
7992 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7993 uninitialized value of "description".
7994
099fc3ea
KS
79952014-04-15 Keith Seitz <keiths@redhat.com>
7996
7997 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7998 Remove unused globals.
7999 (test_running_the_program): Likewise.
8000 (test_controlled_execution): Likewise.
8001 (test_controlling_breakpoints): Likewise.
8002 (test_program_termination): Likewise.
8003
5da151d4
KS
80042014-04-15 Keith Seitz <keiths@redhat.com>
8005
8006 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8007 unused globals.
8008 (test_rbreak_creation_and_listing): Likewise.
8009 (test_ignore_count): Likewise.
8010 (test_error): Likewise.
8011
35e5d2f0
PA
80122014-04-15 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8015 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8016 sym-file-loader.c.
8017 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8018 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8019 to sym-file-loader.c.
8020 (struct library): Forward declare.
8021 (load_shlib, lookup_function): Change prototypes.
8022 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8023 (translate_offset): Remove declarations.
8024 (get_text_addr): New declaration.
8025 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8026 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8027 sym-file-loader.h.
8028 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8029 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8030 here from sym-file-loader.h.
8031 (struct library): New structure.
8032 (load_shlib, lookup_function): Change prototypes and adjust to
8033 work with a struct library.
8034 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8035 (translate_offset): Make static.
8036 (get_text_addr): New function.
8037 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8038
eb4c1710
PA
80392014-04-15 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8042
2d1baf52
PA
80432014-04-15 Pedro Alves <palves@redhat.com>
8044
8045 * gdb.base/sym-file-loader.c: Include <limits.h>.
8046 (SELF_LINK): New define.
8047 (get_origin): New function.
8048 (load_shlib): Use it.
8049 * gdb.base/sym-file.exp: Don't early return if the target is
8050 remote. Use runto_main, and issue fail is that fails. Use
8051 gdb_load_shlibs.
8052 (shlib_name): Delete.
8053 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8054
7dd6df01
PA
80552014-04-15 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/sym-file.exp: Remove regex characters from test
8058 message. Don't refer to breakpoint numbers in test messages.
8059
b50c8614
KS
80602014-04-14 Keith Seitz <keiths@redhat.com>
8061
8062 PR c++/16253
8063 * gdb.cp/var-tag.cc: New file.
8064 * gdb.cp/var-tag.exp: New file.
8065 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8066 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8067 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8068 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8069
3d567982
TT
80702014-04-14 Tom Tromey <tromey@redhat.com>
8071
8072 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8073 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8074 type.
8075 * gdb.cp/enum-class.exp: New file.
8076 * gdb.cp/enum-class.cc: New file.
8077
0626fc76
TT
80782014-04-14 Tom Tromey <tromey@redhat.com>
8079
8080 * gdb.dwarf2/enum-type.exp: New file.
8081
dca325b3
SA
80822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8083
8084 * gdb.mi/mi-vla-c99.exp: New file.
8085 * gdb.mi/vla.c: New file.
8086
5854b38a
SA
80872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8088
8089 * gdb.base/vla-datatypes.c: New file.
8090 * gdb.base/vla-datatypes.exp: New file.
8091
463bb957
SA
80922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8093
8094 * gdb.base/vla-ptr.c: New file.
8095 * gdb.base/vla-ptr.exp: New file.
8096
3dd170be
SA
80972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8098
8099 * gdb.dwarf2/count.exp: New file.
8100
5ecaaa66
SA
81012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8102
8103 * gdb.base/vla-sideeffect.c: New file.
8104 * gdb.base/vla-sideeffect.exp: New file.
8105
41f1ada5
DB
81062014-04-14 David Blaikie <dblaikie@gmail.com>
8107
8108 * gdb.mi/non-stop.c: Add return value for non-void function return
8109 statement.
8110 * gdb.threads/staticthreads.c: Ditto.
8111
0be03e84
DE
81122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8113 Doug Evans <xdje42@gmail.com>
8114
8115 * gdb.guile/scm-value.c: Improve test case.
8116 * gdb.guile/scm-value.exp: Add new test.
8117
f180a1fb
DB
81182014-04-11 David Blaikie <dblaikie@gmail.com>
8119
8120 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8121 override Clang's default.
8122
6b662e19
JB
81232014-04-11 Joel Brobecker <brobecker@adacore.com>
8124
8125 Revert the following changes (regressions):
8126
8127 * gdb.base/vla-sideeffect.c: New file.
8128 * gdb.base/vla-sideeffect.exp: New file.
8129
8130 * gdb.dwarf2/count.exp: New file.
8131
8132 * gdb.base/vla-multi.c: New file.
8133 * gdb.base/vla-multi.exp: New file.
8134
8135 * gdb.base/vla-ptr.c: New file.
8136 * gdb.base/vla-ptr.exp: New file.
8137
8138 * gdb.base/vla-datatypes.c: New file.
8139 * gdb.base/vla-datatypes.exp: New file.
8140
8141 * gdb.mi/mi-vla-c99.exp: New file.
8142 * gdb.mi/vla.c: New file.
8143
245a5f0b
KS
81442014-04-11 Keith Seitz <keiths@redhat.com>
8145
8146 PR c++/16675
8147 * gdb.cp/cpsizeof.exp: New file.
8148 * gdb.cp/cpsizeof.cc: New file.
8149
58a84dcf
SA
81502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8151
191a8a90
JB
8152 * gdb.mi/mi-vla-c99.exp: New file.
8153 * gdb.mi/vla.c: New file.
58a84dcf 8154
c8655f75
SA
81552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8156
8157 * gdb.base/vla-datatypes.c: New file.
8158 * gdb.base/vla-datatypes.exp: New file.
8159
024e13b4
SA
81602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8161
8162 * gdb.base/vla-ptr.c: New file.
8163 * gdb.base/vla-ptr.exp: New file.
8164
1a237e0e
SA
81652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8166
8167 * gdb.base/vla-multi.c: New file.
8168 * gdb.base/vla-multi.exp: New file.
8169
504f3432
SA
81702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8171
8172 * gdb.dwarf2/count.exp: New file.
8173
3bce8237
SA
81742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8175
191a8a90
JB
8176 * gdb.base/vla-sideeffect.c: New file.
8177 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8178
322f9c21
YQ
81792014-04-11 Yao Qi <yao@codesourcery.com>
8180
8181 * gdb.base/completion.exp: Check file exists before running tests
8182 on file completion.
8183
d708bcd1
PA
81842014-04-10 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.base/cond-eval-mode.c: New file.
8187 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8188 prepare_for_testing to build the new file. Check result of
8189 runto_main.
8190 (test_break, test_watch): New procedures.
8191 (top level): Use them.
8192
ae1d2761
PM
81932014-04-08 Pierre Muller <muller@sourceware.org>
8194
8195 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8196 Ctrl-V use for mingw hosts.
8197
7af389b8
SC
81982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8199
8200 * gdb.python/py-value.c: Improve test case.
8201 * gdb.python/py-value.exp: Add new test.
8202
5e703181
DE
82032014-04-07 David Blaikie <dblaikie@gmail.com>
8204
8205 * lib/compiler.c: Identify the clang compiler.
8206 * lib/compiler.cc: Ditto.
8207
9810b410
YQ
82082014-04-03 Yao Qi <yao@codesourcery.com>
8209
8210 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8211
98d1b8dc
AB
82122014-04-01 Anton Blanchard <anton@samba.org>
8213
8214 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8215 messages unique.
8216
3114cea1
AB
82172014-04-01 Anton Blanchard <anton@samba.org>
8218
8219 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8220 prepare_for_testing.
8221
62f7182c
AB
82222014-04-01 Anton Blanchard <anton@samba.org>
8223
8224 * gdb.arch/ppc64-atomic-inst.c: Remove.
8225 * gdb.arch/ppc64-atomic-inst.S: New file.
8226 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8227
770e7fc7
DE
82282014-03-31 Doug Evans <dje@google.com>
8229
8230 * gdb.base/print-symbol-loading-lib.c: New file.
8231 * gdb.base/print-symbol-loading-main.c: New file.
8232 * gdb.base/print-symbol-loading.exp: New file.
8233
46e2bafa
YQ
82342014-03-31 Yao Qi <yao@codesourcery.com>
8235
8236 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8237
8776cfe9
JB
82382014-03-28 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/mi_dyn_arr: New testcase.
8241
5d1ef361
DE
82422014-03-27 Doug Evans <dje@google.com>
8243
8244 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8245
b5bee914
YQ
82462014-03-27 Yao Qi <yao@codesourcery.com>
8247
8248 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8249 if target is nios2-*-*.
8250
0d4d0e77
YQ
82512014-03-26 Yao Qi <yao@codesourcery.com>
8252
8253 * lib/gdb.exp (readline_is_used): New proc.
8254 * gdb.base/completion.exp: Move tests on command complete up.
8255 Skip the rest of tests if readline is not used.
8256 * gdb.ada/complete.exp: Skp the test if readline is not
8257 used.
8258 * gdb.base/filesym.exp: Likewise.
8259 * gdb.base/macscp.exp: Likewise.
8260 * gdb.base/readline-ask.exp: Likewise.
8261 * gdb.base/readline.exp: Likewise.
8262 * gdb.python/py-cmd.exp: Likewise.
8263 * gdb.trace/tfile.exp: Likewise.
8264
29361eee
YQ
82652014-03-26 Yao Qi <yao@codesourcery.com>
8266
8267 * gdb.base/macscp.exp: Fix code format issues.
8268
bc9a5525
UW
82692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8270
8271 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8272 * gdb.asm/powerpc64le.inc: New file.
8273
d3839ede
PA
82742014-03-25 Pedro Alves <palves@redhat.com>
8275 Doug Evans <dje@google.com>
8276
8277 * gdb.base/source-execution.c: New file.
8278 * gdb.base/source-execution.exp: New file.
8279 * gdb.base/source-execution.gdb: New file.
8280
01672a57
DE
82812014-03-24 Doug Evans <dje@google.com>
8282
8283 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8284 using fission.
8285
88bbeca9
HZ
82862014-03-24 Hui Zhu <hui@codesourcery.com>
8287 Pedro Alves <palves@redhat.com>
8288
8289 PR breakpoints/16101
8290 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8291 test pass/fail messages. Detect missing support for dprintf when
8292 breakpoints are actually inserted.
8293 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8294 breakpoints are actually inserted.
8295 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8296 fails.
8297
d2348791
JK
82982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8301
feef67ab
DE
83022014-03-22 Doug Evans <xdje42@gmail.com>
8303
8304 * gdb.python/python.exp (python not supported): Verify multi-line
8305 python command issues an error.
25d743f9 8306 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8307 guile command issues an error.
feef67ab 8308
ecebef6a
MR
83092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8310
8311 * gdb.threads/thread-specific.exp: Handle the lack of usable
8312 $this_breakpoint and $this_thread.
8313
ccdd1909
HZ
83142014-03-21 Hui Zhu <hui@codesourcery.com>
8315
8316 * gdb.base/attach.exp (do_command_attach_tests): New.
8317
beb460e8
PA
83182014-03-20 Tom Tromey <tromey@redhat.com>
8319 Pedro Alves <palves@redhat.com>
8320
8321 PR cli/15718
8322 * gdb.base/condbreak-call-false.c: New file.
8323 * gdb.base/condbreak-call-false.exp: New file.
8324
40acf43a
PA
83252014-03-20 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8328 Delete.
8329 (block_signals, unblock_signals): Delete.
8330 (child_function_2, main): Remove references to deleted variable
8331 and functions.
8332
9f5e1e02
PA
83332014-03-20 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8336 Use pthread_kill to signal thread 2.
8337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8338 Adjust to make the test send itself a signal rather than using the
8339 host's "kill" command.
8340
99619bea
PA
83412014-03-20 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.threads/multiple-step-overs.c: New file.
8344 * gdb.threads/multiple-step-overs.exp: New file.
8345 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8346 Adjust expected infrun debug output.
8347
2adfaa28
PA
83482014-03-20 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8351 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8352
31e77af2
PA
83532014-03-20 Pedro Alves <palves@redhat.com>
8354
8355 PR breakpoints/7143
8356 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8357 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8358 of gdb_test_multiple.
8359 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8360 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8361
b9f437de
PA
83622014-03-20 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8365 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8366
05adc73e
PA
83672014-03-19 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.base/async.exp: Remove early return.
8370
6048b950
PA
83712014-03-19 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8374
8bcfb00a
PA
83752014-03-19 Pedro Alves <palves@redhat.com>
8376
8377 * gdb.base/async.exp (test_background): Expect \r\n after
8378 "completed." in the fail pattern.
8379
884e37dc
PA
83802014-03-19 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.base/async.exp (test_background): New procedure.
8383 Use it for all background execution command tests.
8384
148e57e2
PA
83852014-03-19 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/async.exp: Use prepare_for_testing.
8388
f48088c7
PA
83892014-03-19 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8392 the same line.
8393
e2f6c966
PA
83942014-03-19 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/async.c (main): Add "jump here" and "until here" line
8397 marker comments.
8398 * gdb.base/async.exp (jump_here): New global.
8399 (jump& test): Use it.
8400 (until_here): New global.
8401 (until& test): Use it.
8402
c30568d4
PA
84032014-03-19 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.base/async.exp: Don't frob gdb_protocol.
8406
0172b6a7
DE
84072014-03-18 Doug Evans <xdje42@gmail.com>
8408
8409 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8410 Fix spelling of exec-done-display.
8411
06c868a8
JK
84122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8413
8414 PR gdb/15358
8415 * gdb.base/gdb-sigterm.c: New file.
8416 * gdb.base/gdb-sigterm.exp: New file.
8417
0c7e1a46
PA
84182014-03-18 Pedro Alves <palves@redhat.com>
8419
8420 PR gdb/13860
8421 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8422 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8423 solib-event.
8424
f7c77d93
JB
84252014-03-17 Joel Brobecker <brobecker@adacore.com>
8426
8427 * gdb.ada/pckd_arr_ren: New testcase.
8428
5a1e8c7a
DE
84292014-03-13 Doug Evans <xdje42@gmail.com>
8430
8431 PR guile/16612
8432 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8433 collect after discarding symbols.
8434
350e1a76
DE
84352014-03-13 Ludovic Courtès <ludo@gnu.org>
8436 Doug Evans <xdje42@gmail.com>
8437
8438 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8439 to history survives a gc.
8440
a69900ae
PA
84412014-03-13 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/default.exp: Don't test "target procfs".
8444
5db9f0bd
PA
84452014-03-13 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.base/default.exp: Update "target child" and "target procfs"
8448 tests to not expect "Unix".
8449
b3ccfe11
TT
84502014-03-12 Tom Tromey <tromey@redhat.com>
8451
8452 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8453 New procs. Add target-async tests.
8454 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8455 Add target-async tests.
8456
646f4417
AA
84572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8460 'func_start' and 'func_end' for the beginning and end of the
8461 function code, respectively.
8462 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8463 'func_end' instead of 'func' and 'main'.
8464
288c211f
AA
84652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8466
8467 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8468 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8469 generate the debug info assembler source.
8470
e0c0f156
AA
84712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8472
8473 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8474 * gdb.dwarf2/arr-subrange.exp: Likewise.
8475 * gdb.dwarf2/dwz.exp: Likewise.
8476 * gdb.dwarf2/method-ptr.exp: Likewise.
8477 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8478 * gdb.dwarf2/subrange.exp: Likewise.
8479 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8480 * gdb.dwarf2/implptrpiece.exp: Likewise.
8481 * gdb.dwarf2/nostaticblock.exp: Likewise.
8482
0e5c4555
AA
84832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8486 directory to absolute path name arguments.
8487
5ec18f2b
JG
84882014-03-10 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.ada/tagged_access: New testcase.
8491
847fc4f2
MM
84922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8493
8494 * gdb.btrace/data.exp: Update expected output.
8495
cc3da688
YQ
84962014-03-06 Yao Qi <yao@codesourcery.com>
8497
8498 * gdb.trace/pr16508.exp: New file.
8499
0f26cec1
PA
85002014-03-05 Pedro Alves <palves@redhat.com>
8501
8502 PR gdb/16575
8503 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8504 procedure.
8505 (top level): Adjust to use it. Add tests that exercise breakpoint
8506 interaction with the code-cache.
8507
7a5a839f
LC
85082014-02-26 Ludovic Courtès <ludo@gnu.org>
8509
8510 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8511 test for 'history-append!'.
8512
31aa7e4e
JB
85132014-02-26 Joel Brobecker <brobecker@adacore.com>
8514
8515 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8516 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8517 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8518 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8519 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8520 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8521
1b588015
JB
85222014-02-26 Joel Brobecker <brobecker@adacore.com>
8523
8524 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8525 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8526 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8527
55426c9d
JB
85282014-02-26 Joel Brobecker <brobecker@adacore.com>
8529
8530 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8531
dc53a7ad
JB
85322014-02-26 Joel Brobecker <brobecker@adacore.com>
8533
8534 * gdb.dwarf2/arr-stride.c: New file.
8535 * gdb.dwarf2/arr-stride.exp: New file.
8536
12ab52e9
PA
85372014-02-26 Pedro Alves <palves@redhat.com>
8538
8539 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8540 that won't ever trigger. Make sure that GDB reports the correct
8541 breakpoint that caused the stop.
8542
849c862e
JK
85432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 PR gdb/16626
8546 * gdb.base/auto-load-script: New file.
8547 * gdb.base/auto-load.c: New file.
8548 * gdb.base/auto-load.exp: New file.
8549
71b7d793
JK
8550 PR gdb/16626
8551 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8552
e2f0d509
JK
85532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8556 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8557
50cc37c8
DE
85582014-02-24 Doug Evans <dje@google.com>
8559
8560 * lib/gdb.exp (run_on_host): Log error output if program fails.
8561
ea4758f2
PA
85622014-02-21 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.threads/step-after-sr-lock.c: Rename to ...
8565 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8566 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8567 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8568 ... this.
8569
d7b30f67
SDJ
85702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8571
8572 PR tdep/16397
8573 * gdb.arch/amd64-stap-special-operands.exp: New file.
8574 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8575 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8576 * gdb.arch/amd64-stap-triplet.S: Likewise.
8577 * gdb.arch/amd64-stap-triplet.c: Likewise.
8578
83deb43f
JB
85792014-02-20 Joel Brobecker <brobecker@adacore.com>
8580
8581 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8582 in .section pseudo-op.
8583
adde2bff
DE
85842014-02-20 lin zuojian <manjian2006@gmail.com>
8585 Joel Brobecker <brobecker@adacore.com>
8586 Doug Evans <xdje42@gmail.com>
8587
8588 PR symtab/16581
8589 * gdb.dwarf2/dw2-icycle.S: New file.
8590 * gdb.dwarf2/dw2-icycle.c: New file.
8591 * gdb.dwarf2/dw2-icycle.exp: New file.
8592
f7bd0f78
SC
85932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8594
8595 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8596 operations on gdb.Value objects.
8597 * gdb.python/py-value-cc.exp: Add new test to test operations on
8598 gdb.Value objects.
8599
c17ef0d5
DE
86002014-02-18 Doug Evans <dje@google.com>
8601
8602 * Makefile.in (TESTS): New variable.
8603 (expanded_tests, expanded_tests_or_none): New variables
8604 (check-single): Pass $(expanded_tests_or_none) to runtest.
8605 (check-parallel): Only run tests in $(TESTS) if non-empty.
8606 (check/no-matching-tests-found): New rule.
8607 * README: Document TESTS makefile variable.
8608
5dd3176f
DE
86092014-02-18 Doug Evans <dje@google.com>
8610
8611 * Makefile.in (check-parallel): rm -rf outputs temp.
8612
0b10be4f
JK
86132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8614
8615 Fix "ERROR: no fileid for" in the testsuite.
8616 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8617
85f224e7
DE
86182014-02-12 Doug Evans <dje@google.com>
8619
8620 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8621 (MISCELLANEOUS): New variable.
8622 (clean): rm -rf $(MISCELLANEOUS).
8623 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8624 dwp live in the same directory as symlinks, with each symlink pointed
8625 to a differently named file in a different directory.
8626
149b30ff
DE
86272014-02-11 Doug Evans <dje@google.com>
8628
8629 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8630 of Tcl file commands.
8631
1dfdac32
MK
86322014-02-10 Mark Kettenis <kettenis@gnu.org>
8633
8634 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8635 "kill -SIGUSR1 -1".
8636
aa4fb036
JB
86372014-02-10 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.ada/tick_length_array_enum_idx: New testcase.
8640
ed3ef339
DE
86412014-02-10 Doug Evans <xdje42@gmail.com>
8642
8643 * configure.ac (AC_OUTPUT): Add gdb.guile.
8644 * configure: Regenerate.
8645 * lib/gdb-guile.exp: New file.
8646 * lib/gdb.exp (get_target_charset): New function.
8647 * gdb.base/help.exp: Update expected output from "apropos apropos".
8648 * gdb.guile/Makefile.in: New file.
8649 * gdb.guile/guile.exp: New file.
8650 * gdb.guile/scm-arch.c: New file.
8651 * gdb.guile/scm-arch.exp: New file.
8652 * gdb.guile/scm-block.c: New file.
8653 * gdb.guile/scm-block.exp: New file.
8654 * gdb.guile/scm-breakpoint.c: New file.
8655 * gdb.guile/scm-breakpoint.exp: New file.
8656 * gdb.guile/scm-disasm.c: New file.
8657 * gdb.guile/scm-disasm.exp: New file.
8658 * gdb.guile/scm-equal.c: New file.
8659 * gdb.guile/scm-equal.exp: New file.
8660 * gdb.guile/scm-error.exp: New file.
8661 * gdb.guile/scm-error.scm: New file.
8662 * gdb.guile/scm-frame-args.c: New file.
8663 * gdb.guile/scm-frame-args.exp: New file.
8664 * gdb.guile/scm-frame-args.scm: New file.
8665 * gdb.guile/scm-frame-inline.c: New file.
8666 * gdb.guile/scm-frame-inline.exp: New file.
8667 * gdb.guile/scm-frame.c: New file.
8668 * gdb.guile/scm-frame.exp: New file.
8669 * gdb.guile/scm-generics.exp: New file.
8670 * gdb.guile/scm-gsmob.exp: New file.
8671 * gdb.guile/scm-iterator.c: New file.
8672 * gdb.guile/scm-iterator.exp: New file.
8673 * gdb.guile/scm-math.c: New file.
8674 * gdb.guile/scm-math.exp: New file.
8675 * gdb.guile/scm-objfile-script-gdb.in: New file.
8676 * gdb.guile/scm-objfile-script.c: New file.
8677 * gdb.guile/scm-objfile-script.exp: New file.
8678 * gdb.guile/scm-objfile.c: New file.
8679 * gdb.guile/scm-objfile.exp: New file.
8680 * gdb.guile/scm-ports.exp: New file.
8681 * gdb.guile/scm-pretty-print.c: New file.
8682 * gdb.guile/scm-pretty-print.exp: New file.
8683 * gdb.guile/scm-pretty-print.scm: New file.
8684 * gdb.guile/scm-section-script.c: New file.
8685 * gdb.guile/scm-section-script.exp: New file.
8686 * gdb.guile/scm-section-script.scm: New file.
8687 * gdb.guile/scm-symbol.c: New file.
8688 * gdb.guile/scm-symbol.exp: New file.
8689 * gdb.guile/scm-symtab-2.c: New file.
8690 * gdb.guile/scm-symtab.c: New file.
8691 * gdb.guile/scm-symtab.exp: New file.
8692 * gdb.guile/scm-type.c: New file.
8693 * gdb.guile/scm-type.exp: New file.
8694 * gdb.guile/scm-value-cc.cc: New file.
8695 * gdb.guile/scm-value-cc.exp: New file.
8696 * gdb.guile/scm-value.c: New file.
8697 * gdb.guile/scm-value.exp: New file.
8698 * gdb.guile/source2.scm: New file.
8699 * gdb.guile/types-module.cc: New file.
8700 * gdb.guile/types-module.exp: New file.
8701
7026a7c1
YQ
87022014-02-10 Yao Qi <yao@codesourcery.com>
8703
8704 PR testsuite/16543
8705 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8706 * configure: Regenerated.
8707 * Makefile.in: New file.
8708
6c466447
AS
87092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8710
8711 * gdb.python/py-framefilter.exp: Fix typo.
8712
6e854735
YQ
87132014-02-08 Yao Qi <yao@codesourcery.com>
8714
8715 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8716 that no =breakpoint-modified is emitted when breakpoints are
8717 modified through MI commands.
8718
d137e6dc
PA
87192014-02-07 Pedro Alves <pedro@codesourcery.com>
8720 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.threads/step-after-sr-lock.c: New file.
8723 * gdb.threads/step-after-sr-lock.exp: New file.
8724
b5ee5a50
PA
87252014-02-07 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8728
3c77faf3
JK
87292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8730
8731 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8732 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8733
6dddc817
DE
87342014-02-06 Doug Evans <xdje42@gmail.com>
8735
8736 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8737 output.
8738
8739 * gdb.gdb/python-interrupts.exp: New file.
8740
de7b2893
YQ
87412014-02-05 Yao Qi <yao@codesourcery.com>
8742
8743 * gdb.trace/report.exp (use_collected_data): Test the output
8744 of "info threads" and "info inferiors".
8745
66d032ac
YQ
87462014-02-05 Yao Qi <yao@codesourcery.com>
8747
8748 Revert this patch:
8749
8750 2013-05-24 Yao Qi <yao@codesourcery.com>
8751
8752 * gdb.trace/tfile.exp: Test inferior and thread.
8753
591a12a1
UW
87542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8755
8756 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8757 on a function.
8758 * gdb.base/step-bt.c: Call hello via function pointer to make
8759 sure its first instruction is executed on powerpc64le-linux.
8760
0ff3e01f
UW
87612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8762
8763 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8764
084ee545
UW
87652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8766
8767 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8768 of the test patterns for use on little-endian systems.
8769
6ed14ff3
UW
87702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8771
8772 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8773 (decimal_vector): Fix for little-endian.
8774
401e27fd
JM
87752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8776
8777 * gdb.arch/sparc-sysstep.exp: New file.
8778 * gdb.arch/sparc-sysstep.c: Likewise.
8779
8780 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8781
8b924729
EBM
87822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8783
8784 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8785
fb151210
JB
87862014-01-23 Tom Tromey <tromey@redhat.com>
8787
8788 * gdb.ada/array_char_idx: New testcase.
8789
0740f8d8
TT
87902014-01-23 Tom Tromey <tromey@redhat.com>
8791
8792 PR python/16487:
8793 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8794 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8795 classes.
8796
21909fa1
TT
87972014-01-23 Tom Tromey <tromey@redhat.com>
8798
8799 PR python/16491:
8800 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8801 string from an inferior frame.
8802 * gdb.python/py-framefilter-mi.exp: Update.
8803
87ce2a04
DE
88042014-01-22 Doug Evans <dje@google.com>
8805
8806 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8807
237b092b
AA
88082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8809
8810 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8811
d674a709
AA
88122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8813
8814 * gdb.trace/entry-values.exp: Remove excess space character from
8815 regex patterns. Handle s390 call instruction.
8816
20fa3390
AA
88172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8818
8819 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8820 define "*_start" label. Make "name" static.
8821 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8822 ${name} by references to ${name}_start.
8823
78466714
AA
88242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8825
8826 * gdb.base/info-macros.exp: Remove "debug" from the compile
8827 options.
8828
ec9f644a
IB
88292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8830
8831 * gdb.dlang/demangle.exp: New file.
8832
94b1b47e
IB
88332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8834
8835 * gdb.dlang/primitive-types.exp: New file.
8836
7f420862
IB
88372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8838
8839 * configure.ac: Create gdb.dlang/Makefile.
8840 * configure: Regenerate.
8841 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8842 * gdb.dlang/Makefile.in: New file.
8843 * lib/d-support.exp: New file.
8844 * lib/gdb.exp (skip_d_tests): New proc.
8845
52834460
MM
88462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8847
8848 * gdb.btrace/delta.exp: Check reverse stepi.
8849 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8850 * gdb.btrace/finish.exp: New.
8851 * gdb.btrace/next.exp: New.
8852 * gdb.btrace/nexti.exp: New.
8853 * gdb.btrace/record_goto.c: Add comments.
8854 * gdb.btrace/step.exp: New.
8855 * gdb.btrace/stepi.exp: New.
8856 * gdb.btrace/multi-thread-step.c: New.
8857 * gdb.btrace/multi-thread-step.exp: New.
8858 * gdb.btrace/rn-dl-bind.c: New.
8859 * gdb.btrace/rn-dl-bind.exp: New.
8860 * gdb.btrace/data.c: New.
8861 * gdb.btrace/data.exp: New.
8862 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8863
6e07b1d2
MM
88642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8865
8866 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8867 * gdb.btrace/exception.exp: Update.
8868 * gdb.btrace/instruction_history.exp: Update.
8869 * gdb.btrace/record_goto.exp: Update.
8870 * gdb.btrace/tailcall.exp: Update.
8871 * gdb.btrace/unknown_functions.exp: Update.
8872 * gdb.btrace/delta.exp: New.
8873
0b722aec
MM
88742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8875
8876 * gdb.btrace/record_goto.exp: Add backtrace test.
8877 * gdb.btrace/tailcall.exp: Add backtrace test.
8878
066ce621
MM
88792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8880
8881 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8882 * gdb.btrace/record_goto.c: New.
8883 * gdb.btrace/record_goto.exp: New.
8884 * gdb.btrace/x86-record_goto.S: New.
8885
0688d04e
MM
88862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8887
8888 * gdb.btrace/function_call_history.exp: Update tests.
8889 * gdb.btrace/instruction_history.exp: Update tests.
8890
8710b709
MM
88912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8892
8893 * gdb.btrace/function_call_history.exp: Fix expected field
8894 order for "record function-call-history".
8895 Add new tests for "record function-call-history /c".
8896 * gdb.btrace/exception.cc: New.
8897 * gdb.btrace/exception.exp: New.
8898 * gdb.btrace/tailcall.exp: New.
8899 * gdb.btrace/x86-tailcall.S: New.
8900 * gdb.btrace/x86-tailcall.c: New.
8901 * gdb.btrace/unknown_functions.c: New.
8902 * gdb.btrace/unknown_functions.exp: New.
8903 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8904
5de9129b
MM
89052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8906
8907 * gdb.btrace/instruction_history.exp: Update.
8908 * gdb.btrace/function_call_history.exp: Update.
8909
23a7fe75
MM
89102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8911
8912 * gdb.btrace/function_call_history.exp: Fix expected function
8913 trace.
8914 * gdb.btrace/instruction_history.exp: Initialize traced.
8915 Remove traced_functions.
8916
724c7dd8
MM
89172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8918
8919 * gdb.btrace/function_call_history.exp: Update
8920 * gdb.btrace/instruction_history.exp: Update.
8921
6d78d93b
MM
89222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8923
8924 * gdb.btrace/enable.exp: Update expected text.
8925
93a360cc
OJ
89262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8927
8928 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8929 bytes.
8930
3772b53f
MR
89312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8932
8933 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8934
596662fa
OJ
89352014-01-15 Omair Javaid <omair.javaid@linaro.org>
8936
8937 * lib/gdb.exp (supports_process_record): Return true for
8938 arm*-linux*. (supports_reverse): Likewise.
8939
b5b08fb4
SC
89402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8941
8942 PR python/15464
8943 PR python/16113
8944 * gdb.python/py-type.c: Enhance test case.
8945 * gdb.python/py-value-cc.cc: Likewise
8946 * gdb.python/py-type.exp: Add new tests.
8947 * gdb.python/py-value-cc.exp: Likewise
8948
52d7fb13
AA
89492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8950 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8953 Make "name" extern.
8954 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8955 references to ${name}_start by references to ${name}.
8956
a2cd8cfe
JB
89572014-01-10 Joel Brobecker <brobecker@adacore.com>
8958
8959 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8960
4e23fced
JB
89612014-01-10 Joel Brobecker <brobecker@adacore.com>
8962
8963 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8964
c6a9e42c
PA
89652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8966 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8969 mi_gdb_target_load.
c6a9e42c 8970
b7ea362b
PA
89712014-01-08 Pedro Alves <palves@redhat.com>
8972
8973 * gdb.threads/reconnect-signal.c: New file.
8974 * gdb.threads/reconnect-signal.exp: New file.
8975
5e3f4fab
EBM
89762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.base/source-dir.exp: New file.
8979
79301218
JB
89802014-01-07 Joel Brobecker <brobecker@adacore.com>
8981
8982 * gdb.ada/mi_interface: New testcase.
8983
8e355c5d
JB
89842014-01-07 Joel Brobecker <brobecker@adacore.com>
8985
8986 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8987 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8988 gdb.ada/pp-rec-component/pck.ads: New files.
8989
c0d48811
JB
89902014-01-07 Joel Brobecker <brobecker@adacore.com>
8991
8992 * gdb.python/py-pp-integral.c: New file.
8993 * gdb.python/py-pp-integral.py: New file.
8994 * gdb.python/py-pp-integral.exp: New file.
8995
17b609c3 8996For older changes see ChangeLog-1993-2013.
c906108c 8997\f
8d8cb839
EZ
8998;; Local Variables:
8999;; mode: change-log
9000;; left-margin: 8
9001;; fill-column: 74
9002;; version-control: never
9003;; End:
902f2ccb 9004
618f726f 9005 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
9006 Copying and distribution of this file, with or without modification,
9007 are permitted provided the copyright notice and this notice are preserved.
This page took 3.890749 seconds and 4 git commands to generate.