]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Detect broken ptrace in gdb_skip_float_test
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
27aba047
YQ
12016-09-02 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4 true.
5 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6 * gdb.base/call-rt-st.exp: Likewise.
7 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8 return value instead of gdb,skip_float_test.
9 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10 (do_function_calls): Use its return value instead of
11 gdb,skip_float_test.
12 * gdb.base/finish.exp: Likewise.
13 * gdb.base/funcargs.exp: Likewise.
14 * gdb.base/return.exp: Likewise.
15 * gdb.base/return2.exp: Likewise.
16 * gdb.base/varargs.exp: Likewise.
17 * lib/gdb.exp (gdb_skip_float_test): Change it to
18 gdb_caching_proc. Detect the broken ptrace on arm-linux.
19
5af962df
AA
202016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21
22 * gdb.multi/tids.exp: Test "thread apply all".
23
7fac6910
JK
242016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
25
26 * gdb.base/default.exp (tty): Remove.
27
bb1fe4ac
KB
282016-08-24 Kevin Buettner <kevinb@redhat.com>
29
30 * gdb.python/py-recurse-unwind.c: New file.
31 * gdb.python/py-recurse-unwind.py: New file.
32 * gdb.python/py-recurse-unwind.exp: New file.
33
0a1ddfa6
SM
342016-08-24 Simon Marchi <simon.marchi@ericsson.com>
35
36 * gdb.base/set-inferior-tty.exp: New file.
37 * gdb.base/set-inferior-tty.c: New file.
38
d9de1fe3
PA
392016-08-23 Pedro Alves <palves@redhat.com>
40
41 PR gdb/20494
42 * gdb.base/new-ui-echo.c: New file.
43 * gdb.base/new-ui-echo.exp: New file.
44
e9d9abd7
YQ
452016-08-23 Yao Qi <yao.qi@linaro.org>
46
47 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
48 gdbserver_spawn.
49 * gdb.server/connect-without-multi-process.exp (do_test):
50 Likewise.
51
3589529e
YQ
522016-08-23 Yao Qi <yao.qi@linaro.org>
53
54 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
55 standalone_txt. Delete gdb_txt and standalone_txt on host
56 and target. Spawn the binary on target. Copy files from
57 target to host.
58
6bb90213
PA
592016-08-22 Pedro Alves <palves@redhat.com>
60
61 PR gdb/20505
62 * gdb.base/vdso-warning.exp: Test core dumps too. Use
63 with_test_prefix. Factor out bits to ...
64 (test_no_vdso): ... this new procedure.
65
20c2c024
CL
662016-08-19 Carl Love <cel@us.ibm.com>
67
68 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
69 maintaining separate logic for constructing the output path.
70 * gdb.arch/powerpc-d128-regs.exp: Likewise.
71 * gdb.arch/ppc-dfp.exp: Likewise.
72 * gdb.arch/ppc-fp.exp: Likewise.
73 * gdb.arch/vsx-regs.exp: Likewise.
74 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
75 binprefix for generating the additional binary files.
76
0646e07d
PA
772016-08-19 Pedro Alves <palves@redhat.com>
78
79 * gdb.trace/mi-trace-frame-collected.exp
80 (test_trace_frame_collected): On x32, expect two registers.
81
46da9242
CL
822016-08-18 Carl Love <cel@us.ibm.com>
83
84 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
85 and sync up the test with tests in gas/testsuite/gas/ppc.
86 * gdb.arch/powerpc-power.exp: Likewise.
87
eb2332d7
SM
882016-08-17 Simon Marchi <simon.marchi@ericsson.com>
89
90 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
91 expected error message.
92
63c61e04
SM
932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
94
95 * gdb.multi/remove-inferiors.exp: New file.
96 * gdb.multi/remove-inferiors.c: New file.
97
7b17065f
YQ
982016-08-12 Yao Qi <yao.qi@linaro.org>
99
100 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
101 argument list.
102
01d3dedf
PA
1032016-08-10 Pedro Alves <palves@redhat.com>
104
105 PR gdb/19187
106 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
107 setup_kfails.
108
3eb7562a
PA
1092016-08-09 Pedro Alves <palves@redhat.com>
110 Simon Marchi <simon.marchi@ericsson.com>
111
112 PR gdb/20418
113 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
114 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
115
80614914
PA
1162016-08-09 Pedro Alves <palves@redhat.com>
117
118 PR mi/20431
119 * gdb.mi/mi-cmd-error.exp: New file.
120
f348d89a
PA
1212016-08-09 Pedro Alves <palves@redhat.com>
122
123 PR gdb/18653
124 * gdb.base/signals-state-child.c: New file.
125 * gdb.base/signals-state-child.exp: New file.
126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
127
e5ca03b4
PA
1282016-08-09 Pedro Alves <palves@redhat.com>
129
130 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
131
282a0691
TT
1322016-08-03 Tom Tromey <tom@tromey.com>
133
134 PR python/18565:
135 * gdb.python/py-frame-inline.exp: Add Frame.function test.
136
41bfcd63
YQ
1372016-08-01 Yao Qi <yao.qi@linaro.org>
138
139 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
140 variable mode to "multi-process" if $multi_process is 1, otherwise
141 set it to "single-process".
142
e3465b24
YQ
1432016-08-01 Yao Qi <yao.qi@linaro.org>
144
145 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
146 * gdb.cp/cpexprs.exp: Likewise.
147 * gdb.cp/m-static.exp: Likewise.
148
0b31a4bc
TT
1492016-07-26 Tom Tromey <tom@tromey.com>
150
151 PR python/20190:
152 * gdb.threads/tls.exp (check_thread_local): Add python symbol
153 test.
154
e0461dbb
MM
1552016-07-26 Markus Metzger <markus.t.metzger@intel.com>
156
157 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
158 selecting assembly source files.
159 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
160 assembly source files.
161 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
162 assembly source files.
163 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
164 selecting assembly source files.
165
8194e927
SM
1662016-07-25 Simon Marchi <simon.marchi@ericsson.com>
167
168 * gdb.base/new-ui.exp (do_test_invalid_args): New
169 procedure.
170
c0272db5
TW
1712016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
172
173 * gdb.btrace/reconnect.c: New file.
174 * gdb.btrace/reconnect.exp: New file.
175
e3487908
GKB
1762016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
177
178 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
179 to test_catch_syscall_group.
180 (test_catch_syscall_group): New.
181
12df5c00
TT
1822016-07-21 Tom Tromey <tom@tromey.com>
183
184 * gdb.rust/simple.rs (main): Use empty struct expression.
185 * gdb.rust/simple.exp: Add tests for empty struct expression.
186
bae62ee2
YQ
1872016-07-21 Yao Qi <yao.qi@linaro.org>
188
189 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
190 if gdb_skip_xml_test is true on some targets.
191
b1b53fb3
YQ
1922016-07-21 Yao Qi <yao.qi@linaro.org>
193
194 * gdb.server/solib-list.exp: Unset last_loaded_file.
195
027d97f8
JK
1962016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
199 "step into captured_main (args)".
200
7674d381
JK
2012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
202
203 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
204
72b5d099
JK
2052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
208
1f960ced
PA
2092016-07-19 Pedro Alves <palves@redhat.com>
210
211 * gdb.opt/inline-break.exp: Remove optimize=-O2.
212 * gdb.opt/inline-bt.exp: Likewise.
213 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
214 additional_flags=-Winline.
215 * gdb.opt/inline-locals.exp: Likewise.
216 * gdb.opt/inline-markers.c (ATTR): Define.
217 (inlined_fn): Use it.
218
f25827c1
YQ
2192016-07-19 Yao Qi <yao.qi@linaro.org>
220
221 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
222 (test_with_self): Remove some code. Remove argument executable.
223 (top-level): Use do_self_tests.
224
37539ebe
DB
2252016-07-15 Zachary Welch <zwelch@codesourcery.com>
226 Don Breazeal <donb@codesourcery.com>
227
228 * gdb.base/maint.exp: Escape paths used in regular expressions.
229 * gdb.stabs/weird.exp: Likewise.
230
dac790e1
TT
2312016-07-13 Tom Tromey <tom@tromey.com>
232
233 PR python/15620, PR python/18620:
234 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
235 (test_bkpt_events): New procs.
236
93daf339
TT
2372016-07-13 Tom Tromey <tom@tromey.com>
238
239 PR python/17698:
240 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
241 test.
242 (test_watchpoints): Likewise.
243 (test_bkpt_pending): New proc.
244
6571a381
TT
2452016-07-13 Tom Tromey <tom@tromey.com>
246
247 PR cli/18053:
248 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
249 completion test.
250
e8732474
JK
2512016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
254 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
255 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
256 f_label.
257 (g): Rename g_end_lbl to g_label.
258 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
259 low_pc and high_pc.
260 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
261
e0f3fd7c
TT
2622016-07-12 Tom Tromey <tom@tromey.com>
263
264 PR python/19293:
265 * gdb.python/py-unwind-maint.exp: Update tests.
266
3cfe46b6
YQ
2672016-07-12 Yao Qi <yao.qi@linaro.org>
268
269 * lib/selftest-support.exp (selftest_setup): Match the output
270 when captured_main is inlined.
271
4f19a0e6
WT
2722016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
273
274 * gdb.fortran/derived-types.exp (result_line, result_line_2):
275 New variables.
276 (print this%a, print this%b, print this): New tests.
277 * gdb.fortran/derived-types.f90 (this): New object and
278 initialization.
279
986cf455
SM
2802016-07-06 Simon Marchi <simon.marchi@ericsson.com>
281
282 * gdb.ada/arraydim.exp: Remove extra directory level in build
283 directory.
284
f0464b23
SM
2852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
286
287 * lib/ada.exp: Remove extra directory level in build directory.
288 * gdb.ada/cond_lang.exp: Likewise.
289 * gdb.ada/exec_changed.exp: Likewise.
290 * gdb.ada/lang_switch.exp: Likewise.
291
42d94011
MG
2922016-07-06 Manish Goregaokar <manish@mozilla.com>
293
294 * simple.rs: Add test for raw pointer subscripting
295 * simple.exp: Add test expectations
296
647c264c
YQ
2972016-07-05 Yao Qi <yao.qi@linaro.org>
298
299 * gdb.mi/mi-reverse.exp: Match =record-started output.
300
20aa2c60
PA
3012016-07-01 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/jit-reader.exp (info_registers_current_frame): New
304 procedure.
305 (jit_reader_test): Test the jit reader's unwinder.
306 * gdb.base/jithost.c (jit_function_00_code): New global.
307 (main): Use memcpy to fill in the mmapped code, instead of poking
308 bytes manually here.
309 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
310 value.
311 (read_debug_info): Save the function's range.
312 (read_sp): New function.
313 (unwind_frame): Use it. Also unwind RBP.
314 (get_frame_id): Use read_sp.
315 (gdb_init_reader): Use calloc instead of malloc.
316 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
317 parameter. Use gdb_test_multiple.
318
ced2dffb
PA
3192016-07-01 Pedro Alves <palves@redhat.com>
320 Antoine Tremblay <antoine.tremblay@ericsson.com>
321
322 * gdb.threads/process-dies-while-detaching.c: New file.
323 * gdb.threads/process-dies-while-detaching.exp: New file.
324
63000888
PA
3252016-07-01 Pedro Alves <palves@redhat.com>
326
327 * gdb.multi/watchpoint-multi-exit.c: New file.
328 * gdb.multi/watchpoint-multi-exit.exp: New file.
329
038d4868
PA
3302016-06-30 Pedro Alves <palves@redhat.com>
331
332 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
333 unset inferior_spawn_id.
334
994e9c83
PA
3352016-06-30 Pedro Alves <palves@redhat.com>
336
337 * lib/mi-support.exp (default_mi_gdb_start): Declare global
338 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
339
e5653468
YQ
3402016-06-29 Yao Qi <yao.qi@linaro.org>
341
342 * gdb.base/return.c: Add copyright header.
343
803b47e5
TT
3442016-06-29 Tom Tromey <tom@tromey.com>
345
346 PR python/20129:
347 * gdb.python/py-framefilter.exp: Add tests for setting priority
348 and disabling of non-existent frame filter.
349
28244707
YQ
3502016-06-29 Yao Qi <yao.qi@linaro.org>
351
352 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
353 0x0f07ff.
354
a31d2f06
YQ
3552016-06-28 Yao Qi <yao.qi@linaro.org>
356
357 * gdb.base/catch-syscall.exp: Remove check on isnative and target
358 triplets. Start gdb, execute catch syscall, and continue. Check
359 gdb's output to determine catch syscall is supported.
360
921d8f54
MG
3612016-06-27 Manish Goregaokar <manish@mozilla.com>
362
25d49b86
PA
363 * gdb.rust/simple.rs: Add test for returning unit in a function.
364 * gdb.rust/simple.exp: Add expectation for functions returning
365 unit.
921d8f54 366
f4952523
PMR
3672016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
368
369 * gdb.python/py-breakpoint-create-fail.c,
370 gdb.python/py-breakpoint-create-fail.exp,
371 gdb.python/py-breakpoint-create-fail.py: New testcase.
372
fccb08f8
MG
3732016-06-25 Manish Goregaokar <manish@mozilla.com>
374
375 PR gdb/20239
376 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
377 * gdb.rust/simple.exp: Add test expectations for new NonZero
378 tests.
fccb08f8 379
6b850546
DT
3802016-06-24 David Taylor <dtaylor@emc.com>
381
382 * gdb.base/offsets.exp: New file.
383 * gdb.base/offsets.c: New file.
384
17621150
TT
3852016-06-23 Tom Tromey <tom@tromey.com>
386
387 PR gdb/16483:
388 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
389 before any filters are loaded.
390
04d59df6
WT
3912016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
392
393 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
394 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
395 structs.
396 * gdb.fortran/derived-type-function.exp: New file.
397 * gdb.fortran/derived-type-function.f90: New file.
398
399
ac69f786
PA
4002016-06-21 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/new-ui.exp: New file.
403 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
404 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
405 (with_spawn_id): New procedure.
406
49940788
PA
4072016-06-21 Pedro Alves <palves@redhat.com>
408
409 * gdb.mi/mi-exec-run.exp: New file.
410
ef274d26
PA
4112016-06-21 Pedro Alves <palves@redhat.com>
412
413 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
414 breakpoint command's output on the main UI.
415 (test_break): New procedure, factored out from calls in the top
416 level.
417 (top level): Use foreach_with_prefix to test MI as main UI and as
418 separate UI.
419
468afe6c
PA
4202016-06-21 Pedro Alves <palves@redhat.com>
421
422 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
423 (test_awatch_creation_and_listing)
424 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
425 Remove 'type' parameter.
426 (test_watchpoint_all): New parameter mi_mode. Remove
427 with_test_prefix.
428 (top level): Use foreach_with_prefix, and add main/separate UI MI
429 testing axis.
430
51f77c37
PA
4312016-06-21 Pedro Alves <palves@redhat.com>
432
433 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
434 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
435 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
436 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
437 (gdb_main_spawn_id, mi_spawn_id): Declare and
438 comment.
439 (mi_create_inferior_pty): New procedure,
440 factored out from default_mi_gdb_start.
441 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
442 procedures.
443 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
444 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
445 Use mi_create_inferior_pty.
446 (mi_gdb_start): Use eval to pass down args list.
447
8980e177
PA
4482016-06-21 Pedro Alves <palves@redhat.com>
449
450 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
451 * gdb.opt/inline-cmds.exp: Add MI tests.
452
f38d3ad1
PA
4532016-06-21 Pedro Alves <palves@redhat.com>
454
455 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
456
45db7c09
PA
4572016-06-21 Pedro Alves <palves@redhat.com>
458
459 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
460 (top level): Use it instead of mi_execute_to.
461
5a069ab3
PA
4622016-06-21 Pedro Alves <palves@redhat.com>
463
464 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
465 (cont_handler_str): New.
466 (signal_stop_handler): Set stop_handler_str instead of printing to
467 stdout.
468 (continue_handler): Set cont_handler_str instead of printing to
469 stdout.
470 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
471 mi_send_resuming_command. Print stop_handler_str and
472 cont_handler_str instead of expecting the python events print
473 directly.
474
2838cc1d
SD
4752016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
476
477 * gdb.base/jit-reader.exp: New file.
478 * gdb.base/jithost.c: New file.
479 * gdb.base/jithost.h: New file.
480 * gdb.base/jitreader.c : New file.
481 * gdb.base/jit-protocol.h: New file.
482
21a77091
YQ
4832016-06-17 Yao Qi <yao.qi@linaro.org>
484
485 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
486 parameters follow_fork and detach_on_fork. Set follow-fork-mode
487 and detach-on-fork. Adjust tests.
488 (top level): Invoke break_cond_on_syscall with combinations of
489 syscall, follow-fork-mode and detach-on-fork.
490
f50bf8e5
YQ
4912016-06-17 Yao Qi <yao.qi@linaro.org>
492
493 * gdb.base/step-over-exit.c: New.
494 * gdb.base/step-over-exit.exp: New.
495
a28d8e50
YTL
4962016-06-17 Yan-Ting Lin <currygt52@gmail.com>
497
498 * gdb.base/float.exp: Add target check for nds32*-*-*.
499 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
500
cad8e26d
AB
5012016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
504 for unsupported target features.
505 * gdb.base/call-rt-st.exp: Likewise.
506 * gdb.base/call-sc.exp: Likewise.
507 * gdb.base/call-signal-resume.exp: Likewise.
508 * gdb.base/call-strs.exp: Likewise.
509 * gdb.base/callexit.exp: Likewise.
510 * gdb.base/callfuncs.exp: Likewise.
511 * gdb.base/nodebug.exp: Likewise.
512 * gdb.base/printcmds.exp: Likewise.
513 * gdb.base/ptype.exp: Likewise.
514 * gdb.base/structs.exp: Likewise.
515 * gdb.base/unwindonsignal.exp: Likewise.
516 * gdb.cp/gdb2495.exp: Likewise.
517 * gdb.cp/templates.exp: Likewise.
518 * gdb.cp/virtfunc.exp: Likewise.
519 * gdb.threads/hand-call-in-threads.exp: Likewise.
520 * gdb.threads/interrupted-hand-call.exp: Likewise.
521 * gdb.threads/thread-unwindonsignal.exp: Likewise.
522
347dc102
TT
5232016-06-10 Tom Tromey <tom@tromey.com>
524
525 PR rust/20110:
526 * gdb.rust/expr.exp: Add test for integer constant larger than
527 i32.
528
5e13cf25
BH
5292016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
530
531 * gdb.fortran/nested-funcs.exp: New.
532 * gdb.fortran/nested-funcs.f90: New.
533
bb556f1f
TK
5342016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
535
536 * gdb.base/examine-backward.c: New file.
537 * gdb.base/examine-backward.exp: New file.
538
38b022b4
SM
5392016-06-06 Simon Marchi <simon.marchi@ericsson.com>
540
541 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
542 matching.
543
1b40ec05
TT
5442016-06-02 Tom Tromey <tom@tromey.com>
545
546 PR python/18984:
547 * gdb.python/py-shared.exp: Add solib_name test.
548
193bd378
SM
5492016-06-02 Simon Marchi <simon.marchi@ericsson.com>
550
551 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
552
3326303b
MG
5532016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
554
555 PR c++/19893
556 * gdb.dwarf2/implref.exp: Rename to...
557 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
558 * gdb.dwarf2/implref-array.c: New file.
559 * gdb.dwarf2/implref-array.exp: Likewise.
560 * gdb.dwarf2/implref-global.c: Likewise.
561 * gdb.dwarf2/implref-global.exp: Likewise.
562 * gdb.dwarf2/implref-struct.c: Likewise.
563 * gdb.dwarf2/implref-struct.exp: Likewise.
564
825c8ef2
AT
5652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
566
567 * gdb.trace/trace-condition.exp: Add 64bit tests.
568
2320162a
AT
5692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
570
571 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
572 bits types.
573 (main): Adapt to 8 to 64 bits types.
574 * gdb.trace/trace-condition.exp: Add new tests.
575
a7818233
AT
5762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
577
578 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
579
0d336466
AT
5802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
581
582 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
583 Move condition tests...
584 * gdb.trace/trace-condition.exp: Here.
585
7faeb45a
AT
5862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
587
588 * gdb.trace/trace-condition.exp: Add counter-case tests.
589
e385593e
JK
5902016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 PR c++/15231
593 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
594 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
595
744608cc
PA
5962016-05-27 Pedro Alves <palves@redhat.com>
597
598 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
599 New procedure.
600 (top level): Call it, and bail out of DejaGnu is known to be bad.
601
ac775bf4
AB
6022016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.base/whatis.c: Extend the test case.
605 * gdb.base/whatis.exp: Add additional tests.
606
2bbad2ea
BH
6072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
608
609* gdb.fortran/type.f90: Add pointer variable.
610* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
611
8b70175d
BH
6122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
613
614 * gdb.fortran/vla-type.exp: Fix testcase name.
615
86d8a848
BH
6162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
617
618 * gdb.fortran/vla-type.exp: Access elements in nested structs.
619
e188eb36
BH
6202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
621
622 * gdb.fortran/type.f90: Add nested structures.
623 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
624 * gdb.fortran/derived-type.exp: Adapt expected output.
625 * gdb.fortran/vla-type.exp: Adapt expected output.
626
9b2db1fd
BH
6272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
628
629 * gdb.fortran/whatis_type.exp: Adapt expected output.
630
72b17055
BH
6312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
632
633 * gdb.fortran/print_type.exp: Fix expected output.
634 * gdb.fortran/whatis_type.exp: Fix expected output.
635
3cd81d8d
BH
6362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
637
638 * gdb.fortran/whatis_type.exp: Use multi_line.
639
ddae9462
TT
6402016-05-24 Tom Tromey <tom@tromey.com>
641
642 PR python/17386:
643 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
644 use value as an index.
645
1957f6b8
TT
6462016-05-23 Tom Tromey <tom@tromey.com>
647
648 PR python/17981:
649 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
650 no-breakpoint case.
651
026a9174
PA
6522016-05-24 Pedro Alves <palves@redhat.com>
653
654 PR gdb/19828
655 * gdb.threads/clone-attach-detach.c: New file.
656 * gdb.threads/clone-attach-detach.exp: New file.
657
e70a7231
FR
6582016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
659
660 * gdb.base/annota-input-while-running.exp: Fix syntax error.
661
0f6ed0e0
TT
6622016-05-23 Tom Tromey <tom@tromey.com>
663
664 PR python/19438, PR python/18393:
665 * gdb.python/py-progspace.exp: Add "dir" test.
666 * gdb.python/py-objfile.exp: Add "dir" test.
667
ffd19d61
YQ
6682016-05-23 Yao Qi <yao.qi@linaro.org>
669
670 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
671 * gdb.arch/thumb2-it.exp: Likewise.
672
9e8f9b05
SM
6732016-05-18 Simon Marchi <simon.marchi@ericsson.com>
674
675 * gdb.mi/mi-threads-interrupt.c: New file.
676 * gdb.mi/mi-threads-interrupt.exp: New file.
677
61c6156d
SM
6782016-05-17 Simon Marchi <simon.marchi@ericsson.com>
679
680 PR gdb/18077
681 * gdb.mi/mi-async-run.exp: New file.
682 * gdb.mi/mi-async-run.c: New file.
683
67218854
TT
6842016-05-17 Tom Tromey <tom@tromey.com>
685 Manish Goregaokar <manishsmail@gmail.com>
686
687 * lib/rust-support.exp: New file.
688 * lib/gdb.exp (skip_rust_tests): New proc.
689 (build_executable_from_specs): Handle rust.
690 * lib/future.exp (gdb_find_rustc): New proc.
691 (gdb_default_target_compile): Handle rust.
692 * gdb.rust/expr.exp: New file.
693 * gdb.rust/generics.exp: New file.
694 * gdb.rust/generics.rs: New file.
695 * gdb.rust/methods.exp: New file.
696 * gdb.rust/methods.rs: New file.
697 * gdb.rust/modules.exp: New file.
698 * gdb.rust/modules.rs: New file.
699 * gdb.rust/simple.exp: New file.
700 * gdb.rust/simple.rs: New file.
701
c44af4eb
TT
7022016-05-17 Tom Tromey <tom@tromey.com>
703
704 * gdb.base/default.exp (set language): Add rust.
705
dcd1f979
TT
7062016-05-17 Tom Tromey <tom@tromey.com>
707
708 * gdb.gdb/unittest.exp: New file.
709
155b7f57
YQ
7102016-05-16 Yao Qi <yao.qi@linaro.org>
711
712 * gdb.base/batch-preserve-term-settings.exp: Remove variable
713 shell_prompt. Update shell_prompt_re.
714
8ddd5a6c
DE
7152016-05-12 Doug Evans <dje@google.com>
716
717 PR symtab/19999
718 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
719 $options when building executable.
720 * gdb.dwarf2/fission-loclists-pie.S: New file.
721 * gdb.dwarf2/fission-loclists-pie.exp: New file.
722
02e370d9
SM
7232016-05-04 Simon Marchi <simon.marchi@ericsson.com>
724
725 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
726 of [is_remote target],
727
8929ad8b
SM
7282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
729
730 * lib/gdb.exp (use_gdb_stub): New procedure.
731
6c447423
DE
7322016-05-03 Yunlian Jiang <yunlian@google.com>
733 Doug Evans <dje@google.com>
734
735 PR symtab/19914
736 * gdb.dwarf2/dwp-sepdebug.c: New file.
737 * gdb.dwarf2/dwp-sepdebug.exp: New file.
738
444e826c
SM
7392016-05-02 Simon Marchi <simon.marchi@ericsson.com>
740
741 * gdb.base/detach.exp: Remove is_remote check.
742
740feeaa
SM
7432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
744
745 * gdb.base/annota-input-while-running.exp: Don't check for
746 [is_remote target]. Enable annotations after running to main.
747 Remove unused "set test..." line.
748
9080ac9d
SM
7492016-04-28 Simon Marchi <simon.marchi@ericsson.com>
750
751 * gdb.trace/trace-enable-disable.exp: New file.
752 * gdb.trace/trace-enable-disable.c: New file.
753
952ebca5
SM
7542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
755
756 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
757 use it in info sharedlibrary test.
758 * gdb.trace/ftrace-lock.exp: Likewise.
759 * gdb.trace/ftrace.exp: Likewise.
760 * gdb.trace/range-stepping.exp: Likewise.
761 * gdb.trace/trace-break.exp: Likewise.
762 * gdb.trace/trace-condition.exp: Likewise.
763 * gdb.trace/trace-mt.exp: Likewise.
764
d9019901
SM
7652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
766
767 * lib/gdb.exp (gdb_load_shlibs): Rename to...
768 (gdb_load_shlib): ... this.
769 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
770 gdb_load_shlib.
771 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
772 * gdb.base/ctxobj.exp: Likewise.
773 * gdb.base/dprintf-pending.exp: Likewise.
774 * gdb.base/dso2dso.exp: Likewise.
775 * gdb.base/fixsection.exp: Likewise.
776 * gdb.base/gcore-relro.exp: Likewise.
777 * gdb.base/gdb1555.exp: Likewise.
778 * gdb.base/global-var-nested-by-dso.exp: Likewise.
779 * gdb.base/gnu-ifunc.exp: Likewise.
780 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
781 * gdb.base/jit-so.exp (one_jit_test): Likewise.
782 * gdb.base/pending.exp: Likewise.
783 * gdb.base/print-file-var.exp: Likewise.
784 * gdb.base/print-symbol-loading.exp: Likewise.
785 * gdb.base/shlib-call.exp: Likewise.
786 * gdb.base/shreloc.exp: Likewise.
787 * gdb.base/so-impl-ld.exp: Likewise.
788 * gdb.base/solib-disc.exp: Likewise.
789 * gdb.base/solib-nodir.exp: Likewise.
790 * gdb.base/solib-overlap.exp: Likewise.
791 * gdb.base/solib-symbol.exp: Likewise.
792 * gdb.base/solib-weak.exp (do_test): Likewise.
793 * gdb.base/sym-file.exp: Likewise.
794 * gdb.base/symtab-search-order.exp: Likewise.
795 * gdb.base/type-opaque.exp: Likewise.
796 * gdb.base/unload.exp: Likewise.
797 * gdb.base/watchpoint-solib.exp: Likewise.
798 * gdb.compile/compile.exp: Likewise.
799 * gdb.cp/gdb2384.exp: Likewise.
800 * gdb.cp/infcall-dlopen.exp: Likewise.
801 * gdb.cp/re-set-overloaded.exp: Likewise.
802 * gdb.fortran/library-module.exp: Likewise.
803 * gdb.opt/solib-intra-step.exp: Likewise.
804 * gdb.python/py-finish-breakpoint.exp: Likewise.
805 * gdb.python/py-shared.exp: Likewise.
806 * gdb.reverse/solib-precsave.exp: Likewise.
807 * gdb.reverse/solib-reverse.exp: Likewise.
808 * gdb.server/solib-list.exp: Likewise.
809 * gdb.threads/dlopen-libpthread.exp: Likewise.
810 * gdb.threads/tls-shared.exp: Likewise.
811 * gdb.threads/tls-so_extern.exp: Likewise.
812 * gdb.trace/change-loc.exp: Likewise.
813 * gdb.trace/ftrace-lock.exp: Likewise.
814 * gdb.trace/ftrace.exp: Likewise.
815 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
816 * gdb.trace/pending.exp: Likewise.
817 * gdb.trace/range-stepping.exp: Likewise.
818 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
819 (strace_info_marker): Likewise.
820 (strace_probe_marker): Likewise.
821 (strace_trace_on_same_addr): Likewise.
822 (strace_trace_on_diff_addr): Likewise.
823 * gdb.trace/trace-break.exp: Likewise.
824 * gdb.trace/trace-condition.exp: Likewise.
825 * gdb.trace/trace-mt.exp: Likewise.
826
fca4cfd9
SM
8272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
828
829 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
830 result of gdb_remote_download.
831 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
832 * gdb.base/dso2dso.exp: Likewise.
833 * gdb.base/global-var-nested-by-dso.exp: Likewise.
834 * gdb.base/print-file-var.exp: Likewise.
835 * gdb.base/shlib-call.exp: Likewise.
836 * gdb.base/shreloc.exp: Likewise.
837 * gdb.base/solib-overlap.exp: Likewise.
838 * gdb.base/solib-weak.exp (do_test): Likewise.
839 * gdb.base/unload.exp: Likewise.
840
11cf4ffb
YQ
8412016-04-27 Yao Qi <yao.qi@linaro.org>
842
843 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
844 exists.
845
3e2e34f8
KB
8462016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
847
848 * vla-type.exp: Print structure from toplevel.
849
8f07e298
BH
8502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
851
852 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
853 of dynamic types.
854 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
855 of dynamic types.
856
9920b434
BH
8572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
858
859 * gdb.fortran/vla-type.f90: New file.
860 * gdb.fortran/vla-type.exp: New file.
861
f3abeff5
YQ
8622016-04-25 Yao Qi <yao.qi@linaro.org>
863
864 * gdb.base/branch-to-self.c: New file.
865 * gdb.base/branch-to-self.exp: New file.
866
0a5d52f0
YQ
8672016-04-22 Yao Qi <yao.qi@linaro.org>
868
869 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
870 more after $hex.
871
495346f6
YQ
8722016-04-22 Yao Qi <yao.qi@linaro.org>
873
874 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
875 * gdb.base/annota3.exp: Likewise.
876
4a7e075c
YQ
8772016-04-22 Yao Qi <yao.qi@linaro.org>
878
879 * gdb.reverse/step-precsave.exp: Do one step and test program
880 stops in "callee" and do multiple steps until program goes out
881 of "callee".
882 * gdb.reverse/step-reverse.exp: Likewise.
883
5b061e98
YQ
8842016-04-22 Yao Qi <yao.qi@linaro.org>
885
886 * gdb.trace/signal.exp: Also pass if
887 $tracepoint_hits($i) > $iterations.
888
5c5dc57f
YQ
8892016-04-22 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.trace/signal.c: New file.
892 * gdb.trace/signal.exp: New file.
893
a55411b9
DE
8942016-04-19 Doug Evans <xdje42@gmail.com>
895
896 * gdb.base/bad-file.exp: New file.
897
a22df60a
MG
8982016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
899
900 * gdb.dwarf2/implref.exp: New file.
901
0c13f7e5
BH
9022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
903
904 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
905 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
906 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
907 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
908 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
909 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
910 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
911 * lib/fortran.exp (fortran_int4): New procedure.
912 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
913 (fortran_logical4): Likewise.
914
9b9b09e9
BH
9152016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
916
917 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
918
a14d1f4d
BH
9192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
920
921 * lib/compiler.c: Add Intel specific preprocessor macros.
922 * lib/compiler.cc: Likewise.
25d49b86 923
7d49b1d0
LM
9242016-04-13 Luis Machado <lgustavo@codesourcery.com>
925
926 * gdb.server/connect-with-no-symbol-file.c: New file.
927 * gdb.server/connect-with-no-symbol-file.exp: New file.
928
8392fa22
SM
9292016-04-13 Simon Marchi <simon.marchi@ericsson.com>
930
931 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
932
8c4c4aeb
SM
9332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
934
935 * boards/gdbserver-base.exp (${board}_download): Copy source file to
936 standard output directory.
937
45e3745e
AT
9382016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
939
940 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
941
e26b7e41
MM
9422016-04-13 Markus Metzger <markus.t.metzger@intel.com>
943
944 * gdb.btrace/instruction_history.c (loop): Add declaration.
945
8ce09462
AT
9462016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
947
948 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
949
2e88a1ea
SM
9502016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
951
952 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
953 parentheses to print.
954 (continue_handler): Likewise.
955
f48e22e3
SM
9562016-04-08 Simon Marchi <simon.marchi@ericsson.com>
957
958 * gdb.server/solib-list.exp: Remove is_remote check.
959 Pass shlib= to gdb_compile. Don't link shared library with
960 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
961 Run binary filename through "readlink -f" on the target.
962
096be756
PA
9632016-04-08 Pedro Alves <palves@redhat.com>
964
965 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
966 interpreter filename as argument to gdbserver_spawn.
967 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
968 Return empty if $last_loaded_file does not exist.
969
06500533
JK
9702016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
973 * gdb.base/jit-main.c: Use exit after usage.
974
2d35e871
JK
9752016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
976
977 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
978 GDBHISTSIZE prior to the tests.
979 * gdb.base/gdbinit-history.exp: Likewise.
980
9812016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
982
983 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
984 instead of build_executable. Use gdb_load_shlibs.
985
c8064e7e
YQ
9862016-04-07 Yao Qi <yao.qi@linaro.org>
987
988 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
989 Execute "si" command.
990
bde47561
YQ
9912016-04-07 Yao Qi <yao.qi@linaro.org>
992
993 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
994 number instead of the comments on some line.
995
b16f8a3b
DB
9962016-04-06 Don Breazeal <donb@codesourcery.com>
997
998 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
999 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1000
c2f901df
SM
10012016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1002
1003 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1004 standard_output_file. Remove unused binfile variable.
1005
ac17fda0
CU
10062016-04-05 Catalin Udma <catalin.udma@freescale.com>
1007
1008 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1009 * gdb.python/py-mi-objfile.exp: Match "list main" output
1010 in console format.
1011
03a8c4df
SM
10122016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1013
1014 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1015 absolute.
1016
6e774b13
SM
10172016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1018
1019 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1020 absolute.
1021 * gdb.trace/ftrace.exp: Likewise.
1022 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1023 targets as well.
1024 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1025 (gdb_load_shlibs): Copy libraries to test directory when testing
1026 natively. Only set solib-search-path if testing remotely.
1027 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1028
7817ea46
SM
10292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1030
1031 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1032 gdb_download. Use it even if the target is not remote.
1033 * gdb.base/jit.exp (compile_jit_test): Likewise.
1034 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1035 output directory if the destination board is local, otherwise use
1036 the standard remote_download from DejaGnu.
1037 (gdb_download): Remove.
1038 (gdb_load_shlibs): Use gdb_remote_download instead of
1039 gdb_download.
1040 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1041 Use gdb_remote_download instead of gdb_download. Use it even if
1042 the target is not remote.
1043 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1044 instead of gdb_download.
1045
7beb7f68
SM
10462016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1047
1048 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1049 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1050 run.
1051
cc63428a
AV
10522016-04-01 Artemiy Volkov <artemiyv@acm.org>
1053
1054 PR gdb/19820
1055 * gdb.base/printcmds.exp: Add artificial arrays tests.
1056
64cdf930
PA
10572016-03-31 Pedro Alves <palves@redhat.com>
1058
1059 PR gdb/19858
1060 * gdb.base/jit-main.c: Include unistd.h.
1061 (ATTACH): Define to 0 if not already defined.
1062 (wait_for_gdb, mypid): New globals.
1063 (WAIT_FOR_GDB): New macro.
1064 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1065 some breakpoint locations.
1066 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1067 New procedures.
1068 (one_jit_test): Add REATTACH parameter, and handle it. Use
1069 continue_to_test_location.
1070 (top level): Test attach, and adjusts calls to one_jit_test.
1071
40dea8cb
PA
10722016-03-31 Pedro Alves <palves@redhat.com>
1073
1074 PR gdb/19858
1075 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1076 BINSUFFIX parameter, and handle it.
1077 (top level): Adjust calls compile_jit_test.
1078
e7ea3ec7
CU
10792016-03-31 Catalin Udma <catalin.udma@freescale.com>
1080
1081 PR python/19743
1082 * gdb.python/py-mi-events-gdb.py: New file.
1083 * gdb.python/py-mi-events.c: New file.
1084 * gdb.python/py-mi-events.exp: New file.
1085
e6359af3
YQ
10862016-03-30 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.reverse/until-precsave.exp: Match function name only.
1089 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1090 Move malloc to a condition block.
1091 * gdb.reverse/until-reverse.exp: Match function name only.
1092
a4105d04
MK
10932016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1094
1095 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1096 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1097 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1098 variable for GPR 0 instead of assuming it is register 0.
1099 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1100 * lib/trace-support.exp: Add s390 registers.
1101
bfa6adb9
YQ
11022016-03-29 Yao Qi <yao.qi@linaro.org>
1103
1104 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1105
1e6697ea
YQ
11062016-03-24 Yao Qi <yao.qi@linaro.org>
1107
1108 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1109 test message.
1110
64bcd522
AA
11112016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1112
1113 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1114 maintaining separate logic for constructing the output path.
1115
7868401b
DB
11162016-03-16 Don Breazeal <donb@codesourcery.com>
1117
1118 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1119 Retry fork and waitpid on interrupted system call errors.
1120 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1121 Use with_timeout_factor to increase timeout by factor of 10.
1122
1cafadb4
DB
11232016-03-15 Don Breazeal <donb@codesourcery.com>
1124
1125 * gdb.cp/scope-err.cc: New test program.
1126 * gdb.cp/scope-err.exp: New test script.
1127 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1128 lines and "set breakpoint here" comment.
1129 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1130 Fixed some whitespace and format issues.
1131 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1132 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1133
81516450
DE
11342016-03-15 Doug Evans <dje@google.com>
1135
1136 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1137 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1138 All callers updated. Add tests for enums, mixed flags register.
1139
aa52b601
DE
11402016-03-15 Doug Evans <dje@google.com>
1141
1142 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1143 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1144
fa4ff313
SM
11452016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1146
1147 * gdb.base/default.exp: Add $_as_string to the list of expected
1148 convenience functions.
1149
f2403c39
AB
11502016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1151
1152 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1153
f2f3ccb9
SM
11542016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1155
1156 * gdb.python/py-as-string.exp: New file.
1157 * gdb.python/py-as-string.c: New file.
1158
00dbd492
PA
11592016-03-09 Pedro Alves <palves@redhat.com>
1160
1161 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1162 signal" -> "Thread NN received signal" output change.
1163 * gdb.threads/ia64-sigill.exp: Likewise.
1164 * gdb.threads/linux-dp.exp: Likewise.
1165 * gdb.threads/manythreads.exp: Likewise.
1166 * gdb.threads/pending-step.exp: Likewise.
1167 * gdb.threads/print-threads.exp: Likewise.
1168 * gdb.threads/sigstep-threads.exp: Likewise.
1169 * gdb.threads/staticthreads.exp: Likewise.
1170 * gdb.threads/tls.exp: Likewise.
1171
1e6697ea
YQ
11722016-03-09 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.base/command-line-input.exp: New file.
1175
b04fd3be
MK
11762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1177
1178 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1179 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1180 * gdb.trace/pending.exp: Accept leading dot before function name.
1181 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1182 * lib/trace-support.exp: Set registers for ppc.
1183
98fa59e9
MK
11842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1185
1186 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1187 use it for disassembly; accept .main in addition to main in backtrace.
1188
f77198c8
MK
11892016-03-09 Wei-cheng Wang <cole945@gmail.com>
1190 Marcin Kościelnicki <koriakin@0x04.net>
1191
1192 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1193 (gdb_recursion_test_ptr): New global variable.
1194 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1195 gdb_recursion_test.
1196 (gdb_c_test): Ditto.
1197
ba84e0da
MK
11982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1199
1200 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1201 ordering.
1202
4366d36e
MK
12032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1204
1205 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1206 (bar): Add bar_start_lbl label.
1207 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1208 of foo/bar for emitting DWARF and tracing.
1209
5eb264df
SDJ
12102016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1211
1212 * analyze-racy-logs.py: Set executable bit.
1213
fb6a751f
SDJ
12142016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1217 (CHECK_TARGET_TMP): Likewise.
1218 (check-single-racy): New rule.
1219 (check-parallel-racy): Likewise.
1220 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1221 (do-check-parallel-racy): New rule.
1222 (check-racy/%.exp): Likewise.
1223 * README (Racy testcases): New section.
1224 * analyze-racy-logs.py: New file.
1225
bdf7e230
DE
12262016-03-03 Doug Evans <dje@google.com>
1227
1228 * gdb.base/skip.exp: Use with_test_prefix.
1229
4719d415
YQ
12302016-03-03 Yao Qi <yao.qi@linaro.org>
1231
1232 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1233 Invoke step_over_syscall "clone" and break_cond_on_syscall
1234 "clone".
1235 * gdb.base/step-over-clone.c: New file.
1236
ea507862
YQ
12372016-03-03 Yao Qi <yao.qi@linaro.org>
1238
1239 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1240 code format.
1241
8fc8cbda
YQ
12422016-03-03 Yao Qi <yao.qi@linaro.org>
1243
1244 * gdb.base/disp-step-fork.c: Rename to ...
1245 * gdb.base/step-over-fork.c: ... it. New file.
1246 * gdb.base/disp-step-vfork.c: Rename to ...
1247 * gdb.base/step-over-vfork.c: ... it. New file.
1248 * gdb.base/disp-step-syscall.exp: Rename to ...
1249 * gdb.base/step-over-syscall.exp: ... it. New file.
1250 (disp_step_cross_syscall): Rename to ...
1251 (step_over_syscall): ... it.
1252
92fa70b0
YQ
12532016-03-03 Yao Qi <yao.qi@linaro.org>
1254
1255 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1256 If target supports condition evaluation on target, invoke
1257 break_cond_on_syscall for fork and vfork.
1258
e197ad3c
YQ
12592016-03-03 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.base/disp-step-syscall.exp: Don't invoke
1262 support_displaced_stepping.
1263 (disp_step_cross_syscall): Test with displaced stepping off and
1264 on if supported.
1265
0b47da9f
YQ
12662016-03-03 Yao Qi <yao.qi@linaro.org>
1267
1268 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1269 proc.
1270 (setup): New proc.
1271 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1272 and setup.
1273
065ab6dc
BH
12742016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1275
1276 * gdb.fortran/vla-history.exp: Remove breakpoint.
1277
07e448ad 12782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1279
25d49b86
PA
1280 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1281 exceeds timeout.
07e448ad 1282
9ac2d526 12832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1284
25d49b86
PA
1285 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1286 breakpoint.
9ac2d526 1287
17807369
BH
12882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1289
1290 * gdb.mi/vla.f90: Nullify pointer after declaration.
1291
86e501af
PA
12922016-03-01 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1295
1e903e32
PA
12962016-03-01 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1299 before anything else.
1300 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1301 _GNU_SOURCE here.
1302 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1303 before anything else.
1304 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1305
6ccb54e2
PA
13062016-03-01 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1309
30ca9da1
YQ
13102016-03-01 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1313 prepare_for_testing.
1314
dc856b38
YQ
13152016-03-01 Yao Qi <yao.qi@linaro.org>
1316
1317 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1318
4a932159
AA
13192016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1320
1321 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1322 manually constructing the output path.
1323
f2489477
AA
13242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1325
1326 * gdb.arch/s390-stackless.S: New.
1327 * gdb.arch/s390-stackless.exp: New.
1328
38899f16
IB
13292016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1330
1331 * gdb.dlang/circular.c: New file.
1332 * gdb.dlang/circular.exp: New file.
1333
9fde51ed
YQ
13342016-02-26 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1337 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1338 (testcases): Update.
1339
ce90fefe
YQ
13402016-02-26 Yao Qi <yao.qi@linaro.org>
1341
1342 * gdb.reverse/aarch64.c: Rename to ...
1343 * gdb.reverse/insn-reverse.c: ... it.
1344 * gdb.reverse/aarch64.exp: Rename to ...
1345 * gdb.reverse/insn-reverse.exp: ... it.
1346
3263bceb
YQ
13472016-02-26 Yao Qi <yao.qi@linaro.org>
1348
1349 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1350 (testcase_ftype): New.
1351 (testcases): New array.
1352 (n_testcases): New.
1353 (main): Call each element in testcases.
1354 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1355 (read_testcase): New.
1356 Do the tests in a loop.
1357
6cb59ff1
YQ
13582016-02-25 Yao Qi <yao.qi@linaro.org>
1359
1360 * gdb.base/branches.c: Remove.
1361
ae91f625
MK
13622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1363
1364 PR gdb/13808
1365 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1366
678b48b7
MK
13672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1368
1369 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1370
7337a6f2
MK
13712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1372
1373 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1374 change x86_64 call_insn to 'callq'.
1375
861ca91f
AT
13762016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1377
1378 * gdb.trace/tfile-avx.c: Move to...
1379 * gdb.trace/tracefile-pseudo-reg.c: Here.
1380 * gdb.trace/tfile-avx.exp: Move to...
1381 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1382
bf74e428
GB
13832016-02-24 Gary Benson <gbenson@redhat.com>
1384
1385 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1386 message on attach.
1387
cce0e923
DE
13882016-02-23 Doug Evans <dje@google.com>
1389
1390 * gdb.base/skip.c (test_skip): New function.
1391 (end_test_skip_file_and_function): New function.
1392 (test_skip_file_and_function): New function.
1393 * gdb.base/skip1.c (test_skip): New function.
1394 (skip1_test_skip_file_and_function): New function.
1395 * gdb.base/skip.exp: Add tests for new skip options.
1396 * gdb.base/skip-solib.exp: Update expected output.
1397 * gdb.perf/skip-command.cc: New file.
1398 * gdb.perf/skip-command.exp: New file.
1399 * gdb.perf/skip-command.py: New file.
1400
4000e47e
MK
14012016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1402
1403 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1404 info registers pattern.
1405
24f75ead
IB
14062016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1407
1408 * lib/future.exp: Add D support.
1409 (gdb_find_gdc): New proc.
1410 (gdb_default_target_compile): Add D support.
1411
fbb7bcbe
WW
14122016-02-18 Wei-cheng Wang <cole945@gmail.com>
1413
1414 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1415 user+system time.
1416 (trace_speed_test): Determine the iteration count for a time
1417 between 15..30 seconds.
1418
012b3a21
WT
14192016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1420
1421 * gdb.arch/i386-mpx-sigsegv.c: New file.
1422 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1423 * gdb.arch/i386-mpx-simple_segv.c: New file.
1424 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1425
2d5189bd
YQ
14262016-02-18 Yao Qi <yao.qi@linaro.org>
1427
1428 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1429 Don't call setup_kfail.
1430
40fb20d0
YQ
14312016-02-18 Yao Qi <yao.qi@linaro.org>
1432
1433 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1434 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1435
21b1f8d2
DE
14362016-02-16 Doug Evans <dje@google.com>
1437
1438 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1439 * gdb.base/skip1.c: Ditto.
1440 * gdb.base/skip.exp: Whitespace cleanup.
1441
4041ed77
DB
14422016-02-16 Don Breazeal <donb@codesourcery.com>
1443
1444 PR remote/19496
1445 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1446 Remove kfail for PR remote/19496.
1447
c4ef31bf
SM
14482016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1449
1450 * lib/gdb.exp (standard_temp_file): Return a path specific to
1451 the runtest invocation.
1452
266b65b3
SM
14532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1454
1455 * gdb.trace/save-trace.exp: Change relative path to be in the
1456 standard output directory.
1457
a7a0a6a9
JK
14582016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1459
1460 * gdb.arch/i386-prologue.c: Add missing prototypes.
1461
c99dbb42
JK
14622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1465 * gdb.arch/i386-prologue.exp: Likewise.
1466 * gdb.arch/i386-size.exp: Likewise.
1467
aa480355
SM
14682016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1469
1470 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1471 define object file path.
1472 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1473 file path.
1474 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1475 standard_output_file to define binfile.
1476
ba881f50
JK
14772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1478
1479 Fix compatibility with recent gfortran-5.3.1.
1480 * gdb.fortran/vla-history.exp (print vla1 allocated)
1481 (print vla2 allocated, print $2, print $3): Remove
1482 (print $4): Rename to ...
1483 (print $2): ... here.
1484 (print $9): Rename to ...
1485 (print $5): ... here.
1486 (print $10): Rename to ...
1487 (print $6): ... here.
1488 * gdb.fortran/vla.f90: Add pvla initialization.
1489
e9fb005c
JK
14902016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1493 New test.
1494 * gdb.fortran/vla-value-sub.exp: Likewise.
1495
e44e00ff
MK
14962016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1497
1498 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1499
97e94151
SM
15002016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1501
1502 * i386-biarch-core.exp: Define corefile using
1503 standard_output_file.
1504
01113bc1
YQ
15052016-02-12 Yao Qi <yao.qi@linaro.org>
1506
1507 * gdb.arch/arm-single-step-kernel-helper.c: New.
1508 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1509
33b4777c
MM
15102016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1511
1512 * gdb.btrace/tailcall-only.exp: New.
1513 * gdb.btrace/tailcall-only.c: New.
1514 * gdb.btrace/x86_64-tailcall-only.S: New.
1515 * gdb.btrace/i686-tailcall-only.S: New.
1516
acc23c11
PA
15172016-02-11 Pedro Alves <palves@redhat.com>
1518
1519 * README (Parallel testing): Add missing double quotes.
1520
e352bf0a
PA
15212016-02-11 Pedro Alves <palves@redhat.com>
1522
1523 * README (Parallel testing): New section.
1524 (GDB_PARALLEL): Rewrite.
1525 (FORCE_PARALLEL): Document.
1526
9f5fed78
MK
15272016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1528
1529 * gdb.trace/tfile-avx.c: New test.
1530 * gdb.trace/tfile-avx.exp: New test.
1531
9ef9e6a6
KS
15322016-02-09 Keith Seitz <keiths@redhat.com>
1533
1534 PR breakpoints/19546
1535 * gdb.base/infcall-exec.c: New file.
1536 * gdb.base/infcall-exec2.c: New file.
1537 * gdb.base/infcall-exec.exp: New file.
1538
a96e36da
KS
15392016-02-09 Keith Seitz <keiths@redhat.com>
1540
1541 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1542 (toplevel): Call test_bkpt_address.
1543
9f61929f
KS
15442016-02-09 Keith Seitz <keiths@redhat.com>
1545
1546 PR python/19506
1547 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1548 (toplevel): Call test_bkpt_address.
1549
1e94266c
SM
15502016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1551
1552 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1553 to AC_OUTPUT.
1554 * configure: Regenerate.
1555
2a7f3dff
PA
15562016-02-09 Pedro Alves <palves@redhat.com>
1557
1558 PR breakpoints/19548
1559 * gdb.base/execl-update-breakpoints.c (some_function): New
1560 function.
1561 (main): Call it.
1562 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1563 Tighten expected GDB output.
1564
2151ccc5
SM
15652016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1566
1567 * Makefile.in (ALL_SUBDIRS): Remove.
1568 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1569 (distclean maintainer-clean realclean): Likewise.
1570 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1571 * configure: Regenerate.
1572 * gdb.ada/Makefile.in: Delete.
1573 * gdb.arch/Makefile.in: Likewise.
1574 * gdb.asm/Makefile.in: Likewise.
1575 * gdb.base/Makefile.in: Likewise.
1576 * gdb.btrace/Makefile.in: Likewise.
1577 * gdb.cell/Makefile.in: Likewise.
1578 * gdb.compile/Makefile.in: Likewise.
1579 * gdb.cp/Makefile.in: Likewise.
1580 * gdb.disasm/Makefile.in: Likewise.
1581 * gdb.dlang/Makefile.in: Likewise.
1582 * gdb.dwarf2/Makefile.in: Likewise.
1583 * gdb.fortran/Makefile.in: Likewise.
1584 * gdb.gdb/Makefile.in: Likewise.
1585 * gdb.go/Makefile.in: Likewise.
1586 * gdb.guile/Makefile.in: Likewise.
1587 * gdb.java/Makefile.in: Likewise.
1588 * gdb.linespec/Makefile.in: Likewise.
1589 * gdb.mi/Makefile.in: Likewise.
1590 * gdb.modula2/Makefile.in: Likewise.
1591 * gdb.multi/Makefile.in: Likewise.
1592 * gdb.objc/Makefile.in: Likewise.
1593 * gdb.opencl/Makefile.in: Likewise.
1594 * gdb.opt/Makefile.in: Likewise.
1595 * gdb.pascal/Makefile.in: Likewise.
1596 * gdb.perf/Makefile.in: Likewise.
1597 * gdb.python/Makefile.in: Likewise.
1598 * gdb.reverse/Makefile.in: Likewise.
1599 * gdb.server/Makefile.in: Likewise.
1600 * gdb.stabs/Makefile.in: Likewise.
1601 * gdb.threads/Makefile.in: Likewise.
1602 * gdb.trace/Makefile.in: Likewise.
1603 * gdb.xml/Makefile.in: Likewise.
1604 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1605 GDB_PARALLEL.
1606 (standard_output_file): Remove check for GDB_PARALLEL, always
1607 return path in outputs/$subdir/$testname.
1608
437277d4
SM
16092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1612 (site.exp): Assign abs_srcdir to tcl's srcdir.
1613
31d913c7
YQ
16142016-02-04 Yao Qi <yao.qi@linaro.org>
1615
1616 * gdb.base/foll-exec-mode.c: Include limits.h.
1617 (main): Add parameters argc and argv. Get directory from
1618 argv[0].
1619 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1620 compilation.
1621 * gdb.base/foll-exec.c: Include limits.h.
1622 (main): Add parameters argc and argv.
1623 Get directory from argv[0].
1624 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1625 Adjust tests on the number of lines as source code changed.
1626 * gdb.base/foll-vfork-exit.c: Include limits.h.
1627 (main): Add one line of statement before vfork.
1628 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1629 (main): Add parameters argc and argv. Get directory from
1630 argv[0].
1631 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1632 (setup_gdb): Set tbreak to skip some source lines.
1633 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1634 (main): Add parameters argc and argv. Get directory from
1635 argv[0].
1636 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1637 compilation.
1638 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1639 (main): Add parameters argc and argv. Get directory from
1640 argv[0].
1641 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1642 compilation.
1643
9482b9fb
DE
16442016-02-01 Doug Evans <dje@google.com>
1645
1646 * gdb.base/skip.exp: Clean up multiple references to same test name.
1647
6b2e4f10
PA
16482016-02-01 Pedro Alves <palves@redhat.com>
1649
ccb6afd6 1650 PR remote/19496
6b2e4f10
PA
1651 * gdb.threads/forking-threads-plus-breakpoint.exp
1652 (displaced_stepping_supported): New global.
1653 (probe_displaced_stepping_support): New procedure.
1654 (do_test): Add 'displaced' parameter, and use it.
1655 (top level): Check for displaced stepping support. Add displaced
1656 stepping on/off testing axis.
1657
37a8db1a
AB
16582016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1659
1660 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1661 pointer. Don't perform further tests on the unassociated pointer
1662 if the first test fails.
1663
5fdf6324
AB
16642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * gdb.base/max-value-size.c: New file.
1667 * gdb.base/max-value-size.exp: New file.
1668 * gdb.base/huge.exp: Disable max-value-size for this test.
1669
935c6144
IB
16702016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1671
1672 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1673
7fe8399d
YQ
16742016-01-28 Yao Qi <yao.qi@linaro.org>
1675
1676 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1677
a2077e25
PA
16782016-01-25 Pedro Alves <palves@redhat.com>
1679
1680 PR threads/19461
1681 * gdb.base/fork-running-state.c: New file.
1682 * gdb.base/fork-running-state.exp: New file.
1683
1d2736d4
PA
16842016-01-25 Pedro Alves <palves@redhat.com>
1685
1686 PR gdb/19494
1687 * gdb.base/catch-fork-kill.c: New file.
1688 * gdb.base/catch-fork-kill.exp: New file.
1689
f1da4b11
PA
16902016-01-25 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1693 Delete, moved to lib/gdb.exp.
1694 * gdb.threads/forking-threads-plus-breakpoint.exp
1695 (foreach_with_prefix): Likewise.
1696 * gdb.threads/process-dies-while-handling-bp.exp
1697 (foreach_with_prefix): Likewise.
1698 * lib/gdb.exp (foreach_with_prefix): New procedure.
1699
45f38546
MK
17002016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1701
1702 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1703 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1704
dc29a1ce
MK
17052016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1706
1707 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1708 endian targets.
1709
092127d7
JK
17102016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1711 Pedro Alves <palves@redhat.com>
1712
1713 Fix testsuite compatibility with Guile.
1714 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1715 number.
1716
31d765d3
JK
17172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 Fix testsuite compatibility with Guile.
1720 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1721 (thread 1): New test for backtrace through signal handler.
1722
1ac78c04
YQ
17232016-01-22 Yao Qi <yao.qi@linaro.org>
1724
1725 PR testsuite/19491
1726 * gdb.base/multi-forks.c: Include
1727 ../lib/unbuffer_output.c
1728 (main): Call gdb_unbuffer_output.
1729
4f5946a8
DE
17302016-01-21 Doug Evans <dje@google.com>
1731
1732 * lib/ada.exp (gdb_compile_ada): Fix typo.
1733
305e13e6
JB
17342016-01-21 Joel Brobecker <brobecker@adacore.com>
1735
1736 * gdb.base/break-fun-addr.exp: New file.
1737 * gdb.base/break-fun-addr1.c: New file.
1738 * gdb.base/break-fun-addr2.c: New file.
1739
5f5dfff6
SM
17402016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1741
1742 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1743 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1744 enum flag values.
1745
fd356fa2
AA
17462016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1747
1748 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1749 when GDB can not set the vector return value. Add more comments
1750 for clarification.
1751
9df22175
AT
17522016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1753
1754 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1755 command.
1756
41d1845e
SM
17572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1758
1759 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1760
01ac6840
SM
17612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1762
1763 * Makefile.in (check-single): Pass --status to runtest.
1764 (check/%.exp): Likewise.
1765
17662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1767
1768 * Makefile.in (check-parallel): Propagate return code from make
1769 do-check-parallel.
1770
bd0a71fa
MK
17712016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1772
1773 * gdb.trace/ftrace.exp: Fix expected message on continue.
1774 * gdb.trace/pending.exp: Fix expected message on continue.
1775 * gdb.trace/trace-break.exp: Fix expected message on continue.
1776
8bcbad33
SM
17772016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1778
1779 * lib/gdb.exp (gdb_test): Remove unused global references.
1780
f303dbd6
PA
17812016-01-18 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.base/async-shell.exp: Adjust expected output.
1784 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1785 * gdb.base/siginfo-thread.exp: Adjust expected output.
1786 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1787 * gdb.java/jnpe.exp: Adjust expected output.
1788 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1789 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1790 * gdb.threads/leader-exit.exp: Adjust expected output.
1791 * gdb.threads/manythreads.exp: Adjust expected output.
1792 * gdb.threads/pthreads.exp: Adjust expected output.
1793 * gdb.threads/schedlock.exp: Adjust expected output.
1794 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1795 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1796 expected output.
1797 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1798 output.
1799 * gdb.threads/sigthread.exp: Adjust expected output.
1800 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1801
b2789696
YQ
18022016-01-18 Yao Qi <yao.qi@linaro.org>
1803
1804 * gdb.guile/scm-section-script.c: Replace @progbits with
1805 %progbits.
1806 * gdb.python/py-section-script.c: Likewise.
1807
71ef29a8
PA
18082016-01-15 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.multi/tids.exp: Test star wildcard ranges.
1811
3f5b7598
PA
18122016-01-15 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1815 command from "thread apply" invocation.
1816 (thr_apply_info_thr_invalid): Default the expected output to the
1817 input tid list.
1818 (top level): Add tests that use convenience variables. Add tests
1819 for "thread apply" with a valid TID list, but missing the command.
1820
663f6d42
PA
18212016-01-13 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.base/default.exp: Expect $_gthread as well.
1824 * gdb.multi/tids.exp: Test $_gthread.
1825 * gdb.threads/thread-specific.exp: Test $_gthread.
1826
c84f6bbf
PA
18272016-01-13 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.multi/tids.exp: Test "info threads -gid".
1830
22a02324
PA
18312016-01-13 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1834 Breakpoint.thread.
1835 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1836
5d5658a1
PA
18372016-01-07 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.base/break.exp: Adjust to output changes.
1840 * gdb.base/hbreak2.exp: Likewise.
1841 * gdb.base/sepdebug.exp: Likewise.
1842 * gdb.base/watch_thread_num.exp: Likewise.
1843 * gdb.linespec/keywords.exp: Likewise.
1844 * gdb.multi/info-threads.exp: Likewise.
1845 * gdb.threads/thread-find.exp: Likewise.
1846 * gdb.multi/tids.c: New file.
1847 * gdb.multi/tids.exp: New file.
1848
84654457
PA
18492016-01-13 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1852
e3940304
PA
18532016-01-13 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.base/default.exp: Expect $_inferior as well.
1856 * gdb.multi/base.exp: Test $_inferior.
1857
a911d87a
PA
18582016-01-13 Pedro Alves <palves@redhat.com>
1859
1860 PR breakpoints/19388
1861 * gdb.base/catch-signal-siginfo-cond.c: New file.
1862 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1863
82075af2
JS
18642016-01-12 Josh Stone <jistone@redhat.com>
1865 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1866
1867 * gdb.base/catch-syscall.c (do_execve): New variable.
1868 (main): Conditionally trigger an execve.
1869 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1870 (test_catch_syscall_execve): New, check entry/return across execve.
1871 (do_syscall_tests): Call test_catch_syscall_execve.
1872
e46eeedd
PA
18732016-01-12 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/random-signal.exp (do_test): New procedure, with body
1876 of testcase moved in.
1877
01d8c27e
JK
18782016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1879 Pedro Alves <palves@redhat.com>
1880
1881 * gdb.base/funcargs.exp (finish from indirectly called function):
1882 Reintroduce the case for 'First'.
1883
9a706302
JK
18842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1885 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1888 (tcatch_vfork_then_child_follow_exec)
1889 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1890 identification.
1891
c0ecb95f
JK
18922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1895 and repeats to unlimited.
1896 * gdb.python/py-value.exp: Likewise.
1897 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1898 and repeats to unlimited.
1899
6cfc1fcb
JK
19002016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1903 and reordering the functions.
1904 * gdb.multi/hangout.c: Likewise.
1905 * gdb.multi/hello.c: Likewise.
1906
582a1b00
SM
19072016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1908
1909 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1910 absolute.
1911 (SingleStatisticTestResult.report): Use dict.keys instead of
1912 dict.iterkeys.
1913
79bc59cb
PA
19142016-01-06 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1917
43368e1d
MM
19182016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1919
1920 * gdb.btrace/dlopen.exp: New.
1921 * gdb.btrace/dlopen.c: New.
1922 * gdb.btrace/dlopen-dso.c: New.
1923
79fad5b8
SL
19242015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1925
1926 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1927 PATTERN argument is optional.
1928
ab8314b3
JB
19292015-12-24 Joel Brobecker <brobecker@adacore.com>
1930
1931 * lib/ada.exp (target_compile_ada_from_dir): New function.
1932 (gdb_compile_ada): Reimplement avoiding the use of project files.
1933 * gdb.ada/gnat_ada.gpr: Delete.
1934 * gdb.ada/cond_lang.exp: Adjust test to make path before
1935 filename optional.
1936 * gdb.ada/small_reg_param.exp: Likewise.
1937
fe33faff
SM
19382015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1939
1940 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1941
6d265cb4
TP
19422015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1943
1944 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1945 case.
1946
10125099
SM
19472015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1948
1949 * gdb.base/break.exp: Remove dead code.
1950 * gdb.base/sepdebug.exp: Likewise.
1951
3ca22649
SM
19522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1953
1954 * gdb.asm/asm-source.exp: Remove HP-UX references.
1955 * gdb.base/annota1.exp: Likewise.
1956 * gdb.base/annota3.exp: Likewise.
1957 * gdb.base/attach.exp: Likewise.
1958 * gdb.base/bigcore.exp: Likewise.
1959 * gdb.base/break.exp: Likewise.
1960 * gdb.base/call-ar-st.exp: Likewise.
1961 * gdb.base/callfuncs.exp: Likewise.
1962 * gdb.base/catch-fork-static.exp: Likewise.
1963 * gdb.base/display.exp: Likewise.
1964 * gdb.base/foll-exec-mode.exp: Likewise.
1965 * gdb.base/foll-exec.exp: Likewise.
1966 * gdb.base/foll-fork.exp: Likewise.
1967 * gdb.base/foll-vfork.exp: Likewise.
1968 * gdb.base/funcargs.exp: Likewise.
1969 * gdb.base/hbreak2.exp: Likewise.
1970 * gdb.base/inferior-died.exp: Likewise.
1971 * gdb.base/interrupt.exp: Likewise.
1972 * gdb.base/multi-forks.exp: Likewise.
1973 * gdb.base/nodebug.exp: Likewise.
1974 * gdb.base/sepdebug.exp: Likewise.
1975 * gdb.base/solib1.c: Likewise.
1976 * gdb.base/step-test.exp: Likewise.
1977 * gdb.mi/non-stop.c: Likewise.
1978 * gdb.mi/pthreads.c: Likewise.
1979 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1980 * gdb.threads/pthreads.c: Likewise.
1981 * gdb.threads/staticthreads.exp: Likewise.
1982 * lib/future.exp: Likewise.
1983 * lib/gdb.exp: Likewise.
1984 * gdb.base/so-indr-cl.c: Remove.
1985 * gdb.base/so-indr-cl.exp: Likewise.
1986 * gdb.base/solib.c: Likewise.
1987 * gdb.base/solib.exp: Likewise.
1988 * gdb.base/solib2.c: Likewise.
1989
b6304613
SM
19902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1991
1992 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1993 * gdb.base/call-ar-st.exp: Likewise.
1994 * gdb.base/callfuncs.exp: Likewise.
1995 * gdb.base/condbreak.exp: Likewise.
1996 * gdb.base/constvars.exp: Likewise.
1997 * gdb.base/hbreak2.exp: Likewise.
1998 * gdb.base/langs.exp: Likewise.
1999 * gdb.base/list.exp: Likewise.
2000 * gdb.base/long_long.exp: Likewise.
2001 * gdb.base/ptype.exp: Likewise.
2002 * gdb.base/scope.exp: Likewise.
2003 * gdb.base/signals.exp: Likewise.
2004 * gdb.base/so-impl-ld.exp: Likewise.
2005 * gdb.base/varargs.exp: Likewise.
2006 * gdb.base/volatile.exp: Likewise.
2007 * gdb.base/whatis.exp: Likewise.
2008 * gdb.cp/cplusfuncs.exp: Likewise.
2009 * gdb.cp/inherit.exp: Likewise.
2010 * gdb.cp/local.exp: Likewise.
2011 * gdb.cp/member-ptr.exp: Likewise.
2012 * gdb.cp/method.exp: Likewise.
2013 * gdb.cp/overload.exp: Likewise.
2014 * gdb.cp/templates.exp: Likewise.
2015 * gdb.stabs/weird.exp: Likewise.
2016 * lib/compiler.c: Likewise.
2017 * lib/compiler.cc: Likewise.
2018 * lib/cp-support.exp: Likewise.
2019 * lib/gdb.exp: Likewise.
2020
bf401b07
SM
20212015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2022
2023 * configure.ac: Remove HP-UX case.
2024 * configure: Regenerate.
2025
aff9c0f8
SM
20262015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2027
2028 * lib/gdb.exp (gdb_compile): Add function doc.
2029
a6904d5a
PA
20302015-12-17 Pedro Alves <palves@redhat.com>
2031
2032 PR threads/19354
2033 * gdb.multi/info-threads.exp: New file.
2034
a22279dd
YQ
20352015-12-15 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2038 is aarch64*-*-*.
2039
0588c796
SL
20402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2041
2042 * gdb.base/history-duplicates.exp: Skip if no readline support.
2043
5d978e17
SL
20442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2045
2046 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2047
7e763b86
SL
20482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2049
2050 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2051
87a3a92c
SL
20522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2053
2054 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2055 ctrl-C if nointerrupts target property is set.
2056 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2057 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2058 * gdb.base/paginate-bg-execution.exp: Likewise.
2059 * gdb.base/paginate-execution-startup.exp: Likewise.
2060 * gdb.base/random-signal.exp: Likewise.
2061 * gdb.base/range-stepping.exp: Likewise.
2062 * gdb.cp/annota2.exp: Likewise.
2063 * gdb.cp/annota3.exp: Likewise.
2064 * gdb.gdb/selftest.exp: Likewise.
2065 * gdb.threads/continue-pending-status.exp: Likewise.
2066 * gdb.threads/leader-exit.exp: Likewise.
2067 * gdb.threads/manythreads.exp: Likewise.
2068 * gdb.threads/pthreads.exp: Likewise.
2069 * gdb.threads/schedlock.exp: Likewise.
2070 * gdb.threads/sigthread.exp: Likewise.
2071
a8f077dc
DB
20722015-12-11 Don Breazeal <donb@codesourcery.com>
2073
2074 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2075 remote.
2076 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2077 * gdb.base/foll-exec.exp (main): Enable for target remote.
2078 * gdb.base/foll-fork.exp (main): Likewise.
2079 * gdb.base/foll-vfork.exp (main): Likewise.
2080 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2081 (proc continue_to_exit_bp_loc): Use clean_restart.
2082 * gdb.base/pie-execl.exp (main): Disable for target remote.
2083 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2084 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2085 * gdb.threads/execl.exp (main): Likewise.
2086 * gdb.threads/fork-child-threads.exp (main): Likewise.
2087 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2088 remote.
2089 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2090 remote.
2091 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2092 pid.tid style ptids, instead of just tid.
2093 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2094 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2095 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2096 ptids, instead of just tid.
2097
3b2464a8
AB
20982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/list.exp (test_list_forward): Add end of file error
2101 test.
2102 (test_repeat_list_command): Add end of file error test.
2103 (test_list_backwards): Add beginning of file error test.
2104
a0def019
AB
21052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.base/list.exp (test_list_invalid_args): New function,
2108 defined, and called.
2109
5c000dff
AB
21102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.base/list.exp (test_list): Make test names unique.
2113
f1637ebe
YQ
21142015-12-11 Yao Qi <yao.qi@linaro.org>
2115
2116 * gdb.base/coremaker2.c: Remove.
2117
36d6fc0a
PA
21182015-12-10 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.multi/base.exp: Remove stale "spaces" references.
2121
762f7747
PA
21222015-12-10 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.multi/base.exp: Don't use nowarnings.
2125 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2126 * gdb.multi/hangout.c: Include stdio.h.
2127 * gdb.multi/hello.c: Include stdlib.h.
2128 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2129 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2130 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2131
28d2bfb9
AB
21322015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.dwarf2/dw2-ranges-base.c: New file.
2135 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2136 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2137 support additional line table, and debug ranges generation.
2138 (Dwarf::ranges): New function, generate .debug_ranges.
2139 (Dwarf::lines): Support generating simple line table programs.
2140 (Dwarf::assemble): Initialise new namespace variables.
2141
5fc2beac
KB
21422015-12-09 Kevin Buettner <kevinb@redhat.com>
2143
2144 * gdb.base/async.exp (proc test_background): Add case for
2145 asynchronous execution not supported.
2146
1c35a88f
LM
21472015-12-09 Luis Machado <lgustavo@codesourcery.com>
2148
2149 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2150 format and change test names to make them unique.
2151
b593e3d9
RK
21522015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2153 Pedro Alves <pedro@redhat.com>
2154
2155 PR gdb/18702
2156 Add checking of floatformats setup on x86_64 hosts.
2157 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2158 (smallval, bigval): New labels/constants.
2159 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2160 float" after loading bigval and smallval.
2161
d72413e6
PMR
21622015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2163
2164 * gdb.ada/fun_overload_menu.exp: New testcase.
2165 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2166
ece66d65
JS
21672015-12-04 Josh Stone <jistone@redhat.com>
2168
2169 * gdb.base/catch-fork-static.exp: New.
2170
41d0efca
YQ
21712015-12-03 Yao Qi <yao.qi@linaro.org>
2172
2173 * gdb.base/sizeof.c: Don't include stdio.h and
2174 ../lib/unbuffer_output.c.
2175 (main): New variable 'size' and 'value'. Remove printf and
2176 gdb_unbuffer_output. Assign return value to size and value.
2177 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2178 at the beginning.
2179 (check_sizeof): Check the result by printing variable 'size'.
2180 (check_valueof): Check the result by printing variable 'value'.
2181
99fd02d9
YQ
21822015-12-01 Yao Qi <yao.qi@linaro.org>
2183
2184 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2185 for aarch64*-*-linux* target.
2186
f2faf941
PA
21872015-11-30 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2190
04bf20c5
PA
21912015-11-30 Pedro Alves <palves@redhat.com>
2192
2193 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2194 Handle non-stop mode vCont replies.
2195
09df4675
PA
21962015-11-30 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2199 prepare_for_testing. Start gdb with "set non-stop on" appended to
2200 GDBFLAGS. Lax expected stop output.
2201
58b584af
YQ
22022015-11-27 Yao Qi <yao.qi@linaro.org>
2203
2204 * gdb.arch/arm-neon.exp: New.
2205 * gdb.arch/arm-neon.c: New.
2206
dfcb77a8
YQ
22072015-11-27 Yao Qi <yao.qi@linaro.org>
2208
2209 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2210
88e8ec1b
YQ
22112015-11-27 Yao Qi <yao.qi@linaro.org>
2212
2213 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2214 frames-invalid annotation.
2215
bfde72c2
YQ
22162015-11-27 Yao Qi <yao.qi@linaro.org>
2217
2218 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2219
f6512a69
SM
22202015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 * gdb.threads/names.exp: New file.
2223 * gdb.threads/names.c: New file.
2224 * README: Mention gdb,no_thread_names.
2225
46a3515b
MM
22262015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2227
2228 PR 19297
2229 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2230 support" error.
2231
62147a22
PA
22322015-11-24 Pedro Alves <palves@redhat.com>
2233
2234 PR 17539
2235 * gdb.base/display.exp: Expect displays to be sorted in ascending
2236 order. Use multi_line.
2237 * gdb.base/solib-display.exp: Likewise.
2238
2f341b6e
PA
22392015-11-24 Pedro Alves <palves@redhat.com>
2240
2241 PR 17539
25d49b86
PA
2242 * gdb.base/display.exp: Expect displays to be sorted in ascending
2243 order. Use multi_line.
2244 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2245
7e0aa6aa
PA
22462015-11-24 Pedro Alves <palves@redhat.com>
2247
2248 PR 17539
2249 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2250 threads in ascending order.
2251 * gdb.base/foll-fork.exp: Likewise.
2252 * gdb.base/foll-vfork.exp: Likewise.
2253 * gdb.base/multi-forks.exp: Likewise.
2254 * gdb.mi/mi-nonstop.exp: Likewise.
2255 * gdb.mi/mi-nsintrall.exp: Likewise.
2256 * gdb.multi/base.exp: Likewise.
2257 * gdb.multi/multi-arch.exp: Likewise.
2258 * gdb.python/py-inferior.exp: Likewise.
2259 * gdb.threads/break-while-running.exp: Likewise.
2260 * gdb.threads/execl.exp: Likewise.
2261 * gdb.threads/gcore-thread.exp: Likewise.
2262 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2263 * gdb.threads/kill.exp: Likewise.
2264 * gdb.threads/linux-dp.exp: Likewise.
2265 * gdb.threads/multiple-step-overs.exp: Likewise.
2266 * gdb.threads/next-bp-other-thread.exp: Likewise.
2267 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2268 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2269 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2270 * gdb.threads/thread-find.exp: Likewise.
2271 * gdb.threads/tls.exp: Likewise.
2272 * lib/mi-support.exp (mi_reverse_list): Delete.
2273 (mi_check_thread_states): No longer reverse list.
2274
2cc57ad8
PA
22752015-11-24 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2278 use lowercase.
2279
c93e8391
SM
22802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2281
2282 * gdb.trace/actions.c: Include trace-common.h.
2283 (main): Add a location for a fast tracepoint.
2284 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2285 the normal tracepoints.
2286 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2287
045ccf91
SM
22882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 * save-trace.exp: Factor out code to these...
2291 (gdb_save_tracepoints): New.
2292 (gdb_load_tracepoints): New.
2293 (do_save_load_test): New.
2294
5506f9f6
KB
22952015-11-23 Kevin Buettner <kevinb@redhat.com>
2296
2297 * gdb.base/asmlabel.exp: New test.
2298 * gdb.base/asmlabel.c: New test case.
2299
16c3b12f
JB
23002015-11-23 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.base/wrong_frame_bt_full-main.c: New file.
2303 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2304 * gdb.base/wrong_frame_bt_full.exp: New file.
2305
155bfbd3
JB
23062015-11-23 Joel Brobecker <brobecker@adacore.com>
2307
2308 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2309
bb097445
JM
23102015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2311
206853a0 2312 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2313 pstate register when comparing registers values in
2314 sparc64-*-linux-gnu targets to avoid spurious differences.
2315
9c88ed8f
JM
23162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2317
206853a0 2318 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2319
96161e25
SL
23202015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2321
2322 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2323 as type argument to gdb_compile.
2324 * gdb.base/nested-subp2.exp: Likewise.
2325 * gdb.base/nested-subp3.exp: Likewise.
2326
340c2830
DV
23272015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2328
2329 * lib/dwarf.exp (_note): Fix left shift of negative value.
2330 * gdb.trace/trace-condition.exp: Likewise.
2331
c1862d0f
YQ
23322015-11-13 Yao Qi <yao.qi@linaro.org>
2333
2334 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2335 comments about d10v.
2336 (test_scalar_returns): Likewise.
2337 * gdb.base/d10v.ld: Remove.
2338 * gdb.base/overlays.exp: Remove the target triplet checking for
2339 d10v-*-*.
2340 * gdb.base/structs.exp (test_struct_returns): Remove the
2341 comments about d10v.
2342 (test_struct_calls): Likewise.
2343
77ae9c19
YQ
23442015-11-13 Yao Qi <yao.qi@linaro.org>
2345
2346 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2347 * gdb.base/gnu_vector.c: Don't include stdio.h.
2348 (main): Don't print res and call add_some_intvecs.
2349
430e004e
MK
23502015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2351
2352 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2353 macro.
2354 (func5): Removed.
2355 (func4): Use FAST_TRACEPOINT_LABEL.
2356 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2357 macro.
2358 (func): Removed.
2359 (thread_function): Use FAST_TRACEPOINT_LABEL.
2360 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2361 (func): Remove.
2362 (marker): Use FAST_TRACEPOINT_LABEL.
2363 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2364 (pendfunc1): Remove.
2365 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2366 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2367 (foo): Remove.
2368 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2369 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2370 macro.
2371 (func): Remove.
2372 (marker): Use FAST_TRACEPOINT_LABEL.
2373 * gdb.trace/trace-common.h: New header.
2374 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2375 macro.
2376 (func): Remove.
2377 (marker): Use FAST_TRACEPOINT_LABEL.
2378 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2379 (func): Remove.
2380 (thread_function): Use FAST_TRACEPOINT_LABEL.
2381
6e7675a7
MK
23822015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2383
2384 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2385 in front.
2386 * gdb.trace/change-loc.exp: Use global pcreg definition.
2387 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2388 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2389 in front.
2390 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2391 * gdb.trace/pending.exp: Likewise.
2392 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2393 * gdb.trace/trace-break.exp: Likewise.
2394 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2395 in front.
2396 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2397 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2398 in front.
2399 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2400
dddc0e16
JB
24012015-11-09 Joel Brobecker <brobecker@adacore.com>
2402
2403 * gdb.ada/fin_fun_out: New testcase.
2404
c6f0b406
KB
24052015-11-07 Kevin Buettner <kevinb@redhat.com>
2406
2407 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2408 value associated with DW_AT_byte_size.
2409 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2410 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2411 DW_AT_upper_bound.
2412
f01dcfd9
KB
24132015-11-07 Kevin Buettner <kevinb@redhat.com>
2414
2415 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2416 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2417 version.
2418 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2419 gdb.dwarf2/dw2-canonicalize-type.exp,
2420 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2421 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2422 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2423 provided by gdb_target_symbol_prefix_flags_asm.
2424 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2425 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2426 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2427 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2428 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2429 macros where needed). Use this macro for symbols which require
2430 the prefix provided by SYMBOL_PREFIX.
2431
2223449a
KB
24322015-11-05 Kevin Buettner <kevinb@redhat.com>
2433
2434 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2435 New procs.
2436 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2437 representing expressions, of more than one list element.
2438 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2439 to prepend linker symbol prefix to f.
2440 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2441 table_1 and table_2.
2442 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2443 Likewise, for f and g.
2444 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2445 for ptr.
2446 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2447 for main.
2448 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2449 table_1_ptr and table_2_ptr.
2450
6f2f1a3a
JK
24512015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2452 Joel Brobecker <brobecker@adacore.com>
2453
2454 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2455
566c56c9
MK
24562015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2457
2458 * gdb.reverse/s390-mvcle.c: New test.
2459 * gdb.reverse/s390-mvcle.exp: New file.
2460 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2461
d5f0636b
MK
24622015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2463
2464 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2465
7ad8b86c
MK
24662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2467
2468 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2469 reaching marker2.
2470 * gdb.reverse/getresuid-reverse.exp: Likewise.
2471 * gdb.reverse/pipe-reverse.exp: Likewise.
2472 * gdb.reverse/readv-reverse.exp: Likewise.
2473 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2474 * gdb.reverse/time-reverse.exp: Likewise.
2475 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2476
4081c0f1
YQ
24772015-10-30 Yao Qi <yao.qi@linaro.org>
2478
2479 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2480 (empty_cycle): Remove.
2481 (main): Don't call empty_cycle. Don't use watch_count_done.
2482 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2483 empty_cycle. Rewrite the code counting HW watchpoints.
2484
452b4ba5
MK
24852015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2486
2487 * gdb.reverse/fstatat-reverse.c: New test.
2488 * gdb.reverse/fstatat-reverse.exp: New file.
2489 * gdb.reverse/getresuid-reverse.c: New test.
2490 * gdb.reverse/getresuid-reverse.exp: New file.
2491 * gdb.reverse/pipe-reverse.c: New test.
2492 * gdb.reverse/pipe-reverse.exp: New file.
2493 * gdb.reverse/readv-reverse.c: New test.
2494 * gdb.reverse/readv-reverse.exp: New file.
2495 * gdb.reverse/recvmsg-reverse.c: New test.
2496 * gdb.reverse/recvmsg-reverse.exp: New file.
2497 * gdb.reverse/time-reverse.c: New test.
2498 * gdb.reverse/time-reverse.exp: New file.
2499 * gdb.reverse/waitpid-reverse.c: New test.
2500 * gdb.reverse/waitpid-reverse.exp: New file.
2501
5e2e7507
JK
25022015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2505
0fde2c53
DE
25062015-10-26 Doug Evans <dje@google.com>
2507
2508 PR symtab/17391
2509 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2510 * gdb.dwarf2/bad-regnum.c: New file.
2511 * gdb.dwarf2/bad-regnum.exp: New file.
2512
1a70ae97
DE
25132015-10-26 Doug Evans <dje@google.com>
2514
2515 PR python/18938
2516 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2517 file.
2518
27dc26ab
JK
25192015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2522 for a change by "Mention language in compile error message".
2523
bed91f4d
SM
25242015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2525
2526 PR python/18073
2527 * gdb.python/py-type.c (C::a_method): New.
2528 (C::a_const_method): New.
2529 (C::a_static_method): New.
2530 (a_function): New.
2531 * gdb.python/py-type.exp (test_fields): Test getting fields
2532 from function and method.
2533
3f2f83dd
KB
25342015-10-21 Keven Boell <keven.boell@intel.com>
2535
2536 * gdb.fortran/vla-alloc-assoc.exp: New file.
2537 * gdb.fortran/vla-datatypes.exp: New file.
2538 * gdb.fortran/vla-datatypes.f90: New file.
2539 * gdb.fortran/vla-history.exp: New file.
2540 * gdb.fortran/vla-ptype-sub.exp: New file.
2541 * gdb.fortran/vla-ptype.exp: New file.
2542 * gdb.fortran/vla-sizeof.exp: New file.
2543 * gdb.fortran/vla-sub.f90: New file.
2544 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2545 * gdb.fortran/vla-value-sub-finish.exp: New file.
2546 * gdb.fortran/vla-value-sub.exp: New file.
2547 * gdb.fortran/vla-value.exp: New file.
2548 * gdb.fortran/vla-ptr-info.exp: New file.
2549 * gdb.mi/mi-vla-fortran.exp: New file.
2550 * gdb.mi/vla.f90: New file.
2551
27145d50
SL
25522015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2553
2554 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2555 of hardwired timeout value.
2556
5f3ff4f8
JK
25572015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2558 Pedro Alves <palves@redhat.com>
2559
2560 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2561 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2562
bfd09d20
JS
25632015-10-19 Josh Stone <jistone@redhat.com>
2564
2565 * gdb.base/catch-syscall.c: Include <sched.h>.
2566 (unknown_syscall): New variable.
2567 (main): Trigger a vfork and an unknown syscall.
2568 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2569 (unknown_syscall_number): Likewise.
2570 (check_call_to_syscall): Accept an optional syscall pattern.
2571 (check_return_from_syscall): Likewise.
2572 (check_continue): Likewise.
2573 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2574 (test_catch_syscall_skipping_return): New test toggling off 'catch
2575 syscall' to step over the syscall return, then toggling back on.
2576 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2577 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2578 (do_syscall_tests): Call test_catch_syscall_without_args and
2579 test_catch_syscall_mid_vfork.
2580 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2581 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2582
b32b93c6
AS
25832015-10-19 Andrew Stubbs <ams@codesourcery.com>
2584
2585 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2586 print g_vE): Add new pass patterns.
2587 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2588 print various symbol names for vptr fields.
2589
9d622bda
AB
25902015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2593 results.
2594
0fd8ac1c
YQ
25952015-10-12 Yao Qi <yao.qi@linaro.org>
2596
2597 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2598
34240514
YQ
25992015-10-12 Yao Qi <yao.qi@linaro.org>
2600
2601 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2602 is aarch64*-*-linux*.
2603
8240f442
YQ
26042015-10-12 Yao Qi <yao.qi@linaro.org>
2605
2606 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2607 (can_relocate_bcond_true): ... it.
2608 (can_relocate_bcond_false): New function.
2609 (foo): Likewise.
2610 (can_relocate_bl): Likewise.
2611 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2612 can_relocate_bl.
2613
2520f728
PMR
26142015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2615
2616 * gdb.base/nested-addr.c: New file.
2617 * gdb.base/nested-addr.exp: New testcase.
2618
abcef95a
MM
26192015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2620
2621 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2622 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2623 its output. Ignore the output of "record goto begin" and instead
2624 check that GDB is replaying.
2625
145e3ddb
PA
26262015-10-09 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2629 (top level): Use it in the run with no args test.
2630
d5d8c4e1
IB
26312015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2632
2633 * gdb.dlang/properties.exp: New file.
2634
06e635ef
SL
26352015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2636
2637 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2638 whether or not address 0x1000 is mapped on the target.
2639
e019fd1d
SM
26402015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2641
2642 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2643 build.
2644
77ba2a67
MM
26452015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2646
2647 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2648 instruction-history test.
2649
c60eb31f
DE
26502015-09-28 Doug Evans <dje@google.com>
2651
2652 * gdb.base/gcore.c (array_func): Add reference to static_array.
2653
9a3c8263
SM
26542015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2655
2656 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2657 source line.
2658
9720e656
SL
26592015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2660
2661 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2662 short or char as base type.
2663
938d3bf2
SL
26642015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2665
2666 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2667 to allow any size enum.
2668
e6c2c623
PMR
26692015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2670
2671 * gdb.ada/array_ptr_renaming.exp: New testcase.
2672 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2673 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2674
06da0f77
PL
26752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2676
2677 * gdb.trace/ftrace-lock.c: New file.
2678 * gdb.trace/ftrace-lock.exp: New file.
2679
4f51c22a
PL
26802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2681
2682 * gdb.arch/insn-reloc.c: New file.
2683 * gdb.arch/ftrace-insn-reloc.exp: New file.
2684
7041adf4
PL
26852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2686
2687 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2688 instruction.
2689 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2690 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2691 * gdb.trace/range-stepping.c: Likewise.
2692 * gdb.trace/trace-break.c: Likewise.
2693 * gdb.trace/trace-mt.c (thread_function): Likewise.
2694 * gdb.trace/ftrace.c (marker): Likewise.
2695 * gdb.trace/trace-condition.c (marker): Likewise.
2696 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2697 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2698 is_aarch64_target.
2699
015d2e7e
DE
27002015-09-18 Doug Evans <xdje42@gmail.com>
2701
2702 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2703 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2704
26b188a2
SL
27052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2706
2707 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2708 the breakpoint.
2709
79dc332b
SL
27102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2711
2712 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2713 the pending breakpoint. Remove timeout override for "Run till
2714 MI pending breakpoint on pendfunc3 on thread 2" test.
2715
f57929f2
SL
27162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2717
2718 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2719 filename pattern.
2720
3f469b17
SL
27212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2722
2723 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2724 in breakpoint filename pattern.
2725
515b89b3
SL
27262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2727
7800dbe4
SL
2728 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2729
27302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2731
515b89b3
SL
2732 * gdb.linespec/explicit.exp: Check for readline support for
2733 tab-completion tests. Fix obvious typo.
2734
d2939ba2
MM
27352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2736
2737 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2738 and replay.
2739
cbb55fa7
MM
27402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2741
2742 * gdb.btrace/non-stop.c: New.
2743 * gdb.btrace/non-stop.exp: New.
2744
43691ca1
PL
27452015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2746 Yao Qi <yao.qi@linaro.org>
2747
2748 * gdb.trace/trace-condition.c: New file.
2749 * gdb.trace/trace-condition.exp: New file.
2750
d78908cf
WW
27512015-09-16 Wei-cheng Wang <cole945@gmail.com>
2752
2753 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2754 for testing bytecode compilation.
2755
1ed415e2
PA
27562015-09-16 Pedro Alves <palves@redhat.com>
2757 Sandra Loosemore <sandra@codesourcery.com>
2758
2759 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2760 (SECONDS): Redefine.
2761 (main): Call pthread_kill and alarm early.
2762 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2763 support.
2764 (test): If the target can't hardware step and doesn't support
2765 displaced stepping, increase the timeout.
2766
d136eff5
PA
27672015-09-16 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2770 (enable_debug): New procedures.
2771 (test): Use them. Bail out if waiting for threads fails.
2772 (top level): Bail out if a test fails.
2773
991f019c
YQ
27742015-09-16 Yao Qi <yao.qi@linaro.org>
2775
2776 * gdb.asm/asm-source.exp: Set asm-arch for
2777 aarch64*-*-* target.
2778 * gdb.asm/aarch64.inc: New file.
2779
bfca584f
PMR
27802015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2781
2782 * gdb.ada/array_of_variable_length.exp: New testcase.
2783 * gdb.ada/array_of_variable_length/foo.adb: New file.
2784 * gdb.ada/array_of_variable_length/pck.adb: New file.
2785 * gdb.ada/array_of_variable_length/pck.ads: New file.
2786
b326e587
DE
27872015-09-15 Doug Evans <dje@google.com>
2788
2789 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2790 of function static local variable.
2791
5382cfab
PW
27922015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2793
2794 * gdb.threads/tls-so_extern.exp: New test file.
2795 * gdb.threads/tls-so_extern.c: New test file.
2796 * gdb.threads/tls-so_extern_main.c: New test file.
2797
141c5cc4
JK
27982015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * gdb.opt/solib-intra-step-lib.c: New file.
2801 * gdb.opt/solib-intra-step-main.c: New file.
2802 * gdb.opt/solib-intra-step.exp: New file.
2803
d15dcecd
PA
28042015-09-15 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2807 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2808
4c2f2a79
PA
28092015-09-14 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.base/hook-stop-continue.c: Delete.
2812 * gdb.base/hook-stop-continue.exp: Delete.
2813 * gdb.base/hook-stop-frame.c: Delete.
2814 * gdb.base/hook-stop-frame.exp: Delete.
2815 * gdb.base/hook-stop.c: New file.
2816 * gdb.base/hook-stop.exp: New file.
2817
919e6dbe
PMR
28182015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2819
2820 * gdb.ada/access_to_packed_array.exp: New testcase.
2821 * gdb.ada/access_to_packed_array/foo.adb: New file.
2822 * gdb.ada/access_to_packed_array/pack.adb: New file.
2823 * gdb.ada/access_to_packed_array/pack.ads: New file.
2824
157280a4
MM
28252015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2826
2827 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2828 buffer size test.
2829
2fd33e94
DB
28302015-09-11 Don Breazeal <donb@codesourcery.com>
2831
2832 * gdb.base/foll-exec.c: Add copyright header. Fix
2833 formatting issues.
2834 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2835 (do_exec_tests): Use clean_restart in place of zap_session,
2836 and for test initialization. Fix formatting issues. Use
2837 fail in place of perror.
2838 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2839 an expect statement to match an expression with output from
2840 the program under debug.
2841 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2842 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2843 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2844 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2845 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2846
e70b6e8e
DE
28472015-09-09 Doug Evans <dje@google.com>
2848
2849 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2850
7a551a51
DE
28512015-09-09 Doug Evans <dje@google.com>
2852
2853 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2854
4c666f84
DE
28552015-09-09 Doug Evans <dje@google.com>
2856
2857 * gdb.base/savedregs.exp: Fix typo.
2858
243a9253
PA
28592015-09-09 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2862
c0fa8fbd
SL
28632015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2864
2865 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2866 command actually switches threads. Give up on remaining
2867 tests if target fails to stop at breakpoint.
2868
cd7c1778
PMR
28692015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2870
2871 * gdb.ada/funcall_char.exp: New testcase.
2872 * gdb.ada/funcall_char/foo.adb: New file.
2873
dc5c8746
PMR
28742015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2875
2876 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2877 expected outputs. Add two testcases for completing ambiguous
2878 functions.
2879 * gdb.ada/complete/aux_pck.adb: New file.
2880 * gdb.ada/complete/aux_pck.ads: New file.
2881 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2882 Ambiguous_Func functions.
2883 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2884 * gdb.ada/complete/pck.adb: Likewise.
2885
4e83a1e7
UW
28862015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2887
2888 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2889 failures to run the test program under GDB.
2890
8ce74153
LM
28912015-08-26 Luis Machado <lgustavo@codesourcery.com>
2892
2893 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2894 to C.
2895
e9756d52
PP
28962015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2897
2898 * gdb.base/run-after-attach.exp: New test file.
2899 * gdb.base/run-after-attach.c: New test file.
2900
8d37573b
DB
29012015-08-26 Don Breazeal <donb@codesourcery.com>
2902
2903 * gdb.base/foll-exec-2.c: New test program.
2904 * gdb.base/foll-exec-2.exp: New test.
2905
63e43d3a
PMR
29062015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2907
2908 * gdb.base/nested-subp1.exp: New file.
2909 * gdb.base/nested-subp1.c: New file.
2910 * gdb.base/nested-subp2.exp: New file.
2911 * gdb.base/nested-subp2.c: New file.
2912 * gdb.base/nested-subp3.exp: New file.
2913 * gdb.base/nested-subp3.c: New file.
2914
3d40fbb5
PA
29152015-08-24 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.server/connect-without-multi-process.c: New file.
2918 * gdb.server/connect-without-multi-process.exp: New file.
2919
4422ac93
LM
29202015-08-24 Luis Machado <lgustavo@codesourcery.com>
2921
2922 * gdb.opt/inline-markers.c: Make z int.
2923
91dddb86
LM
29242015-08-24 Luis Machado <lgustavo@codesourcery.com>
2925
2926 * gdb.opt/inline-markers.c: Make z volatile.
2927
a48847ee
LM
29282015-08-24 Luis Machado <lgustavo@codesourcery.com>
2929
2930 * gdb.opt/inline-bt.c: New volatile global z.
2931 * gdb.opt/inline-cmds.c: Likewise.
2932 * gdb.opt/inline-locals.c: Likewise.
2933 * gdb.opt/inline-markers.c: New extern global z.
2934 (marker): Use z.
2935 (inline_fn): Likewise.
2936
0ebbc52b
PA
29372015-08-24 Pedro Alves <palves@redhat.com>
2938
2939 * config/m32r-stub.exp: Remove file.
2940 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2941 * gdb.base/call-rt-st.exp: Likewise.
2942 * gdb.base/call-strs.exp: Likewise.
2943 * gdb.base/default.exp: Remove references to h8300-*-hms and
2944 *-*-udi*.
2945 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2946
77c365df
AA
29472015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2948
2949 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2950 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2951 and "return" use KFAIL when GDB can not read/write the vector
2952 return value.
2953
4313b8c0
GB
29542015-08-21 Gary Benson <gbenson@redhat.com>
2955
2956 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2957
0e433b32
PA
29582015-08-20 Pedro Alves <palves@redhat.com>
2959
2960 * gdb.server/solib-list.exp: No longer expect an interior stop in
2961 non-stop mode.
2962
221e1a37
PA
29632015-08-20 Pedro Alves <palves@redhat.com>
2964
2965 * gdb.server/connect-stopped-target.c: New file.
2966 * gdb.server/connect-stopped-target.exp: New file.
2967
40e3ad0e
PA
29682015-08-20 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.dwarf2/comp-unit-lang.exp: New file.
2971 * gdb.dwarf2/comp-unit-lang.c: New file.
2972
af39b327
PMR
29732015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2974
2975 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2976 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2977
7d45c7c3 29782015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2979
7d45c7c3
KB
2980 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2981 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2982
4d6cceb4
DE
29832015-08-18 Doug Evans <dje@google.com>
2984 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2985
2986 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2987 skip_python_tests. New arg prompt_regexp.
2988 (skip_python_tests): New function.
2989 * lib/mi-support.exp (mi_skip_python_tests): New function.
2990 * gdb.python/py-mi-objfile-gdb.py: New file.
2991 * gdb.python/py-mi-objfile.c: New file.
2992 * gdb.python/py-mi-objfile.exp: New file.
2993
ad89c2aa
KS
29942015-08-17 Keith Seitz <keiths@redhat.com>
2995
2996 * gdb.linespec/explicit.exp: Move strace test from here ...
2997 * gdb.trace/strace.exp: ... to here.
2998
e3ae3c43
PP
29992015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3000
3001 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3002 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3003
604b2636
DE
30042015-08-14 Doug Evans <xdje42@gmail.com>
3005
3006 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3007 inferior before selecting a new file.
3008
6ff0ba5f
DE
30092015-08-14 Doug Evans <xdje42@gmail.com>
3010
3011 * gdb.mi/mi-disassemble.exp: Update.
3012 * gdb.base/disasm-optim.S: New file.
3013 * gdb.base/disasm-optim.c: New file.
3014 * gdb.base/disasm-optim.h: New file.
3015 * gdb.base/disasm-optim.exp: New file.
3016
9ca98f92
KS
30172015-08-14 Keith Seitz <keiths@redhat.com>
3018
3019 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3020 "evaluated-by".
3021
52bbc560
JB
30222015-08-13 Joel Brobecker <brobecker@adacore.com>
3023
3024 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3025
5d8c3ed3
PMR
30262015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3027
3028 * gdb.ada/fun_renaming.exp: New testcase.
3029 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3030 * gdb.ada/fun_renaming/pack.adb: New file.
3031 * gdb.ada/fun_renaming/pack.ads: New file.
3032
ea8812bc
KS
30332015-08-12 Keith Seitz <keiths@redhat.com>
3034
3035 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3036 gdb_get_line_number.
3037
4dafcdeb
JB
30382015-08-12 Joel Brobecker <brobecker@adacore.com>
3039
3040 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3041 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3042 gdb.base/dso2dso.exp: New files.
3043
5ba32597
SDJ
30442015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3045 Pedro Alves <palves@redhat.com>
3046 Keith Seitz <keiths@redhat.com>
3047
3048 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3049 GDBFLAGS.
3050
b6dafabf
PP
30512015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3052
3053 * gdb.base/gdbhistsize-history.exp
3054 (test_histsize_history_setting): Use save_vars.
3055 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3056 Use save_vars.
3057 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3058 * gdb.base/readline.exp: Use save_vars.
3059
abe8e607
PP
30602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3061
3062 * lib/gdb.exp (save_vars): New proc.
3063
629500fa
KS
30642015-08-11 Keith Seitz <keiths@redhat.com>
3065
3066 * gdb.base/help.exp: Update help_breakpoint_text.
3067
eb8c4e2e
KS
30682015-08-11 Keith Seitz <keiths@redhat.com>
3069
3070 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3071 (at toplevel): Call test_explicit_breakpoints.
3072 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3073 breakpoints.
3074 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3075 breakpoint conditions, "-cond".
3076
87f0e720
KS
30772015-08-11 Keith Seitz <keiths@redhat.com>
3078
3079 * gdb.linespec/3explicit.c: New file.
3080 * gdb.linespec/cpexplicit.cc: New file.
3081 * gdb.linespec/cpexplicit.exp: New file.
3082 * gdb.linespec/explicit.c: New file.
3083 * gdb.linespec/explicit.exp: New file.
3084 * gdb.linespec/explicit2.c: New file.
3085 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3086 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3087 before using in the matching pattern.
3088 Clarify that `prefix' is a regular expression.
3089
f00aae0f
KS
30902015-08-11 Keith Seitz <keiths@redhat.com>
3091
3092 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3093 test.
3094 Add tests for missing ",FMT" and ",".
3095
e27852be
DE
30962015-08-10 Doug Evans <dje@google.com>
3097 Keith Seitz <keiths@redhat.com>
3098
3099 PR gdb/17960
3100 * gdb.base/completion.exp: Add location completer tests.
3101
7f03bd92
PA
31022015-08-07 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3105 tests here.
3106 (top level): Run do_test with and without displaced stepping.
3107
3fc8eb30
PA
31082015-08-07 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.base/valgrind-disp-step.c: New file.
3111 * gdb.base/valgrind-disp-step.exp: New file.
3112
d4569d7b
PA
31132015-08-07 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3116 Delete function.
3117 (main): Add alarm. Run an infinite loop instead of calling
3118 wait_threads.
3119 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3120 comment.
3121 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3122 Delete function.
3123 (main): Add alarm. Run an infinite loop instead of calling
3124 wait_threads.
3125 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3126 comment.
3127
e1316e60
PA
31282015-08-07 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.base/checkpoint-ns.exp: New file.
3131 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3132 standard_testfile.
3133
da8c46d2
MM
31342015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3135
3136 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3137 * gdb.btrace/instruction_history.exp: Update.
3138 * gdb.btrace/tsx.exp: New.
3139 * gdb.btrace/tsx.c: New.
3140
de1c2c52
PA
31412015-08-06 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3144 increase timeout.
3145 * gdb.reverse/until-precsave.exp: Bump timeouts.
3146
782e0bf4
PA
31472015-08-06 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3150
83e97ed0
PA
31512015-08-06 Pedro Alves <palves@redhat.com>
3152
3153 PR gdb/18749
3154 * gdb.threads/process-dies-while-handling-bp.c: New file.
3155 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3156
863d01bd
PA
31572015-08-06 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3160 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3161
0a39bb32
PA
31622015-08-05 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3165 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3166
ee2d2b10
SL
31672015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3168
3169 * gdb.base/bp-permanent.exp: Report test as unsupported if
3170 the target cannot stop at the permanent breakpoint.
3171
4e1bdb00
DE
31722015-08-03 Doug Evans <dje@google.com>
3173
3174 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3175 10000.
3176
3d338901
DE
31772015-08-03 Doug Evans <dje@google.com>
3178
3179 * Makefile.in (workers/%.worker, build-perf): New rule.
3180 (GDB_PERFTEST_MODE): New variable.
3181 (check-perf): Use it.
3182 (clean): Clean up gdb.perf parallel build subdirs.
3183 * lib/build-piece.exp: New file.
3184 * lib/gdb.exp (make_gdb_parallel_path): New function
3185 (standard_output_file, standard_temp_file): Call it.
3186 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3187 of $GDB_PARALLEL.
3188 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3189
af061d3e
DE
31902015-08-03 Doug Evans <dje@google.com>
3191
8e1afc81 3192 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3193 (LOG_FILE_NAME): New global.
3194 (TextReporter.__init__): Initialize self.txt_sum.
3195 (TextReporter.report): Add support for multiple data-points.
3196 Move report to perftest.sum, put raw data in perftest.log.
3197 (TextReporter.start): Open sum and log files.
3198 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3199 * gdb.perf/lib/perftest/testresult.py
3200 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3201
2c8c5d37
PA
32022015-07-31 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3205 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3206 kill_wait_spawned_process instead of explicit "kill -9".
3207 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3208 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3209 kill_wait_spawned_process.
3210 * gdb.base/attach-twice.exp: Likewise.
3211 * gdb.base/attach.exp: Likewise.
3212 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3213 gdb_test_multiple.
3214 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3215 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3216 kill_wait_spawned_process.
3217 * gdb.base/valgrind-infcall.exp: Likewise.
3218 * gdb.multi/multi-attach.exp: Likewise.
3219 * gdb.python/py-prompt.exp: Likewise.
3220 * gdb.python/py-sync-interp.exp: Likewise.
3221 * gdb.server/ext-attach.exp: Likewise.
3222 * gdb.threads/attach-into-signal.exp (corefunc): Use
3223 spawn_wait_for_attach, spawn_id_get_pid and
3224 kill_wait_spawned_process.
3225 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3226 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3227 spawn_id_get_pid and kill_wait_spawned_process.
3228 * gdb.threads/attach-stopped.exp (corefunc): Use
3229 spawn_wait_for_attach, spawn_id_get_pid and
3230 kill_wait_spawned_process.
3231 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3232 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3233 kill_wait_spawned_process instead of explicit "kill -9".
3234 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3235 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3236 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3237 processes. Don't map cygwin/windows pids here. Now returns a
3238 spawn id list.
3239
032a0fca
SL
32402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3241
3242 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3243 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3244 correct patch.
3245
61a934ca
SL
32462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3247
3248 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3249
4bc4d428
SL
32502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3251
3252 Reapply:
3253 2014-05-21 Mark Wielaard <mjw@redhat.com>
3254
3255 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3256
998d452a
PA
32572015-07-30 Pedro Alves <palves@redhat.com>
3258
3259 * linux-low.c (handle_extended_wait): Set the child's last
3260 reported status to TARGET_WAITKIND_STOPPED.
3261
69dde7dc
PA
32622015-07-30 Pedro Alves <palves@redhat.com>
3263
3264 PR threads/18600
3265 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3266 only shows inferior 1.
3267
4dd63d48
PA
32682015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3269 Pedro Alves <palves@redhat.com>
3270
3271 PR threads/18600
3272 * gdb.threads/fork-plus-threads.c: New file.
3273 * gdb.threads/fork-plus-threads.exp: New file.
3274
d618e4c5
PP
32752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3276
3277 * gdb.base/batch-preserve-term-settings.exp
3278 (test_terminal_settings_preserved_after_cli_exit): Use
3279 send_quit_command.
3280
1eef6428
PA
32812015-07-29 Pedro Alves <palves@redhat.com>
3282 Don Breazeal <donb@codesourcery.com>
3283
3284 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3285 output from both inferior_spawn_id and gdb_spawn_id.
3286
7da5b897
SDJ
32872015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 * gdb.threads/attach-into-signal.exp (corefunc): Use
3290 with_test_prefix on nested loops, uniquefying the test messages.
3291
dac804df
SDJ
32922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3293
3294 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3295 commit.
3296
06265e53
PP
32972015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3298
3299 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3300 New proc.
3301 (test_terminal_settings_preserved_after_sigterm): New test.
3302
18206ca3
PP
33032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3304
3305 * gdb.base/batch-preserve-term-settings.exp
3306 (test_terminal_settings_preserved_after_cli_exit): New test.
3307
90074d11
PP
33082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3309
3310 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3311 manipulation of saved_gdbflags.
3312 (test_terminal_settings_preserved): Remove global declaration of
3313 the unused variable pagination_prompt. Remove manipulation of
3314 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3315 GDBFLAGS.
3316
eb1a7902
PA
33172015-07-29 Pedro Alves <palves@redhat.com>
3318
3319 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3320
8b75dd3b
PA
33212015-07-29 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3324 at the top.
3325
dedad4e3
PA
33262015-07-29 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3329 (main): Call gdb_unbuffer_output.
3330 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3331 (main): Call gdb_unbuffer_output.
3332 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3333 (main): Call gdb_unbuffer_output.
3334 * gdb.base/call-strs.exp: Adjust to step over the
3335 gdb_unbuffer_output call.
3336 * gdb.base/catch-gdb-caused-signals.c: Include
3337 "../lib/unbuffer_output.c".
3338 (main): Call gdb_unbuffer_output.
3339 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3340 (main): Call gdb_unbuffer_output.
3341 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3342 (main): Call gdb_unbuffer_output.
3343 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3344 (main): Call gdb_unbuffer_output.
3345 * gdb.base/shlib-call.exp: Adjust to step over the
3346 gdb_unbuffer_output call.
3347 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3348 (main): Call gdb_unbuffer_output.
3349 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3350 (main): Call gdb_unbuffer_output.
3351 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3352 (main): Rename to ...
3353 (test): ... this.
3354 (main): Reimplement.
3355 * gdb.base/varargs.exp: Run to test instead of to main.
3356 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3357 (main): Call gdb_unbuffer_output.
3358
58789a91
PA
33592015-07-29 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3362 factore out from mi_continue_dprintf. For call-style dprintfs,
3363 expect dprintf output out of $inferior_spawn_id.
3364 (mi_continue_dprintf): Use mi_expect_dprintf.
3365 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3366 (main): Call gdb_unbuffer_output.
3367
e8376742
PA
33682015-07-29 Pedro Alves <palves@redhat.com>
3369
3370 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3371 (default_mi_gdb_start): Set inferior_spawn_id instead of
3372 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3373 gdb_spawn_id.
3374 (mi_gdb_test): Always expect inferior output from both
3375 $inferior_spawn_id and $gdb_spawn_id.
3376
08280010
PA
33772015-07-29 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3380 send_inferior and $inferior_spawn_id.
3381
4d30e432
PA
33822015-07-29 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.gdb/complaints.exp (test_initial_complaints)
3385 (test_serial_complaints, test_short_complaints): Use
3386 gdb_test_stdio.
3387 (test_empty_complaint): Handle $inferior_spawn_id !=
3388 $gdb_spawn_id.
3389
0d30a335
PA
33902015-07-29 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.base/varargs.exp: Use gdb_test_stdio.
3393
39413b29
PA
33942015-07-29 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3397
7cb000a9
PA
33982015-07-29 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3401
d7b8ac82
PA
34022015-07-29 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3405 parameter into two new parameters, "inf_result" and "gdb_result".
3406 Expect inferior output and gdb output from $inferior_spawn_id and
3407 $gdb_spawn_id, respectively. Adjust all callers.
3408
789c3a0c
PA
34092015-07-29 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3412 of gdb_test_sequence.
3413
77e760c3
PA
34142015-07-29 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3417 (saw_spurious_output): Expect inferior output from
3418 $inferior_spawn_id. Use gdb_test_stdio.
3419
8396d2cd
PA
34202015-07-29 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/dprintf.exp: Use standard_testfile. Change
3423 prepare_for_testing call.
3424 (srcfile): Don't set.
3425 (restart): New procedure.
3426 (test_dprintf): New procecure, use to continue over dprintfs.
3427 (test_call, test_agent): New procedures, tests moved here.
3428 Restart gdb and recreate dprintfs. Adjust expected output.
3429
2051d61f
PA
34302015-07-29 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3433
452397af
PA
34342015-07-29 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3437
8aed9555
PA
34382015-07-29 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3441 gdb_test_stdio.
3442
188a61b4
PA
34432015-07-29 Pedro Alves <palves@redhat.com>
3444
3445 * lib/gdb.exp (gdb_test_stdio): New procedure.
3446
12264a45
PA
34472015-07-29 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3450
23ffc893
PA
34512015-07-29 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.base/call-signal-resume.exp: Remove check for
3454 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3455 * gdb.base/unwindonsignal.exp: Likewise.
3456 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3457 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3458
65566918
PA
34592015-07-29 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.base/siginfo-addr.c (pass): New function.
3462 (handler): Call it iff si_addr is correct.
3463 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3464 Set a breakpoint at "pass" and continue to it.
3465
d60a9221
SDJ
34662015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3467
3468 * gdb.python/py-objfile.exp: Make some tests have unique names.
3469 * gdb.python/py-pp-registration.exp: Likewise.
3470
bde40b8f
PA
34712015-07-28 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3474
13e1dec8
SM
34752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3476
3477 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3478
da33c9a7
SM
34792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3482
077836f7
PP
34832015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3484
3485 * gdb.base/gdb-sigterm-2.exp: New test.
3486
b8cc7b2e
DE
34872015-07-25 Doug Evans <xdje42@gmail.com>
3488
3489 Revert:
3490 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3491 (workers/%.worker, build-perf): New rule.
3492 (GDB_PERFTEST_MODE): New variable.
3493 (check-perf): Use it.
3494 (clean): Clean up gdb.perf parallel build subdirs.
3495 * lib/build-piece.exp: New file.
3496 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3497 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3498 name.
3499 (standard_temp_file): Ditto.
3500 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3501 of $GDB_PARALLEL.
3502
c8bd4544
DE
35032015-07-24 Doug Evans <dje@google.com>
3504
3505 * gdb.perf/lib/perftest/utils.py: New file.
3506 * gdb.perf/gm-hello.cc: New file.
3507 * gdb.perf/gm-pervasive-typedef.cc: New file.
3508 * gdb.perf/gm-pervasive-typedef.h: New file.
3509 * gdb.perf/gm-std.cc: New file.
3510 * gdb.perf/gm-std.h: New file.
3511 * gdb.perf/gm-use-cerr.cc: New file.
3512 * gdb.perf/gm-utils.h: New file.
3513 * gdb.perf/gmonster-null-lookup.py: New file.
3514 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3515 * gdb.perf/gmonster-print-cerr.py: New file.
3516 * gdb.perf/gmonster-ptype-string.py: New file.
3517 * gdb.perf/gmonster-runto-main.py: New file.
3518 * gdb.perf/gmonster-select-file.py: New file.
3519 * gdb.perf/gmonster1-null-lookup.exp: New file.
3520 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3521 * gdb.perf/gmonster1-print-cerr.exp: New file.
3522 * gdb.perf/gmonster1-ptype-string.exp: New file.
3523 * gdb.perf/gmonster1-runto-main.exp: New file.
3524 * gdb.perf/gmonster1-select-file.exp: New file.
3525 * gdb.perf/gmonster1.cc: New file.
3526 * gdb.perf/gmonster1.exp: New file.
3527 * gdb.perf/gmonster2-null-lookup.exp: New file.
3528 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3529 * gdb.perf/gmonster2-print-cerr.exp: New file.
3530 * gdb.perf/gmonster2-ptype-string.exp: New file.
3531 * gdb.perf/gmonster2-runto-main.exp: New file.
3532 * gdb.perf/gmonster2-select-file.exp: New file.
3533 * gdb.perf/gmonster2.cc: New file.
3534 * gdb.perf/gmonster2.exp: New file.
3535
6eab34f3
DE
35362015-07-24 Doug Evans <dje@google.com>
3537
3538 * gdb.perf/README: New file.
3539 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3540 * lib/gen-perf-test.exp: New file.
3541
63738bfd
DE
35422015-07-24 Doug Evans <dje@google.com>
3543
3544 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3545 (PerfTest::startup): New function.
3546 (PerfTest::run): Return result of calling body.
3547 (PerfTest::assemble): Rewrite.
3548 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3549 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3550 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3551 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3552 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3553
7b606f95
DE
35542015-07-24 Doug Evans <dje@google.com>
3555
3556 * lib/gdb.exp (clean_restart): Make executable optional.
3557
a97b16b8
DE
35582015-07-24 Doug Evans <dje@google.com>
3559
3560 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3561 compiler_info references.
3562 * gdb.cp/temargs.exp: Ditto.
3563 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3564 (get_compiler_info): Early exit if already computed. Set compiler_info
3565 to "unknown" if there was a problem.
3566 (test_compiler_info): Add function comment. Call get_compiler_info.
3567
35baa57f
DE
35682015-07-24 Doug Evans <dje@google.com>
3569
3570 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3571 (workers/%.worker, build-perf): New rule.
3572 (GDB_PERFTEST_MODE): New variable.
3573 (check-perf): Use it.
3574 (clean): Clean up gdb.perf parallel build subdirs.
3575 * lib/build-piece.exp: New file.
3576 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3577 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3578 name.
3579 (standard_temp_file): Ditto.
3580 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3581 of $GDB_PARALLEL.
3582
6ebea266
DE
35832015-07-24 Doug Evans <dje@google.com>
3584
3585 * lib/future.exp (gdb_default_target_compile): New option
3586 "early_flags".
3587 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3588 --as-needed.
3589
1e76a7e9
SDJ
35902015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3591
3592 * gdb.base/catch-syscall.exp: Call gdb_exit before
3593 gdb_skip_xml_test.
3594
5068630a
PA
35952015-07-24 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.python/py-events.exp: Accept output between the stop event
3598 and the prompt.
3599 * gdb.python/py-evsignal.exp: Likewise.
3600 * gdb.python/py-evthreads.exp: Likewise.
3601
77598427
PA
36022015-07-24 Pedro Alves <palves@redhat.com>
3603
3604 PR gdb/18717
3605 * gdb.threads/non-ldr-exit.c: New file.
3606 * gdb.threads/non-ldr-exit.exp: New file.
3607
11e6c98f
YQ
36082015-07-24 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3611 restarting process.
3612
51aee833
YQ
36132015-07-24 Yao Qi <yao.qi@linaro.org>
3614
3615 * gdb.server/ext-restart.exp: New file.
3616
8cfe207c
YQ
36172015-07-24 Yao Qi <yao.qi@linaro.org>
3618
3619 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3620 argument options.
3621 * gdb.server/ext-wrapper.exp: New file.
3622
cc12ce38
DE
36232015-07-23 Doug Evans <dje@google.com>
3624
3625 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3626 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3627
d0d84780
PMR
36282015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3629
3630 * gdb.ada/var_arr_typedef.exp: New testcase.
3631 * gdb.ada/var_arr_typedef/pack.adb: New file.
3632 * gdb.ada/var_arr_typedef/pack.ads: New file.
3633 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3634
8b558f79
JB
36352015-07-20 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3638
775a3298
JK
36392015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.arch/i386-biarch-core.exp: Replace istarget
3642 by "complete set gnutarget". Remove expectation for the "core-file"
3643 command.
3644
db1ff28b
JK
36452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 Revert the previous commit:
3648 Tests for validate symbol file using build-id.
3649
0a94970d
JK
36502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3651
3652 Tests for validate symbol file using build-id.
3653 * gdb.base/solib-mismatch-lib.c: New file.
3654 * gdb.base/solib-mismatch-libmod.c: New file.
3655 * gdb.base/solib-mismatch.c: New file.
3656 * gdb.base/solib-mismatch.exp: New file.
3657
03346981
SL
36582015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3659
3660 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3661 nios2-*-linux*.
3662 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3663 * gdb.base/siginfo.exp: Likewise.
3664 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3665
42422cc7
PL
36662015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3667
3668 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3669 Move it to ...
3670 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3671 ... here.
3672 * gdb.trace/range-stepping.exp: Check that the target supports
3673 range stepping.
3674
cfa68bae
JK
36752015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3678
8ffdba26
PA
36792015-07-14 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.base/killed-outside.exp: New file.
3682 * gdb.base/killed-outside.c: New file.
3683
218a5a11
JK
36842015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3685
3686 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3687 (n at main): New.
3688 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3689
e03ed3c6
AA
36902015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3691
3692 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3693 infcall tests instead of setting up for KFAIL.
3694
485668e5
MM
36952015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3696
3697 * gdb.btrace/record_goto-step.exp: New.
3698
08464196
JK
36992015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 PR compile/18484
3702 * gdb.compile/compile.c (struct struct_type): Add volatile to
3703 selffield's type.
3704 * gdb.compile/compile.exp
3705 (compile code struct_object.selffield = &struct_object): Skip further
3706 struct_object tests if this one xfails.
3707
bcf5c1d9
RC
37082015-07-08 Robert O'Callahan <robert@ocallahan.org>
3709
3710 PR exp/18617
3711 * gdb.trace/ax.exp: Add test.
3712
4931af25
YQ
37132015-07-07 Yao Qi <yao.qi@linaro.org>
3714
3715 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3716 instead of istarget "aarch64*-*-*".
3717 * gdb.arch/aarch64-fp.exp: Likewise.
3718 * gdb.base/float.exp: Likewise.
3719 * gdb.reverse/aarch64.exp: Likewise.
3720 * lib/gdb.exp (is_aarch64_target): New proc.
3721
9fcf688e
YQ
37222015-07-07 Yao Qi <yao.qi@linaro.org>
3723
3724 * lib/gdb.exp (is_aarch32_target): New proc.
3725 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3726 instead of "istarget "arm*-*-*"".
3727 * gdb.arch/arm-disp-step.exp: Likewise.
3728 * gdb.arch/thumb-bx-pc.exp: Likewise.
3729 * gdb.arch/thumb-prologue.exp: Likewise.
3730 * gdb.arch/thumb-singlestep.exp: Likewise.
3731 * gdb.base/disp-step-syscall.exp: Likewise.
3732 * gdb.base/float.exp: Likewise.
3733
fbd8d50d
YQ
37342015-07-07 Yao Qi <yao.qi@linaro.org>
3735
3736 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3737 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3738
71be1fdc
YQ
37392015-07-07 Yao Qi <yao.qi@linaro.org>
3740
3741 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3742 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3743 if it exists.
3744 * gdb.multi/multi-arch.exp: Likewise.
3745
3e221d36
SM
37462015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3747
3748 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3749 print.
3750
d441430b
YQ
37512015-07-07 Yao Qi <yao.qi@linaro.org>
3752
3753 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3754
06f810bd
MG
37552015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3756
3757 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3758 '[' and ']' characters.
3759
5e61e7c0
IB
37602015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3761
3762 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3763
28bf096c
PA
37642015-06-29 Pedro Alves <palves@redhat.com>
3765
3766 PR threads/18127
3767 * gdb.threads/hand-call-new-thread.c: New file.
3768 * gdb.threads/hand-call-new-thread.c: New file.
3769
ee93cd5e
KS
37702015-06-26 Keith Seitz <keiths@redhat.com>
3771 Doug Evans <dje@google.com>
3772
3773 PR 16253
3774 * gdb.cp/var-tag-2.cc: New file.
3775 * gdb.cp/var-tag-3.cc: New file.
3776 * gdb.cp/var-tag-4.cc: New file.
3777 * gdb.cp/var-tag.cc: New file.
3778 * gdb.cp/var-tag.exp: New file.
3779
fc637f04
PP
37802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3781
3782 * gdb.base/history-duplicates.exp: New test.
3783
2e52ae68
PP
37842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3785
3786 * gdb.base/completion.exp: Test the completion of the "focus"
3787 command.
3788
6e22494e
JK
37892015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3790
3791 * gdb.arch/amd64-prologue-skip.S: New file.
3792 * gdb.arch/amd64-prologue-skip.exp: New file.
3793
bf7b9cd9
SM
37942015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3795
3796 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3797 is_address_zero_readable check.
3798
201e8dfd
PB
37992015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3800
3801 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3802 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3803
5cd867b4
YQ
38042015-06-24 Yao Qi <yao.qi@linaro.org>
3805
3806 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3807 linux targets.
3808
4d7be007
YQ
38092015-06-24 Yao Qi <yao.qi@linaro.org>
3810
3811 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3812 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3813 * gdb.base/siginfo-thread.exp: Likewise.
3814
07fcd301
YQ
38152015-06-22 Yao Qi <yao.qi@linaro.org>
3816
3817 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3818
52042a00
YQ
38192015-06-22 Yao Qi <yao.qi@linaro.org>
3820
3821 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3822 aarch64*-*-*.
3823 (skip_hw_watchpoint_tests): Likewise.
3824
74bd41ce
PP
38252015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3826
3827 * gdb.base/gdbinit-history.exp: Test the interaction between
3828 setting GDBHISTSIZE and setting the history size via .gdbinit.
3829
bc460514
PP
38302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3831
3832 PR gdb/16999
3833 * gdb.base/gdbhistsize-history.exp: New test.
3834
b58c513b
PP
38352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3836
3837 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3838 with GDBHISTSIZE.
3839 * gdb.base/readline.exp: Likewise.
3840
92046791
YQ
38412015-06-17 Yao Qi <yao.qi@linaro.org>
3842
3843 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3844 line.
3845
2093d2d3
PP
38462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3847
3848 * gdb.base/gdbinit-history.exp: Add test case to check that
3849 an unlimited history file does not get truncated on exit.
3850
e6c693af
AA
38512015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3852
3853 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3854 (VECTOR): New macro. Use it...
3855 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3856 ...for these typedefs.
3857 (int8, char1, int1, double1): New typedefs.
3858 (struct just_int2, struct two_int2): New structures.
3859 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3860 (add_structvecs, add_singlevecs): New functions.
3861 (main): Call add_some_intvecs twice.
3862 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3863 the compile and exit upon failure. Try compiling for the "native"
3864 architecture. Test inferior function calls with vector arguments
3865 and vector return value handling with "finish" and "return".
3866
c74f7d1c
JT
38672015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3868
3869 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3870 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3871 PE file.
3872 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3873
98aa42ee
AT
38742015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3875
3876 PR breakpoints/16465
3877 * gdb.mi/mi-dprintf-pending.c: New file.
3878 * gdb.mi/mi-dprintf-pending.exp: New test.
3879 * gdb.mi/mi-dprintf-pendshr.c: New file.
3880
7d73c23c 38812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3882 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3883
3884 * gdb.arch/i386-mpx-map.c: New file.
3885 * gdb.arch/i386-mpx-map.exp: New File.
3886
38872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3888
3889 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3890 * gdb.arch/i386-mpx.exp: Indentation fixed.
3891
38922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3893
3894 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3895 function and improved indentation.
3896 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3897 gdb_test_multiple. Added additional tests to skip the test.
3898
38992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3900
3901 * gdb.arch/i386-avx512.c: Change path in include file.
3902 * gdb.arch/i386-avx512.exp: Change include dir path
3903 compilation flag.
3904 * gdb.arch/i386-mpx.c: Change path in include file.
3905 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3906 flag.
3907
d5eba19a
JK
39082015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 * gdb.compile/compile-print.exp (compile print *vararray@3)
3911 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3912
7f361056
JK
39132015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3916 (do not keep jit in memory): ... this.
3917 (expect 5): Change it to ...
3918 (expect no 5): ... this.
3919
3b462ec2
SM
39202015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3921
3922 PR gdb/15564
3923 * gdb.mi/mi-detach.exp: New file.
3924
e0619de6
JK
39252015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 PR symtab/18392
3928 * gdb.arch/amd64-tailcall-self.S: New file.
3929 * gdb.arch/amd64-tailcall-self.c: New file.
3930 * gdb.arch/amd64-tailcall-self.exp: New file.
3931
e970cb34
DB
39322015-05-28 Don Breazeal <donb@codesourcery.com>
3933
3934 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3935 tests for remote targets by checking is_target_gdbserver.
3936
b2e2f908
DE
39372015-05-27 Doug Evans <dje@google.com>
3938
3939 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3940 * gdb.dwarf2/opaque-type-lookup.c: New file.
3941 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3942
82c7be31
DE
39432015-05-26 Doug Evans <dje@google.com>
3944
3945 * gdb.cp/iostream.cc: New file.
3946 * gdb.cp/iostream.exp: New file.
3947
b4f54984
DE
39482015-05-26 Doug Evans <dje@google.com>
3949
3950 * gdb.dwarf2/dw2-op-call.exp: Update.
3951 * gdb.dwarf2/dw4-sig-types.exp: Update.
3952 * gdb.dwarf2/implptr.exp: Update.
3953 * gdb.mi/mi-cmd-param-changed.exp: Update.
3954
4ea6efe9
DE
39552015-05-26 Doug Evans <dje@google.com>
3956
3957 * gdb.python/py-lazy-string.c: New file.
3958 * gdb.python/py-lazy-string.exp: New file.
3959 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3960 (main): Update. Add estring3.
3961 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3962 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3963
f6bb7db3
YQ
39642015-05-26 Omair Javaid <omair.javaid@linaro.org>
3965 Yao Qi <yao.qi@linaro.org>
3966
3967 * gdb.reverse/aarch64.c: New.
3968 * gdb.reverse/aarch64.exp: New.
3969
a81bfbd0
OJ
39702015-05-26 Omair Javaid <omair.javaid@linaro.org>
3971
25d49b86
PA
3972 * lib/gdb.exp (supports_process_record): Return true for
3973 aarch64*-linux*.
a81bfbd0
OJ
3974 (supports_reverse): Likewise.
3975
158bf1b4
PP
39762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3977
3978 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3979 Use with_test_prefix.
3980
a0145030
AB
39812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.base/completion.exp: Add test for completion of layout
3984 names.
3985
ebe3b578
AB
39862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * lib/gdb.exp (skip_tui_tests): New proc.
3989 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3990
84204ed7
PA
39912015-05-19 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3994 Save the whole env array instead of just HOME. Unset HISTSIZE in
3995 the environment while testing. Restore whole environment
3996 afterwards.
3997
37442ce1
DE
39982015-05-16 Doug Evans <xdje42@gmail.com>
3999
4000 * gdb.guile/scm-ports.c: New file.
4001 * gdb.guile/scm-ports.exp: Add memory port tests.
4002
36de76f9
JK
40032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 * gdb.compile/compile-print.c: New file.
4006 * gdb.compile/compile-print.exp: New file.
4007
3a9558c4
JK
40082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4009
4010 * gdb.compile/compile-ops.exp: Cast param to void.
4011 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4012 (compile code struct_object.selffield = &struct_object): Add xfail.
4013
aa715135
JG
40142015-05-15 Joel Brobecker <brobecker@adacore.com>
4015
4016 * gdb.ada/arr_enum_with_gap: New testcase.
4017
931e5bc3
JG
40182015-05-15 Joel Brobecker <brobecker@adacore.com>
4019
4020 * gdb.ada/byte_packed_arr: New testcase.
4021
9cd4d857
JB
40222015-05-15 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.ada/pckd_neg: New testcase.
4025
ebfd00d2
PP
40262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4027
4028 PR gdb/17820
4029 * gdb.base/gdbinit-history.exp: New test.
4030 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4031 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4032
4c082a81
SC
40332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4034
4035 * gdb.python/py-xmethods.cc: Enhance test case.
4036 * gdb.python/py-xmethods.exp: New tests.
4037 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4038 function.
4039 (B_indexoper): Likewise.
4040 (global_dm_list) : Add new xmethod worker functions.
4041
f7797074
SDJ
40422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 * gdb.base/coredump-filter.exp: Correctly unset
4045 "coredump_var_addr" array.
4046
a4674e4e
PA
40472015-05-08 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.server/non-existing-program.exp: Unset spawn_id.
4050
df2eb078
SC
40512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4052
4053 PR python/18291
4054 * gdb.python/py-xmethods.exp: Add tests.
4055
422349a3
YQ
40562015-05-08 Yao Qi <yao.qi@linaro.org>
4057
4058 PR gdb/18208
4059 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4060 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4061 function set_coredump_filter, and remove remote_exec call.
4062 Remove argument ipid. Callers update.
4063 (top level): Don't get inferior's PID.
4064
63fc80ce
AA
40652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4066
4067 * gdb.base/watch_thread_num.exp: Skip test on targets without
4068 access watchpoints.
4069
80ad801e
PA
40702015-05-06 Pedro Alves <palves@redhat.com>
4071
4072 PR server/18081
4073 * gdb.server/non-existing-program.exp: New file.
4074
0fa7fe50
JB
40752015-05-05 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4078
3ea89b92
PMR
40792015-05-05 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.ada/out_of_line_in_inlined: New testcase.
4082
87b8eff0
JB
40832015-05-05 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/var_rec_arr: New testcase.
4086
5fccc635
YQ
40872015-04-30 Yao Qi <yao.qi@linaro.org>
4088
4089 * gdb.base/break-idempotent.exp: If
4090 skip_hw_watchpoint_multi_tests returns true, skip the tests
4091 on "rwatch" and "awatch".
4092
42d38f42
YQ
40932015-04-30 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.base/relativedebug.exp: Invoke gdb command
4096 "info sharedlibrary", and if libc.so doesn't have debug info,
4097 skip the test.
4098
2ce1cdbf
DE
40992015-04-29 Doug Evans <dje@google.com>
4100
4101 * gdb.python/py-xmethods.exp: Add ptype tests.
4102 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4103 get_result_type method.
4104
f24a38c5
LM
41052015-04-29 Luis Machado <lgustavo@codesourcery.com>
4106
4107 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4108 the target does not support hardware watchpoints.
4109
ecbf2b3c
LM
41102015-04-29 Luis Machado <lgustavo@codesourcery.com>
4111
4112 * gdb.base/break-always.exp: Abort testing if writing to memory
4113 causes an error.
4114
34f5f757
DE
41152015-04-28 Doug Evans <dje@google.com>
4116
4117 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4118 * gdb.python/py-pp-registration.exp: ... here. New file.
4119 * gdb.python/py-pp-registration.c: New file.
4120 * gdb.python/py-pp-registration.py: New file.
4121
69b4374a
DE
41222015-04-28 Doug Evans <dje@google.com>
4123
4124 * gdb.python/py-bad-printers.c: New file.
4125 * gdb.python/py-bad-printers.py: New file.
4126 * gdb.python/py-bad-printers.exp: New file.
4127
59fb7612
SS
41282015-04-28 Sasha Smundak <asmundak@google.com>
4129
4130 * gdb.python/py-type.exp: New test.
4131
2631b16a
AW
41322015-04-28 Andy Wingo <wingo@igalia.com>
4133
4134 * gdb.python/py-parameter.exp:
4135 * gdb.guile/scm-parameter.exp: Escape the path that we are
4136 matching against, as it might contain characters that are special
4137 to regular expressions.
4138
460efde1
JB
41392015-04-27 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/rec_comp: New testcase.
4142
2d369d8e
SDJ
41432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4144
4145 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4146 before using it.
4147
cf75d6c3
AB
41482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4151 new tests for verilog output.
4152
8dbe7ca5
YQ
41532015-04-24 Yao Qi <yao.qi@linaro.org>
4154
4155 * boards/remote-gdbserver-on-localhost.exp: New file.
4156
4ef9fb2f
PA
41572015-04-23 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4160 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4161 "end of file", remove $inferior_spawn_id from the indirect list.
4162
0a803169
PA
41632015-04-23 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4166
749ef8f8
PA
41672015-04-23 Pedro Alves <palves@redhat.com>
4168
4169 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4170 on $any_spawn_id instead of only on $gdb_spawn_id.
4171
8aae4344
PM
41722015-04-21 Pierre Muller <muller@sourceware.org>
4173
4174 PR pascal/17815
4175 * lib/pascal.exp (gpc_compile): Add new option "class".
4176 (fpc_compile): Likewise.
4177 * gdb.pascal/case-insensitive-symbols.pas: New file.
4178 * gdb.pascal/case-insensitive-symbols.exp: New file.
4179
1586c8fb
GB
41802015-04-20 Gary Benson <gbenson@redhat.com>
4181
4182 * gdb.base/attach.exp: Fix three extended remote failures.
4183
1b6e6f5c
GB
41842015-04-17 Gary Benson <gbenson@redhat.com>
4185
4186 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4187 the main executable over the remote protocol.
4188
e797481d
PA
41892015-04-16 Pedro Alves <palves@redhat.com>
4190
4191 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4192 a new gdbserver if gdbserver_reconnect_p is set.
4193
1ca99c42
PA
41942015-04-16 Pedro Alves <palves@redhat.com>
4195
4196 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4197 is set, don't exit gdbserver.
4198
af9fd6f8
AA
41992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4200
4201 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4202 appropriate .insn, such that an older assembler can be used.
4203 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4204 the z/Architecture instruction set on 31-bit targets as well.
4205
04ff1e61
AA
42062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4207
4208 * gdb.go/handcall.exp: Remove all logic related to the first
4209 breakpoint and rely on go_runto_main instead.
4210 * gdb.go/strings.exp: Likewise.
4211 * gdb.go/unsafe.exp: Likewise.
4212 * gdb.go/hello.exp: Likewise. Also rename the remaining
4213 breakpoint marker to "breakpoint 1".
4214 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4215 * gdb.go/strings.go: Likewise.
4216 * gdb.go/unsafe.go: Likewise.
4217 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4218 "set breakpoint 2 here" and rename the remaining breakpoint marker
4219 to "breakpoint 1".
4220
40d2f8d6
SM
42212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4224 if itertools.imap is not present.
4225 * gdb.python/py-objfile.exp: Add parentheses.
4226 * gdb.python/py-type.exp: Same.
4227 * gdb.python/py-unwind-maint.py: Same.
4228
8cbc97c6
YQ
42292015-04-15 Yao Qi <yao.qi@linaro.org>
4230
4231 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4232 of ":$ptr_size" and set its form explicitly.
4233
45fd756c
YQ
42342015-04-15 Pedro Alves <palves@redhat.com>
4235 Yao Qi <yao.qi@linaro.org>
4236
4237 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4238 timeout by factor of 4.
4239 (test_regular_watch): Likewise.
4240 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4241 * gdb.reverse/sigall-reverse.exp: Likewise.
4242 * gdb.reverse/until-precsave.exp: Likewise.
4243 * lib/gdb.exp (with_timeout_factor): New proc.
4244 (gdb_expect): Move some code to ...
4245 (get_largest_timeout): ... here. New procedure.
4246
9e811bc3
LM
42472015-04-14 Luis Machado <lgustavo@codesourcery.com>
4248
4249 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4250
0ff6fcb2
LM
42512015-04-13 Luis Machado <lgustavo@codesourcery.com>
4252
4253 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4254 to write to the .text section.
4255
7578d5f7
LM
42562015-04-13 Luis Machado <lgustavo@codesourcery.com>
4257
4258 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4259 Handle the case of targets that do not provide PID information.
4260
2efe15c4
YQ
42612015-04-13 Yao Qi <yao.qi@linaro.org>
4262
4263 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4264 and use expect instead of gdb_expect.
4265
8cd8f2f8
SDJ
42662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4267
4268 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4269 "coredump_var_addr" to avoid naming conflict with other testcases.
4270
9ee41772
PA
42712015-04-10 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4274 gdb_test_sequence and gdb_assert.
4275
07473109
PA
42762015-04-10 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4279 test messages that don't include the breakpoint address.
4280
de3db44c
YQ
42812015-04-10 Yao Qi <yao.qi@linaro.org>
4282
4283 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4284 false for some offset and width combinations which aren't
4285 supported by linux kernel.
4286
c79d856c
PA
42872015-04-10 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4290 procedure, factored out from ...
4291 (top level): ... here. Add "set displaced-stepping" testing axis.
4292 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4293 parameter "displaced". Use it.
4294 (top level): Use foreach and add "set displaced-stepping" testing
4295 axis.
4296
ebc90b50
PA
42972015-04-10 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4300 Remove comment.
4301 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4302 both the address of the instruction that triggers the watchpoint
4303 and the address of the instruction immediately after, and use
4304 those addresses for the test. Fix comment.
4305
8f572e5c
PA
43062015-04-10 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.base/sigstep.exp (breakpoint_to_handler)
4309 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4310 Test "backtrace" in handler.
4311 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4312 (top level): Add new "displaced" test axis to
4313 breakpoint_to_handler, breakpoint_to_handler_entry and
4314 breakpoint_over_handler.
4315
8d707a12
PA
43162015-04-10 Pedro Alves <palves@redhat.com>
4317
4318 PR gdb/18216
4319 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4320
ef713951
YQ
43212015-04-10 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4324 (test_add_rn_pc): New function.
4325 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4326 (top level): Invoke test_add_rn_pc.
4327
906d60cf
PA
43282015-04-10 Pedro Alves <palves@redhat.com>
4329
4330 PR gdb/13858
4331 * gdb.base/step-over-no-symbols.exp: New file.
4332
f2983cc3
AW
43332015-04-09 Andy Wingo <wingo@igalia.com>
4334
4335 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4336 after the Python tests.
4337
6d62641c
SDJ
43382015-04-08 Keith Seitz <keiths@redhat.com>
4339
4340 PR python/16699
4341 * gdb.python/py-completion.exp: New tests for completion.
4342 * gdb.python/py-completion.py (CompleteLimit1): New class.
4343 (CompleteLimit2): Likewise.
4344 (CompleteLimit3): Likewise.
4345 (CompleteLimit4): Likewise.
4346 (CompleteLimit5): Likewise.
4347 (CompleteLimit6): Likewise.
4348 (CompleteLimit7): Likewise.
4349
f3770638
PA
43502015-04-08 Pedro Alves <palves@redhat.com>
4351
4352 PR gdb/18214
4353 PR gdb/18216
4354 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4355 function.
4356 (main): Install it as SIGUSR1 handler.
4357 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4358 parameter. Always use "setup" as prefix. Toggle "set
4359 displaced-stepping" off/on depending on global. Don't switch to
4360 thread 1 here.
4361 (top level): Add displaced stepping "off/on" test axis. Update
4362 "setup" calls. Wrap each subtest with with_test_prefix. Test
4363 continuing with a queued signal in each thread.
4364
4496bed7
PA
43652015-04-08 Pedro Alves <palves@redhat.com>
4366
4367 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4368 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4369 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4370 Return early if running to main fails.
4371 * gdb.trace/while-stepping.exp: Likewise.
4372
b97fde92
PA
43732015-04-07 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4376 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4377 interact with inferior program.
4378
f71c18e7
PA
43792015-04-07 Pedro Alves <palves@redhat.com>
4380
4381 * lib/gdb.exp (inferior_spawn_id): New global.
4382 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4383 spawn id after processing the user code.
4384 (default_gdb_start): Set inferior_spawn_id.
4385 (send_inferior): New procedure.
4386 * lib/gdbserver-support.exp (gdbserver_start): Set
4387 inferior_spawn_id.
4388 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4389
6423214f
PA
43902015-04-07 Pedro Alves <palves@redhat.com>
4391
4392 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4393 * lib/gdbserver-support.exp (gdbserver_start): Make
4394 $server_spawn_id global.
4395 (gdbserver_start): Don't wait for gdbserver's spawn id with
4396 expect_background.
4397 (close_gdbserver): New procedure.
4398 (gdb_exit): Rename the default version and reimplement.
4399
71c0ee8c
PA
44002015-04-07 Pedro Alves <palves@redhat.com>
4401
72f4393d 4402 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4403 append the substituted item, not the original item.
4404
203bc29b
PA
44052015-04-07 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4408 gdb_expect.
4409
508a3ddf
PA
44102015-04-07 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4413 output appearing once only.
4414
9f6dbe2b
PA
44152015-04-07 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4418 that doesn't expect anything. Return early if running to main
4419 fails.
4420
337532fa
YQ
44212015-04-07 Yao Qi <yao.qi@linaro.org>
4422
4423 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4424 (child_function): Call alarm.
4425 (main): Move call to alarm into the loop.
4426 * gdb.threads/non-stop-fair-events.exp: Build program with
4427 -DTIMEOUT=$timeout.
4428
01b622d4
DE
44292015-04-06 Doug Evans <xdje42@gmail.com>
4430
4431 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4432 Fix dest parameter to board_info.
4433 (fpc_compile): Ditto.
4434 (gdb_compile_pascal): Rename dest arg to destfile.
4435
961f4160
PMR
44362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4437
4438 * gdb.ada/funcall_ref.exp: New file.
4439 * gdb.ada/funcall_ref/foo.adb: New file.
4440
cafda597
YQ
44412015-04-02 Yao Qi <yao.qi@linaro.org>
4442
4443 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4444 is remote.
4445
fed040c6
GB
44462015-04-02 Gary Benson <gbenson@redhat.com>
4447
4448 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4449
d11916aa
SS
44502015-04-01 Sasha Smundak <asmundak@google.com>
4451
4452 * gdb.python/py-unwind-maint.c: New file.
4453 * gdb.python/py-unwind-maint.exp: New test.
4454 * gdb.python/py-unwind-maint.py: New file.
4455 * gdb.python/py-unwind.c: New file.
4456 * gdb.python/py-unwind.exp: New test.
4457 * gdb.python/py-unwind.py: New test.
4458
a1471180
PA
44592015-04-01 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4462 to fail instead of non-existent $test.
4463
0bbeccb1
PA
44642015-04-01 Pedro Alves <palves@redhat.com>
4465
4466 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4467 GDBFLAGS if not empty.
4468
3c724c8c
PMR
44692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4470
4471 * gdb.ada/complete.exp: Remove "multi_line".
4472 * gdb.ada/info_exc.exp: Remove "multi_line".
4473 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4474 * gdb.ada/ptype_field.exp: Remove "multi_line".
4475 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4476 * gdb.ada/tagged.exp: Remove "multi_line".
4477 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4478 [multi_line ...]
4479 * gdb.btrace/delta.exp: Likewise.
4480 * gdb.btrace/exception.exp: Likewise.
4481 * gdb.btrace/function_call_history.exp: Likewise.
4482 * gdb.btrace/instruction_history.exp: Likewise.
4483 * gdb.btrace/nohist.exp: Likewise.
4484 * gdb.btrace/record_goto.exp: Likewise.
4485 * gdb.btrace/segv.exp: Likewise.
4486 * gdb.btrace/stepi.exp: Likewise.
4487 * gdb.btrace/tailcall.exp: Likewise.
4488 * gdb.btrace/unknown_functions.exp: Likewise.
4489 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4490 * lib/gdb.exp: Add the "multi_line" helper.
4491
4eec2deb
PA
44922015-04-01 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.threads/tid-reuse.c: New file.
4495 * gdb.threads/tid-reuse.exp: New file.
4496
df8411da
SDJ
44972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4498
4499 PR corefiles/16092
4500 * gdb.base/coredump-filter.c: New file.
4501 * gdb.base/coredump-filter.exp: Likewise.
4502
6ef37366
PM
45032015-03-27 Petr Machata <pmachata@redhat.com>
4504
4505 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4506 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4507 (Dwarf::assemble): Initialize them.
4508 (Dwarf::lines): New function.
4509
7ec911b0
JT
45102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4511
4512 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4513 SYMBOL_PREFIX for x86_64-*-cygwin.
4514
ff908ebf
AW
45152015-03-26 Andy Wingo <wingo@igalia.com>
4516
4517 PR symtab/18148
4518 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4519 const_value but not a location.
4520 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4521 location defined in non-main CUs are visible.
4522
6d5f0679
YQ
45232015-03-26 Yao Qi <yao.qi@linaro.org>
4524
4525 PR testsuite/18139
4526 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4527 Add a line number entry for the same line.
4528 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4529 Add a line number entry for the same line.
4530
2898689b
YQ
45312015-03-26 Yao Qi <yao.qi@linaro.org>
4532
4533 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4534 .int 0.
4535 (func): Likewise. Add .Lfunc_1 label.
4536 Use .Lfunc_1 label.
4537 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4538 .int 0.
4539 (func): Likewise.
4540 Use .Lfunc_1 label.
4541
85180498
YQ
45422015-03-26 Yao Qi <yao.qi@linaro.org>
4543
4544 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4545 Call gdb_compile instead to compile each .s files without debug
4546 information.
4547
8aa08a8d
YQ
45482015-03-26 Yao Qi <yao.qi@linaro.org>
4549
4550 * gdb.base/savedregs.exp (process_saved_regs): Make
4551 "Saved registers:" optional in the pattern.
4552
66849923
MM
45532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4554
4555 * gdb.btrace/next.exp: Merged into step.exp.
4556 * gdb.btrace/finish.exp: Merged into step.exp.
4557 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4558 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4559 "record goto" and checking the exact replay position.
4560 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4561 check for "Recording format" in "info record" output.
4562 * gdb.btrace/record_goto.exp: Choose test file based on target.
4563 * gdb.btrace/x86-record_goto.S: Renamed into ...
4564 * gdb.btrace/x86_64-record_goto.S: ... this.
4565 * gdb.btrace/i686-record_goto.S: New.
4566 * gdb.btrace/x86-tailcall.S: Renamed into ...
4567 * gdb.btrace/x86_64-tailcall.S: ... this.
4568 * gdb.btrace/i686-tailcall.S: New.
4569 * gdb.btrace/x86-tailcall.c: Renamed into ...
4570 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4571 separate statements. Update test.
4572 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4573 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4574 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4575 * gdb.btrace/tailcall.exp: Choose test file based on target.
4576 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4577
11cc1b74
MM
45782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4579
4580 * gdb.btrace/exception.exp: Increase BTS buffer size.
4581
a25d8bf9
PA
45822015-03-24 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4585
856e7dd6
PA
45862015-03-24 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.threads/schedlock.exp (test_step): No longer expect that
4589 "set scheduler-locking step" with "next" over a function call runs
4590 threads unlocked.
4591
ad235a41
AT
45922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4593
4594 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4595
15630549
AT
45962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4597
4598 PR breakpoints/16466
4599 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4600 * gdb.mi/mi-pending.c (thread_func): New function.
4601 (int main): Add threading support required.
4602 * gdb.mi/mi-pending.exp: Add tests for this issue.
4603 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4604 (pendfunc2): Remove stdio dependency.
4605 * gdb.mi/mi-pendshr2.c: New file.
4606
693dca06
KS
46072015-03-23 Keith Seitz <keiths@redhat.com>
4608
4609 * gdb.linespec/keywords.c: New file.
4610 * gdb.linespec/keywords.exp: New file.
4611
7e993ebf
KS
46122015-03-23 Keith Seitz <keiths@redhat.com>
4613
4614 PR gdb/18021
4615 * gdb.dwarf2/staticvirtual.exp: New test.
4616
bc23328c
JK
46172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4620 * README: Remove HP-UX and gdb.hp.
4621 (configuration):
4622 * configure: Regenerate.
4623 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4624 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4625 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4626 gdb.hp/gdb.defects/Makefile.
4627 * gdb.hp/Makefile.in: File deleted.
4628 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4629 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4630 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4631 * gdb.hp/gdb.aCC/run.c: File deleted.
4632 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4633 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4634 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4635 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4636 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4637 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4638 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4639 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4640 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4641 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4642 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4643 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4644 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4645 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4646 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4647 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4648 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4649 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4650 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4651 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4652 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4653 * gdb.hp/gdb.compat/average.c: File deleted.
4654 * gdb.hp/gdb.compat/sum.c: File deleted.
4655 * gdb.hp/gdb.compat/xdb.c: File deleted.
4656 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4657 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4658 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4659 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4660 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4661 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4662 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4663 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4664 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4665 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4666 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4667 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4668 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4669 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4670 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4671 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4672 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4673 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4674 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4675 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4676 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4677 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4678 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4679 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4680 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4681 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4682 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4683 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4684 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4685 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4686 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4687 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4688 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4689 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4690 * gdb.hp/tools/odump: File deleted.
4691
8bf3b159
PA
46922015-03-19 Pedro Alves <palves@redhat.com>
4693
4694 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4695 (saw_thread_3): New globals.
4696 (top level): Increment them when an event for the corresponding
4697 thread is seen.
4698 (no thread starvation): New test.
4699
eb54c8bf
PA
47002015-03-19 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.threads/continue-pending-status.c: New file.
4703 * gdb.threads/continue-pending-status.exp: New file.
4704
32d2e5d6
PA
47052015-03-18 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4708 Use gdb_is_target_remote instead of is_remote. Use
4709 gdb_test_multiple instead of gdb_expect. Exit early if
4710 gdb_test_multiple hits its internal matches. Tighten stepi tests
4711 expected output. Fail on exit with any signal, instead of just
4712 SIGILL.
4713
f68f11b7
YQ
47142015-03-18 Yao Qi <yao.qi@linaro.org>
4715
4716 PR tdep/18107
4717 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4718 variable.
4719 * gdb.base/catch-syscall.exp: Don't skip it on
4720 aarch64*-*-linux* target. Remove elements in all_syscalls.
4721 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4722 target.
4723 (setup_all_syscalls): New proc.
4724
ca5fd19b
YQ
47252015-03-16 Yao Qi <yao.qi@linaro.org>
4726
4727 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4728 (top level): Skip tests if valid_addr_p returns false for
4729 $cmd1 or $cmd2.
4730
85642ba0
AW
47312015-03-11 Andy Wingo <wingo@igalia.com>
4732
4733 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4734
e03f9645
YQ
47352015-03-11 Yao Qi <yao.qi@linaro.org>
4736
4737 * gdb.base/catch-syscall.exp: Fix typo in comments.
4738
5d0962b2
YQ
47392015-03-11 Yao Qi <yao.qi@linaro.org>
4740
4741 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4742
b2df3cef
PA
47432015-03-09 Pedro Alves <palves@redhat.com>
4744
4745 * dg-extract-results.py: Delete.
4746
ef878e53
PA
47472015-03-09 Pedro Alves <palves@redhat.com>
4748
4749 Merge dg-extract-results.sh from GCC upstream (r218843).
4750
4751 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4752 * dg-extract-results.sh: Use --text with grep to avoid issues with
4753 binary files. Fall back to cat -v, if that doesn't work.
4754
9494d219
PA
47552015-03-05 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4758
a8d9763a
SM
47592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4760
4761 * lib/mi-support.exp (mi_expect_interrupt): Accept
4762 alternative event for when in all-stop mode.
4763
be9957b8
PA
47642015-03-04 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4767
d57be0f4 47682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4769
4770 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4771
c214c7cf
AA
47722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4773
4774 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4775 regexps for GDB's current line display, accept a hex address
4776 preceding the line number.
4777
6d74a497
AA
47782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4779
4780 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4781 the 'arch1' variable for "s390*-linux*" targets.
4782
511aee7c
PA
47832015-03-04 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4786 (main): Pass missing retval argument to pthread_join call.
4787
95e50b27
PA
47882015-03-02 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4791 (top level): Call do_test with non-stop as well.
4792
28054d69
PA
47932015-03-02 Pedro Alves <palves@redhat.com>
4794
4795 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4796 -1.
4797
4fa5d7b4
AA
47982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4799
4800 * gdb.arch/s390-vregs.exp: New test.
4801 * gdb.arch/s390-vregs.S: New file.
4802
97c18565
PA
48032015-02-27 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4806 call to catch_command_errors.
4807 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4808 catch_command_errors.
4809
a37bfa30
PA
48102015-02-27 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4813 "true" for boolean result.
4814 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4815 prototype of main.
4816
6f98576f
PA
48172015-02-27 Pedro Alves <palves@redhat.com>
4818
4819 * lib/unbuffer_output.c: New file.
4820 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4821 (main): Call gdb_unbuffer_output.
4822
eba5ab56
YQ
48232015-02-27 Yao Qi <yao.qi@linaro.org>
4824
4825 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4826 target.
4827
0def5aaa
DE
48282015-02-26 Doug Evans <dje@google.com>
4829
4830 * gdb.cp/class2.cc (Dbase, D): New classes.
4831 (main): New local delta.
4832 * gdb.cp/class2.exp: Test printing delta.
4833 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4834 (dynbar): New global.
4835 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4836
081a1c2c
JK
48372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4838
4839 * gdb.compile/compile-ifunc.c: New file.
4840 * gdb.compile/compile-ifunc.exp: New file.
4841
2f41223f
AT
48422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4843
4844 * gdb.base/structs.exp: Check for correct struct on finish.
4845
03eddd80
YQ
48462015-02-26 Yao Qi <yao.qi@linaro.org>
4847
4848 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4849 is zero.
4850
80c57053
JK
48512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 * gdb.arch/cordic.ko.bz2: New file.
4854 * gdb.arch/cordic.ko.debug.bz2: New file.
4855 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4856
21613c12
YQ
48572015-02-25 Yao Qi <yao.qi@linaro.org>
4858
4859 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4860 aarch64*-*-* target.
4861
d8b901ed
PA
48622015-02-23 Pedro Alves <palves@redhat.com>
4863
4864 * lib/gdb.exp (delete_breakpoints): Rewrite using
4865 gdb_test_multiple.
4866
e5b85ead
PA
48672015-02-23 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.base/info-os.c: Include stdlib.h.
4870
85c3a371
DE
48712015-02-22 Doug Evans <xdje42@gmail.com>
4872
4873 PR symtab/17855
4874 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4875 is read after symbols have been re-read.
4876 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4877 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4878
96553a0c
DE
48792015-02-21 Doug Evans <dje@google.com>
4880
4881 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4882
97a0c697
JK
48832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 PR corefiles/17808
4886 * gdb.arch/i386-biarch-core.core.bz2: New file.
4887 * gdb.arch/i386-biarch-core.exp: New file.
4888
a47cd6e9
PA
48892015-02-21 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4892 runto_main fails.
4893
c5facdc4
PA
48942015-02-20 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4897 info probes.
4898
2db9a427
PA
48992015-02-20 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4902
60fb7e9e
PA
49032015-02-20 Pedro Alves <palves@redhat.com>
4904
4905 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4906 clean_restart before gdb_target_supports_trace.
4907
5c5019c2
PA
49082015-02-20 Pedro Alves <palves@redhat.com>
4909
4910 PR threads/18006
4911 * gdb.threads/clone-thread_db.c: New file.
4912 * gdb.threads/clone-thread_db.exp: New file.
4913
c9587f88
AT
49142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4915
4916 PR breakpoints/16812
4917 * gdb.base/catch-gdb-caused-signals.c: New file.
4918 * gdb.base/catch-gdb-caused-signals.exp: New file.
4919
f6a88844
JM
49202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4921
4922 * configure: Regenerated.
4923 * configure.ac: Use GDB_AC_TRANSFORM.
4924 * aclocal.m4: sinclude ../transform.m4.
4925
497c491b
JM
49262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4927
4928 * lib/dtrace.exp: New file.
4929 * gdb.base/dtrace-probe.exp: Likewise.
4930 * gdb.base/dtrace-probe.d: Likewise.
4931 * gdb.base/dtrace-probe.c: Likewise.
4932 * lib/pdtrace.in: Likewise.
4933 * configure.ac: Output variables with the transformed names of
4934 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4935 * configure: Regenerated.
4936
03e98035
JM
49372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4938
4939 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4940 expected message when trying to access $_probe_* convenience
4941 variables while not on a probe.
4942
63cc30e9
JK
49432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4944
4945 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4946
0703599a
PA
49472015-02-11 Pedro Alves <pedro@codesourcery.com>
4948
4949 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4950 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4951
7e60a48e
DE
49522015-02-10 Doug Evans <xdje42@gmail.com>
4953
4954 * lib/gdb.exp (gdb_load): Always return a result.
4955
01b088bc
PA
49562015-02-10 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.threads/signal-sigtrap.c: New file.
4959 * gdb.threads/signal-sigtrap.exp: New file.
4960
b05ec7a5
AT
49612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4962
4963 * gdb.trace/no-attach-trace.c: New file.
4964 * gdb.trace/no-attach-trace.exp: New file.
4965
a2c2acaf
MW
49662015-02-09 Mark Wielaard <mjw@redhat.com>
4967
4968 * gdb.dwarf2/atomic.c: New file.
4969 * gdb.dwarf2/atomic-type.exp: Likewise.
4970
31fd9caa
MM
49712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4972
4973 * gdb.btrace/buffer-size.exp: Update "info record" output.
4974 * gdb.btrace/delta.exp: Update "info record" output.
4975 * gdb.btrace/enable.exp: Update "info record" output.
4976 * gdb.btrace/finish.exp: Update "info record" output.
4977 * gdb.btrace/instruction_history.exp: Update "info record" output.
4978 * gdb.btrace/next.exp: Update "info record" output.
4979 * gdb.btrace/nexti.exp: Update "info record" output.
4980 * gdb.btrace/step.exp: Update "info record" output.
4981 * gdb.btrace/stepi.exp: Update "info record" output.
4982 * gdb.btrace/nohist.exp: Update "info record" output.
4983
d33501a5
MM
49842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4985
4986 * gdb.btrace/buffer-size: New.
4987
f4abbc16
MM
49882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4989
4990 * gdb.btrace/delta.exp: Update "info record" output.
4991 * gdb.btrace/enable.exp: Update "info record" output.
4992 * gdb.btrace/finish.exp: Update "info record" output.
4993 * gdb.btrace/instruction_history.exp: Update "info record" output.
4994 * gdb.btrace/next.exp: Update "info record" output.
4995 * gdb.btrace/nexti.exp: Update "info record" output.
4996 * gdb.btrace/step.exp: Update "info record" output.
4997 * gdb.btrace/stepi.exp: Update "info record" output.
4998 * gdb.btrace/nohist.exp: Update "info record" output.
4999
b9d61307
SM
50002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 PR gdb/15678
5003 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5004
e584fdbc
PA
50052015-02-06 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5008 macro.
5009 (seconds_left, again): New globals.
5010 (main): Wait seconds_left in a 1-second sleep loop instead of
5011 sleeping 180 seconds. If 'again' is set, reset the seconds
5012 counter.
5013 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5014 'again' in the inferior before detaching. Print the seconds left.
5015 (options): New global.
5016 (top level): Build program with -DTIMEOUT=$timeout.
5017
77f41761
PA
50182015-02-06 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5021 determine how many seconds to pass to 'alarm'.
5022 * gdb.base/gdb-sigterm.exp (top level): Build program with
5023 -DTIMEOUT=$timeout.
5024 (do_test): Return success/failure indication. Add more verbose
5025 logging. Don't fail if 200 single steps are seen. Instead, fail
5026 when the test times out.
5027 (passes): New global.
5028 (top level): Break the testing loop if testing fails on any
5029 iteration. Use gdb_assert.
5030
b9394193
DB
50312015-02-04 Don Breazeal <donb@codesourcery.com>
5032
5033 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5034 and initialize them.
5035 (ipc_cleanup): New function.
5036 (main): Don't declare shmid, semid, and msqid. Add a call to
5037 atexit so that we call ipc_cleanup on exit.
5038
42d9e528
PA
50392015-02-04 Pedro Alves <palves@redhat.com>
5040
5041 * boards/native-extended-gdbserver.exp: Remove any target variant
5042 specifications from the board name before clearing the isremote
5043 flag from board_info.
5044
ae6ae975
DE
50452015-01-31 Doug Evans <xdje42@gmail.com>
5046
5047 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5048
cfb069a8
GB
50492015-01-31 Gary Benson <gbenson@redhat.com>
5050
5051 * gdb.base/completion.exp: Disable completion limiting for
5052 existing tests. Add new tests to check completion limiting.
5053 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5054
5dd31d79
DE
50552015-01-31 Doug Evans <xdje42@gmail.com>
5056
5057 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5058
9f050062
DE
50592015-01-31 Doug Evans <xdje42@gmail.com>
5060
5061 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5062 entries. Duplicate file section script entries.
5063 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5064 inlined entries. Add test for safe-path rejection.
5065 * gdb.python/py-section-script.c: Add duplicate inlined section script
5066 entries. Duplicate file section script entries.
5067 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5068 inlined entries. Add test for safe-path rejection.
5069
df25ebbd
JB
50702015-01-29 Joel Brobecker <brobecker@adacore.com>
5071
5072 * gdb.ada/disc_arr_bound: New testcase.
5073
4a0ca9ec
JB
50742015-01-29 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.ada/mi_var_array: New testcase.
5077
3a8b707a
DE
50782015-01-27 Doug Evans <dje@google.com>
5079
5080 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5081 Add test for objfile.filename, objfile.username after objfile
5082 has been unloaded.
5083
f8313f6e
JB
50842015-01-26 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5087 the second test to print the name attribute of value
5088 returned by the call to gdb.lookup_type, and adjust
5089 the expected output accordingly.
5090
37bc665e
MW
50912015-01-25 Mark Wielaard <mjw@redhat.com>
5092
5093 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5094 * gdb.base/disp-step-fork.c: Include unistd.h.
5095 * gdb.base/siginfo-obj.c: Include stdio.h.
5096 * gdb.base/siginfo-thread.c: Likewise.
5097 * gdb.mi/non-stop.c: Include unistd.h.
5098 * gdb.mi/nsthrexec.c: Include stdio.h.
5099 * gdb.mi/pthreads.c: Include unistd.h.
5100 * gdb.modula2/unbounded1.c (main): Declare returns int.
5101 * gdb.reverse/consecutive-reverse.c: Likewise.
5102 * gdb.threads/create-fail.c: Include unistd.h.
5103 * gdb.threads/killed.c: Likewise.
5104 * gdb.threads/linux-dp.c: Likewise.
5105 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5106 * gdb.threads/non-ldr-exc-2.c: Likewise.
5107 * gdb.threads/non-ldr-exc-3.c: Likewise.
5108 * gdb.threads/non-ldr-exc-4.c: Likewise.
5109 * gdb.threads/pthreads.c: Include unistd.h.
5110 (main): Declare returns int.
5111 * gdb.threads/tls-main.c (foo): New declaration.
5112 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5113
f7e5394d
SM
51142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5115
5116 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5117 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5118
743649fd
MW
51192015-01-15 Mark Wielaard <mjw@redhat.com>
5120
5121 * gdb.base/noreturn-return.c: New file.
5122 * gdb.base/noreturn-return.exp: New file.
5123 * gdb.base/noreturn-finish.c: New file.
5124 * gdb.base/noreturn-finish.exp: New file.
5125
198297aa
PA
51262015-01-23 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.threads/continue-pending-after-query.c: New file.
5129 * gdb.threads/continue-pending-after-query.exp: New file.
5130
717cf30c
AG
51312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5132 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5135 * gdb.base/valgrind-db-attach.exp: Same.
5136 * gdb.base/valgrind-infcall.exp: Same.
5137 * lib/mi-support.exp (default_mi_gdb_start): Same.
5138 * lib/prompt.exp (default_prompt_gdb_start): Same.
5139 * lib/gdb.exp (default_gdb_spawn): Same.
5140 (gdb_interact): New.
5141
5142
4b62a76e
JK
51432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 * gdb.compile/compile.exp (pointer to jit function): New test.
5146
b4cdae6f
WW
51472015-01-17 Wei-cheng Wang <cole945@gmail.com>
5148
5149 * lib/gdb.exp (supports_process_record): Return true for
5150 powerpc*-*-linux*.
5151 (supports_reverse): Likewise.
5152
d221e7ef
DB
51532015-01-15 Don Breazeal <donb@codesourcery.com>
5154
5155 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5156 instead of checking whether the target board is remote and
5157 use spawn_wait_for_attach instead of exec/sleep.
5158 * gdb.base/attach-twice.exp: Likewise.
5159
bafffb51
JB
51602015-01-15 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdb.ada/var_arr_attrs: New testcase.
5163
5589af0e
PA
51642015-01-14 Pedro Alves <palves@redhat.com>
5165 Joel Brobecker <brobecker@adacore.com>
5166
5167 PR gdb/17525
5168 * gdb.base/bp-cmds-execution-x-script.c: New file.
5169 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5170 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5171
6c400b59
PA
51722015-01-14 Pedro Alves <palves@redhat.com>
5173
5174 PR cli/17828
5175 * gdb.base/batch-preserve-term-settings.c: New file.
5176 * gdb.base/batch-preserve-term-settings.exp: New file.
5177
e02c96a7
DE
51782015-01-13 Doug Evans <dje@google.com>
5179
5180 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5181 binary.
5182
576fd14c
JB
51832015-01-13 Joel Brobecker <brobecker@adacore.com>
5184
5185 * Makefile.in (clean mostlyclean): Do not delete *.py.
5186
04dccad0
JB
51872015-01-13 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.python/py-lookup-type.exp: New file.
5190
3d230f71
PA
51912015-01-12 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5194 restore GDBFLAGS before returning.
5195
7e67715d
JK
51962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5199 is_amd64_regs_target and is_x86_like_target.
5200
f2e0d4b4
DE
52012015-01-11 Doug Evans <xdje42@gmail.com>
5202
5203 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5204 is given without an explicit form.
5205 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5206 attributes.
5207 * gdb.dwarf/corrupt.exp: Ditto.
5208 * gdb.dwarf2/enum-type.exp: Ditto.
5209 * gdb.trace/entry-values.exp: Ditto.
5210 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5211
439250fb
DE
52122015-01-11 Doug Evans <xdje42@gmail.com>
5213
5214 PR gdb/15830
5215 * gdb.base/maint.exp: Remove references to "maint demangle".
5216 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5217 Add tests for explicitly specifying language to demangle.
5218 * gdb.dlang/demangle.exp: Ditto.
5219
ede9f622
PA
52202015-01-09 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.threads/non-stop-fair-events.c: New file.
5223 * gdb.threads/non-stop-fair-events.exp: New file.
5224
a7b796db
PA
52252015-01-09 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5228 the global scope. Set a breakpoint after all threads are started
5229 rather than stepping over two source lines. Expect the prompt.
5230 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5231 global.
5232 (NUM): Now 15.
5233 (main): Use threads_started_barrier to wait for all threads to
5234 start. Main thread no longer calls thread_function. Exit after
5235 180 seconds.
5236 (loop): New function.
5237 (thread_function): Wait on threads_started_barrier barrier. Call
5238 'loop' at each iteration.
5239 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5240 threads have started, instead of hardcoding number of "next"
5241 steps. Use an access watchpoint instead of a write watchpoint.
5242
9665ffdd
PA
52432015-01-09 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5246 (thread_func): Wait on barrier.
5247 (main): Wait for all threads to start before stopping GDB.
5248 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5249 global.
5250 (thread1_func, thread2_func): Wait on barrier.
5251 (main): Wait for all threads to start before stopping GDB.
5252 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5253 New global.
5254 (thread1_func, thread2_func): Wait on barrier.
5255 (main): Wait for all threads to start before stopping GDB.
5256
c945a99f
PA
52572015-01-09 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.threads/attach-many-short-lived-threads.c: New file.
5260 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5261
c1a747c1
PA
52622014-01-09 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5265 instead of to thread 2.
5266 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5267 Add barrier around each pthread_create call instead of around all
5268 calls.
5269 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5270 Set a break on thread_function and have the child threads hit it
5271 one at at a time.
5272
60b3033e
PA
52732015-01-09 Pedro Alves <palves@redhat.com>
5274
5275 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5276 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5277 false.
5278 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5279 checking whether the target board is remote.
5280 * gdb.multi/multi-attach.exp: Likewise.
5281 * gdb.python/py-sync-interp.exp: Likewise.
5282 * gdb.server/ext-attach.exp: Likewise.
5283 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5284 tests that need to attach, instead of checking whether the target
5285 board is remote at the top of the file.
5286
acc018ac
YQ
52872015-01-08 Yao Qi <yao@codesourcery.com>
5288
5289 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5290
50a18af8
JK
52912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 Fix testcase compilation.
5294 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5295
8503d6e1
JB
52962015-01-06 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.python/py-type.exp: Add a couple test about empty
5299 array creation, and negative-length array creation.
5300
cc73dbcc
DE
53012015-01-02 Doug Evans <xdje42@gmail.com>
5302
5303 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5304
0300bbc7
DE
53052015-01-02 Doug Evans <dje@google.com>
5306
5307 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5308
9d85a0ec
YQ
53092014-12-29 Yao Qi <yao@codesourcery.com>
5310
5311 * gdb.trace/entry-values.exp: Update comments. Rename variable
5312 bar_call_foo to returned_from_foo.
5313
87186c6a
MMN
53142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5315
5316 PR gdb/17394
5317 * gdb.linespec/break-asm-file.c: New file.
5318 * gdb.linespec/break-asm-file.exp: New file.
5319 * gdb.linespec/break-asm-file0.s: New file.
5320 * gdb.linespec/break-asm-file1.s: New file.
5321
1bab7383
YQ
53222014-12-18 Nigel Stephens <nigel@mips.com>
5323 Maciej W. Rozycki <macro@codesourcery.com>
5324
5325 * gdb.base/float.exp: Handle the new output from "info float" on
5326 MIPS targets.
5327
1bc1068a
JK
53282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5329
5330 Fix MinGW compilation.
5331 * gdb.compile/compile-ops.exp: Update untested message if
5332 !skip_compile_feature_tests.
5333 * gdb.compile/compile-setjmp.exp: Likewise.
5334 * gdb.compile/compile-tls.exp: Likewise.
5335 * gdb.compile/compile.exp: Likewise.
5336 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5337 supported on this host".
5338
b6615d10
DE
53392014-12-16 Doug Evans <xdje42@gmail.com>
5340
5341 * boards/stabs.exp: New file.
5342
25dda427
AA
53432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5344
5345 * gdb.base/completion.exp: Adjust to format changes of "maint
5346 print user-registers".
5347
bf330350
CU
53482014-12-16 Catalin Udma <catalin.udma@freescale.com>
5349
5350 PR server/17457
5351 * gdb.arch/aarch64-fp.c: New file.
5352 * gdb.arch/aarch64-fp.exp: New file.
5353
395cf596
SDJ
53542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5355
5356 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5357 r210637, r210913, r211666, r215400, r215817).
5358
5359 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5360 * dg-extract-results.py: New file.
5361 * dg-extract-results.sh: Use it if the environment seems
5362 suitable.
5363
5364 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5365
5366 * dg-extract-results.py (parse_run): Handle warnings that
5367 are printed before a test harness is run.
5368
5369 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5370
5371 * dg-extract-results.py (Named): Remove __cmp__ method.
5372 (output_variation): Use a key to sort variation.harnesses.
5373
5374 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5375
5376 * dg-extract-results.py: For Python 3, force sys.stdout to
5377 handle surrogate escape sequences.
5378 (safe_open): New function.
5379 (output_segment, main): Use it.
5380
5381 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5382
5383 * dg-extract-results.py (Prog.result_re): Include options
5384 in test name.
5385
5386 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5387
5388 * dg-extract-results.py (output_variation): Always sort if
5389 do_sum.
5390
e882ef3c
SM
53912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5392
5393 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5394 as long as we get pagination notifications.
5395
4992aa20
JM
53962014-12-15 Jason Merrill <jason@redhat.com>
5397
5398 * Makefile.in (check-gdb.%): Restore.
5399 * README: Mention it.
5400
c1b5a1a6
JB
54012014-12-13 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdb.ada/str_uninit: New testcase.
5404
5537b577
JK
54052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5406
5407 PR symtab/17642
5408 * gdb.base/vla-stub-define.c: New file.
5409 * gdb.base/vla-stub.c: New file.
5410 * gdb.base/vla-stub.exp: New file.
5411
bb2ec1b3
TT
54122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5413 Jan Kratochvil <jan.kratochvil@redhat.com>
5414 Tom Tromey <tromey@redhat.com>
5415
5416 * configure.ac: Add gdb.compile/.
5417 * configure: Regenerate.
5418 * gdb.compile/Makefile.in: New file.
5419 * gdb.compile/compile-ops.exp: New file.
5420 * gdb.compile/compile-ops.c: New file.
5421 * gdb.compile/compile-tls.c: New file.
5422 * gdb.compile/compile-tls.exp: New file.
5423 * gdb.compile/compile-constvar.S: New file.
5424 * gdb.compile/compile-constvar.c: New file.
5425 * gdb.compile/compile-mod.c: New file.
5426 * gdb.compile/compile-nodebug.c: New file.
5427 * gdb.compile/compile-setjmp-mod.c: New file.
5428 * gdb.compile/compile-setjmp.c: New file.
5429 * gdb.compile/compile-setjmp.exp: New file.
5430 * gdb.compile/compile-shlib.c: New file.
5431 * gdb.compile/compile.c: New file.
5432 * gdb.compile/compile.exp: New file.
5433 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5434
4ff709eb
TT
54352014-12-12 Tom Tromey <tromey@redhat.com>
5436
5437 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5438 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5439
6dddd6a5
DE
54402014-12-12 Doug Evans <dje@google.com>
5441
5442 * lib/gdb-python.exp (get_python_valueof): New function.
5443 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5444
71c24708
AA
54452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5446
5447 * gdb.base/completion.exp: Add test for completion of "info
5448 registers ".
5449
3e29f34a
MR
54502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5451
5452 * gdb.base/func-ptrs.c: New file.
5453 * gdb.base/func-ptrs.exp: New file.
5454
fc126975
SM
54552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5456
5457 PR breakpoints/17012
5458 * gdb.base/dprintf-detach.c: New file.
5459 * gdb.base/dprintf-detach.exp: New file.
5460
0a46d518
SM
54612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5462
5463 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5464 * lib/gdb.exp (target_is_gdbserver): New procedure.
5465
a0be3e44
DE
54662014-12-08 Doug Evans <dje@google.com>
5467
5468 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5469
df1b803a
YQ
54702014-12-05 Yao Qi <yao@codesourcery.com>
5471
5472 * gdb.guile/scm-error.exp: Remove the third argument to
5473 gdb_remote_download.
5474 * gdb.guile/scm-frame-args.exp: Likewise.
5475 * gdb.guile/scm-section-script.exp: Likewise.
5476
ddb9f679
YQ
54772014-12-05 Yao Qi <yao@codesourcery.com>
5478
5479 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5480
86e4ed39
DE
54812014-12-04 Doug Evans <dje@google.com>
5482
5483 * gdb.python/py-objfile.exp: Add tests for
5484 objfile.add_separate_debug_file.
5485
7c50a931
DE
54862014-12-04 Doug Evans <dje@google.com>
5487
5488 * lib/gdb.exp (get_build_id): New function.
5489 (build_id_debug_filename_get): Rewrite to use it.
5490 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5491
621661e3
MR
54922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5493
5494 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5495 `method(long)', not just 0x0.
5496 * gdb.cp/nsalias.exp: Align code labels to 4.
5497 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5498 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5499 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5500 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5501 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5502 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5503
29f0c3b7
DE
55042014-12-02 Doug Evans <dje@google.com>
5505
e1e061e7 5506 PR symtab/17602
29f0c3b7 5507 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5508 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5509 * gdb.cp/anon-ns.exp: Update.
5510
162078c8
NB
55112014-12-02 Nick Bull <nicholaspbull@gmail.com>
5512
5513 * gdb.python/py-events.py (inferior_call_handler): New.
5514 (register_changed_handler, memory_changed_handler): New.
5515 (test_events.invoke): Register new handlers.
5516 * gdb.python/py-events.exp: Add tests for inferior call,
5517 memory_changed and register_changed events.
5518
fdb09caf
AA
55192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5520
5521 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5522 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5523 if the linker doesn't understand this.
5524
55cfb2c4
SM
55252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5526
5527 * gdb.python/python.exp: Change expected reply to help().
5528
9e8cd6df
YQ
55292014-12-01 Yao Qi <yao@codesourcery.com>
5530
5531 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5532 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5533 * configure: Re-generated.
5534
6c659fc2
SC
55352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5536
5537 * gdb.cp/chained-calls.cc: New file.
5538 * gdb.cp/chained-calls.exp: New file.
5539 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5540
d7fc3181
SM
55412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5542
5543 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5544 * gdb.dwarf2/symtab-producer.exp: Same.
5545 * gdb.gdb/python-interrupts.exp: Same.
5546 * gdb.gdb/python-selftest.exp: Same.
5547 * gdb.python/py-linetable.exp: Same.
5548 * gdb.python/py-type.exp: Same.
5549 * gdb.python/py-value-cc.exp: Same.
5550 * gdb.python/py-value.exp: Same.
5551
10e79639
YQ
55522014-11-28 Yao Qi <yao@codesourcery.com>
5553
5554 * gdb.base/break-probes.exp: Match library name prefixed with
5555 sysroot.
5556
f28a0564
SM
55572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5558
5559 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5560 test expected output. Add parentheses for the call to print.
5561 Remove L suffix from integers.
5562
3fe1ce1d
DE
55632014-11-26 Doug Evans <dje@google.com>
5564
5565 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5566
84429e27
YQ
55672014-11-22 Yao Qi <yao@codesourcery.com>
5568
5569 * gdb.trace/entry-values.c: Remove asms.
5570 (foo): Add foo_label.
5571 (bar): Add bar_label.
5572 * gdb.trace/entry-values.exp: Remove code computing foo's
5573 length and bar's length.
5574 (Dwarf::assemble): Invoke function_range for bar and use
5575 MACRO_AT_func for foo.
5576
26741859
YQ
55772014-11-22 Yao Qi <yao@codesourcery.com>
5578
5579 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5580 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5581 Use .Lgcc43_procstart instead of gcc43.
5582
45e44d27
JB
55832014-11-21 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdb.ada/n_arr_bound: New testcase.
5586
458c8db8
SDJ
55872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 PR breakpoints/10737
5590 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5591 test_catch_syscall_multi_arch.
5592 (test_catch_syscall_multi_arch): New function.
5593
43f3e411
DE
55942014-11-20 Doug Evans <xdje42@gmail.com>
5595
5596 * gdb.base/maint.exp: Update expected output.
5597
0d7b2549
AA
55982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5599
5600 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5601 4-byte instruction on S390.
5602
8908fca5
JB
56032014-11-19 Joel Brobecker <brobecker@adacore.com>
5604
5605 * gdb.ada/arr_arr: New testcase.
5606
4a46959e
JB
56072014-11-19 Joel Brobecker <brobecker@adacore.com>
5608
5609 * gdb.ada/pkd_arr_elem: New Testcase.
5610
470e2f4e
LM
56112014-11-18 Luis Machado <lgustavo@codesourcery.com>
5612
5613 * gdb.reverse/break-precsave: Expect completion message for
5614 core file reads.
5615 * gdb.reverse/consecutive-precsave.exp: Likewise.
5616 * gdb.reverse/finish-precsave.exp: Likewise.
5617 * gdb.reverse/i386-precsave.exp: Likewise.
5618 * gdb.reverse/machinestate-precsave.exp: Likewise.
5619 * gdb.reverse/sigall-precsave.exp: Likewise.
5620 * gdb.reverse/solib-precsave.exp: Likewise.
5621 * gdb.reverse/step-precsave.exp: Likewise.
5622 * gdb.reverse/until-precsave.exp: Likewise.
5623 * gdb.reverse/watch-precsave.exp: Likewise.
5624
a267f3ad
AA
56252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5626
5627 * gdb.base/bp-permanent.c: Include unistd.h.
5628 * gdb.python/py-framefilter-mi.c (main): Add return type.
5629 * gdb.python/py-framefilter.c (main): Likewise.
5630 * gdb.trace/actions-changed.c (main): Likewise.
5631
12084a9a
AA
56322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5633
5634 * gdb.mi/until.c: Add eye-catchers.
5635 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5636 line numbers.
5637
dc7e1a77
AA
56382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5639
5640 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5641 function header variants in break1.c.
5642 * gdb.base/ena-dis-br.exp: Likewise.
5643 * gdb.base/hbreak2.exp: Likewise.
5644 * gdb.reverse/until-precsave.exp: Drop references to removed
5645 non-prototype function header variants in ur1.c.
5646 * gdb.reverse/until-reverse.exp: Likewise.
5647
41c77605
PM
56482014-11-17 Petr Machata <pmachata@redhat.com>
5649
5650 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5651 ${_cu_offset_size} bytes abbrev offset.
5652
34248c3a
DE
56532014-11-15 Doug Evans <xdje42@gmail.com>
5654
5655 PR symtab/17559
5656 * gdb.base/line-symtabs.exp: New file.
5657 * gdb.base/line-symtabs.c: New file.
5658 * gdb.base/line-symtabs.h: New file.
5659
646da059
YQ
56602014-11-14 Yao Qi <yao@codesourcery.com>
5661
5662 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5663 (func): Add label func_label.
5664 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5665 Replace low_pc and high_pc with MACRO_AT_range.
5666 Replace name, low_pc and high_pc with MACRO_AT_func.
5667
9301ebe6
YQ
56682014-11-14 Yao Qi <yao@codesourcery.com>
5669
5670 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5671 Replace name, low_pc and high_pc with MACRO_AT_func.
5672
f166b542
YQ
56732014-11-14 Yao Qi <yao@codesourcery.com>
5674
5675 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5676 produce debug information.
5677 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5678
0f6e71e3
YQ
56792014-11-14 Yao Qi <yao@codesourcery.com>
5680
5681 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5682 object and get function length.
5683 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5684 with MACRO_AT_func.
5685 (top-level): Replace gdb_compile and clean_restart with
5686 prepare_for_testing.
5687 * gdb.dwarf2/main.c (main): Add label main_label.
5688
876c4df9
YQ
56892014-11-14 Yao Qi <yao@codesourcery.com>
5690
5691 * lib/dwarf.exp (function_range): New procedure.
5692 (Dwarf::_handle_macro_at_func): New procedure.
5693 (Dwarf::_handle_macro_at_range): New procedure.
5694 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5695
02ad9cf1
YQ
56962014-11-14 Yao Qi <yao@codesourcery.com>
5697
5698 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5699 (_handle_attribute): New procedure.
5700
a59add0c
AA
57012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5702
5703 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5704 * gdb.base/call-sc.c (zed): Likewise.
5705 * gdb.base/checkpoint.c (main): Likewise.
5706 * gdb.base/dump.c (main): Likewise.
5707 * gdb.base/gcore.c (main): Likewise.
5708 * gdb.base/huge.c (main): Likewise.
5709 * gdb.base/multi-forks.c (main): Likewise.
5710 * gdb.base/pr10179-a.c (main): Likewise.
5711 * gdb.base/savedregs.c (main): Likewise.
5712 * gdb.base/sigaltstack.c (main): Likewise.
5713 * gdb.base/siginfo.c (main): Likewise.
5714 * gdb.base/structs.c (zed): Likewise.
5715 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5716 * gdb.mi/mi-syn-frame.c (main): Likewise.
5717 * gdb.mi/until.c (foo, main): Likewise.
5718 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5719 * gdb.base/solib-weak.c (foo): Declare.
5720 * gdb.base/attach-twice.c: Include stdio.h.
5721 * gdb.base/weaklib1.c: Likewise.
5722 * gdb.base/weaklib2.c: Likewise.
5723 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5724 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5725 unistd.h.
5726 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5727 * gdb.mi/mi-exit-code.c: Likewise.
5728 * gdb.base/break-interp-lib.c: Include string.h.
5729 * gdb.base/coremaker.c: Likewise.
5730 * gdb.base/testenv.c: Likewise.
5731 * gdb.python/py-finish-breakpoint.c: Likewise.
5732 * gdb.base/inferior-died.c: Include sys/wait.h.
5733 * gdb.base/fileio.c: Include time.h.
5734 * gdb.base/async-shell.c: Include unistd.h.
5735 * gdb.base/dprintf-non-stop.c: Likewise.
5736 * gdb.base/info-os.c: Likewise.
5737 * gdb.mi/mi-console.c: Likewise.
5738 * gdb.mi/watch-nonstop.c: Likewise.
5739 * gdb.python/py-events.c: Likewise.
5740 * gdb.base/async.c (baz): Move up before its invocation.
5741 * gdb.base/code_elim2.c (my_global_func): Likewise.
5742 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5743 * gdb.base/advance.c (func2): Likewise.
5744
3b5d5997
AA
57452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5746
5747 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5748 variant.
5749 * gdb.base/annota3.c: Likewise.
5750 * gdb.base/async.c: Likewise.
5751 * gdb.base/average.c: Likewise.
5752 * gdb.base/call-ar-st.c: Likewise.
5753 * gdb.base/call-rt-st.c: Likewise.
5754 * gdb.base/call-sc.c: Likewise.
5755 * gdb.base/call-strs.c: Likewise.
5756 * gdb.base/ending-run.c: Likewise.
5757 * gdb.base/execd-prog.c: Likewise.
5758 * gdb.base/exprs.c: Likewise.
5759 * gdb.base/foll-exec.c: Likewise.
5760 * gdb.base/foll-fork.c: Likewise.
5761 * gdb.base/foll-vfork.c: Likewise.
5762 * gdb.base/funcargs.c: Likewise.
5763 * gdb.base/gcore.c: Likewise.
5764 * gdb.base/jump.c: Likewise.
5765 * gdb.base/langs0.c: Likewise.
5766 * gdb.base/langs1.c: Likewise.
5767 * gdb.base/langs2.c: Likewise.
5768 * gdb.base/mips_pro.c: Likewise.
5769 * gdb.base/nodebug.c: Likewise.
5770 * gdb.base/opaque0.c: Likewise.
5771 * gdb.base/opaque1.c: Likewise.
5772 * gdb.base/recurse.c: Likewise.
5773 * gdb.base/run.c: Likewise.
5774 * gdb.base/scope0.c: Likewise.
5775 * gdb.base/scope1.c: Likewise.
5776 * gdb.base/setshow.c: Likewise.
5777 * gdb.base/setvar.c: Likewise.
5778 * gdb.base/shmain.c: Likewise.
5779 * gdb.base/shr1.c: Likewise.
5780 * gdb.base/shr2.c: Likewise.
5781 * gdb.base/sigall.c: Likewise.
5782 * gdb.base/signals.c: Likewise.
5783 * gdb.base/so-indr-cl.c: Likewise.
5784 * gdb.base/solib2.c: Likewise.
5785 * gdb.base/structs.c: Likewise.
5786 * gdb.base/sum.c: Likewise.
5787 * gdb.base/vforked-prog.c: Likewise.
5788 * gdb.base/watchpoint.c: Likewise.
5789 * gdb.reverse/shr2.c: Likewise.
5790 * gdb.reverse/until-reverse.c: Likewise.
5791 * gdb.reverse/ur1.c: Likewise.
5792 * gdb.reverse/watch-reverse.c: Likewise.
5793
066a77c5
AA
57942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5795
5796 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5797 variant.
5798 * gdb.base/sepdebug.exp: Drop references to removed code.
5799
4f204ea5
AA
58002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5801
5802 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5803 variant. Preserve original line numbering.
5804 * gdb.base/list1.c: Likewise.
5805
3b377a3a
AA
58062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5807
5808 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5809 variant.
5810 * gdb.base/break1.c: Likewise.
5811 * gdb.base/break.exp: Drop references to removed code.
5812
e444df73
AA
58132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5814
5815 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5816 variant.
5817
8008f2a7
AA
58182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5819
5820 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5821
a5a06887
AA
58222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5823
5824 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5825 logic into perform_all_tests() and invoke it with and without
5826 function header prototypes.
5827 (do_function_calls): Remove conditional XFAIL for PR 5318.
5828 (rerun_and_prepare): Remove duplicate code.
5829 (perform_all_tests): New. Main logic moved here.
5830
44dba9b9
AA
58312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5832
5833 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5834 code guarded by #ifdef NO_PROTOTYPES.
5835 (t_double_many_args): Likewise.
5836 (DEF_FUNC_MANY_ARGS_1): Likewise.
5837 (DEF_FUNC_VALUES_1): Likewise.
5838 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5839 guarded by #ifdef PROTOTYPES.
5840
d1fbcd56
AA
58412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5842
5843 * gdb.mi/mi-console.c: Add eye-catcher.
5844 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5845 instead of literal line number.
5846
b0e59b8f
AA
58472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5848
5849 * gdb.base/shr2.c: Add eye-catcher.
5850 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5851 line number.
5852
78f98cca
AA
58532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5854
5855 * gdb.base/jump.c: Add eye-catchers.
5856 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5857 numbers.
5858
58fa2af0
AA
58592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5860
5861 * gdb.base/execd-prog.c: Add eye-catchers.
5862 * gdb.base/foll-exec.c: Likewise.
5863 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5864 line numbers.
5865
04e5059b
AA
58662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5867
5868 * gdb.base/ending-run.c: Add eye-catchers.
5869 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5870 literal line numbers.
5871
dbfdb174
AA
58722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5873
5874 * gdb.base/call-rt-st.c: Add eye-catchers.
5875 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5876 literal line numbers.
5877
888a2ade
AA
58782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5879
5880 * gdb.base/call-ar-st.c: Add eye-catchers.
5881 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5882 literal line numbers.
5883
6acc2dde
AA
58842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5885
5886 * gdb.base/average.c: Add eye-catchers.
5887 * gdb.base/sum.c: Likewise.
5888 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5889 regexps dynamically.
5890
9ecfcd1d
AA
58912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5892
5893 * gdb.base/solib1.c: Add eye-catchers.
5894 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5895 literal line numbers.
5896
78708b7c
PA
58972014-11-12 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5900 leader has exited.
5901
af48d08f
PA
59022014-11-12 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.arch/i386-bp_permanent.c: New file.
5905 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5906 (srcfile): Set to i386-bp_permanent.c.
5907 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5908 that stepi does not execute the 'leave' instruction, instead of
5909 testing it does execute.
5910 * gdb.base/bp-permanent.c: New file.
5911 * gdb.base/bp-permanent.exp: New file.
5912
af3768e9
DE
59132014-11-10 Doug Evans <xdje42@gmail.com>
5914
5915 PR symtab/17564
5916 * gdb.base/symtab-search-order.exp: New file.
5917 * gdb.base/symtab-search-order.c: New file.
5918 * gdb.base/symtab-search-order-1.c: New file.
5919 * gdb.base/symtab-search-order-shlib-1.c: New file.
5920
9de00a4a
PA
59212014-11-07 Pedro Alves <palves@redhat.com>
5922
5923 PR gdb/17511
5924 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5925 i?86-*-linux*.
5926
e0f52461
SC
59272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5928
5929 PR c++/17494
5930 * gdb.cp/pr17494.cc: New file.
5931 * gdb.cp/pr17494.exp: New file.
5932
6ce8c980
YQ
59332014-11-02 Yao Qi <yao@codesourcery.com>
5934
5935 * gdb.python/python.exp: Get working directory and match the
5936 output of "set extended-prompt \\w " with it.
5937
02be9a71
DE
59382014-10-30 Doug Evans <dje@google.com>
5939
5940 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5941 in objfiles.
5942 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5943 in progspaces.
5944
3bdff46b
LM
59452014-10-30 Janis Johnson <janisjo@codesourcery.com>
5946
5947 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5948 * gdb.base/realname-expand.exp: Likewise.
5949 * gdb.linespec/macro-relative.exp: Likewise.
5950
ab917dfb
PA
59512014-10-29 Pedro Alves <palves@redhat.com>
5952
5953 PR gdb/17408
5954 * gdb.threads/schedlock.c (some_function): New function.
5955 (call_function): New global.
5956 (MAYBE_CALL_SOME_FUNCTION): New macro.
5957 (thread_function): Call it.
5958 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5959 and use it instead of a global counter. Adjust all callers.
5960 (get_current_thread): Use "find current thread" for test message
5961 here rather than having all callers pass down the same string.
5962 (goto_loop): New procedure, factored out from ...
5963 (my_continue): ... this.
5964 (step_ten_loops): Change parameter from test message to command to
5965 use. Adjust.
5966 (list_count): Delete global.
5967 (check_result): New procedure, factored out from duplicate top
5968 level code.
5969 (continue tests): Wrap in with_test_prefix.
5970 (test_step): New procedure, factored out from duplicate top level
5971 code.
5972 (top level): Test "step" in combination with all scheduler-locking
5973 modes. Test "next" in combination with all scheduler-locking
5974 modes, and in combination with stepping over a function call or
5975 not.
5976 * gdb.threads/next-bp-other-thread.c: New file.
5977 * gdb.threads/next-bp-other-thread.exp: New file.
5978
d3d4baed
PA
59792014-10-29 Pedro Alves <palves@redhat.com>
5980
5981 PR python/17372
5982 * gdb.python/python.exp: Test a multi-line command that spawns
5983 interactive Python.
5984 * gdb.base/multi-line-starts-subshell.exp: New file.
5985
563e8d85
YQ
59862014-10-29 Yao Qi <yao@codesourcery.com>
5987
5988 * gdb.base/fileio.exp: Make directories on host.
5989
0ea4d52e
YQ
59902014-10-29 Yao Qi <yao@codesourcery.com>
5991
5992 * gdb.base/fileio.c (test_write): Close the file.
5993
7f5ef605
PA
59942014-10-28 Pedro Alves <palves@redhat.com>
5995
5996 PR gdb/12623
5997 * gdb.base/sigstep.c (no_handler): New global.
5998 (main): If 'no_handler is true, set the signal handlers to
5999 SIG_IGN.
6000 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6001 with_sw_watch and no_handler parameters. Handle them.
6002 (top level) <stepping over handler when stopped at a breakpoint
6003 test>: Add a test axis for testing with a software watchpoint, and
6004 another for testing with the signal handler set to SIG_IGN.
6005 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6006 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6007
abbdbd03
PA
60082014-10-28 Pedro Alves <palves@redhat.com>
6009
6010 PR gdb/17511
6011 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6012 * gdb.base/sigstep.exp (other_handler_location): New global.
6013 (advance): Support stepping into the signal handler, and running
6014 commands while in the handler.
6015 (in_handler_map): New global.
6016 (top level): In the advance test, add combinations for getting
6017 into the handler with stepping commands, and for running commands
6018 in the handler. Add comment descripting the advancei tests.
6019
1df4399f
PA
60202014-10-28 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/sigstep.exp: Use build_executable instead of
6023 prepare_for_testing.
6024 (top level): Move code that starts GDB, runs to main and creates a
6025 display to ...
6026 (restart): ... this new procedure.
6027 (top level): Move backtrace from signal handler test to ...
6028 (validate_backtrace): ... this new procedure.
6029 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6030 with_test_prefix. Always restart GDB.
6031 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6032 with_test_prefix. Always restart GDB. No need to delete
6033 breakpoints after the test.
6034 (test_skip_handler): Remove prefix parameter.
6035 (skip_over_handler, breakpoint_to_handler)
6036 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6037 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6038 restart GDB. No need to delete breakpoints after the test.
6039 (top level): Use foreach to call the test procedures with
6040 different commands.
6041
a5b6e449
PA
60422014-10-28 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6045 instead of GNATS numbers.
6046 * gdb.base/sigbpt.exp: Likewise.
6047 * gdb.base/siginfo.exp: Likewise.
6048 * gdb.base/sigstep.exp: Likewise.
6049
e5f8a7cc
PA
60502014-10-27 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.base/sigstep.c (dummy): New global.
6053 (main): Issue a couple writes to the new global.
6054 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6055 procedures.
6056 (skip_over_handler): Use test_skip_handler.
6057 (top level): Call skip_over_handler for stepi and nexti too.
6058 (breakpoint_over_handler): Use test_skip_handler.
6059 (top level): Call breakpoint_over_handler for stepi and nexti too.
6060
763905a3
YQ
60612014-10-27 Yao Qi <yao@codesourcery.com>
6062
6063 * gdb.trace/tfile.c (adjust_function_address)
6064 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6065 function descriptor.
6066
6f259a23
DB
60672014-10-24 Don Breazeal <donb@codesourcery.com>
6068
6069 * gdb.base/foll-fork.exp (test_follow_fork,
6070 catch_fork_child_follow): Check for updated fork messages emitted
6071 from infrun.c.
6072 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6073 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6074 vfork_and_exec_child_follow_through_step): Check for updated vfork
6075 messages emitted from infrun.c.
6076
09dd9a69
PA
60772014-10-24 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.base/corefile.exp: Remove references to ultrix.
6080 * gdb.base/interrupt.exp: Likewise.
6081 * gdb.base/whatis.exp: Likewise.
6082 * gdb.gdb/selftest.exp: Likewise.
6083 * gdb.threads/manythreads.exp: Likewise.
6084 * gdb.threads/print-threads.exp: Likewise.
6085 * gdb.threads/pthreads.exp:: Likewise.
6086 * gdb.threads/schedlock.exp: Likewise.
6087
3433cfa5
SC
60882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6089
6090 * gdb.cp/non-trivial-retval.cc: Add a test case.
6091 * gdb.cp/non-trivial-retval.exp: Add a test.
6092
092f880b
YQ
60932014-10-20 Yao Qi <yao@codesourcery.com>
6094
6095 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6096 * gdb.python/py-objfile-script-gdb.py: New file.
6097 * gdb.python/py-objfile-script.exp: Update reference to
6098 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6099 of remote_download. Remove the dest file.
6100
acbdb7f3
YQ
61012014-10-20 Yao Qi <yao@codesourcery.com>
6102
6103 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6104 * gdb.base/step-line.exp: Likewise.
6105 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6106 * gdb.dwarf2/dw2-basic.exp: Likewise.
6107 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6108 * gdb.dwarf2/dw2-filename.exp: Likewise.
6109 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6110 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6111 * gdb.dwarf2/dw2-producer.exp: Likewise.
6112 * gdb.dwarf2/mac-fileno.exp: Likewise.
6113 * gdb.python/py-frame-args.exp: Likewise.
6114 * gdb.python/py-framefilter.exp: Likewise.
6115 * gdb.python/py-mi.exp: Likewise.
6116 * gdb.python/py-objfile-script.exp: Likewise
6117 * gdb.python/py-pp-integral.exp: Likewise.
6118 * gdb.python/py-pp-re-notag.exp: Likewise.
6119 * gdb.python/py-prettyprint.exp: Likewise.
6120 * gdb.python/py-section-script.exp: Likewise.
6121 * gdb.python/py-typeprint.exp: Likewise.
6122 * gdb.python/py-xmethods.exp: Likewise.
6123 * gdb.stabs/weird.exp: Likewise.
6124 * gdb.xml/tdesc-regs.exp: Likewise.
6125
bd286a29
KCY
61262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6127
6128 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6129 (out_cu): Use addr_len for the size of addresses.
6130 (out_line): Likewise. Size DW_LNE_set_address instruction
6131 according to addr_len.
6132 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6133 (FUNC): Add START_INSNS to definition.
6134
673dc4a0
YQ
61352014-10-18 Yao Qi <yao@codesourcery.com>
6136
6137 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6138 gdb_has_argv0 return true.
6139 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6140 check [target_info exists noargs], check [gdb_has_argv0]
6141 instead.
6142 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6143 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6144 procedures.
6145
4ffbba72
DE
61462014-10-17 Doug Evans <dje@google.com>
6147
6148 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6149 event.
6150 * gdb.python/py-events.py: Add clear_objfiles event.
6151
d096d8c1
DE
61522014-10-17 Doug Evans <dje@google.com>
6153
6154 * gdb.python/py-objfile.exp: Test progspace attribute.
6155
a80db015
LM
61562014-10-17 Luis Machado <lgustavo@codesourcery.com>
6157
6158 * gdb.guile/scm-breakpoint.exp: Do not assume any
6159 directory separators when matching source file paths.
6160 * gdb.python/py-breakpoint.exp: Likewise.
6161 * gdb.reverse/break-precsave.exp: Likewise.
6162 * gdb.reverse/break-reverse.exp: Likewise.
6163 * gdb.reverse/consecutive-precsave.exp: Likewise.
6164 * gdb.reverse/finish-precsave.exp: Likewise.
6165 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6166 * gdb.reverse/finish-reverse.exp: Likewise.
6167 * gdb.reverse/i386-precsave.exp: Likewise.
6168 * gdb.reverse/i387-env-reverse.exp: Likewise.
6169 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6170 * gdb.reverse/machinestate-precsave.exp: Likewise.
6171 * gdb.reverse/machinestate.exp: Likewise.
6172 * gdb.reverse/sigall-precsave.exp: Likewise.
6173 * gdb.reverse/solib-precsave.exp: Likewise.
6174 * gdb.reverse/step-precsave.exp: Likewise.
6175 * gdb.reverse/until-precsave.exp: Likewise.
6176 * gdb.reverse/watch-precsave.exp: Likewise.
6177 * gdb.reverse/watch-reverse.exp: Likewise.
6178
b22089ab
YQ
61792014-10-17 Yao Qi <yao@codesourcery.com>
6180
6181 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6182 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6183
6c4486e6
PA
61842014-10-17 Pedro Alves <palves@redhat.com>
6185
6186 PR gdb/17471
6187 * gdb.base/bg-execution-repeat.c: New file.
6188 * gdb.base/bg-execution-repeat.exp: New file.
6189
0ff33695
PA
61902014-10-17 Pedro Alves <palves@redhat.com>
6191
6192 PR gdb/17300
6193 * gdb.base/continue-all-already-running.c: New file.
6194 * gdb.base/continue-all-already-running.exp: New file.
6195
6fdebc3d
PA
61962014-10-17 Pedro Alves <palves@redhat.com>
6197
6198 PR gdb/17472
6199 * gdb.base/annota-input-while-running.c: New file.
6200 * gdb.base/annota-input-while-running.exp: New file.
6201
32a8097b
PA
62022014-10-17 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/callfuncs.exp: emove references to osf.
6205 * gdb.base/sigall.exp: Likewise.
6206 * gdb.gdb/selftest.exp: Likewise.
6207 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6208 * gdb.mi/non-stop.c: Likewise.
6209 * gdb.mi/pthreads.c: Likewise.
6210 * gdb.reverse/sigall-precsave.exp: Likewise.
6211 * gdb.reverse/sigall-reverse.exp: Likewise.
6212 * gdb.threads/pthreads.c: Likewise.
6213 * gdb.threads/pthreads.exp: Likewise.
6214
7a3517ff
YQ
62152014-10-17 Yao Qi <yao@codesourcery.com>
6216
6217 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6218 check 'target_info exists noargs'.
6219 (test_command_prompt_position): Likewise.
6220 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6221 Remove "set args".
6222 (progvar_simple_while_test): Likewise.
6223 (progvar_complex_if_while_test): Likewise.
6224 (if_while_breakpoint_command_test): Likewise.
6225 (infrun_breakpoint_command_test): Likewise.
6226 (breakpoint_command_test): Likewise.
6227 (watchpoint_command_test): Likewise.
6228 (bp_deleted_in_command_test): Likewise.
6229 (temporary_breakpoint_commands): Likewise.
6230
bb99c472
YQ
62312014-10-16 Yao Qi <yao@codesourcery.com>
6232
6233 * gdb.base/remotetimeout.exp: Remove noargs checking.
6234
7c16b83e
PA
62352014-10-15 Pedro Alves <palves@redhat.com>
6236
6237 PR breakpoints/9649
6238 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6239 * gdb.base/breakpoint-in-ro-region.exp
6240 (probe_target_hardware_step): New procedure.
6241 (top level): Probe hardware stepping and hardware breakpoint
6242 support. Test stepping through a read-only region, with both
6243 "breakpoint auto-hw" on and off and both "always-inserted" on and
6244 off.
6245
35a49624
IB
62462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6247
6248 * gdb.dlang/demangle.exp: Update for demangling changes.
6249
2d1c107c
SC
62502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6251
6252 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6253 * gdb.cp/non-trivial-retval.exp: Add new tests.
6254
778811d5
SC
62552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6256
6257 PR c++/13403
6258 PR c++/15154
6259 * gdb.cp/non-trivial-retval.cc: New file.
6260 * gdb.cp/non-trivial-retval.exp: New file.
6261
10c5f0a8
YQ
62622014-10-15 Yao Qi <yao@codesourcery.com>
6263
6264 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6265 remote host.
6266
65d7b369
YQ
62672014-10-15 Yao Qi <yao@codesourcery.com>
6268
6269 * gdb.python/py-symbol.exp: Match file base name if host is
6270 remote, otherwise match file name with dir name.
6271 * gdb.python/py-symtab.exp: Likewise.
6272 * gdb.python/python.exp: Likewise.
6273
46dc1394
YQ
62742014-10-15 Yao Qi <yao@codesourcery.com>
6275
6276 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6277 pattern.
6278 * gdb.python/py-symtab.exp: Likewise.
6279 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6280 locationn.
6281
c40cc657
JB
62822014-10-14 Joel Brobecker <brobecker@adacore.com>
6283
6284 * gdb.ada/addr_arith: New testcase.
6285
2abf49e1
MR
62862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6287
6288 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6289 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6290 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6291 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6292
f7088df3
SDJ
62932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6294
6295 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6296 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6297 * gdb.arch/stap-eval-lang-ada.exp: New file.
6298
4dc06805
YQ
62992014-10-14 Yao Qi <yao@codesourcery.com>
6300
6301 * gdb.mi/mi-var-child.c (nothing1): New function.
6302 (nothing2): New function.
6303 (do_children_tests): Set function pointers by nothing1 and
6304 nothing2.
6305 * gdb.mi/mi-var-child.exp: Step over new added statements.
6306 Update test to match the new output.
6307 * gdb.mi/var-cmd.c (nothing1): New function.
6308 (nothing2): New function.
6309 (do_children_tests): Set function pointers by nothing1 and
6310 nothing2.
6311 * gdb.mi/mi-var-display.exp: Update test to match output.
6312 Step to the line specified by $line_dct_nothing.
6313 Increase the number of lines to step.
6314
46a93de2
YQ
63152014-10-14 Yao Qi <yao@codesourcery.com>
6316
6317 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6318 tests.
6319 * gdb.mi/mi2-var-child.exp: Likewise.
6320
14ea52ee
DE
63212014-10-13 Doug Evans <dje@google.com>
6322
6323 * gdb.python/py-objfile.exp: Change name of file name test.
6324
e5c6e92b
DE
63252014-10-13 Doug Evans <dje@google.com>
6326
6327 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6328 from the start of the CU.
6329
c780cc2f
JK
63302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6331 Yao Qi <yao@codesourcery.com>
6332
6333 Fix "save breakpoints" for "catch" command.
6334 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6335 Remove -nonewline. Match also the added "main" line.
6336
99894e11
JK
63372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 Fix "save breakpoints" for "disable $bpnum" command.
6340 * gdb.base/save-bp.c (main): Add label.
6341 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6342
6e1ac5a3
JK
63432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6344
6345 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6346
754dd2b0
YQ
63472014-10-11 Yao Qi <yao@codesourcery.com>
6348
6349 * gdb.server/server-kill.exp: Execute command
6350 "set remote trace-status-packet on" before "tstatus".
6351
f90183d7
YQ
63522014-10-11 Yao Qi <yao@codesourcery.com>
6353
6354 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6355 (main): Call getppid.
6356 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6357 and continue to it. Read variable "server_pid".
6358
bf40a607
YQ
63592014-10-11 Yao Qi <yao@codesourcery.com>
6360
6361 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6362
052ca370
YQ
63632014-10-11 Yao Qi <yao@codesourcery.com>
6364
6365 * gdb.threads/thread-find.exp: Don't execute command
6366 "info threads".
6367 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6368 * gdb.threads/linux-dp.exp: Don't check the condition
6369 $threads_created equals to zero.
6370
3831839c
PA
63712014-10-10 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.base/bigcore.exp: Remove references to IRIX.
6374 * gdb.base/funcargs.exp: Likewise.
6375 * gdb.base/interrupt.exp: Likewise.
6376 * gdb.base/mips_pro.exp: Likewise.
6377 * gdb.base/nodebug.exp: Likewise.
6378 * gdb.base/setvar.exp: Likewise.
6379 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6380
8b9a549d
PA
63812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6382 Pedro Alves <palves@redhat.com>
6383
6384 PR symtab/14466
6385 * gdb.base/vdso-warning.c: New file.
6386 * gdb.base/vdso-warning.exp: New file.
6387
d48ba5e8
DE
63882014-10-02 Doug Evans <dje@google.com>
6389
6390 * gdb.base/structs.c (main): Don't run forever.
6391
2278c276
PA
63922014-10-02 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6395 (top level) <stop threads 1, stop threads 2>: Use it.
6396
b57bacec
PA
63972014-10-02 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.threads/break-while-running.exp (test): Add new
6400 'update_thread_list' argument. Skip "info threads" if false.
6401 (top level): Add new 'update_thread_list' axis.
6402
13fd3ff3
PA
64032014-10-02 Pedro Alves <palves@redhat.com>
6404
6405 PR breakpoints/17431
6406 * gdb.base/execl-update-breakpoints.c: New file.
6407 * gdb.base/execl-update-breakpoints.exp: New file.
6408
0fec99e8
PA
64092014-10-01 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/breakpoint-in-ro-region.c: New file.
6412 * gdb.base/breakpoint-in-ro-region.exp: New file.
6413
2ddf4301
SM
64142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6415
6416 * gdb.mi/mi-exit-code.exp: New file.
6417 * gdb.mi/mi-exit-code.c: New file.
6418
6a5f3f43
YQ
64192014-09-30 Yao Qi <yao@codesourcery.com>
6420
6421 * lib/prelink-support.exp (build_executable_own_libs): Error if
6422 the target isn't native.
6423
345bcc73
YQ
64242014-09-30 Yao Qi <yao@codesourcery.com>
6425
6426 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6427 false.
6428
a25a5a45
PA
64292014-09-22 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.threads/break-while-running.exp: New file.
6432 * gdb.threads/break-while-running.c: New file.
6433
00ba3162
YQ
64342014-09-19 Yao Qi <yao@codesourcery.com>
6435
6436 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6437 Invoke test. Restart GDB with --readnow and invoke test again.
6438
c3b7b696
YQ
64392014-09-19 Yao Qi <yao@codesourcery.com>
6440
6441 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6442 proc set_breakpoint_on_gcd_function. Invoke
6443 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6444 invoke set_breakpoint_on_gcd_function again.
6445
2b4fd423
DE
64462014-09-18 Doug Evans <dje@google.com>
6447
6448 * gdb.dwarf2/symtab-producer.exp: New file.
6449
a5947601
SDJ
64502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6451
6452 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6453 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6454 * gdb.base/global-var-nested-by-dso.c: Likewise.
6455 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6456
91c19059
SDJ
64572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6458 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/watch-bitfields.exp: Pass string other than test file
6461 name to prepare_for_testing.
6462 (watch): New procedure.
6463 (expect_watchpoint): Use with_test_prefix.
6464 (top level): Factor out tests to ...
6465 (test_watch_location, test_regular_watch): ... these new
6466 procedures, and use with_test_prefix and gdb_continue_to_end.
6467
bb9d5f81
PP
64682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6469
6470 PR breakpoints/12526
6471 * gdb.base/watch-bitfields.exp: New file.
6472 * gdb.base/watch-bitfields.c: New file.
6473
635856f5
PA
64742014-09-16 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6477 software and hardware addresses, not software address against
6478 itself.
6479
7280ceea
PA
64802014-09-16 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6483 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6484
428b16bd
PA
64852014-09-16 Pedro Alves <palves@redhat.com>
6486
6487 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6488 files.
6489 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6490 "*-*-vxworks*" throughout.
6491 * gdb.base/break.exp: Likewise.
6492 * gdb.base/default.exp: Likewise.
6493 * gdb.base/scope.exp: Likewise.
6494 * gdb.base/sepdebug.exp: Likewise.
6495 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6496 throughout.
6497 * gdb.base/run.c: Likewise.
6498 * gdb.base/sepdebug.c: Likewise.
6499 * gdb.hp/gdb.aCC/run.c: Likewise.
6500 * gdb.reverse/until-reverse.c: Likewise.
6501 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6502
666d413c
YQ
65032014-09-16 Yao Qi <yao@codesourcery.com>
6504
6505 * boards/local-remote-host-native.exp: New file.
6506
57cbd724
DE
65072014-09-14 Doug Evans <xdje42@gmail.com>
6508
6509 * gdb.threads/queue-signal.c (thread_count): New variable.
6510 (thread_count_mutex, thread_count_condvar): New variables.
6511 (incr_thread_count, wait_all_threads_running): New functions.
6512 (main): Wait for all threads to be in their thread functions.
6513
81219e53
DE
65142014-09-13 Doug Evans <xdje42@gmail.com>
6515
6516 * gdb.threads/queue-signal.c: New file.
6517 * gdb.threads/queue-signal.exp: New file.
6518
3714cea7
DE
65192014-09-13 Doug Evans <xdje42@gmail.com>
6520
6521 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6522 be consistent with what default_gdb_init uses.
6523 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6524 the plain text of the prompt. Add some logging printfs.
6525 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6526
fa43b1d7
PA
65272014-09-12 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6530 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6531 * gdb.arch/i386-size-overlap.exp: Likewise.
6532 * gdb.arch/i386-size.exp: Likewise.
6533 * gdb.arch/i386-unwind.exp: Likewise.
6534 * gdb.base/a2-run.exp: Likewise.
6535 * gdb.base/break.exp: Likewise.
6536 * gdb.base/charset.exp: Likewise.
6537 * gdb.base/chng-syms.exp: Likewise.
6538 * gdb.base/commands.exp: Likewise.
6539 * gdb.base/dbx.exp: Likewise.
6540 * gdb.base/find.exp: Likewise.
6541 * gdb.base/funcargs.exp: Likewise.
6542 * gdb.base/jit-simple.exp: Likewise.
6543 * gdb.base/reread.exp: Likewise.
6544 * gdb.base/sepdebug.exp: Likewise.
6545 * gdb.base/step-bt.exp: Likewise.
6546 * gdb.cp/mb-inline.exp: Likewise.
6547 * gdb.cp/mb-templates.exp: Likewise.
6548 * gdb.objc/basicclass.exp: Likewise.
6549 * gdb.threads/killed.exp: Likewise.
6550
9d9bf2df
EBM
65512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6552
6553 PR tdep/17379
6554 * gdb.arch/powerpc-stackless.S: New file.
6555 * gdb.arch/powerpc-stackless.exp: New file.
6556
1cf2f1b0
JK
65572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.base/attach.c: Include unistd.h.
6560 (main): Call alarm. Add label postloop.
6561 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6562 gdb_breakpoint, gdb_continue_to_breakpoint.
6563 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6564
98880d46
PA
65652014-09-11 Pedro Alves <palves@redhat.com>
6566
6567 PR gdb/17347
6568 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6569 * gdb.base/attach.exp (test_command_line_attach_run): New
6570 procedure.
6571 (top level): Call it.
6572
4c92ff2c
PA
65732014-09-11 Pedro Alves <palves@redhat.com>
6574
6575 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6576 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6577 (do_command_attach_tests): Use spawn_wait_for_attach.
6578 * gdb.base/solib-overlap.exp: Likewise.
6579 * gdb.multi/multi-attach.exp: Likewise.
6580 * gdb.python/py-prompt.exp: Likewise.
6581 * gdb.python/py-sync-interp.exp: Likewise.
6582 * gdb.server/ext-attach.exp: Likewise.
6583
3adc1a7d
GKB
65842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6585
6586 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6587 command in testcase. Simplify testcase.
6588
96334934
JB
65892014-09-10 Joel Brobecker <brobecker@adacore.com>
6590
6591 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6592
eb479039
JB
65932014-09-10 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6596
deede10c
JB
65972014-09-10 Joel Brobecker <brobecker@adacore.com>
6598
6599 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6600
7828a5f5
JB
66012014-09-10 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.dwarf2/dynarr-ptr.c: New file.
6604 * gdb.dwarf2/dynarr-ptr.exp: New file.
6605
33aeebcf
MR
66062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6607
6608 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6609 of 30 rather than hardcoding 120 for a slow test case. Take the
6610 `gdb,timeout' target setting into account for this calculation.
6611 Don't extend the timeout for the test cases that don't need it.
6612
7b415901
MR
66132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6614
6615 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6616 a factor of 2 for a slow test case. Take the `gdb,timeout'
6617 target setting into account for this calculation.
6618 * gdb.reverse/until-precsave.exp: Increase the timeout by
6619 a factor of 15 and 3 respectively rather than adding 120
6620 for a pair of slow test cases. Take the `gdb,timeout'
6621 target setting into account for this calculation.
6622
4a40f85a
MR
66232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6624
6625 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6626 timeout, don't pass one down to gdb_expect.
6627 (gdb_expect): Rework timeout selection.
6628
09635af7
MR
66292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6630
6631 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6632 exception on timeout.
6633 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6634 (gdbserver_start_extended): Catch any `gdbserver_start' error
6635 exceptions.
6636 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6637 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6638 `gdbserver_gdb_load' error exceptions.
6639
2bdd10b7
MR
66402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6641
6642 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6643 120 on waiting for the TCP socket to open.
6644
316935f0
DE
66452014-09-09 Doug Evans <xdje42@gmail.com>
6646
6647 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6648 _caller_matches, _any_caller_is, _any_caller_matches.
6649
83740597
DE
66502014-09-09 Doug Evans <xdje42@gmail.com>
6651
6652 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6653
4c122fc3
YQ
66542014-09-09 Yao Qi <yao@codesourcery.com>
6655
6656 * gdb.mi/mi-var-display.exp: Set print symbol off.
6657
a9f116cb
GKB
66582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6659
6660 PR gdb/17035
6661 * gdb.base/commands.exp: Add tests to verify user-defined
6662 commands with empty bodies.
6663 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6664 python commands in `show user command`.
6665 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6666 scheme commands in `show user command`.
6667
c75bd3a2
JK
66682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 PR python/17355
6671 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6672 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6673 * gdb.python/py-framefilter-invalidarg.exp: New file.
6674 * gdb.python/py-framefilter-invalidarg.py: New file.
6675
faa42425
DE
66762014-09-06 Doug Evans <xdje42@gmail.com>
6677
6678 PR 15276
6679 * gdb.python/py-caller-is.c: New file.
6680 * gdb.python/py-caller-is.exp: New file.
6681
474ca4f6
SDJ
66822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6683
6684 PR gdb/17235
6685 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6686 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6687
eb0b0463
SDJ
66882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6689
6690 PR fortran/17237
6691 * gdb.fortran/print-formatted.exp: New file.
6692 * gdb.fortran/print-formatted.f90: Likewise.
6693
5f3b99cf
SS
66942014-09-03 Sasha Smundak <asmundak@google.com>
6695
6696 * gdb.python/py-frame.exp: Test Frame.read_register.
6697
7d793aa9
SDJ
66982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6699
6700 PR python/16699
6701 * gdb.python/py-completion.exp: New file.
6702 * gdb.python/py-completion.py: Likewise.
6703
fb0576e9
DE
67042014-08-28 Doug Evans <dje@google.com>
6705
6706 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6707 eax,etc. are live with values set by gdb and thus the compiler can't
6708 use them.
6709 * gdb.arch/i386-pseudo.c (main): Ditto.
6710
ee92b0dd
DE
67112014-08-27 Doug Evans <dje@google.com>
6712
6713 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6714
6649db35
DE
67152014-08-25 Doug Evans <dje@google.com>
6716
6717 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6718 (main): Ditto.
6719
564b7600
DE
67202014-08-25 Doug Evans <dje@google.com>
6721
6722 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6723
3881fb67
YQ
67242014-08-24 Yao Qi <yao@codesourcery.com>
6725
6726 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6727 symbol off.
6728 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6729
a05a36a5
DE
67302014-08-22 Doug Evans <dje@google.com>
6731
6732 PR 17276
6733 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6734 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6735 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6736
7c343b48
YQ
67372014-08-22 Yao Qi <yao@codesourcery.com>
6738
6739 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6740 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6741 * gdb.python/python.exp: Likewise. Use .py file on the host
6742 instead of the build.
6743
22fd09ae
JK
67442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdb.threads/gcore-stale-thread.c: New file.
6747 * gdb.threads/gcore-stale-thread.exp: New file.
6748
a8454a7c
PA
67492014-08-21 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6752 * gdb.base/gcore-relro-pie.exp: Likewise.
6753 * gdb.base/gcore-relro.exp: Likewise.
6754 * gdb.base/gcore.exp: Likewise.
6755 * gdb.base/print-symbol-loading.exp: Likewise.
6756 * gdb.threads/gcore-thread.exp: Likewise.
6757 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6758
2a31c623
PA
67592014-08-20 Pedro Alves <palves@redhat.com>
6760 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6763 configure.
6764 (EXPECT): Handle READ1 being set.
6765 (all): Depend on EXTRA_RULES.
6766 (check-read1, expect-read1, read1.so, read1): New rules.
6767 * README (Testsuite Parameters): Document the READ1 make variable.
6768 (Race detection): New section.
6769 * configure: Regenerate.
6770 * configure.ac: If build==host==target, and running under a
6771 GNU/glibc system, add read1 to the extra Makefile rules.
6772 (EXTRA_RULES): AC_SUBST it.
6773 * lib/read1.c: New file.
6774
d36430db
JB
67752014-08-20 Joel Brobecker <brobecker@adacore.com>
6776
6777 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6778 the handling of variables declared as a typedef to an array
6779 which a DW_AT_data_location attribute.
6780
9a0dc9e3
PA
67812014-08-19 Andrew Burgess <aburgess@broadcom.com>
6782 Pedro Alves <palves@redhat.com>
6783
6784 PR symtab/14604
6785 PR symtab/14605
6786 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6787 gdb_test.
6788
0718a8da
PA
67892014-08-19 Pedro Alves <palves@redhat.com>
6790
6791 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6792
13b448cd
YQ
67932014-08-19 Yao Qi <yao@codesourcery.com>
6794
6795 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6796 right line.
6797
1cbf5077
DB
67982014-08-18 David Blaikie <dblaikie@gmail.com>
6799
6800 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6801
bf0fae19
JB
68022014-08-18 Joel Brobecker <brobecker@adacore.com>
6803
6804 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6805 attribute in array range.
6806
3c8c5dcc
JB
68072014-08-18 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6810
e66d4446
SC
68112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6812
6813 PR c++/17132
6814 * gdb.cp/pr17132.cc: New file.
6815 * gdb.cp/pr17132.exp: New file.
6816
940df408
SC
68172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6818
6819 * gdb.python/py-xmethods.py (A_getarrayind)
6820 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6821 Use 'print' with function call syntax.
6822 (E_method_matcher.match): Fix tab vs space indentation mixup.
6823
ebcc6c3a
YQ
68242014-08-15 Yao Qi <yao@codesourcery.com>
6825
6826 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6827 false.
6828
775e0f04
YQ
68292014-08-15 Yao Qi <yao@codesourcery.com>
6830
6831 * gdb.cp/casts.exp: Set print symbol off.
6832 * gdb.cp/class2.exp: Likewise.
6833 * gdb.cp/overload.exp: Likewise.
6834 * gdb.cp/templates.exp: Likewise.
6835
d769e349
DE
68362014-08-11 Doug Evans <dje@google.com>
6837
6838 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6839 (test_load_shlib): Update.
6840
20c6f1e1
YQ
68412014-08-09 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.base/display.exp: Invoke is_address_zero_readable.
6844 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6845 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6846 * gdb.base/hbreak-unmapped.exp: Return if
6847 is_address_zero_readable returns true.
6848 * gdb.base/signest.exp: Likewise.
6849 * gdb.base/signull.exp: Likewise.
6850 * gdb.base/sigbpt.exp: Likewise.
6851 * gdb.guile/scm-disasm.exp: Do the test if
6852 is_address_zero_readable returns false.
6853 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6854 * gdb.python/py-arch.exp: Likewise.
6855 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6856 * lib/gdb.exp (is_address_zero_readable): New proc.
6857
5792e8e3
YQ
68582014-08-09 Yao Qi <yao@codesourcery.com>
6859
6860 PR testsuite/13443
6861 * gdb.mi/mi-var-display.exp: Make test messages unique.
6862
3cecbbbe
TT
68632014-08-04 Tom Tromey <tromey@redhat.com>
6864
6865 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6866 target 0".
6867
00b51ff5
TT
68682014-08-04 Tom Tromey <tromey@redhat.com>
6869
6870 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6871 "target_resume".
6872
6908c509
JB
68732014-08-01 Joel Brobecker <brobecker@adacore.com>
6874
6875 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6876 inner_vla_struct_object_size.
6877 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6878 as xfail.
6879
cc6563d2
PA
68802014-07-30 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6883 comment.
6884
7e09a223
YQ
68852014-07-29 Yao Qi <yao@codesourcery.com>
6886
6887 PR gdb/17206
6888 * gdb.base/until-nodebug.exp: New.
6889
7ebdbe92
DE
68902014-07-28 Doug Evans <xdje42@gmail.com>
6891
6892 PR guile/17203
6893 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6894 previously existing parameter, and previously ambiguously spelled
6895 parameter.
6896
fdb1adc6
WN
68972014-07-28 Will Newton <will.newton@linaro.org>
6898
6899 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6900
186fcde0
DE
69012014-07-26 Ludovic Courtès <ludo@gnu.org>
6902 Doug Evans <xdje42@gmail.com>
6903
6904 PR guile/17146
6905 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6906
70509625
PA
69072014-07-25 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.threads/signal-command-handle-nopass.c: New file.
6910 * gdb.threads/signal-command-handle-nopass.exp: New file.
6911 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6912 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6913 * gdb.threads/signal-delivered-right-thread.c: New file.
6914 * gdb.threads/signal-delivered-right-thread.exp: New file.
6915
c3f814a1
PA
69162014-07-25 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.base/double-prompt-target-event-error.exp
6919 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6920 match.
6921 (cancel_pagination_in_target_event): Rework double prompt
6922 detection.
6923 * gdb.base/paginate-after-ctrl-c-running.exp
6924 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6925 <return>' match.
6926 * gdb.base/paginate-bg-execution.exp
6927 (test_bg_execution_pagination_return)
6928 (test_bg_execution_pagination_cancel): Remove '-notransfer
6929 <return>' matches.
6930 * gdb.base/paginate-execution-startup.exp
6931 (test_fg_execution_pagination_return)
6932 (test_fg_execution_pagination_cancel): Remove '-notransfer
6933 <return>' matches.
6934 * gdb.base/paginate-inferior-exit.exp
6935 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6936 match.
6937 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6938 * lib/gdb.exp (pagination_prompt): Run text through
6939 string_to_regexp.
6940 (gdb_test_multiple): Match $pagination_prompt instead of
6941 "<return>".
6942 (string_to_regexp): Move to lib/gdb-utils.exp.
6943
e214cf6c
JK
69442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6945
6946 * gdb.arch/amd64-entry-value-paramref.S: New file.
6947 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6948 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6949 * gdb.arch/amd64-optimout-repeat.S: New file.
6950 * gdb.arch/amd64-optimout-repeat.c: New file.
6951 * gdb.arch/amd64-optimout-repeat.exp: New file.
6952
17d0c5c8
JK
69532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6954
6955 PR gdb/17170
6956 * gdb.base/statistics.exp: New file.
6957
b8b8facf
DE
69582014-07-17 Doug Evans <dje@google.com>
6959
74b49205 6960 PR gdb/17170
b8b8facf
DE
6961 * gdb.base/maint.exp: Update testing of per-command stats.
6962
1b5d0ab3
PA
69632014-07-16 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6966 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6967 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6968 (tfile_write_buf): New functions.
6969 (add_memory_block): Rewrite using the above.
6970 (adjust_function_address): New function.
6971 (FUNCTION_ADDRESS): New macro.
6972 (write_basic_trace_file): Remove short_x local, and use
6973 tfile_write_16. Change type of func_addr local to unsigned long
6974 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6975 here. Cast argument of add_memory_block to char pointer.
6976 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6977 (main): Remove parameters.
6978 * gdb.trace/tfile.exp: Remove nowarnings.
6979
4d974e88
SM
69802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * gdb.base/debug-expr.exp: Test string evaluation with
6983 "debug expression" on.
6984
41e99568
PA
69852014-07-15 Pedro Alves <palves@redhat.com>
6986
6987 * gdb.base/reread.exp: Use clean_restart.
6988
487d9753
PL
69892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6990
6991 * gdb.arch/avr-flash-qualifer.c: New.
6992 * gdb.arch/avr-flash-qualifer.exp: New.
6993
cc1c52ad
PA
69942014-07-14 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6997 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6998
1e973570
PA
69992014-07-14 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.base/double-prompt-target-event-error.c: New file.
7002 * gdb.base/double-prompt-target-event-error.exp: New file.
7003
93d6eb10
PA
70042014-07-14 Pedro Alves <palves@redhat.com>
7005
7006 PR gdb/17072
7007 * gdb.base/paginate-inferior-exit.c: New file.
7008 * gdb.base/paginate-inferior-exit.exp: New file.
7009
0017922d
PA
70102014-07-14 Pedro Alves <palves@redhat.com>
7011
7012 PR gdb/17072
7013 * gdb.base/paginate-bg-execution.c: New file.
7014 * gdb.base/paginate-bg-execution.exp: New file.
7015
94696ad3
PA
70162014-07-14 Pedro Alves <palves@redhat.com>
7017
7018 PR gdb/17072
7019 * gdb.base/paginate-execution-startup.c: New file.
7020 * gdb.base/paginate-execution-startup.exp: New file.
7021 * lib/gdb.exp (pagination_prompt): New global.
7022 (default_gdb_spawn): New procedure, factored out from
7023 default_gdb_spawn.
7024 (default_gdb_start): Adjust to call default_gdb_spawn.
7025 (gdb_spawn): New procedure.
7026
bd293940
PA
70272014-07-14 Pedro Alves <palves@redhat.com>
7028
7029 * lib/gdb.exp (gdb_assert): New procedure.
7030 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7031
c933f875
PA
70322014-07-14 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.base/execution-termios.c: New file.
7035 * gdb.base/execution-termios.exp: New file.
7036
d98b7a16
TT
70372014-07-14 Tom Tromey <tromey@redhat.com>
7038
7039 * gdb.cp/vla-cxx.cc: New file.
7040 * gdb.cp/vla-cxx.exp: New file.
7041
548740d6
TT
70422014-07-14 Tom Tromey <tromey@redhat.com>
7043
7044 * gdb.reverse/rerun-prec.c: New file.
7045 * gdb.reverse/rerun-prec.exp: New file.
7046
a25eb028
MR
70472014-07-12 Maciej W. Rozycki <macro@mips.com>
7048 Maciej W. Rozycki <macro@codesourcery.com>
7049
7050 * lib/gdb-utils.exp: New file.
7051 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7052 inline `gdb_init_command' processing.
7053 (gdb_start_cmd): Likewise.
7054 * lib/mi-support.exp (mi_run_cmd): Likewise.
7055 * README: Document `gdb_init_command' and `gdb_init_commands'.
7056
218c2655
JK
70572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7058
7059 Fix false FAIL running under a very long directory name.
7060 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7061 and "set print elements 10000". Twice.
7062
5401fde3
YQ
70632014-07-11 Yao Qi <yao@codesourcery.com>
7064
7065 * gdb.base/exprs.exp: "set print symbol off".
7066
e76126e8
PA
70672014-07-11 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.threads/kill.c: New file.
7070 * gdb.threads/kill.exp: New file.
7071
2d6f0de6
YQ
70722014-07-10 Yao Qi <yao@codesourcery.com>
7073
7074 * gdb.trace/tfile.c (write_basic_trace_file)
7075 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7076 address written to trace file.
7077
7180e04a
PA
70782014-07-09 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/attach-wait-input.exp: New file.
7081 * gdb.base/attach-wait-input.c: New file.
7082
9a9a7608
AB
70832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7086 setting up test structures.
7087 (main): Call new test function.
7088 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7089 test function, continue into test function and walk test
7090 structures.
7091
161ac41e
YQ
70922014-07-02 Yao Qi <yao@codesourcery.com>
7093
7094 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7095 'bar_start' at the beginning of functions 'foo' and 'bar'
7096 respectively.
7097 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7098 instead of 'foo' and 'bar'.
7099
1f267ae3
MM
71002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7101
7102 * gdb.btrace/segv.exp: New.
7103 * gdb.btrace/segv.c: New.
7104
2b239efb
LM
71052014-07-02 Luis Machado <lgustavo@codesourcery.com>
7106
7107 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7108 instruction.
7109
cf363f18
MW
71102014-06-30 Mark Wielaard <mjw@redhat.com>
7111
7112 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7113 vulture, vilify, villar): New volatile array constants.
7114 (vindictive, vegetation): New const volatile array constants.
7115 * gdb.base/volatile.exp: Test volatile and const volatile array
7116 types.
7117
aebf9d24
AA
71182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7119
7120 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7121 target lacks support for awatch, rwatch, or hbreak.
7122
b67a2c6f
YQ
71232014-06-27 Yao Qi <yao@codesourcery.com>
7124
7125 * gdb.multi/dummy-frame-restore.exp: New.
7126 * gdb.multi/dummy-frame-restore.c: New.
7127
aef92902
MM
71282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7129
7130 * gdb.btrace/gcore.exp: New.
7131
8e9db26e
PA
71322014-06-23 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.base/watchpoint-reuse-slot.c: New file.
7135 * gdb.base/watchpoint-reuse-slot.exp: New file.
7136
70afc5b7
SC
71372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7138
7139 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7140 progspace's filename in 'info', 'enable' and 'disable' command
7141 tests.
7142
b972bd9c
JK
71432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7146 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7147 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7148
125f8a3d
GB
71492014-06-20 Gary Benson <gbenson@redhat.com>
7150
7151 * gdb.arch/i386-avx.exp: Fix include file location.
7152 * gdb.arch/i386-sse.exp: Likewise.
7153
3ed9baed
IB
71542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7155
7156 * gdb.dlang/expression.exp: New file.
7157
034f788c
PA
71582014-06-19 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7161 out from ...
7162 (top level): ... here. Iterate running tests under different
7163 scheduler-locking settings.
7164
45371d0c
LM
71652014-06-18 Luis Machado <lgustavo@codesourcery.com>
7166
7167 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7168 to DW_FORM_addr and use non-zero addresses.
7169
5d376983
SC
71702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7171
7172 PR gdb/17017
7173 * gdb.python/py-xmethods.cc: Add global function call counters and
7174 increment them in their respective functions. Remove "cout"
7175 statements.
7176 * gdb.python/py-xmethods.exp: Make tests check the global function
7177 call counters instead of depending on inferior IO.
7178
a1aa2221
LM
71792014-06-18 Don Breazeal <donb@codesourcery.com>
7180
7181 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7182 Deleted procedure.
7183 (explicit_fork_parent_follow): Deleted procedure.
7184 (explicit_fork_child_follow): Deleted procedure.
7185 (test_follow_fork): New procedure.
7186 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7187 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7188 procedure calls.
7189
0fc05997
YQ
71902014-06-17 Yao Qi <yao@codesourcery.com>
7191
7192 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7193 CP1252.
7194
70795c52
LM
71952014-06-17 Luis Machado <lgustavo@codesourcery.com>
7196
7197 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7198 Initialize ptr and S explicitly.
7199 (skip_type_update_when_not_use_rtti_test): Likewise.
7200
6be47f0c
KS
72012014-06-16 Keith Seitz <keiths@redhat.com>
7202
7203 PR mi/15863
7204 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7205 the inferior is started.
7206
d03de421
PA
72072014-06-16 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/break-main-file-remove-fail.c: New file.
7210 * gdb.base/break-main-file-remove-fail.exp: New file.
7211 * gdb.base/break-unload-file.exp: Use build_executable instead of
7212 prepare_for_testing.
7213 (test_break): New parameter "initial_load". Handle it.
7214 (top level): Add initial_load cmdline/file axis.
7215
f9579b99
TT
72162014-06-12 Tom Tromey <tromey@redhat.com>
7217
7218 * gdb.base/completion.exp: Don't use directory name in test.
7219
3657956b
GB
72202014-06-09 Gary Benson <gbenson@redhat.com>
7221
7222 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7223 separate the always-available ANSI-standard signals from the
7224 signals that require checking.
7225 (main): Likewise.
7226 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7227 Likewise.
7228 (main): Likewise.
7229
4186eb54
KS
72302014-06-07 Keith Seitz <keiths@redhat.com>
7231
7232 Revert:
7233 PR c++/16253
7234 * gdb.cp/var-tag.cc: New file.
7235 * gdb.cp/var-tag.exp: New file.
7236 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7237 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7238 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7239 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7240
25326a28 72412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7242
7243 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7244
829155c9
PA
72452014-06-06 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7248 in target debug output instead of looking at RSP packets,
7249 disabling the test on any target that uses hardware stepping.
7250 Update comments.
7251
61c8d22e
PA
72522014-06-06 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/break-unload-file.exp: Fix typo.
7255
d9a47287
YQ
72562014-06-06 Yao Qi <yao@codesourcery.com>
7257
7258 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7259 from "jit_function" to "^jit_function".
7260
e5e01dbf
YQ
72612014-06-06 Yao Qi <yao@codesourcery.com>
7262
7263 * gdb.base/async.c (foo): Add one statement.
7264 * gdb.base/async.exp: Get the next instruction address and
7265 match the output of "nexti" by instruction address. Match
7266 the hex address in the output of "finish".
7267
73ba372c
GB
72682014-06-06 Gary Benson <gbenson@redhat.com>
7269
7270 * gdb.base/call-signals.c: Remove preprocessor conditionals
7271 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7272 SIGSEGV and SIGTERM.
7273 * gdb.base/sigall.c: Likewise.
7274 * gdb.base/unwindonsignal.c: Likewise.
7275 * gdb.reverse/sigall-reverse.c: Likewise.
7276
831517df
YQ
72772014-06-06 Yao Qi <yao@codesourcery.com>
7278
7279 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7280 readable, skip the test.
7281
b8b91e98
YQ
72822014-06-06 Yao Qi <yao@codesourcery.com>
7283
7284 * gdb.threads/staticthreads.c (thread_function): Move the line
7285 setting breakpoint on forward.
7286 * gdb.threads/staticthreads.exp: Update comments.
7287
fb934770
LC
72882014-06-05 Ludovic Courtès <ludo@gnu.org>
7289
7290 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7291 "history-append! type error".
7292
6ef284bd
SM
72932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7294
7295 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7296 erroneous dprintf expected input.
7297
a872e241
DE
72982014-06-04 Doug Evans <xdje42@gmail.com>
7299
7300 * gdb.guile/scm-generics.exp: Delete.
7301
16f691fb
DE
73022014-06-04 Doug Evans <xdje42@gmail.com>
7303
7304 * gdb.guile/scm-breakpoint.exp: Update.
7305 Add tests for breakpoint registration.
7306
012370f6
TT
73072014-06-04 Tom Tromey <tromey@redhat.com>
7308
7309 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7310 VLA-in-union.
7311 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7312 inner_vla_struct, vla_union types. Initialize objects of those
7313 types and compute their sizes.
7314
9f5a4cef
HZ
73152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7316 Hui Zhu <hui@codesourcery.com>
7317
7318 * gdb.base/fileio.exp: Add test for shell not available as well as
7319 available.
7320 * gdb.base/fileio.c (test_system): Check for shell twice.
7321
90a45c4d
YQ
73222014-06-04 Yao Qi <yao@codesourcery.com>
7323
7324 * gdb.base/auto-connect-native-target.exp: Remove redundant
7325 space from the regexp pattern.
7326
70017e41
YQ
73272014-06-04 Yao Qi <yao@codesourcery.com>
7328
7329 * gdb.base/default.exp: Replace "child" with "native" in
7330 regexp pattern.
7331
883964a7
SC
73322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7333
7334 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7335 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7336 * gdb.python/py-xmethods.py: Python script supporting the
7337 new testcase and tests.
7338
ef370185
JB
73392014-06-03 Joel Brobecker <brobecker@adacore.com>
7340 Pedro Alves <palves@redhat.com>
7341
7342 PR breakpoints/17000
7343 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7344 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7345
1e2ccb61
BM
73462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7347
7348 * gdb.base/subst.exp: Add tests to verify partial path matching
7349 output.
7350
c6ec5ab2
PA
73512014-06-03 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7354 target that doesn't use software single-stepping.
7355
835c559f
PA
73562014-06-03 Pedro Alves <palves@redhat.com>
7357
7358 PR breakpoints/17000
7359 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7360 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7361
06eb1586
DE
73622014-06-02 Doug Evans <xdje42@gmail.com>
7363
7364 * gdb.guile/scm-parameter.exp: New file.
7365
e698b8c4
DE
73662014-06-02 Doug Evans <xdje42@gmail.com>
7367
7368 * gdb.guile/scm-cmd.c: New file.
7369 * gdb.guile/scm-cmd.exp: New file.
7370
ded03782
DE
73712014-06-02 Doug Evans <xdje42@gmail.com>
7372
7373 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7374 pretty-printer lookup.
7375 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7376 (make-pp_s-printer): Call it.
7377 (make-pretty-printer-from-dict): New function.
7378 (lookup-pretty-printer-maker-from-dict): New function.
7379 (*pretty-printer*): Simplify.
7380 (make-objfile-pp_s-printer): New function.
7381 (install-objfile-pretty-printers!): New function.
7382 (make-progspace-pp_s-printer): New function.
7383 (install-progspace-pretty-printers!): New function.
7384 * gdb.guile/scm-progspace.c: New file.
7385 * gdb.guile/scm-progspace.exp: New file.
7386
41fac0cf
PA
73872014-06-02 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/dprintf-bp-same-addr.c: New file.
7390 * gdb.base/dprintf-bp-same-addr.exp: New file.
7391
96ae5695
EBM
73922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7393
7394 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7395 * gdb.arch/powerpc-power.s: Likewise.
7396
da02b3a8
JB
73972014-06-02 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7400
c72b2e7b
YQ
74012014-06-01 Yao Qi <yao@codesourcery.com>
7402
7403 * gdb.base/watchpoint.exp (test_watch_location): Check null
7404 pointer can be dereferenced. If not, do the test, otherwise
7405 skip it.
7406
53e8a631
AB
74072014-05-30 Andrew Burgess <aburgess@broadcom.com>
7408
7409 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7410 results.
7411 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7412
938f0e2f
AB
74132014-05-30 Andrew Burgess <aburgess@broadcom.com>
7414
7415 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7416 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7417 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7418 * gdb.arch/amd64-invalid-stack-top.c: New file.
7419 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7420
9ba6657a
PA
74212014-05-30 Pedro Alves <palves@redhat.com>
7422
7423 PR breakpoints/17000
7424 * gdb.base/sss-bp-on-user-bp.c: New file.
7425 * gdb.base/sss-bp-on-user-bp.exp: New file.
7426
522c09bf
DB
74272014-05-30 David Blaikie <dblaikie@gmail.com>
7428
7429 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7430 gnu_inline semantics via attribute.
7431 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7432 source explicitly specifies the required semantics.
7433
bf4ef81e
MR
74342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7435
7436 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7437
329ea579
PA
74382014-05-29 Pedro Alves <palves@redhat.com>
7439 Tom Tromey <tromey@redhat.com>
7440
7441 * gdb.base/async-shell.exp: Don't enable target-async.
7442 * gdb.base/async.exp
7443 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7444 parameter. Adjust.
7445 (top level): Don't test with "target-async".
7446 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7447 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7448 * gdb.base/inferior-died.exp: Don't enable target-async.
7449 * gdb.base/interrupt-noterm.exp: Likewise.
7450 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7451 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7452 * gdb.mi/mi-nonstop.exp: Likewise.
7453 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7454 * gdb.mi/mi-nsintrall.exp: Likewise.
7455 * gdb.mi/mi-nsmoribund.exp: Likewise.
7456 * gdb.mi/mi-nsthrexec.exp: Likewise.
7457 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7458 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7459 * gdb.python/py-evsignal.exp: Don't enable target-async.
7460 * gdb.python/py-evthreads.exp: Likewise.
7461 * gdb.python/py-prompt.exp: Likewise.
7462 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7463 * gdb.server/solib-list.exp: Don't enable target-async.
7464 * gdb.threads/thread-specific-bp.exp: Likewise.
7465 * lib/mi-support.exp: Adjust to use mi-async.
7466
fd664c91
PA
74672014-05-29 Pedro Alves <palves@redhat.com>
7468
7469 PR gdb/13860
7470 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7471 reason, even in sync mode.
7472
251bde03
PA
74732014-05-29 Pedro Alves <palves@redhat.com>
7474 Hui Zhu <hui@codesourcery.com>
7475
7476 PR PR15693
7477 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7478 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7479 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7480 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7481
7f3c0343
JB
74822014-05-28 Joel Brobecker <brobecker@adacore.com>
7483
7484 * config/monitor.exp (gdb_target_monitor): Replace use of
7485 "set remotebaud" by "set serial baud".
7486
b2715b27
AW
74872014-05-26 Andy Wingo <wingo@igalia.com>
7488
7489 * gdb.guile/scm-breakpoint.exp:
7490 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7491 properties instead of gdb-object-properties.
7492
498a4489
YQ
74932014-05-26 Yao Qi <yao@codesourcery.com>
7494
7495 * gdb.server/no-thread-db.exp: Specify source file name
7496 explicitly when setting a breakpoint.
7497
589fdceb
MM
74982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7499
7500 * gdb.btrace/vdso.c: New.
7501 * gdb.btrace/vdso.exp: New.
7502
e9089e05
MM
75032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7504
7505 * gdb.base/gcore.exp (capture_command_output): Move ...
7506 * lib/gdb.exp (capture_command_output): ... here.
7507
67b5c0c1
MM
75082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7509
7510 * gdb.btrace/data.exp: Test memory access during btrace replay.
7511
a2199296
SM
75122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7513
7514 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7515
17b2616c
PA
75162014-05-21 Pedro Alves <palves@redhat.com>
7517
7518 PR gdb/13860
7519 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7520 (top level): Test that output related to execution commands is
7521 sent to the console with CLI commands, but not with MI commands.
7522 Test that breakpoint events are always mirrored to the console.
7523 Also expect the new source line to be output after a "next" in
7524 async mode too. Make it a pass/fail test.
7525 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7526 output.
7527 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7528
5166082f
PA
75292014-05-21 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7532 Use them to test variations of "list" after reaching a breakpoint.
7533 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7534 Test "list" with listsize 10 after reaching a breakpoint.
7535 * gdb.python/python.exp (decode_line current location line
7536 number): Adjust expected line number.
7537
2f25d70f
SM
75382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7541 behavior for $args, pass it directly to "run".
7542
ff604a67
MR
75432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7544
7545 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7546 30000 to 65536.
7547
6a3cb8e8
PA
75482014-05-21 Pedro Alves <palves@redhat.com>
7549
7550 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7551 auto-connect-native-target off".
7552 * gdb.base/auto-connect-native-target.c: New file.
7553 * gdb.base/auto-connect-native-target.exp: New file.
7554
4ebfc96e
PA
75552014-05-21 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/default.exp: Test "target native" instead of "target
7558 child".
7559
36d46afb
MW
75602014-05-21 Mark Wielaard <mjw@redhat.com>
7561
7562 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7563
5876f503
JK
75642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 Fix TLS access for -static -pthread.
7567 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7568 <HAVE_TLS> (thread_function, main): Initialize it.
7569 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7570 Add clean_restart.
7571 <$have_tls != "">: Check TLSVAR.
7572
0256a6ac
PA
75732014-05-21 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.base/dcache-line-read-error.c: New.
7576 * gdb.base/dcache-line-read-error.exp: New.
7577
936d2992
PA
75782014-05-20 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/compare-sections.c: New file.
7581 * gdb.base/compare-sections.exp: New file.
7582
802e8e6d
PA
75832014-05-20 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/break-idempotent.c: New file.
7586 * gdb.base/break-idempotent.exp: New file.
7587
e59fa00f
MM
75882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7589
7590 * gdb.btrace/nohist.exp: New.
7591
8b696e31
YQ
75922014-05-20 Yao Qi <yao@codesourcery.com>
7593
7594 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7595 gdb.reverse directory and gdb_reverse_timeout exists in board
7596 setting.
7597 * README: Document gdb_reverse_timeout.
7598
73c9764f
YQ
75992014-05-20 Yao Qi <yao@codesourcery.com>
7600
7601 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7602 'test_file_name'. Treat args as a string instead of a list.
7603 (gdb_init): Rename argument 'args' by 'test_file_name'.
7604
f1f4348a
JK
76052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 * gdb.arch/powerpc-power.exp: New file.
7608 * gdb.arch/powerpc-power.s: New file.
7609
0dbe70ce
DE
76102014-05-16 Doug Evans <dje@google.com>
7611
7612 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7613 * gdb.base/completion.exp: Check that all expected files exist
7614 before doing file completion.
0dbe70ce 7615
8d551b02
DE
76162014-05-16 Doug Evans <dje@google.com>
7617
7618 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7619 Update.
7620 (do_syscall_tests_without_xml): Update.
7621
73eb7709
PA
76222014-05-16 Pedro Alves <palves@redhat.com>
7623
7624 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7625 instead of "unknown output after running".
7626
3fae92fc
YQ
76272014-05-16 Yao Qi <yao@codesourcery.com>
7628
7629 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7630 file1.txt from host at the end.
7631 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7632
c2b2ccc5
DE
76332014-05-15 Doug Evans <dje@google.com>
7634
7635 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7636 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7637 loading file. Add test for TU lookup.
7638
8c217a4b
SM
76392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7640
7641 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7642 calling "-exec-arguments" or "set args" before running the
7643 inferior.
7644
3deb39c6
SM
76452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * lib/mi-support.exp (mi_expect_stop): Expect message for
7648 inferiors that exit with non-zero exit code.
7649
71a79f8c
YQ
76502014-05-14 Yao Qi <yao@codesourcery.com>
7651
7652 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7653 match absolute path on remote host.
7654 (test_file_list_exec_source_files): Remove "/" from the
7655 pattern.
7656
f23fcd46
YQ
76572014-05-14 Yao Qi <yao@codesourcery.com>
7658
7659 * boards/local-remote-host-notty.exp (${board}_file): New
7660 proc.
7661
9404b58f
KM
76622014-05-07 Kyle McMartin <kyle@redhat.com>
7663
7664 Pushed by Joel Brobecker <brobecker@adacore.com>.
7665 * gdb.arch/aarch64-atomic-inst.c: New file.
7666 * gdb.arch/aarch64-atomic-inst.exp: New file.
7667
5e45f04c
YQ
76682014-05-07 Yao Qi <yao@codesourcery.com>
7669
7670 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7671 in current context" too.
7672
c888a17d
KS
76732014-05-05 Keith Seitz <keiths@redhat.com>
7674
7675 * gdb.linespec/ls-dollar.exp: Add test for linespec
7676 file:convenience_variable.
7677
290a839c
YQ
76782014-05-05 Yao Qi <yao@codesourcery.com>
7679
7680 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7681 traceframes into tfile and ctf trace files. Read data from
7682 trace file and test collected data.
7683 (gdb_collect_locals_test): Likewise.
7684 (gdb_unavailable_registers_test): Likewise.
7685 (gdb_unavailable_floats): Likewise.
7686 (gdb_collect_globals_test): Likewise.
7687 (top-level): Append "ctf" to trace_file_targets if GDB
7688 supports.
7689
b5262cd0
YQ
76902014-05-05 Yao Qi <yao@codesourcery.com>
7691
7692 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7693 code to ...
7694 (gdb_collect_args_test_1): ... it. New proc.
7695 (gdb_collect_locals_test): Move some code to ...
7696 (gdb_collect_locals_test_1): ... it. New proc.
7697 (gdb_unavailable_registers_test): Move some code to ...
7698 (gdb_unavailable_registers_test_1): ... it. New proc.
7699 (gdb_unavailable_floats): Move some code to ...
7700 (gdb_unavailable_floats_1): ... it. New proc.
7701
30a1e6cc
SDJ
77022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7703
7704 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7705 probes to test for bitness recognition.
7706 * gdb.arch/amd64-stap-optional-prefix.exp
7707 (test_probe_value_without_reg): New procedure.
7708 Add code to test for different kinds of bitness.
7709
f33da99a
SDJ
77102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7711
7712 PR breakpoints/16889
7713 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7714 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7715
5b80f00d
PA
77162014-05-01 Pedro Alves <palves@redhat.com>
7717
7718 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7719 gdb_file_cmd if no file is specified.
7720 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7721 last_loaded_file to set the remote exec-file.
7722
f8c2a73c
PA
77232014-05-01 Pedro Alves <palves@redhat.com>
7724
7725 * boards/local-remote-host.exp: New file.
7726
be6e8ac7
PA
77272014-05-01 Pedro Alves <palves@redhat.com>
7728
7729 * boards/local-remote-host.exp: Rename to ...
7730 * boards/local-remote-host-notty.exp: ... this.
7731
cac0dc8f
JB
77322014-04-28 Joel Brobecker <brobecker@adacore.com>
7733
7734 * gdb.ada/dyn_arrayidx: New testcase.
7735
9730e6cc
YQ
77362014-04-26 Yao Qi <yao@codesourcery.com>
7737
7738 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7739 and compute the length of function main. Save it in
7740 $main_length.
7741 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7742 (top-level): Use gdb_compile to compile objects into
7743 executable and restart GDB. Remove invocation to
7744 prepare_for_testing.
7745
7ae1a6a6
PA
77462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7747 Pedro Alves <palves@redhat.com>
7748
7749 PR server/16255
7750 * gdb.multi/multi-attach.c: New file.
7751 * gdb.multi/multi-attach.exp: New file.
7752
4082afcc
PA
77532014-04-25 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7756 user.
7757 (top level): Test that "set remote conditional-breakpoints-packet
7758 off" works as intended.
7759 * gdb.base/dprintf.exp: Test that "set remote
7760 breakpoint-commands-packet off" works as intended.
7761 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7762 New function.
7763 (top level): Call it.
7764 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7765 remote fast-tracepoints-packet off" works as intended.
7766 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7767 * lib/gdb.exp (gdb_is_target_remote): ... here.
7768
2abc3f8d
DB
77692014-04-24 David Blaikie <dblaikie@gmail.com>
7770
7771 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7772 ensure clang would not discard them.
7773 * gdb.base/gdbvars.c: Ditto.
7774 * gdb.base/memattr.c: Ditto.
7775 * gdb.base/whatis.c: Ditto.
7776 * gdb.python/py-prettyprint.c: Ditto.
7777 * gdb.trace/actions.c: Ditto.
7778 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7779 ensure clang would not discard it.
7780
bfd39632
DB
77812014-04-24 David Blaikie <dblaikie@gmail.com>
7782
7783 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7784 clang to emit the full definition of type required by the test
7785 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7786
22842ff6
DB
77872014-04-24 David Blaikie <dblaikie@gmail.com>
7788
7789 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7790 coax Clang into emitting the definition of the type.
7791 * gdb.cp/pr10728-x.h (y): Ditto.
7792 * gdb.cp/pr10728-y.cc (y): Ditto.
7793
c2e827ad
DB
77942014-04-24 David Blaikie <dblaikie@gmail.com>
7795
7796 * gdb.base/label.exp: XFAIL label related tests under Clang.
7797 * gdb.cp/cplabel.exp: Ditto.
7798 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7799 under Clang those using labels.
7800
4c2d33e7
YQ
78012014-04-25 Yao Qi <yao@codesourcery.com>
7802
7803 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7804 double_label.
7805 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7806 partial_label and double_label.
7807
56083b99
DB
78082014-04-24 David Blaikie <dblaikie@gmail.com>
7809
7810 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7811
25d4e99d
DB
78122014-04-24 David Blaikie <dblaikie@gmail.com>
7813
7814 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7815 of the function to work across GCC and Clang.
7816 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7817 pointer types (const void ** const V void **).
7818
01f9f808
MS
78192014-04-24 Michael Sturm <michael.sturm@mintel.com>
7820 Walfred Tedeschi <walfred.tedeschi@intel.com>
7821
7822 * Makefile.in (EXECUTABLES): Added i386-avx512.
7823 * gdb.arch/i386-avx512.c: New file.
7824 * gdb.arch/i386-avx512.exp: Likewise.
7825
4b48d439
KS
78262014-04-23 Keith Seitz <keiths@redhat.com>
7827
7828 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7829 (mi_make_breakpoint_table): New procedure.
7830 (mi_create_breakpoint): Use mi_make_breakpoint
7831 and return the result.
7832 (mi_make_breakpoint): New procedure.
7833 (mi_build_kv_pairs): New procedure.
7834
7835 * gdb.mi/mi-break.exp: Remove unused globals,
7836 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7837 All callers updated.
7838 * gdb.mi/mi-dprintf.exp: Use variable to track command
7839 number.
7840 Update all callers of mi_create_breakpoint and use
7841 mi_make_breakpoint_table.
7842 Remove any unused global variables.
7843 * gdb.mi/mi-nonstop.exp: Likewise.
7844 * gdb.mi/mi-nsintrall.exp: Likewise.
7845 * gdb.mi/mi-nsmoribund.exp: Likewise.
7846 * gdb.mi/mi-nsthrexec.exp: Likewise.
7847 * gdb.mi/mi-reverse.exp: Likewise.
7848 * gdb.mi/mi-simplerun.exp: Likewise.
7849 * gdb.mi/mi-stepn.exp: Likewise.
7850 * gdb.mi/mi-syn-frame.exp: Likewise.
7851 * gdb.mi/mi-until.exp: Likewise.
7852 * gdb.mi/mi-var-cp.exp: Likewise.
7853 * gdb.mi/mi-var-display.exp: Likewise.
7854 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7855 * gdb.mi/mi2-var-child.exp: Likewise.
7856 * gdb.mi/mi-vla-c99.exp: Likewise.
7857 * lib/mi-support.exp: Likewise.
7858
7859 From Ian Lance Taylor <iant@cygnus.com>:
7860 * lib/gdb.exp (parse_args): New procedure.
7861
08351840
PA
78622014-04-23 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/break-unload-file.c: New file.
7865 * gdb.base/break-unload-file.exp: New file.
7866 * gdb.base/sym-file-lib.c (baz): New function.
7867 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7868 field.
7869 (load): Store the segment's mapped size.
7870 (unload): New function.
7871 (unload_shlib): New function.
7872 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7873 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7874 set a breakpoint at baz, and call it.
7875 * gdb.base/sym-file.exp: New tests for stale breakpoint
7876 instructions.
7877
076855f9
PA
78782014-04-23 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7881 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7882 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7883 * gdb.base/hbreak-unmapped.c: New file.
7884 * gdb.base/hbreak-unmapped.exp: New file.
7885 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7886 * lib/gdb.exp (gdb_is_target_remote): ... here.
7887
483805cf
PA
78882014-04-22 Pedro Alves <palves@redhat.com>
7889
7890 * gdb.base/consecutive-step-over.c: New file.
7891 * gdb.base/consecutive-step-over.exp: New file.
7892
06d97543
PA
78932014-04-22 Pedro Alves <palves@redhat.com>
7894
7895 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7896 instead of send_gdb/gdb_expect.
7897
b4429ea2
YQ
78982014-04-22 Yao Qi <yao@codesourcery.com>
7899
7900 * lib/trace-support.exp (generate_tracefile): New procedure.
7901 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7902 return 0.
7903 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7904 if generate_tracefile returns 1.
7905
51d48146
PA
79062014-04-18 Tom Tromey <palves@redhat.com>
7907 Pedro alves <tromey@redhat.com>
7908
7909 PR backtrace/15558
7910 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7911 with a backtrace limit.
7912 * gdb.python/py-frame-inline.exp: Test running to an inline
7913 function with a backtrace limit, and printing the newest frame.
7914 * gdb.python/py-frame-inline.c (main): Call f.
7915
bd1dce5f
MS
79162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7917
7918 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7919
40d1a503
MS
79202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7921
7922 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7923 Drop prefix from unsupported source file path.
7924
389b98f7
YQ
79252014-04-17 Yao Qi <yao@codesourcery.com>
7926
7927 * lib/gdb.exp (with_target_charset): New proc.
7928 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7929 with_target_charset.
7930 (test_print_strings): Likewise.
7931 (test_repeat_bytes): Likewise.
7932 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7933 for some tests.
7934
22869d73
KS
79352014-04-16 Keith Seitz <keiths@redhat.com>
7936
7937 PR gdb/15827
7938 * gdb.dwarf2/corrupt.c: New file.
7939 * gdb.dwarf2/corrupt.exp: New file.
7940
c4f87ca6
KS
79412014-04-16 Keith Seitz <keiths@redhat.com>
7942
7943 PR c++/16597
7944 * gdb.cp/namelessclass.cc: New file.
7945 * gdb.cp/namelessclass.exp: New file.
7946 * gdb.cp/namelessclass.S: New file.
7947
ab19de87
DE
79482014-04-16 Doug Evans <dje@google.com>
7949
7950 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7951 Add comment.
7952 (gdbserver_default_get_comm_port): New function.
7953 (gdbserver_start): Check if board file provided
7954 "gdbserver,get_comm_port" and use it if so.
7955 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7956 (gdb,socketport): Set to "stdio".
7957 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7958 (stdio_gdbserver_template): Delete.
7959 (${board}_get_remote_address): Update.
7960 (${board}_build_remote_cmd): Delete.
7961 (${board}_get_comm_port): New function.
7962 (${board}_spawn): Update.
7963 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7964 Delete.
7965 (${board}_get_remote_address): Update.
7966 (${board}_get_comm_port): New function.
7967
fc98a809
AB
79682014-04-16 Andrew Burgess <aburgess@broadcom.com>
7969
7970 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7971 appearing in any order.
7972
87fd9e6e
DE
79732014-04-15 Doug Evans <dje@google.com>
7974
7975 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7976 uninitialized value of "description".
7977
099fc3ea
KS
79782014-04-15 Keith Seitz <keiths@redhat.com>
7979
7980 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7981 Remove unused globals.
7982 (test_running_the_program): Likewise.
7983 (test_controlled_execution): Likewise.
7984 (test_controlling_breakpoints): Likewise.
7985 (test_program_termination): Likewise.
7986
5da151d4
KS
79872014-04-15 Keith Seitz <keiths@redhat.com>
7988
7989 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7990 unused globals.
7991 (test_rbreak_creation_and_listing): Likewise.
7992 (test_ignore_count): Likewise.
7993 (test_error): Likewise.
7994
35e5d2f0
PA
79952014-04-15 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7998 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7999 sym-file-loader.c.
8000 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8001 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8002 to sym-file-loader.c.
8003 (struct library): Forward declare.
8004 (load_shlib, lookup_function): Change prototypes.
8005 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8006 (translate_offset): Remove declarations.
8007 (get_text_addr): New declaration.
8008 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8009 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8010 sym-file-loader.h.
8011 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8012 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8013 here from sym-file-loader.h.
8014 (struct library): New structure.
8015 (load_shlib, lookup_function): Change prototypes and adjust to
8016 work with a struct library.
8017 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8018 (translate_offset): Make static.
8019 (get_text_addr): New function.
8020 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8021
eb4c1710
PA
80222014-04-15 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8025
2d1baf52
PA
80262014-04-15 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/sym-file-loader.c: Include <limits.h>.
8029 (SELF_LINK): New define.
8030 (get_origin): New function.
8031 (load_shlib): Use it.
8032 * gdb.base/sym-file.exp: Don't early return if the target is
8033 remote. Use runto_main, and issue fail is that fails. Use
8034 gdb_load_shlibs.
8035 (shlib_name): Delete.
8036 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8037
7dd6df01
PA
80382014-04-15 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/sym-file.exp: Remove regex characters from test
8041 message. Don't refer to breakpoint numbers in test messages.
8042
b50c8614
KS
80432014-04-14 Keith Seitz <keiths@redhat.com>
8044
8045 PR c++/16253
8046 * gdb.cp/var-tag.cc: New file.
8047 * gdb.cp/var-tag.exp: New file.
8048 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8049 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8050 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8051 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8052
3d567982
TT
80532014-04-14 Tom Tromey <tromey@redhat.com>
8054
8055 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8056 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8057 type.
8058 * gdb.cp/enum-class.exp: New file.
8059 * gdb.cp/enum-class.cc: New file.
8060
0626fc76
TT
80612014-04-14 Tom Tromey <tromey@redhat.com>
8062
8063 * gdb.dwarf2/enum-type.exp: New file.
8064
dca325b3
SA
80652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8066
8067 * gdb.mi/mi-vla-c99.exp: New file.
8068 * gdb.mi/vla.c: New file.
8069
5854b38a
SA
80702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8071
8072 * gdb.base/vla-datatypes.c: New file.
8073 * gdb.base/vla-datatypes.exp: New file.
8074
463bb957
SA
80752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8076
8077 * gdb.base/vla-ptr.c: New file.
8078 * gdb.base/vla-ptr.exp: New file.
8079
3dd170be
SA
80802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8081
8082 * gdb.dwarf2/count.exp: New file.
8083
5ecaaa66
SA
80842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8085
8086 * gdb.base/vla-sideeffect.c: New file.
8087 * gdb.base/vla-sideeffect.exp: New file.
8088
41f1ada5
DB
80892014-04-14 David Blaikie <dblaikie@gmail.com>
8090
8091 * gdb.mi/non-stop.c: Add return value for non-void function return
8092 statement.
8093 * gdb.threads/staticthreads.c: Ditto.
8094
0be03e84
DE
80952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8096 Doug Evans <xdje42@gmail.com>
8097
8098 * gdb.guile/scm-value.c: Improve test case.
8099 * gdb.guile/scm-value.exp: Add new test.
8100
f180a1fb
DB
81012014-04-11 David Blaikie <dblaikie@gmail.com>
8102
8103 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8104 override Clang's default.
8105
6b662e19
JB
81062014-04-11 Joel Brobecker <brobecker@adacore.com>
8107
8108 Revert the following changes (regressions):
8109
8110 * gdb.base/vla-sideeffect.c: New file.
8111 * gdb.base/vla-sideeffect.exp: New file.
8112
8113 * gdb.dwarf2/count.exp: New file.
8114
8115 * gdb.base/vla-multi.c: New file.
8116 * gdb.base/vla-multi.exp: New file.
8117
8118 * gdb.base/vla-ptr.c: New file.
8119 * gdb.base/vla-ptr.exp: New file.
8120
8121 * gdb.base/vla-datatypes.c: New file.
8122 * gdb.base/vla-datatypes.exp: New file.
8123
8124 * gdb.mi/mi-vla-c99.exp: New file.
8125 * gdb.mi/vla.c: New file.
8126
245a5f0b
KS
81272014-04-11 Keith Seitz <keiths@redhat.com>
8128
8129 PR c++/16675
8130 * gdb.cp/cpsizeof.exp: New file.
8131 * gdb.cp/cpsizeof.cc: New file.
8132
58a84dcf
SA
81332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8134
191a8a90
JB
8135 * gdb.mi/mi-vla-c99.exp: New file.
8136 * gdb.mi/vla.c: New file.
58a84dcf 8137
c8655f75
SA
81382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8139
8140 * gdb.base/vla-datatypes.c: New file.
8141 * gdb.base/vla-datatypes.exp: New file.
8142
024e13b4
SA
81432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8144
8145 * gdb.base/vla-ptr.c: New file.
8146 * gdb.base/vla-ptr.exp: New file.
8147
1a237e0e
SA
81482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8149
8150 * gdb.base/vla-multi.c: New file.
8151 * gdb.base/vla-multi.exp: New file.
8152
504f3432
SA
81532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8154
8155 * gdb.dwarf2/count.exp: New file.
8156
3bce8237
SA
81572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8158
191a8a90
JB
8159 * gdb.base/vla-sideeffect.c: New file.
8160 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8161
322f9c21
YQ
81622014-04-11 Yao Qi <yao@codesourcery.com>
8163
8164 * gdb.base/completion.exp: Check file exists before running tests
8165 on file completion.
8166
d708bcd1
PA
81672014-04-10 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/cond-eval-mode.c: New file.
8170 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8171 prepare_for_testing to build the new file. Check result of
8172 runto_main.
8173 (test_break, test_watch): New procedures.
8174 (top level): Use them.
8175
ae1d2761
PM
81762014-04-08 Pierre Muller <muller@sourceware.org>
8177
8178 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8179 Ctrl-V use for mingw hosts.
8180
7af389b8
SC
81812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8182
8183 * gdb.python/py-value.c: Improve test case.
8184 * gdb.python/py-value.exp: Add new test.
8185
5e703181
DE
81862014-04-07 David Blaikie <dblaikie@gmail.com>
8187
8188 * lib/compiler.c: Identify the clang compiler.
8189 * lib/compiler.cc: Ditto.
8190
9810b410
YQ
81912014-04-03 Yao Qi <yao@codesourcery.com>
8192
8193 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8194
98d1b8dc
AB
81952014-04-01 Anton Blanchard <anton@samba.org>
8196
8197 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8198 messages unique.
8199
3114cea1
AB
82002014-04-01 Anton Blanchard <anton@samba.org>
8201
8202 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8203 prepare_for_testing.
8204
62f7182c
AB
82052014-04-01 Anton Blanchard <anton@samba.org>
8206
8207 * gdb.arch/ppc64-atomic-inst.c: Remove.
8208 * gdb.arch/ppc64-atomic-inst.S: New file.
8209 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8210
770e7fc7
DE
82112014-03-31 Doug Evans <dje@google.com>
8212
8213 * gdb.base/print-symbol-loading-lib.c: New file.
8214 * gdb.base/print-symbol-loading-main.c: New file.
8215 * gdb.base/print-symbol-loading.exp: New file.
8216
46e2bafa
YQ
82172014-03-31 Yao Qi <yao@codesourcery.com>
8218
8219 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8220
8776cfe9
JB
82212014-03-28 Joel Brobecker <brobecker@adacore.com>
8222
8223 * gdb.ada/mi_dyn_arr: New testcase.
8224
5d1ef361
DE
82252014-03-27 Doug Evans <dje@google.com>
8226
8227 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8228
b5bee914
YQ
82292014-03-27 Yao Qi <yao@codesourcery.com>
8230
8231 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8232 if target is nios2-*-*.
8233
0d4d0e77
YQ
82342014-03-26 Yao Qi <yao@codesourcery.com>
8235
8236 * lib/gdb.exp (readline_is_used): New proc.
8237 * gdb.base/completion.exp: Move tests on command complete up.
8238 Skip the rest of tests if readline is not used.
8239 * gdb.ada/complete.exp: Skp the test if readline is not
8240 used.
8241 * gdb.base/filesym.exp: Likewise.
8242 * gdb.base/macscp.exp: Likewise.
8243 * gdb.base/readline-ask.exp: Likewise.
8244 * gdb.base/readline.exp: Likewise.
8245 * gdb.python/py-cmd.exp: Likewise.
8246 * gdb.trace/tfile.exp: Likewise.
8247
29361eee
YQ
82482014-03-26 Yao Qi <yao@codesourcery.com>
8249
8250 * gdb.base/macscp.exp: Fix code format issues.
8251
bc9a5525
UW
82522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8253
8254 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8255 * gdb.asm/powerpc64le.inc: New file.
8256
d3839ede
PA
82572014-03-25 Pedro Alves <palves@redhat.com>
8258 Doug Evans <dje@google.com>
8259
8260 * gdb.base/source-execution.c: New file.
8261 * gdb.base/source-execution.exp: New file.
8262 * gdb.base/source-execution.gdb: New file.
8263
01672a57
DE
82642014-03-24 Doug Evans <dje@google.com>
8265
8266 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8267 using fission.
8268
88bbeca9
HZ
82692014-03-24 Hui Zhu <hui@codesourcery.com>
8270 Pedro Alves <palves@redhat.com>
8271
8272 PR breakpoints/16101
8273 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8274 test pass/fail messages. Detect missing support for dprintf when
8275 breakpoints are actually inserted.
8276 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8277 breakpoints are actually inserted.
8278 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8279 fails.
8280
d2348791
JK
82812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8282
8283 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8284
feef67ab
DE
82852014-03-22 Doug Evans <xdje42@gmail.com>
8286
8287 * gdb.python/python.exp (python not supported): Verify multi-line
8288 python command issues an error.
25d743f9 8289 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8290 guile command issues an error.
feef67ab 8291
ecebef6a
MR
82922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8293
8294 * gdb.threads/thread-specific.exp: Handle the lack of usable
8295 $this_breakpoint and $this_thread.
8296
ccdd1909
HZ
82972014-03-21 Hui Zhu <hui@codesourcery.com>
8298
8299 * gdb.base/attach.exp (do_command_attach_tests): New.
8300
beb460e8
PA
83012014-03-20 Tom Tromey <tromey@redhat.com>
8302 Pedro Alves <palves@redhat.com>
8303
8304 PR cli/15718
8305 * gdb.base/condbreak-call-false.c: New file.
8306 * gdb.base/condbreak-call-false.exp: New file.
8307
40acf43a
PA
83082014-03-20 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8311 Delete.
8312 (block_signals, unblock_signals): Delete.
8313 (child_function_2, main): Remove references to deleted variable
8314 and functions.
8315
9f5e1e02
PA
83162014-03-20 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8319 Use pthread_kill to signal thread 2.
8320 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8321 Adjust to make the test send itself a signal rather than using the
8322 host's "kill" command.
8323
99619bea
PA
83242014-03-20 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.threads/multiple-step-overs.c: New file.
8327 * gdb.threads/multiple-step-overs.exp: New file.
8328 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8329 Adjust expected infrun debug output.
8330
2adfaa28
PA
83312014-03-20 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8334 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8335
31e77af2
PA
83362014-03-20 Pedro Alves <palves@redhat.com>
8337
8338 PR breakpoints/7143
8339 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8340 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8341 of gdb_test_multiple.
8342 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8343 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8344
b9f437de
PA
83452014-03-20 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8348 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8349
05adc73e
PA
83502014-03-19 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/async.exp: Remove early return.
8353
6048b950
PA
83542014-03-19 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8357
8bcfb00a
PA
83582014-03-19 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/async.exp (test_background): Expect \r\n after
8361 "completed." in the fail pattern.
8362
884e37dc
PA
83632014-03-19 Pedro Alves <palves@redhat.com>
8364
8365 * gdb.base/async.exp (test_background): New procedure.
8366 Use it for all background execution command tests.
8367
148e57e2
PA
83682014-03-19 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.base/async.exp: Use prepare_for_testing.
8371
f48088c7
PA
83722014-03-19 Pedro Alves <palves@redhat.com>
8373
8374 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8375 the same line.
8376
e2f6c966
PA
83772014-03-19 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/async.c (main): Add "jump here" and "until here" line
8380 marker comments.
8381 * gdb.base/async.exp (jump_here): New global.
8382 (jump& test): Use it.
8383 (until_here): New global.
8384 (until& test): Use it.
8385
c30568d4
PA
83862014-03-19 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.base/async.exp: Don't frob gdb_protocol.
8389
0172b6a7
DE
83902014-03-18 Doug Evans <xdje42@gmail.com>
8391
8392 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8393 Fix spelling of exec-done-display.
8394
06c868a8
JK
83952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8396
8397 PR gdb/15358
8398 * gdb.base/gdb-sigterm.c: New file.
8399 * gdb.base/gdb-sigterm.exp: New file.
8400
0c7e1a46
PA
84012014-03-18 Pedro Alves <palves@redhat.com>
8402
8403 PR gdb/13860
8404 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8405 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8406 solib-event.
8407
f7c77d93
JB
84082014-03-17 Joel Brobecker <brobecker@adacore.com>
8409
8410 * gdb.ada/pckd_arr_ren: New testcase.
8411
5a1e8c7a
DE
84122014-03-13 Doug Evans <xdje42@gmail.com>
8413
8414 PR guile/16612
8415 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8416 collect after discarding symbols.
8417
350e1a76
DE
84182014-03-13 Ludovic Courtès <ludo@gnu.org>
8419 Doug Evans <xdje42@gmail.com>
8420
8421 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8422 to history survives a gc.
8423
a69900ae
PA
84242014-03-13 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/default.exp: Don't test "target procfs".
8427
5db9f0bd
PA
84282014-03-13 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/default.exp: Update "target child" and "target procfs"
8431 tests to not expect "Unix".
8432
b3ccfe11
TT
84332014-03-12 Tom Tromey <tromey@redhat.com>
8434
8435 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8436 New procs. Add target-async tests.
8437 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8438 Add target-async tests.
8439
646f4417
AA
84402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8441
8442 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8443 'func_start' and 'func_end' for the beginning and end of the
8444 function code, respectively.
8445 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8446 'func_end' instead of 'func' and 'main'.
8447
288c211f
AA
84482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8451 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8452 generate the debug info assembler source.
8453
e0c0f156
AA
84542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8455
8456 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8457 * gdb.dwarf2/arr-subrange.exp: Likewise.
8458 * gdb.dwarf2/dwz.exp: Likewise.
8459 * gdb.dwarf2/method-ptr.exp: Likewise.
8460 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8461 * gdb.dwarf2/subrange.exp: Likewise.
8462 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8463 * gdb.dwarf2/implptrpiece.exp: Likewise.
8464 * gdb.dwarf2/nostaticblock.exp: Likewise.
8465
0e5c4555
AA
84662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467
8468 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8469 directory to absolute path name arguments.
8470
5ec18f2b
JG
84712014-03-10 Joel Brobecker <brobecker@adacore.com>
8472
8473 * gdb.ada/tagged_access: New testcase.
8474
847fc4f2
MM
84752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8476
8477 * gdb.btrace/data.exp: Update expected output.
8478
cc3da688
YQ
84792014-03-06 Yao Qi <yao@codesourcery.com>
8480
8481 * gdb.trace/pr16508.exp: New file.
8482
0f26cec1
PA
84832014-03-05 Pedro Alves <palves@redhat.com>
8484
8485 PR gdb/16575
8486 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8487 procedure.
8488 (top level): Adjust to use it. Add tests that exercise breakpoint
8489 interaction with the code-cache.
8490
7a5a839f
LC
84912014-02-26 Ludovic Courtès <ludo@gnu.org>
8492
8493 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8494 test for 'history-append!'.
8495
31aa7e4e
JB
84962014-02-26 Joel Brobecker <brobecker@adacore.com>
8497
8498 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8499 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8500 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8501 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8502 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8503 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8504
1b588015
JB
85052014-02-26 Joel Brobecker <brobecker@adacore.com>
8506
8507 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8508 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8509 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8510
55426c9d
JB
85112014-02-26 Joel Brobecker <brobecker@adacore.com>
8512
8513 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8514
dc53a7ad
JB
85152014-02-26 Joel Brobecker <brobecker@adacore.com>
8516
8517 * gdb.dwarf2/arr-stride.c: New file.
8518 * gdb.dwarf2/arr-stride.exp: New file.
8519
12ab52e9
PA
85202014-02-26 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8523 that won't ever trigger. Make sure that GDB reports the correct
8524 breakpoint that caused the stop.
8525
849c862e
JK
85262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 PR gdb/16626
8529 * gdb.base/auto-load-script: New file.
8530 * gdb.base/auto-load.c: New file.
8531 * gdb.base/auto-load.exp: New file.
8532
71b7d793
JK
8533 PR gdb/16626
8534 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8535
e2f0d509
JK
85362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8537
8538 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8539 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8540
50cc37c8
DE
85412014-02-24 Doug Evans <dje@google.com>
8542
8543 * lib/gdb.exp (run_on_host): Log error output if program fails.
8544
ea4758f2
PA
85452014-02-21 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.threads/step-after-sr-lock.c: Rename to ...
8548 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8549 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8550 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8551 ... this.
8552
d7b30f67
SDJ
85532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8554
8555 PR tdep/16397
8556 * gdb.arch/amd64-stap-special-operands.exp: New file.
8557 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8558 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8559 * gdb.arch/amd64-stap-triplet.S: Likewise.
8560 * gdb.arch/amd64-stap-triplet.c: Likewise.
8561
83deb43f
JB
85622014-02-20 Joel Brobecker <brobecker@adacore.com>
8563
8564 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8565 in .section pseudo-op.
8566
adde2bff
DE
85672014-02-20 lin zuojian <manjian2006@gmail.com>
8568 Joel Brobecker <brobecker@adacore.com>
8569 Doug Evans <xdje42@gmail.com>
8570
8571 PR symtab/16581
8572 * gdb.dwarf2/dw2-icycle.S: New file.
8573 * gdb.dwarf2/dw2-icycle.c: New file.
8574 * gdb.dwarf2/dw2-icycle.exp: New file.
8575
f7bd0f78
SC
85762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8577
8578 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8579 operations on gdb.Value objects.
8580 * gdb.python/py-value-cc.exp: Add new test to test operations on
8581 gdb.Value objects.
8582
c17ef0d5
DE
85832014-02-18 Doug Evans <dje@google.com>
8584
8585 * Makefile.in (TESTS): New variable.
8586 (expanded_tests, expanded_tests_or_none): New variables
8587 (check-single): Pass $(expanded_tests_or_none) to runtest.
8588 (check-parallel): Only run tests in $(TESTS) if non-empty.
8589 (check/no-matching-tests-found): New rule.
8590 * README: Document TESTS makefile variable.
8591
5dd3176f
DE
85922014-02-18 Doug Evans <dje@google.com>
8593
8594 * Makefile.in (check-parallel): rm -rf outputs temp.
8595
0b10be4f
JK
85962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8597
8598 Fix "ERROR: no fileid for" in the testsuite.
8599 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8600
85f224e7
DE
86012014-02-12 Doug Evans <dje@google.com>
8602
8603 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8604 (MISCELLANEOUS): New variable.
8605 (clean): rm -rf $(MISCELLANEOUS).
8606 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8607 dwp live in the same directory as symlinks, with each symlink pointed
8608 to a differently named file in a different directory.
8609
149b30ff
DE
86102014-02-11 Doug Evans <dje@google.com>
8611
8612 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8613 of Tcl file commands.
8614
1dfdac32
MK
86152014-02-10 Mark Kettenis <kettenis@gnu.org>
8616
8617 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8618 "kill -SIGUSR1 -1".
8619
aa4fb036
JB
86202014-02-10 Joel Brobecker <brobecker@adacore.com>
8621
8622 * gdb.ada/tick_length_array_enum_idx: New testcase.
8623
ed3ef339
DE
86242014-02-10 Doug Evans <xdje42@gmail.com>
8625
8626 * configure.ac (AC_OUTPUT): Add gdb.guile.
8627 * configure: Regenerate.
8628 * lib/gdb-guile.exp: New file.
8629 * lib/gdb.exp (get_target_charset): New function.
8630 * gdb.base/help.exp: Update expected output from "apropos apropos".
8631 * gdb.guile/Makefile.in: New file.
8632 * gdb.guile/guile.exp: New file.
8633 * gdb.guile/scm-arch.c: New file.
8634 * gdb.guile/scm-arch.exp: New file.
8635 * gdb.guile/scm-block.c: New file.
8636 * gdb.guile/scm-block.exp: New file.
8637 * gdb.guile/scm-breakpoint.c: New file.
8638 * gdb.guile/scm-breakpoint.exp: New file.
8639 * gdb.guile/scm-disasm.c: New file.
8640 * gdb.guile/scm-disasm.exp: New file.
8641 * gdb.guile/scm-equal.c: New file.
8642 * gdb.guile/scm-equal.exp: New file.
8643 * gdb.guile/scm-error.exp: New file.
8644 * gdb.guile/scm-error.scm: New file.
8645 * gdb.guile/scm-frame-args.c: New file.
8646 * gdb.guile/scm-frame-args.exp: New file.
8647 * gdb.guile/scm-frame-args.scm: New file.
8648 * gdb.guile/scm-frame-inline.c: New file.
8649 * gdb.guile/scm-frame-inline.exp: New file.
8650 * gdb.guile/scm-frame.c: New file.
8651 * gdb.guile/scm-frame.exp: New file.
8652 * gdb.guile/scm-generics.exp: New file.
8653 * gdb.guile/scm-gsmob.exp: New file.
8654 * gdb.guile/scm-iterator.c: New file.
8655 * gdb.guile/scm-iterator.exp: New file.
8656 * gdb.guile/scm-math.c: New file.
8657 * gdb.guile/scm-math.exp: New file.
8658 * gdb.guile/scm-objfile-script-gdb.in: New file.
8659 * gdb.guile/scm-objfile-script.c: New file.
8660 * gdb.guile/scm-objfile-script.exp: New file.
8661 * gdb.guile/scm-objfile.c: New file.
8662 * gdb.guile/scm-objfile.exp: New file.
8663 * gdb.guile/scm-ports.exp: New file.
8664 * gdb.guile/scm-pretty-print.c: New file.
8665 * gdb.guile/scm-pretty-print.exp: New file.
8666 * gdb.guile/scm-pretty-print.scm: New file.
8667 * gdb.guile/scm-section-script.c: New file.
8668 * gdb.guile/scm-section-script.exp: New file.
8669 * gdb.guile/scm-section-script.scm: New file.
8670 * gdb.guile/scm-symbol.c: New file.
8671 * gdb.guile/scm-symbol.exp: New file.
8672 * gdb.guile/scm-symtab-2.c: New file.
8673 * gdb.guile/scm-symtab.c: New file.
8674 * gdb.guile/scm-symtab.exp: New file.
8675 * gdb.guile/scm-type.c: New file.
8676 * gdb.guile/scm-type.exp: New file.
8677 * gdb.guile/scm-value-cc.cc: New file.
8678 * gdb.guile/scm-value-cc.exp: New file.
8679 * gdb.guile/scm-value.c: New file.
8680 * gdb.guile/scm-value.exp: New file.
8681 * gdb.guile/source2.scm: New file.
8682 * gdb.guile/types-module.cc: New file.
8683 * gdb.guile/types-module.exp: New file.
8684
7026a7c1
YQ
86852014-02-10 Yao Qi <yao@codesourcery.com>
8686
8687 PR testsuite/16543
8688 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8689 * configure: Regenerated.
8690 * Makefile.in: New file.
8691
6c466447
AS
86922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8693
8694 * gdb.python/py-framefilter.exp: Fix typo.
8695
6e854735
YQ
86962014-02-08 Yao Qi <yao@codesourcery.com>
8697
8698 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8699 that no =breakpoint-modified is emitted when breakpoints are
8700 modified through MI commands.
8701
d137e6dc
PA
87022014-02-07 Pedro Alves <pedro@codesourcery.com>
8703 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.threads/step-after-sr-lock.c: New file.
8706 * gdb.threads/step-after-sr-lock.exp: New file.
8707
b5ee5a50
PA
87082014-02-07 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8711
3c77faf3
JK
87122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8715 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8716
6dddc817
DE
87172014-02-06 Doug Evans <xdje42@gmail.com>
8718
8719 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8720 output.
8721
8722 * gdb.gdb/python-interrupts.exp: New file.
8723
de7b2893
YQ
87242014-02-05 Yao Qi <yao@codesourcery.com>
8725
8726 * gdb.trace/report.exp (use_collected_data): Test the output
8727 of "info threads" and "info inferiors".
8728
66d032ac
YQ
87292014-02-05 Yao Qi <yao@codesourcery.com>
8730
8731 Revert this patch:
8732
8733 2013-05-24 Yao Qi <yao@codesourcery.com>
8734
8735 * gdb.trace/tfile.exp: Test inferior and thread.
8736
591a12a1
UW
87372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8738
8739 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8740 on a function.
8741 * gdb.base/step-bt.c: Call hello via function pointer to make
8742 sure its first instruction is executed on powerpc64le-linux.
8743
0ff3e01f
UW
87442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8745
8746 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8747
084ee545
UW
87482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8749
8750 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8751 of the test patterns for use on little-endian systems.
8752
6ed14ff3
UW
87532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8754
8755 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8756 (decimal_vector): Fix for little-endian.
8757
401e27fd
JM
87582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8759
8760 * gdb.arch/sparc-sysstep.exp: New file.
8761 * gdb.arch/sparc-sysstep.c: Likewise.
8762
8763 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8764
8b924729
EBM
87652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8766
8767 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8768
fb151210
JB
87692014-01-23 Tom Tromey <tromey@redhat.com>
8770
8771 * gdb.ada/array_char_idx: New testcase.
8772
0740f8d8
TT
87732014-01-23 Tom Tromey <tromey@redhat.com>
8774
8775 PR python/16487:
8776 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8777 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8778 classes.
8779
21909fa1
TT
87802014-01-23 Tom Tromey <tromey@redhat.com>
8781
8782 PR python/16491:
8783 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8784 string from an inferior frame.
8785 * gdb.python/py-framefilter-mi.exp: Update.
8786
87ce2a04
DE
87872014-01-22 Doug Evans <dje@google.com>
8788
8789 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8790
237b092b
AA
87912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8792
8793 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8794
d674a709
AA
87952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8796
8797 * gdb.trace/entry-values.exp: Remove excess space character from
8798 regex patterns. Handle s390 call instruction.
8799
20fa3390
AA
88002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8801
8802 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8803 define "*_start" label. Make "name" static.
8804 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8805 ${name} by references to ${name}_start.
8806
78466714
AA
88072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8808
8809 * gdb.base/info-macros.exp: Remove "debug" from the compile
8810 options.
8811
ec9f644a
IB
88122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8813
8814 * gdb.dlang/demangle.exp: New file.
8815
94b1b47e
IB
88162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8817
8818 * gdb.dlang/primitive-types.exp: New file.
8819
7f420862
IB
88202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8821
8822 * configure.ac: Create gdb.dlang/Makefile.
8823 * configure: Regenerate.
8824 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8825 * gdb.dlang/Makefile.in: New file.
8826 * lib/d-support.exp: New file.
8827 * lib/gdb.exp (skip_d_tests): New proc.
8828
52834460
MM
88292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8830
8831 * gdb.btrace/delta.exp: Check reverse stepi.
8832 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8833 * gdb.btrace/finish.exp: New.
8834 * gdb.btrace/next.exp: New.
8835 * gdb.btrace/nexti.exp: New.
8836 * gdb.btrace/record_goto.c: Add comments.
8837 * gdb.btrace/step.exp: New.
8838 * gdb.btrace/stepi.exp: New.
8839 * gdb.btrace/multi-thread-step.c: New.
8840 * gdb.btrace/multi-thread-step.exp: New.
8841 * gdb.btrace/rn-dl-bind.c: New.
8842 * gdb.btrace/rn-dl-bind.exp: New.
8843 * gdb.btrace/data.c: New.
8844 * gdb.btrace/data.exp: New.
8845 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8846
6e07b1d2
MM
88472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8848
8849 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8850 * gdb.btrace/exception.exp: Update.
8851 * gdb.btrace/instruction_history.exp: Update.
8852 * gdb.btrace/record_goto.exp: Update.
8853 * gdb.btrace/tailcall.exp: Update.
8854 * gdb.btrace/unknown_functions.exp: Update.
8855 * gdb.btrace/delta.exp: New.
8856
0b722aec
MM
88572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8858
8859 * gdb.btrace/record_goto.exp: Add backtrace test.
8860 * gdb.btrace/tailcall.exp: Add backtrace test.
8861
066ce621
MM
88622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8863
8864 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8865 * gdb.btrace/record_goto.c: New.
8866 * gdb.btrace/record_goto.exp: New.
8867 * gdb.btrace/x86-record_goto.S: New.
8868
0688d04e
MM
88692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8870
8871 * gdb.btrace/function_call_history.exp: Update tests.
8872 * gdb.btrace/instruction_history.exp: Update tests.
8873
8710b709
MM
88742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8875
8876 * gdb.btrace/function_call_history.exp: Fix expected field
8877 order for "record function-call-history".
8878 Add new tests for "record function-call-history /c".
8879 * gdb.btrace/exception.cc: New.
8880 * gdb.btrace/exception.exp: New.
8881 * gdb.btrace/tailcall.exp: New.
8882 * gdb.btrace/x86-tailcall.S: New.
8883 * gdb.btrace/x86-tailcall.c: New.
8884 * gdb.btrace/unknown_functions.c: New.
8885 * gdb.btrace/unknown_functions.exp: New.
8886 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8887
5de9129b
MM
88882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8889
8890 * gdb.btrace/instruction_history.exp: Update.
8891 * gdb.btrace/function_call_history.exp: Update.
8892
23a7fe75
MM
88932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8894
8895 * gdb.btrace/function_call_history.exp: Fix expected function
8896 trace.
8897 * gdb.btrace/instruction_history.exp: Initialize traced.
8898 Remove traced_functions.
8899
724c7dd8
MM
89002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8901
8902 * gdb.btrace/function_call_history.exp: Update
8903 * gdb.btrace/instruction_history.exp: Update.
8904
6d78d93b
MM
89052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8906
8907 * gdb.btrace/enable.exp: Update expected text.
8908
93a360cc
OJ
89092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8910
8911 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8912 bytes.
8913
3772b53f
MR
89142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8915
8916 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8917
596662fa
OJ
89182014-01-15 Omair Javaid <omair.javaid@linaro.org>
8919
8920 * lib/gdb.exp (supports_process_record): Return true for
8921 arm*-linux*. (supports_reverse): Likewise.
8922
b5b08fb4
SC
89232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8924
8925 PR python/15464
8926 PR python/16113
8927 * gdb.python/py-type.c: Enhance test case.
8928 * gdb.python/py-value-cc.cc: Likewise
8929 * gdb.python/py-type.exp: Add new tests.
8930 * gdb.python/py-value-cc.exp: Likewise
8931
52d7fb13
AA
89322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8933 Pedro Alves <palves@redhat.com>
8934
8935 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8936 Make "name" extern.
8937 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8938 references to ${name}_start by references to ${name}.
8939
a2cd8cfe
JB
89402014-01-10 Joel Brobecker <brobecker@adacore.com>
8941
8942 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8943
4e23fced
JB
89442014-01-10 Joel Brobecker <brobecker@adacore.com>
8945
8946 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8947
c6a9e42c
PA
89482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8949 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8952 mi_gdb_target_load.
c6a9e42c 8953
b7ea362b
PA
89542014-01-08 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.threads/reconnect-signal.c: New file.
8957 * gdb.threads/reconnect-signal.exp: New file.
8958
5e3f4fab
EBM
89592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8960
8961 * gdb.base/source-dir.exp: New file.
8962
79301218
JB
89632014-01-07 Joel Brobecker <brobecker@adacore.com>
8964
8965 * gdb.ada/mi_interface: New testcase.
8966
8e355c5d
JB
89672014-01-07 Joel Brobecker <brobecker@adacore.com>
8968
8969 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8970 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8971 gdb.ada/pp-rec-component/pck.ads: New files.
8972
c0d48811
JB
89732014-01-07 Joel Brobecker <brobecker@adacore.com>
8974
8975 * gdb.python/py-pp-integral.c: New file.
8976 * gdb.python/py-pp-integral.py: New file.
8977 * gdb.python/py-pp-integral.exp: New file.
8978
17b609c3 8979For older changes see ChangeLog-1993-2013.
c906108c 8980\f
8d8cb839
EZ
8981;; Local Variables:
8982;; mode: change-log
8983;; left-margin: 8
8984;; fill-column: 74
8985;; version-control: never
8986;; End:
902f2ccb 8987
618f726f 8988 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8989 Copying and distribution of this file, with or without modification,
8990 are permitted provided the copyright notice and this notice are preserved.