]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Keep reserved bits in CPSR on write
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8193adea
AA
12016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4
d41a5c09
JK
52016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 * gdb.cp/casts.cc (decltype): Move it ...
8 (main): ... with its call to ...
9 * gdb.cp/casts03.cc: ... a new file.
10 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11
d2dfe700
JK
122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15
e2a92b16
PB
162016-09-15 Peter Bergner <bergner@vnet.ibm.com>
17
18 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
19 and sync up the test with tests in gas/testsuite/gas/ppc.
20 * gdb.arch/powerpc-power.exp: Likewise.
21
49b4de64
JK
222016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
25
2c29df25
SDJ
262016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
27 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
30 make m1's definition to be different from m2's. Use 'dummy' as an
31 argument for probe 'two'.
32
cc3c2846
JB
332016-09-10 Jon Beniston <jon@beniston.com>
34
35 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
36 for sim target.
37
e1b2624a
AA
382016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
39
40 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
41 variable declaration.
42 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
43 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
44 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
45 received HWCAP as its argument.
46
4295e285
PA
472016-09-06 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/new-ui-pending-input.c: New file.
50 * gdb.base/new-ui-pending-input.exp: New file.
51 * gdb.exp (clear_gdb_spawn_id): New procedure.
52 (with_spawn_id): Check whether gdb_spawn_id exists before
53 referencing it. If gdb_spawn_id didn't exist on entry, clear it
54 on exit.
55
00d5215e
UW
562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
57
58 * gdb.base/float128.c: New file.
59 * gdb.base/float128.exp: Likewise.
60 * gdb.base/floatn.c: Likewise.
61 * gdb.base/floatn.exp: Likewise.
62
a9ff5f12
UW
632016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
64
65 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
66
f245535c
PA
672016-09-05 Pedro Alves <palves@redhat.com>
68
69 PR backtrace/19927
70 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
71 unwinders are immediately called as side effect of "source" or
72 "disable unwinder" commands.
73 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
74
ae9cf263
YQ
752016-09-02 Yao Qi <yao.qi@linaro.org>
76
77 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
78 is true and $type is "float" or "double".
79
27aba047
YQ
802016-09-02 Yao Qi <yao.qi@linaro.org>
81
82 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
83 true.
84 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
85 * gdb.base/call-rt-st.exp: Likewise.
86 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
87 return value instead of gdb,skip_float_test.
88 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
89 (do_function_calls): Use its return value instead of
90 gdb,skip_float_test.
91 * gdb.base/finish.exp: Likewise.
92 * gdb.base/funcargs.exp: Likewise.
93 * gdb.base/return.exp: Likewise.
94 * gdb.base/return2.exp: Likewise.
95 * gdb.base/varargs.exp: Likewise.
96 * lib/gdb.exp (gdb_skip_float_test): Change it to
97 gdb_caching_proc. Detect the broken ptrace on arm-linux.
98
5af962df
AA
992016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
100
101 * gdb.multi/tids.exp: Test "thread apply all".
102
7fac6910
JK
1032016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 * gdb.base/default.exp (tty): Remove.
106
bb1fe4ac
KB
1072016-08-24 Kevin Buettner <kevinb@redhat.com>
108
109 * gdb.python/py-recurse-unwind.c: New file.
110 * gdb.python/py-recurse-unwind.py: New file.
111 * gdb.python/py-recurse-unwind.exp: New file.
112
0a1ddfa6
SM
1132016-08-24 Simon Marchi <simon.marchi@ericsson.com>
114
115 * gdb.base/set-inferior-tty.exp: New file.
116 * gdb.base/set-inferior-tty.c: New file.
117
d9de1fe3
PA
1182016-08-23 Pedro Alves <palves@redhat.com>
119
120 PR gdb/20494
121 * gdb.base/new-ui-echo.c: New file.
122 * gdb.base/new-ui-echo.exp: New file.
123
e9d9abd7
YQ
1242016-08-23 Yao Qi <yao.qi@linaro.org>
125
126 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
127 gdbserver_spawn.
128 * gdb.server/connect-without-multi-process.exp (do_test):
129 Likewise.
130
3589529e
YQ
1312016-08-23 Yao Qi <yao.qi@linaro.org>
132
133 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
134 standalone_txt. Delete gdb_txt and standalone_txt on host
135 and target. Spawn the binary on target. Copy files from
136 target to host.
137
6bb90213
PA
1382016-08-22 Pedro Alves <palves@redhat.com>
139
140 PR gdb/20505
141 * gdb.base/vdso-warning.exp: Test core dumps too. Use
142 with_test_prefix. Factor out bits to ...
143 (test_no_vdso): ... this new procedure.
144
20c2c024
CL
1452016-08-19 Carl Love <cel@us.ibm.com>
146
147 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
148 maintaining separate logic for constructing the output path.
149 * gdb.arch/powerpc-d128-regs.exp: Likewise.
150 * gdb.arch/ppc-dfp.exp: Likewise.
151 * gdb.arch/ppc-fp.exp: Likewise.
152 * gdb.arch/vsx-regs.exp: Likewise.
153 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
154 binprefix for generating the additional binary files.
155
0646e07d
PA
1562016-08-19 Pedro Alves <palves@redhat.com>
157
158 * gdb.trace/mi-trace-frame-collected.exp
159 (test_trace_frame_collected): On x32, expect two registers.
160
46da9242
CL
1612016-08-18 Carl Love <cel@us.ibm.com>
162
163 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
164 and sync up the test with tests in gas/testsuite/gas/ppc.
165 * gdb.arch/powerpc-power.exp: Likewise.
166
eb2332d7
SM
1672016-08-17 Simon Marchi <simon.marchi@ericsson.com>
168
169 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
170 expected error message.
171
63c61e04
SM
1722016-08-17 Simon Marchi <simon.marchi@ericsson.com>
173
174 * gdb.multi/remove-inferiors.exp: New file.
175 * gdb.multi/remove-inferiors.c: New file.
176
7b17065f
YQ
1772016-08-12 Yao Qi <yao.qi@linaro.org>
178
179 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
180 argument list.
181
01d3dedf
PA
1822016-08-10 Pedro Alves <palves@redhat.com>
183
184 PR gdb/19187
185 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
186 setup_kfails.
187
3eb7562a
PA
1882016-08-09 Pedro Alves <palves@redhat.com>
189 Simon Marchi <simon.marchi@ericsson.com>
190
191 PR gdb/20418
192 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
193 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
194
80614914
PA
1952016-08-09 Pedro Alves <palves@redhat.com>
196
197 PR mi/20431
198 * gdb.mi/mi-cmd-error.exp: New file.
199
f348d89a
PA
2002016-08-09 Pedro Alves <palves@redhat.com>
201
202 PR gdb/18653
203 * gdb.base/signals-state-child.c: New file.
204 * gdb.base/signals-state-child.exp: New file.
205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
206
e5ca03b4
PA
2072016-08-09 Pedro Alves <palves@redhat.com>
208
209 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
210
282a0691
TT
2112016-08-03 Tom Tromey <tom@tromey.com>
212
213 PR python/18565:
214 * gdb.python/py-frame-inline.exp: Add Frame.function test.
215
41bfcd63
YQ
2162016-08-01 Yao Qi <yao.qi@linaro.org>
217
218 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
219 variable mode to "multi-process" if $multi_process is 1, otherwise
220 set it to "single-process".
221
e3465b24
YQ
2222016-08-01 Yao Qi <yao.qi@linaro.org>
223
224 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
225 * gdb.cp/cpexprs.exp: Likewise.
226 * gdb.cp/m-static.exp: Likewise.
227
0b31a4bc
TT
2282016-07-26 Tom Tromey <tom@tromey.com>
229
230 PR python/20190:
231 * gdb.threads/tls.exp (check_thread_local): Add python symbol
232 test.
233
e0461dbb
MM
2342016-07-26 Markus Metzger <markus.t.metzger@intel.com>
235
236 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
237 selecting assembly source files.
238 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
239 assembly source files.
240 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
241 assembly source files.
242 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
243 selecting assembly source files.
244
8194e927
SM
2452016-07-25 Simon Marchi <simon.marchi@ericsson.com>
246
247 * gdb.base/new-ui.exp (do_test_invalid_args): New
248 procedure.
249
c0272db5
TW
2502016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
251
252 * gdb.btrace/reconnect.c: New file.
253 * gdb.btrace/reconnect.exp: New file.
254
e3487908
GKB
2552016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
256
257 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
258 to test_catch_syscall_group.
259 (test_catch_syscall_group): New.
260
12df5c00
TT
2612016-07-21 Tom Tromey <tom@tromey.com>
262
263 * gdb.rust/simple.rs (main): Use empty struct expression.
264 * gdb.rust/simple.exp: Add tests for empty struct expression.
265
bae62ee2
YQ
2662016-07-21 Yao Qi <yao.qi@linaro.org>
267
268 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
269 if gdb_skip_xml_test is true on some targets.
270
b1b53fb3
YQ
2712016-07-21 Yao Qi <yao.qi@linaro.org>
272
273 * gdb.server/solib-list.exp: Unset last_loaded_file.
274
027d97f8
JK
2752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
278 "step into captured_main (args)".
279
7674d381
JK
2802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
283
72b5d099
JK
2842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
287
1f960ced
PA
2882016-07-19 Pedro Alves <palves@redhat.com>
289
290 * gdb.opt/inline-break.exp: Remove optimize=-O2.
291 * gdb.opt/inline-bt.exp: Likewise.
292 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
293 additional_flags=-Winline.
294 * gdb.opt/inline-locals.exp: Likewise.
295 * gdb.opt/inline-markers.c (ATTR): Define.
296 (inlined_fn): Use it.
297
f25827c1
YQ
2982016-07-19 Yao Qi <yao.qi@linaro.org>
299
300 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
301 (test_with_self): Remove some code. Remove argument executable.
302 (top-level): Use do_self_tests.
303
37539ebe
DB
3042016-07-15 Zachary Welch <zwelch@codesourcery.com>
305 Don Breazeal <donb@codesourcery.com>
306
307 * gdb.base/maint.exp: Escape paths used in regular expressions.
308 * gdb.stabs/weird.exp: Likewise.
309
dac790e1
TT
3102016-07-13 Tom Tromey <tom@tromey.com>
311
312 PR python/15620, PR python/18620:
313 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
314 (test_bkpt_events): New procs.
315
93daf339
TT
3162016-07-13 Tom Tromey <tom@tromey.com>
317
318 PR python/17698:
319 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
320 test.
321 (test_watchpoints): Likewise.
322 (test_bkpt_pending): New proc.
323
6571a381
TT
3242016-07-13 Tom Tromey <tom@tromey.com>
325
326 PR cli/18053:
327 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
328 completion test.
329
e8732474
JK
3302016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
331
332 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
333 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
334 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
335 f_label.
336 (g): Rename g_end_lbl to g_label.
337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
338 low_pc and high_pc.
339 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
340
e0f3fd7c
TT
3412016-07-12 Tom Tromey <tom@tromey.com>
342
343 PR python/19293:
344 * gdb.python/py-unwind-maint.exp: Update tests.
345
3cfe46b6
YQ
3462016-07-12 Yao Qi <yao.qi@linaro.org>
347
348 * lib/selftest-support.exp (selftest_setup): Match the output
349 when captured_main is inlined.
350
4f19a0e6
WT
3512016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
352
353 * gdb.fortran/derived-types.exp (result_line, result_line_2):
354 New variables.
355 (print this%a, print this%b, print this): New tests.
356 * gdb.fortran/derived-types.f90 (this): New object and
357 initialization.
358
986cf455
SM
3592016-07-06 Simon Marchi <simon.marchi@ericsson.com>
360
361 * gdb.ada/arraydim.exp: Remove extra directory level in build
362 directory.
363
f0464b23
SM
3642016-07-06 Simon Marchi <simon.marchi@ericsson.com>
365
366 * lib/ada.exp: Remove extra directory level in build directory.
367 * gdb.ada/cond_lang.exp: Likewise.
368 * gdb.ada/exec_changed.exp: Likewise.
369 * gdb.ada/lang_switch.exp: Likewise.
370
42d94011
MG
3712016-07-06 Manish Goregaokar <manish@mozilla.com>
372
373 * simple.rs: Add test for raw pointer subscripting
374 * simple.exp: Add test expectations
375
647c264c
YQ
3762016-07-05 Yao Qi <yao.qi@linaro.org>
377
378 * gdb.mi/mi-reverse.exp: Match =record-started output.
379
20aa2c60
PA
3802016-07-01 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/jit-reader.exp (info_registers_current_frame): New
383 procedure.
384 (jit_reader_test): Test the jit reader's unwinder.
385 * gdb.base/jithost.c (jit_function_00_code): New global.
386 (main): Use memcpy to fill in the mmapped code, instead of poking
387 bytes manually here.
388 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
389 value.
390 (read_debug_info): Save the function's range.
391 (read_sp): New function.
392 (unwind_frame): Use it. Also unwind RBP.
393 (get_frame_id): Use read_sp.
394 (gdb_init_reader): Use calloc instead of malloc.
395 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
396 parameter. Use gdb_test_multiple.
397
ced2dffb
PA
3982016-07-01 Pedro Alves <palves@redhat.com>
399 Antoine Tremblay <antoine.tremblay@ericsson.com>
400
401 * gdb.threads/process-dies-while-detaching.c: New file.
402 * gdb.threads/process-dies-while-detaching.exp: New file.
403
63000888
PA
4042016-07-01 Pedro Alves <palves@redhat.com>
405
406 * gdb.multi/watchpoint-multi-exit.c: New file.
407 * gdb.multi/watchpoint-multi-exit.exp: New file.
408
038d4868
PA
4092016-06-30 Pedro Alves <palves@redhat.com>
410
411 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
412 unset inferior_spawn_id.
413
994e9c83
PA
4142016-06-30 Pedro Alves <palves@redhat.com>
415
416 * lib/mi-support.exp (default_mi_gdb_start): Declare global
417 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
418
e5653468
YQ
4192016-06-29 Yao Qi <yao.qi@linaro.org>
420
421 * gdb.base/return.c: Add copyright header.
422
803b47e5
TT
4232016-06-29 Tom Tromey <tom@tromey.com>
424
425 PR python/20129:
426 * gdb.python/py-framefilter.exp: Add tests for setting priority
427 and disabling of non-existent frame filter.
428
28244707
YQ
4292016-06-29 Yao Qi <yao.qi@linaro.org>
430
431 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
432 0x0f07ff.
433
a31d2f06
YQ
4342016-06-28 Yao Qi <yao.qi@linaro.org>
435
436 * gdb.base/catch-syscall.exp: Remove check on isnative and target
437 triplets. Start gdb, execute catch syscall, and continue. Check
438 gdb's output to determine catch syscall is supported.
439
921d8f54
MG
4402016-06-27 Manish Goregaokar <manish@mozilla.com>
441
25d49b86
PA
442 * gdb.rust/simple.rs: Add test for returning unit in a function.
443 * gdb.rust/simple.exp: Add expectation for functions returning
444 unit.
921d8f54 445
f4952523
PMR
4462016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
447
448 * gdb.python/py-breakpoint-create-fail.c,
449 gdb.python/py-breakpoint-create-fail.exp,
450 gdb.python/py-breakpoint-create-fail.py: New testcase.
451
fccb08f8
MG
4522016-06-25 Manish Goregaokar <manish@mozilla.com>
453
454 PR gdb/20239
455 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
456 * gdb.rust/simple.exp: Add test expectations for new NonZero
457 tests.
fccb08f8 458
6b850546
DT
4592016-06-24 David Taylor <dtaylor@emc.com>
460
461 * gdb.base/offsets.exp: New file.
462 * gdb.base/offsets.c: New file.
463
17621150
TT
4642016-06-23 Tom Tromey <tom@tromey.com>
465
466 PR gdb/16483:
467 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
468 before any filters are loaded.
469
04d59df6
WT
4702016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
471
472 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
473 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
474 structs.
475 * gdb.fortran/derived-type-function.exp: New file.
476 * gdb.fortran/derived-type-function.f90: New file.
477
478
ac69f786
PA
4792016-06-21 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/new-ui.exp: New file.
482 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
483 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
484 (with_spawn_id): New procedure.
485
49940788
PA
4862016-06-21 Pedro Alves <palves@redhat.com>
487
488 * gdb.mi/mi-exec-run.exp: New file.
489
ef274d26
PA
4902016-06-21 Pedro Alves <palves@redhat.com>
491
492 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
493 breakpoint command's output on the main UI.
494 (test_break): New procedure, factored out from calls in the top
495 level.
496 (top level): Use foreach_with_prefix to test MI as main UI and as
497 separate UI.
498
468afe6c
PA
4992016-06-21 Pedro Alves <palves@redhat.com>
500
501 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
502 (test_awatch_creation_and_listing)
503 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
504 Remove 'type' parameter.
505 (test_watchpoint_all): New parameter mi_mode. Remove
506 with_test_prefix.
507 (top level): Use foreach_with_prefix, and add main/separate UI MI
508 testing axis.
509
51f77c37
PA
5102016-06-21 Pedro Alves <palves@redhat.com>
511
512 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
513 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
514 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
515 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
516 (gdb_main_spawn_id, mi_spawn_id): Declare and
517 comment.
518 (mi_create_inferior_pty): New procedure,
519 factored out from default_mi_gdb_start.
520 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
521 procedures.
522 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
523 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
524 Use mi_create_inferior_pty.
525 (mi_gdb_start): Use eval to pass down args list.
526
8980e177
PA
5272016-06-21 Pedro Alves <palves@redhat.com>
528
529 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
530 * gdb.opt/inline-cmds.exp: Add MI tests.
531
f38d3ad1
PA
5322016-06-21 Pedro Alves <palves@redhat.com>
533
534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
535
45db7c09
PA
5362016-06-21 Pedro Alves <palves@redhat.com>
537
538 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
539 (top level): Use it instead of mi_execute_to.
540
5a069ab3
PA
5412016-06-21 Pedro Alves <palves@redhat.com>
542
543 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
544 (cont_handler_str): New.
545 (signal_stop_handler): Set stop_handler_str instead of printing to
546 stdout.
547 (continue_handler): Set cont_handler_str instead of printing to
548 stdout.
549 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
550 mi_send_resuming_command. Print stop_handler_str and
551 cont_handler_str instead of expecting the python events print
552 directly.
553
2838cc1d
SD
5542016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
555
556 * gdb.base/jit-reader.exp: New file.
557 * gdb.base/jithost.c: New file.
558 * gdb.base/jithost.h: New file.
559 * gdb.base/jitreader.c : New file.
560 * gdb.base/jit-protocol.h: New file.
561
21a77091
YQ
5622016-06-17 Yao Qi <yao.qi@linaro.org>
563
564 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
565 parameters follow_fork and detach_on_fork. Set follow-fork-mode
566 and detach-on-fork. Adjust tests.
567 (top level): Invoke break_cond_on_syscall with combinations of
568 syscall, follow-fork-mode and detach-on-fork.
569
f50bf8e5
YQ
5702016-06-17 Yao Qi <yao.qi@linaro.org>
571
572 * gdb.base/step-over-exit.c: New.
573 * gdb.base/step-over-exit.exp: New.
574
a28d8e50
YTL
5752016-06-17 Yan-Ting Lin <currygt52@gmail.com>
576
577 * gdb.base/float.exp: Add target check for nds32*-*-*.
578 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
579
cad8e26d
AB
5802016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
583 for unsupported target features.
584 * gdb.base/call-rt-st.exp: Likewise.
585 * gdb.base/call-sc.exp: Likewise.
586 * gdb.base/call-signal-resume.exp: Likewise.
587 * gdb.base/call-strs.exp: Likewise.
588 * gdb.base/callexit.exp: Likewise.
589 * gdb.base/callfuncs.exp: Likewise.
590 * gdb.base/nodebug.exp: Likewise.
591 * gdb.base/printcmds.exp: Likewise.
592 * gdb.base/ptype.exp: Likewise.
593 * gdb.base/structs.exp: Likewise.
594 * gdb.base/unwindonsignal.exp: Likewise.
595 * gdb.cp/gdb2495.exp: Likewise.
596 * gdb.cp/templates.exp: Likewise.
597 * gdb.cp/virtfunc.exp: Likewise.
598 * gdb.threads/hand-call-in-threads.exp: Likewise.
599 * gdb.threads/interrupted-hand-call.exp: Likewise.
600 * gdb.threads/thread-unwindonsignal.exp: Likewise.
601
347dc102
TT
6022016-06-10 Tom Tromey <tom@tromey.com>
603
604 PR rust/20110:
605 * gdb.rust/expr.exp: Add test for integer constant larger than
606 i32.
607
5e13cf25
BH
6082016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
609
610 * gdb.fortran/nested-funcs.exp: New.
611 * gdb.fortran/nested-funcs.f90: New.
612
bb556f1f
TK
6132016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
614
615 * gdb.base/examine-backward.c: New file.
616 * gdb.base/examine-backward.exp: New file.
617
38b022b4
SM
6182016-06-06 Simon Marchi <simon.marchi@ericsson.com>
619
620 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
621 matching.
622
1b40ec05
TT
6232016-06-02 Tom Tromey <tom@tromey.com>
624
625 PR python/18984:
626 * gdb.python/py-shared.exp: Add solib_name test.
627
193bd378
SM
6282016-06-02 Simon Marchi <simon.marchi@ericsson.com>
629
630 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
631
3326303b
MG
6322016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
633
634 PR c++/19893
635 * gdb.dwarf2/implref.exp: Rename to...
636 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
637 * gdb.dwarf2/implref-array.c: New file.
638 * gdb.dwarf2/implref-array.exp: Likewise.
639 * gdb.dwarf2/implref-global.c: Likewise.
640 * gdb.dwarf2/implref-global.exp: Likewise.
641 * gdb.dwarf2/implref-struct.c: Likewise.
642 * gdb.dwarf2/implref-struct.exp: Likewise.
643
825c8ef2
AT
6442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
645
646 * gdb.trace/trace-condition.exp: Add 64bit tests.
647
2320162a
AT
6482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
649
650 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
651 bits types.
652 (main): Adapt to 8 to 64 bits types.
653 * gdb.trace/trace-condition.exp: Add new tests.
654
a7818233
AT
6552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
656
657 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
658
0d336466
AT
6592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
660
661 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
662 Move condition tests...
663 * gdb.trace/trace-condition.exp: Here.
664
7faeb45a
AT
6652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
666
667 * gdb.trace/trace-condition.exp: Add counter-case tests.
668
e385593e
JK
6692016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 PR c++/15231
672 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
673 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
674
744608cc
PA
6752016-05-27 Pedro Alves <palves@redhat.com>
676
677 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
678 New procedure.
679 (top level): Call it, and bail out of DejaGnu is known to be bad.
680
ac775bf4
AB
6812016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.base/whatis.c: Extend the test case.
684 * gdb.base/whatis.exp: Add additional tests.
685
2bbad2ea
BH
6862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
687
688* gdb.fortran/type.f90: Add pointer variable.
689* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
690
8b70175d
BH
6912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
692
693 * gdb.fortran/vla-type.exp: Fix testcase name.
694
86d8a848
BH
6952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
696
697 * gdb.fortran/vla-type.exp: Access elements in nested structs.
698
e188eb36
BH
6992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
700
701 * gdb.fortran/type.f90: Add nested structures.
702 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
703 * gdb.fortran/derived-type.exp: Adapt expected output.
704 * gdb.fortran/vla-type.exp: Adapt expected output.
705
9b2db1fd
BH
7062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
707
708 * gdb.fortran/whatis_type.exp: Adapt expected output.
709
72b17055
BH
7102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
711
712 * gdb.fortran/print_type.exp: Fix expected output.
713 * gdb.fortran/whatis_type.exp: Fix expected output.
714
3cd81d8d
BH
7152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
716
717 * gdb.fortran/whatis_type.exp: Use multi_line.
718
ddae9462
TT
7192016-05-24 Tom Tromey <tom@tromey.com>
720
721 PR python/17386:
722 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
723 use value as an index.
724
1957f6b8
TT
7252016-05-23 Tom Tromey <tom@tromey.com>
726
727 PR python/17981:
728 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
729 no-breakpoint case.
730
026a9174
PA
7312016-05-24 Pedro Alves <palves@redhat.com>
732
733 PR gdb/19828
734 * gdb.threads/clone-attach-detach.c: New file.
735 * gdb.threads/clone-attach-detach.exp: New file.
736
e70a7231
FR
7372016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
738
739 * gdb.base/annota-input-while-running.exp: Fix syntax error.
740
0f6ed0e0
TT
7412016-05-23 Tom Tromey <tom@tromey.com>
742
743 PR python/19438, PR python/18393:
744 * gdb.python/py-progspace.exp: Add "dir" test.
745 * gdb.python/py-objfile.exp: Add "dir" test.
746
ffd19d61
YQ
7472016-05-23 Yao Qi <yao.qi@linaro.org>
748
749 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
750 * gdb.arch/thumb2-it.exp: Likewise.
751
9e8f9b05
SM
7522016-05-18 Simon Marchi <simon.marchi@ericsson.com>
753
754 * gdb.mi/mi-threads-interrupt.c: New file.
755 * gdb.mi/mi-threads-interrupt.exp: New file.
756
61c6156d
SM
7572016-05-17 Simon Marchi <simon.marchi@ericsson.com>
758
759 PR gdb/18077
760 * gdb.mi/mi-async-run.exp: New file.
761 * gdb.mi/mi-async-run.c: New file.
762
67218854
TT
7632016-05-17 Tom Tromey <tom@tromey.com>
764 Manish Goregaokar <manishsmail@gmail.com>
765
766 * lib/rust-support.exp: New file.
767 * lib/gdb.exp (skip_rust_tests): New proc.
768 (build_executable_from_specs): Handle rust.
769 * lib/future.exp (gdb_find_rustc): New proc.
770 (gdb_default_target_compile): Handle rust.
771 * gdb.rust/expr.exp: New file.
772 * gdb.rust/generics.exp: New file.
773 * gdb.rust/generics.rs: New file.
774 * gdb.rust/methods.exp: New file.
775 * gdb.rust/methods.rs: New file.
776 * gdb.rust/modules.exp: New file.
777 * gdb.rust/modules.rs: New file.
778 * gdb.rust/simple.exp: New file.
779 * gdb.rust/simple.rs: New file.
780
c44af4eb
TT
7812016-05-17 Tom Tromey <tom@tromey.com>
782
783 * gdb.base/default.exp (set language): Add rust.
784
dcd1f979
TT
7852016-05-17 Tom Tromey <tom@tromey.com>
786
787 * gdb.gdb/unittest.exp: New file.
788
155b7f57
YQ
7892016-05-16 Yao Qi <yao.qi@linaro.org>
790
791 * gdb.base/batch-preserve-term-settings.exp: Remove variable
792 shell_prompt. Update shell_prompt_re.
793
8ddd5a6c
DE
7942016-05-12 Doug Evans <dje@google.com>
795
796 PR symtab/19999
797 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
798 $options when building executable.
799 * gdb.dwarf2/fission-loclists-pie.S: New file.
800 * gdb.dwarf2/fission-loclists-pie.exp: New file.
801
02e370d9
SM
8022016-05-04 Simon Marchi <simon.marchi@ericsson.com>
803
804 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
805 of [is_remote target],
806
8929ad8b
SM
8072016-05-04 Simon Marchi <simon.marchi@ericsson.com>
808
809 * lib/gdb.exp (use_gdb_stub): New procedure.
810
6c447423
DE
8112016-05-03 Yunlian Jiang <yunlian@google.com>
812 Doug Evans <dje@google.com>
813
814 PR symtab/19914
815 * gdb.dwarf2/dwp-sepdebug.c: New file.
816 * gdb.dwarf2/dwp-sepdebug.exp: New file.
817
444e826c
SM
8182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
819
820 * gdb.base/detach.exp: Remove is_remote check.
821
740feeaa
SM
8222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
823
824 * gdb.base/annota-input-while-running.exp: Don't check for
825 [is_remote target]. Enable annotations after running to main.
826 Remove unused "set test..." line.
827
9080ac9d
SM
8282016-04-28 Simon Marchi <simon.marchi@ericsson.com>
829
830 * gdb.trace/trace-enable-disable.exp: New file.
831 * gdb.trace/trace-enable-disable.c: New file.
832
952ebca5
SM
8332016-04-28 Simon Marchi <simon.marchi@ericsson.com>
834
835 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
836 use it in info sharedlibrary test.
837 * gdb.trace/ftrace-lock.exp: Likewise.
838 * gdb.trace/ftrace.exp: Likewise.
839 * gdb.trace/range-stepping.exp: Likewise.
840 * gdb.trace/trace-break.exp: Likewise.
841 * gdb.trace/trace-condition.exp: Likewise.
842 * gdb.trace/trace-mt.exp: Likewise.
843
d9019901
SM
8442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
845
846 * lib/gdb.exp (gdb_load_shlibs): Rename to...
847 (gdb_load_shlib): ... this.
848 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
849 gdb_load_shlib.
850 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
851 * gdb.base/ctxobj.exp: Likewise.
852 * gdb.base/dprintf-pending.exp: Likewise.
853 * gdb.base/dso2dso.exp: Likewise.
854 * gdb.base/fixsection.exp: Likewise.
855 * gdb.base/gcore-relro.exp: Likewise.
856 * gdb.base/gdb1555.exp: Likewise.
857 * gdb.base/global-var-nested-by-dso.exp: Likewise.
858 * gdb.base/gnu-ifunc.exp: Likewise.
859 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
860 * gdb.base/jit-so.exp (one_jit_test): Likewise.
861 * gdb.base/pending.exp: Likewise.
862 * gdb.base/print-file-var.exp: Likewise.
863 * gdb.base/print-symbol-loading.exp: Likewise.
864 * gdb.base/shlib-call.exp: Likewise.
865 * gdb.base/shreloc.exp: Likewise.
866 * gdb.base/so-impl-ld.exp: Likewise.
867 * gdb.base/solib-disc.exp: Likewise.
868 * gdb.base/solib-nodir.exp: Likewise.
869 * gdb.base/solib-overlap.exp: Likewise.
870 * gdb.base/solib-symbol.exp: Likewise.
871 * gdb.base/solib-weak.exp (do_test): Likewise.
872 * gdb.base/sym-file.exp: Likewise.
873 * gdb.base/symtab-search-order.exp: Likewise.
874 * gdb.base/type-opaque.exp: Likewise.
875 * gdb.base/unload.exp: Likewise.
876 * gdb.base/watchpoint-solib.exp: Likewise.
877 * gdb.compile/compile.exp: Likewise.
878 * gdb.cp/gdb2384.exp: Likewise.
879 * gdb.cp/infcall-dlopen.exp: Likewise.
880 * gdb.cp/re-set-overloaded.exp: Likewise.
881 * gdb.fortran/library-module.exp: Likewise.
882 * gdb.opt/solib-intra-step.exp: Likewise.
883 * gdb.python/py-finish-breakpoint.exp: Likewise.
884 * gdb.python/py-shared.exp: Likewise.
885 * gdb.reverse/solib-precsave.exp: Likewise.
886 * gdb.reverse/solib-reverse.exp: Likewise.
887 * gdb.server/solib-list.exp: Likewise.
888 * gdb.threads/dlopen-libpthread.exp: Likewise.
889 * gdb.threads/tls-shared.exp: Likewise.
890 * gdb.threads/tls-so_extern.exp: Likewise.
891 * gdb.trace/change-loc.exp: Likewise.
892 * gdb.trace/ftrace-lock.exp: Likewise.
893 * gdb.trace/ftrace.exp: Likewise.
894 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
895 * gdb.trace/pending.exp: Likewise.
896 * gdb.trace/range-stepping.exp: Likewise.
897 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
898 (strace_info_marker): Likewise.
899 (strace_probe_marker): Likewise.
900 (strace_trace_on_same_addr): Likewise.
901 (strace_trace_on_diff_addr): Likewise.
902 * gdb.trace/trace-break.exp: Likewise.
903 * gdb.trace/trace-condition.exp: Likewise.
904 * gdb.trace/trace-mt.exp: Likewise.
905
fca4cfd9
SM
9062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
907
908 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
909 result of gdb_remote_download.
910 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
911 * gdb.base/dso2dso.exp: Likewise.
912 * gdb.base/global-var-nested-by-dso.exp: Likewise.
913 * gdb.base/print-file-var.exp: Likewise.
914 * gdb.base/shlib-call.exp: Likewise.
915 * gdb.base/shreloc.exp: Likewise.
916 * gdb.base/solib-overlap.exp: Likewise.
917 * gdb.base/solib-weak.exp (do_test): Likewise.
918 * gdb.base/unload.exp: Likewise.
919
11cf4ffb
YQ
9202016-04-27 Yao Qi <yao.qi@linaro.org>
921
922 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
923 exists.
924
3e2e34f8
KB
9252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
926
927 * vla-type.exp: Print structure from toplevel.
928
8f07e298
BH
9292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
930
931 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
932 of dynamic types.
933 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
934 of dynamic types.
935
9920b434
BH
9362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
937
938 * gdb.fortran/vla-type.f90: New file.
939 * gdb.fortran/vla-type.exp: New file.
940
f3abeff5
YQ
9412016-04-25 Yao Qi <yao.qi@linaro.org>
942
943 * gdb.base/branch-to-self.c: New file.
944 * gdb.base/branch-to-self.exp: New file.
945
0a5d52f0
YQ
9462016-04-22 Yao Qi <yao.qi@linaro.org>
947
948 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
949 more after $hex.
950
495346f6
YQ
9512016-04-22 Yao Qi <yao.qi@linaro.org>
952
953 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
954 * gdb.base/annota3.exp: Likewise.
955
4a7e075c
YQ
9562016-04-22 Yao Qi <yao.qi@linaro.org>
957
958 * gdb.reverse/step-precsave.exp: Do one step and test program
959 stops in "callee" and do multiple steps until program goes out
960 of "callee".
961 * gdb.reverse/step-reverse.exp: Likewise.
962
5b061e98
YQ
9632016-04-22 Yao Qi <yao.qi@linaro.org>
964
965 * gdb.trace/signal.exp: Also pass if
966 $tracepoint_hits($i) > $iterations.
967
5c5dc57f
YQ
9682016-04-22 Yao Qi <yao.qi@linaro.org>
969
970 * gdb.trace/signal.c: New file.
971 * gdb.trace/signal.exp: New file.
972
a55411b9
DE
9732016-04-19 Doug Evans <xdje42@gmail.com>
974
975 * gdb.base/bad-file.exp: New file.
976
a22df60a
MG
9772016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
978
979 * gdb.dwarf2/implref.exp: New file.
980
0c13f7e5
BH
9812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
982
983 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
984 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
985 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
986 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
987 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
988 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
989 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
990 * lib/fortran.exp (fortran_int4): New procedure.
991 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
992 (fortran_logical4): Likewise.
993
9b9b09e9
BH
9942016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
995
996 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
997
a14d1f4d
BH
9982016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
999
1000 * lib/compiler.c: Add Intel specific preprocessor macros.
1001 * lib/compiler.cc: Likewise.
25d49b86 1002
7d49b1d0
LM
10032016-04-13 Luis Machado <lgustavo@codesourcery.com>
1004
1005 * gdb.server/connect-with-no-symbol-file.c: New file.
1006 * gdb.server/connect-with-no-symbol-file.exp: New file.
1007
8392fa22
SM
10082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1011
8c4c4aeb
SM
10122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1013
1014 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1015 standard output directory.
1016
45e3745e
AT
10172016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1018
1019 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1020
e26b7e41
MM
10212016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1022
1023 * gdb.btrace/instruction_history.c (loop): Add declaration.
1024
8ce09462
AT
10252016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1026
1027 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1028
2e88a1ea
SM
10292016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1032 parentheses to print.
1033 (continue_handler): Likewise.
1034
f48e22e3
SM
10352016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1036
1037 * gdb.server/solib-list.exp: Remove is_remote check.
1038 Pass shlib= to gdb_compile. Don't link shared library with
1039 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1040 Run binary filename through "readlink -f" on the target.
1041
096be756
PA
10422016-04-08 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1045 interpreter filename as argument to gdbserver_spawn.
1046 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1047 Return empty if $last_loaded_file does not exist.
1048
06500533
JK
10492016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1052 * gdb.base/jit-main.c: Use exit after usage.
1053
2d35e871
JK
10542016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1057 GDBHISTSIZE prior to the tests.
1058 * gdb.base/gdbinit-history.exp: Likewise.
1059
10602016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
1061
1062 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1063 instead of build_executable. Use gdb_load_shlibs.
1064
c8064e7e
YQ
10652016-04-07 Yao Qi <yao.qi@linaro.org>
1066
1067 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1068 Execute "si" command.
1069
bde47561
YQ
10702016-04-07 Yao Qi <yao.qi@linaro.org>
1071
1072 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1073 number instead of the comments on some line.
1074
b16f8a3b
DB
10752016-04-06 Don Breazeal <donb@codesourcery.com>
1076
1077 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1078 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1079
c2f901df
SM
10802016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1081
1082 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1083 standard_output_file. Remove unused binfile variable.
1084
ac17fda0
CU
10852016-04-05 Catalin Udma <catalin.udma@freescale.com>
1086
1087 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1088 * gdb.python/py-mi-objfile.exp: Match "list main" output
1089 in console format.
1090
03a8c4df
SM
10912016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1094 absolute.
1095
6e774b13
SM
10962016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1099 absolute.
1100 * gdb.trace/ftrace.exp: Likewise.
1101 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1102 targets as well.
1103 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1104 (gdb_load_shlibs): Copy libraries to test directory when testing
1105 natively. Only set solib-search-path if testing remotely.
1106 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1107
7817ea46
SM
11082016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1111 gdb_download. Use it even if the target is not remote.
1112 * gdb.base/jit.exp (compile_jit_test): Likewise.
1113 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1114 output directory if the destination board is local, otherwise use
1115 the standard remote_download from DejaGnu.
1116 (gdb_download): Remove.
1117 (gdb_load_shlibs): Use gdb_remote_download instead of
1118 gdb_download.
1119 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1120 Use gdb_remote_download instead of gdb_download. Use it even if
1121 the target is not remote.
1122 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1123 instead of gdb_download.
1124
7beb7f68
SM
11252016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1126
1127 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1128 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1129 run.
1130
cc63428a
AV
11312016-04-01 Artemiy Volkov <artemiyv@acm.org>
1132
1133 PR gdb/19820
1134 * gdb.base/printcmds.exp: Add artificial arrays tests.
1135
64cdf930
PA
11362016-03-31 Pedro Alves <palves@redhat.com>
1137
1138 PR gdb/19858
1139 * gdb.base/jit-main.c: Include unistd.h.
1140 (ATTACH): Define to 0 if not already defined.
1141 (wait_for_gdb, mypid): New globals.
1142 (WAIT_FOR_GDB): New macro.
1143 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1144 some breakpoint locations.
1145 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1146 New procedures.
1147 (one_jit_test): Add REATTACH parameter, and handle it. Use
1148 continue_to_test_location.
1149 (top level): Test attach, and adjusts calls to one_jit_test.
1150
40dea8cb
PA
11512016-03-31 Pedro Alves <palves@redhat.com>
1152
1153 PR gdb/19858
1154 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1155 BINSUFFIX parameter, and handle it.
1156 (top level): Adjust calls compile_jit_test.
1157
e7ea3ec7
CU
11582016-03-31 Catalin Udma <catalin.udma@freescale.com>
1159
1160 PR python/19743
1161 * gdb.python/py-mi-events-gdb.py: New file.
1162 * gdb.python/py-mi-events.c: New file.
1163 * gdb.python/py-mi-events.exp: New file.
1164
e6359af3
YQ
11652016-03-30 Yao Qi <yao.qi@linaro.org>
1166
1167 * gdb.reverse/until-precsave.exp: Match function name only.
1168 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1169 Move malloc to a condition block.
1170 * gdb.reverse/until-reverse.exp: Match function name only.
1171
a4105d04
MK
11722016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1173
1174 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1175 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1176 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1177 variable for GPR 0 instead of assuming it is register 0.
1178 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1179 * lib/trace-support.exp: Add s390 registers.
1180
bfa6adb9
YQ
11812016-03-29 Yao Qi <yao.qi@linaro.org>
1182
1183 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1184
1e6697ea
YQ
11852016-03-24 Yao Qi <yao.qi@linaro.org>
1186
1187 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1188 test message.
1189
64bcd522
AA
11902016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1191
1192 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1193 maintaining separate logic for constructing the output path.
1194
7868401b
DB
11952016-03-16 Don Breazeal <donb@codesourcery.com>
1196
1197 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1198 Retry fork and waitpid on interrupted system call errors.
1199 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1200 Use with_timeout_factor to increase timeout by factor of 10.
1201
1cafadb4
DB
12022016-03-15 Don Breazeal <donb@codesourcery.com>
1203
1204 * gdb.cp/scope-err.cc: New test program.
1205 * gdb.cp/scope-err.exp: New test script.
1206 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1207 lines and "set breakpoint here" comment.
1208 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1209 Fixed some whitespace and format issues.
1210 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1211 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1212
81516450
DE
12132016-03-15 Doug Evans <dje@google.com>
1214
1215 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1216 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1217 All callers updated. Add tests for enums, mixed flags register.
1218
aa52b601
DE
12192016-03-15 Doug Evans <dje@google.com>
1220
1221 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1222 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1223
fa4ff313
SM
12242016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1225
1226 * gdb.base/default.exp: Add $_as_string to the list of expected
1227 convenience functions.
1228
f2403c39
AB
12292016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1232
f2f3ccb9
SM
12332016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1234
1235 * gdb.python/py-as-string.exp: New file.
1236 * gdb.python/py-as-string.c: New file.
1237
00dbd492
PA
12382016-03-09 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1241 signal" -> "Thread NN received signal" output change.
1242 * gdb.threads/ia64-sigill.exp: Likewise.
1243 * gdb.threads/linux-dp.exp: Likewise.
1244 * gdb.threads/manythreads.exp: Likewise.
1245 * gdb.threads/pending-step.exp: Likewise.
1246 * gdb.threads/print-threads.exp: Likewise.
1247 * gdb.threads/sigstep-threads.exp: Likewise.
1248 * gdb.threads/staticthreads.exp: Likewise.
1249 * gdb.threads/tls.exp: Likewise.
1250
1e6697ea
YQ
12512016-03-09 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.base/command-line-input.exp: New file.
1254
b04fd3be
MK
12552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1256
1257 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1258 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1259 * gdb.trace/pending.exp: Accept leading dot before function name.
1260 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1261 * lib/trace-support.exp: Set registers for ppc.
1262
98fa59e9
MK
12632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1264
1265 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1266 use it for disassembly; accept .main in addition to main in backtrace.
1267
f77198c8
MK
12682016-03-09 Wei-cheng Wang <cole945@gmail.com>
1269 Marcin Kościelnicki <koriakin@0x04.net>
1270
1271 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1272 (gdb_recursion_test_ptr): New global variable.
1273 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1274 gdb_recursion_test.
1275 (gdb_c_test): Ditto.
1276
ba84e0da
MK
12772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1278
1279 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1280 ordering.
1281
4366d36e
MK
12822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1283
1284 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1285 (bar): Add bar_start_lbl label.
1286 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1287 of foo/bar for emitting DWARF and tracing.
1288
5eb264df
SDJ
12892016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * analyze-racy-logs.py: Set executable bit.
1292
fb6a751f
SDJ
12932016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1294
1295 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1296 (CHECK_TARGET_TMP): Likewise.
1297 (check-single-racy): New rule.
1298 (check-parallel-racy): Likewise.
1299 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1300 (do-check-parallel-racy): New rule.
1301 (check-racy/%.exp): Likewise.
1302 * README (Racy testcases): New section.
1303 * analyze-racy-logs.py: New file.
1304
bdf7e230
DE
13052016-03-03 Doug Evans <dje@google.com>
1306
1307 * gdb.base/skip.exp: Use with_test_prefix.
1308
4719d415
YQ
13092016-03-03 Yao Qi <yao.qi@linaro.org>
1310
1311 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1312 Invoke step_over_syscall "clone" and break_cond_on_syscall
1313 "clone".
1314 * gdb.base/step-over-clone.c: New file.
1315
ea507862
YQ
13162016-03-03 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1319 code format.
1320
8fc8cbda
YQ
13212016-03-03 Yao Qi <yao.qi@linaro.org>
1322
1323 * gdb.base/disp-step-fork.c: Rename to ...
1324 * gdb.base/step-over-fork.c: ... it. New file.
1325 * gdb.base/disp-step-vfork.c: Rename to ...
1326 * gdb.base/step-over-vfork.c: ... it. New file.
1327 * gdb.base/disp-step-syscall.exp: Rename to ...
1328 * gdb.base/step-over-syscall.exp: ... it. New file.
1329 (disp_step_cross_syscall): Rename to ...
1330 (step_over_syscall): ... it.
1331
92fa70b0
YQ
13322016-03-03 Yao Qi <yao.qi@linaro.org>
1333
1334 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1335 If target supports condition evaluation on target, invoke
1336 break_cond_on_syscall for fork and vfork.
1337
e197ad3c
YQ
13382016-03-03 Yao Qi <yao.qi@linaro.org>
1339
1340 * gdb.base/disp-step-syscall.exp: Don't invoke
1341 support_displaced_stepping.
1342 (disp_step_cross_syscall): Test with displaced stepping off and
1343 on if supported.
1344
0b47da9f
YQ
13452016-03-03 Yao Qi <yao.qi@linaro.org>
1346
1347 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1348 proc.
1349 (setup): New proc.
1350 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1351 and setup.
1352
065ab6dc
BH
13532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1354
1355 * gdb.fortran/vla-history.exp: Remove breakpoint.
1356
07e448ad 13572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1358
25d49b86
PA
1359 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1360 exceeds timeout.
07e448ad 1361
9ac2d526 13622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1363
25d49b86
PA
1364 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1365 breakpoint.
9ac2d526 1366
17807369
BH
13672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1368
1369 * gdb.mi/vla.f90: Nullify pointer after declaration.
1370
86e501af
PA
13712016-03-01 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1374
1e903e32
PA
13752016-03-01 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1378 before anything else.
1379 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1380 _GNU_SOURCE here.
1381 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1382 before anything else.
1383 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1384
6ccb54e2
PA
13852016-03-01 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1388
30ca9da1
YQ
13892016-03-01 Yao Qi <yao.qi@linaro.org>
1390
1391 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1392 prepare_for_testing.
1393
dc856b38
YQ
13942016-03-01 Yao Qi <yao.qi@linaro.org>
1395
1396 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1397
4a932159
AA
13982016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1399
1400 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1401 manually constructing the output path.
1402
f2489477
AA
14032016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1404
1405 * gdb.arch/s390-stackless.S: New.
1406 * gdb.arch/s390-stackless.exp: New.
1407
38899f16
IB
14082016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1409
1410 * gdb.dlang/circular.c: New file.
1411 * gdb.dlang/circular.exp: New file.
1412
9fde51ed
YQ
14132016-02-26 Yao Qi <yao.qi@linaro.org>
1414
1415 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1416 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1417 (testcases): Update.
1418
ce90fefe
YQ
14192016-02-26 Yao Qi <yao.qi@linaro.org>
1420
1421 * gdb.reverse/aarch64.c: Rename to ...
1422 * gdb.reverse/insn-reverse.c: ... it.
1423 * gdb.reverse/aarch64.exp: Rename to ...
1424 * gdb.reverse/insn-reverse.exp: ... it.
1425
3263bceb
YQ
14262016-02-26 Yao Qi <yao.qi@linaro.org>
1427
1428 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1429 (testcase_ftype): New.
1430 (testcases): New array.
1431 (n_testcases): New.
1432 (main): Call each element in testcases.
1433 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1434 (read_testcase): New.
1435 Do the tests in a loop.
1436
6cb59ff1
YQ
14372016-02-25 Yao Qi <yao.qi@linaro.org>
1438
1439 * gdb.base/branches.c: Remove.
1440
ae91f625
MK
14412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1442
1443 PR gdb/13808
1444 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1445
678b48b7
MK
14462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1447
1448 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1449
7337a6f2
MK
14502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1451
1452 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1453 change x86_64 call_insn to 'callq'.
1454
861ca91f
AT
14552016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1456
1457 * gdb.trace/tfile-avx.c: Move to...
1458 * gdb.trace/tracefile-pseudo-reg.c: Here.
1459 * gdb.trace/tfile-avx.exp: Move to...
1460 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1461
bf74e428
GB
14622016-02-24 Gary Benson <gbenson@redhat.com>
1463
1464 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1465 message on attach.
1466
cce0e923
DE
14672016-02-23 Doug Evans <dje@google.com>
1468
1469 * gdb.base/skip.c (test_skip): New function.
1470 (end_test_skip_file_and_function): New function.
1471 (test_skip_file_and_function): New function.
1472 * gdb.base/skip1.c (test_skip): New function.
1473 (skip1_test_skip_file_and_function): New function.
1474 * gdb.base/skip.exp: Add tests for new skip options.
1475 * gdb.base/skip-solib.exp: Update expected output.
1476 * gdb.perf/skip-command.cc: New file.
1477 * gdb.perf/skip-command.exp: New file.
1478 * gdb.perf/skip-command.py: New file.
1479
4000e47e
MK
14802016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1481
1482 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1483 info registers pattern.
1484
24f75ead
IB
14852016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1486
1487 * lib/future.exp: Add D support.
1488 (gdb_find_gdc): New proc.
1489 (gdb_default_target_compile): Add D support.
1490
fbb7bcbe
WW
14912016-02-18 Wei-cheng Wang <cole945@gmail.com>
1492
1493 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1494 user+system time.
1495 (trace_speed_test): Determine the iteration count for a time
1496 between 15..30 seconds.
1497
012b3a21
WT
14982016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1499
1500 * gdb.arch/i386-mpx-sigsegv.c: New file.
1501 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1502 * gdb.arch/i386-mpx-simple_segv.c: New file.
1503 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1504
2d5189bd
YQ
15052016-02-18 Yao Qi <yao.qi@linaro.org>
1506
1507 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1508 Don't call setup_kfail.
1509
40fb20d0
YQ
15102016-02-18 Yao Qi <yao.qi@linaro.org>
1511
1512 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1513 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1514
21b1f8d2
DE
15152016-02-16 Doug Evans <dje@google.com>
1516
1517 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1518 * gdb.base/skip1.c: Ditto.
1519 * gdb.base/skip.exp: Whitespace cleanup.
1520
4041ed77
DB
15212016-02-16 Don Breazeal <donb@codesourcery.com>
1522
1523 PR remote/19496
1524 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1525 Remove kfail for PR remote/19496.
1526
c4ef31bf
SM
15272016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1528
1529 * lib/gdb.exp (standard_temp_file): Return a path specific to
1530 the runtest invocation.
1531
266b65b3
SM
15322016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1533
1534 * gdb.trace/save-trace.exp: Change relative path to be in the
1535 standard output directory.
1536
a7a0a6a9
JK
15372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * gdb.arch/i386-prologue.c: Add missing prototypes.
1540
c99dbb42
JK
15412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1542
1543 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1544 * gdb.arch/i386-prologue.exp: Likewise.
1545 * gdb.arch/i386-size.exp: Likewise.
1546
aa480355
SM
15472016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1548
1549 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1550 define object file path.
1551 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1552 file path.
1553 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1554 standard_output_file to define binfile.
1555
ba881f50
JK
15562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1557
1558 Fix compatibility with recent gfortran-5.3.1.
1559 * gdb.fortran/vla-history.exp (print vla1 allocated)
1560 (print vla2 allocated, print $2, print $3): Remove
1561 (print $4): Rename to ...
1562 (print $2): ... here.
1563 (print $9): Rename to ...
1564 (print $5): ... here.
1565 (print $10): Rename to ...
1566 (print $6): ... here.
1567 * gdb.fortran/vla.f90: Add pvla initialization.
1568
e9fb005c
JK
15692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1570
1571 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1572 New test.
1573 * gdb.fortran/vla-value-sub.exp: Likewise.
1574
e44e00ff
MK
15752016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1576
1577 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1578
97e94151
SM
15792016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1580
1581 * i386-biarch-core.exp: Define corefile using
1582 standard_output_file.
1583
01113bc1
YQ
15842016-02-12 Yao Qi <yao.qi@linaro.org>
1585
1586 * gdb.arch/arm-single-step-kernel-helper.c: New.
1587 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1588
33b4777c
MM
15892016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1590
1591 * gdb.btrace/tailcall-only.exp: New.
1592 * gdb.btrace/tailcall-only.c: New.
1593 * gdb.btrace/x86_64-tailcall-only.S: New.
1594 * gdb.btrace/i686-tailcall-only.S: New.
1595
acc23c11
PA
15962016-02-11 Pedro Alves <palves@redhat.com>
1597
1598 * README (Parallel testing): Add missing double quotes.
1599
e352bf0a
PA
16002016-02-11 Pedro Alves <palves@redhat.com>
1601
1602 * README (Parallel testing): New section.
1603 (GDB_PARALLEL): Rewrite.
1604 (FORCE_PARALLEL): Document.
1605
9f5fed78
MK
16062016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1607
1608 * gdb.trace/tfile-avx.c: New test.
1609 * gdb.trace/tfile-avx.exp: New test.
1610
9ef9e6a6
KS
16112016-02-09 Keith Seitz <keiths@redhat.com>
1612
1613 PR breakpoints/19546
1614 * gdb.base/infcall-exec.c: New file.
1615 * gdb.base/infcall-exec2.c: New file.
1616 * gdb.base/infcall-exec.exp: New file.
1617
a96e36da
KS
16182016-02-09 Keith Seitz <keiths@redhat.com>
1619
1620 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1621 (toplevel): Call test_bkpt_address.
1622
9f61929f
KS
16232016-02-09 Keith Seitz <keiths@redhat.com>
1624
1625 PR python/19506
1626 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1627 (toplevel): Call test_bkpt_address.
1628
1e94266c
SM
16292016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1630
1631 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1632 to AC_OUTPUT.
1633 * configure: Regenerate.
1634
2a7f3dff
PA
16352016-02-09 Pedro Alves <palves@redhat.com>
1636
1637 PR breakpoints/19548
1638 * gdb.base/execl-update-breakpoints.c (some_function): New
1639 function.
1640 (main): Call it.
1641 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1642 Tighten expected GDB output.
1643
2151ccc5
SM
16442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1645
1646 * Makefile.in (ALL_SUBDIRS): Remove.
1647 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1648 (distclean maintainer-clean realclean): Likewise.
1649 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1650 * configure: Regenerate.
1651 * gdb.ada/Makefile.in: Delete.
1652 * gdb.arch/Makefile.in: Likewise.
1653 * gdb.asm/Makefile.in: Likewise.
1654 * gdb.base/Makefile.in: Likewise.
1655 * gdb.btrace/Makefile.in: Likewise.
1656 * gdb.cell/Makefile.in: Likewise.
1657 * gdb.compile/Makefile.in: Likewise.
1658 * gdb.cp/Makefile.in: Likewise.
1659 * gdb.disasm/Makefile.in: Likewise.
1660 * gdb.dlang/Makefile.in: Likewise.
1661 * gdb.dwarf2/Makefile.in: Likewise.
1662 * gdb.fortran/Makefile.in: Likewise.
1663 * gdb.gdb/Makefile.in: Likewise.
1664 * gdb.go/Makefile.in: Likewise.
1665 * gdb.guile/Makefile.in: Likewise.
1666 * gdb.java/Makefile.in: Likewise.
1667 * gdb.linespec/Makefile.in: Likewise.
1668 * gdb.mi/Makefile.in: Likewise.
1669 * gdb.modula2/Makefile.in: Likewise.
1670 * gdb.multi/Makefile.in: Likewise.
1671 * gdb.objc/Makefile.in: Likewise.
1672 * gdb.opencl/Makefile.in: Likewise.
1673 * gdb.opt/Makefile.in: Likewise.
1674 * gdb.pascal/Makefile.in: Likewise.
1675 * gdb.perf/Makefile.in: Likewise.
1676 * gdb.python/Makefile.in: Likewise.
1677 * gdb.reverse/Makefile.in: Likewise.
1678 * gdb.server/Makefile.in: Likewise.
1679 * gdb.stabs/Makefile.in: Likewise.
1680 * gdb.threads/Makefile.in: Likewise.
1681 * gdb.trace/Makefile.in: Likewise.
1682 * gdb.xml/Makefile.in: Likewise.
1683 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1684 GDB_PARALLEL.
1685 (standard_output_file): Remove check for GDB_PARALLEL, always
1686 return path in outputs/$subdir/$testname.
1687
437277d4
SM
16882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1689
1690 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1691 (site.exp): Assign abs_srcdir to tcl's srcdir.
1692
31d913c7
YQ
16932016-02-04 Yao Qi <yao.qi@linaro.org>
1694
1695 * gdb.base/foll-exec-mode.c: Include limits.h.
1696 (main): Add parameters argc and argv. Get directory from
1697 argv[0].
1698 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1699 compilation.
1700 * gdb.base/foll-exec.c: Include limits.h.
1701 (main): Add parameters argc and argv.
1702 Get directory from argv[0].
1703 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1704 Adjust tests on the number of lines as source code changed.
1705 * gdb.base/foll-vfork-exit.c: Include limits.h.
1706 (main): Add one line of statement before vfork.
1707 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1708 (main): Add parameters argc and argv. Get directory from
1709 argv[0].
1710 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1711 (setup_gdb): Set tbreak to skip some source lines.
1712 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1713 (main): Add parameters argc and argv. Get directory from
1714 argv[0].
1715 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1716 compilation.
1717 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1718 (main): Add parameters argc and argv. Get directory from
1719 argv[0].
1720 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1721 compilation.
1722
9482b9fb
DE
17232016-02-01 Doug Evans <dje@google.com>
1724
1725 * gdb.base/skip.exp: Clean up multiple references to same test name.
1726
6b2e4f10
PA
17272016-02-01 Pedro Alves <palves@redhat.com>
1728
ccb6afd6 1729 PR remote/19496
6b2e4f10
PA
1730 * gdb.threads/forking-threads-plus-breakpoint.exp
1731 (displaced_stepping_supported): New global.
1732 (probe_displaced_stepping_support): New procedure.
1733 (do_test): Add 'displaced' parameter, and use it.
1734 (top level): Check for displaced stepping support. Add displaced
1735 stepping on/off testing axis.
1736
37a8db1a
AB
17372016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1740 pointer. Don't perform further tests on the unassociated pointer
1741 if the first test fails.
1742
5fdf6324
AB
17432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.base/max-value-size.c: New file.
1746 * gdb.base/max-value-size.exp: New file.
1747 * gdb.base/huge.exp: Disable max-value-size for this test.
1748
935c6144
IB
17492016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1750
1751 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1752
7fe8399d
YQ
17532016-01-28 Yao Qi <yao.qi@linaro.org>
1754
1755 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1756
a2077e25
PA
17572016-01-25 Pedro Alves <palves@redhat.com>
1758
1759 PR threads/19461
1760 * gdb.base/fork-running-state.c: New file.
1761 * gdb.base/fork-running-state.exp: New file.
1762
1d2736d4
PA
17632016-01-25 Pedro Alves <palves@redhat.com>
1764
1765 PR gdb/19494
1766 * gdb.base/catch-fork-kill.c: New file.
1767 * gdb.base/catch-fork-kill.exp: New file.
1768
f1da4b11
PA
17692016-01-25 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1772 Delete, moved to lib/gdb.exp.
1773 * gdb.threads/forking-threads-plus-breakpoint.exp
1774 (foreach_with_prefix): Likewise.
1775 * gdb.threads/process-dies-while-handling-bp.exp
1776 (foreach_with_prefix): Likewise.
1777 * lib/gdb.exp (foreach_with_prefix): New procedure.
1778
45f38546
MK
17792016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1780
1781 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1782 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1783
dc29a1ce
MK
17842016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1785
1786 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1787 endian targets.
1788
092127d7
JK
17892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1790 Pedro Alves <palves@redhat.com>
1791
1792 Fix testsuite compatibility with Guile.
1793 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1794 number.
1795
31d765d3
JK
17962016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 Fix testsuite compatibility with Guile.
1799 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1800 (thread 1): New test for backtrace through signal handler.
1801
1ac78c04
YQ
18022016-01-22 Yao Qi <yao.qi@linaro.org>
1803
1804 PR testsuite/19491
1805 * gdb.base/multi-forks.c: Include
1806 ../lib/unbuffer_output.c
1807 (main): Call gdb_unbuffer_output.
1808
4f5946a8
DE
18092016-01-21 Doug Evans <dje@google.com>
1810
1811 * lib/ada.exp (gdb_compile_ada): Fix typo.
1812
305e13e6
JB
18132016-01-21 Joel Brobecker <brobecker@adacore.com>
1814
1815 * gdb.base/break-fun-addr.exp: New file.
1816 * gdb.base/break-fun-addr1.c: New file.
1817 * gdb.base/break-fun-addr2.c: New file.
1818
5f5dfff6
SM
18192016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1820
1821 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1822 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1823 enum flag values.
1824
fd356fa2
AA
18252016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1826
1827 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1828 when GDB can not set the vector return value. Add more comments
1829 for clarification.
1830
9df22175
AT
18312016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1832
1833 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1834 command.
1835
41d1845e
SM
18362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1837
1838 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1839
01ac6840
SM
18402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1841
1842 * Makefile.in (check-single): Pass --status to runtest.
1843 (check/%.exp): Likewise.
1844
18452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1846
1847 * Makefile.in (check-parallel): Propagate return code from make
1848 do-check-parallel.
1849
bd0a71fa
MK
18502016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1851
1852 * gdb.trace/ftrace.exp: Fix expected message on continue.
1853 * gdb.trace/pending.exp: Fix expected message on continue.
1854 * gdb.trace/trace-break.exp: Fix expected message on continue.
1855
8bcbad33
SM
18562016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1857
1858 * lib/gdb.exp (gdb_test): Remove unused global references.
1859
f303dbd6
PA
18602016-01-18 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/async-shell.exp: Adjust expected output.
1863 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1864 * gdb.base/siginfo-thread.exp: Adjust expected output.
1865 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1866 * gdb.java/jnpe.exp: Adjust expected output.
1867 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1868 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1869 * gdb.threads/leader-exit.exp: Adjust expected output.
1870 * gdb.threads/manythreads.exp: Adjust expected output.
1871 * gdb.threads/pthreads.exp: Adjust expected output.
1872 * gdb.threads/schedlock.exp: Adjust expected output.
1873 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1874 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1875 expected output.
1876 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1877 output.
1878 * gdb.threads/sigthread.exp: Adjust expected output.
1879 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1880
b2789696
YQ
18812016-01-18 Yao Qi <yao.qi@linaro.org>
1882
1883 * gdb.guile/scm-section-script.c: Replace @progbits with
1884 %progbits.
1885 * gdb.python/py-section-script.c: Likewise.
1886
71ef29a8
PA
18872016-01-15 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.multi/tids.exp: Test star wildcard ranges.
1890
3f5b7598
PA
18912016-01-15 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1894 command from "thread apply" invocation.
1895 (thr_apply_info_thr_invalid): Default the expected output to the
1896 input tid list.
1897 (top level): Add tests that use convenience variables. Add tests
1898 for "thread apply" with a valid TID list, but missing the command.
1899
663f6d42
PA
19002016-01-13 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/default.exp: Expect $_gthread as well.
1903 * gdb.multi/tids.exp: Test $_gthread.
1904 * gdb.threads/thread-specific.exp: Test $_gthread.
1905
c84f6bbf
PA
19062016-01-13 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.multi/tids.exp: Test "info threads -gid".
1909
22a02324
PA
19102016-01-13 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1913 Breakpoint.thread.
1914 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1915
5d5658a1
PA
19162016-01-07 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/break.exp: Adjust to output changes.
1919 * gdb.base/hbreak2.exp: Likewise.
1920 * gdb.base/sepdebug.exp: Likewise.
1921 * gdb.base/watch_thread_num.exp: Likewise.
1922 * gdb.linespec/keywords.exp: Likewise.
1923 * gdb.multi/info-threads.exp: Likewise.
1924 * gdb.threads/thread-find.exp: Likewise.
1925 * gdb.multi/tids.c: New file.
1926 * gdb.multi/tids.exp: New file.
1927
84654457
PA
19282016-01-13 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1931
e3940304
PA
19322016-01-13 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.base/default.exp: Expect $_inferior as well.
1935 * gdb.multi/base.exp: Test $_inferior.
1936
a911d87a
PA
19372016-01-13 Pedro Alves <palves@redhat.com>
1938
1939 PR breakpoints/19388
1940 * gdb.base/catch-signal-siginfo-cond.c: New file.
1941 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1942
82075af2
JS
19432016-01-12 Josh Stone <jistone@redhat.com>
1944 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1945
1946 * gdb.base/catch-syscall.c (do_execve): New variable.
1947 (main): Conditionally trigger an execve.
1948 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1949 (test_catch_syscall_execve): New, check entry/return across execve.
1950 (do_syscall_tests): Call test_catch_syscall_execve.
1951
e46eeedd
PA
19522016-01-12 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/random-signal.exp (do_test): New procedure, with body
1955 of testcase moved in.
1956
01d8c27e
JK
19572016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1958 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/funcargs.exp (finish from indirectly called function):
1961 Reintroduce the case for 'First'.
1962
9a706302
JK
19632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1964 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1967 (tcatch_vfork_then_child_follow_exec)
1968 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1969 identification.
1970
c0ecb95f
JK
19712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1974 and repeats to unlimited.
1975 * gdb.python/py-value.exp: Likewise.
1976 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1977 and repeats to unlimited.
1978
6cfc1fcb
JK
19792016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1982 and reordering the functions.
1983 * gdb.multi/hangout.c: Likewise.
1984 * gdb.multi/hello.c: Likewise.
1985
582a1b00
SM
19862016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1987
1988 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1989 absolute.
1990 (SingleStatisticTestResult.report): Use dict.keys instead of
1991 dict.iterkeys.
1992
79bc59cb
PA
19932016-01-06 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1996
43368e1d
MM
19972016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1998
1999 * gdb.btrace/dlopen.exp: New.
2000 * gdb.btrace/dlopen.c: New.
2001 * gdb.btrace/dlopen-dso.c: New.
2002
79fad5b8
SL
20032015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2004
2005 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2006 PATTERN argument is optional.
2007
ab8314b3
JB
20082015-12-24 Joel Brobecker <brobecker@adacore.com>
2009
2010 * lib/ada.exp (target_compile_ada_from_dir): New function.
2011 (gdb_compile_ada): Reimplement avoiding the use of project files.
2012 * gdb.ada/gnat_ada.gpr: Delete.
2013 * gdb.ada/cond_lang.exp: Adjust test to make path before
2014 filename optional.
2015 * gdb.ada/small_reg_param.exp: Likewise.
2016
fe33faff
SM
20172015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2018
2019 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2020
6d265cb4
TP
20212015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2022
2023 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2024 case.
2025
10125099
SM
20262015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2027
2028 * gdb.base/break.exp: Remove dead code.
2029 * gdb.base/sepdebug.exp: Likewise.
2030
3ca22649
SM
20312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2032
2033 * gdb.asm/asm-source.exp: Remove HP-UX references.
2034 * gdb.base/annota1.exp: Likewise.
2035 * gdb.base/annota3.exp: Likewise.
2036 * gdb.base/attach.exp: Likewise.
2037 * gdb.base/bigcore.exp: Likewise.
2038 * gdb.base/break.exp: Likewise.
2039 * gdb.base/call-ar-st.exp: Likewise.
2040 * gdb.base/callfuncs.exp: Likewise.
2041 * gdb.base/catch-fork-static.exp: Likewise.
2042 * gdb.base/display.exp: Likewise.
2043 * gdb.base/foll-exec-mode.exp: Likewise.
2044 * gdb.base/foll-exec.exp: Likewise.
2045 * gdb.base/foll-fork.exp: Likewise.
2046 * gdb.base/foll-vfork.exp: Likewise.
2047 * gdb.base/funcargs.exp: Likewise.
2048 * gdb.base/hbreak2.exp: Likewise.
2049 * gdb.base/inferior-died.exp: Likewise.
2050 * gdb.base/interrupt.exp: Likewise.
2051 * gdb.base/multi-forks.exp: Likewise.
2052 * gdb.base/nodebug.exp: Likewise.
2053 * gdb.base/sepdebug.exp: Likewise.
2054 * gdb.base/solib1.c: Likewise.
2055 * gdb.base/step-test.exp: Likewise.
2056 * gdb.mi/non-stop.c: Likewise.
2057 * gdb.mi/pthreads.c: Likewise.
2058 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2059 * gdb.threads/pthreads.c: Likewise.
2060 * gdb.threads/staticthreads.exp: Likewise.
2061 * lib/future.exp: Likewise.
2062 * lib/gdb.exp: Likewise.
2063 * gdb.base/so-indr-cl.c: Remove.
2064 * gdb.base/so-indr-cl.exp: Likewise.
2065 * gdb.base/solib.c: Likewise.
2066 * gdb.base/solib.exp: Likewise.
2067 * gdb.base/solib2.c: Likewise.
2068
b6304613
SM
20692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2070
2071 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2072 * gdb.base/call-ar-st.exp: Likewise.
2073 * gdb.base/callfuncs.exp: Likewise.
2074 * gdb.base/condbreak.exp: Likewise.
2075 * gdb.base/constvars.exp: Likewise.
2076 * gdb.base/hbreak2.exp: Likewise.
2077 * gdb.base/langs.exp: Likewise.
2078 * gdb.base/list.exp: Likewise.
2079 * gdb.base/long_long.exp: Likewise.
2080 * gdb.base/ptype.exp: Likewise.
2081 * gdb.base/scope.exp: Likewise.
2082 * gdb.base/signals.exp: Likewise.
2083 * gdb.base/so-impl-ld.exp: Likewise.
2084 * gdb.base/varargs.exp: Likewise.
2085 * gdb.base/volatile.exp: Likewise.
2086 * gdb.base/whatis.exp: Likewise.
2087 * gdb.cp/cplusfuncs.exp: Likewise.
2088 * gdb.cp/inherit.exp: Likewise.
2089 * gdb.cp/local.exp: Likewise.
2090 * gdb.cp/member-ptr.exp: Likewise.
2091 * gdb.cp/method.exp: Likewise.
2092 * gdb.cp/overload.exp: Likewise.
2093 * gdb.cp/templates.exp: Likewise.
2094 * gdb.stabs/weird.exp: Likewise.
2095 * lib/compiler.c: Likewise.
2096 * lib/compiler.cc: Likewise.
2097 * lib/cp-support.exp: Likewise.
2098 * lib/gdb.exp: Likewise.
2099
bf401b07
SM
21002015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2101
2102 * configure.ac: Remove HP-UX case.
2103 * configure: Regenerate.
2104
aff9c0f8
SM
21052015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2106
2107 * lib/gdb.exp (gdb_compile): Add function doc.
2108
a6904d5a
PA
21092015-12-17 Pedro Alves <palves@redhat.com>
2110
2111 PR threads/19354
2112 * gdb.multi/info-threads.exp: New file.
2113
a22279dd
YQ
21142015-12-15 Yao Qi <yao.qi@linaro.org>
2115
2116 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2117 is aarch64*-*-*.
2118
0588c796
SL
21192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2120
2121 * gdb.base/history-duplicates.exp: Skip if no readline support.
2122
5d978e17
SL
21232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2124
2125 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2126
7e763b86
SL
21272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2128
2129 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2130
87a3a92c
SL
21312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2132
2133 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2134 ctrl-C if nointerrupts target property is set.
2135 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2136 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2137 * gdb.base/paginate-bg-execution.exp: Likewise.
2138 * gdb.base/paginate-execution-startup.exp: Likewise.
2139 * gdb.base/random-signal.exp: Likewise.
2140 * gdb.base/range-stepping.exp: Likewise.
2141 * gdb.cp/annota2.exp: Likewise.
2142 * gdb.cp/annota3.exp: Likewise.
2143 * gdb.gdb/selftest.exp: Likewise.
2144 * gdb.threads/continue-pending-status.exp: Likewise.
2145 * gdb.threads/leader-exit.exp: Likewise.
2146 * gdb.threads/manythreads.exp: Likewise.
2147 * gdb.threads/pthreads.exp: Likewise.
2148 * gdb.threads/schedlock.exp: Likewise.
2149 * gdb.threads/sigthread.exp: Likewise.
2150
a8f077dc
DB
21512015-12-11 Don Breazeal <donb@codesourcery.com>
2152
2153 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2154 remote.
2155 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2156 * gdb.base/foll-exec.exp (main): Enable for target remote.
2157 * gdb.base/foll-fork.exp (main): Likewise.
2158 * gdb.base/foll-vfork.exp (main): Likewise.
2159 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2160 (proc continue_to_exit_bp_loc): Use clean_restart.
2161 * gdb.base/pie-execl.exp (main): Disable for target remote.
2162 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2163 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2164 * gdb.threads/execl.exp (main): Likewise.
2165 * gdb.threads/fork-child-threads.exp (main): Likewise.
2166 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2167 remote.
2168 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2169 remote.
2170 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2171 pid.tid style ptids, instead of just tid.
2172 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2173 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2174 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2175 ptids, instead of just tid.
2176
3b2464a8
AB
21772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.base/list.exp (test_list_forward): Add end of file error
2180 test.
2181 (test_repeat_list_command): Add end of file error test.
2182 (test_list_backwards): Add beginning of file error test.
2183
a0def019
AB
21842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * gdb.base/list.exp (test_list_invalid_args): New function,
2187 defined, and called.
2188
5c000dff
AB
21892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.base/list.exp (test_list): Make test names unique.
2192
f1637ebe
YQ
21932015-12-11 Yao Qi <yao.qi@linaro.org>
2194
2195 * gdb.base/coremaker2.c: Remove.
2196
36d6fc0a
PA
21972015-12-10 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.multi/base.exp: Remove stale "spaces" references.
2200
762f7747
PA
22012015-12-10 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.multi/base.exp: Don't use nowarnings.
2204 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2205 * gdb.multi/hangout.c: Include stdio.h.
2206 * gdb.multi/hello.c: Include stdlib.h.
2207 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2208 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2209 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2210
28d2bfb9
AB
22112015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.dwarf2/dw2-ranges-base.c: New file.
2214 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2215 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2216 support additional line table, and debug ranges generation.
2217 (Dwarf::ranges): New function, generate .debug_ranges.
2218 (Dwarf::lines): Support generating simple line table programs.
2219 (Dwarf::assemble): Initialise new namespace variables.
2220
5fc2beac
KB
22212015-12-09 Kevin Buettner <kevinb@redhat.com>
2222
2223 * gdb.base/async.exp (proc test_background): Add case for
2224 asynchronous execution not supported.
2225
1c35a88f
LM
22262015-12-09 Luis Machado <lgustavo@codesourcery.com>
2227
2228 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2229 format and change test names to make them unique.
2230
b593e3d9
RK
22312015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2232 Pedro Alves <pedro@redhat.com>
2233
2234 PR gdb/18702
2235 Add checking of floatformats setup on x86_64 hosts.
2236 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2237 (smallval, bigval): New labels/constants.
2238 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2239 float" after loading bigval and smallval.
2240
d72413e6
PMR
22412015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2242
2243 * gdb.ada/fun_overload_menu.exp: New testcase.
2244 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2245
ece66d65
JS
22462015-12-04 Josh Stone <jistone@redhat.com>
2247
2248 * gdb.base/catch-fork-static.exp: New.
2249
41d0efca
YQ
22502015-12-03 Yao Qi <yao.qi@linaro.org>
2251
2252 * gdb.base/sizeof.c: Don't include stdio.h and
2253 ../lib/unbuffer_output.c.
2254 (main): New variable 'size' and 'value'. Remove printf and
2255 gdb_unbuffer_output. Assign return value to size and value.
2256 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2257 at the beginning.
2258 (check_sizeof): Check the result by printing variable 'size'.
2259 (check_valueof): Check the result by printing variable 'value'.
2260
99fd02d9
YQ
22612015-12-01 Yao Qi <yao.qi@linaro.org>
2262
2263 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2264 for aarch64*-*-linux* target.
2265
f2faf941
PA
22662015-11-30 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2269
04bf20c5
PA
22702015-11-30 Pedro Alves <palves@redhat.com>
2271
2272 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2273 Handle non-stop mode vCont replies.
2274
09df4675
PA
22752015-11-30 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2278 prepare_for_testing. Start gdb with "set non-stop on" appended to
2279 GDBFLAGS. Lax expected stop output.
2280
58b584af
YQ
22812015-11-27 Yao Qi <yao.qi@linaro.org>
2282
2283 * gdb.arch/arm-neon.exp: New.
2284 * gdb.arch/arm-neon.c: New.
2285
dfcb77a8
YQ
22862015-11-27 Yao Qi <yao.qi@linaro.org>
2287
2288 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2289
88e8ec1b
YQ
22902015-11-27 Yao Qi <yao.qi@linaro.org>
2291
2292 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2293 frames-invalid annotation.
2294
bfde72c2
YQ
22952015-11-27 Yao Qi <yao.qi@linaro.org>
2296
2297 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2298
f6512a69
SM
22992015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2300
2301 * gdb.threads/names.exp: New file.
2302 * gdb.threads/names.c: New file.
2303 * README: Mention gdb,no_thread_names.
2304
46a3515b
MM
23052015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2306
2307 PR 19297
2308 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2309 support" error.
2310
62147a22
PA
23112015-11-24 Pedro Alves <palves@redhat.com>
2312
2313 PR 17539
2314 * gdb.base/display.exp: Expect displays to be sorted in ascending
2315 order. Use multi_line.
2316 * gdb.base/solib-display.exp: Likewise.
2317
2f341b6e
PA
23182015-11-24 Pedro Alves <palves@redhat.com>
2319
2320 PR 17539
25d49b86
PA
2321 * gdb.base/display.exp: Expect displays to be sorted in ascending
2322 order. Use multi_line.
2323 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2324
7e0aa6aa
PA
23252015-11-24 Pedro Alves <palves@redhat.com>
2326
2327 PR 17539
2328 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2329 threads in ascending order.
2330 * gdb.base/foll-fork.exp: Likewise.
2331 * gdb.base/foll-vfork.exp: Likewise.
2332 * gdb.base/multi-forks.exp: Likewise.
2333 * gdb.mi/mi-nonstop.exp: Likewise.
2334 * gdb.mi/mi-nsintrall.exp: Likewise.
2335 * gdb.multi/base.exp: Likewise.
2336 * gdb.multi/multi-arch.exp: Likewise.
2337 * gdb.python/py-inferior.exp: Likewise.
2338 * gdb.threads/break-while-running.exp: Likewise.
2339 * gdb.threads/execl.exp: Likewise.
2340 * gdb.threads/gcore-thread.exp: Likewise.
2341 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2342 * gdb.threads/kill.exp: Likewise.
2343 * gdb.threads/linux-dp.exp: Likewise.
2344 * gdb.threads/multiple-step-overs.exp: Likewise.
2345 * gdb.threads/next-bp-other-thread.exp: Likewise.
2346 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2347 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2348 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2349 * gdb.threads/thread-find.exp: Likewise.
2350 * gdb.threads/tls.exp: Likewise.
2351 * lib/mi-support.exp (mi_reverse_list): Delete.
2352 (mi_check_thread_states): No longer reverse list.
2353
2cc57ad8
PA
23542015-11-24 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2357 use lowercase.
2358
c93e8391
SM
23592015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2360
2361 * gdb.trace/actions.c: Include trace-common.h.
2362 (main): Add a location for a fast tracepoint.
2363 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2364 the normal tracepoints.
2365 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2366
045ccf91
SM
23672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * save-trace.exp: Factor out code to these...
2370 (gdb_save_tracepoints): New.
2371 (gdb_load_tracepoints): New.
2372 (do_save_load_test): New.
2373
5506f9f6
KB
23742015-11-23 Kevin Buettner <kevinb@redhat.com>
2375
2376 * gdb.base/asmlabel.exp: New test.
2377 * gdb.base/asmlabel.c: New test case.
2378
16c3b12f
JB
23792015-11-23 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.base/wrong_frame_bt_full-main.c: New file.
2382 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2383 * gdb.base/wrong_frame_bt_full.exp: New file.
2384
155bfbd3
JB
23852015-11-23 Joel Brobecker <brobecker@adacore.com>
2386
2387 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2388
bb097445
JM
23892015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2390
206853a0 2391 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2392 pstate register when comparing registers values in
2393 sparc64-*-linux-gnu targets to avoid spurious differences.
2394
9c88ed8f
JM
23952015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2396
206853a0 2397 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2398
96161e25
SL
23992015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2400
2401 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2402 as type argument to gdb_compile.
2403 * gdb.base/nested-subp2.exp: Likewise.
2404 * gdb.base/nested-subp3.exp: Likewise.
2405
340c2830
DV
24062015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2407
2408 * lib/dwarf.exp (_note): Fix left shift of negative value.
2409 * gdb.trace/trace-condition.exp: Likewise.
2410
c1862d0f
YQ
24112015-11-13 Yao Qi <yao.qi@linaro.org>
2412
2413 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2414 comments about d10v.
2415 (test_scalar_returns): Likewise.
2416 * gdb.base/d10v.ld: Remove.
2417 * gdb.base/overlays.exp: Remove the target triplet checking for
2418 d10v-*-*.
2419 * gdb.base/structs.exp (test_struct_returns): Remove the
2420 comments about d10v.
2421 (test_struct_calls): Likewise.
2422
77ae9c19
YQ
24232015-11-13 Yao Qi <yao.qi@linaro.org>
2424
2425 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2426 * gdb.base/gnu_vector.c: Don't include stdio.h.
2427 (main): Don't print res and call add_some_intvecs.
2428
430e004e
MK
24292015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2430
2431 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2432 macro.
2433 (func5): Removed.
2434 (func4): Use FAST_TRACEPOINT_LABEL.
2435 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2436 macro.
2437 (func): Removed.
2438 (thread_function): Use FAST_TRACEPOINT_LABEL.
2439 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2440 (func): Remove.
2441 (marker): Use FAST_TRACEPOINT_LABEL.
2442 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2443 (pendfunc1): Remove.
2444 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2445 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2446 (foo): Remove.
2447 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2448 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2449 macro.
2450 (func): Remove.
2451 (marker): Use FAST_TRACEPOINT_LABEL.
2452 * gdb.trace/trace-common.h: New header.
2453 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2454 macro.
2455 (func): Remove.
2456 (marker): Use FAST_TRACEPOINT_LABEL.
2457 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2458 (func): Remove.
2459 (thread_function): Use FAST_TRACEPOINT_LABEL.
2460
6e7675a7
MK
24612015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2462
2463 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2464 in front.
2465 * gdb.trace/change-loc.exp: Use global pcreg definition.
2466 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2467 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2468 in front.
2469 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2470 * gdb.trace/pending.exp: Likewise.
2471 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2472 * gdb.trace/trace-break.exp: Likewise.
2473 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2474 in front.
2475 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2476 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2477 in front.
2478 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2479
dddc0e16
JB
24802015-11-09 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.ada/fin_fun_out: New testcase.
2483
c6f0b406
KB
24842015-11-07 Kevin Buettner <kevinb@redhat.com>
2485
2486 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2487 value associated with DW_AT_byte_size.
2488 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2489 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2490 DW_AT_upper_bound.
2491
f01dcfd9
KB
24922015-11-07 Kevin Buettner <kevinb@redhat.com>
2493
2494 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2495 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2496 version.
2497 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2498 gdb.dwarf2/dw2-canonicalize-type.exp,
2499 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2500 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2501 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2502 provided by gdb_target_symbol_prefix_flags_asm.
2503 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2504 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2505 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2506 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2507 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2508 macros where needed). Use this macro for symbols which require
2509 the prefix provided by SYMBOL_PREFIX.
2510
2223449a
KB
25112015-11-05 Kevin Buettner <kevinb@redhat.com>
2512
2513 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2514 New procs.
2515 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2516 representing expressions, of more than one list element.
2517 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2518 to prepend linker symbol prefix to f.
2519 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2520 table_1 and table_2.
2521 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2522 Likewise, for f and g.
2523 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2524 for ptr.
2525 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2526 for main.
2527 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2528 table_1_ptr and table_2_ptr.
2529
6f2f1a3a
JK
25302015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2531 Joel Brobecker <brobecker@adacore.com>
2532
2533 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2534
566c56c9
MK
25352015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2536
2537 * gdb.reverse/s390-mvcle.c: New test.
2538 * gdb.reverse/s390-mvcle.exp: New file.
2539 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2540
d5f0636b
MK
25412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2542
2543 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2544
7ad8b86c
MK
25452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2546
2547 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2548 reaching marker2.
2549 * gdb.reverse/getresuid-reverse.exp: Likewise.
2550 * gdb.reverse/pipe-reverse.exp: Likewise.
2551 * gdb.reverse/readv-reverse.exp: Likewise.
2552 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2553 * gdb.reverse/time-reverse.exp: Likewise.
2554 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2555
4081c0f1
YQ
25562015-10-30 Yao Qi <yao.qi@linaro.org>
2557
2558 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2559 (empty_cycle): Remove.
2560 (main): Don't call empty_cycle. Don't use watch_count_done.
2561 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2562 empty_cycle. Rewrite the code counting HW watchpoints.
2563
452b4ba5
MK
25642015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2565
2566 * gdb.reverse/fstatat-reverse.c: New test.
2567 * gdb.reverse/fstatat-reverse.exp: New file.
2568 * gdb.reverse/getresuid-reverse.c: New test.
2569 * gdb.reverse/getresuid-reverse.exp: New file.
2570 * gdb.reverse/pipe-reverse.c: New test.
2571 * gdb.reverse/pipe-reverse.exp: New file.
2572 * gdb.reverse/readv-reverse.c: New test.
2573 * gdb.reverse/readv-reverse.exp: New file.
2574 * gdb.reverse/recvmsg-reverse.c: New test.
2575 * gdb.reverse/recvmsg-reverse.exp: New file.
2576 * gdb.reverse/time-reverse.c: New test.
2577 * gdb.reverse/time-reverse.exp: New file.
2578 * gdb.reverse/waitpid-reverse.c: New test.
2579 * gdb.reverse/waitpid-reverse.exp: New file.
2580
5e2e7507
JK
25812015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2584
0fde2c53
DE
25852015-10-26 Doug Evans <dje@google.com>
2586
2587 PR symtab/17391
2588 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2589 * gdb.dwarf2/bad-regnum.c: New file.
2590 * gdb.dwarf2/bad-regnum.exp: New file.
2591
1a70ae97
DE
25922015-10-26 Doug Evans <dje@google.com>
2593
2594 PR python/18938
2595 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2596 file.
2597
27dc26ab
JK
25982015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2601 for a change by "Mention language in compile error message".
2602
bed91f4d
SM
26032015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2604
2605 PR python/18073
2606 * gdb.python/py-type.c (C::a_method): New.
2607 (C::a_const_method): New.
2608 (C::a_static_method): New.
2609 (a_function): New.
2610 * gdb.python/py-type.exp (test_fields): Test getting fields
2611 from function and method.
2612
3f2f83dd
KB
26132015-10-21 Keven Boell <keven.boell@intel.com>
2614
2615 * gdb.fortran/vla-alloc-assoc.exp: New file.
2616 * gdb.fortran/vla-datatypes.exp: New file.
2617 * gdb.fortran/vla-datatypes.f90: New file.
2618 * gdb.fortran/vla-history.exp: New file.
2619 * gdb.fortran/vla-ptype-sub.exp: New file.
2620 * gdb.fortran/vla-ptype.exp: New file.
2621 * gdb.fortran/vla-sizeof.exp: New file.
2622 * gdb.fortran/vla-sub.f90: New file.
2623 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2624 * gdb.fortran/vla-value-sub-finish.exp: New file.
2625 * gdb.fortran/vla-value-sub.exp: New file.
2626 * gdb.fortran/vla-value.exp: New file.
2627 * gdb.fortran/vla-ptr-info.exp: New file.
2628 * gdb.mi/mi-vla-fortran.exp: New file.
2629 * gdb.mi/vla.f90: New file.
2630
27145d50
SL
26312015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2632
2633 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2634 of hardwired timeout value.
2635
5f3ff4f8
JK
26362015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2637 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2640 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2641
bfd09d20
JS
26422015-10-19 Josh Stone <jistone@redhat.com>
2643
2644 * gdb.base/catch-syscall.c: Include <sched.h>.
2645 (unknown_syscall): New variable.
2646 (main): Trigger a vfork and an unknown syscall.
2647 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2648 (unknown_syscall_number): Likewise.
2649 (check_call_to_syscall): Accept an optional syscall pattern.
2650 (check_return_from_syscall): Likewise.
2651 (check_continue): Likewise.
2652 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2653 (test_catch_syscall_skipping_return): New test toggling off 'catch
2654 syscall' to step over the syscall return, then toggling back on.
2655 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2656 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2657 (do_syscall_tests): Call test_catch_syscall_without_args and
2658 test_catch_syscall_mid_vfork.
2659 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2660 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2661
b32b93c6
AS
26622015-10-19 Andrew Stubbs <ams@codesourcery.com>
2663
2664 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2665 print g_vE): Add new pass patterns.
2666 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2667 print various symbol names for vptr fields.
2668
9d622bda
AB
26692015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2672 results.
2673
0fd8ac1c
YQ
26742015-10-12 Yao Qi <yao.qi@linaro.org>
2675
2676 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2677
34240514
YQ
26782015-10-12 Yao Qi <yao.qi@linaro.org>
2679
2680 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2681 is aarch64*-*-linux*.
2682
8240f442
YQ
26832015-10-12 Yao Qi <yao.qi@linaro.org>
2684
2685 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2686 (can_relocate_bcond_true): ... it.
2687 (can_relocate_bcond_false): New function.
2688 (foo): Likewise.
2689 (can_relocate_bl): Likewise.
2690 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2691 can_relocate_bl.
2692
2520f728
PMR
26932015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2694
2695 * gdb.base/nested-addr.c: New file.
2696 * gdb.base/nested-addr.exp: New testcase.
2697
abcef95a
MM
26982015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2699
2700 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2701 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2702 its output. Ignore the output of "record goto begin" and instead
2703 check that GDB is replaying.
2704
145e3ddb
PA
27052015-10-09 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2708 (top level): Use it in the run with no args test.
2709
d5d8c4e1
IB
27102015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2711
2712 * gdb.dlang/properties.exp: New file.
2713
06e635ef
SL
27142015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2715
2716 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2717 whether or not address 0x1000 is mapped on the target.
2718
e019fd1d
SM
27192015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2720
2721 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2722 build.
2723
77ba2a67
MM
27242015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2725
2726 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2727 instruction-history test.
2728
c60eb31f
DE
27292015-09-28 Doug Evans <dje@google.com>
2730
2731 * gdb.base/gcore.c (array_func): Add reference to static_array.
2732
9a3c8263
SM
27332015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2734
2735 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2736 source line.
2737
9720e656
SL
27382015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2739
2740 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2741 short or char as base type.
2742
938d3bf2
SL
27432015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2744
2745 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2746 to allow any size enum.
2747
e6c2c623
PMR
27482015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2749
2750 * gdb.ada/array_ptr_renaming.exp: New testcase.
2751 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2752 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2753
06da0f77
PL
27542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2755
2756 * gdb.trace/ftrace-lock.c: New file.
2757 * gdb.trace/ftrace-lock.exp: New file.
2758
4f51c22a
PL
27592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2760
2761 * gdb.arch/insn-reloc.c: New file.
2762 * gdb.arch/ftrace-insn-reloc.exp: New file.
2763
7041adf4
PL
27642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2765
2766 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2767 instruction.
2768 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2769 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2770 * gdb.trace/range-stepping.c: Likewise.
2771 * gdb.trace/trace-break.c: Likewise.
2772 * gdb.trace/trace-mt.c (thread_function): Likewise.
2773 * gdb.trace/ftrace.c (marker): Likewise.
2774 * gdb.trace/trace-condition.c (marker): Likewise.
2775 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2776 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2777 is_aarch64_target.
2778
015d2e7e
DE
27792015-09-18 Doug Evans <xdje42@gmail.com>
2780
2781 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2782 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2783
26b188a2
SL
27842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2785
2786 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2787 the breakpoint.
2788
79dc332b
SL
27892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2790
2791 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2792 the pending breakpoint. Remove timeout override for "Run till
2793 MI pending breakpoint on pendfunc3 on thread 2" test.
2794
f57929f2
SL
27952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2796
2797 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2798 filename pattern.
2799
3f469b17
SL
28002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2801
2802 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2803 in breakpoint filename pattern.
2804
515b89b3
SL
28052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2806
7800dbe4
SL
2807 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2808
28092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2810
515b89b3
SL
2811 * gdb.linespec/explicit.exp: Check for readline support for
2812 tab-completion tests. Fix obvious typo.
2813
d2939ba2
MM
28142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2815
2816 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2817 and replay.
2818
cbb55fa7
MM
28192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2820
2821 * gdb.btrace/non-stop.c: New.
2822 * gdb.btrace/non-stop.exp: New.
2823
43691ca1
PL
28242015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2825 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.trace/trace-condition.c: New file.
2828 * gdb.trace/trace-condition.exp: New file.
2829
d78908cf
WW
28302015-09-16 Wei-cheng Wang <cole945@gmail.com>
2831
2832 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2833 for testing bytecode compilation.
2834
1ed415e2
PA
28352015-09-16 Pedro Alves <palves@redhat.com>
2836 Sandra Loosemore <sandra@codesourcery.com>
2837
2838 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2839 (SECONDS): Redefine.
2840 (main): Call pthread_kill and alarm early.
2841 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2842 support.
2843 (test): If the target can't hardware step and doesn't support
2844 displaced stepping, increase the timeout.
2845
d136eff5
PA
28462015-09-16 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2849 (enable_debug): New procedures.
2850 (test): Use them. Bail out if waiting for threads fails.
2851 (top level): Bail out if a test fails.
2852
991f019c
YQ
28532015-09-16 Yao Qi <yao.qi@linaro.org>
2854
2855 * gdb.asm/asm-source.exp: Set asm-arch for
2856 aarch64*-*-* target.
2857 * gdb.asm/aarch64.inc: New file.
2858
bfca584f
PMR
28592015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2860
2861 * gdb.ada/array_of_variable_length.exp: New testcase.
2862 * gdb.ada/array_of_variable_length/foo.adb: New file.
2863 * gdb.ada/array_of_variable_length/pck.adb: New file.
2864 * gdb.ada/array_of_variable_length/pck.ads: New file.
2865
b326e587
DE
28662015-09-15 Doug Evans <dje@google.com>
2867
2868 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2869 of function static local variable.
2870
5382cfab
PW
28712015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2872
2873 * gdb.threads/tls-so_extern.exp: New test file.
2874 * gdb.threads/tls-so_extern.c: New test file.
2875 * gdb.threads/tls-so_extern_main.c: New test file.
2876
141c5cc4
JK
28772015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.opt/solib-intra-step-lib.c: New file.
2880 * gdb.opt/solib-intra-step-main.c: New file.
2881 * gdb.opt/solib-intra-step.exp: New file.
2882
d15dcecd
PA
28832015-09-15 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2886 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2887
4c2f2a79
PA
28882015-09-14 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.base/hook-stop-continue.c: Delete.
2891 * gdb.base/hook-stop-continue.exp: Delete.
2892 * gdb.base/hook-stop-frame.c: Delete.
2893 * gdb.base/hook-stop-frame.exp: Delete.
2894 * gdb.base/hook-stop.c: New file.
2895 * gdb.base/hook-stop.exp: New file.
2896
919e6dbe
PMR
28972015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2898
2899 * gdb.ada/access_to_packed_array.exp: New testcase.
2900 * gdb.ada/access_to_packed_array/foo.adb: New file.
2901 * gdb.ada/access_to_packed_array/pack.adb: New file.
2902 * gdb.ada/access_to_packed_array/pack.ads: New file.
2903
157280a4
MM
29042015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2905
2906 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2907 buffer size test.
2908
2fd33e94
DB
29092015-09-11 Don Breazeal <donb@codesourcery.com>
2910
2911 * gdb.base/foll-exec.c: Add copyright header. Fix
2912 formatting issues.
2913 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2914 (do_exec_tests): Use clean_restart in place of zap_session,
2915 and for test initialization. Fix formatting issues. Use
2916 fail in place of perror.
2917 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2918 an expect statement to match an expression with output from
2919 the program under debug.
2920 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2921 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2922 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2923 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2924 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2925
e70b6e8e
DE
29262015-09-09 Doug Evans <dje@google.com>
2927
2928 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2929
7a551a51
DE
29302015-09-09 Doug Evans <dje@google.com>
2931
2932 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2933
4c666f84
DE
29342015-09-09 Doug Evans <dje@google.com>
2935
2936 * gdb.base/savedregs.exp: Fix typo.
2937
243a9253
PA
29382015-09-09 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2941
c0fa8fbd
SL
29422015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2943
2944 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2945 command actually switches threads. Give up on remaining
2946 tests if target fails to stop at breakpoint.
2947
cd7c1778
PMR
29482015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2949
2950 * gdb.ada/funcall_char.exp: New testcase.
2951 * gdb.ada/funcall_char/foo.adb: New file.
2952
dc5c8746
PMR
29532015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2954
2955 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2956 expected outputs. Add two testcases for completing ambiguous
2957 functions.
2958 * gdb.ada/complete/aux_pck.adb: New file.
2959 * gdb.ada/complete/aux_pck.ads: New file.
2960 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2961 Ambiguous_Func functions.
2962 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2963 * gdb.ada/complete/pck.adb: Likewise.
2964
4e83a1e7
UW
29652015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2966
2967 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2968 failures to run the test program under GDB.
2969
8ce74153
LM
29702015-08-26 Luis Machado <lgustavo@codesourcery.com>
2971
2972 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2973 to C.
2974
e9756d52
PP
29752015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2976
2977 * gdb.base/run-after-attach.exp: New test file.
2978 * gdb.base/run-after-attach.c: New test file.
2979
8d37573b
DB
29802015-08-26 Don Breazeal <donb@codesourcery.com>
2981
2982 * gdb.base/foll-exec-2.c: New test program.
2983 * gdb.base/foll-exec-2.exp: New test.
2984
63e43d3a
PMR
29852015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2986
2987 * gdb.base/nested-subp1.exp: New file.
2988 * gdb.base/nested-subp1.c: New file.
2989 * gdb.base/nested-subp2.exp: New file.
2990 * gdb.base/nested-subp2.c: New file.
2991 * gdb.base/nested-subp3.exp: New file.
2992 * gdb.base/nested-subp3.c: New file.
2993
3d40fbb5
PA
29942015-08-24 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.server/connect-without-multi-process.c: New file.
2997 * gdb.server/connect-without-multi-process.exp: New file.
2998
4422ac93
LM
29992015-08-24 Luis Machado <lgustavo@codesourcery.com>
3000
3001 * gdb.opt/inline-markers.c: Make z int.
3002
91dddb86
LM
30032015-08-24 Luis Machado <lgustavo@codesourcery.com>
3004
3005 * gdb.opt/inline-markers.c: Make z volatile.
3006
a48847ee
LM
30072015-08-24 Luis Machado <lgustavo@codesourcery.com>
3008
3009 * gdb.opt/inline-bt.c: New volatile global z.
3010 * gdb.opt/inline-cmds.c: Likewise.
3011 * gdb.opt/inline-locals.c: Likewise.
3012 * gdb.opt/inline-markers.c: New extern global z.
3013 (marker): Use z.
3014 (inline_fn): Likewise.
3015
0ebbc52b
PA
30162015-08-24 Pedro Alves <palves@redhat.com>
3017
3018 * config/m32r-stub.exp: Remove file.
3019 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3020 * gdb.base/call-rt-st.exp: Likewise.
3021 * gdb.base/call-strs.exp: Likewise.
3022 * gdb.base/default.exp: Remove references to h8300-*-hms and
3023 *-*-udi*.
3024 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3025
77c365df
AA
30262015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3027
3028 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3029 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3030 and "return" use KFAIL when GDB can not read/write the vector
3031 return value.
3032
4313b8c0
GB
30332015-08-21 Gary Benson <gbenson@redhat.com>
3034
3035 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3036
0e433b32
PA
30372015-08-20 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.server/solib-list.exp: No longer expect an interior stop in
3040 non-stop mode.
3041
221e1a37
PA
30422015-08-20 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.server/connect-stopped-target.c: New file.
3045 * gdb.server/connect-stopped-target.exp: New file.
3046
40e3ad0e
PA
30472015-08-20 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.dwarf2/comp-unit-lang.exp: New file.
3050 * gdb.dwarf2/comp-unit-lang.c: New file.
3051
af39b327
PMR
30522015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3053
3054 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3055 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3056
7d45c7c3 30572015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 3058
7d45c7c3
KB
3059 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3060 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3061
4d6cceb4
DE
30622015-08-18 Doug Evans <dje@google.com>
3063 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3064
3065 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3066 skip_python_tests. New arg prompt_regexp.
3067 (skip_python_tests): New function.
3068 * lib/mi-support.exp (mi_skip_python_tests): New function.
3069 * gdb.python/py-mi-objfile-gdb.py: New file.
3070 * gdb.python/py-mi-objfile.c: New file.
3071 * gdb.python/py-mi-objfile.exp: New file.
3072
ad89c2aa
KS
30732015-08-17 Keith Seitz <keiths@redhat.com>
3074
3075 * gdb.linespec/explicit.exp: Move strace test from here ...
3076 * gdb.trace/strace.exp: ... to here.
3077
e3ae3c43
PP
30782015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3079
3080 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3081 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3082
604b2636
DE
30832015-08-14 Doug Evans <xdje42@gmail.com>
3084
3085 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3086 inferior before selecting a new file.
3087
6ff0ba5f
DE
30882015-08-14 Doug Evans <xdje42@gmail.com>
3089
3090 * gdb.mi/mi-disassemble.exp: Update.
3091 * gdb.base/disasm-optim.S: New file.
3092 * gdb.base/disasm-optim.c: New file.
3093 * gdb.base/disasm-optim.h: New file.
3094 * gdb.base/disasm-optim.exp: New file.
3095
9ca98f92
KS
30962015-08-14 Keith Seitz <keiths@redhat.com>
3097
3098 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3099 "evaluated-by".
3100
52bbc560
JB
31012015-08-13 Joel Brobecker <brobecker@adacore.com>
3102
3103 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3104
5d8c3ed3
PMR
31052015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3106
3107 * gdb.ada/fun_renaming.exp: New testcase.
3108 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3109 * gdb.ada/fun_renaming/pack.adb: New file.
3110 * gdb.ada/fun_renaming/pack.ads: New file.
3111
ea8812bc
KS
31122015-08-12 Keith Seitz <keiths@redhat.com>
3113
3114 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3115 gdb_get_line_number.
3116
4dafcdeb
JB
31172015-08-12 Joel Brobecker <brobecker@adacore.com>
3118
3119 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3120 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3121 gdb.base/dso2dso.exp: New files.
3122
5ba32597
SDJ
31232015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3124 Pedro Alves <palves@redhat.com>
3125 Keith Seitz <keiths@redhat.com>
3126
3127 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3128 GDBFLAGS.
3129
b6dafabf
PP
31302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3131
3132 * gdb.base/gdbhistsize-history.exp
3133 (test_histsize_history_setting): Use save_vars.
3134 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3135 Use save_vars.
3136 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3137 * gdb.base/readline.exp: Use save_vars.
3138
abe8e607
PP
31392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3140
3141 * lib/gdb.exp (save_vars): New proc.
3142
629500fa
KS
31432015-08-11 Keith Seitz <keiths@redhat.com>
3144
3145 * gdb.base/help.exp: Update help_breakpoint_text.
3146
eb8c4e2e
KS
31472015-08-11 Keith Seitz <keiths@redhat.com>
3148
3149 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3150 (at toplevel): Call test_explicit_breakpoints.
3151 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3152 breakpoints.
3153 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3154 breakpoint conditions, "-cond".
3155
87f0e720
KS
31562015-08-11 Keith Seitz <keiths@redhat.com>
3157
3158 * gdb.linespec/3explicit.c: New file.
3159 * gdb.linespec/cpexplicit.cc: New file.
3160 * gdb.linespec/cpexplicit.exp: New file.
3161 * gdb.linespec/explicit.c: New file.
3162 * gdb.linespec/explicit.exp: New file.
3163 * gdb.linespec/explicit2.c: New file.
3164 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3165 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3166 before using in the matching pattern.
3167 Clarify that `prefix' is a regular expression.
3168
f00aae0f
KS
31692015-08-11 Keith Seitz <keiths@redhat.com>
3170
3171 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3172 test.
3173 Add tests for missing ",FMT" and ",".
3174
e27852be
DE
31752015-08-10 Doug Evans <dje@google.com>
3176 Keith Seitz <keiths@redhat.com>
3177
3178 PR gdb/17960
3179 * gdb.base/completion.exp: Add location completer tests.
3180
7f03bd92
PA
31812015-08-07 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3184 tests here.
3185 (top level): Run do_test with and without displaced stepping.
3186
3fc8eb30
PA
31872015-08-07 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.base/valgrind-disp-step.c: New file.
3190 * gdb.base/valgrind-disp-step.exp: New file.
3191
d4569d7b
PA
31922015-08-07 Pedro Alves <palves@redhat.com>
3193
3194 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3195 Delete function.
3196 (main): Add alarm. Run an infinite loop instead of calling
3197 wait_threads.
3198 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3199 comment.
3200 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3201 Delete function.
3202 (main): Add alarm. Run an infinite loop instead of calling
3203 wait_threads.
3204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3205 comment.
3206
e1316e60
PA
32072015-08-07 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/checkpoint-ns.exp: New file.
3210 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3211 standard_testfile.
3212
da8c46d2
MM
32132015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3214
3215 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3216 * gdb.btrace/instruction_history.exp: Update.
3217 * gdb.btrace/tsx.exp: New.
3218 * gdb.btrace/tsx.c: New.
3219
de1c2c52
PA
32202015-08-06 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3223 increase timeout.
3224 * gdb.reverse/until-precsave.exp: Bump timeouts.
3225
782e0bf4
PA
32262015-08-06 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3229
83e97ed0
PA
32302015-08-06 Pedro Alves <palves@redhat.com>
3231
3232 PR gdb/18749
3233 * gdb.threads/process-dies-while-handling-bp.c: New file.
3234 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3235
863d01bd
PA
32362015-08-06 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3239 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3240
0a39bb32
PA
32412015-08-05 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3244 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3245
ee2d2b10
SL
32462015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3247
3248 * gdb.base/bp-permanent.exp: Report test as unsupported if
3249 the target cannot stop at the permanent breakpoint.
3250
4e1bdb00
DE
32512015-08-03 Doug Evans <dje@google.com>
3252
3253 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3254 10000.
3255
3d338901
DE
32562015-08-03 Doug Evans <dje@google.com>
3257
3258 * Makefile.in (workers/%.worker, build-perf): New rule.
3259 (GDB_PERFTEST_MODE): New variable.
3260 (check-perf): Use it.
3261 (clean): Clean up gdb.perf parallel build subdirs.
3262 * lib/build-piece.exp: New file.
3263 * lib/gdb.exp (make_gdb_parallel_path): New function
3264 (standard_output_file, standard_temp_file): Call it.
3265 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3266 of $GDB_PARALLEL.
3267 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3268
af061d3e
DE
32692015-08-03 Doug Evans <dje@google.com>
3270
8e1afc81 3271 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3272 (LOG_FILE_NAME): New global.
3273 (TextReporter.__init__): Initialize self.txt_sum.
3274 (TextReporter.report): Add support for multiple data-points.
3275 Move report to perftest.sum, put raw data in perftest.log.
3276 (TextReporter.start): Open sum and log files.
3277 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3278 * gdb.perf/lib/perftest/testresult.py
3279 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3280
2c8c5d37
PA
32812015-07-31 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3284 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3285 kill_wait_spawned_process instead of explicit "kill -9".
3286 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3287 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3288 kill_wait_spawned_process.
3289 * gdb.base/attach-twice.exp: Likewise.
3290 * gdb.base/attach.exp: Likewise.
3291 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3292 gdb_test_multiple.
3293 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3294 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3295 kill_wait_spawned_process.
3296 * gdb.base/valgrind-infcall.exp: Likewise.
3297 * gdb.multi/multi-attach.exp: Likewise.
3298 * gdb.python/py-prompt.exp: Likewise.
3299 * gdb.python/py-sync-interp.exp: Likewise.
3300 * gdb.server/ext-attach.exp: Likewise.
3301 * gdb.threads/attach-into-signal.exp (corefunc): Use
3302 spawn_wait_for_attach, spawn_id_get_pid and
3303 kill_wait_spawned_process.
3304 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3305 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3306 spawn_id_get_pid and kill_wait_spawned_process.
3307 * gdb.threads/attach-stopped.exp (corefunc): Use
3308 spawn_wait_for_attach, spawn_id_get_pid and
3309 kill_wait_spawned_process.
3310 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3311 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3312 kill_wait_spawned_process instead of explicit "kill -9".
3313 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3314 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3315 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3316 processes. Don't map cygwin/windows pids here. Now returns a
3317 spawn id list.
3318
032a0fca
SL
33192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3320
3321 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3322 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3323 correct patch.
3324
61a934ca
SL
33252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3326
3327 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3328
4bc4d428
SL
33292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3330
3331 Reapply:
3332 2014-05-21 Mark Wielaard <mjw@redhat.com>
3333
3334 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3335
998d452a
PA
33362015-07-30 Pedro Alves <palves@redhat.com>
3337
3338 * linux-low.c (handle_extended_wait): Set the child's last
3339 reported status to TARGET_WAITKIND_STOPPED.
3340
69dde7dc
PA
33412015-07-30 Pedro Alves <palves@redhat.com>
3342
3343 PR threads/18600
3344 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3345 only shows inferior 1.
3346
4dd63d48
PA
33472015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3348 Pedro Alves <palves@redhat.com>
3349
3350 PR threads/18600
3351 * gdb.threads/fork-plus-threads.c: New file.
3352 * gdb.threads/fork-plus-threads.exp: New file.
3353
d618e4c5
PP
33542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3355
3356 * gdb.base/batch-preserve-term-settings.exp
3357 (test_terminal_settings_preserved_after_cli_exit): Use
3358 send_quit_command.
3359
1eef6428
PA
33602015-07-29 Pedro Alves <palves@redhat.com>
3361 Don Breazeal <donb@codesourcery.com>
3362
3363 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3364 output from both inferior_spawn_id and gdb_spawn_id.
3365
7da5b897
SDJ
33662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3367
3368 * gdb.threads/attach-into-signal.exp (corefunc): Use
3369 with_test_prefix on nested loops, uniquefying the test messages.
3370
dac804df
SDJ
33712015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3372
3373 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3374 commit.
3375
06265e53
PP
33762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3377
3378 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3379 New proc.
3380 (test_terminal_settings_preserved_after_sigterm): New test.
3381
18206ca3
PP
33822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3383
3384 * gdb.base/batch-preserve-term-settings.exp
3385 (test_terminal_settings_preserved_after_cli_exit): New test.
3386
90074d11
PP
33872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3388
3389 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3390 manipulation of saved_gdbflags.
3391 (test_terminal_settings_preserved): Remove global declaration of
3392 the unused variable pagination_prompt. Remove manipulation of
3393 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3394 GDBFLAGS.
3395
eb1a7902
PA
33962015-07-29 Pedro Alves <palves@redhat.com>
3397
3398 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3399
8b75dd3b
PA
34002015-07-29 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3403 at the top.
3404
dedad4e3
PA
34052015-07-29 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3408 (main): Call gdb_unbuffer_output.
3409 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3410 (main): Call gdb_unbuffer_output.
3411 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3412 (main): Call gdb_unbuffer_output.
3413 * gdb.base/call-strs.exp: Adjust to step over the
3414 gdb_unbuffer_output call.
3415 * gdb.base/catch-gdb-caused-signals.c: Include
3416 "../lib/unbuffer_output.c".
3417 (main): Call gdb_unbuffer_output.
3418 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3419 (main): Call gdb_unbuffer_output.
3420 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3421 (main): Call gdb_unbuffer_output.
3422 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3423 (main): Call gdb_unbuffer_output.
3424 * gdb.base/shlib-call.exp: Adjust to step over the
3425 gdb_unbuffer_output call.
3426 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3427 (main): Call gdb_unbuffer_output.
3428 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3429 (main): Call gdb_unbuffer_output.
3430 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3431 (main): Rename to ...
3432 (test): ... this.
3433 (main): Reimplement.
3434 * gdb.base/varargs.exp: Run to test instead of to main.
3435 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3436 (main): Call gdb_unbuffer_output.
3437
58789a91
PA
34382015-07-29 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3441 factore out from mi_continue_dprintf. For call-style dprintfs,
3442 expect dprintf output out of $inferior_spawn_id.
3443 (mi_continue_dprintf): Use mi_expect_dprintf.
3444 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3445 (main): Call gdb_unbuffer_output.
3446
e8376742
PA
34472015-07-29 Pedro Alves <palves@redhat.com>
3448
3449 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3450 (default_mi_gdb_start): Set inferior_spawn_id instead of
3451 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3452 gdb_spawn_id.
3453 (mi_gdb_test): Always expect inferior output from both
3454 $inferior_spawn_id and $gdb_spawn_id.
3455
08280010
PA
34562015-07-29 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3459 send_inferior and $inferior_spawn_id.
3460
4d30e432
PA
34612015-07-29 Pedro Alves <palves@redhat.com>
3462
3463 * gdb.gdb/complaints.exp (test_initial_complaints)
3464 (test_serial_complaints, test_short_complaints): Use
3465 gdb_test_stdio.
3466 (test_empty_complaint): Handle $inferior_spawn_id !=
3467 $gdb_spawn_id.
3468
0d30a335
PA
34692015-07-29 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/varargs.exp: Use gdb_test_stdio.
3472
39413b29
PA
34732015-07-29 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3476
7cb000a9
PA
34772015-07-29 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3480
d7b8ac82
PA
34812015-07-29 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3484 parameter into two new parameters, "inf_result" and "gdb_result".
3485 Expect inferior output and gdb output from $inferior_spawn_id and
3486 $gdb_spawn_id, respectively. Adjust all callers.
3487
789c3a0c
PA
34882015-07-29 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3491 of gdb_test_sequence.
3492
77e760c3
PA
34932015-07-29 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3496 (saw_spurious_output): Expect inferior output from
3497 $inferior_spawn_id. Use gdb_test_stdio.
3498
8396d2cd
PA
34992015-07-29 Pedro Alves <palves@redhat.com>
3500
3501 * gdb.base/dprintf.exp: Use standard_testfile. Change
3502 prepare_for_testing call.
3503 (srcfile): Don't set.
3504 (restart): New procedure.
3505 (test_dprintf): New procecure, use to continue over dprintfs.
3506 (test_call, test_agent): New procedures, tests moved here.
3507 Restart gdb and recreate dprintfs. Adjust expected output.
3508
2051d61f
PA
35092015-07-29 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3512
452397af
PA
35132015-07-29 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3516
8aed9555
PA
35172015-07-29 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3520 gdb_test_stdio.
3521
188a61b4
PA
35222015-07-29 Pedro Alves <palves@redhat.com>
3523
3524 * lib/gdb.exp (gdb_test_stdio): New procedure.
3525
12264a45
PA
35262015-07-29 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3529
23ffc893
PA
35302015-07-29 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.base/call-signal-resume.exp: Remove check for
3533 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3534 * gdb.base/unwindonsignal.exp: Likewise.
3535 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3536 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3537
65566918
PA
35382015-07-29 Pedro Alves <palves@redhat.com>
3539
3540 * gdb.base/siginfo-addr.c (pass): New function.
3541 (handler): Call it iff si_addr is correct.
3542 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3543 Set a breakpoint at "pass" and continue to it.
3544
d60a9221
SDJ
35452015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3546
3547 * gdb.python/py-objfile.exp: Make some tests have unique names.
3548 * gdb.python/py-pp-registration.exp: Likewise.
3549
bde40b8f
PA
35502015-07-28 Pedro Alves <palves@redhat.com>
3551
3552 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3553
13e1dec8
SM
35542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3557
da33c9a7
SM
35582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3559
3560 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3561
077836f7
PP
35622015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3563
3564 * gdb.base/gdb-sigterm-2.exp: New test.
3565
b8cc7b2e
DE
35662015-07-25 Doug Evans <xdje42@gmail.com>
3567
3568 Revert:
3569 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3570 (workers/%.worker, build-perf): New rule.
3571 (GDB_PERFTEST_MODE): New variable.
3572 (check-perf): Use it.
3573 (clean): Clean up gdb.perf parallel build subdirs.
3574 * lib/build-piece.exp: New file.
3575 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3576 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3577 name.
3578 (standard_temp_file): Ditto.
3579 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3580 of $GDB_PARALLEL.
3581
c8bd4544
DE
35822015-07-24 Doug Evans <dje@google.com>
3583
3584 * gdb.perf/lib/perftest/utils.py: New file.
3585 * gdb.perf/gm-hello.cc: New file.
3586 * gdb.perf/gm-pervasive-typedef.cc: New file.
3587 * gdb.perf/gm-pervasive-typedef.h: New file.
3588 * gdb.perf/gm-std.cc: New file.
3589 * gdb.perf/gm-std.h: New file.
3590 * gdb.perf/gm-use-cerr.cc: New file.
3591 * gdb.perf/gm-utils.h: New file.
3592 * gdb.perf/gmonster-null-lookup.py: New file.
3593 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3594 * gdb.perf/gmonster-print-cerr.py: New file.
3595 * gdb.perf/gmonster-ptype-string.py: New file.
3596 * gdb.perf/gmonster-runto-main.py: New file.
3597 * gdb.perf/gmonster-select-file.py: New file.
3598 * gdb.perf/gmonster1-null-lookup.exp: New file.
3599 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3600 * gdb.perf/gmonster1-print-cerr.exp: New file.
3601 * gdb.perf/gmonster1-ptype-string.exp: New file.
3602 * gdb.perf/gmonster1-runto-main.exp: New file.
3603 * gdb.perf/gmonster1-select-file.exp: New file.
3604 * gdb.perf/gmonster1.cc: New file.
3605 * gdb.perf/gmonster1.exp: New file.
3606 * gdb.perf/gmonster2-null-lookup.exp: New file.
3607 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3608 * gdb.perf/gmonster2-print-cerr.exp: New file.
3609 * gdb.perf/gmonster2-ptype-string.exp: New file.
3610 * gdb.perf/gmonster2-runto-main.exp: New file.
3611 * gdb.perf/gmonster2-select-file.exp: New file.
3612 * gdb.perf/gmonster2.cc: New file.
3613 * gdb.perf/gmonster2.exp: New file.
3614
6eab34f3
DE
36152015-07-24 Doug Evans <dje@google.com>
3616
3617 * gdb.perf/README: New file.
3618 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3619 * lib/gen-perf-test.exp: New file.
3620
63738bfd
DE
36212015-07-24 Doug Evans <dje@google.com>
3622
3623 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3624 (PerfTest::startup): New function.
3625 (PerfTest::run): Return result of calling body.
3626 (PerfTest::assemble): Rewrite.
3627 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3628 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3629 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3630 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3631 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3632
7b606f95
DE
36332015-07-24 Doug Evans <dje@google.com>
3634
3635 * lib/gdb.exp (clean_restart): Make executable optional.
3636
a97b16b8
DE
36372015-07-24 Doug Evans <dje@google.com>
3638
3639 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3640 compiler_info references.
3641 * gdb.cp/temargs.exp: Ditto.
3642 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3643 (get_compiler_info): Early exit if already computed. Set compiler_info
3644 to "unknown" if there was a problem.
3645 (test_compiler_info): Add function comment. Call get_compiler_info.
3646
35baa57f
DE
36472015-07-24 Doug Evans <dje@google.com>
3648
3649 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3650 (workers/%.worker, build-perf): New rule.
3651 (GDB_PERFTEST_MODE): New variable.
3652 (check-perf): Use it.
3653 (clean): Clean up gdb.perf parallel build subdirs.
3654 * lib/build-piece.exp: New file.
3655 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3656 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3657 name.
3658 (standard_temp_file): Ditto.
3659 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3660 of $GDB_PARALLEL.
3661
6ebea266
DE
36622015-07-24 Doug Evans <dje@google.com>
3663
3664 * lib/future.exp (gdb_default_target_compile): New option
3665 "early_flags".
3666 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3667 --as-needed.
3668
1e76a7e9
SDJ
36692015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3670
3671 * gdb.base/catch-syscall.exp: Call gdb_exit before
3672 gdb_skip_xml_test.
3673
5068630a
PA
36742015-07-24 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.python/py-events.exp: Accept output between the stop event
3677 and the prompt.
3678 * gdb.python/py-evsignal.exp: Likewise.
3679 * gdb.python/py-evthreads.exp: Likewise.
3680
77598427
PA
36812015-07-24 Pedro Alves <palves@redhat.com>
3682
3683 PR gdb/18717
3684 * gdb.threads/non-ldr-exit.c: New file.
3685 * gdb.threads/non-ldr-exit.exp: New file.
3686
11e6c98f
YQ
36872015-07-24 Yao Qi <yao.qi@linaro.org>
3688
3689 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3690 restarting process.
3691
51aee833
YQ
36922015-07-24 Yao Qi <yao.qi@linaro.org>
3693
3694 * gdb.server/ext-restart.exp: New file.
3695
8cfe207c
YQ
36962015-07-24 Yao Qi <yao.qi@linaro.org>
3697
3698 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3699 argument options.
3700 * gdb.server/ext-wrapper.exp: New file.
3701
cc12ce38
DE
37022015-07-23 Doug Evans <dje@google.com>
3703
3704 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3705 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3706
d0d84780
PMR
37072015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3708
3709 * gdb.ada/var_arr_typedef.exp: New testcase.
3710 * gdb.ada/var_arr_typedef/pack.adb: New file.
3711 * gdb.ada/var_arr_typedef/pack.ads: New file.
3712 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3713
8b558f79
JB
37142015-07-20 Joel Brobecker <brobecker@adacore.com>
3715
3716 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3717
775a3298
JK
37182015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 * gdb.arch/i386-biarch-core.exp: Replace istarget
3721 by "complete set gnutarget". Remove expectation for the "core-file"
3722 command.
3723
db1ff28b
JK
37242015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 Revert the previous commit:
3727 Tests for validate symbol file using build-id.
3728
0a94970d
JK
37292015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3730
3731 Tests for validate symbol file using build-id.
3732 * gdb.base/solib-mismatch-lib.c: New file.
3733 * gdb.base/solib-mismatch-libmod.c: New file.
3734 * gdb.base/solib-mismatch.c: New file.
3735 * gdb.base/solib-mismatch.exp: New file.
3736
03346981
SL
37372015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3738
3739 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3740 nios2-*-linux*.
3741 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3742 * gdb.base/siginfo.exp: Likewise.
3743 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3744
42422cc7
PL
37452015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3746
3747 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3748 Move it to ...
3749 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3750 ... here.
3751 * gdb.trace/range-stepping.exp: Check that the target supports
3752 range stepping.
3753
cfa68bae
JK
37542015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3757
8ffdba26
PA
37582015-07-14 Pedro Alves <palves@redhat.com>
3759
3760 * gdb.base/killed-outside.exp: New file.
3761 * gdb.base/killed-outside.c: New file.
3762
218a5a11
JK
37632015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3766 (n at main): New.
3767 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3768
e03ed3c6
AA
37692015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3770
3771 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3772 infcall tests instead of setting up for KFAIL.
3773
485668e5
MM
37742015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3775
3776 * gdb.btrace/record_goto-step.exp: New.
3777
08464196
JK
37782015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3779
3780 PR compile/18484
3781 * gdb.compile/compile.c (struct struct_type): Add volatile to
3782 selffield's type.
3783 * gdb.compile/compile.exp
3784 (compile code struct_object.selffield = &struct_object): Skip further
3785 struct_object tests if this one xfails.
3786
bcf5c1d9
RC
37872015-07-08 Robert O'Callahan <robert@ocallahan.org>
3788
3789 PR exp/18617
3790 * gdb.trace/ax.exp: Add test.
3791
4931af25
YQ
37922015-07-07 Yao Qi <yao.qi@linaro.org>
3793
3794 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3795 instead of istarget "aarch64*-*-*".
3796 * gdb.arch/aarch64-fp.exp: Likewise.
3797 * gdb.base/float.exp: Likewise.
3798 * gdb.reverse/aarch64.exp: Likewise.
3799 * lib/gdb.exp (is_aarch64_target): New proc.
3800
9fcf688e
YQ
38012015-07-07 Yao Qi <yao.qi@linaro.org>
3802
3803 * lib/gdb.exp (is_aarch32_target): New proc.
3804 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3805 instead of "istarget "arm*-*-*"".
3806 * gdb.arch/arm-disp-step.exp: Likewise.
3807 * gdb.arch/thumb-bx-pc.exp: Likewise.
3808 * gdb.arch/thumb-prologue.exp: Likewise.
3809 * gdb.arch/thumb-singlestep.exp: Likewise.
3810 * gdb.base/disp-step-syscall.exp: Likewise.
3811 * gdb.base/float.exp: Likewise.
3812
fbd8d50d
YQ
38132015-07-07 Yao Qi <yao.qi@linaro.org>
3814
3815 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3816 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3817
71be1fdc
YQ
38182015-07-07 Yao Qi <yao.qi@linaro.org>
3819
3820 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3821 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3822 if it exists.
3823 * gdb.multi/multi-arch.exp: Likewise.
3824
3e221d36
SM
38252015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3826
3827 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3828 print.
3829
d441430b
YQ
38302015-07-07 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3833
06f810bd
MG
38342015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3835
3836 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3837 '[' and ']' characters.
3838
5e61e7c0
IB
38392015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3840
3841 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3842
28bf096c
PA
38432015-06-29 Pedro Alves <palves@redhat.com>
3844
3845 PR threads/18127
3846 * gdb.threads/hand-call-new-thread.c: New file.
3847 * gdb.threads/hand-call-new-thread.c: New file.
3848
ee93cd5e
KS
38492015-06-26 Keith Seitz <keiths@redhat.com>
3850 Doug Evans <dje@google.com>
3851
3852 PR 16253
3853 * gdb.cp/var-tag-2.cc: New file.
3854 * gdb.cp/var-tag-3.cc: New file.
3855 * gdb.cp/var-tag-4.cc: New file.
3856 * gdb.cp/var-tag.cc: New file.
3857 * gdb.cp/var-tag.exp: New file.
3858
fc637f04
PP
38592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3860
3861 * gdb.base/history-duplicates.exp: New test.
3862
2e52ae68
PP
38632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3864
3865 * gdb.base/completion.exp: Test the completion of the "focus"
3866 command.
3867
6e22494e
JK
38682015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * gdb.arch/amd64-prologue-skip.S: New file.
3871 * gdb.arch/amd64-prologue-skip.exp: New file.
3872
bf7b9cd9
SM
38732015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3874
3875 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3876 is_address_zero_readable check.
3877
201e8dfd
PB
38782015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3879
3880 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3881 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3882
5cd867b4
YQ
38832015-06-24 Yao Qi <yao.qi@linaro.org>
3884
3885 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3886 linux targets.
3887
4d7be007
YQ
38882015-06-24 Yao Qi <yao.qi@linaro.org>
3889
3890 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3891 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3892 * gdb.base/siginfo-thread.exp: Likewise.
3893
07fcd301
YQ
38942015-06-22 Yao Qi <yao.qi@linaro.org>
3895
3896 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3897
52042a00
YQ
38982015-06-22 Yao Qi <yao.qi@linaro.org>
3899
3900 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3901 aarch64*-*-*.
3902 (skip_hw_watchpoint_tests): Likewise.
3903
74bd41ce
PP
39042015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3905
3906 * gdb.base/gdbinit-history.exp: Test the interaction between
3907 setting GDBHISTSIZE and setting the history size via .gdbinit.
3908
bc460514
PP
39092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3910
3911 PR gdb/16999
3912 * gdb.base/gdbhistsize-history.exp: New test.
3913
b58c513b
PP
39142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3915
3916 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3917 with GDBHISTSIZE.
3918 * gdb.base/readline.exp: Likewise.
3919
92046791
YQ
39202015-06-17 Yao Qi <yao.qi@linaro.org>
3921
3922 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3923 line.
3924
2093d2d3
PP
39252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3926
3927 * gdb.base/gdbinit-history.exp: Add test case to check that
3928 an unlimited history file does not get truncated on exit.
3929
e6c693af
AA
39302015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3931
3932 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3933 (VECTOR): New macro. Use it...
3934 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3935 ...for these typedefs.
3936 (int8, char1, int1, double1): New typedefs.
3937 (struct just_int2, struct two_int2): New structures.
3938 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3939 (add_structvecs, add_singlevecs): New functions.
3940 (main): Call add_some_intvecs twice.
3941 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3942 the compile and exit upon failure. Try compiling for the "native"
3943 architecture. Test inferior function calls with vector arguments
3944 and vector return value handling with "finish" and "return".
3945
c74f7d1c
JT
39462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3947
3948 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3949 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3950 PE file.
3951 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3952
98aa42ee
AT
39532015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3954
3955 PR breakpoints/16465
3956 * gdb.mi/mi-dprintf-pending.c: New file.
3957 * gdb.mi/mi-dprintf-pending.exp: New test.
3958 * gdb.mi/mi-dprintf-pendshr.c: New file.
3959
7d73c23c 39602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3961 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3962
3963 * gdb.arch/i386-mpx-map.c: New file.
3964 * gdb.arch/i386-mpx-map.exp: New File.
3965
39662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3967
3968 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3969 * gdb.arch/i386-mpx.exp: Indentation fixed.
3970
39712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3972
3973 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3974 function and improved indentation.
3975 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3976 gdb_test_multiple. Added additional tests to skip the test.
3977
39782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3979
3980 * gdb.arch/i386-avx512.c: Change path in include file.
3981 * gdb.arch/i386-avx512.exp: Change include dir path
3982 compilation flag.
3983 * gdb.arch/i386-mpx.c: Change path in include file.
3984 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3985 flag.
3986
d5eba19a
JK
39872015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 * gdb.compile/compile-print.exp (compile print *vararray@3)
3990 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3991
7f361056
JK
39922015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3995 (do not keep jit in memory): ... this.
3996 (expect 5): Change it to ...
3997 (expect no 5): ... this.
3998
3b462ec2
SM
39992015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4000
4001 PR gdb/15564
4002 * gdb.mi/mi-detach.exp: New file.
4003
e0619de6
JK
40042015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 PR symtab/18392
4007 * gdb.arch/amd64-tailcall-self.S: New file.
4008 * gdb.arch/amd64-tailcall-self.c: New file.
4009 * gdb.arch/amd64-tailcall-self.exp: New file.
4010
e970cb34
DB
40112015-05-28 Don Breazeal <donb@codesourcery.com>
4012
4013 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4014 tests for remote targets by checking is_target_gdbserver.
4015
b2e2f908
DE
40162015-05-27 Doug Evans <dje@google.com>
4017
4018 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4019 * gdb.dwarf2/opaque-type-lookup.c: New file.
4020 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4021
82c7be31
DE
40222015-05-26 Doug Evans <dje@google.com>
4023
4024 * gdb.cp/iostream.cc: New file.
4025 * gdb.cp/iostream.exp: New file.
4026
b4f54984
DE
40272015-05-26 Doug Evans <dje@google.com>
4028
4029 * gdb.dwarf2/dw2-op-call.exp: Update.
4030 * gdb.dwarf2/dw4-sig-types.exp: Update.
4031 * gdb.dwarf2/implptr.exp: Update.
4032 * gdb.mi/mi-cmd-param-changed.exp: Update.
4033
4ea6efe9
DE
40342015-05-26 Doug Evans <dje@google.com>
4035
4036 * gdb.python/py-lazy-string.c: New file.
4037 * gdb.python/py-lazy-string.exp: New file.
4038 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4039 (main): Update. Add estring3.
4040 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4041 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4042
f6bb7db3
YQ
40432015-05-26 Omair Javaid <omair.javaid@linaro.org>
4044 Yao Qi <yao.qi@linaro.org>
4045
4046 * gdb.reverse/aarch64.c: New.
4047 * gdb.reverse/aarch64.exp: New.
4048
a81bfbd0
OJ
40492015-05-26 Omair Javaid <omair.javaid@linaro.org>
4050
25d49b86
PA
4051 * lib/gdb.exp (supports_process_record): Return true for
4052 aarch64*-linux*.
a81bfbd0
OJ
4053 (supports_reverse): Likewise.
4054
158bf1b4
PP
40552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4056
4057 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4058 Use with_test_prefix.
4059
a0145030
AB
40602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.base/completion.exp: Add test for completion of layout
4063 names.
4064
ebe3b578
AB
40652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4066
4067 * lib/gdb.exp (skip_tui_tests): New proc.
4068 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4069
84204ed7
PA
40702015-05-19 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4073 Save the whole env array instead of just HOME. Unset HISTSIZE in
4074 the environment while testing. Restore whole environment
4075 afterwards.
4076
37442ce1
DE
40772015-05-16 Doug Evans <xdje42@gmail.com>
4078
4079 * gdb.guile/scm-ports.c: New file.
4080 * gdb.guile/scm-ports.exp: Add memory port tests.
4081
36de76f9
JK
40822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * gdb.compile/compile-print.c: New file.
4085 * gdb.compile/compile-print.exp: New file.
4086
3a9558c4
JK
40872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 * gdb.compile/compile-ops.exp: Cast param to void.
4090 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4091 (compile code struct_object.selffield = &struct_object): Add xfail.
4092
aa715135
JG
40932015-05-15 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/arr_enum_with_gap: New testcase.
4096
931e5bc3
JG
40972015-05-15 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.ada/byte_packed_arr: New testcase.
4100
9cd4d857
JB
41012015-05-15 Joel Brobecker <brobecker@adacore.com>
4102
4103 * gdb.ada/pckd_neg: New testcase.
4104
ebfd00d2
PP
41052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4106
4107 PR gdb/17820
4108 * gdb.base/gdbinit-history.exp: New test.
4109 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4110 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4111
4c082a81
SC
41122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4113
4114 * gdb.python/py-xmethods.cc: Enhance test case.
4115 * gdb.python/py-xmethods.exp: New tests.
4116 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4117 function.
4118 (B_indexoper): Likewise.
4119 (global_dm_list) : Add new xmethod worker functions.
4120
f7797074
SDJ
41212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4122
4123 * gdb.base/coredump-filter.exp: Correctly unset
4124 "coredump_var_addr" array.
4125
a4674e4e
PA
41262015-05-08 Pedro Alves <palves@redhat.com>
4127
4128 * gdb.server/non-existing-program.exp: Unset spawn_id.
4129
df2eb078
SC
41302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4131
4132 PR python/18291
4133 * gdb.python/py-xmethods.exp: Add tests.
4134
422349a3
YQ
41352015-05-08 Yao Qi <yao.qi@linaro.org>
4136
4137 PR gdb/18208
4138 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4139 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4140 function set_coredump_filter, and remove remote_exec call.
4141 Remove argument ipid. Callers update.
4142 (top level): Don't get inferior's PID.
4143
63fc80ce
AA
41442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4145
4146 * gdb.base/watch_thread_num.exp: Skip test on targets without
4147 access watchpoints.
4148
80ad801e
PA
41492015-05-06 Pedro Alves <palves@redhat.com>
4150
4151 PR server/18081
4152 * gdb.server/non-existing-program.exp: New file.
4153
0fa7fe50
JB
41542015-05-05 Joel Brobecker <brobecker@adacore.com>
4155
4156 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4157
3ea89b92
PMR
41582015-05-05 Joel Brobecker <brobecker@adacore.com>
4159
4160 * gdb.ada/out_of_line_in_inlined: New testcase.
4161
87b8eff0
JB
41622015-05-05 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.ada/var_rec_arr: New testcase.
4165
5fccc635
YQ
41662015-04-30 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.base/break-idempotent.exp: If
4169 skip_hw_watchpoint_multi_tests returns true, skip the tests
4170 on "rwatch" and "awatch".
4171
42d38f42
YQ
41722015-04-30 Yao Qi <yao.qi@linaro.org>
4173
4174 * gdb.base/relativedebug.exp: Invoke gdb command
4175 "info sharedlibrary", and if libc.so doesn't have debug info,
4176 skip the test.
4177
2ce1cdbf
DE
41782015-04-29 Doug Evans <dje@google.com>
4179
4180 * gdb.python/py-xmethods.exp: Add ptype tests.
4181 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4182 get_result_type method.
4183
f24a38c5
LM
41842015-04-29 Luis Machado <lgustavo@codesourcery.com>
4185
4186 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4187 the target does not support hardware watchpoints.
4188
ecbf2b3c
LM
41892015-04-29 Luis Machado <lgustavo@codesourcery.com>
4190
4191 * gdb.base/break-always.exp: Abort testing if writing to memory
4192 causes an error.
4193
34f5f757
DE
41942015-04-28 Doug Evans <dje@google.com>
4195
4196 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4197 * gdb.python/py-pp-registration.exp: ... here. New file.
4198 * gdb.python/py-pp-registration.c: New file.
4199 * gdb.python/py-pp-registration.py: New file.
4200
69b4374a
DE
42012015-04-28 Doug Evans <dje@google.com>
4202
4203 * gdb.python/py-bad-printers.c: New file.
4204 * gdb.python/py-bad-printers.py: New file.
4205 * gdb.python/py-bad-printers.exp: New file.
4206
59fb7612
SS
42072015-04-28 Sasha Smundak <asmundak@google.com>
4208
4209 * gdb.python/py-type.exp: New test.
4210
2631b16a
AW
42112015-04-28 Andy Wingo <wingo@igalia.com>
4212
4213 * gdb.python/py-parameter.exp:
4214 * gdb.guile/scm-parameter.exp: Escape the path that we are
4215 matching against, as it might contain characters that are special
4216 to regular expressions.
4217
460efde1
JB
42182015-04-27 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.ada/rec_comp: New testcase.
4221
2d369d8e
SDJ
42222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4223
4224 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4225 before using it.
4226
cf75d6c3
AB
42272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4228
4229 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4230 new tests for verilog output.
4231
8dbe7ca5
YQ
42322015-04-24 Yao Qi <yao.qi@linaro.org>
4233
4234 * boards/remote-gdbserver-on-localhost.exp: New file.
4235
4ef9fb2f
PA
42362015-04-23 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4239 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4240 "end of file", remove $inferior_spawn_id from the indirect list.
4241
0a803169
PA
42422015-04-23 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4245
749ef8f8
PA
42462015-04-23 Pedro Alves <palves@redhat.com>
4247
4248 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4249 on $any_spawn_id instead of only on $gdb_spawn_id.
4250
8aae4344
PM
42512015-04-21 Pierre Muller <muller@sourceware.org>
4252
4253 PR pascal/17815
4254 * lib/pascal.exp (gpc_compile): Add new option "class".
4255 (fpc_compile): Likewise.
4256 * gdb.pascal/case-insensitive-symbols.pas: New file.
4257 * gdb.pascal/case-insensitive-symbols.exp: New file.
4258
1586c8fb
GB
42592015-04-20 Gary Benson <gbenson@redhat.com>
4260
4261 * gdb.base/attach.exp: Fix three extended remote failures.
4262
1b6e6f5c
GB
42632015-04-17 Gary Benson <gbenson@redhat.com>
4264
4265 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4266 the main executable over the remote protocol.
4267
e797481d
PA
42682015-04-16 Pedro Alves <palves@redhat.com>
4269
4270 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4271 a new gdbserver if gdbserver_reconnect_p is set.
4272
1ca99c42
PA
42732015-04-16 Pedro Alves <palves@redhat.com>
4274
4275 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4276 is set, don't exit gdbserver.
4277
af9fd6f8
AA
42782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4279
4280 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4281 appropriate .insn, such that an older assembler can be used.
4282 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4283 the z/Architecture instruction set on 31-bit targets as well.
4284
04ff1e61
AA
42852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4286
4287 * gdb.go/handcall.exp: Remove all logic related to the first
4288 breakpoint and rely on go_runto_main instead.
4289 * gdb.go/strings.exp: Likewise.
4290 * gdb.go/unsafe.exp: Likewise.
4291 * gdb.go/hello.exp: Likewise. Also rename the remaining
4292 breakpoint marker to "breakpoint 1".
4293 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4294 * gdb.go/strings.go: Likewise.
4295 * gdb.go/unsafe.go: Likewise.
4296 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4297 "set breakpoint 2 here" and rename the remaining breakpoint marker
4298 to "breakpoint 1".
4299
40d2f8d6
SM
43002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4303 if itertools.imap is not present.
4304 * gdb.python/py-objfile.exp: Add parentheses.
4305 * gdb.python/py-type.exp: Same.
4306 * gdb.python/py-unwind-maint.py: Same.
4307
8cbc97c6
YQ
43082015-04-15 Yao Qi <yao.qi@linaro.org>
4309
4310 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4311 of ":$ptr_size" and set its form explicitly.
4312
45fd756c
YQ
43132015-04-15 Pedro Alves <palves@redhat.com>
4314 Yao Qi <yao.qi@linaro.org>
4315
4316 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4317 timeout by factor of 4.
4318 (test_regular_watch): Likewise.
4319 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4320 * gdb.reverse/sigall-reverse.exp: Likewise.
4321 * gdb.reverse/until-precsave.exp: Likewise.
4322 * lib/gdb.exp (with_timeout_factor): New proc.
4323 (gdb_expect): Move some code to ...
4324 (get_largest_timeout): ... here. New procedure.
4325
9e811bc3
LM
43262015-04-14 Luis Machado <lgustavo@codesourcery.com>
4327
4328 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4329
0ff6fcb2
LM
43302015-04-13 Luis Machado <lgustavo@codesourcery.com>
4331
4332 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4333 to write to the .text section.
4334
7578d5f7
LM
43352015-04-13 Luis Machado <lgustavo@codesourcery.com>
4336
4337 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4338 Handle the case of targets that do not provide PID information.
4339
2efe15c4
YQ
43402015-04-13 Yao Qi <yao.qi@linaro.org>
4341
4342 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4343 and use expect instead of gdb_expect.
4344
8cd8f2f8
SDJ
43452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4346
4347 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4348 "coredump_var_addr" to avoid naming conflict with other testcases.
4349
9ee41772
PA
43502015-04-10 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4353 gdb_test_sequence and gdb_assert.
4354
07473109
PA
43552015-04-10 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4358 test messages that don't include the breakpoint address.
4359
de3db44c
YQ
43602015-04-10 Yao Qi <yao.qi@linaro.org>
4361
4362 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4363 false for some offset and width combinations which aren't
4364 supported by linux kernel.
4365
c79d856c
PA
43662015-04-10 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4369 procedure, factored out from ...
4370 (top level): ... here. Add "set displaced-stepping" testing axis.
4371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4372 parameter "displaced". Use it.
4373 (top level): Use foreach and add "set displaced-stepping" testing
4374 axis.
4375
ebc90b50
PA
43762015-04-10 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4379 Remove comment.
4380 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4381 both the address of the instruction that triggers the watchpoint
4382 and the address of the instruction immediately after, and use
4383 those addresses for the test. Fix comment.
4384
8f572e5c
PA
43852015-04-10 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/sigstep.exp (breakpoint_to_handler)
4388 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4389 Test "backtrace" in handler.
4390 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4391 (top level): Add new "displaced" test axis to
4392 breakpoint_to_handler, breakpoint_to_handler_entry and
4393 breakpoint_over_handler.
4394
8d707a12
PA
43952015-04-10 Pedro Alves <palves@redhat.com>
4396
4397 PR gdb/18216
4398 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4399
ef713951
YQ
44002015-04-10 Yao Qi <yao.qi@linaro.org>
4401
4402 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4403 (test_add_rn_pc): New function.
4404 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4405 (top level): Invoke test_add_rn_pc.
4406
906d60cf
PA
44072015-04-10 Pedro Alves <palves@redhat.com>
4408
4409 PR gdb/13858
4410 * gdb.base/step-over-no-symbols.exp: New file.
4411
f2983cc3
AW
44122015-04-09 Andy Wingo <wingo@igalia.com>
4413
4414 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4415 after the Python tests.
4416
6d62641c
SDJ
44172015-04-08 Keith Seitz <keiths@redhat.com>
4418
4419 PR python/16699
4420 * gdb.python/py-completion.exp: New tests for completion.
4421 * gdb.python/py-completion.py (CompleteLimit1): New class.
4422 (CompleteLimit2): Likewise.
4423 (CompleteLimit3): Likewise.
4424 (CompleteLimit4): Likewise.
4425 (CompleteLimit5): Likewise.
4426 (CompleteLimit6): Likewise.
4427 (CompleteLimit7): Likewise.
4428
f3770638
PA
44292015-04-08 Pedro Alves <palves@redhat.com>
4430
4431 PR gdb/18214
4432 PR gdb/18216
4433 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4434 function.
4435 (main): Install it as SIGUSR1 handler.
4436 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4437 parameter. Always use "setup" as prefix. Toggle "set
4438 displaced-stepping" off/on depending on global. Don't switch to
4439 thread 1 here.
4440 (top level): Add displaced stepping "off/on" test axis. Update
4441 "setup" calls. Wrap each subtest with with_test_prefix. Test
4442 continuing with a queued signal in each thread.
4443
4496bed7
PA
44442015-04-08 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4447 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4448 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4449 Return early if running to main fails.
4450 * gdb.trace/while-stepping.exp: Likewise.
4451
b97fde92
PA
44522015-04-07 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4455 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4456 interact with inferior program.
4457
f71c18e7
PA
44582015-04-07 Pedro Alves <palves@redhat.com>
4459
4460 * lib/gdb.exp (inferior_spawn_id): New global.
4461 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4462 spawn id after processing the user code.
4463 (default_gdb_start): Set inferior_spawn_id.
4464 (send_inferior): New procedure.
4465 * lib/gdbserver-support.exp (gdbserver_start): Set
4466 inferior_spawn_id.
4467 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4468
6423214f
PA
44692015-04-07 Pedro Alves <palves@redhat.com>
4470
4471 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4472 * lib/gdbserver-support.exp (gdbserver_start): Make
4473 $server_spawn_id global.
4474 (gdbserver_start): Don't wait for gdbserver's spawn id with
4475 expect_background.
4476 (close_gdbserver): New procedure.
4477 (gdb_exit): Rename the default version and reimplement.
4478
71c0ee8c
PA
44792015-04-07 Pedro Alves <palves@redhat.com>
4480
72f4393d 4481 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4482 append the substituted item, not the original item.
4483
203bc29b
PA
44842015-04-07 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4487 gdb_expect.
4488
508a3ddf
PA
44892015-04-07 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4492 output appearing once only.
4493
9f6dbe2b
PA
44942015-04-07 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4497 that doesn't expect anything. Return early if running to main
4498 fails.
4499
337532fa
YQ
45002015-04-07 Yao Qi <yao.qi@linaro.org>
4501
4502 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4503 (child_function): Call alarm.
4504 (main): Move call to alarm into the loop.
4505 * gdb.threads/non-stop-fair-events.exp: Build program with
4506 -DTIMEOUT=$timeout.
4507
01b622d4
DE
45082015-04-06 Doug Evans <xdje42@gmail.com>
4509
4510 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4511 Fix dest parameter to board_info.
4512 (fpc_compile): Ditto.
4513 (gdb_compile_pascal): Rename dest arg to destfile.
4514
961f4160
PMR
45152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4516
4517 * gdb.ada/funcall_ref.exp: New file.
4518 * gdb.ada/funcall_ref/foo.adb: New file.
4519
cafda597
YQ
45202015-04-02 Yao Qi <yao.qi@linaro.org>
4521
4522 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4523 is remote.
4524
fed040c6
GB
45252015-04-02 Gary Benson <gbenson@redhat.com>
4526
4527 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4528
d11916aa
SS
45292015-04-01 Sasha Smundak <asmundak@google.com>
4530
4531 * gdb.python/py-unwind-maint.c: New file.
4532 * gdb.python/py-unwind-maint.exp: New test.
4533 * gdb.python/py-unwind-maint.py: New file.
4534 * gdb.python/py-unwind.c: New file.
4535 * gdb.python/py-unwind.exp: New test.
4536 * gdb.python/py-unwind.py: New test.
4537
a1471180
PA
45382015-04-01 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4541 to fail instead of non-existent $test.
4542
0bbeccb1
PA
45432015-04-01 Pedro Alves <palves@redhat.com>
4544
4545 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4546 GDBFLAGS if not empty.
4547
3c724c8c
PMR
45482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4549
4550 * gdb.ada/complete.exp: Remove "multi_line".
4551 * gdb.ada/info_exc.exp: Remove "multi_line".
4552 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4553 * gdb.ada/ptype_field.exp: Remove "multi_line".
4554 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4555 * gdb.ada/tagged.exp: Remove "multi_line".
4556 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4557 [multi_line ...]
4558 * gdb.btrace/delta.exp: Likewise.
4559 * gdb.btrace/exception.exp: Likewise.
4560 * gdb.btrace/function_call_history.exp: Likewise.
4561 * gdb.btrace/instruction_history.exp: Likewise.
4562 * gdb.btrace/nohist.exp: Likewise.
4563 * gdb.btrace/record_goto.exp: Likewise.
4564 * gdb.btrace/segv.exp: Likewise.
4565 * gdb.btrace/stepi.exp: Likewise.
4566 * gdb.btrace/tailcall.exp: Likewise.
4567 * gdb.btrace/unknown_functions.exp: Likewise.
4568 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4569 * lib/gdb.exp: Add the "multi_line" helper.
4570
4eec2deb
PA
45712015-04-01 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.threads/tid-reuse.c: New file.
4574 * gdb.threads/tid-reuse.exp: New file.
4575
df8411da
SDJ
45762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4577
4578 PR corefiles/16092
4579 * gdb.base/coredump-filter.c: New file.
4580 * gdb.base/coredump-filter.exp: Likewise.
4581
6ef37366
PM
45822015-03-27 Petr Machata <pmachata@redhat.com>
4583
4584 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4585 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4586 (Dwarf::assemble): Initialize them.
4587 (Dwarf::lines): New function.
4588
7ec911b0
JT
45892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4590
4591 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4592 SYMBOL_PREFIX for x86_64-*-cygwin.
4593
ff908ebf
AW
45942015-03-26 Andy Wingo <wingo@igalia.com>
4595
4596 PR symtab/18148
4597 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4598 const_value but not a location.
4599 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4600 location defined in non-main CUs are visible.
4601
6d5f0679
YQ
46022015-03-26 Yao Qi <yao.qi@linaro.org>
4603
4604 PR testsuite/18139
4605 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4606 Add a line number entry for the same line.
4607 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4608 Add a line number entry for the same line.
4609
2898689b
YQ
46102015-03-26 Yao Qi <yao.qi@linaro.org>
4611
4612 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4613 .int 0.
4614 (func): Likewise. Add .Lfunc_1 label.
4615 Use .Lfunc_1 label.
4616 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4617 .int 0.
4618 (func): Likewise.
4619 Use .Lfunc_1 label.
4620
85180498
YQ
46212015-03-26 Yao Qi <yao.qi@linaro.org>
4622
4623 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4624 Call gdb_compile instead to compile each .s files without debug
4625 information.
4626
8aa08a8d
YQ
46272015-03-26 Yao Qi <yao.qi@linaro.org>
4628
4629 * gdb.base/savedregs.exp (process_saved_regs): Make
4630 "Saved registers:" optional in the pattern.
4631
66849923
MM
46322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4633
4634 * gdb.btrace/next.exp: Merged into step.exp.
4635 * gdb.btrace/finish.exp: Merged into step.exp.
4636 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4637 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4638 "record goto" and checking the exact replay position.
4639 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4640 check for "Recording format" in "info record" output.
4641 * gdb.btrace/record_goto.exp: Choose test file based on target.
4642 * gdb.btrace/x86-record_goto.S: Renamed into ...
4643 * gdb.btrace/x86_64-record_goto.S: ... this.
4644 * gdb.btrace/i686-record_goto.S: New.
4645 * gdb.btrace/x86-tailcall.S: Renamed into ...
4646 * gdb.btrace/x86_64-tailcall.S: ... this.
4647 * gdb.btrace/i686-tailcall.S: New.
4648 * gdb.btrace/x86-tailcall.c: Renamed into ...
4649 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4650 separate statements. Update test.
4651 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4652 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4653 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4654 * gdb.btrace/tailcall.exp: Choose test file based on target.
4655 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4656
11cc1b74
MM
46572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4658
4659 * gdb.btrace/exception.exp: Increase BTS buffer size.
4660
a25d8bf9
PA
46612015-03-24 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4664
856e7dd6
PA
46652015-03-24 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.threads/schedlock.exp (test_step): No longer expect that
4668 "set scheduler-locking step" with "next" over a function call runs
4669 threads unlocked.
4670
ad235a41
AT
46712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4672
4673 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4674
15630549
AT
46752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4676
4677 PR breakpoints/16466
4678 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4679 * gdb.mi/mi-pending.c (thread_func): New function.
4680 (int main): Add threading support required.
4681 * gdb.mi/mi-pending.exp: Add tests for this issue.
4682 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4683 (pendfunc2): Remove stdio dependency.
4684 * gdb.mi/mi-pendshr2.c: New file.
4685
693dca06
KS
46862015-03-23 Keith Seitz <keiths@redhat.com>
4687
4688 * gdb.linespec/keywords.c: New file.
4689 * gdb.linespec/keywords.exp: New file.
4690
7e993ebf
KS
46912015-03-23 Keith Seitz <keiths@redhat.com>
4692
4693 PR gdb/18021
4694 * gdb.dwarf2/staticvirtual.exp: New test.
4695
bc23328c
JK
46962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4699 * README: Remove HP-UX and gdb.hp.
4700 (configuration):
4701 * configure: Regenerate.
4702 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4703 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4704 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4705 gdb.hp/gdb.defects/Makefile.
4706 * gdb.hp/Makefile.in: File deleted.
4707 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4708 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4709 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4710 * gdb.hp/gdb.aCC/run.c: File deleted.
4711 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4712 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4713 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4714 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4715 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4716 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4717 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4718 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4719 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4720 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4721 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4722 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4723 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4724 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4725 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4726 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4727 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4728 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4729 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4730 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4731 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4732 * gdb.hp/gdb.compat/average.c: File deleted.
4733 * gdb.hp/gdb.compat/sum.c: File deleted.
4734 * gdb.hp/gdb.compat/xdb.c: File deleted.
4735 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4736 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4737 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4738 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4739 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4740 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4741 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4742 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4743 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4744 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4745 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4746 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4747 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4748 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4749 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4750 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4751 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4752 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4753 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4754 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4755 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4756 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4757 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4758 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4759 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4760 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4761 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4762 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4763 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4764 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4765 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4766 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4767 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4768 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4769 * gdb.hp/tools/odump: File deleted.
4770
8bf3b159
PA
47712015-03-19 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4774 (saw_thread_3): New globals.
4775 (top level): Increment them when an event for the corresponding
4776 thread is seen.
4777 (no thread starvation): New test.
4778
eb54c8bf
PA
47792015-03-19 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.threads/continue-pending-status.c: New file.
4782 * gdb.threads/continue-pending-status.exp: New file.
4783
32d2e5d6
PA
47842015-03-18 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4787 Use gdb_is_target_remote instead of is_remote. Use
4788 gdb_test_multiple instead of gdb_expect. Exit early if
4789 gdb_test_multiple hits its internal matches. Tighten stepi tests
4790 expected output. Fail on exit with any signal, instead of just
4791 SIGILL.
4792
f68f11b7
YQ
47932015-03-18 Yao Qi <yao.qi@linaro.org>
4794
4795 PR tdep/18107
4796 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4797 variable.
4798 * gdb.base/catch-syscall.exp: Don't skip it on
4799 aarch64*-*-linux* target. Remove elements in all_syscalls.
4800 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4801 target.
4802 (setup_all_syscalls): New proc.
4803
ca5fd19b
YQ
48042015-03-16 Yao Qi <yao.qi@linaro.org>
4805
4806 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4807 (top level): Skip tests if valid_addr_p returns false for
4808 $cmd1 or $cmd2.
4809
85642ba0
AW
48102015-03-11 Andy Wingo <wingo@igalia.com>
4811
4812 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4813
e03f9645
YQ
48142015-03-11 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.base/catch-syscall.exp: Fix typo in comments.
4817
5d0962b2
YQ
48182015-03-11 Yao Qi <yao.qi@linaro.org>
4819
4820 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4821
b2df3cef
PA
48222015-03-09 Pedro Alves <palves@redhat.com>
4823
4824 * dg-extract-results.py: Delete.
4825
ef878e53
PA
48262015-03-09 Pedro Alves <palves@redhat.com>
4827
4828 Merge dg-extract-results.sh from GCC upstream (r218843).
4829
4830 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4831 * dg-extract-results.sh: Use --text with grep to avoid issues with
4832 binary files. Fall back to cat -v, if that doesn't work.
4833
9494d219
PA
48342015-03-05 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4837
a8d9763a
SM
48382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * lib/mi-support.exp (mi_expect_interrupt): Accept
4841 alternative event for when in all-stop mode.
4842
be9957b8
PA
48432015-03-04 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4846
d57be0f4 48472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4848
4849 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4850
c214c7cf
AA
48512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4852
4853 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4854 regexps for GDB's current line display, accept a hex address
4855 preceding the line number.
4856
6d74a497
AA
48572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4858
4859 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4860 the 'arch1' variable for "s390*-linux*" targets.
4861
511aee7c
PA
48622015-03-04 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4865 (main): Pass missing retval argument to pthread_join call.
4866
95e50b27
PA
48672015-03-02 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4870 (top level): Call do_test with non-stop as well.
4871
28054d69
PA
48722015-03-02 Pedro Alves <palves@redhat.com>
4873
4874 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4875 -1.
4876
4fa5d7b4
AA
48772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4878
4879 * gdb.arch/s390-vregs.exp: New test.
4880 * gdb.arch/s390-vregs.S: New file.
4881
97c18565
PA
48822015-02-27 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4885 call to catch_command_errors.
4886 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4887 catch_command_errors.
4888
a37bfa30
PA
48892015-02-27 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4892 "true" for boolean result.
4893 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4894 prototype of main.
4895
6f98576f
PA
48962015-02-27 Pedro Alves <palves@redhat.com>
4897
4898 * lib/unbuffer_output.c: New file.
4899 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4900 (main): Call gdb_unbuffer_output.
4901
eba5ab56
YQ
49022015-02-27 Yao Qi <yao.qi@linaro.org>
4903
4904 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4905 target.
4906
0def5aaa
DE
49072015-02-26 Doug Evans <dje@google.com>
4908
4909 * gdb.cp/class2.cc (Dbase, D): New classes.
4910 (main): New local delta.
4911 * gdb.cp/class2.exp: Test printing delta.
4912 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4913 (dynbar): New global.
4914 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4915
081a1c2c
JK
49162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * gdb.compile/compile-ifunc.c: New file.
4919 * gdb.compile/compile-ifunc.exp: New file.
4920
2f41223f
AT
49212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4922
4923 * gdb.base/structs.exp: Check for correct struct on finish.
4924
03eddd80
YQ
49252015-02-26 Yao Qi <yao.qi@linaro.org>
4926
4927 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4928 is zero.
4929
80c57053
JK
49302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * gdb.arch/cordic.ko.bz2: New file.
4933 * gdb.arch/cordic.ko.debug.bz2: New file.
4934 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4935
21613c12
YQ
49362015-02-25 Yao Qi <yao.qi@linaro.org>
4937
4938 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4939 aarch64*-*-* target.
4940
d8b901ed
PA
49412015-02-23 Pedro Alves <palves@redhat.com>
4942
4943 * lib/gdb.exp (delete_breakpoints): Rewrite using
4944 gdb_test_multiple.
4945
e5b85ead
PA
49462015-02-23 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/info-os.c: Include stdlib.h.
4949
85c3a371
DE
49502015-02-22 Doug Evans <xdje42@gmail.com>
4951
4952 PR symtab/17855
4953 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4954 is read after symbols have been re-read.
4955 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4956 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4957
96553a0c
DE
49582015-02-21 Doug Evans <dje@google.com>
4959
4960 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4961
97a0c697
JK
49622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4963
4964 PR corefiles/17808
4965 * gdb.arch/i386-biarch-core.core.bz2: New file.
4966 * gdb.arch/i386-biarch-core.exp: New file.
4967
a47cd6e9
PA
49682015-02-21 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4971 runto_main fails.
4972
c5facdc4
PA
49732015-02-20 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4976 info probes.
4977
2db9a427
PA
49782015-02-20 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4981
60fb7e9e
PA
49822015-02-20 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4985 clean_restart before gdb_target_supports_trace.
4986
5c5019c2
PA
49872015-02-20 Pedro Alves <palves@redhat.com>
4988
4989 PR threads/18006
4990 * gdb.threads/clone-thread_db.c: New file.
4991 * gdb.threads/clone-thread_db.exp: New file.
4992
c9587f88
AT
49932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4994
4995 PR breakpoints/16812
4996 * gdb.base/catch-gdb-caused-signals.c: New file.
4997 * gdb.base/catch-gdb-caused-signals.exp: New file.
4998
f6a88844
JM
49992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5000
5001 * configure: Regenerated.
5002 * configure.ac: Use GDB_AC_TRANSFORM.
5003 * aclocal.m4: sinclude ../transform.m4.
5004
497c491b
JM
50052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5006
5007 * lib/dtrace.exp: New file.
5008 * gdb.base/dtrace-probe.exp: Likewise.
5009 * gdb.base/dtrace-probe.d: Likewise.
5010 * gdb.base/dtrace-probe.c: Likewise.
5011 * lib/pdtrace.in: Likewise.
5012 * configure.ac: Output variables with the transformed names of
5013 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5014 * configure: Regenerated.
5015
03e98035
JM
50162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5017
5018 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5019 expected message when trying to access $_probe_* convenience
5020 variables while not on a probe.
5021
63cc30e9
JK
50222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5025
0703599a
PA
50262015-02-11 Pedro Alves <pedro@codesourcery.com>
5027
5028 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5029 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5030
7e60a48e
DE
50312015-02-10 Doug Evans <xdje42@gmail.com>
5032
5033 * lib/gdb.exp (gdb_load): Always return a result.
5034
01b088bc
PA
50352015-02-10 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.threads/signal-sigtrap.c: New file.
5038 * gdb.threads/signal-sigtrap.exp: New file.
5039
b05ec7a5
AT
50402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5041
5042 * gdb.trace/no-attach-trace.c: New file.
5043 * gdb.trace/no-attach-trace.exp: New file.
5044
a2c2acaf
MW
50452015-02-09 Mark Wielaard <mjw@redhat.com>
5046
5047 * gdb.dwarf2/atomic.c: New file.
5048 * gdb.dwarf2/atomic-type.exp: Likewise.
5049
31fd9caa
MM
50502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5051
5052 * gdb.btrace/buffer-size.exp: Update "info record" output.
5053 * gdb.btrace/delta.exp: Update "info record" output.
5054 * gdb.btrace/enable.exp: Update "info record" output.
5055 * gdb.btrace/finish.exp: Update "info record" output.
5056 * gdb.btrace/instruction_history.exp: Update "info record" output.
5057 * gdb.btrace/next.exp: Update "info record" output.
5058 * gdb.btrace/nexti.exp: Update "info record" output.
5059 * gdb.btrace/step.exp: Update "info record" output.
5060 * gdb.btrace/stepi.exp: Update "info record" output.
5061 * gdb.btrace/nohist.exp: Update "info record" output.
5062
d33501a5
MM
50632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5064
5065 * gdb.btrace/buffer-size: New.
5066
f4abbc16
MM
50672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5068
5069 * gdb.btrace/delta.exp: Update "info record" output.
5070 * gdb.btrace/enable.exp: Update "info record" output.
5071 * gdb.btrace/finish.exp: Update "info record" output.
5072 * gdb.btrace/instruction_history.exp: Update "info record" output.
5073 * gdb.btrace/next.exp: Update "info record" output.
5074 * gdb.btrace/nexti.exp: Update "info record" output.
5075 * gdb.btrace/step.exp: Update "info record" output.
5076 * gdb.btrace/stepi.exp: Update "info record" output.
5077 * gdb.btrace/nohist.exp: Update "info record" output.
5078
b9d61307
SM
50792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 PR gdb/15678
5082 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5083
e584fdbc
PA
50842015-02-06 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5087 macro.
5088 (seconds_left, again): New globals.
5089 (main): Wait seconds_left in a 1-second sleep loop instead of
5090 sleeping 180 seconds. If 'again' is set, reset the seconds
5091 counter.
5092 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5093 'again' in the inferior before detaching. Print the seconds left.
5094 (options): New global.
5095 (top level): Build program with -DTIMEOUT=$timeout.
5096
77f41761
PA
50972015-02-06 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5100 determine how many seconds to pass to 'alarm'.
5101 * gdb.base/gdb-sigterm.exp (top level): Build program with
5102 -DTIMEOUT=$timeout.
5103 (do_test): Return success/failure indication. Add more verbose
5104 logging. Don't fail if 200 single steps are seen. Instead, fail
5105 when the test times out.
5106 (passes): New global.
5107 (top level): Break the testing loop if testing fails on any
5108 iteration. Use gdb_assert.
5109
b9394193
DB
51102015-02-04 Don Breazeal <donb@codesourcery.com>
5111
5112 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5113 and initialize them.
5114 (ipc_cleanup): New function.
5115 (main): Don't declare shmid, semid, and msqid. Add a call to
5116 atexit so that we call ipc_cleanup on exit.
5117
42d9e528
PA
51182015-02-04 Pedro Alves <palves@redhat.com>
5119
5120 * boards/native-extended-gdbserver.exp: Remove any target variant
5121 specifications from the board name before clearing the isremote
5122 flag from board_info.
5123
ae6ae975
DE
51242015-01-31 Doug Evans <xdje42@gmail.com>
5125
5126 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5127
cfb069a8
GB
51282015-01-31 Gary Benson <gbenson@redhat.com>
5129
5130 * gdb.base/completion.exp: Disable completion limiting for
5131 existing tests. Add new tests to check completion limiting.
5132 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5133
5dd31d79
DE
51342015-01-31 Doug Evans <xdje42@gmail.com>
5135
5136 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5137
9f050062
DE
51382015-01-31 Doug Evans <xdje42@gmail.com>
5139
5140 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5141 entries. Duplicate file section script entries.
5142 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5143 inlined entries. Add test for safe-path rejection.
5144 * gdb.python/py-section-script.c: Add duplicate inlined section script
5145 entries. Duplicate file section script entries.
5146 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5147 inlined entries. Add test for safe-path rejection.
5148
df25ebbd
JB
51492015-01-29 Joel Brobecker <brobecker@adacore.com>
5150
5151 * gdb.ada/disc_arr_bound: New testcase.
5152
4a0ca9ec
JB
51532015-01-29 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.ada/mi_var_array: New testcase.
5156
3a8b707a
DE
51572015-01-27 Doug Evans <dje@google.com>
5158
5159 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5160 Add test for objfile.filename, objfile.username after objfile
5161 has been unloaded.
5162
f8313f6e
JB
51632015-01-26 Joel Brobecker <brobecker@adacore.com>
5164
5165 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5166 the second test to print the name attribute of value
5167 returned by the call to gdb.lookup_type, and adjust
5168 the expected output accordingly.
5169
37bc665e
MW
51702015-01-25 Mark Wielaard <mjw@redhat.com>
5171
5172 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5173 * gdb.base/disp-step-fork.c: Include unistd.h.
5174 * gdb.base/siginfo-obj.c: Include stdio.h.
5175 * gdb.base/siginfo-thread.c: Likewise.
5176 * gdb.mi/non-stop.c: Include unistd.h.
5177 * gdb.mi/nsthrexec.c: Include stdio.h.
5178 * gdb.mi/pthreads.c: Include unistd.h.
5179 * gdb.modula2/unbounded1.c (main): Declare returns int.
5180 * gdb.reverse/consecutive-reverse.c: Likewise.
5181 * gdb.threads/create-fail.c: Include unistd.h.
5182 * gdb.threads/killed.c: Likewise.
5183 * gdb.threads/linux-dp.c: Likewise.
5184 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5185 * gdb.threads/non-ldr-exc-2.c: Likewise.
5186 * gdb.threads/non-ldr-exc-3.c: Likewise.
5187 * gdb.threads/non-ldr-exc-4.c: Likewise.
5188 * gdb.threads/pthreads.c: Include unistd.h.
5189 (main): Declare returns int.
5190 * gdb.threads/tls-main.c (foo): New declaration.
5191 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5192
f7e5394d
SM
51932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5196 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5197
743649fd
MW
51982015-01-15 Mark Wielaard <mjw@redhat.com>
5199
5200 * gdb.base/noreturn-return.c: New file.
5201 * gdb.base/noreturn-return.exp: New file.
5202 * gdb.base/noreturn-finish.c: New file.
5203 * gdb.base/noreturn-finish.exp: New file.
5204
198297aa
PA
52052015-01-23 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.threads/continue-pending-after-query.c: New file.
5208 * gdb.threads/continue-pending-after-query.exp: New file.
5209
717cf30c
AG
52102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5211 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5214 * gdb.base/valgrind-db-attach.exp: Same.
5215 * gdb.base/valgrind-infcall.exp: Same.
5216 * lib/mi-support.exp (default_mi_gdb_start): Same.
5217 * lib/prompt.exp (default_prompt_gdb_start): Same.
5218 * lib/gdb.exp (default_gdb_spawn): Same.
5219 (gdb_interact): New.
5220
5221
4b62a76e
JK
52222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5223
5224 * gdb.compile/compile.exp (pointer to jit function): New test.
5225
b4cdae6f
WW
52262015-01-17 Wei-cheng Wang <cole945@gmail.com>
5227
5228 * lib/gdb.exp (supports_process_record): Return true for
5229 powerpc*-*-linux*.
5230 (supports_reverse): Likewise.
5231
d221e7ef
DB
52322015-01-15 Don Breazeal <donb@codesourcery.com>
5233
5234 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5235 instead of checking whether the target board is remote and
5236 use spawn_wait_for_attach instead of exec/sleep.
5237 * gdb.base/attach-twice.exp: Likewise.
5238
bafffb51
JB
52392015-01-15 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.ada/var_arr_attrs: New testcase.
5242
5589af0e
PA
52432015-01-14 Pedro Alves <palves@redhat.com>
5244 Joel Brobecker <brobecker@adacore.com>
5245
5246 PR gdb/17525
5247 * gdb.base/bp-cmds-execution-x-script.c: New file.
5248 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5249 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5250
6c400b59
PA
52512015-01-14 Pedro Alves <palves@redhat.com>
5252
5253 PR cli/17828
5254 * gdb.base/batch-preserve-term-settings.c: New file.
5255 * gdb.base/batch-preserve-term-settings.exp: New file.
5256
e02c96a7
DE
52572015-01-13 Doug Evans <dje@google.com>
5258
5259 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5260 binary.
5261
576fd14c
JB
52622015-01-13 Joel Brobecker <brobecker@adacore.com>
5263
5264 * Makefile.in (clean mostlyclean): Do not delete *.py.
5265
04dccad0
JB
52662015-01-13 Joel Brobecker <brobecker@adacore.com>
5267
5268 * gdb.python/py-lookup-type.exp: New file.
5269
3d230f71
PA
52702015-01-12 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5273 restore GDBFLAGS before returning.
5274
7e67715d
JK
52752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5278 is_amd64_regs_target and is_x86_like_target.
5279
f2e0d4b4
DE
52802015-01-11 Doug Evans <xdje42@gmail.com>
5281
5282 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5283 is given without an explicit form.
5284 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5285 attributes.
5286 * gdb.dwarf/corrupt.exp: Ditto.
5287 * gdb.dwarf2/enum-type.exp: Ditto.
5288 * gdb.trace/entry-values.exp: Ditto.
5289 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5290
439250fb
DE
52912015-01-11 Doug Evans <xdje42@gmail.com>
5292
5293 PR gdb/15830
5294 * gdb.base/maint.exp: Remove references to "maint demangle".
5295 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5296 Add tests for explicitly specifying language to demangle.
5297 * gdb.dlang/demangle.exp: Ditto.
5298
ede9f622
PA
52992015-01-09 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.threads/non-stop-fair-events.c: New file.
5302 * gdb.threads/non-stop-fair-events.exp: New file.
5303
a7b796db
PA
53042015-01-09 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5307 the global scope. Set a breakpoint after all threads are started
5308 rather than stepping over two source lines. Expect the prompt.
5309 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5310 global.
5311 (NUM): Now 15.
5312 (main): Use threads_started_barrier to wait for all threads to
5313 start. Main thread no longer calls thread_function. Exit after
5314 180 seconds.
5315 (loop): New function.
5316 (thread_function): Wait on threads_started_barrier barrier. Call
5317 'loop' at each iteration.
5318 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5319 threads have started, instead of hardcoding number of "next"
5320 steps. Use an access watchpoint instead of a write watchpoint.
5321
9665ffdd
PA
53222015-01-09 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5325 (thread_func): Wait on barrier.
5326 (main): Wait for all threads to start before stopping GDB.
5327 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5328 global.
5329 (thread1_func, thread2_func): Wait on barrier.
5330 (main): Wait for all threads to start before stopping GDB.
5331 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5332 New global.
5333 (thread1_func, thread2_func): Wait on barrier.
5334 (main): Wait for all threads to start before stopping GDB.
5335
c945a99f
PA
53362015-01-09 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.threads/attach-many-short-lived-threads.c: New file.
5339 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5340
c1a747c1
PA
53412014-01-09 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5344 instead of to thread 2.
5345 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5346 Add barrier around each pthread_create call instead of around all
5347 calls.
5348 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5349 Set a break on thread_function and have the child threads hit it
5350 one at at a time.
5351
60b3033e
PA
53522015-01-09 Pedro Alves <palves@redhat.com>
5353
5354 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5355 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5356 false.
5357 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5358 checking whether the target board is remote.
5359 * gdb.multi/multi-attach.exp: Likewise.
5360 * gdb.python/py-sync-interp.exp: Likewise.
5361 * gdb.server/ext-attach.exp: Likewise.
5362 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5363 tests that need to attach, instead of checking whether the target
5364 board is remote at the top of the file.
5365
acc018ac
YQ
53662015-01-08 Yao Qi <yao@codesourcery.com>
5367
5368 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5369
50a18af8
JK
53702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5371
5372 Fix testcase compilation.
5373 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5374
8503d6e1
JB
53752015-01-06 Joel Brobecker <brobecker@adacore.com>
5376
5377 * gdb.python/py-type.exp: Add a couple test about empty
5378 array creation, and negative-length array creation.
5379
cc73dbcc
DE
53802015-01-02 Doug Evans <xdje42@gmail.com>
5381
5382 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5383
0300bbc7
DE
53842015-01-02 Doug Evans <dje@google.com>
5385
5386 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5387
9d85a0ec
YQ
53882014-12-29 Yao Qi <yao@codesourcery.com>
5389
5390 * gdb.trace/entry-values.exp: Update comments. Rename variable
5391 bar_call_foo to returned_from_foo.
5392
87186c6a
MMN
53932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5394
5395 PR gdb/17394
5396 * gdb.linespec/break-asm-file.c: New file.
5397 * gdb.linespec/break-asm-file.exp: New file.
5398 * gdb.linespec/break-asm-file0.s: New file.
5399 * gdb.linespec/break-asm-file1.s: New file.
5400
1bab7383
YQ
54012014-12-18 Nigel Stephens <nigel@mips.com>
5402 Maciej W. Rozycki <macro@codesourcery.com>
5403
5404 * gdb.base/float.exp: Handle the new output from "info float" on
5405 MIPS targets.
5406
1bc1068a
JK
54072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5408
5409 Fix MinGW compilation.
5410 * gdb.compile/compile-ops.exp: Update untested message if
5411 !skip_compile_feature_tests.
5412 * gdb.compile/compile-setjmp.exp: Likewise.
5413 * gdb.compile/compile-tls.exp: Likewise.
5414 * gdb.compile/compile.exp: Likewise.
5415 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5416 supported on this host".
5417
b6615d10
DE
54182014-12-16 Doug Evans <xdje42@gmail.com>
5419
5420 * boards/stabs.exp: New file.
5421
25dda427
AA
54222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5423
5424 * gdb.base/completion.exp: Adjust to format changes of "maint
5425 print user-registers".
5426
bf330350
CU
54272014-12-16 Catalin Udma <catalin.udma@freescale.com>
5428
5429 PR server/17457
5430 * gdb.arch/aarch64-fp.c: New file.
5431 * gdb.arch/aarch64-fp.exp: New file.
5432
395cf596
SDJ
54332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5434
5435 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5436 r210637, r210913, r211666, r215400, r215817).
5437
5438 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5439 * dg-extract-results.py: New file.
5440 * dg-extract-results.sh: Use it if the environment seems
5441 suitable.
5442
5443 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5444
5445 * dg-extract-results.py (parse_run): Handle warnings that
5446 are printed before a test harness is run.
5447
5448 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5449
5450 * dg-extract-results.py (Named): Remove __cmp__ method.
5451 (output_variation): Use a key to sort variation.harnesses.
5452
5453 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5454
5455 * dg-extract-results.py: For Python 3, force sys.stdout to
5456 handle surrogate escape sequences.
5457 (safe_open): New function.
5458 (output_segment, main): Use it.
5459
5460 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5461
5462 * dg-extract-results.py (Prog.result_re): Include options
5463 in test name.
5464
5465 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5466
5467 * dg-extract-results.py (output_variation): Always sort if
5468 do_sum.
5469
e882ef3c
SM
54702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5471
5472 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5473 as long as we get pagination notifications.
5474
4992aa20
JM
54752014-12-15 Jason Merrill <jason@redhat.com>
5476
5477 * Makefile.in (check-gdb.%): Restore.
5478 * README: Mention it.
5479
c1b5a1a6
JB
54802014-12-13 Joel Brobecker <brobecker@adacore.com>
5481
5482 * gdb.ada/str_uninit: New testcase.
5483
5537b577
JK
54842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5485
5486 PR symtab/17642
5487 * gdb.base/vla-stub-define.c: New file.
5488 * gdb.base/vla-stub.c: New file.
5489 * gdb.base/vla-stub.exp: New file.
5490
bb2ec1b3
TT
54912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5492 Jan Kratochvil <jan.kratochvil@redhat.com>
5493 Tom Tromey <tromey@redhat.com>
5494
5495 * configure.ac: Add gdb.compile/.
5496 * configure: Regenerate.
5497 * gdb.compile/Makefile.in: New file.
5498 * gdb.compile/compile-ops.exp: New file.
5499 * gdb.compile/compile-ops.c: New file.
5500 * gdb.compile/compile-tls.c: New file.
5501 * gdb.compile/compile-tls.exp: New file.
5502 * gdb.compile/compile-constvar.S: New file.
5503 * gdb.compile/compile-constvar.c: New file.
5504 * gdb.compile/compile-mod.c: New file.
5505 * gdb.compile/compile-nodebug.c: New file.
5506 * gdb.compile/compile-setjmp-mod.c: New file.
5507 * gdb.compile/compile-setjmp.c: New file.
5508 * gdb.compile/compile-setjmp.exp: New file.
5509 * gdb.compile/compile-shlib.c: New file.
5510 * gdb.compile/compile.c: New file.
5511 * gdb.compile/compile.exp: New file.
5512 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5513
4ff709eb
TT
55142014-12-12 Tom Tromey <tromey@redhat.com>
5515
5516 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5517 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5518
6dddd6a5
DE
55192014-12-12 Doug Evans <dje@google.com>
5520
5521 * lib/gdb-python.exp (get_python_valueof): New function.
5522 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5523
71c24708
AA
55242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5525
5526 * gdb.base/completion.exp: Add test for completion of "info
5527 registers ".
5528
3e29f34a
MR
55292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5530
5531 * gdb.base/func-ptrs.c: New file.
5532 * gdb.base/func-ptrs.exp: New file.
5533
fc126975
SM
55342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 PR breakpoints/17012
5537 * gdb.base/dprintf-detach.c: New file.
5538 * gdb.base/dprintf-detach.exp: New file.
5539
0a46d518
SM
55402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5541
5542 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5543 * lib/gdb.exp (target_is_gdbserver): New procedure.
5544
a0be3e44
DE
55452014-12-08 Doug Evans <dje@google.com>
5546
5547 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5548
df1b803a
YQ
55492014-12-05 Yao Qi <yao@codesourcery.com>
5550
5551 * gdb.guile/scm-error.exp: Remove the third argument to
5552 gdb_remote_download.
5553 * gdb.guile/scm-frame-args.exp: Likewise.
5554 * gdb.guile/scm-section-script.exp: Likewise.
5555
ddb9f679
YQ
55562014-12-05 Yao Qi <yao@codesourcery.com>
5557
5558 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5559
86e4ed39
DE
55602014-12-04 Doug Evans <dje@google.com>
5561
5562 * gdb.python/py-objfile.exp: Add tests for
5563 objfile.add_separate_debug_file.
5564
7c50a931
DE
55652014-12-04 Doug Evans <dje@google.com>
5566
5567 * lib/gdb.exp (get_build_id): New function.
5568 (build_id_debug_filename_get): Rewrite to use it.
5569 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5570
621661e3
MR
55712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5572
5573 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5574 `method(long)', not just 0x0.
5575 * gdb.cp/nsalias.exp: Align code labels to 4.
5576 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5577 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5578 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5579 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5580 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5581 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5582
29f0c3b7
DE
55832014-12-02 Doug Evans <dje@google.com>
5584
e1e061e7 5585 PR symtab/17602
29f0c3b7 5586 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5587 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5588 * gdb.cp/anon-ns.exp: Update.
5589
162078c8
NB
55902014-12-02 Nick Bull <nicholaspbull@gmail.com>
5591
5592 * gdb.python/py-events.py (inferior_call_handler): New.
5593 (register_changed_handler, memory_changed_handler): New.
5594 (test_events.invoke): Register new handlers.
5595 * gdb.python/py-events.exp: Add tests for inferior call,
5596 memory_changed and register_changed events.
5597
fdb09caf
AA
55982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5599
5600 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5601 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5602 if the linker doesn't understand this.
5603
55cfb2c4
SM
56042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5605
5606 * gdb.python/python.exp: Change expected reply to help().
5607
9e8cd6df
YQ
56082014-12-01 Yao Qi <yao@codesourcery.com>
5609
5610 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5611 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5612 * configure: Re-generated.
5613
6c659fc2
SC
56142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5615
5616 * gdb.cp/chained-calls.cc: New file.
5617 * gdb.cp/chained-calls.exp: New file.
5618 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5619
d7fc3181
SM
56202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5621
5622 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5623 * gdb.dwarf2/symtab-producer.exp: Same.
5624 * gdb.gdb/python-interrupts.exp: Same.
5625 * gdb.gdb/python-selftest.exp: Same.
5626 * gdb.python/py-linetable.exp: Same.
5627 * gdb.python/py-type.exp: Same.
5628 * gdb.python/py-value-cc.exp: Same.
5629 * gdb.python/py-value.exp: Same.
5630
10e79639
YQ
56312014-11-28 Yao Qi <yao@codesourcery.com>
5632
5633 * gdb.base/break-probes.exp: Match library name prefixed with
5634 sysroot.
5635
f28a0564
SM
56362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5639 test expected output. Add parentheses for the call to print.
5640 Remove L suffix from integers.
5641
3fe1ce1d
DE
56422014-11-26 Doug Evans <dje@google.com>
5643
5644 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5645
84429e27
YQ
56462014-11-22 Yao Qi <yao@codesourcery.com>
5647
5648 * gdb.trace/entry-values.c: Remove asms.
5649 (foo): Add foo_label.
5650 (bar): Add bar_label.
5651 * gdb.trace/entry-values.exp: Remove code computing foo's
5652 length and bar's length.
5653 (Dwarf::assemble): Invoke function_range for bar and use
5654 MACRO_AT_func for foo.
5655
26741859
YQ
56562014-11-22 Yao Qi <yao@codesourcery.com>
5657
5658 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5659 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5660 Use .Lgcc43_procstart instead of gcc43.
5661
45e44d27
JB
56622014-11-21 Joel Brobecker <brobecker@adacore.com>
5663
5664 * gdb.ada/n_arr_bound: New testcase.
5665
458c8db8
SDJ
56662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5667
5668 PR breakpoints/10737
5669 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5670 test_catch_syscall_multi_arch.
5671 (test_catch_syscall_multi_arch): New function.
5672
43f3e411
DE
56732014-11-20 Doug Evans <xdje42@gmail.com>
5674
5675 * gdb.base/maint.exp: Update expected output.
5676
0d7b2549
AA
56772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5678
5679 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5680 4-byte instruction on S390.
5681
8908fca5
JB
56822014-11-19 Joel Brobecker <brobecker@adacore.com>
5683
5684 * gdb.ada/arr_arr: New testcase.
5685
4a46959e
JB
56862014-11-19 Joel Brobecker <brobecker@adacore.com>
5687
5688 * gdb.ada/pkd_arr_elem: New Testcase.
5689
470e2f4e
LM
56902014-11-18 Luis Machado <lgustavo@codesourcery.com>
5691
5692 * gdb.reverse/break-precsave: Expect completion message for
5693 core file reads.
5694 * gdb.reverse/consecutive-precsave.exp: Likewise.
5695 * gdb.reverse/finish-precsave.exp: Likewise.
5696 * gdb.reverse/i386-precsave.exp: Likewise.
5697 * gdb.reverse/machinestate-precsave.exp: Likewise.
5698 * gdb.reverse/sigall-precsave.exp: Likewise.
5699 * gdb.reverse/solib-precsave.exp: Likewise.
5700 * gdb.reverse/step-precsave.exp: Likewise.
5701 * gdb.reverse/until-precsave.exp: Likewise.
5702 * gdb.reverse/watch-precsave.exp: Likewise.
5703
a267f3ad
AA
57042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5705
5706 * gdb.base/bp-permanent.c: Include unistd.h.
5707 * gdb.python/py-framefilter-mi.c (main): Add return type.
5708 * gdb.python/py-framefilter.c (main): Likewise.
5709 * gdb.trace/actions-changed.c (main): Likewise.
5710
12084a9a
AA
57112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5712
5713 * gdb.mi/until.c: Add eye-catchers.
5714 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5715 line numbers.
5716
dc7e1a77
AA
57172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5718
5719 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5720 function header variants in break1.c.
5721 * gdb.base/ena-dis-br.exp: Likewise.
5722 * gdb.base/hbreak2.exp: Likewise.
5723 * gdb.reverse/until-precsave.exp: Drop references to removed
5724 non-prototype function header variants in ur1.c.
5725 * gdb.reverse/until-reverse.exp: Likewise.
5726
41c77605
PM
57272014-11-17 Petr Machata <pmachata@redhat.com>
5728
5729 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5730 ${_cu_offset_size} bytes abbrev offset.
5731
34248c3a
DE
57322014-11-15 Doug Evans <xdje42@gmail.com>
5733
5734 PR symtab/17559
5735 * gdb.base/line-symtabs.exp: New file.
5736 * gdb.base/line-symtabs.c: New file.
5737 * gdb.base/line-symtabs.h: New file.
5738
646da059
YQ
57392014-11-14 Yao Qi <yao@codesourcery.com>
5740
5741 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5742 (func): Add label func_label.
5743 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5744 Replace low_pc and high_pc with MACRO_AT_range.
5745 Replace name, low_pc and high_pc with MACRO_AT_func.
5746
9301ebe6
YQ
57472014-11-14 Yao Qi <yao@codesourcery.com>
5748
5749 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5750 Replace name, low_pc and high_pc with MACRO_AT_func.
5751
f166b542
YQ
57522014-11-14 Yao Qi <yao@codesourcery.com>
5753
5754 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5755 produce debug information.
5756 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5757
0f6e71e3
YQ
57582014-11-14 Yao Qi <yao@codesourcery.com>
5759
5760 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5761 object and get function length.
5762 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5763 with MACRO_AT_func.
5764 (top-level): Replace gdb_compile and clean_restart with
5765 prepare_for_testing.
5766 * gdb.dwarf2/main.c (main): Add label main_label.
5767
876c4df9
YQ
57682014-11-14 Yao Qi <yao@codesourcery.com>
5769
5770 * lib/dwarf.exp (function_range): New procedure.
5771 (Dwarf::_handle_macro_at_func): New procedure.
5772 (Dwarf::_handle_macro_at_range): New procedure.
5773 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5774
02ad9cf1
YQ
57752014-11-14 Yao Qi <yao@codesourcery.com>
5776
5777 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5778 (_handle_attribute): New procedure.
5779
a59add0c
AA
57802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5781
5782 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5783 * gdb.base/call-sc.c (zed): Likewise.
5784 * gdb.base/checkpoint.c (main): Likewise.
5785 * gdb.base/dump.c (main): Likewise.
5786 * gdb.base/gcore.c (main): Likewise.
5787 * gdb.base/huge.c (main): Likewise.
5788 * gdb.base/multi-forks.c (main): Likewise.
5789 * gdb.base/pr10179-a.c (main): Likewise.
5790 * gdb.base/savedregs.c (main): Likewise.
5791 * gdb.base/sigaltstack.c (main): Likewise.
5792 * gdb.base/siginfo.c (main): Likewise.
5793 * gdb.base/structs.c (zed): Likewise.
5794 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5795 * gdb.mi/mi-syn-frame.c (main): Likewise.
5796 * gdb.mi/until.c (foo, main): Likewise.
5797 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5798 * gdb.base/solib-weak.c (foo): Declare.
5799 * gdb.base/attach-twice.c: Include stdio.h.
5800 * gdb.base/weaklib1.c: Likewise.
5801 * gdb.base/weaklib2.c: Likewise.
5802 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5803 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5804 unistd.h.
5805 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5806 * gdb.mi/mi-exit-code.c: Likewise.
5807 * gdb.base/break-interp-lib.c: Include string.h.
5808 * gdb.base/coremaker.c: Likewise.
5809 * gdb.base/testenv.c: Likewise.
5810 * gdb.python/py-finish-breakpoint.c: Likewise.
5811 * gdb.base/inferior-died.c: Include sys/wait.h.
5812 * gdb.base/fileio.c: Include time.h.
5813 * gdb.base/async-shell.c: Include unistd.h.
5814 * gdb.base/dprintf-non-stop.c: Likewise.
5815 * gdb.base/info-os.c: Likewise.
5816 * gdb.mi/mi-console.c: Likewise.
5817 * gdb.mi/watch-nonstop.c: Likewise.
5818 * gdb.python/py-events.c: Likewise.
5819 * gdb.base/async.c (baz): Move up before its invocation.
5820 * gdb.base/code_elim2.c (my_global_func): Likewise.
5821 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5822 * gdb.base/advance.c (func2): Likewise.
5823
3b5d5997
AA
58242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5825
5826 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5827 variant.
5828 * gdb.base/annota3.c: Likewise.
5829 * gdb.base/async.c: Likewise.
5830 * gdb.base/average.c: Likewise.
5831 * gdb.base/call-ar-st.c: Likewise.
5832 * gdb.base/call-rt-st.c: Likewise.
5833 * gdb.base/call-sc.c: Likewise.
5834 * gdb.base/call-strs.c: Likewise.
5835 * gdb.base/ending-run.c: Likewise.
5836 * gdb.base/execd-prog.c: Likewise.
5837 * gdb.base/exprs.c: Likewise.
5838 * gdb.base/foll-exec.c: Likewise.
5839 * gdb.base/foll-fork.c: Likewise.
5840 * gdb.base/foll-vfork.c: Likewise.
5841 * gdb.base/funcargs.c: Likewise.
5842 * gdb.base/gcore.c: Likewise.
5843 * gdb.base/jump.c: Likewise.
5844 * gdb.base/langs0.c: Likewise.
5845 * gdb.base/langs1.c: Likewise.
5846 * gdb.base/langs2.c: Likewise.
5847 * gdb.base/mips_pro.c: Likewise.
5848 * gdb.base/nodebug.c: Likewise.
5849 * gdb.base/opaque0.c: Likewise.
5850 * gdb.base/opaque1.c: Likewise.
5851 * gdb.base/recurse.c: Likewise.
5852 * gdb.base/run.c: Likewise.
5853 * gdb.base/scope0.c: Likewise.
5854 * gdb.base/scope1.c: Likewise.
5855 * gdb.base/setshow.c: Likewise.
5856 * gdb.base/setvar.c: Likewise.
5857 * gdb.base/shmain.c: Likewise.
5858 * gdb.base/shr1.c: Likewise.
5859 * gdb.base/shr2.c: Likewise.
5860 * gdb.base/sigall.c: Likewise.
5861 * gdb.base/signals.c: Likewise.
5862 * gdb.base/so-indr-cl.c: Likewise.
5863 * gdb.base/solib2.c: Likewise.
5864 * gdb.base/structs.c: Likewise.
5865 * gdb.base/sum.c: Likewise.
5866 * gdb.base/vforked-prog.c: Likewise.
5867 * gdb.base/watchpoint.c: Likewise.
5868 * gdb.reverse/shr2.c: Likewise.
5869 * gdb.reverse/until-reverse.c: Likewise.
5870 * gdb.reverse/ur1.c: Likewise.
5871 * gdb.reverse/watch-reverse.c: Likewise.
5872
066a77c5
AA
58732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5874
5875 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5876 variant.
5877 * gdb.base/sepdebug.exp: Drop references to removed code.
5878
4f204ea5
AA
58792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5880
5881 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5882 variant. Preserve original line numbering.
5883 * gdb.base/list1.c: Likewise.
5884
3b377a3a
AA
58852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5886
5887 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5888 variant.
5889 * gdb.base/break1.c: Likewise.
5890 * gdb.base/break.exp: Drop references to removed code.
5891
e444df73
AA
58922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5893
5894 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5895 variant.
5896
8008f2a7
AA
58972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5898
5899 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5900
a5a06887
AA
59012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5902
5903 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5904 logic into perform_all_tests() and invoke it with and without
5905 function header prototypes.
5906 (do_function_calls): Remove conditional XFAIL for PR 5318.
5907 (rerun_and_prepare): Remove duplicate code.
5908 (perform_all_tests): New. Main logic moved here.
5909
44dba9b9
AA
59102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5911
5912 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5913 code guarded by #ifdef NO_PROTOTYPES.
5914 (t_double_many_args): Likewise.
5915 (DEF_FUNC_MANY_ARGS_1): Likewise.
5916 (DEF_FUNC_VALUES_1): Likewise.
5917 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5918 guarded by #ifdef PROTOTYPES.
5919
d1fbcd56
AA
59202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5921
5922 * gdb.mi/mi-console.c: Add eye-catcher.
5923 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5924 instead of literal line number.
5925
b0e59b8f
AA
59262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5927
5928 * gdb.base/shr2.c: Add eye-catcher.
5929 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5930 line number.
5931
78f98cca
AA
59322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5933
5934 * gdb.base/jump.c: Add eye-catchers.
5935 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5936 numbers.
5937
58fa2af0
AA
59382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5939
5940 * gdb.base/execd-prog.c: Add eye-catchers.
5941 * gdb.base/foll-exec.c: Likewise.
5942 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5943 line numbers.
5944
04e5059b
AA
59452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5946
5947 * gdb.base/ending-run.c: Add eye-catchers.
5948 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5949 literal line numbers.
5950
dbfdb174
AA
59512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5952
5953 * gdb.base/call-rt-st.c: Add eye-catchers.
5954 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5955 literal line numbers.
5956
888a2ade
AA
59572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5958
5959 * gdb.base/call-ar-st.c: Add eye-catchers.
5960 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5961 literal line numbers.
5962
6acc2dde
AA
59632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5964
5965 * gdb.base/average.c: Add eye-catchers.
5966 * gdb.base/sum.c: Likewise.
5967 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5968 regexps dynamically.
5969
9ecfcd1d
AA
59702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5971
5972 * gdb.base/solib1.c: Add eye-catchers.
5973 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5974 literal line numbers.
5975
78708b7c
PA
59762014-11-12 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5979 leader has exited.
5980
af48d08f
PA
59812014-11-12 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.arch/i386-bp_permanent.c: New file.
5984 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5985 (srcfile): Set to i386-bp_permanent.c.
5986 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5987 that stepi does not execute the 'leave' instruction, instead of
5988 testing it does execute.
5989 * gdb.base/bp-permanent.c: New file.
5990 * gdb.base/bp-permanent.exp: New file.
5991
af3768e9
DE
59922014-11-10 Doug Evans <xdje42@gmail.com>
5993
5994 PR symtab/17564
5995 * gdb.base/symtab-search-order.exp: New file.
5996 * gdb.base/symtab-search-order.c: New file.
5997 * gdb.base/symtab-search-order-1.c: New file.
5998 * gdb.base/symtab-search-order-shlib-1.c: New file.
5999
9de00a4a
PA
60002014-11-07 Pedro Alves <palves@redhat.com>
6001
6002 PR gdb/17511
6003 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6004 i?86-*-linux*.
6005
e0f52461
SC
60062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6007
6008 PR c++/17494
6009 * gdb.cp/pr17494.cc: New file.
6010 * gdb.cp/pr17494.exp: New file.
6011
6ce8c980
YQ
60122014-11-02 Yao Qi <yao@codesourcery.com>
6013
6014 * gdb.python/python.exp: Get working directory and match the
6015 output of "set extended-prompt \\w " with it.
6016
02be9a71
DE
60172014-10-30 Doug Evans <dje@google.com>
6018
6019 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6020 in objfiles.
6021 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6022 in progspaces.
6023
3bdff46b
LM
60242014-10-30 Janis Johnson <janisjo@codesourcery.com>
6025
6026 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6027 * gdb.base/realname-expand.exp: Likewise.
6028 * gdb.linespec/macro-relative.exp: Likewise.
6029
ab917dfb
PA
60302014-10-29 Pedro Alves <palves@redhat.com>
6031
6032 PR gdb/17408
6033 * gdb.threads/schedlock.c (some_function): New function.
6034 (call_function): New global.
6035 (MAYBE_CALL_SOME_FUNCTION): New macro.
6036 (thread_function): Call it.
6037 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6038 and use it instead of a global counter. Adjust all callers.
6039 (get_current_thread): Use "find current thread" for test message
6040 here rather than having all callers pass down the same string.
6041 (goto_loop): New procedure, factored out from ...
6042 (my_continue): ... this.
6043 (step_ten_loops): Change parameter from test message to command to
6044 use. Adjust.
6045 (list_count): Delete global.
6046 (check_result): New procedure, factored out from duplicate top
6047 level code.
6048 (continue tests): Wrap in with_test_prefix.
6049 (test_step): New procedure, factored out from duplicate top level
6050 code.
6051 (top level): Test "step" in combination with all scheduler-locking
6052 modes. Test "next" in combination with all scheduler-locking
6053 modes, and in combination with stepping over a function call or
6054 not.
6055 * gdb.threads/next-bp-other-thread.c: New file.
6056 * gdb.threads/next-bp-other-thread.exp: New file.
6057
d3d4baed
PA
60582014-10-29 Pedro Alves <palves@redhat.com>
6059
6060 PR python/17372
6061 * gdb.python/python.exp: Test a multi-line command that spawns
6062 interactive Python.
6063 * gdb.base/multi-line-starts-subshell.exp: New file.
6064
563e8d85
YQ
60652014-10-29 Yao Qi <yao@codesourcery.com>
6066
6067 * gdb.base/fileio.exp: Make directories on host.
6068
0ea4d52e
YQ
60692014-10-29 Yao Qi <yao@codesourcery.com>
6070
6071 * gdb.base/fileio.c (test_write): Close the file.
6072
7f5ef605
PA
60732014-10-28 Pedro Alves <palves@redhat.com>
6074
6075 PR gdb/12623
6076 * gdb.base/sigstep.c (no_handler): New global.
6077 (main): If 'no_handler is true, set the signal handlers to
6078 SIG_IGN.
6079 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6080 with_sw_watch and no_handler parameters. Handle them.
6081 (top level) <stepping over handler when stopped at a breakpoint
6082 test>: Add a test axis for testing with a software watchpoint, and
6083 another for testing with the signal handler set to SIG_IGN.
6084 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6085 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6086
abbdbd03
PA
60872014-10-28 Pedro Alves <palves@redhat.com>
6088
6089 PR gdb/17511
6090 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6091 * gdb.base/sigstep.exp (other_handler_location): New global.
6092 (advance): Support stepping into the signal handler, and running
6093 commands while in the handler.
6094 (in_handler_map): New global.
6095 (top level): In the advance test, add combinations for getting
6096 into the handler with stepping commands, and for running commands
6097 in the handler. Add comment descripting the advancei tests.
6098
1df4399f
PA
60992014-10-28 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/sigstep.exp: Use build_executable instead of
6102 prepare_for_testing.
6103 (top level): Move code that starts GDB, runs to main and creates a
6104 display to ...
6105 (restart): ... this new procedure.
6106 (top level): Move backtrace from signal handler test to ...
6107 (validate_backtrace): ... this new procedure.
6108 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6109 with_test_prefix. Always restart GDB.
6110 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6111 with_test_prefix. Always restart GDB. No need to delete
6112 breakpoints after the test.
6113 (test_skip_handler): Remove prefix parameter.
6114 (skip_over_handler, breakpoint_to_handler)
6115 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6116 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6117 restart GDB. No need to delete breakpoints after the test.
6118 (top level): Use foreach to call the test procedures with
6119 different commands.
6120
a5b6e449
PA
61212014-10-28 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6124 instead of GNATS numbers.
6125 * gdb.base/sigbpt.exp: Likewise.
6126 * gdb.base/siginfo.exp: Likewise.
6127 * gdb.base/sigstep.exp: Likewise.
6128
e5f8a7cc
PA
61292014-10-27 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.base/sigstep.c (dummy): New global.
6132 (main): Issue a couple writes to the new global.
6133 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6134 procedures.
6135 (skip_over_handler): Use test_skip_handler.
6136 (top level): Call skip_over_handler for stepi and nexti too.
6137 (breakpoint_over_handler): Use test_skip_handler.
6138 (top level): Call breakpoint_over_handler for stepi and nexti too.
6139
763905a3
YQ
61402014-10-27 Yao Qi <yao@codesourcery.com>
6141
6142 * gdb.trace/tfile.c (adjust_function_address)
6143 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6144 function descriptor.
6145
6f259a23
DB
61462014-10-24 Don Breazeal <donb@codesourcery.com>
6147
6148 * gdb.base/foll-fork.exp (test_follow_fork,
6149 catch_fork_child_follow): Check for updated fork messages emitted
6150 from infrun.c.
6151 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6152 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6153 vfork_and_exec_child_follow_through_step): Check for updated vfork
6154 messages emitted from infrun.c.
6155
09dd9a69
PA
61562014-10-24 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/corefile.exp: Remove references to ultrix.
6159 * gdb.base/interrupt.exp: Likewise.
6160 * gdb.base/whatis.exp: Likewise.
6161 * gdb.gdb/selftest.exp: Likewise.
6162 * gdb.threads/manythreads.exp: Likewise.
6163 * gdb.threads/print-threads.exp: Likewise.
6164 * gdb.threads/pthreads.exp:: Likewise.
6165 * gdb.threads/schedlock.exp: Likewise.
6166
3433cfa5
SC
61672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6168
6169 * gdb.cp/non-trivial-retval.cc: Add a test case.
6170 * gdb.cp/non-trivial-retval.exp: Add a test.
6171
092f880b
YQ
61722014-10-20 Yao Qi <yao@codesourcery.com>
6173
6174 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6175 * gdb.python/py-objfile-script-gdb.py: New file.
6176 * gdb.python/py-objfile-script.exp: Update reference to
6177 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6178 of remote_download. Remove the dest file.
6179
acbdb7f3
YQ
61802014-10-20 Yao Qi <yao@codesourcery.com>
6181
6182 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6183 * gdb.base/step-line.exp: Likewise.
6184 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6185 * gdb.dwarf2/dw2-basic.exp: Likewise.
6186 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6187 * gdb.dwarf2/dw2-filename.exp: Likewise.
6188 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6189 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6190 * gdb.dwarf2/dw2-producer.exp: Likewise.
6191 * gdb.dwarf2/mac-fileno.exp: Likewise.
6192 * gdb.python/py-frame-args.exp: Likewise.
6193 * gdb.python/py-framefilter.exp: Likewise.
6194 * gdb.python/py-mi.exp: Likewise.
6195 * gdb.python/py-objfile-script.exp: Likewise
6196 * gdb.python/py-pp-integral.exp: Likewise.
6197 * gdb.python/py-pp-re-notag.exp: Likewise.
6198 * gdb.python/py-prettyprint.exp: Likewise.
6199 * gdb.python/py-section-script.exp: Likewise.
6200 * gdb.python/py-typeprint.exp: Likewise.
6201 * gdb.python/py-xmethods.exp: Likewise.
6202 * gdb.stabs/weird.exp: Likewise.
6203 * gdb.xml/tdesc-regs.exp: Likewise.
6204
bd286a29
KCY
62052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6206
6207 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6208 (out_cu): Use addr_len for the size of addresses.
6209 (out_line): Likewise. Size DW_LNE_set_address instruction
6210 according to addr_len.
6211 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6212 (FUNC): Add START_INSNS to definition.
6213
673dc4a0
YQ
62142014-10-18 Yao Qi <yao@codesourcery.com>
6215
6216 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6217 gdb_has_argv0 return true.
6218 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6219 check [target_info exists noargs], check [gdb_has_argv0]
6220 instead.
6221 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6222 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6223 procedures.
6224
4ffbba72
DE
62252014-10-17 Doug Evans <dje@google.com>
6226
6227 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6228 event.
6229 * gdb.python/py-events.py: Add clear_objfiles event.
6230
d096d8c1
DE
62312014-10-17 Doug Evans <dje@google.com>
6232
6233 * gdb.python/py-objfile.exp: Test progspace attribute.
6234
a80db015
LM
62352014-10-17 Luis Machado <lgustavo@codesourcery.com>
6236
6237 * gdb.guile/scm-breakpoint.exp: Do not assume any
6238 directory separators when matching source file paths.
6239 * gdb.python/py-breakpoint.exp: Likewise.
6240 * gdb.reverse/break-precsave.exp: Likewise.
6241 * gdb.reverse/break-reverse.exp: Likewise.
6242 * gdb.reverse/consecutive-precsave.exp: Likewise.
6243 * gdb.reverse/finish-precsave.exp: Likewise.
6244 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6245 * gdb.reverse/finish-reverse.exp: Likewise.
6246 * gdb.reverse/i386-precsave.exp: Likewise.
6247 * gdb.reverse/i387-env-reverse.exp: Likewise.
6248 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6249 * gdb.reverse/machinestate-precsave.exp: Likewise.
6250 * gdb.reverse/machinestate.exp: Likewise.
6251 * gdb.reverse/sigall-precsave.exp: Likewise.
6252 * gdb.reverse/solib-precsave.exp: Likewise.
6253 * gdb.reverse/step-precsave.exp: Likewise.
6254 * gdb.reverse/until-precsave.exp: Likewise.
6255 * gdb.reverse/watch-precsave.exp: Likewise.
6256 * gdb.reverse/watch-reverse.exp: Likewise.
6257
b22089ab
YQ
62582014-10-17 Yao Qi <yao@codesourcery.com>
6259
6260 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6261 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6262
6c4486e6
PA
62632014-10-17 Pedro Alves <palves@redhat.com>
6264
6265 PR gdb/17471
6266 * gdb.base/bg-execution-repeat.c: New file.
6267 * gdb.base/bg-execution-repeat.exp: New file.
6268
0ff33695
PA
62692014-10-17 Pedro Alves <palves@redhat.com>
6270
6271 PR gdb/17300
6272 * gdb.base/continue-all-already-running.c: New file.
6273 * gdb.base/continue-all-already-running.exp: New file.
6274
6fdebc3d
PA
62752014-10-17 Pedro Alves <palves@redhat.com>
6276
6277 PR gdb/17472
6278 * gdb.base/annota-input-while-running.c: New file.
6279 * gdb.base/annota-input-while-running.exp: New file.
6280
32a8097b
PA
62812014-10-17 Pedro Alves <palves@redhat.com>
6282
6283 * gdb.base/callfuncs.exp: emove references to osf.
6284 * gdb.base/sigall.exp: Likewise.
6285 * gdb.gdb/selftest.exp: Likewise.
6286 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6287 * gdb.mi/non-stop.c: Likewise.
6288 * gdb.mi/pthreads.c: Likewise.
6289 * gdb.reverse/sigall-precsave.exp: Likewise.
6290 * gdb.reverse/sigall-reverse.exp: Likewise.
6291 * gdb.threads/pthreads.c: Likewise.
6292 * gdb.threads/pthreads.exp: Likewise.
6293
7a3517ff
YQ
62942014-10-17 Yao Qi <yao@codesourcery.com>
6295
6296 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6297 check 'target_info exists noargs'.
6298 (test_command_prompt_position): Likewise.
6299 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6300 Remove "set args".
6301 (progvar_simple_while_test): Likewise.
6302 (progvar_complex_if_while_test): Likewise.
6303 (if_while_breakpoint_command_test): Likewise.
6304 (infrun_breakpoint_command_test): Likewise.
6305 (breakpoint_command_test): Likewise.
6306 (watchpoint_command_test): Likewise.
6307 (bp_deleted_in_command_test): Likewise.
6308 (temporary_breakpoint_commands): Likewise.
6309
bb99c472
YQ
63102014-10-16 Yao Qi <yao@codesourcery.com>
6311
6312 * gdb.base/remotetimeout.exp: Remove noargs checking.
6313
7c16b83e
PA
63142014-10-15 Pedro Alves <palves@redhat.com>
6315
6316 PR breakpoints/9649
6317 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6318 * gdb.base/breakpoint-in-ro-region.exp
6319 (probe_target_hardware_step): New procedure.
6320 (top level): Probe hardware stepping and hardware breakpoint
6321 support. Test stepping through a read-only region, with both
6322 "breakpoint auto-hw" on and off and both "always-inserted" on and
6323 off.
6324
35a49624
IB
63252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6326
6327 * gdb.dlang/demangle.exp: Update for demangling changes.
6328
2d1c107c
SC
63292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6330
6331 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6332 * gdb.cp/non-trivial-retval.exp: Add new tests.
6333
778811d5
SC
63342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6335
6336 PR c++/13403
6337 PR c++/15154
6338 * gdb.cp/non-trivial-retval.cc: New file.
6339 * gdb.cp/non-trivial-retval.exp: New file.
6340
10c5f0a8
YQ
63412014-10-15 Yao Qi <yao@codesourcery.com>
6342
6343 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6344 remote host.
6345
65d7b369
YQ
63462014-10-15 Yao Qi <yao@codesourcery.com>
6347
6348 * gdb.python/py-symbol.exp: Match file base name if host is
6349 remote, otherwise match file name with dir name.
6350 * gdb.python/py-symtab.exp: Likewise.
6351 * gdb.python/python.exp: Likewise.
6352
46dc1394
YQ
63532014-10-15 Yao Qi <yao@codesourcery.com>
6354
6355 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6356 pattern.
6357 * gdb.python/py-symtab.exp: Likewise.
6358 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6359 locationn.
6360
c40cc657
JB
63612014-10-14 Joel Brobecker <brobecker@adacore.com>
6362
6363 * gdb.ada/addr_arith: New testcase.
6364
2abf49e1
MR
63652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6366
6367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6368 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6369 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6370 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6371
f7088df3
SDJ
63722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6373
6374 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6375 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6376 * gdb.arch/stap-eval-lang-ada.exp: New file.
6377
4dc06805
YQ
63782014-10-14 Yao Qi <yao@codesourcery.com>
6379
6380 * gdb.mi/mi-var-child.c (nothing1): New function.
6381 (nothing2): New function.
6382 (do_children_tests): Set function pointers by nothing1 and
6383 nothing2.
6384 * gdb.mi/mi-var-child.exp: Step over new added statements.
6385 Update test to match the new output.
6386 * gdb.mi/var-cmd.c (nothing1): New function.
6387 (nothing2): New function.
6388 (do_children_tests): Set function pointers by nothing1 and
6389 nothing2.
6390 * gdb.mi/mi-var-display.exp: Update test to match output.
6391 Step to the line specified by $line_dct_nothing.
6392 Increase the number of lines to step.
6393
46a93de2
YQ
63942014-10-14 Yao Qi <yao@codesourcery.com>
6395
6396 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6397 tests.
6398 * gdb.mi/mi2-var-child.exp: Likewise.
6399
14ea52ee
DE
64002014-10-13 Doug Evans <dje@google.com>
6401
6402 * gdb.python/py-objfile.exp: Change name of file name test.
6403
e5c6e92b
DE
64042014-10-13 Doug Evans <dje@google.com>
6405
6406 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6407 from the start of the CU.
6408
c780cc2f
JK
64092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6410 Yao Qi <yao@codesourcery.com>
6411
6412 Fix "save breakpoints" for "catch" command.
6413 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6414 Remove -nonewline. Match also the added "main" line.
6415
99894e11
JK
64162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 Fix "save breakpoints" for "disable $bpnum" command.
6419 * gdb.base/save-bp.c (main): Add label.
6420 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6421
6e1ac5a3
JK
64222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6423
6424 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6425
754dd2b0
YQ
64262014-10-11 Yao Qi <yao@codesourcery.com>
6427
6428 * gdb.server/server-kill.exp: Execute command
6429 "set remote trace-status-packet on" before "tstatus".
6430
f90183d7
YQ
64312014-10-11 Yao Qi <yao@codesourcery.com>
6432
6433 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6434 (main): Call getppid.
6435 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6436 and continue to it. Read variable "server_pid".
6437
bf40a607
YQ
64382014-10-11 Yao Qi <yao@codesourcery.com>
6439
6440 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6441
052ca370
YQ
64422014-10-11 Yao Qi <yao@codesourcery.com>
6443
6444 * gdb.threads/thread-find.exp: Don't execute command
6445 "info threads".
6446 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6447 * gdb.threads/linux-dp.exp: Don't check the condition
6448 $threads_created equals to zero.
6449
3831839c
PA
64502014-10-10 Pedro Alves <palves@redhat.com>
6451
6452 * gdb.base/bigcore.exp: Remove references to IRIX.
6453 * gdb.base/funcargs.exp: Likewise.
6454 * gdb.base/interrupt.exp: Likewise.
6455 * gdb.base/mips_pro.exp: Likewise.
6456 * gdb.base/nodebug.exp: Likewise.
6457 * gdb.base/setvar.exp: Likewise.
6458 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6459
8b9a549d
PA
64602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6461 Pedro Alves <palves@redhat.com>
6462
6463 PR symtab/14466
6464 * gdb.base/vdso-warning.c: New file.
6465 * gdb.base/vdso-warning.exp: New file.
6466
d48ba5e8
DE
64672014-10-02 Doug Evans <dje@google.com>
6468
6469 * gdb.base/structs.c (main): Don't run forever.
6470
2278c276
PA
64712014-10-02 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6474 (top level) <stop threads 1, stop threads 2>: Use it.
6475
b57bacec
PA
64762014-10-02 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.threads/break-while-running.exp (test): Add new
6479 'update_thread_list' argument. Skip "info threads" if false.
6480 (top level): Add new 'update_thread_list' axis.
6481
13fd3ff3
PA
64822014-10-02 Pedro Alves <palves@redhat.com>
6483
6484 PR breakpoints/17431
6485 * gdb.base/execl-update-breakpoints.c: New file.
6486 * gdb.base/execl-update-breakpoints.exp: New file.
6487
0fec99e8
PA
64882014-10-01 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/breakpoint-in-ro-region.c: New file.
6491 * gdb.base/breakpoint-in-ro-region.exp: New file.
6492
2ddf4301
SM
64932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 * gdb.mi/mi-exit-code.exp: New file.
6496 * gdb.mi/mi-exit-code.c: New file.
6497
6a5f3f43
YQ
64982014-09-30 Yao Qi <yao@codesourcery.com>
6499
6500 * lib/prelink-support.exp (build_executable_own_libs): Error if
6501 the target isn't native.
6502
345bcc73
YQ
65032014-09-30 Yao Qi <yao@codesourcery.com>
6504
6505 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6506 false.
6507
a25a5a45
PA
65082014-09-22 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.threads/break-while-running.exp: New file.
6511 * gdb.threads/break-while-running.c: New file.
6512
00ba3162
YQ
65132014-09-19 Yao Qi <yao@codesourcery.com>
6514
6515 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6516 Invoke test. Restart GDB with --readnow and invoke test again.
6517
c3b7b696
YQ
65182014-09-19 Yao Qi <yao@codesourcery.com>
6519
6520 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6521 proc set_breakpoint_on_gcd_function. Invoke
6522 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6523 invoke set_breakpoint_on_gcd_function again.
6524
2b4fd423
DE
65252014-09-18 Doug Evans <dje@google.com>
6526
6527 * gdb.dwarf2/symtab-producer.exp: New file.
6528
a5947601
SDJ
65292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6530
6531 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6532 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6533 * gdb.base/global-var-nested-by-dso.c: Likewise.
6534 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6535
91c19059
SDJ
65362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6537 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/watch-bitfields.exp: Pass string other than test file
6540 name to prepare_for_testing.
6541 (watch): New procedure.
6542 (expect_watchpoint): Use with_test_prefix.
6543 (top level): Factor out tests to ...
6544 (test_watch_location, test_regular_watch): ... these new
6545 procedures, and use with_test_prefix and gdb_continue_to_end.
6546
bb9d5f81
PP
65472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6548
6549 PR breakpoints/12526
6550 * gdb.base/watch-bitfields.exp: New file.
6551 * gdb.base/watch-bitfields.c: New file.
6552
635856f5
PA
65532014-09-16 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6556 software and hardware addresses, not software address against
6557 itself.
6558
7280ceea
PA
65592014-09-16 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6562 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6563
428b16bd
PA
65642014-09-16 Pedro Alves <palves@redhat.com>
6565
6566 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6567 files.
6568 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6569 "*-*-vxworks*" throughout.
6570 * gdb.base/break.exp: Likewise.
6571 * gdb.base/default.exp: Likewise.
6572 * gdb.base/scope.exp: Likewise.
6573 * gdb.base/sepdebug.exp: Likewise.
6574 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6575 throughout.
6576 * gdb.base/run.c: Likewise.
6577 * gdb.base/sepdebug.c: Likewise.
6578 * gdb.hp/gdb.aCC/run.c: Likewise.
6579 * gdb.reverse/until-reverse.c: Likewise.
6580 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6581
666d413c
YQ
65822014-09-16 Yao Qi <yao@codesourcery.com>
6583
6584 * boards/local-remote-host-native.exp: New file.
6585
57cbd724
DE
65862014-09-14 Doug Evans <xdje42@gmail.com>
6587
6588 * gdb.threads/queue-signal.c (thread_count): New variable.
6589 (thread_count_mutex, thread_count_condvar): New variables.
6590 (incr_thread_count, wait_all_threads_running): New functions.
6591 (main): Wait for all threads to be in their thread functions.
6592
81219e53
DE
65932014-09-13 Doug Evans <xdje42@gmail.com>
6594
6595 * gdb.threads/queue-signal.c: New file.
6596 * gdb.threads/queue-signal.exp: New file.
6597
3714cea7
DE
65982014-09-13 Doug Evans <xdje42@gmail.com>
6599
6600 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6601 be consistent with what default_gdb_init uses.
6602 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6603 the plain text of the prompt. Add some logging printfs.
6604 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6605
fa43b1d7
PA
66062014-09-12 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6609 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6610 * gdb.arch/i386-size-overlap.exp: Likewise.
6611 * gdb.arch/i386-size.exp: Likewise.
6612 * gdb.arch/i386-unwind.exp: Likewise.
6613 * gdb.base/a2-run.exp: Likewise.
6614 * gdb.base/break.exp: Likewise.
6615 * gdb.base/charset.exp: Likewise.
6616 * gdb.base/chng-syms.exp: Likewise.
6617 * gdb.base/commands.exp: Likewise.
6618 * gdb.base/dbx.exp: Likewise.
6619 * gdb.base/find.exp: Likewise.
6620 * gdb.base/funcargs.exp: Likewise.
6621 * gdb.base/jit-simple.exp: Likewise.
6622 * gdb.base/reread.exp: Likewise.
6623 * gdb.base/sepdebug.exp: Likewise.
6624 * gdb.base/step-bt.exp: Likewise.
6625 * gdb.cp/mb-inline.exp: Likewise.
6626 * gdb.cp/mb-templates.exp: Likewise.
6627 * gdb.objc/basicclass.exp: Likewise.
6628 * gdb.threads/killed.exp: Likewise.
6629
9d9bf2df
EBM
66302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6631
6632 PR tdep/17379
6633 * gdb.arch/powerpc-stackless.S: New file.
6634 * gdb.arch/powerpc-stackless.exp: New file.
6635
1cf2f1b0
JK
66362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 * gdb.base/attach.c: Include unistd.h.
6639 (main): Call alarm. Add label postloop.
6640 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6641 gdb_breakpoint, gdb_continue_to_breakpoint.
6642 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6643
98880d46
PA
66442014-09-11 Pedro Alves <palves@redhat.com>
6645
6646 PR gdb/17347
6647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6648 * gdb.base/attach.exp (test_command_line_attach_run): New
6649 procedure.
6650 (top level): Call it.
6651
4c92ff2c
PA
66522014-09-11 Pedro Alves <palves@redhat.com>
6653
6654 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6655 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6656 (do_command_attach_tests): Use spawn_wait_for_attach.
6657 * gdb.base/solib-overlap.exp: Likewise.
6658 * gdb.multi/multi-attach.exp: Likewise.
6659 * gdb.python/py-prompt.exp: Likewise.
6660 * gdb.python/py-sync-interp.exp: Likewise.
6661 * gdb.server/ext-attach.exp: Likewise.
6662
3adc1a7d
GKB
66632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6664
6665 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6666 command in testcase. Simplify testcase.
6667
96334934
JB
66682014-09-10 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6671
eb479039
JB
66722014-09-10 Joel Brobecker <brobecker@adacore.com>
6673
6674 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6675
deede10c
JB
66762014-09-10 Joel Brobecker <brobecker@adacore.com>
6677
6678 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6679
7828a5f5
JB
66802014-09-10 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.dwarf2/dynarr-ptr.c: New file.
6683 * gdb.dwarf2/dynarr-ptr.exp: New file.
6684
33aeebcf
MR
66852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6686
6687 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6688 of 30 rather than hardcoding 120 for a slow test case. Take the
6689 `gdb,timeout' target setting into account for this calculation.
6690 Don't extend the timeout for the test cases that don't need it.
6691
7b415901
MR
66922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6693
6694 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6695 a factor of 2 for a slow test case. Take the `gdb,timeout'
6696 target setting into account for this calculation.
6697 * gdb.reverse/until-precsave.exp: Increase the timeout by
6698 a factor of 15 and 3 respectively rather than adding 120
6699 for a pair of slow test cases. Take the `gdb,timeout'
6700 target setting into account for this calculation.
6701
4a40f85a
MR
67022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6703
6704 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6705 timeout, don't pass one down to gdb_expect.
6706 (gdb_expect): Rework timeout selection.
6707
09635af7
MR
67082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6709
6710 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6711 exception on timeout.
6712 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6713 (gdbserver_start_extended): Catch any `gdbserver_start' error
6714 exceptions.
6715 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6716 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6717 `gdbserver_gdb_load' error exceptions.
6718
2bdd10b7
MR
67192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6720
6721 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6722 120 on waiting for the TCP socket to open.
6723
316935f0
DE
67242014-09-09 Doug Evans <xdje42@gmail.com>
6725
6726 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6727 _caller_matches, _any_caller_is, _any_caller_matches.
6728
83740597
DE
67292014-09-09 Doug Evans <xdje42@gmail.com>
6730
6731 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6732
4c122fc3
YQ
67332014-09-09 Yao Qi <yao@codesourcery.com>
6734
6735 * gdb.mi/mi-var-display.exp: Set print symbol off.
6736
a9f116cb
GKB
67372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6738
6739 PR gdb/17035
6740 * gdb.base/commands.exp: Add tests to verify user-defined
6741 commands with empty bodies.
6742 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6743 python commands in `show user command`.
6744 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6745 scheme commands in `show user command`.
6746
c75bd3a2
JK
67472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 PR python/17355
6750 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6751 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6752 * gdb.python/py-framefilter-invalidarg.exp: New file.
6753 * gdb.python/py-framefilter-invalidarg.py: New file.
6754
faa42425
DE
67552014-09-06 Doug Evans <xdje42@gmail.com>
6756
6757 PR 15276
6758 * gdb.python/py-caller-is.c: New file.
6759 * gdb.python/py-caller-is.exp: New file.
6760
474ca4f6
SDJ
67612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6762
6763 PR gdb/17235
6764 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6765 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6766
eb0b0463
SDJ
67672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6768
6769 PR fortran/17237
6770 * gdb.fortran/print-formatted.exp: New file.
6771 * gdb.fortran/print-formatted.f90: Likewise.
6772
5f3b99cf
SS
67732014-09-03 Sasha Smundak <asmundak@google.com>
6774
6775 * gdb.python/py-frame.exp: Test Frame.read_register.
6776
7d793aa9
SDJ
67772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6778
6779 PR python/16699
6780 * gdb.python/py-completion.exp: New file.
6781 * gdb.python/py-completion.py: Likewise.
6782
fb0576e9
DE
67832014-08-28 Doug Evans <dje@google.com>
6784
6785 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6786 eax,etc. are live with values set by gdb and thus the compiler can't
6787 use them.
6788 * gdb.arch/i386-pseudo.c (main): Ditto.
6789
ee92b0dd
DE
67902014-08-27 Doug Evans <dje@google.com>
6791
6792 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6793
6649db35
DE
67942014-08-25 Doug Evans <dje@google.com>
6795
6796 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6797 (main): Ditto.
6798
564b7600
DE
67992014-08-25 Doug Evans <dje@google.com>
6800
6801 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6802
3881fb67
YQ
68032014-08-24 Yao Qi <yao@codesourcery.com>
6804
6805 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6806 symbol off.
6807 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6808
a05a36a5
DE
68092014-08-22 Doug Evans <dje@google.com>
6810
6811 PR 17276
6812 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6813 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6814 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6815
7c343b48
YQ
68162014-08-22 Yao Qi <yao@codesourcery.com>
6817
6818 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6819 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6820 * gdb.python/python.exp: Likewise. Use .py file on the host
6821 instead of the build.
6822
22fd09ae
JK
68232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6824
6825 * gdb.threads/gcore-stale-thread.c: New file.
6826 * gdb.threads/gcore-stale-thread.exp: New file.
6827
a8454a7c
PA
68282014-08-21 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6831 * gdb.base/gcore-relro-pie.exp: Likewise.
6832 * gdb.base/gcore-relro.exp: Likewise.
6833 * gdb.base/gcore.exp: Likewise.
6834 * gdb.base/print-symbol-loading.exp: Likewise.
6835 * gdb.threads/gcore-thread.exp: Likewise.
6836 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6837
2a31c623
PA
68382014-08-20 Pedro Alves <palves@redhat.com>
6839 Jan Kratochvil <jan.kratochvil@redhat.com>
6840
6841 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6842 configure.
6843 (EXPECT): Handle READ1 being set.
6844 (all): Depend on EXTRA_RULES.
6845 (check-read1, expect-read1, read1.so, read1): New rules.
6846 * README (Testsuite Parameters): Document the READ1 make variable.
6847 (Race detection): New section.
6848 * configure: Regenerate.
6849 * configure.ac: If build==host==target, and running under a
6850 GNU/glibc system, add read1 to the extra Makefile rules.
6851 (EXTRA_RULES): AC_SUBST it.
6852 * lib/read1.c: New file.
6853
d36430db
JB
68542014-08-20 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6857 the handling of variables declared as a typedef to an array
6858 which a DW_AT_data_location attribute.
6859
9a0dc9e3
PA
68602014-08-19 Andrew Burgess <aburgess@broadcom.com>
6861 Pedro Alves <palves@redhat.com>
6862
6863 PR symtab/14604
6864 PR symtab/14605
6865 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6866 gdb_test.
6867
0718a8da
PA
68682014-08-19 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6871
13b448cd
YQ
68722014-08-19 Yao Qi <yao@codesourcery.com>
6873
6874 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6875 right line.
6876
1cbf5077
DB
68772014-08-18 David Blaikie <dblaikie@gmail.com>
6878
6879 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6880
bf0fae19
JB
68812014-08-18 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6884 attribute in array range.
6885
3c8c5dcc
JB
68862014-08-18 Joel Brobecker <brobecker@adacore.com>
6887
6888 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6889
e66d4446
SC
68902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6891
6892 PR c++/17132
6893 * gdb.cp/pr17132.cc: New file.
6894 * gdb.cp/pr17132.exp: New file.
6895
940df408
SC
68962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6897
6898 * gdb.python/py-xmethods.py (A_getarrayind)
6899 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6900 Use 'print' with function call syntax.
6901 (E_method_matcher.match): Fix tab vs space indentation mixup.
6902
ebcc6c3a
YQ
69032014-08-15 Yao Qi <yao@codesourcery.com>
6904
6905 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6906 false.
6907
775e0f04
YQ
69082014-08-15 Yao Qi <yao@codesourcery.com>
6909
6910 * gdb.cp/casts.exp: Set print symbol off.
6911 * gdb.cp/class2.exp: Likewise.
6912 * gdb.cp/overload.exp: Likewise.
6913 * gdb.cp/templates.exp: Likewise.
6914
d769e349
DE
69152014-08-11 Doug Evans <dje@google.com>
6916
6917 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6918 (test_load_shlib): Update.
6919
20c6f1e1
YQ
69202014-08-09 Yao Qi <yao@codesourcery.com>
6921
6922 * gdb.base/display.exp: Invoke is_address_zero_readable.
6923 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6924 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6925 * gdb.base/hbreak-unmapped.exp: Return if
6926 is_address_zero_readable returns true.
6927 * gdb.base/signest.exp: Likewise.
6928 * gdb.base/signull.exp: Likewise.
6929 * gdb.base/sigbpt.exp: Likewise.
6930 * gdb.guile/scm-disasm.exp: Do the test if
6931 is_address_zero_readable returns false.
6932 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6933 * gdb.python/py-arch.exp: Likewise.
6934 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6935 * lib/gdb.exp (is_address_zero_readable): New proc.
6936
5792e8e3
YQ
69372014-08-09 Yao Qi <yao@codesourcery.com>
6938
6939 PR testsuite/13443
6940 * gdb.mi/mi-var-display.exp: Make test messages unique.
6941
3cecbbbe
TT
69422014-08-04 Tom Tromey <tromey@redhat.com>
6943
6944 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6945 target 0".
6946
00b51ff5
TT
69472014-08-04 Tom Tromey <tromey@redhat.com>
6948
6949 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6950 "target_resume".
6951
6908c509
JB
69522014-08-01 Joel Brobecker <brobecker@adacore.com>
6953
6954 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6955 inner_vla_struct_object_size.
6956 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6957 as xfail.
6958
cc6563d2
PA
69592014-07-30 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6962 comment.
6963
7e09a223
YQ
69642014-07-29 Yao Qi <yao@codesourcery.com>
6965
6966 PR gdb/17206
6967 * gdb.base/until-nodebug.exp: New.
6968
7ebdbe92
DE
69692014-07-28 Doug Evans <xdje42@gmail.com>
6970
6971 PR guile/17203
6972 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6973 previously existing parameter, and previously ambiguously spelled
6974 parameter.
6975
fdb1adc6
WN
69762014-07-28 Will Newton <will.newton@linaro.org>
6977
6978 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6979
186fcde0
DE
69802014-07-26 Ludovic Courtès <ludo@gnu.org>
6981 Doug Evans <xdje42@gmail.com>
6982
6983 PR guile/17146
6984 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6985
70509625
PA
69862014-07-25 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.threads/signal-command-handle-nopass.c: New file.
6989 * gdb.threads/signal-command-handle-nopass.exp: New file.
6990 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6991 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6992 * gdb.threads/signal-delivered-right-thread.c: New file.
6993 * gdb.threads/signal-delivered-right-thread.exp: New file.
6994
c3f814a1
PA
69952014-07-25 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/double-prompt-target-event-error.exp
6998 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6999 match.
7000 (cancel_pagination_in_target_event): Rework double prompt
7001 detection.
7002 * gdb.base/paginate-after-ctrl-c-running.exp
7003 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7004 <return>' match.
7005 * gdb.base/paginate-bg-execution.exp
7006 (test_bg_execution_pagination_return)
7007 (test_bg_execution_pagination_cancel): Remove '-notransfer
7008 <return>' matches.
7009 * gdb.base/paginate-execution-startup.exp
7010 (test_fg_execution_pagination_return)
7011 (test_fg_execution_pagination_cancel): Remove '-notransfer
7012 <return>' matches.
7013 * gdb.base/paginate-inferior-exit.exp
7014 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7015 match.
7016 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7017 * lib/gdb.exp (pagination_prompt): Run text through
7018 string_to_regexp.
7019 (gdb_test_multiple): Match $pagination_prompt instead of
7020 "<return>".
7021 (string_to_regexp): Move to lib/gdb-utils.exp.
7022
e214cf6c
JK
70232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7024
7025 * gdb.arch/amd64-entry-value-paramref.S: New file.
7026 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7027 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7028 * gdb.arch/amd64-optimout-repeat.S: New file.
7029 * gdb.arch/amd64-optimout-repeat.c: New file.
7030 * gdb.arch/amd64-optimout-repeat.exp: New file.
7031
17d0c5c8
JK
70322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7033
7034 PR gdb/17170
7035 * gdb.base/statistics.exp: New file.
7036
b8b8facf
DE
70372014-07-17 Doug Evans <dje@google.com>
7038
74b49205 7039 PR gdb/17170
b8b8facf
DE
7040 * gdb.base/maint.exp: Update testing of per-command stats.
7041
1b5d0ab3
PA
70422014-07-16 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7045 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7046 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7047 (tfile_write_buf): New functions.
7048 (add_memory_block): Rewrite using the above.
7049 (adjust_function_address): New function.
7050 (FUNCTION_ADDRESS): New macro.
7051 (write_basic_trace_file): Remove short_x local, and use
7052 tfile_write_16. Change type of func_addr local to unsigned long
7053 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7054 here. Cast argument of add_memory_block to char pointer.
7055 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7056 (main): Remove parameters.
7057 * gdb.trace/tfile.exp: Remove nowarnings.
7058
4d974e88
SM
70592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7060
7061 * gdb.base/debug-expr.exp: Test string evaluation with
7062 "debug expression" on.
7063
41e99568
PA
70642014-07-15 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/reread.exp: Use clean_restart.
7067
487d9753
PL
70682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7069
7070 * gdb.arch/avr-flash-qualifer.c: New.
7071 * gdb.arch/avr-flash-qualifer.exp: New.
7072
cc1c52ad
PA
70732014-07-14 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7076 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7077
1e973570
PA
70782014-07-14 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/double-prompt-target-event-error.c: New file.
7081 * gdb.base/double-prompt-target-event-error.exp: New file.
7082
93d6eb10
PA
70832014-07-14 Pedro Alves <palves@redhat.com>
7084
7085 PR gdb/17072
7086 * gdb.base/paginate-inferior-exit.c: New file.
7087 * gdb.base/paginate-inferior-exit.exp: New file.
7088
0017922d
PA
70892014-07-14 Pedro Alves <palves@redhat.com>
7090
7091 PR gdb/17072
7092 * gdb.base/paginate-bg-execution.c: New file.
7093 * gdb.base/paginate-bg-execution.exp: New file.
7094
94696ad3
PA
70952014-07-14 Pedro Alves <palves@redhat.com>
7096
7097 PR gdb/17072
7098 * gdb.base/paginate-execution-startup.c: New file.
7099 * gdb.base/paginate-execution-startup.exp: New file.
7100 * lib/gdb.exp (pagination_prompt): New global.
7101 (default_gdb_spawn): New procedure, factored out from
7102 default_gdb_spawn.
7103 (default_gdb_start): Adjust to call default_gdb_spawn.
7104 (gdb_spawn): New procedure.
7105
bd293940
PA
71062014-07-14 Pedro Alves <palves@redhat.com>
7107
7108 * lib/gdb.exp (gdb_assert): New procedure.
7109 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7110
c933f875
PA
71112014-07-14 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.base/execution-termios.c: New file.
7114 * gdb.base/execution-termios.exp: New file.
7115
d98b7a16
TT
71162014-07-14 Tom Tromey <tromey@redhat.com>
7117
7118 * gdb.cp/vla-cxx.cc: New file.
7119 * gdb.cp/vla-cxx.exp: New file.
7120
548740d6
TT
71212014-07-14 Tom Tromey <tromey@redhat.com>
7122
7123 * gdb.reverse/rerun-prec.c: New file.
7124 * gdb.reverse/rerun-prec.exp: New file.
7125
a25eb028
MR
71262014-07-12 Maciej W. Rozycki <macro@mips.com>
7127 Maciej W. Rozycki <macro@codesourcery.com>
7128
7129 * lib/gdb-utils.exp: New file.
7130 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7131 inline `gdb_init_command' processing.
7132 (gdb_start_cmd): Likewise.
7133 * lib/mi-support.exp (mi_run_cmd): Likewise.
7134 * README: Document `gdb_init_command' and `gdb_init_commands'.
7135
218c2655
JK
71362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7137
7138 Fix false FAIL running under a very long directory name.
7139 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7140 and "set print elements 10000". Twice.
7141
5401fde3
YQ
71422014-07-11 Yao Qi <yao@codesourcery.com>
7143
7144 * gdb.base/exprs.exp: "set print symbol off".
7145
e76126e8
PA
71462014-07-11 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.threads/kill.c: New file.
7149 * gdb.threads/kill.exp: New file.
7150
2d6f0de6
YQ
71512014-07-10 Yao Qi <yao@codesourcery.com>
7152
7153 * gdb.trace/tfile.c (write_basic_trace_file)
7154 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7155 address written to trace file.
7156
7180e04a
PA
71572014-07-09 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.base/attach-wait-input.exp: New file.
7160 * gdb.base/attach-wait-input.c: New file.
7161
9a9a7608
AB
71622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7163
7164 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7165 setting up test structures.
7166 (main): Call new test function.
7167 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7168 test function, continue into test function and walk test
7169 structures.
7170
161ac41e
YQ
71712014-07-02 Yao Qi <yao@codesourcery.com>
7172
7173 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7174 'bar_start' at the beginning of functions 'foo' and 'bar'
7175 respectively.
7176 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7177 instead of 'foo' and 'bar'.
7178
1f267ae3
MM
71792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7180
7181 * gdb.btrace/segv.exp: New.
7182 * gdb.btrace/segv.c: New.
7183
2b239efb
LM
71842014-07-02 Luis Machado <lgustavo@codesourcery.com>
7185
7186 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7187 instruction.
7188
cf363f18
MW
71892014-06-30 Mark Wielaard <mjw@redhat.com>
7190
7191 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7192 vulture, vilify, villar): New volatile array constants.
7193 (vindictive, vegetation): New const volatile array constants.
7194 * gdb.base/volatile.exp: Test volatile and const volatile array
7195 types.
7196
aebf9d24
AA
71972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7198
7199 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7200 target lacks support for awatch, rwatch, or hbreak.
7201
b67a2c6f
YQ
72022014-06-27 Yao Qi <yao@codesourcery.com>
7203
7204 * gdb.multi/dummy-frame-restore.exp: New.
7205 * gdb.multi/dummy-frame-restore.c: New.
7206
aef92902
MM
72072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7208
7209 * gdb.btrace/gcore.exp: New.
7210
8e9db26e
PA
72112014-06-23 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/watchpoint-reuse-slot.c: New file.
7214 * gdb.base/watchpoint-reuse-slot.exp: New file.
7215
70afc5b7
SC
72162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7217
7218 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7219 progspace's filename in 'info', 'enable' and 'disable' command
7220 tests.
7221
b972bd9c
JK
72222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7225 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7226 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7227
125f8a3d
GB
72282014-06-20 Gary Benson <gbenson@redhat.com>
7229
7230 * gdb.arch/i386-avx.exp: Fix include file location.
7231 * gdb.arch/i386-sse.exp: Likewise.
7232
3ed9baed
IB
72332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7234
7235 * gdb.dlang/expression.exp: New file.
7236
034f788c
PA
72372014-06-19 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7240 out from ...
7241 (top level): ... here. Iterate running tests under different
7242 scheduler-locking settings.
7243
45371d0c
LM
72442014-06-18 Luis Machado <lgustavo@codesourcery.com>
7245
7246 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7247 to DW_FORM_addr and use non-zero addresses.
7248
5d376983
SC
72492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7250
7251 PR gdb/17017
7252 * gdb.python/py-xmethods.cc: Add global function call counters and
7253 increment them in their respective functions. Remove "cout"
7254 statements.
7255 * gdb.python/py-xmethods.exp: Make tests check the global function
7256 call counters instead of depending on inferior IO.
7257
a1aa2221
LM
72582014-06-18 Don Breazeal <donb@codesourcery.com>
7259
7260 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7261 Deleted procedure.
7262 (explicit_fork_parent_follow): Deleted procedure.
7263 (explicit_fork_child_follow): Deleted procedure.
7264 (test_follow_fork): New procedure.
7265 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7266 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7267 procedure calls.
7268
0fc05997
YQ
72692014-06-17 Yao Qi <yao@codesourcery.com>
7270
7271 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7272 CP1252.
7273
70795c52
LM
72742014-06-17 Luis Machado <lgustavo@codesourcery.com>
7275
7276 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7277 Initialize ptr and S explicitly.
7278 (skip_type_update_when_not_use_rtti_test): Likewise.
7279
6be47f0c
KS
72802014-06-16 Keith Seitz <keiths@redhat.com>
7281
7282 PR mi/15863
7283 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7284 the inferior is started.
7285
d03de421
PA
72862014-06-16 Pedro Alves <palves@redhat.com>
7287
7288 * gdb.base/break-main-file-remove-fail.c: New file.
7289 * gdb.base/break-main-file-remove-fail.exp: New file.
7290 * gdb.base/break-unload-file.exp: Use build_executable instead of
7291 prepare_for_testing.
7292 (test_break): New parameter "initial_load". Handle it.
7293 (top level): Add initial_load cmdline/file axis.
7294
f9579b99
TT
72952014-06-12 Tom Tromey <tromey@redhat.com>
7296
7297 * gdb.base/completion.exp: Don't use directory name in test.
7298
3657956b
GB
72992014-06-09 Gary Benson <gbenson@redhat.com>
7300
7301 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7302 separate the always-available ANSI-standard signals from the
7303 signals that require checking.
7304 (main): Likewise.
7305 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7306 Likewise.
7307 (main): Likewise.
7308
4186eb54
KS
73092014-06-07 Keith Seitz <keiths@redhat.com>
7310
7311 Revert:
7312 PR c++/16253
7313 * gdb.cp/var-tag.cc: New file.
7314 * gdb.cp/var-tag.exp: New file.
7315 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7316 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7317 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7318 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7319
25326a28 73202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7321
7322 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7323
829155c9
PA
73242014-06-06 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7327 in target debug output instead of looking at RSP packets,
7328 disabling the test on any target that uses hardware stepping.
7329 Update comments.
7330
61c8d22e
PA
73312014-06-06 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/break-unload-file.exp: Fix typo.
7334
d9a47287
YQ
73352014-06-06 Yao Qi <yao@codesourcery.com>
7336
7337 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7338 from "jit_function" to "^jit_function".
7339
e5e01dbf
YQ
73402014-06-06 Yao Qi <yao@codesourcery.com>
7341
7342 * gdb.base/async.c (foo): Add one statement.
7343 * gdb.base/async.exp: Get the next instruction address and
7344 match the output of "nexti" by instruction address. Match
7345 the hex address in the output of "finish".
7346
73ba372c
GB
73472014-06-06 Gary Benson <gbenson@redhat.com>
7348
7349 * gdb.base/call-signals.c: Remove preprocessor conditionals
7350 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7351 SIGSEGV and SIGTERM.
7352 * gdb.base/sigall.c: Likewise.
7353 * gdb.base/unwindonsignal.c: Likewise.
7354 * gdb.reverse/sigall-reverse.c: Likewise.
7355
831517df
YQ
73562014-06-06 Yao Qi <yao@codesourcery.com>
7357
7358 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7359 readable, skip the test.
7360
b8b91e98
YQ
73612014-06-06 Yao Qi <yao@codesourcery.com>
7362
7363 * gdb.threads/staticthreads.c (thread_function): Move the line
7364 setting breakpoint on forward.
7365 * gdb.threads/staticthreads.exp: Update comments.
7366
fb934770
LC
73672014-06-05 Ludovic Courtès <ludo@gnu.org>
7368
7369 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7370 "history-append! type error".
7371
6ef284bd
SM
73722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7375 erroneous dprintf expected input.
7376
a872e241
DE
73772014-06-04 Doug Evans <xdje42@gmail.com>
7378
7379 * gdb.guile/scm-generics.exp: Delete.
7380
16f691fb
DE
73812014-06-04 Doug Evans <xdje42@gmail.com>
7382
7383 * gdb.guile/scm-breakpoint.exp: Update.
7384 Add tests for breakpoint registration.
7385
012370f6
TT
73862014-06-04 Tom Tromey <tromey@redhat.com>
7387
7388 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7389 VLA-in-union.
7390 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7391 inner_vla_struct, vla_union types. Initialize objects of those
7392 types and compute their sizes.
7393
9f5a4cef
HZ
73942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7395 Hui Zhu <hui@codesourcery.com>
7396
7397 * gdb.base/fileio.exp: Add test for shell not available as well as
7398 available.
7399 * gdb.base/fileio.c (test_system): Check for shell twice.
7400
90a45c4d
YQ
74012014-06-04 Yao Qi <yao@codesourcery.com>
7402
7403 * gdb.base/auto-connect-native-target.exp: Remove redundant
7404 space from the regexp pattern.
7405
70017e41
YQ
74062014-06-04 Yao Qi <yao@codesourcery.com>
7407
7408 * gdb.base/default.exp: Replace "child" with "native" in
7409 regexp pattern.
7410
883964a7
SC
74112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7412
7413 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7414 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7415 * gdb.python/py-xmethods.py: Python script supporting the
7416 new testcase and tests.
7417
ef370185
JB
74182014-06-03 Joel Brobecker <brobecker@adacore.com>
7419 Pedro Alves <palves@redhat.com>
7420
7421 PR breakpoints/17000
7422 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7423 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7424
1e2ccb61
BM
74252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7426
7427 * gdb.base/subst.exp: Add tests to verify partial path matching
7428 output.
7429
c6ec5ab2
PA
74302014-06-03 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7433 target that doesn't use software single-stepping.
7434
835c559f
PA
74352014-06-03 Pedro Alves <palves@redhat.com>
7436
7437 PR breakpoints/17000
7438 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7439 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7440
06eb1586
DE
74412014-06-02 Doug Evans <xdje42@gmail.com>
7442
7443 * gdb.guile/scm-parameter.exp: New file.
7444
e698b8c4
DE
74452014-06-02 Doug Evans <xdje42@gmail.com>
7446
7447 * gdb.guile/scm-cmd.c: New file.
7448 * gdb.guile/scm-cmd.exp: New file.
7449
ded03782
DE
74502014-06-02 Doug Evans <xdje42@gmail.com>
7451
7452 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7453 pretty-printer lookup.
7454 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7455 (make-pp_s-printer): Call it.
7456 (make-pretty-printer-from-dict): New function.
7457 (lookup-pretty-printer-maker-from-dict): New function.
7458 (*pretty-printer*): Simplify.
7459 (make-objfile-pp_s-printer): New function.
7460 (install-objfile-pretty-printers!): New function.
7461 (make-progspace-pp_s-printer): New function.
7462 (install-progspace-pretty-printers!): New function.
7463 * gdb.guile/scm-progspace.c: New file.
7464 * gdb.guile/scm-progspace.exp: New file.
7465
41fac0cf
PA
74662014-06-02 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.base/dprintf-bp-same-addr.c: New file.
7469 * gdb.base/dprintf-bp-same-addr.exp: New file.
7470
96ae5695
EBM
74712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7472
7473 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7474 * gdb.arch/powerpc-power.s: Likewise.
7475
da02b3a8
JB
74762014-06-02 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7479
c72b2e7b
YQ
74802014-06-01 Yao Qi <yao@codesourcery.com>
7481
7482 * gdb.base/watchpoint.exp (test_watch_location): Check null
7483 pointer can be dereferenced. If not, do the test, otherwise
7484 skip it.
7485
53e8a631
AB
74862014-05-30 Andrew Burgess <aburgess@broadcom.com>
7487
7488 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7489 results.
7490 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7491
938f0e2f
AB
74922014-05-30 Andrew Burgess <aburgess@broadcom.com>
7493
7494 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7495 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7496 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7497 * gdb.arch/amd64-invalid-stack-top.c: New file.
7498 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7499
9ba6657a
PA
75002014-05-30 Pedro Alves <palves@redhat.com>
7501
7502 PR breakpoints/17000
7503 * gdb.base/sss-bp-on-user-bp.c: New file.
7504 * gdb.base/sss-bp-on-user-bp.exp: New file.
7505
522c09bf
DB
75062014-05-30 David Blaikie <dblaikie@gmail.com>
7507
7508 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7509 gnu_inline semantics via attribute.
7510 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7511 source explicitly specifies the required semantics.
7512
bf4ef81e
MR
75132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7514
7515 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7516
329ea579
PA
75172014-05-29 Pedro Alves <palves@redhat.com>
7518 Tom Tromey <tromey@redhat.com>
7519
7520 * gdb.base/async-shell.exp: Don't enable target-async.
7521 * gdb.base/async.exp
7522 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7523 parameter. Adjust.
7524 (top level): Don't test with "target-async".
7525 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7526 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7527 * gdb.base/inferior-died.exp: Don't enable target-async.
7528 * gdb.base/interrupt-noterm.exp: Likewise.
7529 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7530 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7531 * gdb.mi/mi-nonstop.exp: Likewise.
7532 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7533 * gdb.mi/mi-nsintrall.exp: Likewise.
7534 * gdb.mi/mi-nsmoribund.exp: Likewise.
7535 * gdb.mi/mi-nsthrexec.exp: Likewise.
7536 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7537 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7538 * gdb.python/py-evsignal.exp: Don't enable target-async.
7539 * gdb.python/py-evthreads.exp: Likewise.
7540 * gdb.python/py-prompt.exp: Likewise.
7541 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7542 * gdb.server/solib-list.exp: Don't enable target-async.
7543 * gdb.threads/thread-specific-bp.exp: Likewise.
7544 * lib/mi-support.exp: Adjust to use mi-async.
7545
fd664c91
PA
75462014-05-29 Pedro Alves <palves@redhat.com>
7547
7548 PR gdb/13860
7549 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7550 reason, even in sync mode.
7551
251bde03
PA
75522014-05-29 Pedro Alves <palves@redhat.com>
7553 Hui Zhu <hui@codesourcery.com>
7554
7555 PR PR15693
7556 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7557 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7558 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7559 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7560
7f3c0343
JB
75612014-05-28 Joel Brobecker <brobecker@adacore.com>
7562
7563 * config/monitor.exp (gdb_target_monitor): Replace use of
7564 "set remotebaud" by "set serial baud".
7565
b2715b27
AW
75662014-05-26 Andy Wingo <wingo@igalia.com>
7567
7568 * gdb.guile/scm-breakpoint.exp:
7569 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7570 properties instead of gdb-object-properties.
7571
498a4489
YQ
75722014-05-26 Yao Qi <yao@codesourcery.com>
7573
7574 * gdb.server/no-thread-db.exp: Specify source file name
7575 explicitly when setting a breakpoint.
7576
589fdceb
MM
75772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7578
7579 * gdb.btrace/vdso.c: New.
7580 * gdb.btrace/vdso.exp: New.
7581
e9089e05
MM
75822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7583
7584 * gdb.base/gcore.exp (capture_command_output): Move ...
7585 * lib/gdb.exp (capture_command_output): ... here.
7586
67b5c0c1
MM
75872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7588
7589 * gdb.btrace/data.exp: Test memory access during btrace replay.
7590
a2199296
SM
75912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7592
7593 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7594
17b2616c
PA
75952014-05-21 Pedro Alves <palves@redhat.com>
7596
7597 PR gdb/13860
7598 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7599 (top level): Test that output related to execution commands is
7600 sent to the console with CLI commands, but not with MI commands.
7601 Test that breakpoint events are always mirrored to the console.
7602 Also expect the new source line to be output after a "next" in
7603 async mode too. Make it a pass/fail test.
7604 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7605 output.
7606 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7607
5166082f
PA
76082014-05-21 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7611 Use them to test variations of "list" after reaching a breakpoint.
7612 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7613 Test "list" with listsize 10 after reaching a breakpoint.
7614 * gdb.python/python.exp (decode_line current location line
7615 number): Adjust expected line number.
7616
2f25d70f
SM
76172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7618
7619 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7620 behavior for $args, pass it directly to "run".
7621
ff604a67
MR
76222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7623
7624 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7625 30000 to 65536.
7626
6a3cb8e8
PA
76272014-05-21 Pedro Alves <palves@redhat.com>
7628
7629 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7630 auto-connect-native-target off".
7631 * gdb.base/auto-connect-native-target.c: New file.
7632 * gdb.base/auto-connect-native-target.exp: New file.
7633
4ebfc96e
PA
76342014-05-21 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/default.exp: Test "target native" instead of "target
7637 child".
7638
36d46afb
MW
76392014-05-21 Mark Wielaard <mjw@redhat.com>
7640
7641 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7642
5876f503
JK
76432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 Fix TLS access for -static -pthread.
7646 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7647 <HAVE_TLS> (thread_function, main): Initialize it.
7648 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7649 Add clean_restart.
7650 <$have_tls != "">: Check TLSVAR.
7651
0256a6ac
PA
76522014-05-21 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/dcache-line-read-error.c: New.
7655 * gdb.base/dcache-line-read-error.exp: New.
7656
936d2992
PA
76572014-05-20 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/compare-sections.c: New file.
7660 * gdb.base/compare-sections.exp: New file.
7661
802e8e6d
PA
76622014-05-20 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/break-idempotent.c: New file.
7665 * gdb.base/break-idempotent.exp: New file.
7666
e59fa00f
MM
76672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7668
7669 * gdb.btrace/nohist.exp: New.
7670
8b696e31
YQ
76712014-05-20 Yao Qi <yao@codesourcery.com>
7672
7673 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7674 gdb.reverse directory and gdb_reverse_timeout exists in board
7675 setting.
7676 * README: Document gdb_reverse_timeout.
7677
73c9764f
YQ
76782014-05-20 Yao Qi <yao@codesourcery.com>
7679
7680 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7681 'test_file_name'. Treat args as a string instead of a list.
7682 (gdb_init): Rename argument 'args' by 'test_file_name'.
7683
f1f4348a
JK
76842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * gdb.arch/powerpc-power.exp: New file.
7687 * gdb.arch/powerpc-power.s: New file.
7688
0dbe70ce
DE
76892014-05-16 Doug Evans <dje@google.com>
7690
7691 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7692 * gdb.base/completion.exp: Check that all expected files exist
7693 before doing file completion.
0dbe70ce 7694
8d551b02
DE
76952014-05-16 Doug Evans <dje@google.com>
7696
7697 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7698 Update.
7699 (do_syscall_tests_without_xml): Update.
7700
73eb7709
PA
77012014-05-16 Pedro Alves <palves@redhat.com>
7702
7703 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7704 instead of "unknown output after running".
7705
3fae92fc
YQ
77062014-05-16 Yao Qi <yao@codesourcery.com>
7707
7708 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7709 file1.txt from host at the end.
7710 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7711
c2b2ccc5
DE
77122014-05-15 Doug Evans <dje@google.com>
7713
7714 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7715 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7716 loading file. Add test for TU lookup.
7717
8c217a4b
SM
77182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7719
7720 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7721 calling "-exec-arguments" or "set args" before running the
7722 inferior.
7723
3deb39c6
SM
77242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7725
7726 * lib/mi-support.exp (mi_expect_stop): Expect message for
7727 inferiors that exit with non-zero exit code.
7728
71a79f8c
YQ
77292014-05-14 Yao Qi <yao@codesourcery.com>
7730
7731 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7732 match absolute path on remote host.
7733 (test_file_list_exec_source_files): Remove "/" from the
7734 pattern.
7735
f23fcd46
YQ
77362014-05-14 Yao Qi <yao@codesourcery.com>
7737
7738 * boards/local-remote-host-notty.exp (${board}_file): New
7739 proc.
7740
9404b58f
KM
77412014-05-07 Kyle McMartin <kyle@redhat.com>
7742
7743 Pushed by Joel Brobecker <brobecker@adacore.com>.
7744 * gdb.arch/aarch64-atomic-inst.c: New file.
7745 * gdb.arch/aarch64-atomic-inst.exp: New file.
7746
5e45f04c
YQ
77472014-05-07 Yao Qi <yao@codesourcery.com>
7748
7749 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7750 in current context" too.
7751
c888a17d
KS
77522014-05-05 Keith Seitz <keiths@redhat.com>
7753
7754 * gdb.linespec/ls-dollar.exp: Add test for linespec
7755 file:convenience_variable.
7756
290a839c
YQ
77572014-05-05 Yao Qi <yao@codesourcery.com>
7758
7759 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7760 traceframes into tfile and ctf trace files. Read data from
7761 trace file and test collected data.
7762 (gdb_collect_locals_test): Likewise.
7763 (gdb_unavailable_registers_test): Likewise.
7764 (gdb_unavailable_floats): Likewise.
7765 (gdb_collect_globals_test): Likewise.
7766 (top-level): Append "ctf" to trace_file_targets if GDB
7767 supports.
7768
b5262cd0
YQ
77692014-05-05 Yao Qi <yao@codesourcery.com>
7770
7771 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7772 code to ...
7773 (gdb_collect_args_test_1): ... it. New proc.
7774 (gdb_collect_locals_test): Move some code to ...
7775 (gdb_collect_locals_test_1): ... it. New proc.
7776 (gdb_unavailable_registers_test): Move some code to ...
7777 (gdb_unavailable_registers_test_1): ... it. New proc.
7778 (gdb_unavailable_floats): Move some code to ...
7779 (gdb_unavailable_floats_1): ... it. New proc.
7780
30a1e6cc
SDJ
77812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7782
7783 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7784 probes to test for bitness recognition.
7785 * gdb.arch/amd64-stap-optional-prefix.exp
7786 (test_probe_value_without_reg): New procedure.
7787 Add code to test for different kinds of bitness.
7788
f33da99a
SDJ
77892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7790
7791 PR breakpoints/16889
7792 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7793 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7794
5b80f00d
PA
77952014-05-01 Pedro Alves <palves@redhat.com>
7796
7797 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7798 gdb_file_cmd if no file is specified.
7799 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7800 last_loaded_file to set the remote exec-file.
7801
f8c2a73c
PA
78022014-05-01 Pedro Alves <palves@redhat.com>
7803
7804 * boards/local-remote-host.exp: New file.
7805
be6e8ac7
PA
78062014-05-01 Pedro Alves <palves@redhat.com>
7807
7808 * boards/local-remote-host.exp: Rename to ...
7809 * boards/local-remote-host-notty.exp: ... this.
7810
cac0dc8f
JB
78112014-04-28 Joel Brobecker <brobecker@adacore.com>
7812
7813 * gdb.ada/dyn_arrayidx: New testcase.
7814
9730e6cc
YQ
78152014-04-26 Yao Qi <yao@codesourcery.com>
7816
7817 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7818 and compute the length of function main. Save it in
7819 $main_length.
7820 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7821 (top-level): Use gdb_compile to compile objects into
7822 executable and restart GDB. Remove invocation to
7823 prepare_for_testing.
7824
7ae1a6a6
PA
78252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7826 Pedro Alves <palves@redhat.com>
7827
7828 PR server/16255
7829 * gdb.multi/multi-attach.c: New file.
7830 * gdb.multi/multi-attach.exp: New file.
7831
4082afcc
PA
78322014-04-25 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7835 user.
7836 (top level): Test that "set remote conditional-breakpoints-packet
7837 off" works as intended.
7838 * gdb.base/dprintf.exp: Test that "set remote
7839 breakpoint-commands-packet off" works as intended.
7840 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7841 New function.
7842 (top level): Call it.
7843 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7844 remote fast-tracepoints-packet off" works as intended.
7845 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7846 * lib/gdb.exp (gdb_is_target_remote): ... here.
7847
2abc3f8d
DB
78482014-04-24 David Blaikie <dblaikie@gmail.com>
7849
7850 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7851 ensure clang would not discard them.
7852 * gdb.base/gdbvars.c: Ditto.
7853 * gdb.base/memattr.c: Ditto.
7854 * gdb.base/whatis.c: Ditto.
7855 * gdb.python/py-prettyprint.c: Ditto.
7856 * gdb.trace/actions.c: Ditto.
7857 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7858 ensure clang would not discard it.
7859
bfd39632
DB
78602014-04-24 David Blaikie <dblaikie@gmail.com>
7861
7862 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7863 clang to emit the full definition of type required by the test
7864 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7865
22842ff6
DB
78662014-04-24 David Blaikie <dblaikie@gmail.com>
7867
7868 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7869 coax Clang into emitting the definition of the type.
7870 * gdb.cp/pr10728-x.h (y): Ditto.
7871 * gdb.cp/pr10728-y.cc (y): Ditto.
7872
c2e827ad
DB
78732014-04-24 David Blaikie <dblaikie@gmail.com>
7874
7875 * gdb.base/label.exp: XFAIL label related tests under Clang.
7876 * gdb.cp/cplabel.exp: Ditto.
7877 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7878 under Clang those using labels.
7879
4c2d33e7
YQ
78802014-04-25 Yao Qi <yao@codesourcery.com>
7881
7882 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7883 double_label.
7884 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7885 partial_label and double_label.
7886
56083b99
DB
78872014-04-24 David Blaikie <dblaikie@gmail.com>
7888
7889 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7890
25d4e99d
DB
78912014-04-24 David Blaikie <dblaikie@gmail.com>
7892
7893 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7894 of the function to work across GCC and Clang.
7895 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7896 pointer types (const void ** const V void **).
7897
01f9f808
MS
78982014-04-24 Michael Sturm <michael.sturm@mintel.com>
7899 Walfred Tedeschi <walfred.tedeschi@intel.com>
7900
7901 * Makefile.in (EXECUTABLES): Added i386-avx512.
7902 * gdb.arch/i386-avx512.c: New file.
7903 * gdb.arch/i386-avx512.exp: Likewise.
7904
4b48d439
KS
79052014-04-23 Keith Seitz <keiths@redhat.com>
7906
7907 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7908 (mi_make_breakpoint_table): New procedure.
7909 (mi_create_breakpoint): Use mi_make_breakpoint
7910 and return the result.
7911 (mi_make_breakpoint): New procedure.
7912 (mi_build_kv_pairs): New procedure.
7913
7914 * gdb.mi/mi-break.exp: Remove unused globals,
7915 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7916 All callers updated.
7917 * gdb.mi/mi-dprintf.exp: Use variable to track command
7918 number.
7919 Update all callers of mi_create_breakpoint and use
7920 mi_make_breakpoint_table.
7921 Remove any unused global variables.
7922 * gdb.mi/mi-nonstop.exp: Likewise.
7923 * gdb.mi/mi-nsintrall.exp: Likewise.
7924 * gdb.mi/mi-nsmoribund.exp: Likewise.
7925 * gdb.mi/mi-nsthrexec.exp: Likewise.
7926 * gdb.mi/mi-reverse.exp: Likewise.
7927 * gdb.mi/mi-simplerun.exp: Likewise.
7928 * gdb.mi/mi-stepn.exp: Likewise.
7929 * gdb.mi/mi-syn-frame.exp: Likewise.
7930 * gdb.mi/mi-until.exp: Likewise.
7931 * gdb.mi/mi-var-cp.exp: Likewise.
7932 * gdb.mi/mi-var-display.exp: Likewise.
7933 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7934 * gdb.mi/mi2-var-child.exp: Likewise.
7935 * gdb.mi/mi-vla-c99.exp: Likewise.
7936 * lib/mi-support.exp: Likewise.
7937
7938 From Ian Lance Taylor <iant@cygnus.com>:
7939 * lib/gdb.exp (parse_args): New procedure.
7940
08351840
PA
79412014-04-23 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/break-unload-file.c: New file.
7944 * gdb.base/break-unload-file.exp: New file.
7945 * gdb.base/sym-file-lib.c (baz): New function.
7946 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7947 field.
7948 (load): Store the segment's mapped size.
7949 (unload): New function.
7950 (unload_shlib): New function.
7951 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7952 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7953 set a breakpoint at baz, and call it.
7954 * gdb.base/sym-file.exp: New tests for stale breakpoint
7955 instructions.
7956
076855f9
PA
79572014-04-23 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7960 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7961 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7962 * gdb.base/hbreak-unmapped.c: New file.
7963 * gdb.base/hbreak-unmapped.exp: New file.
7964 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7965 * lib/gdb.exp (gdb_is_target_remote): ... here.
7966
483805cf
PA
79672014-04-22 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.base/consecutive-step-over.c: New file.
7970 * gdb.base/consecutive-step-over.exp: New file.
7971
06d97543
PA
79722014-04-22 Pedro Alves <palves@redhat.com>
7973
7974 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7975 instead of send_gdb/gdb_expect.
7976
b4429ea2
YQ
79772014-04-22 Yao Qi <yao@codesourcery.com>
7978
7979 * lib/trace-support.exp (generate_tracefile): New procedure.
7980 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7981 return 0.
7982 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7983 if generate_tracefile returns 1.
7984
51d48146
PA
79852014-04-18 Tom Tromey <palves@redhat.com>
7986 Pedro alves <tromey@redhat.com>
7987
7988 PR backtrace/15558
7989 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7990 with a backtrace limit.
7991 * gdb.python/py-frame-inline.exp: Test running to an inline
7992 function with a backtrace limit, and printing the newest frame.
7993 * gdb.python/py-frame-inline.c (main): Call f.
7994
bd1dce5f
MS
79952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7996
7997 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7998
40d1a503
MS
79992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8000
8001 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
8002 Drop prefix from unsupported source file path.
8003
389b98f7
YQ
80042014-04-17 Yao Qi <yao@codesourcery.com>
8005
8006 * lib/gdb.exp (with_target_charset): New proc.
8007 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8008 with_target_charset.
8009 (test_print_strings): Likewise.
8010 (test_repeat_bytes): Likewise.
8011 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8012 for some tests.
8013
22869d73
KS
80142014-04-16 Keith Seitz <keiths@redhat.com>
8015
8016 PR gdb/15827
8017 * gdb.dwarf2/corrupt.c: New file.
8018 * gdb.dwarf2/corrupt.exp: New file.
8019
c4f87ca6
KS
80202014-04-16 Keith Seitz <keiths@redhat.com>
8021
8022 PR c++/16597
8023 * gdb.cp/namelessclass.cc: New file.
8024 * gdb.cp/namelessclass.exp: New file.
8025 * gdb.cp/namelessclass.S: New file.
8026
ab19de87
DE
80272014-04-16 Doug Evans <dje@google.com>
8028
8029 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8030 Add comment.
8031 (gdbserver_default_get_comm_port): New function.
8032 (gdbserver_start): Check if board file provided
8033 "gdbserver,get_comm_port" and use it if so.
8034 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8035 (gdb,socketport): Set to "stdio".
8036 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8037 (stdio_gdbserver_template): Delete.
8038 (${board}_get_remote_address): Update.
8039 (${board}_build_remote_cmd): Delete.
8040 (${board}_get_comm_port): New function.
8041 (${board}_spawn): Update.
8042 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8043 Delete.
8044 (${board}_get_remote_address): Update.
8045 (${board}_get_comm_port): New function.
8046
fc98a809
AB
80472014-04-16 Andrew Burgess <aburgess@broadcom.com>
8048
8049 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8050 appearing in any order.
8051
87fd9e6e
DE
80522014-04-15 Doug Evans <dje@google.com>
8053
8054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8055 uninitialized value of "description".
8056
099fc3ea
KS
80572014-04-15 Keith Seitz <keiths@redhat.com>
8058
8059 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8060 Remove unused globals.
8061 (test_running_the_program): Likewise.
8062 (test_controlled_execution): Likewise.
8063 (test_controlling_breakpoints): Likewise.
8064 (test_program_termination): Likewise.
8065
5da151d4
KS
80662014-04-15 Keith Seitz <keiths@redhat.com>
8067
8068 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8069 unused globals.
8070 (test_rbreak_creation_and_listing): Likewise.
8071 (test_ignore_count): Likewise.
8072 (test_error): Likewise.
8073
35e5d2f0
PA
80742014-04-15 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8077 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8078 sym-file-loader.c.
8079 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8080 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8081 to sym-file-loader.c.
8082 (struct library): Forward declare.
8083 (load_shlib, lookup_function): Change prototypes.
8084 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8085 (translate_offset): Remove declarations.
8086 (get_text_addr): New declaration.
8087 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8088 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8089 sym-file-loader.h.
8090 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8091 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8092 here from sym-file-loader.h.
8093 (struct library): New structure.
8094 (load_shlib, lookup_function): Change prototypes and adjust to
8095 work with a struct library.
8096 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8097 (translate_offset): Make static.
8098 (get_text_addr): New function.
8099 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8100
eb4c1710
PA
81012014-04-15 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8104
2d1baf52
PA
81052014-04-15 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/sym-file-loader.c: Include <limits.h>.
8108 (SELF_LINK): New define.
8109 (get_origin): New function.
8110 (load_shlib): Use it.
8111 * gdb.base/sym-file.exp: Don't early return if the target is
8112 remote. Use runto_main, and issue fail is that fails. Use
8113 gdb_load_shlibs.
8114 (shlib_name): Delete.
8115 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8116
7dd6df01
PA
81172014-04-15 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/sym-file.exp: Remove regex characters from test
8120 message. Don't refer to breakpoint numbers in test messages.
8121
b50c8614
KS
81222014-04-14 Keith Seitz <keiths@redhat.com>
8123
8124 PR c++/16253
8125 * gdb.cp/var-tag.cc: New file.
8126 * gdb.cp/var-tag.exp: New file.
8127 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8128 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8129 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8130 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8131
3d567982
TT
81322014-04-14 Tom Tromey <tromey@redhat.com>
8133
8134 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8135 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8136 type.
8137 * gdb.cp/enum-class.exp: New file.
8138 * gdb.cp/enum-class.cc: New file.
8139
0626fc76
TT
81402014-04-14 Tom Tromey <tromey@redhat.com>
8141
8142 * gdb.dwarf2/enum-type.exp: New file.
8143
dca325b3
SA
81442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8145
8146 * gdb.mi/mi-vla-c99.exp: New file.
8147 * gdb.mi/vla.c: New file.
8148
5854b38a
SA
81492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8150
8151 * gdb.base/vla-datatypes.c: New file.
8152 * gdb.base/vla-datatypes.exp: New file.
8153
463bb957
SA
81542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8155
8156 * gdb.base/vla-ptr.c: New file.
8157 * gdb.base/vla-ptr.exp: New file.
8158
3dd170be
SA
81592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8160
8161 * gdb.dwarf2/count.exp: New file.
8162
5ecaaa66
SA
81632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8164
8165 * gdb.base/vla-sideeffect.c: New file.
8166 * gdb.base/vla-sideeffect.exp: New file.
8167
41f1ada5
DB
81682014-04-14 David Blaikie <dblaikie@gmail.com>
8169
8170 * gdb.mi/non-stop.c: Add return value for non-void function return
8171 statement.
8172 * gdb.threads/staticthreads.c: Ditto.
8173
0be03e84
DE
81742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8175 Doug Evans <xdje42@gmail.com>
8176
8177 * gdb.guile/scm-value.c: Improve test case.
8178 * gdb.guile/scm-value.exp: Add new test.
8179
f180a1fb
DB
81802014-04-11 David Blaikie <dblaikie@gmail.com>
8181
8182 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8183 override Clang's default.
8184
6b662e19
JB
81852014-04-11 Joel Brobecker <brobecker@adacore.com>
8186
8187 Revert the following changes (regressions):
8188
8189 * gdb.base/vla-sideeffect.c: New file.
8190 * gdb.base/vla-sideeffect.exp: New file.
8191
8192 * gdb.dwarf2/count.exp: New file.
8193
8194 * gdb.base/vla-multi.c: New file.
8195 * gdb.base/vla-multi.exp: New file.
8196
8197 * gdb.base/vla-ptr.c: New file.
8198 * gdb.base/vla-ptr.exp: New file.
8199
8200 * gdb.base/vla-datatypes.c: New file.
8201 * gdb.base/vla-datatypes.exp: New file.
8202
8203 * gdb.mi/mi-vla-c99.exp: New file.
8204 * gdb.mi/vla.c: New file.
8205
245a5f0b
KS
82062014-04-11 Keith Seitz <keiths@redhat.com>
8207
8208 PR c++/16675
8209 * gdb.cp/cpsizeof.exp: New file.
8210 * gdb.cp/cpsizeof.cc: New file.
8211
58a84dcf
SA
82122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8213
191a8a90
JB
8214 * gdb.mi/mi-vla-c99.exp: New file.
8215 * gdb.mi/vla.c: New file.
58a84dcf 8216
c8655f75
SA
82172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8218
8219 * gdb.base/vla-datatypes.c: New file.
8220 * gdb.base/vla-datatypes.exp: New file.
8221
024e13b4
SA
82222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8223
8224 * gdb.base/vla-ptr.c: New file.
8225 * gdb.base/vla-ptr.exp: New file.
8226
1a237e0e
SA
82272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8228
8229 * gdb.base/vla-multi.c: New file.
8230 * gdb.base/vla-multi.exp: New file.
8231
504f3432
SA
82322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8233
8234 * gdb.dwarf2/count.exp: New file.
8235
3bce8237
SA
82362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8237
191a8a90
JB
8238 * gdb.base/vla-sideeffect.c: New file.
8239 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8240
322f9c21
YQ
82412014-04-11 Yao Qi <yao@codesourcery.com>
8242
8243 * gdb.base/completion.exp: Check file exists before running tests
8244 on file completion.
8245
d708bcd1
PA
82462014-04-10 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.base/cond-eval-mode.c: New file.
8249 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8250 prepare_for_testing to build the new file. Check result of
8251 runto_main.
8252 (test_break, test_watch): New procedures.
8253 (top level): Use them.
8254
ae1d2761
PM
82552014-04-08 Pierre Muller <muller@sourceware.org>
8256
8257 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8258 Ctrl-V use for mingw hosts.
8259
7af389b8
SC
82602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8261
8262 * gdb.python/py-value.c: Improve test case.
8263 * gdb.python/py-value.exp: Add new test.
8264
5e703181
DE
82652014-04-07 David Blaikie <dblaikie@gmail.com>
8266
8267 * lib/compiler.c: Identify the clang compiler.
8268 * lib/compiler.cc: Ditto.
8269
9810b410
YQ
82702014-04-03 Yao Qi <yao@codesourcery.com>
8271
8272 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8273
98d1b8dc
AB
82742014-04-01 Anton Blanchard <anton@samba.org>
8275
8276 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8277 messages unique.
8278
3114cea1
AB
82792014-04-01 Anton Blanchard <anton@samba.org>
8280
8281 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8282 prepare_for_testing.
8283
62f7182c
AB
82842014-04-01 Anton Blanchard <anton@samba.org>
8285
8286 * gdb.arch/ppc64-atomic-inst.c: Remove.
8287 * gdb.arch/ppc64-atomic-inst.S: New file.
8288 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8289
770e7fc7
DE
82902014-03-31 Doug Evans <dje@google.com>
8291
8292 * gdb.base/print-symbol-loading-lib.c: New file.
8293 * gdb.base/print-symbol-loading-main.c: New file.
8294 * gdb.base/print-symbol-loading.exp: New file.
8295
46e2bafa
YQ
82962014-03-31 Yao Qi <yao@codesourcery.com>
8297
8298 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8299
8776cfe9
JB
83002014-03-28 Joel Brobecker <brobecker@adacore.com>
8301
8302 * gdb.ada/mi_dyn_arr: New testcase.
8303
5d1ef361
DE
83042014-03-27 Doug Evans <dje@google.com>
8305
8306 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8307
b5bee914
YQ
83082014-03-27 Yao Qi <yao@codesourcery.com>
8309
8310 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8311 if target is nios2-*-*.
8312
0d4d0e77
YQ
83132014-03-26 Yao Qi <yao@codesourcery.com>
8314
8315 * lib/gdb.exp (readline_is_used): New proc.
8316 * gdb.base/completion.exp: Move tests on command complete up.
8317 Skip the rest of tests if readline is not used.
8318 * gdb.ada/complete.exp: Skp the test if readline is not
8319 used.
8320 * gdb.base/filesym.exp: Likewise.
8321 * gdb.base/macscp.exp: Likewise.
8322 * gdb.base/readline-ask.exp: Likewise.
8323 * gdb.base/readline.exp: Likewise.
8324 * gdb.python/py-cmd.exp: Likewise.
8325 * gdb.trace/tfile.exp: Likewise.
8326
29361eee
YQ
83272014-03-26 Yao Qi <yao@codesourcery.com>
8328
8329 * gdb.base/macscp.exp: Fix code format issues.
8330
bc9a5525
UW
83312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8332
8333 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8334 * gdb.asm/powerpc64le.inc: New file.
8335
d3839ede
PA
83362014-03-25 Pedro Alves <palves@redhat.com>
8337 Doug Evans <dje@google.com>
8338
8339 * gdb.base/source-execution.c: New file.
8340 * gdb.base/source-execution.exp: New file.
8341 * gdb.base/source-execution.gdb: New file.
8342
01672a57
DE
83432014-03-24 Doug Evans <dje@google.com>
8344
8345 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8346 using fission.
8347
88bbeca9
HZ
83482014-03-24 Hui Zhu <hui@codesourcery.com>
8349 Pedro Alves <palves@redhat.com>
8350
8351 PR breakpoints/16101
8352 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8353 test pass/fail messages. Detect missing support for dprintf when
8354 breakpoints are actually inserted.
8355 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8356 breakpoints are actually inserted.
8357 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8358 fails.
8359
d2348791
JK
83602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8361
8362 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8363
feef67ab
DE
83642014-03-22 Doug Evans <xdje42@gmail.com>
8365
8366 * gdb.python/python.exp (python not supported): Verify multi-line
8367 python command issues an error.
25d743f9 8368 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8369 guile command issues an error.
feef67ab 8370
ecebef6a
MR
83712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8372
8373 * gdb.threads/thread-specific.exp: Handle the lack of usable
8374 $this_breakpoint and $this_thread.
8375
ccdd1909
HZ
83762014-03-21 Hui Zhu <hui@codesourcery.com>
8377
8378 * gdb.base/attach.exp (do_command_attach_tests): New.
8379
beb460e8
PA
83802014-03-20 Tom Tromey <tromey@redhat.com>
8381 Pedro Alves <palves@redhat.com>
8382
8383 PR cli/15718
8384 * gdb.base/condbreak-call-false.c: New file.
8385 * gdb.base/condbreak-call-false.exp: New file.
8386
40acf43a
PA
83872014-03-20 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8390 Delete.
8391 (block_signals, unblock_signals): Delete.
8392 (child_function_2, main): Remove references to deleted variable
8393 and functions.
8394
9f5e1e02
PA
83952014-03-20 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8398 Use pthread_kill to signal thread 2.
8399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8400 Adjust to make the test send itself a signal rather than using the
8401 host's "kill" command.
8402
99619bea
PA
84032014-03-20 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.threads/multiple-step-overs.c: New file.
8406 * gdb.threads/multiple-step-overs.exp: New file.
8407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8408 Adjust expected infrun debug output.
8409
2adfaa28
PA
84102014-03-20 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8413 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8414
31e77af2
PA
84152014-03-20 Pedro Alves <palves@redhat.com>
8416
8417 PR breakpoints/7143
8418 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8419 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8420 of gdb_test_multiple.
8421 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8422 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8423
b9f437de
PA
84242014-03-20 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8427 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8428
05adc73e
PA
84292014-03-19 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/async.exp: Remove early return.
8432
6048b950
PA
84332014-03-19 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8436
8bcfb00a
PA
84372014-03-19 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/async.exp (test_background): Expect \r\n after
8440 "completed." in the fail pattern.
8441
884e37dc
PA
84422014-03-19 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/async.exp (test_background): New procedure.
8445 Use it for all background execution command tests.
8446
148e57e2
PA
84472014-03-19 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.base/async.exp: Use prepare_for_testing.
8450
f48088c7
PA
84512014-03-19 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8454 the same line.
8455
e2f6c966
PA
84562014-03-19 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.base/async.c (main): Add "jump here" and "until here" line
8459 marker comments.
8460 * gdb.base/async.exp (jump_here): New global.
8461 (jump& test): Use it.
8462 (until_here): New global.
8463 (until& test): Use it.
8464
c30568d4
PA
84652014-03-19 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/async.exp: Don't frob gdb_protocol.
8468
0172b6a7
DE
84692014-03-18 Doug Evans <xdje42@gmail.com>
8470
8471 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8472 Fix spelling of exec-done-display.
8473
06c868a8
JK
84742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 PR gdb/15358
8477 * gdb.base/gdb-sigterm.c: New file.
8478 * gdb.base/gdb-sigterm.exp: New file.
8479
0c7e1a46
PA
84802014-03-18 Pedro Alves <palves@redhat.com>
8481
8482 PR gdb/13860
8483 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8484 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8485 solib-event.
8486
f7c77d93
JB
84872014-03-17 Joel Brobecker <brobecker@adacore.com>
8488
8489 * gdb.ada/pckd_arr_ren: New testcase.
8490
5a1e8c7a
DE
84912014-03-13 Doug Evans <xdje42@gmail.com>
8492
8493 PR guile/16612
8494 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8495 collect after discarding symbols.
8496
350e1a76
DE
84972014-03-13 Ludovic Courtès <ludo@gnu.org>
8498 Doug Evans <xdje42@gmail.com>
8499
8500 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8501 to history survives a gc.
8502
a69900ae
PA
85032014-03-13 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/default.exp: Don't test "target procfs".
8506
5db9f0bd
PA
85072014-03-13 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/default.exp: Update "target child" and "target procfs"
8510 tests to not expect "Unix".
8511
b3ccfe11
TT
85122014-03-12 Tom Tromey <tromey@redhat.com>
8513
8514 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8515 New procs. Add target-async tests.
8516 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8517 Add target-async tests.
8518
646f4417
AA
85192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520
8521 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8522 'func_start' and 'func_end' for the beginning and end of the
8523 function code, respectively.
8524 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8525 'func_end' instead of 'func' and 'main'.
8526
288c211f
AA
85272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8528
8529 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8530 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8531 generate the debug info assembler source.
8532
e0c0f156
AA
85332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8534
8535 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8536 * gdb.dwarf2/arr-subrange.exp: Likewise.
8537 * gdb.dwarf2/dwz.exp: Likewise.
8538 * gdb.dwarf2/method-ptr.exp: Likewise.
8539 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8540 * gdb.dwarf2/subrange.exp: Likewise.
8541 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8542 * gdb.dwarf2/implptrpiece.exp: Likewise.
8543 * gdb.dwarf2/nostaticblock.exp: Likewise.
8544
0e5c4555
AA
85452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8546
8547 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8548 directory to absolute path name arguments.
8549
5ec18f2b
JG
85502014-03-10 Joel Brobecker <brobecker@adacore.com>
8551
8552 * gdb.ada/tagged_access: New testcase.
8553
847fc4f2
MM
85542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8555
8556 * gdb.btrace/data.exp: Update expected output.
8557
cc3da688
YQ
85582014-03-06 Yao Qi <yao@codesourcery.com>
8559
8560 * gdb.trace/pr16508.exp: New file.
8561
0f26cec1
PA
85622014-03-05 Pedro Alves <palves@redhat.com>
8563
8564 PR gdb/16575
8565 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8566 procedure.
8567 (top level): Adjust to use it. Add tests that exercise breakpoint
8568 interaction with the code-cache.
8569
7a5a839f
LC
85702014-02-26 Ludovic Courtès <ludo@gnu.org>
8571
8572 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8573 test for 'history-append!'.
8574
31aa7e4e
JB
85752014-02-26 Joel Brobecker <brobecker@adacore.com>
8576
8577 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8578 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8579 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8580 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8581 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8582 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8583
1b588015
JB
85842014-02-26 Joel Brobecker <brobecker@adacore.com>
8585
8586 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8587 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8588 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8589
55426c9d
JB
85902014-02-26 Joel Brobecker <brobecker@adacore.com>
8591
8592 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8593
dc53a7ad
JB
85942014-02-26 Joel Brobecker <brobecker@adacore.com>
8595
8596 * gdb.dwarf2/arr-stride.c: New file.
8597 * gdb.dwarf2/arr-stride.exp: New file.
8598
12ab52e9
PA
85992014-02-26 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8602 that won't ever trigger. Make sure that GDB reports the correct
8603 breakpoint that caused the stop.
8604
849c862e
JK
86052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8606
8607 PR gdb/16626
8608 * gdb.base/auto-load-script: New file.
8609 * gdb.base/auto-load.c: New file.
8610 * gdb.base/auto-load.exp: New file.
8611
71b7d793
JK
8612 PR gdb/16626
8613 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8614
e2f0d509
JK
86152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8618 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8619
50cc37c8
DE
86202014-02-24 Doug Evans <dje@google.com>
8621
8622 * lib/gdb.exp (run_on_host): Log error output if program fails.
8623
ea4758f2
PA
86242014-02-21 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/step-after-sr-lock.c: Rename to ...
8627 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8628 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8630 ... this.
8631
d7b30f67
SDJ
86322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8633
8634 PR tdep/16397
8635 * gdb.arch/amd64-stap-special-operands.exp: New file.
8636 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8637 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8638 * gdb.arch/amd64-stap-triplet.S: Likewise.
8639 * gdb.arch/amd64-stap-triplet.c: Likewise.
8640
83deb43f
JB
86412014-02-20 Joel Brobecker <brobecker@adacore.com>
8642
8643 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8644 in .section pseudo-op.
8645
adde2bff
DE
86462014-02-20 lin zuojian <manjian2006@gmail.com>
8647 Joel Brobecker <brobecker@adacore.com>
8648 Doug Evans <xdje42@gmail.com>
8649
8650 PR symtab/16581
8651 * gdb.dwarf2/dw2-icycle.S: New file.
8652 * gdb.dwarf2/dw2-icycle.c: New file.
8653 * gdb.dwarf2/dw2-icycle.exp: New file.
8654
f7bd0f78
SC
86552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8656
8657 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8658 operations on gdb.Value objects.
8659 * gdb.python/py-value-cc.exp: Add new test to test operations on
8660 gdb.Value objects.
8661
c17ef0d5
DE
86622014-02-18 Doug Evans <dje@google.com>
8663
8664 * Makefile.in (TESTS): New variable.
8665 (expanded_tests, expanded_tests_or_none): New variables
8666 (check-single): Pass $(expanded_tests_or_none) to runtest.
8667 (check-parallel): Only run tests in $(TESTS) if non-empty.
8668 (check/no-matching-tests-found): New rule.
8669 * README: Document TESTS makefile variable.
8670
5dd3176f
DE
86712014-02-18 Doug Evans <dje@google.com>
8672
8673 * Makefile.in (check-parallel): rm -rf outputs temp.
8674
0b10be4f
JK
86752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 Fix "ERROR: no fileid for" in the testsuite.
8678 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8679
85f224e7
DE
86802014-02-12 Doug Evans <dje@google.com>
8681
8682 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8683 (MISCELLANEOUS): New variable.
8684 (clean): rm -rf $(MISCELLANEOUS).
8685 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8686 dwp live in the same directory as symlinks, with each symlink pointed
8687 to a differently named file in a different directory.
8688
149b30ff
DE
86892014-02-11 Doug Evans <dje@google.com>
8690
8691 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8692 of Tcl file commands.
8693
1dfdac32
MK
86942014-02-10 Mark Kettenis <kettenis@gnu.org>
8695
8696 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8697 "kill -SIGUSR1 -1".
8698
aa4fb036
JB
86992014-02-10 Joel Brobecker <brobecker@adacore.com>
8700
8701 * gdb.ada/tick_length_array_enum_idx: New testcase.
8702
ed3ef339
DE
87032014-02-10 Doug Evans <xdje42@gmail.com>
8704
8705 * configure.ac (AC_OUTPUT): Add gdb.guile.
8706 * configure: Regenerate.
8707 * lib/gdb-guile.exp: New file.
8708 * lib/gdb.exp (get_target_charset): New function.
8709 * gdb.base/help.exp: Update expected output from "apropos apropos".
8710 * gdb.guile/Makefile.in: New file.
8711 * gdb.guile/guile.exp: New file.
8712 * gdb.guile/scm-arch.c: New file.
8713 * gdb.guile/scm-arch.exp: New file.
8714 * gdb.guile/scm-block.c: New file.
8715 * gdb.guile/scm-block.exp: New file.
8716 * gdb.guile/scm-breakpoint.c: New file.
8717 * gdb.guile/scm-breakpoint.exp: New file.
8718 * gdb.guile/scm-disasm.c: New file.
8719 * gdb.guile/scm-disasm.exp: New file.
8720 * gdb.guile/scm-equal.c: New file.
8721 * gdb.guile/scm-equal.exp: New file.
8722 * gdb.guile/scm-error.exp: New file.
8723 * gdb.guile/scm-error.scm: New file.
8724 * gdb.guile/scm-frame-args.c: New file.
8725 * gdb.guile/scm-frame-args.exp: New file.
8726 * gdb.guile/scm-frame-args.scm: New file.
8727 * gdb.guile/scm-frame-inline.c: New file.
8728 * gdb.guile/scm-frame-inline.exp: New file.
8729 * gdb.guile/scm-frame.c: New file.
8730 * gdb.guile/scm-frame.exp: New file.
8731 * gdb.guile/scm-generics.exp: New file.
8732 * gdb.guile/scm-gsmob.exp: New file.
8733 * gdb.guile/scm-iterator.c: New file.
8734 * gdb.guile/scm-iterator.exp: New file.
8735 * gdb.guile/scm-math.c: New file.
8736 * gdb.guile/scm-math.exp: New file.
8737 * gdb.guile/scm-objfile-script-gdb.in: New file.
8738 * gdb.guile/scm-objfile-script.c: New file.
8739 * gdb.guile/scm-objfile-script.exp: New file.
8740 * gdb.guile/scm-objfile.c: New file.
8741 * gdb.guile/scm-objfile.exp: New file.
8742 * gdb.guile/scm-ports.exp: New file.
8743 * gdb.guile/scm-pretty-print.c: New file.
8744 * gdb.guile/scm-pretty-print.exp: New file.
8745 * gdb.guile/scm-pretty-print.scm: New file.
8746 * gdb.guile/scm-section-script.c: New file.
8747 * gdb.guile/scm-section-script.exp: New file.
8748 * gdb.guile/scm-section-script.scm: New file.
8749 * gdb.guile/scm-symbol.c: New file.
8750 * gdb.guile/scm-symbol.exp: New file.
8751 * gdb.guile/scm-symtab-2.c: New file.
8752 * gdb.guile/scm-symtab.c: New file.
8753 * gdb.guile/scm-symtab.exp: New file.
8754 * gdb.guile/scm-type.c: New file.
8755 * gdb.guile/scm-type.exp: New file.
8756 * gdb.guile/scm-value-cc.cc: New file.
8757 * gdb.guile/scm-value-cc.exp: New file.
8758 * gdb.guile/scm-value.c: New file.
8759 * gdb.guile/scm-value.exp: New file.
8760 * gdb.guile/source2.scm: New file.
8761 * gdb.guile/types-module.cc: New file.
8762 * gdb.guile/types-module.exp: New file.
8763
7026a7c1
YQ
87642014-02-10 Yao Qi <yao@codesourcery.com>
8765
8766 PR testsuite/16543
8767 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8768 * configure: Regenerated.
8769 * Makefile.in: New file.
8770
6c466447
AS
87712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8772
8773 * gdb.python/py-framefilter.exp: Fix typo.
8774
6e854735
YQ
87752014-02-08 Yao Qi <yao@codesourcery.com>
8776
8777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8778 that no =breakpoint-modified is emitted when breakpoints are
8779 modified through MI commands.
8780
d137e6dc
PA
87812014-02-07 Pedro Alves <pedro@codesourcery.com>
8782 Pedro Alves <palves@redhat.com>
8783
8784 * gdb.threads/step-after-sr-lock.c: New file.
8785 * gdb.threads/step-after-sr-lock.exp: New file.
8786
b5ee5a50
PA
87872014-02-07 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8790
3c77faf3
JK
87912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8794 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8795
6dddc817
DE
87962014-02-06 Doug Evans <xdje42@gmail.com>
8797
8798 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8799 output.
8800
8801 * gdb.gdb/python-interrupts.exp: New file.
8802
de7b2893
YQ
88032014-02-05 Yao Qi <yao@codesourcery.com>
8804
8805 * gdb.trace/report.exp (use_collected_data): Test the output
8806 of "info threads" and "info inferiors".
8807
66d032ac
YQ
88082014-02-05 Yao Qi <yao@codesourcery.com>
8809
8810 Revert this patch:
8811
8812 2013-05-24 Yao Qi <yao@codesourcery.com>
8813
8814 * gdb.trace/tfile.exp: Test inferior and thread.
8815
591a12a1
UW
88162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8817
8818 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8819 on a function.
8820 * gdb.base/step-bt.c: Call hello via function pointer to make
8821 sure its first instruction is executed on powerpc64le-linux.
8822
0ff3e01f
UW
88232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8824
8825 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8826
084ee545
UW
88272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8828
8829 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8830 of the test patterns for use on little-endian systems.
8831
6ed14ff3
UW
88322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8833
8834 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8835 (decimal_vector): Fix for little-endian.
8836
401e27fd
JM
88372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8838
8839 * gdb.arch/sparc-sysstep.exp: New file.
8840 * gdb.arch/sparc-sysstep.c: Likewise.
8841
8842 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8843
8b924729
EBM
88442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8845
8846 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8847
fb151210
JB
88482014-01-23 Tom Tromey <tromey@redhat.com>
8849
8850 * gdb.ada/array_char_idx: New testcase.
8851
0740f8d8
TT
88522014-01-23 Tom Tromey <tromey@redhat.com>
8853
8854 PR python/16487:
8855 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8856 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8857 classes.
8858
21909fa1
TT
88592014-01-23 Tom Tromey <tromey@redhat.com>
8860
8861 PR python/16491:
8862 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8863 string from an inferior frame.
8864 * gdb.python/py-framefilter-mi.exp: Update.
8865
87ce2a04
DE
88662014-01-22 Doug Evans <dje@google.com>
8867
8868 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8869
237b092b
AA
88702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8871
8872 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8873
d674a709
AA
88742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8875
8876 * gdb.trace/entry-values.exp: Remove excess space character from
8877 regex patterns. Handle s390 call instruction.
8878
20fa3390
AA
88792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8880
8881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8882 define "*_start" label. Make "name" static.
8883 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8884 ${name} by references to ${name}_start.
8885
78466714
AA
88862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8887
8888 * gdb.base/info-macros.exp: Remove "debug" from the compile
8889 options.
8890
ec9f644a
IB
88912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8892
8893 * gdb.dlang/demangle.exp: New file.
8894
94b1b47e
IB
88952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8896
8897 * gdb.dlang/primitive-types.exp: New file.
8898
7f420862
IB
88992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8900
8901 * configure.ac: Create gdb.dlang/Makefile.
8902 * configure: Regenerate.
8903 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8904 * gdb.dlang/Makefile.in: New file.
8905 * lib/d-support.exp: New file.
8906 * lib/gdb.exp (skip_d_tests): New proc.
8907
52834460
MM
89082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8909
8910 * gdb.btrace/delta.exp: Check reverse stepi.
8911 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8912 * gdb.btrace/finish.exp: New.
8913 * gdb.btrace/next.exp: New.
8914 * gdb.btrace/nexti.exp: New.
8915 * gdb.btrace/record_goto.c: Add comments.
8916 * gdb.btrace/step.exp: New.
8917 * gdb.btrace/stepi.exp: New.
8918 * gdb.btrace/multi-thread-step.c: New.
8919 * gdb.btrace/multi-thread-step.exp: New.
8920 * gdb.btrace/rn-dl-bind.c: New.
8921 * gdb.btrace/rn-dl-bind.exp: New.
8922 * gdb.btrace/data.c: New.
8923 * gdb.btrace/data.exp: New.
8924 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8925
6e07b1d2
MM
89262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8927
8928 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8929 * gdb.btrace/exception.exp: Update.
8930 * gdb.btrace/instruction_history.exp: Update.
8931 * gdb.btrace/record_goto.exp: Update.
8932 * gdb.btrace/tailcall.exp: Update.
8933 * gdb.btrace/unknown_functions.exp: Update.
8934 * gdb.btrace/delta.exp: New.
8935
0b722aec
MM
89362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8937
8938 * gdb.btrace/record_goto.exp: Add backtrace test.
8939 * gdb.btrace/tailcall.exp: Add backtrace test.
8940
066ce621
MM
89412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8942
8943 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8944 * gdb.btrace/record_goto.c: New.
8945 * gdb.btrace/record_goto.exp: New.
8946 * gdb.btrace/x86-record_goto.S: New.
8947
0688d04e
MM
89482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8949
8950 * gdb.btrace/function_call_history.exp: Update tests.
8951 * gdb.btrace/instruction_history.exp: Update tests.
8952
8710b709
MM
89532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8954
8955 * gdb.btrace/function_call_history.exp: Fix expected field
8956 order for "record function-call-history".
8957 Add new tests for "record function-call-history /c".
8958 * gdb.btrace/exception.cc: New.
8959 * gdb.btrace/exception.exp: New.
8960 * gdb.btrace/tailcall.exp: New.
8961 * gdb.btrace/x86-tailcall.S: New.
8962 * gdb.btrace/x86-tailcall.c: New.
8963 * gdb.btrace/unknown_functions.c: New.
8964 * gdb.btrace/unknown_functions.exp: New.
8965 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8966
5de9129b
MM
89672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8968
8969 * gdb.btrace/instruction_history.exp: Update.
8970 * gdb.btrace/function_call_history.exp: Update.
8971
23a7fe75
MM
89722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8973
8974 * gdb.btrace/function_call_history.exp: Fix expected function
8975 trace.
8976 * gdb.btrace/instruction_history.exp: Initialize traced.
8977 Remove traced_functions.
8978
724c7dd8
MM
89792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8980
8981 * gdb.btrace/function_call_history.exp: Update
8982 * gdb.btrace/instruction_history.exp: Update.
8983
6d78d93b
MM
89842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8985
8986 * gdb.btrace/enable.exp: Update expected text.
8987
93a360cc
OJ
89882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8989
8990 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8991 bytes.
8992
3772b53f
MR
89932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8994
8995 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8996
596662fa
OJ
89972014-01-15 Omair Javaid <omair.javaid@linaro.org>
8998
8999 * lib/gdb.exp (supports_process_record): Return true for
9000 arm*-linux*. (supports_reverse): Likewise.
9001
b5b08fb4
SC
90022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
9003
9004 PR python/15464
9005 PR python/16113
9006 * gdb.python/py-type.c: Enhance test case.
9007 * gdb.python/py-value-cc.cc: Likewise
9008 * gdb.python/py-type.exp: Add new tests.
9009 * gdb.python/py-value-cc.exp: Likewise
9010
52d7fb13
AA
90112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9012 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9015 Make "name" extern.
9016 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9017 references to ${name}_start by references to ${name}.
9018
a2cd8cfe
JB
90192014-01-10 Joel Brobecker <brobecker@adacore.com>
9020
9021 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9022
4e23fced
JB
90232014-01-10 Joel Brobecker <brobecker@adacore.com>
9024
9025 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9026
c6a9e42c
PA
90272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9028 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 9031 mi_gdb_target_load.
c6a9e42c 9032
b7ea362b
PA
90332014-01-08 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.threads/reconnect-signal.c: New file.
9036 * gdb.threads/reconnect-signal.exp: New file.
9037
5e3f4fab
EBM
90382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9039
9040 * gdb.base/source-dir.exp: New file.
9041
79301218
JB
90422014-01-07 Joel Brobecker <brobecker@adacore.com>
9043
9044 * gdb.ada/mi_interface: New testcase.
9045
8e355c5d
JB
90462014-01-07 Joel Brobecker <brobecker@adacore.com>
9047
9048 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9049 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9050 gdb.ada/pp-rec-component/pck.ads: New files.
9051
c0d48811
JB
90522014-01-07 Joel Brobecker <brobecker@adacore.com>
9053
9054 * gdb.python/py-pp-integral.c: New file.
9055 * gdb.python/py-pp-integral.py: New file.
9056 * gdb.python/py-pp-integral.exp: New file.
9057
17b609c3 9058For older changes see ChangeLog-1993-2013.
c906108c 9059\f
8d8cb839
EZ
9060;; Local Variables:
9061;; mode: change-log
9062;; left-margin: 8
9063;; fill-column: 74
9064;; version-control: never
9065;; End:
902f2ccb 9066
618f726f 9067 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
9068 Copying and distribution of this file, with or without modification,
9069 are permitted provided the copyright notice and this notice are preserved.